mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
kernel: bump 5.15 to 5.15.135
All patches automatically rebased. Build system: x86_64 Build-tested: ramips/tplink_archer-a6-v3 Run-tested: ramips/tplink_archer-a6-v3 Signed-off-by: John Audia <therealgraysky@proton.me>
This commit is contained in:
parent
64e7a9de3b
commit
21c3e8e4a1
@ -1,2 +1,2 @@
|
|||||||
LINUX_VERSION-5.15 = .133
|
LINUX_VERSION-5.15 = .135
|
||||||
LINUX_KERNEL_HASH-5.15.133 = ef845e7934897b88e4448378ea9daacac19e07f156fe904844fab0a7d8ff5ddd
|
LINUX_KERNEL_HASH-5.15.135 = 14835e629e237f136cfed484fdb533c95242429809bdcdb2a2d66dfcb7447170
|
||||||
|
@ -116,7 +116,7 @@ Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
|
|||||||
extern spinlock_t css_set_lock;
|
extern spinlock_t css_set_lock;
|
||||||
#define task_css_set_check(task, __c) \
|
#define task_css_set_check(task, __c) \
|
||||||
rcu_dereference_check((task)->cgroups, \
|
rcu_dereference_check((task)->cgroups, \
|
||||||
@@ -708,6 +719,8 @@ struct cgroup;
|
@@ -709,6 +720,8 @@ struct cgroup;
|
||||||
static inline u64 cgroup_id(const struct cgroup *cgrp) { return 1; }
|
static inline u64 cgroup_id(const struct cgroup *cgrp) { return 1; }
|
||||||
static inline void css_get(struct cgroup_subsys_state *css) {}
|
static inline void css_get(struct cgroup_subsys_state *css) {}
|
||||||
static inline void css_put(struct cgroup_subsys_state *css) {}
|
static inline void css_put(struct cgroup_subsys_state *css) {}
|
||||||
|
@ -8,7 +8,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|||||||
|
|
||||||
--- a/drivers/mtd/ubi/build.c
|
--- a/drivers/mtd/ubi/build.c
|
||||||
+++ b/drivers/mtd/ubi/build.c
|
+++ b/drivers/mtd/ubi/build.c
|
||||||
@@ -1200,6 +1200,73 @@ static struct mtd_info * __init open_mtd
|
@@ -1207,6 +1207,73 @@ static struct mtd_info * __init open_mtd
|
||||||
return mtd;
|
return mtd;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,7 +82,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|||||||
static int __init ubi_init(void)
|
static int __init ubi_init(void)
|
||||||
{
|
{
|
||||||
int err, i, k;
|
int err, i, k;
|
||||||
@@ -1283,6 +1350,12 @@ static int __init ubi_init(void)
|
@@ -1290,6 +1357,12 @@ static int __init ubi_init(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|||||||
|
|
||||||
--- a/arch/arm/mach-mvebu/kirkwood.c
|
--- a/arch/arm/mach-mvebu/kirkwood.c
|
||||||
+++ b/arch/arm/mach-mvebu/kirkwood.c
|
+++ b/arch/arm/mach-mvebu/kirkwood.c
|
||||||
@@ -14,6 +14,7 @@
|
@@ -11,6 +11,7 @@
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/mbus.h>
|
#include <linux/mbus.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user