Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next/340/70x/20240311/v1 #10620

Merged
merged 3 commits into from
Mar 12, 2024

Conversation

jasonish and others added 3 commits March 11, 2024 17:10
Move the zero'ing to the thread module array InitGlobal in an effort
to fix capture modules.

At some point device validation moved to a point in startup before
plugins are loaded meaning that capture plugins could not be
used. Moving plugin registration early enough caused some of their
registration to be wiped out as clearing the array was done after.

Bug: OISF#6811
(cherry picked from commit 96e61b0)
Capture plugins need to be registered before LiveDeviceFinalize,
otherwise Suricata errors before the plugin gets a chance to load.

Bug: OISF#6811
(cherry picked from commit 25d0e0b)
Issue: 6837

When using netmap pipes (with lb, for example), avoid direct hardware
related IOCTLs that will fail (not supported with pipes).

(cherry picked from commit af529a5)
Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.45%. Comparing base (38fec36) to head (dc8e177).

Additional details and impacted files
@@              Coverage Diff               @@
##           main-7.0.x   #10620      +/-   ##
==============================================
- Coverage       82.47%   82.45%   -0.02%     
==============================================
  Files             976      976              
  Lines          275050   275050              
==============================================
- Hits           226847   226798      -49     
- Misses          48203    48252      +49     
Flag Coverage Δ
fuzzcorpus 63.59% <100.00%> (-0.04%) ⬇️
suricata-verify 61.58% <100.00%> (-0.05%) ⬇️
unittests 62.90% <25.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@suricata-qa
Copy link

WARNING:

field baseline test %
SURI_TLPW2_autofp_stats_chk
.flow.end.tcp_state.syn_recv 0 1 -

Pipeline 19207

@victorjulien victorjulien merged commit dc8e177 into OISF:main-7.0.x Mar 12, 2024
42 checks passed
@victorjulien victorjulien deleted the next/340/70x/20240311/v1 branch March 12, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants