diff --git a/Makefile.rhelver b/Makefile.rhelver index aca92dd..aeb8449 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 = 62 +RHEL_RELEASE = 64 # # Early y+1 numbering @@ -44,4 +44,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.63 +RTBUILD:=.64 diff --git a/kernel.spec b/kernel.spec index 82e140d..d9f451e 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 62 +%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 62.rt21.63.el9 +%define pkgrelease 64.rt21.64.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 62.rt21.63%{?buildid}%{?dist} +%define specrelease 64.rt21.64%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -703,7 +703,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-62.rt21.63.el9.tar.xz +Source0: linux-5.14.0-64.rt21.64.el9.tar.xz Source1: Makefile.rhelver @@ -1413,8 +1413,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-62.rt21.63.el9 -c -mv linux-5.14.0-62.rt21.63.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-64.rt21.64.el9 -c +mv linux-5.14.0-64.rt21.64.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3071,6 +3071,121 @@ fi # # %changelog +* Mon Feb 21 2022 Juri Lelli [5.14.0-64.rt21.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] +- wireguard: ratelimiter: use kvcalloc() instead of kvzalloc() (Hangbin Liu) [2041408] +- wireguard: receive: drop handshakes if queue lock is contended (Hangbin Liu) [2041408] +- wireguard: receive: use ring buffer for incoming handshakes (Hangbin Liu) [2041408] +- wireguard: allowedips: add missing __rcu annotation to satisfy sparse (Hangbin Liu) [2041408] +- ionic: Initialize the 'lif->dbid_inuse' bitmap (Jonathan Toppins) [2039988] +- ionic: tame the filter no space message (Jonathan Toppins) [2013549 2039988] +- ionic: allow adminq requests to override default error message (Jonathan Toppins) [2013549 2039988] +- ionic: handle vlan id overflow (Jonathan Toppins) [2013549 2039988] +- ionic: generic filter delete (Jonathan Toppins) [2013549 2039988] +- ionic: generic filter add (Jonathan Toppins) [2013549 2039988] +- ionic: add generic filter search (Jonathan Toppins) [2013549 2039988] +- ionic: remove mac overflow flags (Jonathan Toppins) [2013549 2039988] +- ionic: move lif mac address functions (Jonathan Toppins) [2013549 2039988] +- ionic: add filterlist to debugfs (Jonathan Toppins) [2013549 2039988] +- ionic: add lif param to ionic_qcq_disable (Jonathan Toppins) [2039988] +- ionic: have ionic_qcq_disable decide on sending to hardware (Jonathan Toppins) [2039988] +- ionic: add polling to adminq wait (Jonathan Toppins) [2039988] +- ionic: widen queue_lock use around lif init and deinit (Jonathan Toppins) [2039988] +- ionic: move lif mutex setup and delete (Jonathan Toppins) [2039988] +- ionic: check for binary values in FW ver string (Jonathan Toppins) [2039988] +- ionic: remove debug stats (Jonathan Toppins) [2039988] +- ionic: don't remove netdev->dev_addr when syncing uc list (Jonathan Toppins) [2039988] +- ionic: move filter sync_needed bit set (Jonathan Toppins) [2039988] +- ionic: fix gathering of debug stats (Jonathan Toppins) [2039988] +- ionic: fix a sleeping in atomic bug (Jonathan Toppins) [2039988] +- ionic: fix double use of queue-lock (Jonathan Toppins) [2039988] +- ionic: recreate hwstamp queues on ifup (Jonathan Toppins) [2039988] +- ionic: pull hwstamp queue_lock up a level (Jonathan Toppins) [2039988] +- ionic: add queue lock around open and stop (Jonathan Toppins) [2039988] +- ionic: fill mac addr earlier in add_addr (Jonathan Toppins) [2039988] +- ionic: squelch unnecessary fw halted message (Jonathan Toppins) [2039988] +- ionic: fire watchdog again after fw_down (Jonathan Toppins) [2039988] +- ionic: handle mac filter overflow (Jonathan Toppins) [2039988] +- ionic: refactor ionic_lif_addr to remove a layer (Jonathan Toppins) [2039988] +- ionic: sync the filters in the work task (Jonathan Toppins) [2039988] +- ionic: flatten calls to set-rx-mode (Jonathan Toppins) [2039988] +- ionic: remove old work task types (Jonathan Toppins) [2039988] +- ionic: add function tag to debug string (Jonathan Toppins) [2039988] +- ionic: enable rxhash only with multiple queues (Jonathan Toppins) [2039988] +- ionic: block some ethtool operations when fw in reset (Jonathan Toppins) [2039988] +- ionic: remove unneeded comp union fields (Jonathan Toppins) [2039988] +- ionic: increment num-vfs before configure (Jonathan Toppins) [2039988] +- ionic: use fewer inits on the buf_info struct (Jonathan Toppins) [2039988] +- ionic: init reconfig err to 0 (Jonathan Toppins) [2039988] +- ionic: print firmware version on identify (Jonathan Toppins) [2039988] +- ionic: monitor fw status generation (Jonathan Toppins) [2039988] +- ionic: minimize resources when under kdump (Jonathan Toppins) [2039988] +- ionic: drop useless check of PCI driver data validity (Jonathan Toppins) [2039988] + * Mon Feb 21 2022 Juri Lelli [5.14.0-62.rt21.63.el9] - Revert "Merge: blktrace: switch trace spinlock to a raw spinlock" (Juri Lelli) - Revert "Merge: ext4: fix potential NULL pointer dereference in ext4_fill_super()" (Juri Lelli) diff --git a/sources b/sources index e2c4f91..3b870c6 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-62.rt21.63.el9.tar.xz) = 96d19ab5d890708963aa1634eed08bedefb6119c94c3f3a8ff8dfa147f3ed1a63e768287432d1f677407436d4d76889b56389adaf3cc61010f4a4711a89c1d91 -SHA512 (kernel-abi-stablelists-5.14.0-62.tar.bz2) = 7e8e4fc426dcf15a34a76d2daf850b61c5ecda1b6fb91fa6cea55705356c5ad7c1dd0fb0d6c640bee6b513ce8ccd383858c84e601f9943f201ab14ecda74afd3 -SHA512 (kernel-kabi-dw-5.14.0-62.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914 +SHA512 (linux-5.14.0-64.rt21.64.el9.tar.xz) = 5a8211c5c787e2aad6f8e492e9a61e3a28dee98f99bb40848cc8f894684c71167a5fd46724419d9ac26e745f786a2b4c64eab3e4b110764f520663de40567bc9 +SHA512 (kernel-abi-stablelists-5.14.0-64.tar.bz2) = cb80190b596e2bc0669fbe44ce8d98ff0586ad94e465d9b2b9cc2d05210f687a8be7cf75c3d33aa275867b122f857cbe346e80fc991065e93976f5a526dc4460 +SHA512 (kernel-kabi-dw-5.14.0-64.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914