commit e6658c9d6f43cebc57c917625dd8924098d9fceb
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1344
This commit is contained in:
parent
fe3d8a9da4
commit
155ef5ee8b
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-aarch64
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-armv6l
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-armv7l
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-riscv64
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-%build_flavor-base-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
Provides: kernel-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: %name-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-%build_flavor-base-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
Provides: kernel-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: %name-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-%build_flavor-base-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
Provides: kernel-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: %name-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: %name-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-%build_flavor-base-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
Provides: kernel-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: %name-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-%build_flavor-base-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
Provides: kernel-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: %name-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
BuildRequires: kernel%kernel_flavor-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -64,9 +64,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Basic QA tests for the kernel
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-%build_flavor-base-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
Provides: kernel-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: %name-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -30,9 +30,9 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: %name-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: %name-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-%build_flavor-base-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
Provides: kernel-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: %name-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 07:25:06 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.1 (bnc#1012628).
|
||||
- scsi: ufs: Fix and simplify setup_xfer_req variant operation
|
||||
(bnc#1012628).
|
||||
- USB: serial: qcserial: add EM7305 QDL product ID (bnc#1012628).
|
||||
- USB: iowarrior: fix up report size handling for some devices
|
||||
(bnc#1012628).
|
||||
- usb: xhci: define IDs for various ASMedia host controllers
|
||||
(bnc#1012628).
|
||||
- usb: xhci: Fix ASMedia ASM1142 DMA addressing (bnc#1012628).
|
||||
- Revert "ALSA: hda: call runtime_allow() for all hda controllers"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3
|
||||
laptops (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add new quirk ID for Recon3D (bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Fix AE-5 microphone selection commands
|
||||
(bnc#1012628).
|
||||
- ALSA: seq: oss: Serialize ioctls (bnc#1012628).
|
||||
- staging: android: ashmem: Fix lockdep warning for write
|
||||
operation (bnc#1012628).
|
||||
- staging: rtl8712: handle firmware load failure (bnc#1012628).
|
||||
- Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable
|
||||
authmode (bnc#1012628).
|
||||
- Bluetooth: Fix slab-out-of-bounds read in
|
||||
hci_extended_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_evt() (bnc#1012628).
|
||||
- Bluetooth: Prevent out-of-bounds read in
|
||||
hci_inquiry_result_with_rssi_evt() (bnc#1012628).
|
||||
- omapfb: dss: Fix max fclk divider for omap36xx (bnc#1012628).
|
||||
- binder: Prevent context manager from incrementing ref 0
|
||||
(bnc#1012628).
|
||||
- Smack: fix use-after-free in smk_write_relabel_self()
|
||||
(bnc#1012628).
|
||||
- scripts: add dummy report mode to add_namespace.cocci
|
||||
(bnc#1012628).
|
||||
- lkdtm/heap: Avoid edge and middle of slabs (bnc#1012628).
|
||||
- mtd: properly check all write ioctls for permissions
|
||||
(bnc#1012628).
|
||||
- leds: wm831x-status: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm36274: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: da903x: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: lm3533: fix use-after-free on unbind (bnc#1012628).
|
||||
- leds: 88pm860x: fix use-after-free on unbind (bnc#1012628).
|
||||
- gpio: max77620: Fix missing release of interrupt (bnc#1012628).
|
||||
- xattr: break delegations in {set,remove}xattr (bnc#1012628).
|
||||
- Revert "powerpc/kasan: Fix shadow pages allocation failure"
|
||||
(bnc#1012628).
|
||||
- powerpc/kasan: Fix shadow pages allocation failure
|
||||
(bnc#1012628).
|
||||
- PCI: tegra: Revert tegra124 raw_violation_fixup (bnc#1012628).
|
||||
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
|
||||
runtime (bnc#1012628).
|
||||
- random32: move the pseudo-random 32-bit definitions to prandom.h
|
||||
(bnc#1012628).
|
||||
- random: random.h should include archrandom.h, not the other
|
||||
way around (bnc#1012628).
|
||||
- arm64: kaslr: Use standard early random function (bnc#1012628).
|
||||
- commit 7303946
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 09:16:56 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- ALSA: usb-audio: fix overeager device match for MacroSilicon
|
||||
MS2109 (bsc#1174625).
|
||||
- commit e0b3a44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 22:11:25 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.0
|
||||
%define patchversion 5.8.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.0
|
||||
Version: 5.8.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gd4e7682
|
||||
Release: <RELEASE>.ge6658c9
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: kernel-%build_flavor-base-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
Provides: kernel-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
Provides: %name-srchash-e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc78c84ab73c3122461a3fbf8198f9ae57edcd61c73f61f5eeca9422fbe949ac
|
||||
size 61459
|
||||
oid sha256:b3b14d0654926401013c45d906e635cb9e511a45880e514257aa86dbcfe727cc
|
||||
size 60882
|
||||
|
41
series.conf
41
series.conf
@ -27,6 +27,45 @@
|
||||
# DO NOT MODIFY THEM!
|
||||
# Send separate patches upstream if you find a problem...
|
||||
########################################################
|
||||
patches.kernel.org/5.8.1-001-scsi-ufs-Fix-and-simplify-setup_xfer_req-varian.patch
|
||||
patches.kernel.org/5.8.1-002-USB-serial-qcserial-add-EM7305-QDL-product-ID.patch
|
||||
patches.kernel.org/5.8.1-003-USB-iowarrior-fix-up-report-size-handling-for-s.patch
|
||||
patches.kernel.org/5.8.1-004-usb-xhci-define-IDs-for-various-ASMedia-host-co.patch
|
||||
patches.kernel.org/5.8.1-005-usb-xhci-Fix-ASMedia-ASM1142-DMA-addressing.patch
|
||||
patches.kernel.org/5.8.1-006-Revert-ALSA-hda-call-runtime_allow-for-all-hda-.patch
|
||||
patches.kernel.org/5.8.1-007-ALSA-hda-realtek-Add-alc269-alc662-pin-tables-f.patch
|
||||
patches.kernel.org/5.8.1-008-ALSA-hda-ca0132-Add-new-quirk-ID-for-Recon3D.patch
|
||||
patches.kernel.org/5.8.1-009-ALSA-hda-ca0132-Fix-ZxR-Headphone-gain-control-.patch
|
||||
patches.kernel.org/5.8.1-010-ALSA-hda-ca0132-Fix-AE-5-microphone-selection-c.patch
|
||||
patches.kernel.org/5.8.1-011-ALSA-seq-oss-Serialize-ioctls.patch
|
||||
patches.kernel.org/5.8.1-012-staging-android-ashmem-Fix-lockdep-warning-for-.patch
|
||||
patches.kernel.org/5.8.1-013-staging-rtl8712-handle-firmware-load-failure.patch
|
||||
patches.kernel.org/5.8.1-014-Staging-rtl8188eu-rtw_mlme-Fix-uninitialized-va.patch
|
||||
patches.kernel.org/5.8.1-015-Bluetooth-Fix-slab-out-of-bounds-read-in-hci_ex.patch
|
||||
patches.kernel.org/5.8.1-016-Bluetooth-Prevent-out-of-bounds-read-in-hci_inq.patch
|
||||
patches.kernel.org/5.8.1-017-Bluetooth-Prevent-out-of-bounds-read-in-hci_inq.patch
|
||||
patches.kernel.org/5.8.1-018-omapfb-dss-Fix-max-fclk-divider-for-omap36xx.patch
|
||||
patches.kernel.org/5.8.1-019-binder-Prevent-context-manager-from-incrementin.patch
|
||||
patches.kernel.org/5.8.1-020-Smack-fix-use-after-free-in-smk_write_relabel_s.patch
|
||||
patches.kernel.org/5.8.1-021-scripts-add-dummy-report-mode-to-add_namespace..patch
|
||||
patches.kernel.org/5.8.1-022-lkdtm-heap-Avoid-edge-and-middle-of-slabs.patch
|
||||
patches.kernel.org/5.8.1-023-vgacon-Fix-for-missing-check-in-scrollback-hand.patch
|
||||
patches.kernel.org/5.8.1-024-mtd-properly-check-all-write-ioctls-for-permiss.patch
|
||||
patches.kernel.org/5.8.1-025-leds-wm831x-status-fix-use-after-free-on-unbind.patch
|
||||
patches.kernel.org/5.8.1-026-leds-lm36274-fix-use-after-free-on-unbind.patch
|
||||
patches.kernel.org/5.8.1-027-leds-da903x-fix-use-after-free-on-unbind.patch
|
||||
patches.kernel.org/5.8.1-028-leds-lm3533-fix-use-after-free-on-unbind.patch
|
||||
patches.kernel.org/5.8.1-029-leds-88pm860x-fix-use-after-free-on-unbind.patch
|
||||
patches.kernel.org/5.8.1-030-gpio-max77620-Fix-missing-release-of-interrupt.patch
|
||||
patches.kernel.org/5.8.1-031-xattr-break-delegations-in-set-remove-xattr.patch
|
||||
patches.kernel.org/5.8.1-032-Revert-powerpc-kasan-Fix-shadow-pages-allocatio.patch
|
||||
patches.kernel.org/5.8.1-033-powerpc-kasan-Fix-shadow-pages-allocation-failu.patch
|
||||
patches.kernel.org/5.8.1-034-PCI-tegra-Revert-tegra124-raw_violation_fixup.patch
|
||||
patches.kernel.org/5.8.1-035-ima-move-APPRAISE_BOOTPARAM-dependency-on-ARCH_.patch
|
||||
patches.kernel.org/5.8.1-036-random32-move-the-pseudo-random-32-bit-definiti.patch
|
||||
patches.kernel.org/5.8.1-037-random-random.h-should-include-archrandom.h-not.patch
|
||||
patches.kernel.org/5.8.1-038-arm64-kaslr-Use-standard-early-random-function.patch
|
||||
patches.kernel.org/5.8.1-039-Linux-5.8.1.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -56,9 +95,9 @@
|
||||
patches.suse/net-ethtool-Remove-PHYLIB-direct-dependency.patch
|
||||
patches.suse/bpf-Use-dedicated-bpf_trace_printk-event-instead-of-.patch
|
||||
patches.suse/Bluetooth-Disconnect-if-E0-is-used-for-Level-4.patch
|
||||
patches.suse/vgacon-fix-out-of-bounds-write-to-the-scrollback-buf.patch
|
||||
patches.suse/brcmfmac-Transform-compatible-string-for-FW-loading.patch
|
||||
patches.suse/clk-bcm2835-do-not-use-prediv-with-bcm2711-s-plls.patch
|
||||
patches.suse/ALSA-usb-audio-fix-overeager-device-match-for-MacroS.patch
|
||||
|
||||
########################################################
|
||||
# kbuild/module infrastructure fixes
|
||||
|
@ -1,3 +1,3 @@
|
||||
2020-08-10 06:17:58 +0000
|
||||
GIT Revision: d4e76826889e3ffa1d9ef69cf7e8408b5526b04f
|
||||
2020-08-12 07:09:13 +0000
|
||||
GIT Revision: e6658c9d6f43cebc57c917625dd8924098d9fceb
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user