commit e71748d44896da2c218a153173fa0504f34836bc
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1854
This commit is contained in:
parent
4926fb2b32
commit
bc9990e1ff
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.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: 6.1.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.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: 6.1.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.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: 6.1.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.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: 6.1.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.1
|
||||
%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.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%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-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-%build_flavor-base-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
Provides: kernel-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: %name-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.1
|
||||
%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.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%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-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-%build_flavor-base-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
Provides: kernel-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: %name-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.1
|
||||
%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.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%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-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-%build_flavor-base-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
Provides: kernel-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: %name-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.1
|
||||
%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.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%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-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: %name-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.1
|
||||
%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.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%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-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-%build_flavor-base-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
Provides: kernel-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: %name-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.1
|
||||
%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.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%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-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-%build_flavor-base-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
Provides: kernel-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: %name-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
BuildRequires: kernel%kernel_flavor-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
|
||||
%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.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.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-only
|
||||
Group: SLES
|
||||
Version: 6.1.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.1
|
||||
%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.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%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-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-%build_flavor-base-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
Provides: kernel-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: %name-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -31,9 +31,9 @@
|
||||
%endif
|
||||
|
||||
Name: kernel-source
|
||||
Version: 6.1.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -50,7 +50,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: %name-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - 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.0
|
||||
Version: 6.1.1
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%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-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: %name-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.1
|
||||
%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.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%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-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-%build_flavor-base-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
Provides: kernel-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: %name-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 16:36:59 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.1 (bsc#1012628).
|
||||
- KEYS: encrypted: fix key instantiation with user-provided data
|
||||
(bsc#1012628).
|
||||
- cifs: fix oops during encryption (bsc#1012628).
|
||||
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
|
||||
CPU sub-system for Raptor Lake (bsc#1012628).
|
||||
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
|
||||
- igb: Initialize mailbox message for VF reset (bsc#1012628).
|
||||
- staging: r8188eu: fix led register settings (bsc#1012628).
|
||||
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81534: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: f81232: fix division by zero on line-speed change
|
||||
(bsc#1012628).
|
||||
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
|
||||
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
|
||||
- usb: gadget: uvc: Prevent buffer overflow in setup handler
|
||||
(bsc#1012628).
|
||||
- udf: Fix extending file within last block (bsc#1012628).
|
||||
- udf: Do not bother looking for prealloc extents if i_lenExtents
|
||||
matches i_size (bsc#1012628).
|
||||
- udf: Fix preallocation discarding at indirect extent boundary
|
||||
(bsc#1012628).
|
||||
- udf: Discard preallocation before extending file with a hole
|
||||
(bsc#1012628).
|
||||
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
|
||||
- mips: ralink: mt7621: do not use kzalloc too early
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: soc queries and tests as functions
|
||||
(bsc#1012628).
|
||||
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
|
||||
(bsc#1012628).
|
||||
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
|
||||
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
|
||||
(bsc#1012628).
|
||||
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
|
||||
(bsc#1012628).
|
||||
- commit 181a470
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 17:29:07 CET 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.0
|
||||
%define patchversion 6.1.1
|
||||
%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.0
|
||||
Version: 6.1.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gab10a11
|
||||
Release: <RELEASE>.ge71748d
|
||||
%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-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: kernel-%build_flavor-base-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
Provides: kernel-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
Provides: %name-srchash-e71748d44896da2c218a153173fa0504f34836bc
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
Binary file not shown.
25
series.conf
25
series.conf
@ -27,6 +27,31 @@
|
||||
# DO NOT MODIFY THEM!
|
||||
# Send separate patches upstream if you find a problem...
|
||||
########################################################
|
||||
patches.kernel.org/6.1.1-001-x86-vdso-Conditionally-export-__vdso_sgx_enter_.patch
|
||||
patches.kernel.org/6.1.1-002-libbpf-Fix-uninitialized-warning-in-btf_dump_du.patch
|
||||
patches.kernel.org/6.1.1-003-PCI-mt7621-Add-sentinel-to-quirks-table.patch
|
||||
patches.kernel.org/6.1.1-004-mips-ralink-mt7621-define-MT7621_SYSC_BASE-with.patch
|
||||
patches.kernel.org/6.1.1-005-mips-ralink-mt7621-soc-queries-and-tests-as-fun.patch
|
||||
patches.kernel.org/6.1.1-006-mips-ralink-mt7621-do-not-use-kzalloc-too-early.patch
|
||||
patches.kernel.org/6.1.1-007-irqchip-ls-extirq-Fix-endianness-detection.patch
|
||||
patches.kernel.org/6.1.1-008-udf-Discard-preallocation-before-extending-file.patch
|
||||
patches.kernel.org/6.1.1-009-udf-Fix-preallocation-discarding-at-indirect-ex.patch
|
||||
patches.kernel.org/6.1.1-010-udf-Do-not-bother-looking-for-prealloc-extents-.patch
|
||||
patches.kernel.org/6.1.1-011-udf-Fix-extending-file-within-last-block.patch
|
||||
patches.kernel.org/6.1.1-012-usb-gadget-uvc-Prevent-buffer-overflow-in-setup.patch
|
||||
patches.kernel.org/6.1.1-013-USB-serial-option-add-Quectel-EM05-G-modem.patch
|
||||
patches.kernel.org/6.1.1-014-USB-serial-cp210x-add-Kamstrup-RF-sniffer-PIDs.patch
|
||||
patches.kernel.org/6.1.1-015-USB-serial-f81232-fix-division-by-zero-on-line-.patch
|
||||
patches.kernel.org/6.1.1-016-USB-serial-f81534-fix-division-by-zero-on-line-.patch
|
||||
patches.kernel.org/6.1.1-017-ALSA-hda-realtek-fix-mute-micmute-LEDs-for-a-HP.patch
|
||||
patches.kernel.org/6.1.1-018-xhci-Apply-XHCI_RESET_TO_DEFAULT-quirk-to-ADL-N.patch
|
||||
patches.kernel.org/6.1.1-019-staging-r8188eu-fix-led-register-settings.patch
|
||||
patches.kernel.org/6.1.1-020-igb-Initialize-mailbox-message-for-VF-reset.patch
|
||||
patches.kernel.org/6.1.1-021-usb-typec-ucsi-Resume-in-separate-work.patch
|
||||
patches.kernel.org/6.1.1-022-usb-dwc3-pci-Update-PCIe-device-ID-for-USB3-con.patch
|
||||
patches.kernel.org/6.1.1-023-cifs-fix-oops-during-encryption.patch
|
||||
patches.kernel.org/6.1.1-024-KEYS-encrypted-fix-key-instantiation-with-user-.patch
|
||||
patches.kernel.org/6.1.1-025-Linux-6.1.1.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
|
@ -1,3 +1,3 @@
|
||||
2022-12-21 16:29:21 +0000
|
||||
GIT Revision: ab10a112debd048481eeb4d1d93a7b2366be6072
|
||||
2022-12-22 15:37:40 +0000
|
||||
GIT Revision: e71748d44896da2c218a153173fa0504f34836bc
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user