-
Notifications
You must be signed in to change notification settings - Fork 105
[Deepin-Kernel-SIG] [linux 6.6-y] netdevsim&bpf: turn off netdevsim to bypass its bug #1414
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
Conversation
bug details: https://lore.kernel.org/all/[email protected]/ by the way, netdevsim is not switched on in upstream by default, it's already 'n' for loong, arm and riscv in this repository Signed-off-by: xulang <[email protected]>
Reviewer's guide (collapsed on small PRs)Reviewer's GuideDisables the netdevsim-related configuration in the x86 Deepin desktop defconfig to work around a known netdevsim bug, aligning x86 with other architectures where netdevsim is already off by default. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Hi @lax-fly. Thanks for your PR. I'm waiting for a deepin-community member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR disables the netdevsim kernel module in the x86 desktop configuration to work around a known bug in netdevsim. The change references an upstream bug report and aligns the x86 configuration with arm64 and riscv64 architectures where netdevsim is already disabled.
- Removes
CONFIG_NETDEVSIM=mfrom the x86 desktop default configuration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: opsiff The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
bug details: https://lore.kernel.org/all/[email protected]/
by the way, netdevsim is not switched on in upstream by default, it's already 'n' for loong, arm and riscv in this repository
Summary by Sourcery
Bug Fixes: