mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
kernel: bump 6.6 to 6.6.28 (#12079)
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
This commit is contained in:
parent
5a6426b34f
commit
9546676d1f
@ -1,2 +1,2 @@
|
|||||||
LINUX_VERSION-6.6 = .27
|
LINUX_VERSION-6.6 = .28
|
||||||
LINUX_KERNEL_HASH-6.6.27 = 639e50060e3c8f23ed017cb10cfeacc6ba88ff5583812bb76859b4cc6a128291
|
LINUX_KERNEL_HASH-6.6.28 = 818716ed13e7dba6aaeae24e3073993e260812ed128d10272e94b922ee6d3394
|
||||||
|
@ -88,7 +88,7 @@ This reverts commit bffcc6882a1bb2be8c9420184966f4c2c822078e.
|
|||||||
genl_info_net_set(&info, net);
|
genl_info_net_set(&info, net);
|
||||||
--- a/net/openvswitch/conntrack.c
|
--- a/net/openvswitch/conntrack.c
|
||||||
+++ b/net/openvswitch/conntrack.c
|
+++ b/net/openvswitch/conntrack.c
|
||||||
@@ -1605,7 +1605,7 @@ static struct sk_buff *
|
@@ -1606,7 +1606,7 @@ static struct sk_buff *
|
||||||
ovs_ct_limit_cmd_reply_start(struct genl_info *info, u8 cmd,
|
ovs_ct_limit_cmd_reply_start(struct genl_info *info, u8 cmd,
|
||||||
struct ovs_header **ovs_reply_header)
|
struct ovs_header **ovs_reply_header)
|
||||||
{
|
{
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
*/
|
*/
|
||||||
--- a/include/linux/u64_stats_sync.h
|
--- a/include/linux/u64_stats_sync.h
|
||||||
+++ b/include/linux/u64_stats_sync.h
|
+++ b/include/linux/u64_stats_sync.h
|
||||||
@@ -213,4 +213,16 @@ static inline bool u64_stats_fetch_retry
|
@@ -214,4 +214,16 @@ static inline bool u64_stats_fetch_retry
|
||||||
return __u64_stats_fetch_retry(syncp, start);
|
return __u64_stats_fetch_retry(syncp, start);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|||||||
for (i = sizeof(struct ipt_entry);
|
for (i = sizeof(struct ipt_entry);
|
||||||
i < e->target_offset;
|
i < e->target_offset;
|
||||||
i += m->u.match_size) {
|
i += m->u.match_size) {
|
||||||
@@ -1223,12 +1260,15 @@ compat_copy_entry_to_user(struct ipt_ent
|
@@ -1225,12 +1262,15 @@ compat_copy_entry_to_user(struct ipt_ent
|
||||||
compat_uint_t origsize;
|
compat_uint_t origsize;
|
||||||
const struct xt_entry_match *ematch;
|
const struct xt_entry_match *ematch;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
@ -15,7 +15,7 @@ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
|
|||||||
|
|
||||||
--- a/drivers/net/dsa/mt7530.c
|
--- a/drivers/net/dsa/mt7530.c
|
||||||
+++ b/drivers/net/dsa/mt7530.c
|
+++ b/drivers/net/dsa/mt7530.c
|
||||||
@@ -2304,6 +2304,10 @@ mt7530_setup(struct dsa_switch *ds)
|
@@ -2465,6 +2465,10 @@ mt7530_setup(struct dsa_switch *ds)
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net>
|
|||||||
|
|
||||||
--- a/drivers/net/dsa/mt7530.c
|
--- a/drivers/net/dsa/mt7530.c
|
||||||
+++ b/drivers/net/dsa/mt7530.c
|
+++ b/drivers/net/dsa/mt7530.c
|
||||||
@@ -2192,10 +2192,13 @@ mt7530_setup_mdio(struct mt7530_priv *pr
|
@@ -2353,10 +2353,13 @@ mt7530_setup_mdio(struct mt7530_priv *pr
|
||||||
{
|
{
|
||||||
struct dsa_switch *ds = priv->ds;
|
struct dsa_switch *ds = priv->ds;
|
||||||
struct device *dev = priv->dev;
|
struct device *dev = priv->dev;
|
||||||
@ -30,7 +30,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net>
|
|||||||
bus = devm_mdiobus_alloc(dev);
|
bus = devm_mdiobus_alloc(dev);
|
||||||
if (!bus)
|
if (!bus)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
@@ -2214,7 +2217,9 @@ mt7530_setup_mdio(struct mt7530_priv *pr
|
@@ -2375,7 +2378,9 @@ mt7530_setup_mdio(struct mt7530_priv *pr
|
||||||
if (priv->irq)
|
if (priv->irq)
|
||||||
mt7530_setup_mdio_irq(priv);
|
mt7530_setup_mdio_irq(priv);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user