Skip to content

Commit 51ac6f9

Browse files
GoetzGoerischhauke
authored andcommitted
kernel: bump 6.6 to 6.6.131
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.131 All patches autorefreshed. Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com> Link: openwrt/openwrt#22752 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent 032575c commit 51ac6f9

13 files changed

Lines changed: 24 additions & 24 deletions

include/kernel-6.6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
LINUX_VERSION-6.6 = .130
2-
LINUX_KERNEL_HASH-6.6.130 = 2460aa67b9494cff6f9fc2b235470867d2005469d40f29da452e8ee82940248d
1+
LINUX_VERSION-6.6 = .131
2+
LINUX_KERNEL_HASH-6.6.131 = 73fe2310d2cb1e8271f3d8ce11cf810efa9c95404a154a792b98b2d6da931048

target/linux/ath79/patches-6.6/400-mtd-nor-support-mtd-name-from-device-tree.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com>
1010

1111
--- a/drivers/mtd/spi-nor/core.c
1212
+++ b/drivers/mtd/spi-nor/core.c
13-
@@ -3420,12 +3420,19 @@ static void spi_nor_set_mtd_info(struct
13+
@@ -3561,12 +3561,19 @@ static void spi_nor_set_mtd_info(struct
1414
{
1515
struct mtd_info *mtd = &nor->mtd;
1616
struct device *dev = nor->dev;

target/linux/bcm27xx/patches-6.6/950-0169-hid-usb-Add-device-quirks-for-Freeway-Airmouse-T3-an.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org>
2323

2424
--- a/drivers/hid/hid-ids.h
2525
+++ b/drivers/hid/hid-ids.h
26-
@@ -248,6 +248,9 @@
26+
@@ -249,6 +249,9 @@
2727
#define USB_VENDOR_ID_BAANTO 0x2453
2828
#define USB_DEVICE_ID_BAANTO_MT_190W2 0x0100
2929

@@ -33,7 +33,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org>
3333
#define USB_VENDOR_ID_BELKIN 0x050d
3434
#define USB_DEVICE_ID_FLIP_KVM 0x3201
3535

36-
@@ -1462,6 +1465,9 @@
36+
@@ -1463,6 +1466,9 @@
3737
#define USB_VENDOR_ID_XIAOMI 0x2717
3838
#define USB_DEVICE_ID_MI_SILENT_MOUSE 0x5014
3939

target/linux/bcm27xx/patches-6.6/950-0202-RFC-media-Add-media_request_-pin-unpin-API.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
2525

2626
--- a/drivers/media/mc/mc-request.c
2727
+++ b/drivers/media/mc/mc-request.c
28-
@@ -505,3 +505,38 @@ unlock:
28+
@@ -510,3 +510,38 @@ unlock:
2929
media_request_put(req);
3030
}
3131
EXPORT_SYMBOL_GPL(media_request_object_complete);

target/linux/bcm27xx/patches-6.6/950-0441-Bluetooth-hci_sync-Add-fallback-bd-address-prop.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
2020

2121
--- a/net/bluetooth/hci_sync.c
2222
+++ b/net/bluetooth/hci_sync.c
23-
@@ -4941,6 +4941,7 @@ static const struct {
23+
@@ -4947,6 +4947,7 @@ static const struct {
2424
*/
2525
static int hci_dev_setup_sync(struct hci_dev *hdev)
2626
{
2727
+ struct fwnode_handle *fwnode = dev_fwnode(hdev->dev.parent);
2828
int ret = 0;
2929
bool invalid_bdaddr;
3030
size_t i;
31-
@@ -4969,7 +4970,8 @@ static int hci_dev_setup_sync(struct hci
31+
@@ -4975,7 +4976,8 @@ static int hci_dev_setup_sync(struct hci
3232
test_bit(HCI_QUIRK_USE_BDADDR_PROPERTY, &hdev->quirks);
3333
if (!ret) {
3434
if (test_bit(HCI_QUIRK_USE_BDADDR_PROPERTY, &hdev->quirks) &&

target/linux/bcm27xx/patches-6.6/950-1218-Bluetooth-hci_sync-Fix-crash-on-NULL-parent.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1515

1616
--- a/net/bluetooth/hci_sync.c
1717
+++ b/net/bluetooth/hci_sync.c
18-
@@ -4941,7 +4941,8 @@ static const struct {
18+
@@ -4947,7 +4947,8 @@ static const struct {
1919
*/
2020
static int hci_dev_setup_sync(struct hci_dev *hdev)
2121
{

target/linux/bcm27xx/patches-6.6/950-1438-nvme-pci-Disable-Host-Memory-Buffer-usage.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1818

1919
--- a/drivers/nvme/host/pci.c
2020
+++ b/drivers/nvme/host/pci.c
21-
@@ -2010,6 +2010,7 @@ static void nvme_free_host_mem(struct nv
21+
@@ -2011,6 +2011,7 @@ static void nvme_free_host_mem(struct nv
2222
dev->nr_host_mem_descs = 0;
2323
}
2424

2525
+#if 0
2626
static int __nvme_alloc_host_mem(struct nvme_dev *dev, u64 preferred,
2727
u32 chunk_size)
2828
{
29-
@@ -2078,9 +2079,11 @@ out:
29+
@@ -2079,9 +2080,11 @@ out:
3030
dev->host_mem_descs = NULL;
3131
return -ENOMEM;
3232
}
@@ -38,7 +38,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
3838
u64 min_chunk = min_t(u64, preferred, PAGE_SIZE * MAX_ORDER_NR_PAGES);
3939
u64 hmminds = max_t(u32, dev->ctrl.hmminds * 4096, PAGE_SIZE * 2);
4040
u64 chunk_size;
41-
@@ -2093,6 +2096,7 @@ static int nvme_alloc_host_mem(struct nv
41+
@@ -2094,6 +2097,7 @@ static int nvme_alloc_host_mem(struct nv
4242
nvme_free_host_mem(dev);
4343
}
4444
}

target/linux/generic/hack-6.6/204-module_strip.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
118118

119119
/* Parse tag=value strings from .modinfo section */
120120
char *module_next_tag_pair(char *string, unsigned long *secsize)
121-
@@ -2077,9 +2079,11 @@ static void module_augment_kernel_taints
121+
@@ -2084,9 +2086,11 @@ static void module_augment_kernel_taints
122122

123123
static int check_modinfo(struct module *mod, struct load_info *info, int flags)
124124
{
@@ -131,7 +131,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
131131
if (flags & MODULE_INIT_IGNORE_VERMAGIC)
132132
modmagic = NULL;
133133

134-
@@ -2093,6 +2097,7 @@ static int check_modinfo(struct module *
134+
@@ -2100,6 +2104,7 @@ static int check_modinfo(struct module *
135135
info->name, modmagic, vermagic);
136136
return -ENOEXEC;
137137
}

target/linux/generic/hack-6.6/259-regmap_dynamic.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
137137
#include <linux/mutex.h>
138138
#include <linux/err.h>
139139
#include <linux/property.h>
140-
@@ -3487,3 +3488,5 @@ static int __init regmap_initcall(void)
140+
@@ -3509,3 +3510,5 @@ static int __init regmap_initcall(void)
141141
return 0;
142142
}
143143
postcore_initcall(regmap_initcall);

target/linux/generic/pending-6.6/402-mtd-spi-nor-write-support-for-minor-aligned-partitions.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,15 @@ Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
202202
return !!nor->params->erase_map.uniform_erase_type;
203203
}
204204

205-
@@ -2582,6 +2584,7 @@ static int spi_nor_select_erase(struct s
205+
@@ -2723,6 +2725,7 @@ static int spi_nor_select_erase(struct s
206206
{
207207
struct spi_nor_erase_map *map = &nor->params->erase_map;
208208
const struct spi_nor_erase_type *erase = NULL;
209209
+ const struct spi_nor_erase_type *erase_minor = NULL;
210210
struct mtd_info *mtd = &nor->mtd;
211211
u32 wanted_size = nor->info->sector_size;
212212
int i;
213-
@@ -2614,8 +2617,9 @@ static int spi_nor_select_erase(struct s
213+
@@ -2755,8 +2758,9 @@ static int spi_nor_select_erase(struct s
214214
*/
215215
for (i = SNOR_ERASE_TYPE_MAX - 1; i >= 0; i--) {
216216
if (map->erase_type[i].size) {
@@ -222,7 +222,7 @@ Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
222222
}
223223
}
224224

225-
@@ -2623,6 +2627,9 @@ static int spi_nor_select_erase(struct s
225+
@@ -2764,6 +2768,9 @@ static int spi_nor_select_erase(struct s
226226
return -EINVAL;
227227

228228
mtd->erasesize = erase->size;

0 commit comments

Comments
 (0)