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.
kernel: bump to 5.4.229, 5.10.164, 5.15.89, 6.1.7 (coolsnowwolf#10785)
* kernel: bump 5.15 to 5.15.89 * kernel: bump 6.1 to 6.1.7 * kernel: bump 5.4 to 5.4.229 * kernel: bump 5.10 to 5.10.164
- Loading branch information
Showing
72 changed files
with
157 additions
and
157 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 = .163 | ||
LINUX_KERNEL_HASH-5.10.163 = 96e226e2d388abc0600434e0f4f365a8829ef901f4d8e761e7ffe2799dc09b20 | ||
LINUX_VERSION-5.10 = .164 | ||
LINUX_KERNEL_HASH-5.10.164 = 0c7eaaa87b012c6662440f4ce2ea6e1bb961c1845cafd102eab08a57efeb8278 |
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 = .88 | ||
LINUX_KERNEL_HASH-5.15.88 = 417539fdd96a3af97ef9ad2b51ca13967cb922f53970563b60290b935a81a181 | ||
LINUX_VERSION-5.15 = .89 | ||
LINUX_KERNEL_HASH-5.15.89 = e7311b874e014bb6d37c051319bd6a4a4e3d05a1c32546522deabbfd2d752fe8 |
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.4 = .228 | ||
LINUX_KERNEL_HASH-5.4.228 = 80253b2cac54c256dfdfd1061800aef907f88432090f7aef74c0ddf50f6e6524 | ||
LINUX_VERSION-5.4 = .229 | ||
LINUX_KERNEL_HASH-5.4.229 = c5c592071195efef62082febe10efe6c793412670dfce89e476383d0493fa7af |
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 = .6 | ||
LINUX_KERNEL_HASH-6.1.6 = 3e4d8e561da5703a205ae8d7b2bed6c5c64fc4299eebcbfd20481e63b57d5ee3 | ||
LINUX_VERSION-6.1 = .7 | ||
LINUX_KERNEL_HASH-6.1.7 = 4ab048bad2e7380d3b827f1fad5ad2d2fc4f2e80e1c604d85d1f8781debe600f |
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ Signed-off-by: Nick Hainke <[email protected]> | |
|
||
--- a/drivers/mtd/spi-nor/spi-nor.c | ||
+++ b/drivers/mtd/spi-nor/spi-nor.c | ||
@@ -1987,7 +1987,7 @@ static int sr2_bit7_quad_enable(struct s | ||
@@ -1989,7 +1989,7 @@ static int sr2_bit7_quad_enable(struct s | ||
static int spi_nor_clear_sr_bp(struct spi_nor *nor) | ||
{ | ||
int ret; | ||
|
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 |
---|---|---|
|
@@ -107,7 +107,7 @@ Signed-off-by: Jonas Gorski <[email protected]> | |
} | ||
|
||
static struct clk clk_pcie = { | ||
@@ -548,6 +562,21 @@ static struct clk_lookup bcm6368_clks[] | ||
@@ -550,6 +564,21 @@ static struct clk_lookup bcm6368_clks[] | ||
CLKDEV_INIT(NULL, "ipsec", &clk_ipsec), | ||
}; | ||
|
||
|
@@ -129,7 +129,7 @@ Signed-off-by: Jonas Gorski <[email protected]> | |
#define HSSPI_PLL_HZ_6328 133333333 | ||
#define HSSPI_PLL_HZ_6362 400000000 | ||
|
||
@@ -580,6 +609,10 @@ static int __init bcm63xx_clk_init(void) | ||
@@ -582,6 +611,10 @@ static int __init bcm63xx_clk_init(void) | ||
case BCM6368_CPU_ID: | ||
clkdev_add_table(bcm6368_clks, ARRAY_SIZE(bcm6368_clks)); | ||
break; | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ Signed-off-by: David S. Miller <[email protected]> | |
|
||
--- a/drivers/net/ethernet/realtek/r8169_main.c | ||
+++ b/drivers/net/ethernet/realtek/r8169_main.c | ||
@@ -5018,7 +5018,7 @@ static int r8169_mdio_register(struct rt | ||
@@ -5015,7 +5015,7 @@ static int r8169_mdio_register(struct rt | ||
return -EUNATCH; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ Signed-off-by: Paolo Abeni <[email protected]> | |
|
||
--- a/drivers/net/ethernet/realtek/r8169_main.c | ||
+++ b/drivers/net/ethernet/realtek/r8169_main.c | ||
@@ -4559,12 +4559,13 @@ static int rtl8169_poll(struct napi_stru | ||
@@ -4556,12 +4556,13 @@ static int rtl8169_poll(struct napi_stru | ||
static void r8169_phylink_handler(struct net_device *ndev) | ||
{ | ||
struct rtl8169_private *tp = netdev_priv(ndev); | ||
|
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: David S. Miller <[email protected]> | |
|
||
--- a/drivers/net/ethernet/realtek/r8169_main.c | ||
+++ b/drivers/net/ethernet/realtek/r8169_main.c | ||
@@ -5283,6 +5283,8 @@ static int rtl_init_one(struct pci_dev * | ||
@@ -5280,6 +5280,8 @@ static int rtl_init_one(struct pci_dev * | ||
dev->hw_features |= NETIF_F_RXALL; | ||
dev->hw_features |= NETIF_F_RXFCS; | ||
|
||
|
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 |
---|---|---|
|
@@ -72,7 +72,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
+MODULE_LICENSE("GPL"); | ||
--- a/kernel/sched/core.c | ||
+++ b/kernel/sched/core.c | ||
@@ -4184,6 +4184,7 @@ int wake_up_state(struct task_struct *p, | ||
@@ -4213,6 +4213,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
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 |
---|---|---|
|
@@ -44,7 +44,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
device, it has to decide which ones to send first, which ones to | ||
--- a/net/sched/sch_api.c | ||
+++ b/net/sched/sch_api.c | ||
@@ -2278,7 +2278,7 @@ static int __init pktsched_init(void) | ||
@@ -2283,7 +2283,7 @@ static int __init pktsched_init(void) | ||
return err; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -15,23 +15,23 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
--- a/include/linux/netdevice.h | ||
+++ b/include/linux/netdevice.h | ||
@@ -1606,6 +1606,7 @@ enum netdev_priv_flags { | ||
@@ -1613,6 +1613,7 @@ enum netdev_priv_flags { | ||
IFF_FAILOVER_SLAVE = 1<<28, | ||
IFF_L3MDEV_RX_HANDLER = 1<<29, | ||
IFF_LIVE_RENAME_OK = 1<<30, | ||
+ IFF_NO_IP_ALIGN = 1<<31, | ||
}; | ||
|
||
#define IFF_802_1Q_VLAN IFF_802_1Q_VLAN | ||
@@ -1638,6 +1639,7 @@ enum netdev_priv_flags { | ||
@@ -1645,6 +1646,7 @@ enum netdev_priv_flags { | ||
#define IFF_FAILOVER_SLAVE IFF_FAILOVER_SLAVE | ||
#define IFF_L3MDEV_RX_HANDLER IFF_L3MDEV_RX_HANDLER | ||
#define IFF_LIVE_RENAME_OK IFF_LIVE_RENAME_OK | ||
+#define IFF_NO_IP_ALIGN IFF_NO_IP_ALIGN | ||
|
||
/* Specifies the type of the struct net_device::ml_priv pointer */ | ||
enum netdev_ml_priv_type { | ||
@@ -1946,6 +1948,11 @@ struct net_device { | ||
@@ -1953,6 +1955,11 @@ struct net_device { | ||
const struct tlsdev_ops *tlsdev_ops; | ||
#endif | ||
|
||
|
@@ -43,7 +43,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
const struct header_ops *header_ops; | ||
|
||
unsigned int flags; | ||
@@ -2028,6 +2035,10 @@ struct net_device { | ||
@@ -2035,6 +2042,10 @@ struct net_device { | ||
struct mpls_dev __rcu *mpls_ptr; | ||
#endif | ||
|
||
|
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 |
---|---|---|
|
@@ -73,7 +73,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
+MODULE_LICENSE("GPL"); | ||
--- a/kernel/sched/core.c | ||
+++ b/kernel/sched/core.c | ||
@@ -4331,6 +4331,7 @@ int wake_up_state(struct task_struct *p, | ||
@@ -4360,6 +4360,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 |
---|---|---|
|
@@ -8,7 +8,7 @@ Signed-off-by: Giuseppe Lippolis <[email protected]> | |
|
||
--- a/drivers/spi/spidev.c | ||
+++ b/drivers/spi/spidev.c | ||
@@ -678,6 +678,7 @@ static const struct of_device_id spidev_ | ||
@@ -689,6 +689,7 @@ static const struct of_device_id spidev_ | ||
{ .compatible = "lwn,bk4" }, | ||
{ .compatible = "dh,dhcom-board" }, | ||
{ .compatible = "menlo,m53cpld" }, | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
--- a/drivers/mtd/spi-nor/spi-nor.c | ||
+++ b/drivers/mtd/spi-nor/spi-nor.c | ||
@@ -2706,7 +2706,7 @@ static int spi_nor_write(struct mtd_info | ||
@@ -2708,7 +2708,7 @@ static int spi_nor_write(struct mtd_info | ||
|
||
write_enable(nor); | ||
ret = spi_nor_write_data(nor, addr, page_remain, buf + i); | ||
|
Oops, something went wrong.