mirror of
https://github.com/coolsnowwolf/lede
synced 2025-01-07 07:46:47 +08:00
kernel: bump 6.12 to 6.12.5 (#13216)
This commit is contained in:
parent
f449329de6
commit
4fb48d3e6f
@ -1,2 +1,2 @@
|
||||
LINUX_VERSION-6.12 = .3
|
||||
LINUX_KERNEL_HASH-6.12.3 = c89809cc777d50f1ea484a118630281a26383707a0e752c96fd834f6e765deae
|
||||
LINUX_VERSION-6.12 = .5
|
||||
LINUX_KERNEL_HASH-6.12.5 = 39207fce1ce42838e085261bae0af5ce4a0843aa777cfc0f5c49bc7729602bcd
|
||||
|
@ -140,7 +140,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||
#include <linux/mutex.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/property.h>
|
||||
@@ -3506,3 +3507,5 @@ static int __init regmap_initcall(void)
|
||||
@@ -3519,3 +3520,5 @@ static int __init regmap_initcall(void)
|
||||
return 0;
|
||||
}
|
||||
postcore_initcall(regmap_initcall);
|
||||
|
@ -235,7 +235,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||
if (!pe)
|
||||
--- a/mm/vmstat.c
|
||||
+++ b/mm/vmstat.c
|
||||
@@ -2194,10 +2194,12 @@ void __init init_mm_internals(void)
|
||||
@@ -2195,10 +2195,12 @@ void __init init_mm_internals(void)
|
||||
start_shepherd_timer();
|
||||
#endif
|
||||
#ifdef CONFIG_PROC_FS
|
||||
|
Loading…
Reference in New Issue
Block a user