diff --git a/Makefile.rhelver b/Makefile.rhelver index f894440..5d46154 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 0 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 22 +RHEL_RELEASE = 23 # # Early y+1 numbering @@ -44,4 +44,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.22 +RTBUILD:=.23 diff --git a/kernel.spec b/kernel.spec index cecaec8..76c03dd 100755 --- a/kernel.spec +++ b/kernel.spec @@ -85,7 +85,7 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 -%global distro_build 22 +%global distro_build 23 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -129,13 +129,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 22.rt21.22.el9 +%define pkgrelease 23.rt21.23.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 22.rt21.22%{?buildid}%{?dist} +%define specrelease 23.rt21.23%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -704,7 +704,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-22.rt21.22.el9.tar.xz +Source0: linux-5.14.0-23.rt21.23.el9.tar.xz Source1: Makefile.rhelver @@ -1432,8 +1432,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-22.rt21.22.el9 -c -mv linux-5.14.0-22.rt21.22.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-23.rt21.23.el9 -c +mv linux-5.14.0-23.rt21.23.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3080,6 +3080,51 @@ fi # # %changelog +* Tue Nov 30 2021 Juri Lelli [5.14.0-23.rt21.23.el9] +- PCI/VPD: Defer VPD sizing until first access (Myron Stowe) [2021298] +- PCI/VPD: Use unaligned access helpers (Myron Stowe) [2021298] +- PCI/VPD: Clean up public VPD defines and inline functions (Myron Stowe) [2021298] +- cxgb4: Use pci_vpd_find_id_string() to find VPD ID string (Myron Stowe) [2021298] +- PCI/VPD: Add pci_vpd_find_id_string() (Myron Stowe) [2021298] +- PCI/VPD: Include post-processing in pci_vpd_find_tag() (Myron Stowe) [2021298] +- PCI/VPD: Stop exporting pci_vpd_find_info_keyword() (Myron Stowe) [2021298] +- PCI/VPD: Stop exporting pci_vpd_find_tag() (Myron Stowe) [2021298] +- scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword() (Myron Stowe) [2021298] +- cxgb4: Search VPD with pci_vpd_find_ro_info_keyword() (Myron Stowe) [2021298] +- cxgb4: Remove unused vpd_param member ec (Myron Stowe) [2021298] +- cxgb4: Validate VPD checksum with pci_vpd_check_csum() (Myron Stowe) [2021298] +- bnxt: Search VPD with pci_vpd_find_ro_info_keyword() (Myron Stowe) [2021298] +- bnxt: Read VPD with pci_vpd_alloc() (Myron Stowe) [2021298] +- bnx2x: Search VPD with pci_vpd_find_ro_info_keyword() (Myron Stowe) [2021298] +- bnx2x: Read VPD with pci_vpd_alloc() (Myron Stowe) [2021298] +- bnx2: Replace open-coded byte swapping with swab32s() (Myron Stowe) [2021298] +- bnx2: Search VPD with pci_vpd_find_ro_info_keyword() (Myron Stowe) [2021298] +- sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword() (Myron Stowe) [2021298] +- sfc: falcon: Read VPD with pci_vpd_alloc() (Myron Stowe) [2021298] +- tg3: Search VPD with pci_vpd_find_ro_info_keyword() (Myron Stowe) [2021298] +- tg3: Validate VPD checksum with pci_vpd_check_csum() (Myron Stowe) [2021298] +- tg3: Read VPD with pci_vpd_alloc() (Myron Stowe) [2021298] +- sfc: Search VPD with pci_vpd_find_ro_info_keyword() (Myron Stowe) [2021298] +- sfc: Read VPD with pci_vpd_alloc() (Myron Stowe) [2021298] +- PCI/VPD: Add pci_vpd_check_csum() (Myron Stowe) [2021298] +- PCI/VPD: Add pci_vpd_find_ro_info_keyword() (Myron Stowe) [2021298] +- PCI/VPD: Add pci_vpd_alloc() (Myron Stowe) [2021298] +- PCI/VPD: Treat invalid VPD like missing VPD capability (Myron Stowe) [2021298] +- PCI/VPD: Determine VPD size in pci_vpd_init() (Myron Stowe) [2021298] +- PCI/VPD: Embed struct pci_vpd in struct pci_dev (Myron Stowe) [2021298] +- PCI/VPD: Remove struct pci_vpd.valid member (Myron Stowe) [2021298] +- PCI/VPD: Remove struct pci_vpd_ops (Myron Stowe) [2021298] +- PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd() (Myron Stowe) [2021298] +- PCI/VPD: Remove struct pci_vpd.flag (Myron Stowe) [2021298] +- PCI/VPD: Make pci_vpd_wait() uninterruptible (Myron Stowe) [2021298] +- PCI/VPD: Remove pci_vpd_size() old_size argument (Myron Stowe) [2021298] +- PCI/VPD: Allow access to valid parts of VPD if some is invalid (Myron Stowe) [2021298] +- PCI/VPD: Don't check Large Resource Item Names for validity (Myron Stowe) [2021298] +- PCI/VPD: Reject resource tags with invalid size (Myron Stowe) [2021298] +- PCI/VPD: Treat initial 0xff as missing EEPROM (Myron Stowe) [2021298] +- PCI/VPD: Check Resource Item Names against those valid for type (Myron Stowe) [2021298] +- PCI/VPD: Correct diagnostic for VPD read failure (Myron Stowe) [2021298] + * Mon Nov 29 2021 Juri Lelli [5.14.0-22.rt21.22.el9] - Add automotive CI jobs (Michael Hofmann) - sched/scs: Reset the shadow stack when idle_task_exit (Phil Auld) [1992256] diff --git a/sources b/sources index 7ee5c33..c61724f 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c -SHA512 (linux-5.14.0-22.rt21.22.el9.tar.xz) = 911819fd7b4e522c6f28461bc52271f937d9fbb09f58056dbdc5c766749539d237ee9d5678514c52077008387f11cab53736acd5adbef40d704e6183b117f17f -SHA512 (kernel-abi-stablelists-5.14.0-22.tar.bz2) = 3456eb0e22a1c87965788177dccf6426ed62d9d7897843a48ce08947c3f4488cc43c527a015c53fb626d1be611b779229f0cbff50c00da8edaa9ca275a4cece0 -SHA512 (kernel-kabi-dw-5.14.0-22.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914 +SHA512 (linux-5.14.0-23.rt21.23.el9.tar.xz) = f9e26e8e1926149598f960c1b65d7c03bb1d8abf3db9daed3670451f36314ea505311a1705173ac38f2c6eb1b752623268712621709aee3285f46f9e430afe2f +SHA512 (kernel-abi-stablelists-5.14.0-23.tar.bz2) = d6da2a4b4aa63a77386f083a9dfeca140c79615d9135516cbf54b1b475ff65537083181c1ca982b9220b27a04f35f71ba178b60d57c332f73b6bfe6b8570b5fc +SHA512 (kernel-kabi-dw-5.14.0-23.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914