commit 5740725306452ba6640e346b3e72c73d17a463e8

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=2078
This commit is contained in:
Kernel Bugs 2024-01-20 07:06:26 +00:00 committed by Git OBS Bridge
parent 515af1a449
commit 45c3c83c4a
38 changed files with 615 additions and 40 deletions

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-aarch64
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-armv6l
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-armv7l
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-riscv64
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.0
%define git_commit aa5398db37c509e0aeb63116cfc92ebc69b887b2
%define git_commit 5740725306452ba6640e346b3e72c73d17a463e8
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.0
%define git_commit aa5398db37c509e0aeb63116cfc92ebc69b887b2
%define git_commit 5740725306452ba6640e346b3e72c73d17a463e8
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.0
%define git_commit aa5398db37c509e0aeb63116cfc92ebc69b887b2
%define git_commit 5740725306452ba6640e346b3e72c73d17a463e8
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.7
%define patchversion 6.7.0
%define git_commit aa5398db37c509e0aeb63116cfc92ebc69b887b2
%define git_commit 5740725306452ba6640e346b3e72c73d17a463e8
%define variant %{nil}
%define build_html 1
%define build_pdf 0
@ -33,7 +33,7 @@ License: GPL-2.0-only
Group: Documentation/Man
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.0
%define git_commit aa5398db37c509e0aeb63116cfc92ebc69b887b2
%define git_commit 5740725306452ba6640e346b3e72c73d17a463e8
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.0
%define git_commit aa5398db37c509e0aeb63116cfc92ebc69b887b2
%define git_commit 5740725306452ba6640e346b3e72c73d17a463e8
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -44,7 +44,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash-aa5398db37c509e0aeb63116cfc92ebc69b887b2
BuildRequires: kernel%kernel_flavor-srchash-5740725306452ba6640e346b3e72c73d17a463e8
%if 0%{?rhel_version}
BuildRequires: kernel
@ -62,7 +62,7 @@ License: GPL-2.0-only
Group: SLES
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -38,7 +38,7 @@ License: GPL-2.0-only
Group: SLES
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.0
%define git_commit aa5398db37c509e0aeb63116cfc92ebc69b887b2
%define git_commit 5740725306452ba6640e346b3e72c73d17a463e8
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.7
%define patchversion 6.7.0
%define git_commit aa5398db37c509e0aeb63116cfc92ebc69b887b2
%define git_commit 5740725306452ba6640e346b3e72c73d17a463e8
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -33,7 +33,7 @@
Name: kernel-source
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -16,7 +16,7 @@
#
%define git_commit aa5398db37c509e0aeb63116cfc92ebc69b887b2
%define git_commit 5740725306452ba6640e346b3e72c73d17a463e8
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -28,7 +28,7 @@ Group: Development/Sources
Version: 6.7.0
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.0
%define git_commit aa5398db37c509e0aeb63116cfc92ebc69b887b2
%define git_commit 5740725306452ba6640e346b3e72c73d17a463e8
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 19 07:57:28 CET 2024 - jslaby@suse.cz
- media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
(fix build and make it faster).
- Delete
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch.
- Delete
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch.
- Delete
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch.
- Delete
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch.
Replace the reverts by an upstream workaround.
- commit 9bff21f
-------------------------------------------------------------------
Fri Jan 19 07:46:51 CET 2024 - jslaby@suse.cz
- mm: huge_memory: don't force huge page alignment on 32 bit
(bsc#1218841).
- Delete
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch.
Replace the revert by an upstream fix.
- commit d54abef
-------------------------------------------------------------------
Fri Jan 19 07:44:29 CET 2024 - jslaby@suse.cz
- Update patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
(bsc#1218801).
Update to v2.
- commit eeba83a
-------------------------------------------------------------------
Wed Jan 17 08:17:38 CET 2024 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.7
%define patchversion 6.7.0
%define git_commit aa5398db37c509e0aeb63116cfc92ebc69b887b2
%define git_commit 5740725306452ba6640e346b3e72c73d17a463e8
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -115,7 +115,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 6.7.0
%if 0%{?is_kotd}
Release: <RELEASE>.gaa5398d
Release: <RELEASE>.g5740725
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fdee876ea770d30e50ac6b34409f65895ad5fce6ffc99224ccaac538c2cf9be
size 6344
oid sha256:8b5e63403eb8accf8f9200ec628b83050b89bb870ec0a7bd9dda8df5ad1690b8
size 4549

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b18a3ba97868bfd48dc59bbe8246df5a81ae5d6fc6ba71b882f19c67f24b035f
size 46379
oid sha256:07354bac4460032225605ed96bd81fe90d353120fac9534b4d5b3b48df1bf61c
size 46351

View File

@ -37,10 +37,7 @@
patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
patches.rpmify/BTF-Don-t-break-ABI-when-debuginfo-is-disabled.patch
patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch
patches.rpmify/Revert-minmax-relax-check-to-allow-comparison-betwee.patch
patches.rpmify/Revert-minmax-allow-comparisons-of-int-against-unsig.patch
patches.rpmify/Revert-minmax-fix-indentation-of-__cmp_once-and-__cl.patch
patches.rpmify/Revert-minmax-allow-min-max-clamp-if-the-arguments-h.patch
patches.rpmify/media-solo6x10-replace-max-a-min-b-c-by-clamp-b-a-c.patch
########################################################
# The sorted section should contain all patches that are
@ -78,7 +75,7 @@
########################################################
patches.suse/firmware-qemu_fw_cfg-Do-not-hard-depend-on-CONFIG_HA.patch
patches.suse/futex-Avoid-reusing-outdated-pi_state.patch
patches.suse/Revert-mm-align-larger-anonymous-mappings-on-THP-bou.patch
patches.suse/mm-huge_memory-don-t-force-huge-page-alignment-on-32.patch
########################################################
# kbuild/module infrastructure fixes

View File

@ -1,3 +1,3 @@
2024-01-17 07:18:35 +0000
GIT Revision: aa5398db37c509e0aeb63116cfc92ebc69b887b2
2024-01-19 06:58:07 +0000
GIT Revision: 5740725306452ba6640e346b3e72c73d17a463e8
GIT Branch: stable