kernel: bump 5.15 to 5.15.79
authorJohn Audia <therealgraysky@proton.me>
Wed, 16 Nov 2022 12:19:10 +0000 (07:19 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 16 Nov 2022 22:30:11 +0000 (23:30 +0100)
All other patches automatically rebased

Build system: x86_64
Build-tested: bcm2711/RPi4B, ramips/mt7621
Run-tested: bcm2711/RPi4B, ramips/mt7621

Signed-off-by: John Audia <therealgraysky@proton.me>
include/kernel-5.15
target/linux/bcm27xx/patches-5.15/950-0470-sound-usb-add-device-quirks-for-A4Tech-FHD-1080p-web.patch
target/linux/bcm27xx/patches-5.15/950-0471-sound-usb-call-usb_autopm_get_interface-for-devices-.patch
target/linux/generic/hack-5.15/221-module_exports.patch

index d3a43826a6268bfd4c759cfba1d6e928f34cde09..a7d4d0ca72fd1c5fb377a82adea0a25d81b4195f 100644 (file)
@@ -1,2 +1,2 @@
-LINUX_VERSION-5.15 = .78
-LINUX_KERNEL_HASH-5.15.78 = 0db99f7347a38c27b8c155f3c9c8b260011aea0a4ded85ee95e6095b1e69a499
+LINUX_VERSION-5.15 = .79
+LINUX_KERNEL_HASH-5.15.79 = cba39031dbc0eed0785b8afdc8c58cf23df83e47001b2354fa44486ae699c154
index c1f31d65dca502d3b916733edbcd5ea40b95503e..524f68990482d73c2724f3dafc09ae57d6376515 100644 (file)
@@ -16,7 +16,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
 
 --- a/sound/usb/quirks.c
 +++ b/sound/usb/quirks.c
-@@ -1883,6 +1883,8 @@ static const struct usb_audio_quirk_flag
+@@ -1884,6 +1884,8 @@ static const struct usb_audio_quirk_flag
                   QUIRK_FLAG_GENERIC_IMPLICIT_FB),
        DEVICE_FLG(0x2b53, 0x0031, /* Fiero SC-01 (firmware v1.1.0) */
                   QUIRK_FLAG_GENERIC_IMPLICIT_FB),
index 5ca57a6b0a1a89bcd8b3afe655234e80a441f10a..a586d075dd105f4606e7416e79ee61c3ce481075 100644 (file)
@@ -19,7 +19,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
 
 --- a/sound/usb/card.c
 +++ b/sound/usb/card.c
-@@ -843,8 +843,14 @@ static int usb_audio_probe(struct usb_in
+@@ -855,8 +855,14 @@ static int usb_audio_probe(struct usb_in
        if (ignore_ctl_error)
                chip->quirk_flags |= QUIRK_FLAG_IGNORE_CTL_ERROR;
  
index af21a2db8b917b1b537b3f817f87e4ef60ad1186..405dc5f78cecef621cb3e4678894ef79262e8d05 100644 (file)
@@ -30,7 +30,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
  /* Align . to a 8 byte boundary equals to maximum function alignment. */
  #define ALIGN_FUNCTION()  . = ALIGN(8)
  
-@@ -484,14 +494,14 @@
+@@ -485,14 +495,14 @@
        /* Kernel symbol table: Normal symbols */                       \
        __ksymtab         : AT(ADDR(__ksymtab) - LOAD_OFFSET) {         \
                __start___ksymtab = .;                                  \
@@ -47,7 +47,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
                __stop___ksymtab_gpl = .;                               \
        }                                                               \
                                                                        \
-@@ -511,7 +521,7 @@
+@@ -512,7 +522,7 @@
                                                                        \
        /* Kernel symbol table: strings */                              \
          __ksymtab_strings : AT(ADDR(__ksymtab_strings) - LOAD_OFFSET) {       \