From 68b5d24df5a8e1d49f262ed5a693e25c81bf637e Mon Sep 17 00:00:00 2001 From: "Luis Claudio R. Goncalves" Date: Fri, 23 Dec 2022 01:06:19 -0300 Subject: [PATCH] kernel-rt-5.14.0-223.rt14.224.el9 * Thu Dec 22 2022 Luis Claudio R. Goncalves [5.14.0-223.rt14.224.el9] - [rt] build kernel-rt-5.14.0-223.rt14.224.el9 [2125474] - pwm: tegra: Ensure the clock rate is not less than needed (d.marlin) [2141743] - pwm: tegra: Improve required rate calculation (d.marlin) [2141743] - pwm: tegra: Add runtime PM and OPP support (d.marlin) [2141743] - pwm: tegra: Optimize period calculation (d.marlin) [2141743] - hwmon: (pwm-fan) Ensure the fan going on in .probe() (d.marlin) [2141743] - hwmon: (pwm-fan) Explicitly switch off fan power when setting pwm1_enable to 0 (d.marlin) [2141743] - hwmon: (pwm-fan) Switch regulator dynamically (d.marlin) [2141743] - hwmon: (pwm-fan) Use HWMON_CHANNEL_INFO macro (d.marlin) [2141743] - hwmon: (pwm-fan) split __set_pwm into locked/unlocked functions (d.marlin) [2141743] - hwmon: (pwm-fan) Add dedicated power switch function (d.marlin) [2141743] - hwmon: (pwm-fan) Simplify enable/disable check (d.marlin) [2141743] - hwmon: (pwm-fan) Replace OF specific call to PWM by plain one (d.marlin) [2141743] - hwmon: (pwm-fan) Refactor fan power on/off (d.marlin) [2141743] - redhat/configs: consolidate CONFIG_TEST_LIVEPATCH=m (Julia Denham) [2072713] - redhat/configs: enable CONFIG_TEST_LIVEPATCH=m for s390x (Julia Denham) [2072713] - redhat/configs: enable s390x CONFIG_EXPOLINE_EXTERN (Julia Denham) [2072713] - s390/ftrace: implement hotpatching (Julia Denham) [2121735] - ftrace: Introduce ftrace_need_init_nop() (Julia Denham) [2121735] - s390/nospec: build expoline.o for modules_prepare target (Julia Denham) [2072713] - s390/nospec: align and size extern thunks (Julia Denham) [2072713] - s390/nospec: add an option to use thunk-extern (Julia Denham) [2072713] - s390/nospec: generate single register thunks if possible (Julia Denham) [2072713] - s390: remove unused expoline to BC instructions (Julia Denham) [2072713] - s390/entry: remove unused expoline thunk (Julia Denham) [2072713] - s390: replace cc-option-yn uses with cc-option (Julia Denham) [2072713] - net: macsec: Expose MACSEC_SALT_LEN definition to user space (Sabrina Dubroca) [2136170] - macsec: Fix traffic counters/statistics (Sabrina Dubroca) [2136170] - net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_txsa() (Sabrina Dubroca) [2136170] - macsec: always read MACSEC_SA_ATTR_PN as a u64 (Sabrina Dubroca) [2136170] - macsec: limit replay window size with XPN (Sabrina Dubroca) [2136170] - macsec: fix error message in macsec_add_rxsa and _txsa (Sabrina Dubroca) [2136170] - macsec: fix NULL deref in macsec_add_rxsa (Sabrina Dubroca) [2136170] - iavf: Fix error handling in iavf_init_module() (Stefan Assmann) [2104467] - iavf: Fix race condition between iavf_shutdown and iavf_remove (Stefan Assmann) [2104467] - iavf: Do not restart Tx queues after reset task failure (Stefan Assmann) [2104467] - iavf: Fix a crash during reset task (Stefan Assmann) [2104467] - iavf: Fix VF driver counting VLAN 0 filters (Stefan Assmann) [2104467] - iavf: Change information about device removal in dmesg (Stefan Assmann) [2104467] - iavf: Replace __FUNCTION__ with __func__ (Stefan Assmann) [2104467] - net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). (Stefan Assmann) [2104467] - iavf: Fix set max MTU size with port VLAN and jumbo frames (Stefan Assmann) [2104467] - iavf: Fix bad page state (Stefan Assmann) [2104467] - iavf: Fix cached head and tail value for iavf_get_tx_pending (Stefan Assmann) [2104467] - iavf: Detach device during reset task (Stefan Assmann) [2104467] - iavf: Fix race between iavf_close and iavf_reset_task (Stefan Assmann) [2104467] - net: ethernet: move from strlcpy with unused retval to strscpy (Stefan Assmann) [2104467] - iavf: Fix 'tc qdisc show' listing too many queues (Stefan Assmann) [2104467] - iavf: Fix max_rate limiting (Stefan Assmann) [2104467] - iavf: Check for duplicate TC flower filter before parsing (Stefan Assmann) [2104467] - iavf: Fix handling of dummy receive descriptors (Stefan Assmann) [2104467] - iavf: Disallow changing rx/tx-frames and rx/tx-frames-irq (Stefan Assmann) [2104467] - intel/iavf:fix repeated words in comments (Stefan Assmann) [2104467] - intel: remove unused macros (Stefan Assmann) [2104467] Resolves: rhbz#2125474 Signed-off-by: Luis Claudio R. Goncalves --- Makefile.rhelver | 4 +-- kernel.spec | 64 +++++++++++++++++++++++++++++++++++++++++++++--- sources | 6 ++--- 3 files changed, 65 insertions(+), 9 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index fd6ef58..0b1fd1d 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 = 222 +RHEL_RELEASE = 223 # # ZSTREAM @@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.223 +RTBUILD:=.224 diff --git a/kernel.spec b/kernel.spec index 044ca39..7800c46 100755 --- a/kernel.spec +++ b/kernel.spec @@ -119,15 +119,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 222.rt14.223 +%define pkgrelease 223.rt14.224 %define kversion 5 -%define tarfile_release 5.14.0-222.rt14.223.el9 +%define tarfile_release 5.14.0-223.rt14.224.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 222.rt14.223%{?buildid}%{?dist} +%define specrelease 223.rt14.224%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-222.rt14.223.el9 +%define kabiversion 5.14.0-223.rt14.224.el9 # # End of genspec.sh variables @@ -3240,6 +3240,62 @@ fi # # %changelog +* Thu Dec 22 2022 Luis Claudio R. Goncalves [5.14.0-223.rt14.224.el9] +- [rt] build kernel-rt-5.14.0-223.rt14.224.el9 [2125474] +- pwm: tegra: Ensure the clock rate is not less than needed (d.marlin) [2141743] +- pwm: tegra: Improve required rate calculation (d.marlin) [2141743] +- pwm: tegra: Add runtime PM and OPP support (d.marlin) [2141743] +- pwm: tegra: Optimize period calculation (d.marlin) [2141743] +- hwmon: (pwm-fan) Ensure the fan going on in .probe() (d.marlin) [2141743] +- hwmon: (pwm-fan) Explicitly switch off fan power when setting pwm1_enable to 0 (d.marlin) [2141743] +- hwmon: (pwm-fan) Switch regulator dynamically (d.marlin) [2141743] +- hwmon: (pwm-fan) Use HWMON_CHANNEL_INFO macro (d.marlin) [2141743] +- hwmon: (pwm-fan) split __set_pwm into locked/unlocked functions (d.marlin) [2141743] +- hwmon: (pwm-fan) Add dedicated power switch function (d.marlin) [2141743] +- hwmon: (pwm-fan) Simplify enable/disable check (d.marlin) [2141743] +- hwmon: (pwm-fan) Replace OF specific call to PWM by plain one (d.marlin) [2141743] +- hwmon: (pwm-fan) Refactor fan power on/off (d.marlin) [2141743] +- redhat/configs: consolidate CONFIG_TEST_LIVEPATCH=m (Julia Denham) [2072713] +- redhat/configs: enable CONFIG_TEST_LIVEPATCH=m for s390x (Julia Denham) [2072713] +- redhat/configs: enable s390x CONFIG_EXPOLINE_EXTERN (Julia Denham) [2072713] +- s390/ftrace: implement hotpatching (Julia Denham) [2121735] +- ftrace: Introduce ftrace_need_init_nop() (Julia Denham) [2121735] +- s390/nospec: build expoline.o for modules_prepare target (Julia Denham) [2072713] +- s390/nospec: align and size extern thunks (Julia Denham) [2072713] +- s390/nospec: add an option to use thunk-extern (Julia Denham) [2072713] +- s390/nospec: generate single register thunks if possible (Julia Denham) [2072713] +- s390: remove unused expoline to BC instructions (Julia Denham) [2072713] +- s390/entry: remove unused expoline thunk (Julia Denham) [2072713] +- s390: replace cc-option-yn uses with cc-option (Julia Denham) [2072713] +- net: macsec: Expose MACSEC_SALT_LEN definition to user space (Sabrina Dubroca) [2136170] +- macsec: Fix traffic counters/statistics (Sabrina Dubroca) [2136170] +- net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_txsa() (Sabrina Dubroca) [2136170] +- macsec: always read MACSEC_SA_ATTR_PN as a u64 (Sabrina Dubroca) [2136170] +- macsec: limit replay window size with XPN (Sabrina Dubroca) [2136170] +- macsec: fix error message in macsec_add_rxsa and _txsa (Sabrina Dubroca) [2136170] +- macsec: fix NULL deref in macsec_add_rxsa (Sabrina Dubroca) [2136170] +- iavf: Fix error handling in iavf_init_module() (Stefan Assmann) [2104467] +- iavf: Fix race condition between iavf_shutdown and iavf_remove (Stefan Assmann) [2104467] +- iavf: Do not restart Tx queues after reset task failure (Stefan Assmann) [2104467] +- iavf: Fix a crash during reset task (Stefan Assmann) [2104467] +- iavf: Fix VF driver counting VLAN 0 filters (Stefan Assmann) [2104467] +- iavf: Change information about device removal in dmesg (Stefan Assmann) [2104467] +- iavf: Replace __FUNCTION__ with __func__ (Stefan Assmann) [2104467] +- net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). (Stefan Assmann) [2104467] +- iavf: Fix set max MTU size with port VLAN and jumbo frames (Stefan Assmann) [2104467] +- iavf: Fix bad page state (Stefan Assmann) [2104467] +- iavf: Fix cached head and tail value for iavf_get_tx_pending (Stefan Assmann) [2104467] +- iavf: Detach device during reset task (Stefan Assmann) [2104467] +- iavf: Fix race between iavf_close and iavf_reset_task (Stefan Assmann) [2104467] +- net: ethernet: move from strlcpy with unused retval to strscpy (Stefan Assmann) [2104467] +- iavf: Fix 'tc qdisc show' listing too many queues (Stefan Assmann) [2104467] +- iavf: Fix max_rate limiting (Stefan Assmann) [2104467] +- iavf: Check for duplicate TC flower filter before parsing (Stefan Assmann) [2104467] +- iavf: Fix handling of dummy receive descriptors (Stefan Assmann) [2104467] +- iavf: Disallow changing rx/tx-frames and rx/tx-frames-irq (Stefan Assmann) [2104467] +- intel/iavf:fix repeated words in comments (Stefan Assmann) [2104467] +- intel: remove unused macros (Stefan Assmann) [2104467] + * Thu Dec 22 2022 Luis Claudio R. Goncalves [5.14.0-222.rt14.223.el9] - [rt] build kernel-rt-5.14.0-222.rt14.223.el9 [2125474] - Bluetooth: Fix HCIGETDEVINFO regression (Gopal Tiwari) [2124521] diff --git a/sources b/sources index ace2e65..8f57fa4 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-222.rt14.223.el9.tar.xz) = d76f3ed1c9b05e8dd95c8aeca7f100d9fcf43660b116b7f14a3c14f85aba0213fc34fafa605dada3792641ae1da44d991d3cbe3f45db682f3fcdc5f0cde46169 -SHA512 (kernel-abi-stablelists-5.14.0-222.rt14.223.el9.tar.bz2) = 23957f21f2b275c6b7243d9c669c6a21952647209bf83a0417870799cf7f2bc3ce1d4e70e6fe67f525fb6ecfa1d065d737e1f02e804c99591fd962bdc77845e8 -SHA512 (kernel-kabi-dw-5.14.0-222.rt14.223.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578 +SHA512 (linux-5.14.0-223.rt14.224.el9.tar.xz) = 32bf723300ef341b36d83aa535e963a9c76079fd264a2c323a1dc895a1fa734d3aee90206f9888649ae0f5509300864c65f0e1de739e59077f8b6153ff009458 +SHA512 (kernel-abi-stablelists-5.14.0-223.rt14.224.el9.tar.bz2) = ca85b3c991de507448497e281cc747774c9cceeb2bf8cafc47026e00d61f3205b95951cd1e2d9c7451930a011d8fa4ce0f53abef58513f45329c5c9fabe1b14c +SHA512 (kernel-kabi-dw-5.14.0-223.rt14.224.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578