commit 04a012f64994c6ee04032d05bf3c7b21a7f2f426

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=2116
This commit is contained in:
Jiri Slaby 2024-03-12 09:43:25 +00:00 committed by Git OBS Bridge
parent 8274e2bce5
commit ed1cf058e8
38 changed files with 434 additions and 76 deletions

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.8
%define patchversion 6.8.0
%define git_commit a00a1ae3a9db64a2825ecb142a14e244b14c6dc7
%define git_commit 04a012f64994c6ee04032d05bf3c7b21a7f2f426
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-64kb
Version: 6.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.ga00a1ae
Release: <RELEASE>.g04a012f
%else
Release: 0
%endif

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.8
%define patchversion 6.8.0
%define git_commit a00a1ae3a9db64a2825ecb142a14e244b14c6dc7
%define git_commit 04a012f64994c6ee04032d05bf3c7b21a7f2f426
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-debug
Version: 6.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.ga00a1ae
Release: <RELEASE>.g04a012f
%else
Release: 0
%endif

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.8
%define patchversion 6.8.0
%define git_commit a00a1ae3a9db64a2825ecb142a14e244b14c6dc7
%define git_commit 04a012f64994c6ee04032d05bf3c7b21a7f2f426
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-default
Version: 6.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.ga00a1ae
Release: <RELEASE>.g04a012f
%else
Release: 0
%endif

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.8
%define patchversion 6.8.0
%define git_commit a00a1ae3a9db64a2825ecb142a14e244b14c6dc7
%define git_commit 04a012f64994c6ee04032d05bf3c7b21a7f2f426
%define variant %{nil}
%define build_html 1
%define build_pdf 0
@ -30,7 +30,7 @@
Name: kernel-docs
Version: 6.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.ga00a1ae
Release: <RELEASE>.g04a012f
%else
Release: 0
%endif

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.8
%define patchversion 6.8.0
%define git_commit a00a1ae3a9db64a2825ecb142a14e244b14c6dc7
%define git_commit 04a012f64994c6ee04032d05bf3c7b21a7f2f426
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-kvmsmall
Version: 6.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.ga00a1ae
Release: <RELEASE>.g04a012f
%else
Release: 0
%endif

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.8
%define patchversion 6.8.0
%define git_commit a00a1ae3a9db64a2825ecb142a14e244b14c6dc7
%define git_commit 04a012f64994c6ee04032d05bf3c7b21a7f2f426
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-lpae
Version: 6.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.ga00a1ae
Release: <RELEASE>.g04a012f
%else
Release: 0
%endif

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

@ -38,7 +38,7 @@
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-a00a1ae3a9db64a2825ecb142a14e244b14c6dc7
%global kernel_package kernel%kernel_flavor-srchash-04a012f64994c6ee04032d05bf3c7b21a7f2f426
%endif
%if 0%{?rhel_version}
%global kernel_package kernel
@ -47,7 +47,7 @@
Name: kernel-obs-build
Version: 6.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.ga00a1ae
Release: <RELEASE>.g04a012f
%else
Release: 0
%endif

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

@ -25,7 +25,7 @@
Name: kernel-obs-qa
Version: 6.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.ga00a1ae
Release: <RELEASE>.g04a012f
%else
Release: 0
%endif

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.8
%define patchversion 6.8.0
%define git_commit a00a1ae3a9db64a2825ecb142a14e244b14c6dc7
%define git_commit 04a012f64994c6ee04032d05bf3c7b21a7f2f426
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-pae
Version: 6.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.ga00a1ae
Release: <RELEASE>.g04a012f
%else
Release: 0
%endif

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.8
%define patchversion 6.8.0
%define git_commit a00a1ae3a9db64a2825ecb142a14e244b14c6dc7
%define git_commit 04a012f64994c6ee04032d05bf3c7b21a7f2f426
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -28,7 +28,7 @@
Name: kernel-source
Version: 6.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.ga00a1ae
Release: <RELEASE>.g04a012f
%else
Release: 0
%endif

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

@ -16,7 +16,7 @@
#
%define git_commit a00a1ae3a9db64a2825ecb142a14e244b14c6dc7
%define git_commit 04a012f64994c6ee04032d05bf3c7b21a7f2f426
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -25,7 +25,7 @@ Name: kernel-syms
Version: 6.8.0
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.ga00a1ae
Release: <RELEASE>.g04a012f
%else
Release: 0
%endif

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.8
%define patchversion 6.8.0
%define git_commit a00a1ae3a9db64a2825ecb142a14e244b14c6dc7
%define git_commit 04a012f64994c6ee04032d05bf3c7b21a7f2f426
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-vanilla
Version: 6.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.ga00a1ae
Release: <RELEASE>.g04a012f
%else
Release: 0
%endif

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 12 08:51:52 CET 2024 - jslaby@suse.cz
- btrfs: fix race when detecting delalloc ranges during fiemap
(btrfs-fix).
- commit 5e23030
-------------------------------------------------------------------
Mon Mar 11 11:55:04 CET 2024 - mkubecek@suse.cz
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
- patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
- patches.suse/r8169-add-support-for-RTL8126A.patch
- patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
- patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
- patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
- patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
- commit 002260c
-------------------------------------------------------------------
Mon Mar 11 10:30:02 CET 2024 - jslaby@suse.cz
@ -10607,7 +10628,7 @@ Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de
Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de
- mkspec-dtb: add toplevel symlinks also on arm
- commit d26c540
- commit ed29cae
-------------------------------------------------------------------
Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz
@ -14171,7 +14192,7 @@ Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz
Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor
sub-directories") moved the dts to nested subdirs, add a support for
that. That is, generate a %dir entry in %files for them.
- commit 06c1acc
- commit 7aee36a
-------------------------------------------------------------------
Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.8
%define patchversion 6.8.0
%define git_commit a00a1ae3a9db64a2825ecb142a14e244b14c6dc7
%define git_commit 04a012f64994c6ee04032d05bf3c7b21a7f2f426
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-zfcpdump
Version: 6.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.ga00a1ae
Release: <RELEASE>.g04a012f
%else
Release: 0
%endif

View File

@ -201,8 +201,8 @@ sub generate_spec($$$)
$_ =~ s/\$ARCH_RESTRICTIONS/$ARCH_RESTRICTIONS/g;
$_ =~ s/\$DTS_folder/$DTS_folder/g;
$_ =~ s/\$SUBPKG_DESC/$subpkg_desc/g;
$_ =~ s/\$SUBPKG_CASE\n?/$subpkg_case/g;
$_ =~ s/\$ALL_SUPPORTED_DTB/$all_supported_dtb/g;
$_ =~ s/\$SUBPKG_CASE\n?/$subpkg_case/g;
print SPEC $_;
}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1d8498081aefafa783dc73a814a7dbb0d1eb89898dbf4fee4bafdd84b80a5d8
size 50173
oid sha256:9a4c175412f3a22fbecfa484442b34a3efda0cb9a82f3cd3f4d3338e2cb7fab9
size 55495

View File

@ -55,6 +55,14 @@
# sorted patches
########################################################
# netdev/net-next main
patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
patches.suse/r8169-add-support-for-RTL8126A.patch
patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
########################################################
# end of sorted patches
########################################################
@ -72,12 +80,7 @@
# to area specific sections below.
########################################################
patches.suse/firmware-qemu_fw_cfg-Do-not-hard-depend-on-CONFIG_HA.patch
patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch
patches.suse/r8169-add-support-for-RTL8126A.patch
patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
patches.suse/btrfs-fix-race-when-detecting-delalloc-ranges-during.patch
########################################################
# kbuild/module infrastructure fixes
@ -204,8 +207,6 @@
patches.suse/net-qrtr-support-suspend-hibernation.patch
patches.suse/wifi-ath11k-support-hibernation.patch
patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
########################################################
# USB
########################################################

View File

@ -1,3 +1,3 @@
2024-03-11 09:45:07 +0000
GIT Revision: a00a1ae3a9db64a2825ecb142a14e244b14c6dc7
2024-03-12 07:52:08 +0000
GIT Revision: 04a012f64994c6ee04032d05bf3c7b21a7f2f426
GIT Branch: stable