diff --git a/Makefile.rhelver b/Makefile.rhelver index a31fb6d..d1b4bfd 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 diff --git a/kernel.spec b/kernel.spec index b7d561d..bdcb4e3 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.el9 +%define pkgrelease 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%{?buildid}%{?dist} +%define specrelease 153%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -679,7 +679,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-152.el9.tar.xz +Source0: linux-5.14.0-153.el9.tar.xz Source1: Makefile.rhelver @@ -706,7 +706,7 @@ Source1: Makefile.rhelver %define pesign_name_0 redhatsecureboot302 %endif %ifarch ppc64le -%define pesign_name_0 redhatsecureboot601 +%define pesign_name_0 redhatsecureboot701 %endif %endif @@ -1351,8 +1351,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-152.el9 -c -mv linux-5.14.0-152.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-153.el9 -c +mv linux-5.14.0-153.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3018,6 +3018,51 @@ fi # # %changelog +* Tue Aug 23 2022 Herton R. Krzesinski [5.14.0-153.el9] +- 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] + * Mon Aug 22 2022 Herton R. Krzesinski [5.14.0-152.el9] - net/mlx5e: SHAMPO, reduce TIR indication (Mohammad Kabat) [2049450] - net/mlx5e: Lag, Only handle events from highest priority multipath entry (Mohammad Kabat) [2049450] diff --git a/sources b/sources index 531a8d3..c022aee 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-152.el9.tar.xz) = d75d76a33074de7f854ba87d34db6f9b81de97ddaf22b2868b113a847a4221ed0f310130507ba5a584d4a52384a63c7630fea95b4a5f3131a968bc15f7f6de17 -SHA512 (kernel-abi-stablelists-5.14.0-152.el9.tar.bz2) = d10db2163d09f527121eb98ab0c3162cd37c3f0ecbb73107e8d6ef136a30fe697568939d8ac2c9f91ed1f8664ae83936727da07df641286ab8511b56861fbc77 -SHA512 (kernel-kabi-dw-5.14.0-152.el9.tar.bz2) = f0bbfc08f19ce3b1e38d88c2b6728b4da3a74bb89e5728643321e6cc4bf2fe79be77afa511a1ee5cbb80a712f68e07aed92fb77c15262d773ac41626d67c8d25 +SHA512 (linux-5.14.0-153.el9.tar.xz) = bf7ea912d750902d4fe3abbfe117f12d167e290e2c4e582be8edda6fb3a991a2c8424e119c1a2cc2285e2878bde85631fd96c0d52ec29ea4c70e3f23b9a5cfc0 +SHA512 (kernel-abi-stablelists-5.14.0-153.el9.tar.bz2) = 42a4626c09dadf1e572f3955afba0e19913deea6a5c4204e75191c69b179a0ffea8c825aa52960f39abe13681d8633af4757f48b924a1b3902950323ee876301 +SHA512 (kernel-kabi-dw-5.14.0-153.el9.tar.bz2) = d17de1badc8a73b1620baf27ed7eb6ef24961974d40f09f944c586251b93dede3569e9c9b70ec05c8e714b05289f6b1c27618c73ef5f7e94db30f12ef987a339