diff --git a/Makefile.rhelver b/Makefile.rhelver index a727e35..c39fa2e 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 1 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 152 +RHEL_RELEASE = 153 # # ZSTREAM @@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.152 +RTBUILD:=.153 diff --git a/kernel.spec b/kernel.spec index e79e0dd..d4748c8 100755 --- a/kernel.spec +++ b/kernel.spec @@ -121,13 +121,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 152.rt21.152.el9 +%define pkgrelease 153.rt21.153.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 152.rt21.152%{?buildid}%{?dist} +%define specrelease 153.rt21.153%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -707,7 +707,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-152.rt21.152.el9.tar.xz +Source0: linux-5.14.0-153.rt21.153.el9.tar.xz Source1: Makefile.rhelver @@ -734,7 +734,7 @@ Source1: Makefile.rhelver %define pesign_name_0 redhatsecureboot302 %endif %ifarch ppc64le -%define pesign_name_0 redhatsecureboot601 +%define pesign_name_0 redhatsecureboot701 %endif %endif @@ -1422,8 +1422,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-152.rt21.152.el9 -c -mv linux-5.14.0-152.rt21.152.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-153.rt21.153.el9 -c +mv linux-5.14.0-153.rt21.153.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3147,6 +3147,52 @@ fi # # %changelog +* Tue Aug 23 2022 Luis Claudio R. Goncalves [5.14.0-153.rt21.153.el9] +- [rt] build kernel-rt-5.14.0-153.rt21.153.el9 [2061574] +- selftests: netfilter: add test case for nf trace infrastructure (Florian Westphal) [2112751] +- netfilter: nf_tables: fix crash when nf_trace is enabled (Florian Westphal) [2112751] +- netfilter: nf_log: incorrect offset to network header (Phil Sutter) [2067133] +- netfilter: nf_log_syslog: Consolidate entry checks (Phil Sutter) [2067133] +- netfilter: nf_log_syslog: Don't ignore unknown protocols (Phil Sutter) [2067133] +- netfilter: nf_log_syslog: Merge MAC header dumpers (Phil Sutter) [2067133] +- net/mlx4_en: use kzalloc (Mohammad Kabat) [2049443] +- net/mlx4: Delete useless moduleparam include (Mohammad Kabat) [2049443] +- RDMA/mlx4: remove redundant assignment to variable nreq (Mohammad Kabat) [2049443] +- RDMA/mlx4: Delete useless module.h include (Mohammad Kabat) [2049443] +- RDMA/mlx4: Don't continue event handler after memory allocation failure (Mohammad Kabat) [2049443] +- net/mlx4: Use irq_update_affinity_hint() (Mohammad Kabat) [2049443] +- RDMA/mlx4: Use bitmap_alloc() when applicable (Mohammad Kabat) [2049443] +- net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources() (Mohammad Kabat) [2049443] +- net/mlx4_en: Update reported link modes for 1/10G (Mohammad Kabat) [2049443] +- RDMA/mlx4: Do not fail the registration on port stats (Mohammad Kabat) [2049443] +- net: convert users of bitmap_foo() to linkmode_foo() (Mohammad Kabat) [2049443] +- RDMA/mlx4: Return missed an error if device doesn't support steering (Mohammad Kabat) [2049443] +- ethernet: Remove redundant 'flush_workqueue()' calls (Mohammad Kabat) [2049443] +- mlx4: constify args for const dev_addr (Mohammad Kabat) [2049443] +- mlx4: remove custom dev_addr clearing (Mohammad Kabat) [2049443] +- mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr() (Mohammad Kabat) [2049443] +- mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64() (Mohammad Kabat) [2049443] +- net/mlx4_en: avoid one cache line miss to ring doorbell (Mohammad Kabat) [2049443] +- net/mlx4_en: Add XDP_REDIRECT statistics (Mohammad Kabat) [2049443] +- net/mlx4: Use array_size() helper in copy_to_user() (Mohammad Kabat) [2049443] +- net: mlx4: Add support for XDP_REDIRECT (Mohammad Kabat) [2049443] +- net/mlx4_en: Don't allow aRFS for encapsulated packets (Mohammad Kabat) [2049443] +- net/mlx4_en: Resolve bad operstate value (Mohammad Kabat) [2049443] +- net/mellanox: switch from 'pci_' to 'dma_' API (Mohammad Kabat) [2049443] +- net/mlx4: Use ARRAY_SIZE to get an array's size (Mohammad Kabat) [2049443] +- net/mlx4: make the array states static const, makes object smaller (Mohammad Kabat) [2049443] +- redhat: Use redhatsecureboot701 for ppc64le (Patrick Talbert) [2109211] +- device property: Advertise fwnode and device property count API calls (Al Stone) [2102893] +- device property: Fix recent breakage of fwnode_get_next_parent_dev() (Al Stone) [2102893] +- device property: Use multi-connection matchers for single case (Al Stone) [2102893] +- device property: Drop 'test' prefix in parameters of fwnode_is_ancestor_of() (Al Stone) [2102893] +- device property: Introduce fwnode_for_each_parent_node() (Al Stone) [2102893] +- device property: Allow error pointer to be passed to fwnode APIs (Al Stone) [2102893] +- device property: Add irq_get to fwnode operation (Al Stone) [2102893] +- device property: Add iomap to fwnode operations (Al Stone) [2102893] +- device property: Convert device_{dma_supported,get_dma_attr} to fwnode (Al Stone) [2102893] +- ARM: tegra: paz00: Handle device properties with software node API (Al Stone) [2102893] + * Tue Aug 23 2022 Luis Claudio R. Goncalves [5.14.0-152.rt21.152.el9] - [rt] build kernel-rt-5.14.0-152.rt21.152.el9 [2061574] - net/mlx5e: SHAMPO, reduce TIR indication (Mohammad Kabat) [2049450] diff --git a/sources b/sources index fd4e22a..2f0aa81 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-152.rt21.152.el9.tar.xz) = 088c1b8afe5132540e4bcbc452aa77ee4615af6fe421535b367eb8e3a6c3544682b5514dfdc73e639a278f36c682e1a26d6f7d170875b03c8abffa5446ef5234 -SHA512 (kernel-abi-stablelists-5.14.0-152.rt21.152.el9.tar.bz2) = b4f3287cb54d370b1f068554c24c79f66e90bdfaa0189edfedfceea4958226651114d468804913796233708f41c004ee1e3a1c86984f723fa306ff578877083c -SHA512 (kernel-kabi-dw-5.14.0-152.rt21.152.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578 +SHA512 (linux-5.14.0-153.rt21.153.el9.tar.xz) = 0fe91c55db124a3fbb47ba96c0eae28999a8fec48088a5ad39fafeec7df6f472cf3265d14908685b9a92cf9254883a688eef6aed34beec06540ebfb669388ec0 +SHA512 (kernel-abi-stablelists-5.14.0-153.rt21.153.el9.tar.bz2) = bae2aa0b8d629a66aa8df80f26aa21128f43f519bd1cd8f1bde2b813a7d2d57d81935693b8f93d3a8f3278ab798620aac1c4be96280821a96cb1924172486429 +SHA512 (kernel-kabi-dw-5.14.0-153.rt21.153.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578