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

The kernel header of sonic-slave-base docker changes to linux-headers-3.16.0-6-amd64 #1758

Closed
MickeyZhan opened this issue Jun 1, 2018 · 2 comments

Comments

@MickeyZhan
Copy link

When I download the newest SONIC source code and build, the kernel header of sonic-slave-base:latest docker has changed to linux-headers-3.16.0-6-amd64, but my kernel version is 3.16.0-5, whether does it
affect the kernel driver module to load.

@qiluo-msft
Copy link
Collaborator

Thanks for the report. We are investigating.

@qiluo-msft
Copy link
Collaborator

Hi @MickeyZhan, according to my best understanding, it will not affect the building of any kernel driver. Actually it will not be used at all. All kernel module will specify their expected kernel version. You may search KVERSION in source tree to get the idea.

The package was introduced by a recent update of https://packages.debian.org/jessie/linux-headers-amd64. The dependency tree looks like:
dkms -> linux-headers-amd64 -> linux-headers-3.16.0-6-amd64

Let me know if any build is broken by this in case.

theasianpianist pushed a commit to theasianpianist/sonic-buildimage that referenced this issue Feb 5, 2022
sonic-net#1766)

What I did
Add unit tests for request parser to parse multiple values.

Why I did it
Add unit tests for the feature added in PR sonic-net#1758.

How I verified it
Run unit tests locally and confirm the tests pass with the given conditions and constraints.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants