diff --git a/.kernel-automotive.metadata b/.kernel-automotive.metadata index d9fbb80..9b859f5 100644 --- a/.kernel-automotive.metadata +++ b/.kernel-automotive.metadata @@ -1 +1 @@ -e5745556378274e9530e1913b5e4e165e98b4b7d SOURCES/linux-5.14.0-62.28.el9.tar.xz +cba43f094e36ea17e600c739c61f4b700a639180 SOURCES/linux-5.14.0-64.29.el9.tar.xz diff --git a/SOURCES/Makefile.rhelver b/SOURCES/Makefile.rhelver index 9d2b58c..d96b1df 100644 --- a/SOURCES/Makefile.rhelver +++ b/SOURCES/Makefile.rhelver @@ -12,14 +12,14 @@ RHEL_MINOR = 0 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 62 +RHEL_RELEASE = 64 # # Automotive Release # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -AUTOMOTIVEBUILD:=.28 +AUTOMOTIVEBUILD:=.29 # # Early y+1 numbering @@ -51,4 +51,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.63 +RTBUILD:=.64 diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 7dd6c34..99851a3 100755 --- a/SPECS/kernel.spec +++ b/SPECS/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.28.el9 +%define pkgrelease 64.29.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 62.28%{?buildid}%{?dist} +%define specrelease 64.29%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -277,7 +277,7 @@ Summary: The Linux kernel %endif %if %{with_automotive} -%global automotivebuild .28 +%global automotivebuild .29 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -700,7 +700,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-62.28.el9.tar.xz +Source0: linux-5.14.0-64.29.el9.tar.xz Source1: Makefile.rhelver @@ -1410,8 +1410,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-62.28.el9 -c -mv linux-5.14.0-62.28.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-64.29.el9 -c +mv linux-5.14.0-64.29.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3068,6 +3068,121 @@ fi # # %changelog +* Wed Feb 23 2022 Scott Weaver [5.14.0-64.29.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] + * Wed Feb 23 2022 Scott Weaver [5.14.0-62.28.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)