commit e4ae43b238522bf585e7947b1788dd161094e491
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=2314
This commit is contained in:
parent
520e9e9688
commit
0e82ef67be
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e6bd6ad79c825c25dda9c646582495127b31968bf6299682f39c2a4b58894462
|
oid sha256:8484408e445042dadbcb39ceaf12f851d25d826856f52f3888d098c990ee13cb
|
||||||
size 302836
|
size 302699
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
Name: dtb-aarch64
|
Name: dtb-aarch64
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
Name: dtb-armv6l
|
Name: dtb-armv6l
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
Name: dtb-armv7l
|
Name: dtb-armv7l
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
Name: dtb-riscv64
|
Name: dtb-riscv64
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.12
|
%define srcversion 6.12
|
||||||
%define patchversion 6.12.8
|
%define patchversion 6.12.8
|
||||||
%define git_commit 4810a196bac9e0a75d3a00acb39008fc09685f4a
|
%define git_commit e4ae43b238522bf585e7947b1788dd161094e491
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@ -39,7 +39,7 @@
|
|||||||
Name: kernel-64kb
|
Name: kernel-64kb
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.12
|
%define srcversion 6.12
|
||||||
%define patchversion 6.12.8
|
%define patchversion 6.12.8
|
||||||
%define git_commit 4810a196bac9e0a75d3a00acb39008fc09685f4a
|
%define git_commit e4ae43b238522bf585e7947b1788dd161094e491
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@ -39,7 +39,7 @@
|
|||||||
Name: kernel-debug
|
Name: kernel-debug
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.12
|
%define srcversion 6.12
|
||||||
%define patchversion 6.12.8
|
%define patchversion 6.12.8
|
||||||
%define git_commit 4810a196bac9e0a75d3a00acb39008fc09685f4a
|
%define git_commit e4ae43b238522bf585e7947b1788dd161094e491
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@ -39,7 +39,7 @@
|
|||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.12
|
%define srcversion 6.12
|
||||||
%define patchversion 6.12.8
|
%define patchversion 6.12.8
|
||||||
%define git_commit 4810a196bac9e0a75d3a00acb39008fc09685f4a
|
%define git_commit e4ae43b238522bf585e7947b1788dd161094e491
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define build_html 1
|
%define build_html 1
|
||||||
%define build_pdf 0
|
%define build_pdf 0
|
||||||
@ -30,7 +30,7 @@
|
|||||||
Name: kernel-docs
|
Name: kernel-docs
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.12
|
%define srcversion 6.12
|
||||||
%define patchversion 6.12.8
|
%define patchversion 6.12.8
|
||||||
%define git_commit 4810a196bac9e0a75d3a00acb39008fc09685f4a
|
%define git_commit e4ae43b238522bf585e7947b1788dd161094e491
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@ -39,7 +39,7 @@
|
|||||||
Name: kernel-kvmsmall
|
Name: kernel-kvmsmall
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.12
|
%define srcversion 6.12
|
||||||
%define patchversion 6.12.8
|
%define patchversion 6.12.8
|
||||||
%define git_commit 4810a196bac9e0a75d3a00acb39008fc09685f4a
|
%define git_commit e4ae43b238522bf585e7947b1788dd161094e491
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@ -39,7 +39,7 @@
|
|||||||
Name: kernel-lpae
|
Name: kernel-lpae
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%global kernel_package kernel%kernel_flavor-srchash-4810a196bac9e0a75d3a00acb39008fc09685f4a
|
%global kernel_package kernel%kernel_flavor-srchash-e4ae43b238522bf585e7947b1788dd161094e491
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel_version}
|
%if 0%{?rhel_version}
|
||||||
%global kernel_package kernel
|
%global kernel_package kernel
|
||||||
@ -47,7 +47,7 @@
|
|||||||
Name: kernel-obs-build
|
Name: kernel-obs-build
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
Name: kernel-obs-qa
|
Name: kernel-obs-qa
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.12
|
%define srcversion 6.12
|
||||||
%define patchversion 6.12.8
|
%define patchversion 6.12.8
|
||||||
%define git_commit 4810a196bac9e0a75d3a00acb39008fc09685f4a
|
%define git_commit e4ae43b238522bf585e7947b1788dd161094e491
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@ -39,7 +39,7 @@
|
|||||||
Name: kernel-pae
|
Name: kernel-pae
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.12
|
%define srcversion 6.12
|
||||||
%define patchversion 6.12.8
|
%define patchversion 6.12.8
|
||||||
%define git_commit 4810a196bac9e0a75d3a00acb39008fc09685f4a
|
%define git_commit e4ae43b238522bf585e7947b1788dd161094e491
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -28,7 +28,7 @@
|
|||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define git_commit 4810a196bac9e0a75d3a00acb39008fc09685f4a
|
%define git_commit e4ae43b238522bf585e7947b1788dd161094e491
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -25,7 +25,7 @@ Name: kernel-syms
|
|||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.12
|
%define srcversion 6.12
|
||||||
%define patchversion 6.12.8
|
%define patchversion 6.12.8
|
||||||
%define git_commit 4810a196bac9e0a75d3a00acb39008fc09685f4a
|
%define git_commit e4ae43b238522bf585e7947b1788dd161094e491
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@ -39,7 +39,7 @@
|
|||||||
Name: kernel-vanilla
|
Name: kernel-vanilla
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1978,6 +1978,17 @@ Fri Dec 6 09:56:39 CET 2024 - jslaby@suse.cz
|
|||||||
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
- iommu/tegra241-cmdqv: Fix unused variable warning (git-fixes).
|
||||||
- commit 78b0030
|
- commit 78b0030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 09:17:22 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Update config files. Copy HZ values from SUSE-2025 (bsc#1196438).
|
||||||
|
SUSE-2025 has the HZ values set from the architectures' defaults. Let's
|
||||||
|
copy the values for the same reasons as expressed in jsc#PED-11606 for
|
||||||
|
x86_64. Especially to use values everyone else uses.
|
||||||
|
Since SUSE-2025 does not support armv6hl, armv7hl, i386, and riscv64,
|
||||||
|
the values are taken from respective defconfigs.
|
||||||
|
- commit a7fb275
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
Fri Dec 6 08:17:44 CET 2024 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -6485,7 +6496,12 @@ Mon Oct 28 09:48:20 CET 2024 - tzimmermann@suse.com
|
|||||||
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
require them and everything else runs on DRM. Closes a potential attack
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
surface into the kernel and HW.
|
surface into the kernel and HW.
|
||||||
- commit 72a3d93
|
[js] run oldconfig
|
||||||
|
- config: Disable CONFIG_FB_DEVICE (boo#1212947)
|
||||||
|
Disable fbdev userspace interfaces on all architectures. Fbcon doesn't
|
||||||
|
require them and everything else runs on DRM. Closes a potential attack
|
||||||
|
surface into the kernel and HW.
|
||||||
|
- commit 90b0f5b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
Mon Oct 28 00:48:28 CET 2024 - mkubecek@suse.cz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define srcversion 6.12
|
%define srcversion 6.12
|
||||||
%define patchversion 6.12.8
|
%define patchversion 6.12.8
|
||||||
%define git_commit 4810a196bac9e0a75d3a00acb39008fc09685f4a
|
%define git_commit e4ae43b238522bf585e7947b1788dd161094e491
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
%define compress_vmlinux xz
|
%define compress_vmlinux xz
|
||||||
@ -39,7 +39,7 @@
|
|||||||
Name: kernel-zfcpdump
|
Name: kernel-zfcpdump
|
||||||
Version: 6.12.8
|
Version: 6.12.8
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g4810a19
|
Release: <RELEASE>.ge4ae43b
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2025-01-02 16:46:27 +0000
|
2025-01-06 08:23:05 +0000
|
||||||
GIT Revision: 4810a196bac9e0a75d3a00acb39008fc09685f4a
|
GIT Revision: e4ae43b238522bf585e7947b1788dd161094e491
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user