mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
kernel: bump 6.1 to 6.1.16 (#10983)
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
This commit is contained in:
parent
03d0964627
commit
0f03d8c619
@ -1,2 +1,2 @@
|
|||||||
LINUX_VERSION-6.1 = .15
|
LINUX_VERSION-6.1 = .16
|
||||||
LINUX_KERNEL_HASH-6.1.15 = 2c16dfe2168a2e64ac0d55a12d625ebfb963818bb48b60c1868c7c460644c4fd
|
LINUX_KERNEL_HASH-6.1.16 = a6849c55580b5515a07b6ad21861c450fa20345c66624eecb89e8873816da3c5
|
||||||
|
@ -785,7 +785,7 @@ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
|||||||
*data += size;
|
*data += size;
|
||||||
--- a/drivers/net/ethernet/intel/ice/ice_main.c
|
--- a/drivers/net/ethernet/intel/ice/ice_main.c
|
||||||
+++ b/drivers/net/ethernet/intel/ice/ice_main.c
|
+++ b/drivers/net/ethernet/intel/ice/ice_main.c
|
||||||
@@ -6397,10 +6397,10 @@ ice_fetch_u64_stats_per_ring(struct u64_
|
@@ -6396,10 +6396,10 @@ ice_fetch_u64_stats_per_ring(struct u64_
|
||||||
unsigned int start;
|
unsigned int start;
|
||||||
|
|
||||||
do {
|
do {
|
||||||
|
@ -125,7 +125,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|||||||
#include <linux/mutex.h>
|
#include <linux/mutex.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <linux/property.h>
|
#include <linux/property.h>
|
||||||
@@ -3505,3 +3506,5 @@ static int __init regmap_initcall(void)
|
@@ -3511,3 +3512,5 @@ static int __init regmap_initcall(void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
postcore_initcall(regmap_initcall);
|
postcore_initcall(regmap_initcall);
|
||||||
|
@ -330,7 +330,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|||||||
|
|
||||||
--- a/net/core/sock.c
|
--- a/net/core/sock.c
|
||||||
+++ b/net/core/sock.c
|
+++ b/net/core/sock.c
|
||||||
@@ -4078,6 +4078,8 @@ static __net_initdata struct pernet_oper
|
@@ -4087,6 +4087,8 @@ static __net_initdata struct pernet_oper
|
||||||
|
|
||||||
static int __init proto_init(void)
|
static int __init proto_init(void)
|
||||||
{
|
{
|
||||||
|
@ -19,7 +19,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
|
|||||||
|
|
||||||
--- a/drivers/base/core.c
|
--- a/drivers/base/core.c
|
||||||
+++ b/drivers/base/core.c
|
+++ b/drivers/base/core.c
|
||||||
@@ -1606,7 +1606,7 @@ static void device_links_purge(struct de
|
@@ -1700,7 +1700,7 @@ static void device_links_purge(struct de
|
||||||
#define FW_DEVLINK_FLAGS_RPM (FW_DEVLINK_FLAGS_ON | \
|
#define FW_DEVLINK_FLAGS_RPM (FW_DEVLINK_FLAGS_ON | \
|
||||||
DL_FLAG_PM_RUNTIME)
|
DL_FLAG_PM_RUNTIME)
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|||||||
|
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -599,7 +599,7 @@ endif
|
@@ -606,7 +606,7 @@ endif
|
||||||
# Allows the usage of unstable features in stable compilers.
|
# Allows the usage of unstable features in stable compilers.
|
||||||
export RUSTC_BOOTSTRAP := 1
|
export RUSTC_BOOTSTRAP := 1
|
||||||
|
|
||||||
|
@ -202,7 +202,7 @@ Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
|
|||||||
return !!nor->params->erase_map.uniform_erase_type;
|
return !!nor->params->erase_map.uniform_erase_type;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2148,6 +2150,7 @@ static int spi_nor_select_erase(struct s
|
@@ -2157,6 +2159,7 @@ static int spi_nor_select_erase(struct s
|
||||||
{
|
{
|
||||||
struct spi_nor_erase_map *map = &nor->params->erase_map;
|
struct spi_nor_erase_map *map = &nor->params->erase_map;
|
||||||
const struct spi_nor_erase_type *erase = NULL;
|
const struct spi_nor_erase_type *erase = NULL;
|
||||||
@ -210,7 +210,7 @@ Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
|
|||||||
struct mtd_info *mtd = &nor->mtd;
|
struct mtd_info *mtd = &nor->mtd;
|
||||||
u32 wanted_size = nor->info->sector_size;
|
u32 wanted_size = nor->info->sector_size;
|
||||||
int i;
|
int i;
|
||||||
@@ -2180,8 +2183,9 @@ static int spi_nor_select_erase(struct s
|
@@ -2189,8 +2192,9 @@ static int spi_nor_select_erase(struct s
|
||||||
*/
|
*/
|
||||||
for (i = SNOR_ERASE_TYPE_MAX - 1; i >= 0; i--) {
|
for (i = SNOR_ERASE_TYPE_MAX - 1; i >= 0; i--) {
|
||||||
if (map->erase_type[i].size) {
|
if (map->erase_type[i].size) {
|
||||||
@ -222,7 +222,7 @@ Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2189,6 +2193,9 @@ static int spi_nor_select_erase(struct s
|
@@ -2198,6 +2202,9 @@ static int spi_nor_select_erase(struct s
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
||||||
mtd->erasesize = erase->size;
|
mtd->erasesize = erase->size;
|
||||||
|
@ -17,7 +17,7 @@ Signed-off-by: Andrew Powers-Holmes <aholmes@omnom.net>
|
|||||||
|
|
||||||
--- a/arch/arm64/boot/dts/rockchip/rk356x.dtsi
|
--- a/arch/arm64/boot/dts/rockchip/rk356x.dtsi
|
||||||
+++ b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
|
+++ b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
|
||||||
@@ -951,7 +951,7 @@
|
@@ -952,7 +952,7 @@
|
||||||
compatible = "rockchip,rk3568-pcie";
|
compatible = "rockchip,rk3568-pcie";
|
||||||
reg = <0x3 0xc0000000 0x0 0x00400000>,
|
reg = <0x3 0xc0000000 0x0 0x00400000>,
|
||||||
<0x0 0xfe260000 0x0 0x00010000>,
|
<0x0 0xfe260000 0x0 0x00010000>,
|
||||||
@ -26,7 +26,7 @@ Signed-off-by: Andrew Powers-Holmes <aholmes@omnom.net>
|
|||||||
reg-names = "dbi", "apb", "config";
|
reg-names = "dbi", "apb", "config";
|
||||||
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>,
|
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
<GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>,
|
<GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
@@ -981,8 +981,9 @@
|
@@ -982,8 +982,9 @@
|
||||||
phys = <&combphy2 PHY_TYPE_PCIE>;
|
phys = <&combphy2 PHY_TYPE_PCIE>;
|
||||||
phy-names = "pcie-phy";
|
phy-names = "pcie-phy";
|
||||||
power-domains = <&power RK3568_PD_PIPE>;
|
power-domains = <&power RK3568_PD_PIPE>;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/arch/arm64/Kconfig
|
--- a/arch/arm64/Kconfig
|
||||||
+++ b/arch/arm64/Kconfig
|
+++ b/arch/arm64/Kconfig
|
||||||
@@ -1133,6 +1133,14 @@ config SOCIONEXT_SYNQUACER_PREITS
|
@@ -1132,6 +1132,14 @@ config SOCIONEXT_SYNQUACER_PREITS
|
||||||
|
|
||||||
If unsure, say Y.
|
If unsure, say Y.
|
||||||
|
|
||||||
@ -83,7 +83,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
usb_host0_ehci: usb@fd800000 {
|
usb_host0_ehci: usb@fd800000 {
|
||||||
@@ -976,7 +983,7 @@
|
@@ -977,7 +984,7 @@
|
||||||
num-ib-windows = <6>;
|
num-ib-windows = <6>;
|
||||||
num-ob-windows = <2>;
|
num-ob-windows = <2>;
|
||||||
max-link-speed = <2>;
|
max-link-speed = <2>;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/drivers/net/ethernet/intel/igc/igc_main.c
|
--- a/drivers/net/ethernet/intel/igc/igc_main.c
|
||||||
+++ b/drivers/net/ethernet/intel/igc/igc_main.c
|
+++ b/drivers/net/ethernet/intel/igc/igc_main.c
|
||||||
@@ -108,7 +108,7 @@
|
@@ -109,7 +109,7 @@ void igc_reset(struct igc_adapter *adapt
|
||||||
netdev_err(dev, "Error on hardware initialization\n");
|
netdev_err(dev, "Error on hardware initialization\n");
|
||||||
|
|
||||||
/* Re-establish EEE setting */
|
/* Re-establish EEE setting */
|
||||||
|
Loading…
Reference in New Issue
Block a user