Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernel: bump 6.1 to 6.1.81 #11955

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/kernel-6.1
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
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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_;

Expand All @@ -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_;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand All @@ -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");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See: https://github.com/raspberrypi/linux/issues/2447
static int lan78xx_read_reg(struct lan78xx_net *dev, u32 index, u32 *data)
{
u32 *buf;
@@ -4454,7 +4459,13 @@ static int lan78xx_probe(struct usb_inte
@@ -4457,7 +4462,13 @@ static int lan78xx_probe(struct usb_inte
if (ret < 0)
goto out4;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Subject: [PATCH] Patching lan78xx for SOF_TIMESTAMPING_TX_SOFTWARE

--- a/drivers/net/usb/lan78xx.c
+++ b/drivers/net/usb/lan78xx.c
@@ -1953,6 +1953,7 @@ static const struct ethtool_ops lan78xx_
@@ -1955,6 +1955,7 @@ static const struct ethtool_ops lan78xx_
.set_link_ksettings = lan78xx_set_link_ksettings,
.get_regs_len = lan78xx_get_regs_len,
.get_regs = lan78xx_get_regs,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand All @@ -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;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
pxa168-aspenite.dtb \
--- a/drivers/mmc/core/mmc.c
+++ b/drivers/mmc/core/mmc.c
@@ -1396,12 +1396,13 @@ static int mmc_select_hs400es(struct mmc
@@ -1398,12 +1398,13 @@ static int mmc_select_hs400es(struct mmc
* SEND_STATUS reliably at the initial frequency.
*/
mmc_set_timing(host, MMC_TIMING_MMC_HS);
Expand All @@ -25,7 +25,7 @@
/* Switch card to DDR with strobe bit */
val = EXT_CSD_DDR_BUS_WIDTH_8 | EXT_CSD_BUS_WIDTH_STROBE;
err = mmc_switch(card, EXT_CSD_CMD_SET_NORMAL,
@@ -1459,7 +1460,7 @@ out_err:
@@ -1461,7 +1462,7 @@ out_err:
static int mmc_select_hs200(struct mmc_card *card)
{
struct mmc_host *host = card->host;
Expand All @@ -34,7 +34,7 @@
int err = -EINVAL;
u8 val;

@@ -1498,9 +1499,7 @@ static int mmc_select_hs200(struct mmc_c
@@ -1500,9 +1501,7 @@ static int mmc_select_hs200(struct mmc_c
* successfully switched over.
*/
old_timing = host->ios.timing;
Expand All @@ -44,7 +44,7 @@

/*
* For HS200, CRC errors are not a reliable way to know the
@@ -1513,10 +1512,8 @@ static int mmc_select_hs200(struct mmc_c
@@ -1515,10 +1514,8 @@ static int mmc_select_hs200(struct mmc_c
* mmc_select_timing() assumes timing has not changed if
* it is a switch error.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
@@ -7085,6 +7085,7 @@ int stmmac_dvr_probe(struct device *devi
@@ -7074,6 +7074,7 @@ int stmmac_dvr_probe(struct device *devi
{
struct net_device *ndev = NULL;
struct stmmac_priv *priv;
+ const char *devname = of_get_property(device->of_node, "label", NULL);
u32 rxq;
int i, ret = 0;

@@ -7093,6 +7094,9 @@ int stmmac_dvr_probe(struct device *devi
@@ -7082,6 +7083,9 @@ int stmmac_dvr_probe(struct device *devi
if (!ndev)
return -ENOMEM;

Expand Down