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.
[bot] AutoMerging: merge all upstream's changes:
* https://github.com/coolsnowwolf/lede: kernel: bump 6.1 to 6.1.81 (coolsnowwolf#11955) kernel: bump 6.6 to 6.6.21 (coolsnowwolf#11954)
- Loading branch information
Showing
30 changed files
with
40 additions
and
40 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 = .80 | ||
LINUX_KERNEL_HASH-6.1.80 = 568ecaaebb8b87c7c8246bba67bc83402972bf34f5811651a2d3cd548ff7b671 | ||
LINUX_VERSION-6.1 = .81 | ||
LINUX_KERNEL_HASH-6.1.81 = 0ebd861c6fd47bb0a9d3a09664d704833d1a54750c7bf9c4ad8b5e9cbd49342b |
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.6 = .19 | ||
LINUX_KERNEL_HASH-6.6.19 = b5637e6b72c2b4b12e7db790bc155d141a9c2fe4b25f7b215410107e8747139a | ||
LINUX_VERSION-6.6 = .21 | ||
LINUX_KERNEL_HASH-6.6.21 = ee0b430148da94d2b13608b8d80b007b7d281dc90e3f19b63cf9a9943810e457 |
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ Signed-off-by: Phil Elwell <[email protected]> | |
|
||
--- a/drivers/net/usb/lan78xx.c | ||
+++ b/drivers/net/usb/lan78xx.c | ||
@@ -2881,6 +2881,11 @@ static int lan78xx_reset(struct lan78xx_ | ||
@@ -2883,6 +2883,11 @@ static int lan78xx_reset(struct lan78xx_ | ||
int ret; | ||
u32 buf; | ||
u8 sig; | ||
|
@@ -26,7 +26,7 @@ Signed-off-by: Phil Elwell <[email protected]> | |
|
||
ret = lan78xx_read_reg(dev, HW_CFG, &buf); | ||
if (ret < 0) | ||
@@ -2945,6 +2950,10 @@ static int lan78xx_reset(struct lan78xx_ | ||
@@ -2947,6 +2952,10 @@ static int lan78xx_reset(struct lan78xx_ | ||
|
||
buf |= HW_CFG_MEF_; | ||
|
||
|
@@ -37,7 +37,7 @@ Signed-off-by: Phil Elwell <[email protected]> | |
ret = lan78xx_write_reg(dev, HW_CFG, buf); | ||
if (ret < 0) | ||
return ret; | ||
@@ -3043,6 +3052,9 @@ static int lan78xx_reset(struct lan78xx_ | ||
@@ -3046,6 +3055,9 @@ static int lan78xx_reset(struct lan78xx_ | ||
buf |= MAC_CR_AUTO_DUPLEX_ | MAC_CR_AUTO_SPEED_; | ||
} | ||
} | ||
|
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,7 +15,7 @@ Signed-off-by: Phil Elwell <[email protected]> | |
|
||
--- a/drivers/net/usb/lan78xx.c | ||
+++ b/drivers/net/usb/lan78xx.c | ||
@@ -3108,6 +3108,22 @@ static int lan78xx_open(struct net_devic | ||
@@ -3111,6 +3111,22 @@ static int lan78xx_open(struct net_devic | ||
|
||
netif_dbg(dev, ifup, dev->net, "phy initialised successfully"); | ||
|
||
|
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ Signed-off-by: Dave Stevenson <[email protected]> | |
static int lan78xx_read_reg(struct lan78xx_net *dev, u32 index, u32 *data) | ||
{ | ||
u32 *buf; | ||
@@ -3467,8 +3476,14 @@ static int lan78xx_bind(struct lan78xx_n | ||
@@ -3470,8 +3479,14 @@ static int lan78xx_bind(struct lan78xx_n | ||
if (DEFAULT_RX_CSUM_ENABLE) | ||
dev->net->features |= NETIF_F_RXCSUM; | ||
|
||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ Signed-off-by: Phil Elwell <[email protected]> | |
|
||
--- a/drivers/net/usb/lan78xx.c | ||
+++ b/drivers/net/usb/lan78xx.c | ||
@@ -2417,6 +2417,22 @@ static int lan78xx_phy_init(struct lan78 | ||
@@ -2419,6 +2419,22 @@ static int lan78xx_phy_init(struct lan78 | ||
mii_adv_to_linkmode_adv_t(fc, mii_adv); | ||
linkmode_or(phydev->advertising, fc, phydev->advertising); | ||
|
||
|
@@ -39,7 +39,7 @@ Signed-off-by: Phil Elwell <[email protected]> | |
if (phydev->mdio.dev.of_node) { | ||
u32 reg; | ||
int len; | ||
@@ -3117,22 +3133,6 @@ static int lan78xx_open(struct net_devic | ||
@@ -3120,22 +3136,6 @@ static int lan78xx_open(struct net_devic | ||
|
||
netif_dbg(dev, ifup, dev->net, "phy initialised successfully"); | ||
|
||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ Signed-off-by: Phil Elwell <[email protected]> | |
|
||
--- a/drivers/net/usb/lan78xx.c | ||
+++ b/drivers/net/usb/lan78xx.c | ||
@@ -2422,7 +2422,7 @@ static int lan78xx_phy_init(struct lan78 | ||
@@ -2424,7 +2424,7 @@ static int lan78xx_phy_init(struct lan78 | ||
mii_adv_to_linkmode_adv_t(fc, mii_adv); | ||
linkmode_or(phydev->advertising, fc, phydev->advertising); | ||
|
||
|
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 |
---|---|---|
|
@@ -343,7 +343,7 @@ Signed-off-by: Naushir Patuck <[email protected]> | |
+... | ||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -19280,6 +19280,14 @@ T: git git://linuxtv.org/media_tree.git | ||
@@ -19287,6 +19287,14 @@ T: git git://linuxtv.org/media_tree.git | ||
F: Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml | ||
F: drivers/media/i2c/imx412.c | ||
|
||
|
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 |
---|---|---|
|
@@ -177,7 +177,7 @@ Signed-off-by: Phil Elwell <[email protected]> | |
+... | ||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -19288,6 +19288,14 @@ T: git git://linuxtv.org/media_tree.git | ||
@@ -19295,6 +19295,14 @@ T: git git://linuxtv.org/media_tree.git | ||
F: Documentation/devicetree/bindings/media/i2c/imx477.yaml | ||
F: drivers/media/i2c/imx477.c | ||
|
||
|
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 |
---|---|---|
|
@@ -132,7 +132,7 @@ Signed-off-by: David Plowman <[email protected]> | |
+... | ||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -19285,6 +19285,7 @@ M: Raspberry Pi Kernel Maintenance <kern | ||
@@ -19292,6 +19292,7 @@ M: Raspberry Pi Kernel Maintenance <kern | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://linuxtv.org/media_tree.git | ||
|
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 |
---|---|---|
|
@@ -138,7 +138,7 @@ Signed-off-by: Dave Stevenson <[email protected]> | |
+... | ||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -19329,6 +19329,14 @@ T: git git://linuxtv.org/media_tree.git | ||
@@ -19336,6 +19336,14 @@ T: git git://linuxtv.org/media_tree.git | ||
F: Documentation/devicetree/bindings/media/i2c/imx519.yaml | ||
F: drivers/media/i2c/imx519.c | ||
|
||
|
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 |
---|---|---|
|
@@ -128,7 +128,7 @@ Signed-off-by: Sakari Ailus <[email protected]> | |
+... | ||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -19271,6 +19271,14 @@ T: git git://linuxtv.org/media_tree.git | ||
@@ -19278,6 +19278,14 @@ T: git git://linuxtv.org/media_tree.git | ||
F: Documentation/devicetree/bindings/media/i2c/imx290.txt | ||
F: drivers/media/i2c/imx290.c | ||
|
||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ Signed-off-by: Sakari Ailus <[email protected]> | |
|
||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -19278,6 +19278,7 @@ L: [email protected] | ||
@@ -19285,6 +19285,7 @@ L: [email protected] | ||
S: Maintained | ||
T: git git://linuxtv.org/media_tree.git | ||
F: Documentation/devicetree/bindings/media/i2c/sony,imx296.yaml | ||
|
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 |
---|---|---|
|
@@ -219,7 +219,7 @@ Signed-off-by: Sakari Ailus <[email protected]> | |
+... | ||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -19268,7 +19268,7 @@ M: Manivannan Sadhasivam <manivannan.sad | ||
@@ -19275,7 +19275,7 @@ M: Manivannan Sadhasivam <manivannan.sad | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://linuxtv.org/media_tree.git | ||
|
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 |
---|---|---|
|
@@ -271,7 +271,7 @@ Signed-off-by: Naushir Patuck <[email protected]> | |
+... | ||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -19343,7 +19343,7 @@ M: Raspberry Pi Kernel Maintenance <kern | ||
@@ -19350,7 +19350,7 @@ M: Raspberry Pi Kernel Maintenance <kern | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://linuxtv.org/media_tree.git | ||
|
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 |
---|---|---|
|
@@ -67,7 +67,7 @@ Signed-off-by: Jacopo Mondi <[email protected]> | |
+... | ||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -17894,6 +17894,13 @@ S: Maintained | ||
@@ -17901,6 +17901,13 @@ S: Maintained | ||
F: Documentation/devicetree/bindings/iio/light/bh1750.yaml | ||
F: drivers/iio/light/bh1750.c | ||
|
||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ Signed-off-by: Jacopo Mondi <[email protected]> | |
|
||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -15320,6 +15320,14 @@ S: Maintained | ||
@@ -15327,6 +15327,14 @@ S: Maintained | ||
T: git git://linuxtv.org/media_tree.git | ||
F: drivers/media/i2c/ov5695.c | ||
|
||
|
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ Signed-off-by: Jakub Kicinski <[email protected]> | |
|
||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -12928,6 +12928,14 @@ L: [email protected] | ||
@@ -12935,6 +12935,14 @@ L: [email protected] | ||
S: Maintained | ||
F: drivers/net/ethernet/mediatek/ | ||
|
||
|
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/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -13062,6 +13062,7 @@ M: Landen Chao <[email protected] | ||
@@ -13069,6 +13069,7 @@ M: Landen Chao <[email protected] | ||
M: DENG Qingfang <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ Signed-off-by: David S. Miller <[email protected]> | |
|
||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -13060,9 +13060,11 @@ MEDIATEK SWITCH DRIVER | ||
@@ -13067,9 +13067,11 @@ MEDIATEK SWITCH DRIVER | ||
M: Sean Wang <[email protected]> | ||
M: Landen Chao <[email protected]> | ||
M: DENG Qingfang <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -123,7 +123,7 @@ Signed-off-by: Zhi Chen <[email protected]> | |
depends on NETFILTER_ADVANCED | ||
--- a/net/netfilter/nf_conntrack_core.c | ||
+++ b/net/netfilter/nf_conntrack_core.c | ||
@@ -2811,6 +2811,10 @@ int nf_conntrack_init_net(struct net *ne | ||
@@ -2824,6 +2824,10 @@ int nf_conntrack_init_net(struct net *ne | ||
nf_conntrack_ecache_pernet_init(net); | ||
nf_conntrack_proto_pernet_init(net); | ||
|
||
|
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 |
---|---|---|
|
@@ -123,7 +123,7 @@ Signed-off-by: Zhi Chen <[email protected]> | |
depends on NETFILTER_ADVANCED | ||
--- a/net/netfilter/nf_conntrack_core.c | ||
+++ b/net/netfilter/nf_conntrack_core.c | ||
@@ -2800,6 +2800,10 @@ int nf_conntrack_init_net(struct net *ne | ||
@@ -2801,6 +2801,10 @@ int nf_conntrack_init_net(struct net *ne | ||
nf_conntrack_ecache_pernet_init(net); | ||
nf_conntrack_proto_pernet_init(net); | ||
|
||
|
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: Christian 'Ansuel' Marangi <[email protected]> | |
/* | ||
* Get the required data from the packet. | ||
*/ | ||
@@ -1259,7 +1263,7 @@ int nf_conntrack_tcp_packet(struct nf_co | ||
@@ -1294,7 +1298,7 @@ int nf_conntrack_tcp_packet(struct nf_co | ||
IP_CT_TCP_FLAG_DATA_UNACKNOWLEDGED && | ||
timeouts[new_state] > timeouts[TCP_CONNTRACK_UNACK]) | ||
timeout = timeouts[TCP_CONNTRACK_UNACK]; | ||
|
@@ -34,7 +34,7 @@ Signed-off-by: Christian 'Ansuel' Marangi <[email protected]> | |
timeouts[new_state] > timeouts[TCP_CONNTRACK_RETRANS]) | ||
timeout = timeouts[TCP_CONNTRACK_RETRANS]; | ||
else | ||
@@ -1575,6 +1579,9 @@ void nf_conntrack_tcp_init_net(struct ne | ||
@@ -1610,6 +1614,9 @@ void nf_conntrack_tcp_init_net(struct ne | ||
*/ | ||
tn->tcp_be_liberal = 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 |
---|---|---|
|
@@ -14,7 +14,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
--- a/net/netfilter/nft_flow_offload.c | ||
+++ b/net/netfilter/nft_flow_offload.c | ||
@@ -357,6 +357,7 @@ static void nft_flow_offload_eval(const | ||
@@ -361,6 +361,7 @@ static void nft_flow_offload_eval(const | ||
ct->proto.tcp.seen[1].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ Signed-off-by: David S. Miller <[email protected]> | |
|
||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -12936,6 +12936,15 @@ S: Maintained | ||
@@ -12943,6 +12943,15 @@ S: Maintained | ||
F: drivers/net/pcs/pcs-mtk-lynxi.c | ||
F: include/linux/pcs/pcs-mtk-lynxi.h | ||
|
||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ Signed-off-by: David S. Miller <[email protected]> | |
|
||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -13964,6 +13964,7 @@ F: include/uapi/linux/meye.h | ||
@@ -13971,6 +13971,7 @@ F: include/uapi/linux/meye.h | ||
|
||
MOTORCOMM PHY DRIVER | ||
M: Peter Geis <[email protected]> | ||
|
4 changes: 2 additions & 2 deletions
4
...inux/rockchip/patches-6.1/603-net-ethernet-stmmac-add-devname-configuration-from-OF.patch
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