1
0

commit 1ef6c3606af51b3f34b2e2f9ff416b30aca2bbb6

OBS-URL: https://build.opensuse.org/package/show/Kernel:slowroll/kernel-source-longterm?expand=0&rev=12
This commit is contained in:
Kernel Bugs 2024-01-16 07:05:59 +00:00 committed by Git OBS Bridge
parent 81d6f436fa
commit 9df7f1cd56
9 changed files with 59 additions and 15 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jan 15 20:21:37 CET 2024 - rfrohl@suse.com
- Linux 6.1.73 (bsc#1218052).
- cifs: fix flushing folio regression for 6.1 backport
(bsc#1218052).
- ipv6: remove max_size check inline with ipv4 (bsc#1218052).
- Revert "nfsd: separate nfsd_last_thread() from nfsd_put()"
(bsc#1218052).
- Revert "nfsd: call nfsd_last_thread() before final nfsd_put()"
(bsc#1218052).
- commit 1ef6c36
-------------------------------------------------------------------
Thu Jan 11 16:09:57 CET 2024 - rfrohl@suse.com

View File

@ -18,8 +18,8 @@
%define srcversion 6.1
%define patchversion 6.1.72
%define git_commit 186b0d0e3a0c9b5e87496348229c10a135103e36
%define patchversion 6.1.73
%define git_commit 1ef6c3606af51b3f34b2e2f9ff416b30aca2bbb6
%define variant -longterm%{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -113,9 +113,9 @@ Name: kernel-longterm
Summary: The Linux Kernel
License: GPL-2.0-only
Group: System/Kernel
Version: 6.1.72
Version: 6.1.73
%if 0%{?is_kotd}
Release: <RELEASE>.g186b0d0
Release: <RELEASE>.g1ef6c36
%else
Release: 0
%endif

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jan 15 20:21:37 CET 2024 - rfrohl@suse.com
- Linux 6.1.73 (bsc#1218052).
- cifs: fix flushing folio regression for 6.1 backport
(bsc#1218052).
- ipv6: remove max_size check inline with ipv4 (bsc#1218052).
- Revert "nfsd: separate nfsd_last_thread() from nfsd_put()"
(bsc#1218052).
- Revert "nfsd: call nfsd_last_thread() before final nfsd_put()"
(bsc#1218052).
- commit 1ef6c36
-------------------------------------------------------------------
Thu Jan 11 16:09:57 CET 2024 - rfrohl@suse.com

View File

@ -17,8 +17,8 @@
%define srcversion 6.1
%define patchversion 6.1.72
%define git_commit 186b0d0e3a0c9b5e87496348229c10a135103e36
%define patchversion 6.1.73
%define git_commit 1ef6c3606af51b3f34b2e2f9ff416b30aca2bbb6
%define variant -longterm%{nil}
%include %_sourcedir/kernel-spec-macros
@ -31,9 +31,9 @@
%endif
Name: kernel-source-longterm
Version: 6.1.72
Version: 6.1.73
%if 0%{?is_kotd}
Release: <RELEASE>.g186b0d0
Release: <RELEASE>.g1ef6c36
%else
Release: 0
%endif

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jan 15 20:21:37 CET 2024 - rfrohl@suse.com
- Linux 6.1.73 (bsc#1218052).
- cifs: fix flushing folio regression for 6.1 backport
(bsc#1218052).
- ipv6: remove max_size check inline with ipv4 (bsc#1218052).
- Revert "nfsd: separate nfsd_last_thread() from nfsd_put()"
(bsc#1218052).
- Revert "nfsd: call nfsd_last_thread() before final nfsd_put()"
(bsc#1218052).
- commit 1ef6c36
-------------------------------------------------------------------
Thu Jan 11 16:09:57 CET 2024 - rfrohl@suse.com

View File

@ -16,7 +16,7 @@
#
%define git_commit 186b0d0e3a0c9b5e87496348229c10a135103e36
%define git_commit 1ef6c3606af51b3f34b2e2f9ff416b30aca2bbb6
%define variant -longterm%{nil}
%include %_sourcedir/kernel-spec-macros
@ -25,10 +25,10 @@ Name: kernel-syms-longterm
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0-only
Group: Development/Sources
Version: 6.1.72
Version: 6.1.73
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g186b0d0
Release: <RELEASE>.g1ef6c36
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:143e38862a752aa5c79925aa3cb19dd0e3ad49c1a092be7645ae76fd2b345029
size 10797261
oid sha256:bb57575521b82d1e6dcbb836010e4cb002ee60d83d78da78b5851a36e5dd8160
size 10801204

View File

@ -12562,6 +12562,11 @@
patches.kernel.org/6.1.72-150-Revert-interconnect-qcom-sm8250-Enable-sync_st.patch
patches.kernel.org/6.1.72-151-Linux-6.1.72.patch
patches.kernel.org/keys,-dns:-Fix-size-check-of-V1-server-list-header.patch
patches.kernel.org/6.1.73-001-Revert-nfsd-call-nfsd_last_thread-before-final.patch
patches.kernel.org/6.1.73-002-Revert-nfsd-separate-nfsd_last_thread-from-nfs.patch
patches.kernel.org/6.1.73-003-ipv6-remove-max_size-check-inline-with-ipv4.patch
patches.kernel.org/6.1.73-004-cifs-fix-flushing-folio-regression-for-6.1-bac.patch
patches.kernel.org/6.1.73-005-Linux-6.1.73.patch
########################################################
# Build fixes that apply to the vanilla kernel too.

View File

@ -1,3 +1,3 @@
2024-01-11 15:11:06 +0000
GIT Revision: 186b0d0e3a0c9b5e87496348229c10a135103e36
2024-01-15 19:21:50 +0000
GIT Revision: 1ef6c3606af51b3f34b2e2f9ff416b30aca2bbb6
GIT Branch: slowroll