From 5742dbe598d9ef383ba165ad1ab6364800743058 Mon Sep 17 00:00:00 2001 From: Scott Weaver Date: Jan 29 2022 13:18:35 +0000 Subject: [redhat] Update sources for linux-5.14.0-48.13.el9.tar.xz Changes included into this commit: .kernel-automotive.metadata SOURCES/Makefile.rhelver SPECS/kernel.spec SOURCES/.gitignore Signed-off-by: Scott Weaver --- diff --git a/.kernel-automotive.metadata b/.kernel-automotive.metadata index 99985e9..86538a7 100644 --- a/.kernel-automotive.metadata +++ b/.kernel-automotive.metadata @@ -1 +1 @@ -24c9f15cd94fdc96ea631d7db0b65859c470c118 SOURCES/linux-5.14.0-47.12.el9.tar.xz +abd047668859d4bad2cabb5940c93da51be94e50 SOURCES/linux-5.14.0-48.13.el9.tar.xz diff --git a/SOURCES/Makefile.rhelver b/SOURCES/Makefile.rhelver index de046ab..85b4d4f 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 = 47 +RHEL_RELEASE = 48 # # Automotive Release # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -AUTOMOTIVEBUILD:=.12 +AUTOMOTIVEBUILD:=.13 # # Early y+1 numbering @@ -51,4 +51,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.47 +RTBUILD:=.48 diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 7af9495..45ecf55 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -85,7 +85,7 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 -%global distro_build 47 +%global distro_build 48 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -129,13 +129,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 47.12.el9 +%define pkgrelease 48.13.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 47.12%{?buildid}%{?dist} +%define specrelease 48.13%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -283,7 +283,7 @@ Summary: The Linux kernel %endif %if %{with_automotive} -%global automotivebuild .12 +%global automotivebuild .13 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -705,7 +705,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-47.12.el9.tar.xz +Source0: linux-5.14.0-48.13.el9.tar.xz Source1: Makefile.rhelver @@ -1432,8 +1432,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-47.12.el9 -c -mv linux-5.14.0-47.12.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-48.13.el9 -c +mv linux-5.14.0-48.13.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3083,6 +3083,49 @@ fi # # %changelog +* Sat Jan 29 2022 Scott Weaver [5.14.0-48.13.el9] +- net: mana: Add RX fencing (Mohammed Gamal) [2030357] +- net: mana: Add XDP support (Mohammed Gamal) [2030357] +- net: mana: Fix memory leak in mana_hwc_create_wq (Mohammed Gamal) [2030357] +- net: mana: Fix spelling mistake "calledd" -> "called" (Mohammed Gamal) [2030357] +- ibmvnic: drop bad optimization in reuse_tx_pools() (Diego Domingos) [2014236] +- ibmvnic: drop bad optimization in reuse_rx_pools() (Diego Domingos) [2014236] +- ibmvnic: Reuse tx pools when possible (Diego Domingos) [2014236] +- ibmvnic: Reuse rx pools when possible (Diego Domingos) [2014236] +- ibmvnic: Reuse LTB when possible (Diego Domingos) [2014236] +- ibmvnic: init_tx_pools move loop-invariant code (Diego Domingos) [2014236] +- ibmvnic: Use/rename local vars in init_tx_pools (Diego Domingos) [2014236] +- ibmvnic: Use/rename local vars in init_rx_pools (Diego Domingos) [2014236] +- ibmvnic: Consolidate code in replenish_rx_pool() (Diego Domingos) [2014236] +- ibmvnic: Fix up some comments and messages (Diego Domingos) [2014236] +- ibmvnic: Use bitmap for LTB map_ids (Diego Domingos) [2014236] +- [s390] s390/qeth: fix deadlock during failing recovery (Mete Durlu) [1869669] +- [s390] s390/qeth: Fix deadlock in remove_discipline (Mete Durlu) [1869669] +- [s390] s390/qeth: fix NULL deref in qeth_clear_working_pool_list() (Mete Durlu) [1869669] +- [s390] s390/qeth: Update MACs of LEARNING_SYNC device (Mete Durlu) [1869669] +- [s390] s390/qeth: Switchdev event handler (Mete Durlu) [1869669] +- [s390] s390/qeth: Register switchdev event handler (Mete Durlu) [1869669] +- [s390] s390/qdio: propagate error when cancelling a ccw fails (Mete Durlu) [1869669] +- [s390] s390/qdio: improve roll-back after error on ESTABLISH ccw (Mete Durlu) [1869669] +- [s390] s390/qdio: cancel the ESTABLISH ccw after timeout (Mete Durlu) [1869669] +- [s390] s390/qdio: fix roll-back after timeout on ESTABLISH ccw (Mete Durlu) [1869669] +- [s390] s390/qeth: remove OSN support (Mete Durlu) [1869669] +- [s390] s390: add HWCAP_S390_PCI_MIO to ELF hwcaps (Mete Durlu) [2030640] +- [s390] s390: make PCI mio support a machine flag (Mete Durlu) [2030640] +- ima: silence measurement list hexdump during kexec (Bruno Meneguele) [2034157] +- scsi: lpfc: Update lpfc version to 14.0.0.4 (Dick Kennedy) [2034278] +- scsi: lpfc: Add additional debugfs support for CMF (Dick Kennedy) [2034278] +- scsi: lpfc: Cap CMF read bytes to MBPI (Dick Kennedy) [2034278] +- scsi: lpfc: Adjust CMF total bytes and rxmonitor (Dick Kennedy) [2034278] +- scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup (Dick Kennedy) [2034278] +- scsi: lpfc: Fix NPIV port deletion crash (Dick Kennedy) [2034278] +- scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance (Dick Kennedy) [2034278] +- scsi: lpfc: Change return code on I/Os received during link bounce (Dick Kennedy) [2034278] +- scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV (Dick Kennedy) [2034278] +- scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO (Dick Kennedy) [2039036] +- mm/memcg: Exclude mem_cgroup pointer from kABI signature computation (Waiman Long) [2036995] +- From: Steve Dickson (Steve Dickson) [2016699] + * Fri Jan 28 2022 Scott Weaver [5.14.0-47.12.el9] - Revert "Merge: virtio: support virtio-mem on x86-64 as tech-preview" (Juri Lelli) - nvmet: register discovery subsystem as 'current' (John Meneghini) [2021672]