diff --git a/Makefile.rhelver b/Makefile.rhelver index b59a387..b0859ef 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 2 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 282 +RHEL_RELEASE = 283 # # ZSTREAM @@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.282 +RTBUILD:=.283 diff --git a/kernel-rt-aarch64-64k-debug-rhel.config b/kernel-rt-aarch64-64k-debug-rhel.config index 68fe019..90c6da1 100644 --- a/kernel-rt-aarch64-64k-debug-rhel.config +++ b/kernel-rt-aarch64-64k-debug-rhel.config @@ -4143,7 +4143,7 @@ CONFIG_PCIE_IPROC=y # CONFIG_PCI_ENDPOINT is not set # CONFIG_PCI_ENDPOINT_TEST is not set CONFIG_PCIEPORTBUS=y -# CONFIG_PCIE_PTM is not set +CONFIG_PCIE_PTM=y # CONFIG_PCIE_QCOM is not set CONFIG_PCIE_TEGRA194_HOST=y CONFIG_PCIE_TEGRA194=y @@ -6209,7 +6209,7 @@ CONFIG_UAPI_HEADER_TEST=y # CONFIG_UCB1400_CORE is not set # CONFIG_UCLAMP_TASK is not set CONFIG_UCSI_ACPI=y -# CONFIG_UCSI_CCG is not set +CONFIG_UCSI_CCG=m # CONFIG_UCSI_STM32G0 is not set CONFIG_UDF_FS=m CONFIG_UDMABUF=y diff --git a/kernel-rt-aarch64-64k-rhel.config b/kernel-rt-aarch64-64k-rhel.config index a505fcc..b884049 100644 --- a/kernel-rt-aarch64-64k-rhel.config +++ b/kernel-rt-aarch64-64k-rhel.config @@ -4120,7 +4120,7 @@ CONFIG_PCIE_IPROC=y # CONFIG_PCI_ENDPOINT is not set # CONFIG_PCI_ENDPOINT_TEST is not set CONFIG_PCIEPORTBUS=y -# CONFIG_PCIE_PTM is not set +CONFIG_PCIE_PTM=y # CONFIG_PCIE_QCOM is not set CONFIG_PCIE_TEGRA194_HOST=y CONFIG_PCIE_TEGRA194=y @@ -6184,7 +6184,7 @@ CONFIG_UAPI_HEADER_TEST=y # CONFIG_UCB1400_CORE is not set # CONFIG_UCLAMP_TASK is not set CONFIG_UCSI_ACPI=y -# CONFIG_UCSI_CCG is not set +CONFIG_UCSI_CCG=m # CONFIG_UCSI_STM32G0 is not set CONFIG_UDF_FS=m CONFIG_UDMABUF=y diff --git a/kernel-rt-x86_64-debug-rhel.config b/kernel-rt-x86_64-debug-rhel.config index 959d1fe..43f29b3 100644 --- a/kernel-rt-x86_64-debug-rhel.config +++ b/kernel-rt-x86_64-debug-rhel.config @@ -4103,7 +4103,7 @@ CONFIG_PCIE_EDR=y # CONFIG_PCI_ENDPOINT is not set # CONFIG_PCI_ENDPOINT_TEST is not set CONFIG_PCIEPORTBUS=y -# CONFIG_PCIE_PTM is not set +CONFIG_PCIE_PTM=y # CONFIG_PCIE_XILINX is not set # CONFIG_PCI_FTPCI100 is not set # CONFIG_PCI_HOST_GENERIC is not set diff --git a/kernel-rt-x86_64-rhel.config b/kernel-rt-x86_64-rhel.config index 3361ea7..6e184f7 100644 --- a/kernel-rt-x86_64-rhel.config +++ b/kernel-rt-x86_64-rhel.config @@ -4083,7 +4083,7 @@ CONFIG_PCIE_EDR=y # CONFIG_PCI_ENDPOINT is not set # CONFIG_PCI_ENDPOINT_TEST is not set CONFIG_PCIEPORTBUS=y -# CONFIG_PCIE_PTM is not set +CONFIG_PCIE_PTM=y # CONFIG_PCIE_XILINX is not set # CONFIG_PCI_FTPCI100 is not set # CONFIG_PCI_HOST_GENERIC is not set diff --git a/kernel.spec b/kernel.spec index b0fe319..b3fd81c 100755 --- a/kernel.spec +++ b/kernel.spec @@ -147,15 +147,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 282.rt14.282 +%define pkgrelease 283.rt14.283 %define kversion 5 -%define tarfile_release 5.14.0-282.rt14.282.el9 +%define tarfile_release 5.14.0-283.rt14.283.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 282.rt14.282%{?buildid}%{?dist} +%define specrelease 283.rt14.283%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-282.rt14.282.el9 +%define kabiversion 5.14.0-283.rt14.283.el9 # # End of genspec.sh variables @@ -2693,7 +2693,8 @@ find Documentation -type d | xargs chmod u+w fi \ fi \ if [ "%{zipmodules}" -eq "1" ]; then \ - find $RPM_BUILD_ROOT/lib/modules/ -type f -name '*.ko' | xargs -P${RPM_BUILD_NCPUS} -r xz; \ + echo "Compressing kernel modules ..." \ + find $RPM_BUILD_ROOT/lib/modules/ -type f -name '*.ko' | xargs -n 16 -P${RPM_BUILD_NCPUS} -r xz; \ fi \ %{nil} @@ -3547,6 +3548,45 @@ fi # # %changelog +* Thu Feb 23 2023 Luis Claudio R. Goncalves [5.14.0-283.rt14.283.el9] +- [rt] build kernel-rt-5.14.0-283.rt14.283.el9 [2125474] +- redhat: fix duplicate jira issues in the resolves line (Herton R. Krzesinski) +- redhat/kernel.spec.template: Parallelize compression (Herton R. Krzesinski) +- Revert "block: freeze the queue earlier in del_gendisk" (Ming Lei) [2155901] +- redhat: configs: Enable UCSI_CCG support (David Marlin) [2122414] +- i2c: nvidia-gpu: Remove ccgx,firmware-build property (David Marlin) [2122414] +- i2c: nvidia-gpu: Add ACPI property to align with device-tree (David Marlin) [2122414] +- usb: typec: ucsi_ccg: Add OF support (David Marlin) [2122414] +- gpio: tegra186: add Tegra234 PMC compatible in GPIO driver (David Marlin) [2122414] +- usb: gadget: tegra-xudc: Add Tegra234 support (David Marlin) [2122414] +- xhci: tegra: USB2 pad power controls (David Marlin) [2122414] +- xhci: Add hub_control to xhci_driver_overrides (David Marlin) [2122414] +- xhci: hub: export symbol on xhci_hub_control (David Marlin) [2122414] +- usb: host: xhci-tegra: Add Tegra234 XHCI support (David Marlin) [2122414] +- phy: tegra: xusb: Support USB role default mode (David Marlin) [2122414] +- phy: tegra: xusb: Add Tegra234 support (David Marlin) [2122414] +- phy: tegra: xusb: Disable trk clk when not in use (David Marlin) [2122414] +- phy: tegra: xusb: Remove usb3 supply (David Marlin) [2122414] +- phy: tegra: xusb: Fix crash during pad power on/down (David Marlin) [2122414] +- usb: typec: ucsi_ccg: Disable UCSI ALT support on Tegra (David Marlin) [2122414] +- usb: typec: ucsi: Don't warn on probe deferral (David Marlin) [2122414] +- phy: tegra: xusb: Enable usb role switch attribute (David Marlin) [2122414] +- usb: gadget: tegra: Reduce pad power (David Marlin) [2122414] +- phy: tegra: xusb: add utmi pad power on/down ops (David Marlin) [2122414] +- redhat/configs: Enable CONFIG_PCIE_PTM (Corinna Vinschen) [2100606] +- net: stmmac: Fix queue statistics reading (Corinna Vinschen) [2100606] +- stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHz (Corinna Vinschen) [2100606] +- net: stmmac: Disable automatic FCS/Pad stripping (Corinna Vinschen) [2100606] +- net: ethernet: move from strlcpy with unused retval to strscpy (Corinna Vinschen) [2100606] +- stmmac: intel: remove unused 'has_crossts' flag (Corinna Vinschen) [2100606] +- net: phylink: Convert to mdiobus_c45_{read|write} (Corinna Vinschen) [2100606] +- net: phy: marvell: add sleep time after enabling the loopback bit (Corinna Vinschen) [2100606] +- net: phy: marvell: add Marvell specific PHY loopback (Corinna Vinschen) [2100606] +- net: phy: dp83867: retrigger SGMII AN when link change (Corinna Vinschen) [2100606] +- net: phy: marvell: Add WAKE_PHY support to WOL event (Corinna Vinschen) [2100606] +- net: phy: marvell10g: enable WoL for 88X3310 and 88E2110 (Corinna Vinschen) [2100606] +- netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits (Florian Westphal) [2161728] {CVE-2023-0179} + * Thu Feb 23 2023 Luis Claudio R. Goncalves [5.14.0-282.rt14.282.el9] - [rt] build kernel-rt-5.14.0-282.rt14.282.el9 [2125474] - net/mlx5e: TC, Restore pkt rate policing support (Amir Tzin) [2028809] diff --git a/sources b/sources index 0b202ff..f03e69a 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-282.rt14.282.el9.tar.xz) = 6f8c4feb9a653976c1267caae7d62933b71fa9e54c52c67f0395a88dd495de1dd805a059ae1966ee0f46e90d0160d7f75c3b8dd72f4fda194e3c953755f8638d -SHA512 (kernel-abi-stablelists-5.14.0-282.rt14.282.el9.tar.bz2) = 9e0a911a07d90d621e7c1b84030526b8a2bfc24b3d8bc5ff44b6a4a71cce0ef5ca2cf8d0f2d0b86ff5d56cbdff532cd756f4014fd3184bb5704b25cd989f78cf -SHA512 (kernel-kabi-dw-5.14.0-282.rt14.282.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578 +SHA512 (linux-5.14.0-283.rt14.283.el9.tar.xz) = fae28b4cc15b60fd678af50a42de58b16851dde2332a68b37371610d3f39e4569e8285e4b6931668eff12f80aaf0ca16d7ede0200eedc5aad9807009f2f8e496 +SHA512 (kernel-abi-stablelists-5.14.0-283.rt14.283.el9.tar.bz2) = 19d2e544adfd5ac67642f05ed4cd38c6324e4705a3aeb3c81ef155bd5ebfc07cea9548e65b464e8ff8aef538c496ae4bdff0577bb265c3faf47941e2d1daf8e3 +SHA512 (kernel-kabi-dw-5.14.0-283.rt14.283.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578