diff --git a/Makefile.rhelver b/Makefile.rhelver index 9a9f572..5dbe95e 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 = 108 +RHEL_RELEASE = 109 # # ZSTREAM diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 01b824d..0fe7917 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -2318,7 +2318,12 @@ CONFIG_INTEL_UNCORE_FREQ_CONTROL=m # CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set CONFIG_INTEL_WMI_THUNDERBOLT=m CONFIG_INTEL_XWAY_PHY=m -# CONFIG_INTERCONNECT is not set +CONFIG_INTERCONNECT_IMX8MM=m +CONFIG_INTERCONNECT_IMX8MN=m +CONFIG_INTERCONNECT_IMX8MQ=m +CONFIG_INTERCONNECT_IMX=m +# CONFIG_INTERCONNECT_QCOM is not set +CONFIG_INTERCONNECT=y # CONFIG_INTERVAL_TREE_TEST is not set # CONFIG_INV_ICM42600_I2C is not set # CONFIG_INV_ICM42600_SPI is not set diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index 3ff94c7..636b172 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -2302,7 +2302,12 @@ CONFIG_INTEL_UNCORE_FREQ_CONTROL=m # CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set CONFIG_INTEL_WMI_THUNDERBOLT=m CONFIG_INTEL_XWAY_PHY=m -# CONFIG_INTERCONNECT is not set +CONFIG_INTERCONNECT_IMX8MM=m +CONFIG_INTERCONNECT_IMX8MN=m +CONFIG_INTERCONNECT_IMX8MQ=m +CONFIG_INTERCONNECT_IMX=m +# CONFIG_INTERCONNECT_QCOM is not set +CONFIG_INTERCONNECT=y # CONFIG_INTERVAL_TREE_TEST is not set # CONFIG_INV_ICM42600_I2C is not set # CONFIG_INV_ICM42600_SPI is not set diff --git a/kernel.spec b/kernel.spec index 549a8df..906c8b8 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 108.el9 +%define pkgrelease 109.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 108%{?buildid}%{?dist} +%define specrelease 109%{?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-108.el9.tar.xz +Source0: linux-5.14.0-109.el9.tar.xz Source1: Makefile.rhelver @@ -1349,8 +1349,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-108.el9 -c -mv linux-5.14.0-108.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-109.el9 -c +mv linux-5.14.0-109.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2983,6 +2983,74 @@ fi # # %changelog +* Fri Jun 10 2022 Patrick Talbert [5.14.0-109.el9] +- [s390] s390/perf: obtain sie_block from the right address (Claudio Imbrenda) [2094788] +- redhat/configs: Remove duplicates from ark/generic/s390x/zfcpdump/ (Vladis Dronov) +- redhat/configs: Move common/debug/s390x/zfcpdump/ configs to ark/debug/s390x/zfcpdump/ (Vladis Dronov) +- redhat/configs: Move common/generic/s390x/zfcpdump/ configs to ark/generic/s390x/zfcpdump/ (Vladis Dronov) +- net: Remove netif_rx_any_context() and netif_rx_ni(). (Petr Oros) [2089703] +- phonet: Use netif_rx(). (Petr Oros) [2089703] +- bluetooth: Use netif_rx(). (Petr Oros) [2089703] +- batman-adv: Use netif_rx(). (Petr Oros) [2089703] +- tipc: Use netif_rx(). (Petr Oros) [2089703] +- tun: vxlan: Use netif_rx(). (Petr Oros) [2089703] +- staging: Use netif_rx(). (Petr Oros) [2089703] +- s390: net: Use netif_rx(). (Petr Oros) [2089703] +- wireless: Use netif_rx(). (Petr Oros) [2089703] +- wireless: Marvell: Use netif_rx(). (Petr Oros) [2089703] +- wireless: brcmfmac: Use netif_rx(). (Petr Oros) [2089703] +- wireless: Atheros: Use netif_rx(). (Petr Oros) [2089703] +- slip/plip: Use netif_rx(). (Petr Oros) [2089703] +- can: Use netif_rx(). (Petr Oros) [2089703] +- net: phy: Use netif_rx(). (Petr Oros) [2089703] +- net: dev: Use netif_rx(). (Petr Oros) [2089703] +- net: bridge: Use netif_rx(). (Petr Oros) [2089703] +- net: macvlan: Use netif_rx(). (Petr Oros) [2089703] +- net: ethernet: Use netif_rx(). (Petr Oros) [2089703] +- net: dsa: Use netif_rx(). (Petr Oros) [2089703] +- net: caif: Use netif_rx(). (Petr Oros) [2089703] +- net: sgi-xp: Use netif_rx(). (Petr Oros) [2089703] +- net: xtensa: Use netif_rx(). (Petr Oros) [2089703] +- docs: networking: Use netif_rx(). (Petr Oros) [2089703] +- net: Correct wrong BH disable in hard-interrupt. (Petr Oros) [2089703] +- net: dev: Make rps_lock() disable interrupts. (Petr Oros) [2089703] +- net: dev: Makes sure netif_rx() can be invoked in any context. (Petr Oros) [2089703] +- net: dev: Remove preempt_disable() and get_cpu() in netif_rx_internal(). (Petr Oros) [2089703] +- powerpc/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCE (Gustavo Walbon) [1873830] +- powerpc/papr_scm: Fix build failure when (Gustavo Walbon) [1873830] +- drivers/nvdimm: Fix build failure when CONFIG_PERF_EVENTS is not set (Gustavo Walbon) [1873830] +- docs: ABI: sysfs-bus-nvdimm: Document sysfs event format entries for nvdimm pmu (Gustavo Walbon) [1873830] +- powerpc/papr_scm: Add perf interface support (Gustavo Walbon) [1873830] +- drivers/nvdimm: Add perf interface to expose nvdimm performance stats (Gustavo Walbon) [1873830] +- drivers/nvdimm: Add nvdimm pmu structure (Gustavo Walbon) [1873830] +- redhat/configs: enable interconnect for NXP i.MX 8M (Steve Best) [2092404] +- x86/split_lock: Enable the split lock feature on Raptor Lake (David Arcari) [2076739] +- [s390] s390/cpumf: add new extended counter set for IBM z16 (Mete Durlu) [2047724] +- mptcp: add more offered MIBs counter (Paolo Abeni) [2089885] +- mptcp: never shrink offered window (Paolo Abeni) [2089885] +- tcp: allow MPTCP to update the announced window (Paolo Abeni) [2089885] +- mptcp: add mib for xmit window sharing (Paolo Abeni) [2089885] +- mptcp: really share subflow snd_wnd (Paolo Abeni) [2089885] +- KVM: s390: vsie/gmap: reduce gmap_rmap overhead (Thomas Huth) [2072041] +- KVM: s390x: fix SCK locking (Thomas Huth) [2072041] +- KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific request (Thomas Huth) [2072041] +- KVM: s390: Clarify SIGP orders versus STOP/RESTART (Thomas Huth) [2044299] +- KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook (Thomas Huth) [2072041] +- KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU (Thomas Huth) [2072041] +- KVM: s390: Introduce kvm_s390_get_gfn_end() (Thomas Huth) [2072041] +- KVM: Integrate gfn_to_memslot_approx() into search_memslots() (Thomas Huth) [2072041] +- KVM: s390: Use kvm_get_vcpu() instead of open-coded access (Thomas Huth) [2072041] +- KVM: s390: add debug statement for diag 318 CPNC data (Thomas Huth) [2072041] +- KVM: s390: pv: properly handle page flags for protected guests (Thomas Huth) [2072041] +- KVM: s390: Add a routine for setting userspace CPU state (Thomas Huth) [2044299] +- openvswitch: fix OOB access in reserve_sfa_size() (Antoine Tenart) [2082155] +- net: openvswitch: don't send internal clone attribute to the userspace. (Antoine Tenart) [2082155 2085881] +- openvswitch: Add recirc_id to recirc warning (Antoine Tenart) [2082155] +- openvswitch: Fixed nd target mask field in the flow dump. (Antoine Tenart) [2082155] +- net/sched: Enable tc skb ext allocation on chain miss only when needed (Antoine Tenart) [2082155] +- openvswitch: always update flow key after nat (Antoine Tenart) [2082155] +- net: openvswitch: Remove redundant if statements (Antoine Tenart) [2082155] + * Thu Jun 09 2022 Patrick Talbert [5.14.0-108.el9] - net: add netif_set_real_num_queues() for device reconfig (Ivan Vecera) [2094002] - spmi: spmi-pmic-arb: fix irq_set_type race condition (Steve Best) [2071751] diff --git a/sources b/sources index 0ef841b..f7bb934 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-108.el9.tar.xz) = d9c258d4b72039ad26655199c69cbad971b0044262b1c431b2b0d9b64ed2cec85b298aa77de13d2e0b52797eccd8d8c85cf4d2c1f36646179ebc1663050a8c55 -SHA512 (kernel-abi-stablelists-5.14.0-108.el9.tar.bz2) = d9293fe55b50601b47ec5d07d695f7cded113eb617d67519f95279ba65ffd47b36321bca4098e510ca9513cb4ec0987e8f75a256025a9bfc93cda862cfd9574a -SHA512 (kernel-kabi-dw-5.14.0-108.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674 +SHA512 (linux-5.14.0-109.el9.tar.xz) = 696ab0faa981a651394a93e7383f2cc9c6abbf5e1132b74af5bcf174590fd962b38908644d1ab018978b31a3caf846367401f09f84bf93017ca4f800db72eb61 +SHA512 (kernel-abi-stablelists-5.14.0-109.el9.tar.bz2) = 40f96bc56ab4ba10e859562d9832c6862fe7cea199b1ec04881105addaa5c66453aa71da5fe1cf6ea61f00141a2e974e87472cfcd0aa6248e25ca24adcb25798 +SHA512 (kernel-kabi-dw-5.14.0-109.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674