[Kernel] support downloading built kernel Debian packages#51
Merged
yxieca merged 2 commits intosonic-net:masterfrom Jul 25, 2018
Merged
[Kernel] support downloading built kernel Debian packages#51yxieca merged 2 commits intosonic-net:masterfrom
yxieca merged 2 commits intosonic-net:masterfrom
Conversation
Signed-off-by: Ying Xie <[email protected]>
jleveque
reviewed
Jul 2, 2018
Makefile
Outdated
| .ONESHELL: | ||
| SHELL = /bin/bash | ||
|
|
||
| ifneq ($(kernel_build_method), "build") |
Contributor
There was a problem hiding this comment.
How does one set kernel_build_method? Should this become a command-line parameter specified in rules/config?
Collaborator
Author
There was a problem hiding this comment.
It is. Please take a look at the linked PR.
Contributor
There was a problem hiding this comment.
Aha. Sorry, missed the linked PR.
A small concern is the terminology might not be intuitive (i.e., that one of the "build methods" is "download" which doesn't actually build anything). I think a name like "kernel_procure_method" is more accurate. Maybe someone else has another suggestion?
Collaborator
Author
There was a problem hiding this comment.
procure is good. Thanks.
jleveque
approved these changes
Jul 2, 2018
lguohan
approved these changes
Jul 4, 2018
dgsudharsan
pushed a commit
to dgsudharsan/sonic-linux-kernel
that referenced
this pull request
Dec 16, 2025
Backport torvalds/linux@8fbe4c4 into sonic kernel. On one of our platforms, we sporadically seeing this kernel error log after a reboot ``` 2025 Jul 8 15:05:16.109392 sonic ERR kernel: [ 0.121956] efi: memattr: Failed to map EFI Memory Attributes table @ 0xb4ad7118 ``` This error log is hard to reproduce, has no functional impact and is also seen in upstream devices as explained the description above. However, the RC of why this is happening is still unknown. Thus backporting this commit to print more info and change the verbosity to WARN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support to download pre-built Linux kernel Debian packages instead of building from source files.
This change prefers the method of download over build.
Signed-off-by: Ying Xie [email protected]
Note: this PR is better go in after sonic-net/sonic-buildimage#1837 but it doesn't have to.