diff --git a/Makefile.rhelver b/Makefile.rhelver index 4a1f43d..a887c4f 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 = 63 +RHEL_RELEASE = 64 # # Early y+1 numbering diff --git a/kernel.spec b/kernel.spec index 0a2d6d3..64054af 100755 --- a/kernel.spec +++ b/kernel.spec @@ -79,7 +79,7 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 -%global distro_build 63 +%global distro_build 64 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -123,13 +123,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 63.el9 +%define pkgrelease 64.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 63%{?buildid}%{?dist} +%define specrelease 64%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -675,7 +675,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-63.el9.tar.xz +Source0: linux-5.14.0-64.el9.tar.xz Source1: Makefile.rhelver @@ -1342,8 +1342,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-63.el9 -c -mv linux-5.14.0-63.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-64.el9 -c +mv linux-5.14.0-64.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2942,6 +2942,73 @@ fi # # %changelog +* Thu Feb 17 2022 Herton R. Krzesinski [5.14.0-64.el9] +- igc: Fix TX timestamp support for non-MSI-X platforms (Corinna Vinschen) [2040335] +- igc: Do not enable crosstimestamping for i225-V models (Corinna Vinschen) [2040335] +- igc: Fix typo in i225 LTR functions (Corinna Vinschen) [2040335] +- igc: enable XDP metadata in driver (Corinna Vinschen) [2040335] +- igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS (Corinna Vinschen) [2040335] +- igc: Change Device Reset to Port Reset (Corinna Vinschen) [2040335] +- igc: Add new device ID (Corinna Vinschen) [2040335] +- igc: Remove media type checking on the PHY initialization (Corinna Vinschen) [2040335] +- igc: Update I226_K device ID (Corinna Vinschen) [2040335] +- net: intel: igc_ptp: fix build for UML (Corinna Vinschen) [2040335] +- igc: fix tunnel offloading (Corinna Vinschen) [2040335] +- igc: Add support for CBS offloading (Corinna Vinschen) [2040335] +- igc: Simplify TSN flags handling (Corinna Vinschen) [2040335] +- igc: Use default cycle 'start' and 'end' values for queues (Corinna Vinschen) [2040335] +- igc: Add support for PTP getcrosststamp() (Corinna Vinschen) [2040335] +- igc: Enable PCIe PTM (Corinna Vinschen) [2040335] +- igc: Increase timeout value for Speed 100/1000/2500 (Corinna Vinschen) [2040335] +- igc: Set QBVCYCLET_S to 0 for TSN Basic Scheduling (Corinna Vinschen) [2040335] +- igc: Remove phy->type checking (Corinna Vinschen) [2040335] +- igc: Remove _I_PHY_ID checking (Corinna Vinschen) [2040335] +- igc: Check if num of q_vectors is smaller than max before array access (Corinna Vinschen) [2040335] +- Revert "igc: Export LEDs" (Corinna Vinschen) [2040335] +- igc: Export LEDs (Corinna Vinschen) [2040335] +- igc: Make flex filter more flexible (Corinna Vinschen) [2040335] +- igc: Allow for Flex Filters to be installed (Corinna Vinschen) [2040335] +- igc: Integrate flex filter into ethtool ops (Corinna Vinschen) [2040335] +- igc: Add possibility to add flex filter (Corinna Vinschen) [2040335] +- EDAC/i10nm: Retrieve and print retry_rd_err_log registers (Aristeu Rozanski) [1998360] +- nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts() (Gopal Tiwari) [2043756] +- scsi: reserve space in structures for KABI (Ewan D. Milne) [2044443] +- vt_kdsetmode: extend console locking (John W. Linville) [2003820] +- ice: Fix problems with DSCP QoS implementation (Jonathan Toppins) [2032582] +- ice: Fix race conditions between virtchnl handling and VF ndo ops (Jonathan Toppins) [2032582] +- ice: Fix not stopping Tx queues for VFs (Jonathan Toppins) [2032582] +- ice: Fix replacing VF hardware MAC to existing MAC filter (Jonathan Toppins) [2032582] +- ice: Remove toggling of antispoof for VF trusted promiscuous mode (Jonathan Toppins) [2032582] +- ice: Fix VF true promiscuous mode (Jonathan Toppins) [2032582] +- ice: Remove boolean vlan_promisc flag from function (Jonathan Toppins) [2032582] +- ice: check whether PTP is initialized in ice_ptp_release() (Jonathan Toppins) [2032582] +- ice: Respond to a NETDEV_UNREGISTER event for LAG (Jonathan Toppins) [2032582] +- ice: use devm_kcalloc() instead of devm_kzalloc() (Jonathan Toppins) [2032582] +- ice: Make use of the helper function devm_add_action_or_reset() (Jonathan Toppins) [2032582] +- ice: fix software generating extra interrupts (Jonathan Toppins) [2032582] +- ice: fix rate limit update after coalesce change (Jonathan Toppins) [2032582] +- ice: update dim usage and moderation (Jonathan Toppins) [2032582] +- ice: Add support for VF rate limiting (Jonathan Toppins) [2032582] +- ice: Add missing E810 device ids (Jonathan Toppins) [2032582] +- ice: make use of ice_for_each_* macros (Jonathan Toppins) [2032582] +- ice: split ice_ring onto Tx/Rx separate structs (Jonathan Toppins) [2032582] +- ice: move ice_container_type onto ice_ring_container (Jonathan Toppins) [2032582] +- ice: remove ring_active from ice_ring (Jonathan Toppins) [2032582] +- ice: Print the api_patch as part of the fw.mgmt.api (Jonathan Toppins) [2032582] +- ice: fix getting UDP tunnel entry (Jonathan Toppins) [1978828 2032582] +- ice: Avoid crash from unnecessary IDA free (Jonathan Toppins) [2032582] +- ice: Fix failure to re-add LAN/RDMA Tx queues (Jonathan Toppins) [2032582] +- ice: fix locking for Tx timestamp tracking flush (Jonathan Toppins) [2032582] +- ice: Prefer kcalloc over open coded arithmetic (Jonathan Toppins) [2032582] +- ice: Fix macro name for IPv4 fragment flag (Jonathan Toppins) [2032582] +- ice: refactor devlink getter/fallback functions to void (Jonathan Toppins) [2032582] +- ice: Fix link mode handling (Jonathan Toppins) [2032582] +- ice: Add feature bitmap, helpers and a check for DSCP (Jonathan Toppins) [2032582] +- ice: Add DSCP support (Jonathan Toppins) [2032582] +- ice: Correctly deal with PFs that do not support RDMA (Jonathan Toppins) [2032582] +- ice: add lock around Tx timestamp tracker flush (Jonathan Toppins) [2032582] +- ice: remove dead code for allocating pin_config (Jonathan Toppins) [2032582] + * Thu Feb 17 2022 Herton R. Krzesinski [5.14.0-63.el9] - wireguard: ratelimiter: use kvcalloc() instead of kvzalloc() (Hangbin Liu) [2041408] - wireguard: receive: drop handshakes if queue lock is contended (Hangbin Liu) [2041408] diff --git a/sources b/sources index 960d366..c012a3f 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-63.el9.tar.xz) = 61811043f1c88ee40d7368f00629d78b81f0bf3028cf52712826515a765d116522f329b37358ec62478997d6c618b385463a47d2c16b7bcc4f5535fae84e2d04 -SHA512 (kernel-abi-stablelists-5.14.0-63.tar.bz2) = 30fec926852086cfda80d96534e4c63915751be5bc3547a22e14db8766ade52bbf55c08a24504abcbca2212c3fe8752b94bcb736949b7865552b371ee9780b70 -SHA512 (kernel-kabi-dw-5.14.0-63.tar.bz2) = 047161ec1f10daf807c65abca09d30a4794659da72774f385112d063b06e2631c7e110fad644521eb5bc9ce7e034a62b66695e6dffd070ecda7623c2a8a1eb1c +SHA512 (linux-5.14.0-64.el9.tar.xz) = 587985111bcaa1c4a5e4e6b8ad4194b730e6e41d1e672a5525d7b5e83e6acc9544bb36bd62d9d90970045c9c2337a3a247b31299eb7666a6d39e2d68bf9160e0 +SHA512 (kernel-abi-stablelists-5.14.0-64.tar.bz2) = 7d6f72a95adf0935286320017830d13a2d2a7a0eaed0f1d5af328d2b9f8bc0bcd5b4a6b4661f50e28f6783cb4b3d25476b0a7a1826799c55514508c21f6a7f49 +SHA512 (kernel-kabi-dw-5.14.0-64.tar.bz2) = 2da0ed39da6ce4034516b52a2db31eeed09a7e6a35b4b2c01baf8ae4b0fffc3204883076d662352a6e35c29d4980437c877af10f818770c8bb5fa4b5cfd77be1