commit f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1929
This commit is contained in:
parent
84ea38d039
commit
df4236de67
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.3
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.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.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.3
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.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.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.3
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.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.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.3
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.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.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.3
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.1
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@ -111,9 +111,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-%build_flavor-base-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
Provides: kernel-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: %name-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.3
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.1
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@ -111,9 +111,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-%build_flavor-base-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
Provides: kernel-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: %name-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.3
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.1
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@ -111,9 +111,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-%build_flavor-base-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
Provides: kernel-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: %name-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.3
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.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.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%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-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: %name-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.3
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.1
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@ -111,9 +111,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-%build_flavor-base-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
Provides: kernel-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: %name-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.3
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.1
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@ -111,9 +111,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-%build_flavor-base-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
Provides: kernel-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: %name-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -44,7 +44,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
BuildRequires: kernel%kernel_flavor-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -56,9 +56,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0-only
|
||||
Group: SLES
|
||||
Version: 6.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.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.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.3
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.1
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@ -111,9 +111,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-%build_flavor-base-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
Provides: kernel-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: %name-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.3
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -30,9 +30,9 @@
|
||||
%endif
|
||||
|
||||
Name: kernel-source
|
||||
Version: 6.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -49,7 +49,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: %name-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 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.3.0
|
||||
Version: 6.3.1
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%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-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: %name-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.3
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.1
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@ -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.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-%build_flavor-base-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
Provides: kernel-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: %name-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.3.1 (bsc#1012628).
|
||||
- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
|
||||
(bsc#1012628).
|
||||
- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
|
||||
(bsc#1012628).
|
||||
- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
|
||||
(bsc#1012628).
|
||||
- fsverity: explicitly check for buffer overflow in
|
||||
build_merkle_tree() (bsc#1012628).
|
||||
- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
|
||||
(bsc#1012628).
|
||||
- bluetooth: Perform careful capability checks in hci_sock_ioctl()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628).
|
||||
- btrfs: fix uninitialized variable warnings (bsc#1012628).
|
||||
- USB: serial: option: add UNISOC vendor and TOZED LT70C product
|
||||
(bsc#1012628).
|
||||
- driver core: Don't require dynamic_debug for initcall_debug
|
||||
probe timing (bsc#1012628).
|
||||
- commit 4fd5b5c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.3
|
||||
%define patchversion 6.3.0
|
||||
%define patchversion 6.3.1
|
||||
%define variant %{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@ -111,9 +111,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.3.0
|
||||
Version: 6.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7ec9f8e
|
||||
Release: <RELEASE>.gf5e439f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: kernel-%build_flavor-base-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
Provides: kernel-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
Provides: %name-srchash-f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
%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.
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a51821bcf0fd8c968ab32806c4c8b77b36951f902c8e7592f59d423cc33e28aa
|
||||
size 34889
|
||||
oid sha256:85625538681931296d9e21541c3fdc61665679e2f83e865bb529d35811efc452
|
||||
size 34335
|
||||
|
13
series.conf
13
series.conf
@ -27,6 +27,18 @@
|
||||
# DO NOT MODIFY THEM!
|
||||
# Send separate patches upstream if you find a problem...
|
||||
########################################################
|
||||
patches.kernel.org/6.3.1-001-wifi-brcmfmac-slab-out-of-bounds-read-in-brcmf_.patch
|
||||
patches.kernel.org/6.3.1-002-fsverity-reject-FS_IOC_ENABLE_VERITY-on-mode-3-.patch
|
||||
patches.kernel.org/6.3.1-003-drm-fb-helper-set-x-yres_virtual-in-drm_fb_help.patch
|
||||
patches.kernel.org/6.3.1-004-fsverity-explicitly-check-for-buffer-overflow-i.patch
|
||||
patches.kernel.org/6.3.1-005-gpiolib-acpi-Add-a-ignore-wakeup-quirk-for-Clev.patch
|
||||
patches.kernel.org/6.3.1-006-bluetooth-Perform-careful-capability-checks-in-.patch
|
||||
patches.kernel.org/6.3.1-007-wifi-brcmfmac-add-Cypress-43439-SDIO-ids.patch
|
||||
patches.kernel.org/6.3.1-008-btrfs-fix-uninitialized-variable-warnings.patch
|
||||
patches.kernel.org/6.3.1-009-mm-mremap-fix-vm_pgoff-in-vma_merge-case-3.patch
|
||||
patches.kernel.org/6.3.1-010-USB-serial-option-add-UNISOC-vendor-and-TOZED-L.patch
|
||||
patches.kernel.org/6.3.1-011-driver-core-Don-t-require-dynamic_debug-for-ini.patch
|
||||
patches.kernel.org/6.3.1-012-Linux-6.3.1.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -55,7 +67,6 @@
|
||||
########################################################
|
||||
|
||||
patches.suse/ath11k-pci-Add-more-MODULE_FIRMWARE-entries.patch
|
||||
patches.suse/0001-mm-mremap-fix-vm_pgoff-in-vma_merge-case-3.patch
|
||||
########################################################
|
||||
# end of sorted patches
|
||||
########################################################
|
||||
|
@ -1,3 +1,3 @@
|
||||
2023-04-28 05:33:18 +0000
|
||||
GIT Revision: 7ec9f8e60b65c92487e30dc341ebdb0c36e6bcb2
|
||||
2023-05-01 04:42:03 +0000
|
||||
GIT Revision: f5e439ffac0e1a0275427a7d1d8a8a07e4a6eb39
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user