-
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.
Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Marty Jones <[email protected]> Co-authored-by: Marty Jones <[email protected]>
- Loading branch information
Showing
7 changed files
with
12 additions
and
133 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-6.1 = .38 | ||
LINUX_KERNEL_HASH-6.1.38 = f9a4f91b609f7d332a5f2be01ab86336fa00149fae6bdc19f16fa19f78802d43 | ||
LINUX_VERSION-6.1 = .39 | ||
LINUX_KERNEL_HASH-6.1.39 = 4cddee22fdf657138a06af653492f67cd3a4762c04a34725534bd200d99085b8 |
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 |
---|---|---|
|
@@ -87,7 +87,7 @@ Signed-off-by: T.J. Mercier <[email protected]> | |
mark_page_accessed(page); | ||
} | ||
rss[mm_counter(page)]--; | ||
@@ -5170,8 +5169,8 @@ static inline void mm_account_fault(stru | ||
@@ -5189,8 +5188,8 @@ static inline void mm_account_fault(stru | ||
#ifdef CONFIG_LRU_GEN | ||
static void lru_gen_enter_fault(struct vm_area_struct *vma) | ||
{ | ||
|
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 |
---|---|---|
|
@@ -141,7 +141,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
--- a/scripts/mod/modpost.c | ||
+++ b/scripts/mod/modpost.c | ||
@@ -1817,7 +1817,9 @@ static void read_symbols(const char *mod | ||
@@ -1781,7 +1781,9 @@ static void read_symbols(const char *mod | ||
symname = remove_dot(info.strtab + sym->st_name); | ||
|
||
handle_symbol(mod, &info, sym, symname); | ||
|
@@ -151,7 +151,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
} | ||
|
||
for (sym = info.symtab_start; sym < info.symtab_stop; sym++) { | ||
@@ -1980,8 +1982,10 @@ static void add_header(struct buffer *b, | ||
@@ -1944,8 +1946,10 @@ static void add_header(struct buffer *b, | ||
buf_printf(b, "BUILD_SALT;\n"); | ||
buf_printf(b, "BUILD_LTO_INFO;\n"); | ||
buf_printf(b, "\n"); | ||
|
@@ -162,7 +162,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
buf_printf(b, "\n"); | ||
buf_printf(b, "__visible struct module __this_module\n"); | ||
buf_printf(b, "__section(\".gnu.linkonce.this_module\") = {\n"); | ||
@@ -1995,8 +1999,10 @@ static void add_header(struct buffer *b, | ||
@@ -1959,8 +1963,10 @@ static void add_header(struct buffer *b, | ||
buf_printf(b, "\t.arch = MODULE_ARCH_INIT,\n"); | ||
buf_printf(b, "};\n"); | ||
|
||
|
@@ -173,7 +173,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
buf_printf(b, | ||
"\n" | ||
@@ -2004,8 +2010,10 @@ static void add_header(struct buffer *b, | ||
@@ -1968,8 +1974,10 @@ static void add_header(struct buffer *b, | ||
"MODULE_INFO(retpoline, \"Y\");\n" | ||
"#endif\n"); | ||
|
||
|
@@ -184,7 +184,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
if (strstarts(mod->name, "tools/testing")) | ||
buf_printf(b, "\nMODULE_INFO(test, \"Y\");\n"); | ||
@@ -2101,11 +2109,13 @@ static void add_depends(struct buffer *b | ||
@@ -2065,11 +2073,13 @@ static void add_depends(struct buffer *b | ||
|
||
static void add_srcversion(struct buffer *b, struct module *mod) | ||
{ | ||
|
@@ -198,7 +198,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
} | ||
|
||
static void write_buf(struct buffer *b, const char *fname) | ||
@@ -2191,7 +2201,9 @@ static void write_mod_c_file(struct modu | ||
@@ -2155,7 +2165,9 @@ static void write_mod_c_file(struct modu | ||
add_exported_symbols(&buf, mod); | ||
add_versions(&buf, mod); | ||
add_depends(&buf, mod); | ||
|
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 |
---|---|---|
|
@@ -330,7 +330,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
--- a/net/core/sock.c | ||
+++ b/net/core/sock.c | ||
@@ -4088,6 +4088,8 @@ static __net_initdata struct pernet_oper | ||
@@ -4093,6 +4093,8 @@ static __net_initdata struct pernet_oper | ||
|
||
static int __init proto_init(void) | ||
{ | ||
|
121 changes: 0 additions & 121 deletions
121
.../linux/generic/pending-6.1/143-jffs2-reduce-stack-usage-in-jffs2_build_xattr_subsys.patch
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -161,7 +161,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
struct rtnl_link { | ||
rtnl_doit_func doit; | ||
@@ -4817,7 +4817,9 @@ int ndo_dflt_bridge_getlink(struct sk_bu | ||
@@ -4823,7 +4823,9 @@ int ndo_dflt_bridge_getlink(struct sk_bu | ||
brport_nla_put_flag(skb, flags, mask, | ||
IFLA_BRPORT_MCAST_FLOOD, BR_MCAST_FLOOD) || | ||
brport_nla_put_flag(skb, flags, mask, | ||
|