diff --git a/Makefile.rhelver b/Makefile.rhelver index 1a91b34..1a71968 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 4 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 373 +RHEL_RELEASE = 374 # # ZSTREAM diff --git a/kernel-aarch64-64k-debug-rhel.config b/kernel-aarch64-64k-debug-rhel.config index 58dc5b1..e0833c7 100644 --- a/kernel-aarch64-64k-debug-rhel.config +++ b/kernel-aarch64-64k-debug-rhel.config @@ -2463,6 +2463,7 @@ CONFIG_INPUT_APANEL=m # CONFIG_INPUT_ATI_REMOTE2 is not set CONFIG_INPUT_ATLAS_BTNS=m # CONFIG_INPUT_ATMEL_CAPTOUCH is not set +# CONFIG_INPUT_BBNSM_PWRKEY is not set # CONFIG_INPUT_BMA150 is not set # CONFIG_INPUT_CM109 is not set # CONFIG_INPUT_CMA3000 is not set diff --git a/kernel-aarch64-64k-rhel.config b/kernel-aarch64-64k-rhel.config index 695a604..09f3ee2 100644 --- a/kernel-aarch64-64k-rhel.config +++ b/kernel-aarch64-64k-rhel.config @@ -2447,6 +2447,7 @@ CONFIG_INPUT_APANEL=m # CONFIG_INPUT_ATI_REMOTE2 is not set CONFIG_INPUT_ATLAS_BTNS=m # CONFIG_INPUT_ATMEL_CAPTOUCH is not set +# CONFIG_INPUT_BBNSM_PWRKEY is not set # CONFIG_INPUT_BMA150 is not set # CONFIG_INPUT_CM109 is not set # CONFIG_INPUT_CMA3000 is not set diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 4539c8b..de7f8e0 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -2460,6 +2460,7 @@ CONFIG_INPUT_APANEL=m # CONFIG_INPUT_ATI_REMOTE2 is not set CONFIG_INPUT_ATLAS_BTNS=m # CONFIG_INPUT_ATMEL_CAPTOUCH is not set +# CONFIG_INPUT_BBNSM_PWRKEY is not set # CONFIG_INPUT_BMA150 is not set # CONFIG_INPUT_CM109 is not set # CONFIG_INPUT_CMA3000 is not set diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index 38d34c1..46050e1 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -2444,6 +2444,7 @@ CONFIG_INPUT_APANEL=m # CONFIG_INPUT_ATI_REMOTE2 is not set CONFIG_INPUT_ATLAS_BTNS=m # CONFIG_INPUT_ATMEL_CAPTOUCH is not set +# CONFIG_INPUT_BBNSM_PWRKEY is not set # CONFIG_INPUT_BMA150 is not set # CONFIG_INPUT_CM109 is not set # CONFIG_INPUT_CMA3000 is not set diff --git a/kernel-aarch64-rt-debug-rhel.config b/kernel-aarch64-rt-debug-rhel.config index 781f96e..bdece67 100644 --- a/kernel-aarch64-rt-debug-rhel.config +++ b/kernel-aarch64-rt-debug-rhel.config @@ -2513,6 +2513,7 @@ CONFIG_INPUT_APANEL=m # CONFIG_INPUT_ATI_REMOTE2 is not set CONFIG_INPUT_ATLAS_BTNS=m # CONFIG_INPUT_ATMEL_CAPTOUCH is not set +# CONFIG_INPUT_BBNSM_PWRKEY is not set # CONFIG_INPUT_BMA150 is not set # CONFIG_INPUT_CM109 is not set # CONFIG_INPUT_CMA3000 is not set diff --git a/kernel-aarch64-rt-rhel.config b/kernel-aarch64-rt-rhel.config index 3be3edf..fb65e64 100644 --- a/kernel-aarch64-rt-rhel.config +++ b/kernel-aarch64-rt-rhel.config @@ -2497,6 +2497,7 @@ CONFIG_INPUT_APANEL=m # CONFIG_INPUT_ATI_REMOTE2 is not set CONFIG_INPUT_ATLAS_BTNS=m # CONFIG_INPUT_ATMEL_CAPTOUCH is not set +# CONFIG_INPUT_BBNSM_PWRKEY is not set # CONFIG_INPUT_BMA150 is not set # CONFIG_INPUT_CM109 is not set # CONFIG_INPUT_CMA3000 is not set diff --git a/kernel.spec b/kernel.spec index d0d473a..950c53a 100755 --- a/kernel.spec +++ b/kernel.spec @@ -165,15 +165,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 373 +%define pkgrelease 374 %define kversion 5 -%define tarfile_release 5.14.0-373.el9 +%define tarfile_release 5.14.0-374.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 373%{?buildid}%{?dist} +%define specrelease 374%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-373.el9 +%define kabiversion 5.14.0-374.el9 # # End of genspec.sh variables @@ -3748,6 +3748,90 @@ fi # # %changelog +* Fri Oct 06 2023 Scott Weaver [5.14.0-374.el9] +- interconnect: imx: fix registration race (Steve Best) [2230634] +- remoteproc: imx_dsp_rproc: use modern pm_ops (Steve Best) [2230679] +- remoteproc: imx_dsp: Convert to platform remove callback returning void (Steve Best) [2230679] +- remoteproc: imx_dsp_rproc: Fix kernel test robot sparse warning (Steve Best) [2230679] +- remoteproc: imx_dsp_rproc: Improve exception handling in imx_dsp_rproc_mbox_alloc() (Steve Best) [2230679] +- remoteproc: imx_dsp_rproc: Call of_node_put() on iteration error (Steve Best) [2230679] +- remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX DSP Cores (Steve Best) [2230679] +- remoteproc: imx_dsp_rproc: Add module parameter to ignore ready flag from remote processor (Steve Best) [2230679] +- i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycle (Steve Best) [2230683] +- i2c: imx-lpi2c: Don't open-code DIV_ROUND_UP (Steve Best) [2230683] +- i2c: Convert to platform remove callback returning void (Steve Best) [2230683] +- i2c: imx-lpi2c: avoid taking clk_prepare mutex in PM callbacks (Steve Best) [2230683] +- ibmvnic: Assign XPS map to correct queue index (Mamatha Inamdar) [2228220] +- ibmvnic: Toggle between queue types in affinity mapping (Mamatha Inamdar) [2228220] +- ibmvnic: Update XPS assignments during affinity binding (Mamatha Inamdar) [2228220] +- ibmvnic: Add hotpluggable CPU callbacks to reassign affinity hints (Mamatha Inamdar) [2228220] +- ibmvnic: Assign IRQ affinity hints to device queues (Mamatha Inamdar) [2228220] +- redhat/configs: NXP BBNSM Power Key Driver (Steve Best) [2230577] +- Input: bbnsm_pwrkey - add bbnsm power key support (Steve Best) [2230577] +- clk: imx93: Propagate correct error in imx93_clocks_probe() (Steve Best) [2230549] +- clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe (Steve Best) [2230549] +- clk: imx: imx93: Add nic and A55 clk (Steve Best) [2230549] +- clk: imx: imx93: add mcore_booted module paratemter (Steve Best) [2230549] +- i2c: Convert to platform remove callback returning void (Steve Best) [2230651] +- i2c: imx: Simplify using devm_clk_get_enabled() (Steve Best) [2230651] +- CI: Remove unused kpet_tree_family (Nikolai Kondrashov) +- arm64: dts: imx93: add nxp,no-divider for sysctr (Steve Best) [RHEL-2707] +- arm64: dts: imx93: add MU clock for mailbox (Steve Best) [RHEL-2707] +- arm64: dts: imx93: add gpio alises (Steve Best) [RHEL-2707] +- arm64: dts: imx93: add extra lpspi node (Steve Best) [RHEL-2707] +- arm64: dts: imx: minor whitespace cleanup around '=' (Steve Best) [RHEL-2707] +- arm64: dts: imx93: add "fsl,imx8ulp-lpuart" compatible for imx93 (Steve Best) [RHEL-2707] +- arm64: dts: imx93: add cm33 node (Steve Best) [RHEL-2707] +- arm64: dts: imx93: add thermal support (Steve Best) [RHEL-2707] +- arm64: dts: imx93: enable CM33 for 11x11 EVK (Steve Best) [RHEL-2707] +- arm64: dts: imx93: add cma area for i.MX93 11x11 EVK (Steve Best) [RHEL-2707] +- arm64: dts: imx93: Fix anatop node size (Steve Best) [RHEL-2707] +- arm64: dts: imx93: add ddr performance monitor node (Steve Best) [RHEL-2707] +- arm64: dts: imx93: add fsl,stop-mode property to support WOL (Steve Best) [RHEL-2707] +- arm64: dts: imx93: add cpuidle node (Steve Best) [RHEL-2707] +- arm64: dts: imx93: reorder device nodes (Steve Best) [RHEL-2707] +- arm64: dts: imx93: add ocotp node (Steve Best) [RHEL-2707] +- arm64: dts: imx93: add watchdog node (Steve Best) [RHEL-2707] +- arm64: dts: imx93: add missing tpm pwm instances (Steve Best) [RHEL-2707] +- arm64: dts: imx93: add tpm nodes (Steve Best) [RHEL-2707] +- arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes (Steve Best) [RHEL-2707] +- arm64: dts: imx93: Fix eqos properties (Steve Best) [RHEL-2707] +- arm64: dts: imx93: Add FlexSPI support (Steve Best) [RHEL-2707] +- arm64: dts: imx93: Add the bbnsm dts node (Steve Best) [RHEL-2707] +- arm64: dts: imx93-11x11-evk: enable wdog3 (Steve Best) [RHEL-2707] +- phy: freescale: imx8m-pcie: Use devm_platform_ioremap_resource() (Steve Best) [2230655] +- remoteproc: imx: Convert to platform remove callback returning void (Steve Best) [2230674] +- remoteproc: imx_rproc: Call of_node_put() on iteration error (Steve Best) [2230674] +- interconnect: qcom: bcm-voter: Use enable_maks for keepalive voting (Alessandro Carminati) [RHEL-3931] +- interconnect: qcom: bcm-voter: Improve enable_mask handling (Alessandro Carminati) [RHEL-3931] +- interconnect: qcom: Add support for mask-based BCMs (Alessandro Carminati) [RHEL-3931] +- power: reset: qcom-pon: add support for qcom,pmk8350-pon compatible string (Alessandro Carminati) [RHEL-3931] +- PCI: qcom: Add support for sa8775p SoC (Alessandro Carminati) [RHEL-3931] +- dt-bindings: PCI: qcom: Add sa8775p compatible (Alessandro Carminati) [RHEL-3931] +- phy: qcom-qmp-pcie: keep offset tables sorted (Alessandro Carminati) [RHEL-3931] +- phy: qcom-qmp-pcie: drop ln_shrd from v5_20 config (Alessandro Carminati) [RHEL-3931] +- arm64: dts: qcom: sa8775p: Hook up PDC as wakeup-parent of TLMM (Alessandro Carminati) [RHEL-3931] +- arm64: dts: qcom: sa8775p-ride: enable EMAC1 (Alessandro Carminati) [RHEL-3931] +- arm64: dts: qcom: sa8775p-ride: add an alias for ethernet0 (Alessandro Carminati) [RHEL-3931] +- arm64: dts: qcom: sa8775p-ride: sort aliases alphabetically (Alessandro Carminati) [RHEL-3931] +- arm64: dts: qcom: sa8775p-ride: add the second SGMII PHY (Alessandro Carminati) [RHEL-3931] +- arm64: dts: qcom: sa8775p-ride: index the first SGMII PHY (Alessandro Carminati) [RHEL-3931] +- arm64: dts: qcom: sa8775p-ride: move the reset-gpios property of the PHY (Alessandro Carminati) [RHEL-3931] +- arm64: dts: qcom: sa8775p-ride: enable the second SerDes PHY (Alessandro Carminati) [RHEL-3931] +- arm64: dts: qcom: sa8775p: add a node for EMAC1 (Alessandro Carminati) [RHEL-3931] +- arm64: dts: qcom: sa8775p: add a node for the second serdes PHY (Alessandro Carminati) [RHEL-3931] +- arm64: dts: qcom: sa8775p-ride: enable pcie nodes (Alessandro Carminati) [RHEL-3931] +- arm64: dts: qcom: sa8775p: Add pcie0 and pcie1 nodes (Alessandro Carminati) [RHEL-3931] +- phy: qcom-qmp-pcie: add support for sa8775p (Alessandro Carminati) [RHEL-3931] +- dt-bindings: phy: qcom,qmp: Add sa8775p QMP PCIe PHY (Alessandro Carminati) [RHEL-3931] +- arm64: dts: qcom: sa8775p-ride: Update L4C parameters (Alessandro Carminati) [RHEL-3931] +- interconnect: qcom: sa8775p: add enable_mask for bcm nodes (Alessandro Carminati) [RHEL-3931] +- arm64: dts: qcom: sa8775p: add the pcie smmu node (Alessandro Carminati) [RHEL-3931] +- dt-bindings: phy: qcom,qmp: Add SDX65 QMP PHY (Alessandro Carminati) [RHEL-3931] +- dt-bindings: phy: Add QMP PCIe PHY comptible for SM8550 (Alessandro Carminati) [RHEL-3931] +- dt-bindings: phy: qcom,qmp-pcie: add sm8350 bindings (Alessandro Carminati) [RHEL-3931] +- dt-bindings: phy: qcom,qmp-pcie: add sc8280xp bindings (Alessandro Carminati) [RHEL-3931] + * Wed Oct 04 2023 Scott Weaver [5.14.0-373.el9] - CI: Enable 'dist-self-test' for C9S/RHEL9 (Vitaly Kuznetsov) - redhat: Update 'dist-self-test-data' (Vitaly Kuznetsov) diff --git a/sources b/sources index c24456c..b96b2ff 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-373.el9.tar.xz) = c1584c0d5cead8ba660bc5a6a730a5d902ec6e5edf39c159e792796ec626e9d354a71f8edb569af2e9b39079508dc0432ab7d9a3a6fc69e2159798b5b6765ac7 -SHA512 (kernel-abi-stablelists-5.14.0-373.el9.tar.bz2) = 1dd7b98543d9e65bf91c9d70c69afa6da57d3d455b78e5f12d8518c68869c47f1fe02ae366e83aec8c008a99fb3046f27120b7b290c573d4266dd829bb27a647 -SHA512 (kernel-kabi-dw-5.14.0-373.el9.tar.bz2) = b76ac6c97e0a06201fdf08498b70e569cb276c475668c9cbf64496dfa2f7080fe8b1d86198458b2a977f6dac3ec08209f89a078abcc7b0f741d4d719d111505e +SHA512 (linux-5.14.0-374.el9.tar.xz) = 486d5aa2dccbabe8e88856067bfb949d17b6ebfc5a12a75b5a9912ad589a6e9ab94b5d5ac1760b6e14692bc52a3af430bf3207b4b51f9079063f664f8a805ba3 +SHA512 (kernel-abi-stablelists-5.14.0-374.el9.tar.bz2) = 3f0a070b7c2695a07501fb648cc4504bde5da64371a82a04d87dd6e86d34061d315d6f77e4bed890f72f0f63df8222ed2bb18bbcbf60a0f39ec09fbc2e0b5b10 +SHA512 (kernel-kabi-dw-5.14.0-374.el9.tar.bz2) = 89bf14df284df0f7a3d837b384bc7b052054885973431784fc4eda7ea27e547b2545e8c184cee7c52cc36b37a99969abc366864cc235007812d705750193b08e