forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
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.18 to 5.18.16 (coolsnowwolf#9892)
Signed-off-by: aakkll <[email protected]>
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 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.18 = .15 | ||
LINUX_KERNEL_HASH-5.18.15 = 69804febdc388a69dfb64493b7b58d402853de3a14144ea8db7fd67c30dcbe3c | ||
LINUX_VERSION-5.18 = .16 | ||
LINUX_KERNEL_HASH-5.18.16 = f1f586251e63de14c86e5f95b96beb15a0434f1e6e21df788d123564af0d11ce |
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 |
---|---|---|
|
@@ -341,7 +341,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
--- a/net/ipv4/fib_trie.c | ||
+++ b/net/ipv4/fib_trie.c | ||
@@ -3026,11 +3026,13 @@ static const struct seq_operations fib_r | ||
@@ -3029,11 +3029,13 @@ static const struct seq_operations fib_r | ||
|
||
int __net_init fib_proc_init(struct net *net) | ||
{ | ||
|
@@ -357,7 +357,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
fib_triestat_seq_show, NULL)) | ||
goto out2; | ||
|
||
@@ -3041,17 +3043,21 @@ int __net_init fib_proc_init(struct net | ||
@@ -3044,17 +3046,21 @@ int __net_init fib_proc_init(struct net | ||
return 0; | ||
|
||
out3: | ||
|
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 |
---|---|---|
|
@@ -71,7 +71,7 @@ Signed-off-by: Tobias Wolf <[email protected]> | |
|
||
--- a/mm/page_alloc.c | ||
+++ b/mm/page_alloc.c | ||
@@ -7668,7 +7668,7 @@ static void __init alloc_node_mem_map(st | ||
@@ -7672,7 +7672,7 @@ static void __init alloc_node_mem_map(st | ||
if (pgdat == NODE_DATA(0)) { | ||
mem_map = NODE_DATA(0)->node_mem_map; | ||
if (page_to_pfn(mem_map) != pgdat->node_start_pfn) | ||
|
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 |
---|---|---|
|
@@ -66,7 +66,7 @@ Signed-off-by: Jonas Gorski <[email protected]> | |
static void rt_fibinfo_free(struct rtable __rcu **rtp) | ||
--- a/net/ipv4/fib_trie.c | ||
+++ b/net/ipv4/fib_trie.c | ||
@@ -2773,6 +2773,7 @@ static const char *const rtn_type_names[ | ||
@@ -2776,6 +2776,7 @@ static const char *const rtn_type_names[ | ||
[RTN_THROW] = "THROW", | ||
[RTN_NAT] = "NAT", | ||
[RTN_XRESOLVE] = "XRESOLVE", | ||
|