commit b12be2e2fae05208f7b0b66232a7f033b51b01eb

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=2137
This commit is contained in:
Kernel Bugs 2024-04-06 06:07:22 +00:00 committed by Git OBS Bridge
parent 257039948f
commit 4fd2185c58
38 changed files with 682 additions and 53 deletions

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.8
%define patchversion 6.8.4-rc1
%define patchversion 6.8.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -27,7 +27,7 @@
Name: dtb-aarch64
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.8
%define patchversion 6.8.4-rc1
%define patchversion 6.8.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -27,7 +27,7 @@
Name: dtb-armv6l
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.8
%define patchversion 6.8.4-rc1
%define patchversion 6.8.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -27,7 +27,7 @@
Name: dtb-armv7l
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 6.8
%define patchversion 6.8.4-rc1
%define patchversion 6.8.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -27,7 +27,7 @@
Name: dtb-riscv64
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.8
%define patchversion 6.8.4-rc1
%define git_commit 108955020bb17197b7ebedb0b05870649c3612a2
%define patchversion 6.8.4
%define git_commit b12be2e2fae05208f7b0b66232a7f033b51b01eb
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-64kb
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.8
%define patchversion 6.8.4-rc1
%define git_commit 108955020bb17197b7ebedb0b05870649c3612a2
%define patchversion 6.8.4
%define git_commit b12be2e2fae05208f7b0b66232a7f033b51b01eb
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-debug
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.8
%define patchversion 6.8.4-rc1
%define git_commit 108955020bb17197b7ebedb0b05870649c3612a2
%define patchversion 6.8.4
%define git_commit b12be2e2fae05208f7b0b66232a7f033b51b01eb
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-default
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -17,8 +17,8 @@
%define srcversion 6.8
%define patchversion 6.8.4-rc1
%define git_commit 108955020bb17197b7ebedb0b05870649c3612a2
%define patchversion 6.8.4
%define git_commit b12be2e2fae05208f7b0b66232a7f033b51b01eb
%define variant %{nil}
%define build_html 1
%define build_pdf 0
@ -30,7 +30,7 @@
Name: kernel-docs
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.8
%define patchversion 6.8.4-rc1
%define git_commit 108955020bb17197b7ebedb0b05870649c3612a2
%define patchversion 6.8.4
%define git_commit b12be2e2fae05208f7b0b66232a7f033b51b01eb
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-kvmsmall
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.8
%define patchversion 6.8.4-rc1
%define git_commit 108955020bb17197b7ebedb0b05870649c3612a2
%define patchversion 6.8.4
%define git_commit b12be2e2fae05208f7b0b66232a7f033b51b01eb
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-lpae
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 6.8.4-rc1
%define patchversion 6.8.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -38,7 +38,7 @@
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-108955020bb17197b7ebedb0b05870649c3612a2
%global kernel_package kernel%kernel_flavor-srchash-b12be2e2fae05208f7b0b66232a7f033b51b01eb
%endif
%if 0%{?rhel_version}
%global kernel_package kernel
@ -47,7 +47,7 @@
Name: kernel-obs-build
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 6.8.4-rc1
%define patchversion 6.8.4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -25,7 +25,7 @@
Name: kernel-obs-qa
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.8
%define patchversion 6.8.4-rc1
%define git_commit 108955020bb17197b7ebedb0b05870649c3612a2
%define patchversion 6.8.4
%define git_commit b12be2e2fae05208f7b0b66232a7f033b51b01eb
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-pae
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -17,8 +17,8 @@
%define srcversion 6.8
%define patchversion 6.8.4-rc1
%define git_commit 108955020bb17197b7ebedb0b05870649c3612a2
%define patchversion 6.8.4
%define git_commit b12be2e2fae05208f7b0b66232a7f033b51b01eb
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -28,7 +28,7 @@
Name: kernel-source
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -16,7 +16,7 @@
#
%define git_commit 108955020bb17197b7ebedb0b05870649c3612a2
%define git_commit b12be2e2fae05208f7b0b66232a7f033b51b01eb
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -25,7 +25,7 @@ Name: kernel-syms
Version: 6.8.4
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.8
%define patchversion 6.8.4-rc1
%define git_commit 108955020bb17197b7ebedb0b05870649c3612a2
%define patchversion 6.8.4
%define git_commit b12be2e2fae05208f7b0b66232a7f033b51b01eb
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-vanilla
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Apr 5 10:48:58 CEST 2024 - tiwai@suse.de
- Input: psmouse: add NULL check to psmouse_from_serio()
(bsc#1219522).
- commit b12be2e
-------------------------------------------------------------------
Fri Apr 5 07:04:16 CEST 2024 - jslaby@suse.cz
- Linux 6.8.4 (bsc#1012628).
- Refresh
patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
Update patches to 6.8.4-final.
- commit f362b5c
-------------------------------------------------------------------
Thu Apr 4 09:22:19 CEST 2024 - jslaby@suse.cz
@ -711,6 +740,14 @@ Wed Apr 3 16:49:59 CEST 2024 - jslaby@suse.cz
patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch.
- commit b5e6a9b
-------------------------------------------------------------------
Wed Apr 3 08:00:06 CEST 2024 - jslaby@suse.cz
- Reapply "io_uring: remove unconditional looping in local
This reverts commit 5b857cbdea3a310ec703341b4586e4f4f7748b04, liburing
was fixed.
- commit 27b1222
-------------------------------------------------------------------
Tue Apr 2 11:38:08 CEST 2024 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
%define srcversion 6.8
%define patchversion 6.8.4-rc1
%define git_commit 108955020bb17197b7ebedb0b05870649c3612a2
%define patchversion 6.8.4
%define git_commit b12be2e2fae05208f7b0b66232a7f033b51b01eb
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-zfcpdump
Version: 6.8.4
%if 0%{?is_kotd}
Release: <RELEASE>.g1089550
Release: <RELEASE>.gb12be2e
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fe447d185e8a102b4824b17522009917b73d6dd0785c32a8a712a212083f44c
size 875276
oid sha256:4ee34014c86683baf396db2c601c3fafe4402b72cc199d3d50009a7bfecc016b
size 875684

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24ac579531b7050fd42f7dc6afbf565398051b0a3d4d28e8e738bebb277db67a
size 53962
oid sha256:45c3f692ff5cc93d00bf8202a1e34f0b089cb59fe2baebecaa63c35b7d84dc07
size 53085

View File

@ -1148,7 +1148,7 @@
patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch
patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch
patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch
patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch
patches.kernel.org/6.8.4-012-Linux-6.8.4.patch
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -1208,7 +1208,6 @@
########################################################
patches.suse/firmware-qemu_fw_cfg-Do-not-hard-depend-on-CONFIG_HA.patch
patches.suse/Workaround-broken-chacha-crypto-fallback.patch
patches.suse/Revert-io_uring-remove-unconditional-looping-in-loca.patch
########################################################
# kbuild/module infrastructure fixes
@ -1338,6 +1337,7 @@
# Input
########################################################
patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
patches.suse/Input-psmouse-add-NULL-check-to-psmouse_from_serio.patch
########################################################
# Other drivers

View File

@ -1,3 +1,3 @@
2024-04-04 07:22:28 +0000
GIT Revision: 108955020bb17197b7ebedb0b05870649c3612a2
2024-04-05 08:48:58 +0000
GIT Revision: b12be2e2fae05208f7b0b66232a7f033b51b01eb
GIT Branch: stable