commit 2a0570b032813d6280819571f8b30d7bb0b7d317
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1872
This commit is contained in:
parent
277ddaeb1d
commit
418ce961b5
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%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: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%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: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%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: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%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: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-%build_flavor-base-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
Provides: kernel-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: %name-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-%build_flavor-base-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
Provides: kernel-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: %name-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-%build_flavor-base-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
Provides: kernel-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: %name-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
License: GPL-2.0-only
|
||||
Group: Documentation/Man
|
||||
Version: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -67,7 +67,7 @@ BuildRequires: texlive-zapfding
|
||||
%endif
|
||||
URL: https://www.kernel.org/
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: %name-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-%build_flavor-base-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
Provides: kernel-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: %name-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-%build_flavor-base-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
Provides: kernel-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: %name-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
BuildRequires: kernel%kernel_flavor-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
|
||||
%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-only
|
||||
Group: SLES
|
||||
Version: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%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-only
|
||||
Group: SLES
|
||||
Version: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-%build_flavor-base-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
Provides: kernel-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: %name-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -31,9 +31,9 @@
|
||||
%endif
|
||||
|
||||
Name: kernel-source
|
||||
Version: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -50,7 +50,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: %name-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Sources
|
||||
Version: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%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-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: %name-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-%build_flavor-base-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
Provides: kernel-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: %name-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.10 (bsc#1012628).
|
||||
- net: mctp: purge receive queues on sk destruction (bsc#1012628).
|
||||
- rust: print: avoid evaluating arguments in `pr_*` macros in
|
||||
`unsafe` blocks (bsc#1012628).
|
||||
- net: fix NULL pointer in skb_segment_list (bsc#1012628).
|
||||
- gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
|
||||
(bsc#1012628).
|
||||
- nvme-apple: only reset the controller when RTKit is running
|
||||
(bsc#1012628).
|
||||
- cifs: fix return of uninitialized rc in
|
||||
dfs_cache_update_tgthint() (bsc#1012628).
|
||||
- gpiolib: acpi: Allow ignoring wake capability on pins that
|
||||
aren't in _AEI (bsc#1012628).
|
||||
- dmaengine: imx-sdma: Fix a possible memory leak in
|
||||
sdma_transfer_init (bsc#1012628).
|
||||
- HID: playstation: sanity check DualSense calibration data
|
||||
(bsc#1012628).
|
||||
- HID: uclogic: Add support for XP-PEN Deco 01 V2 (bsc#1012628).
|
||||
- s390: workaround invalid gcc-11 out of bounds read warning
|
||||
(bsc#1012628).
|
||||
- block: fix hctx checks for batch allocation (bsc#1012628).
|
||||
- ACPI: video: Add backlight=native DMI quirk for Acer Aspire
|
||||
4810T (bsc#1012628).
|
||||
- LoongArch: Get frame info in unwind_start() when regs is not
|
||||
available (bsc#1012628).
|
||||
- blk-cgroup: fix missing pd_online_fn() while activating policy
|
||||
(bsc#1012628).
|
||||
- erofs: clean up parsing of fscache related options
|
||||
(bsc#1012628).
|
||||
- kselftest: Fix error message for unconfigured LLVM builds
|
||||
(bsc#1012628).
|
||||
- ARM: omap1: fix building gpio15xx (bsc#1012628).
|
||||
- arm64: dts: msm8994-angler: fix the memory map (bsc#1012628).
|
||||
- mac80211: Fix MLO address translation for multiple bss case
|
||||
(bsc#1012628).
|
||||
- erofs/zmap.c: Fix incorrect offset calculation (bsc#1012628).
|
||||
- bpf: Skip task with pid=1 in send_signal_common() (bsc#1012628).
|
||||
- firmware: arm_scmi: Clear stale xfer->hdr.status (bsc#1012628).
|
||||
- arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: Fix pca954x i2c-mux node names
|
||||
(bsc#1012628).
|
||||
- ARM: dts: vf610: Fix pca9548 i2c-mux node names (bsc#1012628).
|
||||
- ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628).
|
||||
- commit 2a0570b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.9
|
||||
%define patchversion 6.1.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.1.9
|
||||
Version: 6.1.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79d6a70
|
||||
Release: <RELEASE>.g2a0570b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: kernel-%build_flavor-base-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
Provides: kernel-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
Provides: %name-srchash-2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3087ffa4113a205982f344071d805a6de3dd95d2df7e0f3fac9ca1c26595e55d
|
||||
size 1622041
|
||||
oid sha256:214ed63dd4285cab90de516b374b49357fc0c7791ea4143fdf55cf3618e8f7a3
|
||||
size 1636417
|
||||
|
29
series.conf
29
series.conf
@ -2320,6 +2320,35 @@
|
||||
patches.kernel.org/6.1.9-305-perf-x86-amd-fix-potential-integer-overflow-on-.patch
|
||||
patches.kernel.org/6.1.9-306-amdgpu-fix-build-on-non-DCN-platforms.patch
|
||||
patches.kernel.org/6.1.9-307-Linux-6.1.9.patch
|
||||
patches.kernel.org/6.1.10-001-ARM-dts-imx-Fix-pca9547-i2c-mux-node-name.patch
|
||||
patches.kernel.org/6.1.10-002-ARM-dts-vf610-Fix-pca9548-i2c-mux-node-names.patch
|
||||
patches.kernel.org/6.1.10-003-arm64-dts-freescale-Fix-pca954x-i2c-mux-node-n.patch
|
||||
patches.kernel.org/6.1.10-004-arm64-dts-imx8mq-thor96-fix-no-mmc-property-fo.patch
|
||||
patches.kernel.org/6.1.10-005-firmware-arm_scmi-Clear-stale-xfer-hdr.status.patch
|
||||
patches.kernel.org/6.1.10-006-bpf-Skip-task-with-pid-1-in-send_signal_common.patch
|
||||
patches.kernel.org/6.1.10-007-erofs-zmap.c-Fix-incorrect-offset-calculation.patch
|
||||
patches.kernel.org/6.1.10-008-mac80211-Fix-MLO-address-translation-for-multi.patch
|
||||
patches.kernel.org/6.1.10-009-arm64-dts-msm8994-angler-fix-the-memory-map.patch
|
||||
patches.kernel.org/6.1.10-010-ARM-omap1-fix-building-gpio15xx.patch
|
||||
patches.kernel.org/6.1.10-011-kselftest-Fix-error-message-for-unconfigured-L.patch
|
||||
patches.kernel.org/6.1.10-012-erofs-clean-up-parsing-of-fscache-related-opti.patch
|
||||
patches.kernel.org/6.1.10-013-blk-cgroup-fix-missing-pd_online_fn-while-acti.patch
|
||||
patches.kernel.org/6.1.10-014-LoongArch-Get-frame-info-in-unwind_start-when-.patch
|
||||
patches.kernel.org/6.1.10-015-ACPI-video-Add-backlight-native-DMI-quirk-for-.patch
|
||||
patches.kernel.org/6.1.10-016-block-fix-hctx-checks-for-batch-allocation.patch
|
||||
patches.kernel.org/6.1.10-017-s390-workaround-invalid-gcc-11-out-of-bounds-r.patch
|
||||
patches.kernel.org/6.1.10-018-HID-uclogic-Add-support-for-XP-PEN-Deco-01-V2.patch
|
||||
patches.kernel.org/6.1.10-019-HID-playstation-sanity-check-DualSense-calibra.patch
|
||||
patches.kernel.org/6.1.10-020-dmaengine-imx-sdma-Fix-a-possible-memory-leak-.patch
|
||||
patches.kernel.org/6.1.10-021-gpiolib-acpi-Allow-ignoring-wake-capability-on.patch
|
||||
patches.kernel.org/6.1.10-022-cifs-fix-return-of-uninitialized-rc-in-dfs_cac.patch
|
||||
patches.kernel.org/6.1.10-023-nvme-apple-only-reset-the-controller-when-RTKi.patch
|
||||
patches.kernel.org/6.1.10-024-gpiolib-acpi-Add-a-ignore-wakeup-quirk-for-Cle.patch
|
||||
patches.kernel.org/6.1.10-025-gpiolib-acpi-Don-t-set-GPIOs-for-wakeup-in-S3-.patch
|
||||
patches.kernel.org/6.1.10-026-net-fix-NULL-pointer-in-skb_segment_list.patch
|
||||
patches.kernel.org/6.1.10-027-rust-print-avoid-evaluating-arguments-in-pr_-m.patch
|
||||
patches.kernel.org/6.1.10-028-net-mctp-purge-receive-queues-on-sk-destructio.patch
|
||||
patches.kernel.org/6.1.10-029-Linux-6.1.10.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
|
@ -1,3 +1,3 @@
|
||||
2023-02-01 07:45:32 +0000
|
||||
GIT Revision: 79d6a7016f66236be6f1dc99917b0d7ba8407028
|
||||
2023-02-06 07:27:26 +0000
|
||||
GIT Revision: 2a0570b032813d6280819571f8b30d7bb0b7d317
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user