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.
[bot] AutoMerging: merge all upstream's changes:
* https://github.com/coolsnowwolf/lede: kernel: bump 5.18 to 5.18.16 (coolsnowwolf#9892) kernel: bump 5.15 to 5.15.59 (coolsnowwolf#9891) kernel: refresh 5.19 patch (coolsnowwolf#9890) rockchip: 5.19: disable ntfs option (coolsnowwolf#9889) rockchip: refresh 5.19 patch rockchip: add kernel 5.19 support kernel: bump 5.10 to 5.10.135 (coolsnowwolf#9887) ntfs3-mount : add support kernel 5.19 kernel: refresh RTL 5.19 patch
- Loading branch information
Showing
96 changed files
with
14,761 additions
and
50 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.10 = .134 | ||
LINUX_KERNEL_HASH-5.10.134 = ec3513acdf033dd8f8ac2545cd1bb826b0669e151185e5f70408a5c9fe273269 | ||
LINUX_VERSION-5.10 = .135 | ||
LINUX_KERNEL_HASH-5.10.135 = e499a61be9ce670716dd27b5124bb9ef6c6bc0e8fab443abf717a77136543344 |
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 = .58 | ||
LINUX_KERNEL_HASH-5.15.58 = d75bd9579c4b318e6162e21c591878fd37efda0f79c5cdd0dc4eb9ea9dfc4fa8 | ||
LINUX_VERSION-5.15 = .59 | ||
LINUX_KERNEL_HASH-5.15.59 = e6ddc642057340db06b3b921c2b31bfed2c611359e8f144c3e5cf9c3ac33bccb |
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
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
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
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
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
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
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 | ||
@@ -3019,11 +3019,13 @@ static const struct seq_operations fib_r | ||
@@ -3022,11 +3022,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; | ||
|
||
@@ -3034,17 +3036,21 @@ int __net_init fib_proc_init(struct net | ||
@@ -3037,17 +3039,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 |
---|---|---|
|
@@ -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 |
---|---|---|
|
@@ -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 |
---|---|---|
|
@@ -64,7 +64,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
+dma-shared-buffer-objs := $(dma-buf-objs-y) | ||
--- a/drivers/dma-buf/dma-buf.c | ||
+++ b/drivers/dma-buf/dma-buf.c | ||
@@ -1459,4 +1459,5 @@ static void __exit dma_buf_deinit(void) | ||
@@ -1473,4 +1473,5 @@ static void __exit dma_buf_deinit(void) | ||
kern_unmount(dma_buf_mnt); | ||
dma_buf_uninit_sysfs_statistics(); | ||
} | ||
|
@@ -73,7 +73,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
+MODULE_LICENSE("GPL"); | ||
--- a/kernel/sched/core.c | ||
+++ b/kernel/sched/core.c | ||
@@ -4287,6 +4287,7 @@ int wake_up_state(struct task_struct *p, | ||
@@ -4284,6 +4284,7 @@ int wake_up_state(struct task_struct *p, | ||
{ | ||
return try_to_wake_up(p, state, 0); | ||
} | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ Signed-off-by: Zhi Chen <[email protected]> | |
|
||
--- a/include/net/netfilter/nf_conntrack_ecache.h | ||
+++ b/include/net/netfilter/nf_conntrack_ecache.h | ||
@@ -81,9 +81,14 @@ struct nf_ct_event_notifier { | ||
@@ -65,9 +65,14 @@ struct nf_ct_event_notifier { | ||
int (*exp_event)(unsigned int events, const struct nf_exp_event *item); | ||
}; | ||
|
||
|
@@ -38,7 +38,7 @@ Signed-off-by: Zhi Chen <[email protected]> | |
|
||
void nf_ct_deliver_cached_events(struct nf_conn *ct); | ||
int nf_conntrack_eventmask_report(unsigned int eventmask, struct nf_conn *ct, | ||
@@ -109,11 +114,13 @@ static inline void | ||
@@ -98,11 +103,13 @@ static inline void | ||
nf_conntrack_event_cache(enum ip_conntrack_events event, struct nf_conn *ct) | ||
{ | ||
#ifdef CONFIG_NF_CONNTRACK_EVENTS | ||
|
@@ -53,7 +53,7 @@ Signed-off-by: Zhi Chen <[email protected]> | |
|
||
e = nf_ct_ecache_find(ct); | ||
if (e == NULL) | ||
@@ -117,20 +124,24 @@ | ||
@@ -117,20 +124,24 @@ nf_conntrack_event_report(enum ip_conntr | ||
u32 portid, int report) | ||
{ | ||
#ifdef CONFIG_NF_CONNTRACK_EVENTS | ||
|
@@ -80,9 +80,9 @@ Signed-off-by: Zhi Chen <[email protected]> | |
#ifdef CONFIG_NF_CONNTRACK_EVENTS | ||
--- a/include/net/netns/conntrack.h | ||
+++ b/include/net/netns/conntrack.h | ||
@@ -112,6 +112,9 @@ struct netns_ct { | ||
@@ -107,6 +107,9 @@ struct netns_ct { | ||
u8 sysctl_checksum; | ||
|
||
struct ct_pcpu __percpu *pcpu_lists; | ||
struct ip_conntrack_stat __percpu *stat; | ||
+#ifdef CONFIG_NF_CONNTRACK_CHAIN_EVENTS | ||
+ struct atomic_notifier_head nf_conntrack_chain; | ||
|
@@ -109,7 +109,7 @@ Signed-off-by: Zhi Chen <[email protected]> | |
depends on NETFILTER_ADVANCED | ||
--- a/net/netfilter/nf_conntrack_core.c | ||
+++ b/net/netfilter/nf_conntrack_core.c | ||
@@ -2837,6 +2837,10 @@ int nf_conntrack_init_net(struct net *ne | ||
@@ -2802,6 +2802,10 @@ int nf_conntrack_init_net(struct net *ne | ||
nf_conntrack_helper_pernet_init(net); | ||
nf_conntrack_proto_pernet_init(net); | ||
|
||
|
@@ -305,7 +305,7 @@ Signed-off-by: Zhi Chen <[email protected]> | |
struct nf_conn *ct = item->ct; | ||
struct sk_buff *skb; | ||
unsigned int type; | ||
@@ -3825,11 +3832,17 @@ static int ctnetlink_stat_exp_cpu(struct | ||
@@ -3791,11 +3798,17 @@ static int ctnetlink_stat_exp_cpu(struct | ||
} | ||
|
||
#ifdef CONFIG_NF_CONNTRACK_EVENTS | ||
|
@@ -323,7 +323,7 @@ Signed-off-by: Zhi Chen <[email protected]> | |
|
||
static const struct nfnl_callback ctnl_cb[IPCTNL_MSG_MAX] = { | ||
[IPCTNL_MSG_CT_NEW] = { | ||
@@ -3928,8 +3941,12 @@ static int __net_init ctnetlink_net_init | ||
@@ -3894,8 +3907,12 @@ static int __net_init ctnetlink_net_init | ||
static void ctnetlink_net_pre_exit(struct net *net) | ||
{ | ||
#ifdef CONFIG_NF_CONNTRACK_EVENTS | ||
|
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
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 | ||
@@ -7055,7 +7055,7 @@ static void __ref alloc_node_mem_map(str | ||
@@ -7059,7 +7059,7 @@ static void __ref alloc_node_mem_map(str | ||
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 |
---|---|---|
|
@@ -71,7 +71,7 @@ Signed-off-by: Tobias Wolf <[email protected]> | |
|
||
--- a/mm/page_alloc.c | ||
+++ b/mm/page_alloc.c | ||
@@ -7552,7 +7552,7 @@ static void __init alloc_node_mem_map(st | ||
@@ -7556,7 +7556,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 | ||
@@ -2767,6 +2767,7 @@ static const char *const rtn_type_names[ | ||
@@ -2770,6 +2770,7 @@ static const char *const rtn_type_names[ | ||
[RTN_THROW] = "THROW", | ||
[RTN_NAT] = "NAT", | ||
[RTN_XRESOLVE] = "XRESOLVE", | ||
|
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", | ||
|
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 | ||
@@ -7698,7 +7698,7 @@ static void __init alloc_node_mem_map(st | ||
@@ -7702,7 +7702,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", | ||
|
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
Oops, something went wrong.