-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: bump 5.15 to 5.15.55 (#9764)
Signed-off-by: aakkll <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-5.15 = .54 | ||
LINUX_KERNEL_HASH-5.15.54 = 594f548bb0a73e9c08deef838836c984666709687257a624c5ccaf9ae056ce4d | ||
LINUX_VERSION-5.15 = .55 | ||
LINUX_KERNEL_HASH-5.15.55 = 1ef6bd508b6c3af3bef2d5b337e4477254dba284c79e329aa38f9763ae3bfdcc |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
"__kstrtabns_" #sym ": \n" \ | ||
--- a/include/asm-generic/export.h | ||
+++ b/include/asm-generic/export.h | ||
@@ -26,6 +26,12 @@ struct kernel_symbol { | ||
@@ -26,6 +26,12 @@ | ||
#endif | ||
.endm | ||
|
||
|
@@ -104,7 +104,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
/* | ||
* note on .section use: we specify progbits since usage of the "M" (SHF_MERGE) | ||
* section flag requires it. Use '%progbits' instead of '@progbits' since the | ||
@@ -42,7 +42,7 @@ struct kernel_symbol { | ||
@@ -39,7 +45,7 @@ | ||
__ksymtab_\name: | ||
__put \val, __kstrtab_\name | ||
.previous | ||
|