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

Investigate hang caused by missed WFP 'filter delete' confirmation callback invocation. #3567

Open
dv-msft opened this issue May 21, 2024 · 0 comments
Assignees
Labels
blocked Blocked on another issue that must be done first bug Something isn't working P1 triaged Discussed in a triage meeting
Milestone

Comments

@dv-msft
Copy link
Collaborator

dv-msft commented May 21, 2024

Describe the bug

The multi-threaded kernel kernel mode stress test suite can perform a continuous load+unload+reload operation on the NetEbpfExt extension driver (while it is in use) for inducing additional stress. This has exposed an OS level issue in the Windows WFP component, i.e.: A 'filter delete' request issued NetEbpfExt is not confirmed by WFP causing the NetEbpfExt driver to hang forever during the unload process.

(The failure is random and is primarily seen during CI/CD passes only. This issue is not reproducible in the local dev environment)

We need to engage with the WFP team to determine a fix for this this issue.

OS information

No response

Steps taken to reproduce bug

  1. Uncomment the bindmonitor_tail_call_invoke_program_test test in ebpf_stress_tests_km.exe
  2. Run the test application with extension restart enabled in the CI/CD pipeline.

Expected behavior

The CI/CD run should complete successfully.

Actual outcome

The CI/CD run hangs and the test is force terminated on account of excessive run time.

Additional details

No response

@dv-msft dv-msft added the bug Something isn't working label May 21, 2024
@dv-msft dv-msft added this to the 2406 milestone May 21, 2024
@dv-msft dv-msft self-assigned this May 21, 2024
@dahavey dahavey added triaged Discussed in a triage meeting blocked Blocked on another issue that must be done first P2 P3 P1 and removed P3 P2 labels May 28, 2024
@dahavey dahavey modified the milestones: 2406, 2407 May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked on another issue that must be done first bug Something isn't working P1 triaged Discussed in a triage meeting
Projects
None yet
Development

No branches or pull requests

2 participants