Skip to content

Commit f59e340

Browse files
leobskyGoetzGoerisch
authored andcommitted
kernel: bump 6.6 to 6.6.99
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.99 All patches auto-refreshed. Signed-off-by: Leo Barsky <[email protected]> Link: openwrt/openwrt#19448 (cherry picked from commit 3148a57) Co-authored-by: Goetz Goerisch <[email protected]> Signed-off-by: Goetz Goerisch <[email protected]> Link: openwrt/openwrt#19454 Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent 25467b0 commit f59e340

7 files changed

+10
-10
lines changed

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 = .98
2-
LINUX_KERNEL_HASH-6.6.98 = 296a34c500abc22c434b967d471d75568891f06a98f11fc31c5e79b037f45de5
1+
LINUX_VERSION-6.6 = .99
2+
LINUX_KERNEL_HASH-6.6.99 = b08679729f1ec74b9fa829f5990936ca2511039d87acc7e8b3f39912de89ab36

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Signed-off-by: Jonathan Bell <[email protected]>
3333
#define USB_VENDOR_ID_BELKIN 0x050d
3434
#define USB_DEVICE_ID_FLIP_KVM 0x3201
3535

36-
@@ -1443,6 +1446,9 @@
36+
@@ -1446,6 +1449,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-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 <[email protected]>
2020

2121
--- a/net/bluetooth/hci_sync.c
2222
+++ b/net/bluetooth/hci_sync.c
23-
@@ -4879,6 +4879,7 @@ static const struct {
23+
@@ -4927,6 +4927,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-
@@ -4907,7 +4908,8 @@ static int hci_dev_setup_sync(struct hci
31+
@@ -4955,7 +4956,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 <[email protected]>
1515

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

target/linux/bcm27xx/patches-6.6/950-1366-drm-Increase-plane_mask-to-64bit.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Signed-off-by: Dave Stevenson <[email protected]>
3232
drm_printf(p, "\tmode: " DRM_MODE_FMT "\n", DRM_MODE_ARG(&state->mode));
3333
--- a/drivers/gpu/drm/drm_framebuffer.c
3434
+++ b/drivers/gpu/drm/drm_framebuffer.c
35-
@@ -959,7 +959,7 @@ static int atomic_remove_fb(struct drm_f
35+
@@ -986,7 +986,7 @@ static int atomic_remove_fb(struct drm_f
3636
struct drm_connector *conn __maybe_unused;
3737
struct drm_connector_state *conn_state;
3838
int i, ret;

target/linux/generic/hack-6.6/902-debloat_proc.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
235235
if (!pe)
236236
--- a/mm/vmalloc.c
237237
+++ b/mm/vmalloc.c
238-
@@ -4450,6 +4450,8 @@ static const struct seq_operations vmall
238+
@@ -4458,6 +4458,8 @@ static const struct seq_operations vmall
239239

240240
static int __init proc_vmalloc_init(void)
241241
{

target/linux/mediatek/patches-6.6/806-v6.9-pwm-mediatek-add-support-for-MT7988.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Signed-off-by: Uwe Kleine-König <[email protected]>
2020

2121
--- a/drivers/pwm/pwm-mediatek.c
2222
+++ b/drivers/pwm/pwm-mediatek.c
23-
@@ -345,6 +345,13 @@ static const struct pwm_mediatek_of_data
23+
@@ -348,6 +348,13 @@ static const struct pwm_mediatek_of_data
2424
.reg_offset = mtk_pwm_reg_offset_v1,
2525
};
2626

@@ -34,7 +34,7 @@ Signed-off-by: Uwe Kleine-König <[email protected]>
3434
static const struct pwm_mediatek_of_data mt8183_pwm_data = {
3535
.num_pwms = 4,
3636
.pwm45_fixup = false,
37-
@@ -375,6 +382,7 @@ static const struct of_device_id pwm_med
37+
@@ -378,6 +385,7 @@ static const struct of_device_id pwm_med
3838
{ .compatible = "mediatek,mt7629-pwm", .data = &mt7629_pwm_data },
3939
{ .compatible = "mediatek,mt7981-pwm", .data = &mt7981_pwm_data },
4040
{ .compatible = "mediatek,mt7986-pwm", .data = &mt7986_pwm_data },

0 commit comments

Comments
 (0)