diff --git a/Makefile.rhelver b/Makefile.rhelver index 6a25f82..2893dcc 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 = 245 +RHEL_RELEASE = 246 # # ZSTREAM @@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.246 +RTBUILD:=.247 diff --git a/kernel-rt-x86_64-debug-rhel.config b/kernel-rt-x86_64-debug-rhel.config index c706d84..71d88d6 100644 --- a/kernel-rt-x86_64-debug-rhel.config +++ b/kernel-rt-x86_64-debug-rhel.config @@ -680,6 +680,7 @@ CONFIG_CHELSIO_TLS_DEVICE=m CONFIG_CHR_DEV_SCH=m CONFIG_CHR_DEV_SG=m CONFIG_CHR_DEV_ST=m +CONFIG_CHROMEOS_ACPI=y # CONFIG_CHROMEOS_TBMC is not set # CONFIG_CHROME_PLATFORMS is not set CONFIG_CICADA_PHY=m diff --git a/kernel-rt-x86_64-rhel.config b/kernel-rt-x86_64-rhel.config index 844dfce..f4cf320 100644 --- a/kernel-rt-x86_64-rhel.config +++ b/kernel-rt-x86_64-rhel.config @@ -680,6 +680,7 @@ CONFIG_CHELSIO_TLS_DEVICE=m CONFIG_CHR_DEV_SCH=m CONFIG_CHR_DEV_SG=m CONFIG_CHR_DEV_ST=m +CONFIG_CHROMEOS_ACPI=y # CONFIG_CHROMEOS_TBMC is not set # CONFIG_CHROME_PLATFORMS is not set CONFIG_CICADA_PHY=m diff --git a/kernel.spec b/kernel.spec index 06ae46f..8eea67f 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 245.rt14.246 +%define pkgrelease 246.rt14.247 %define kversion 5 -%define tarfile_release 5.14.0-245.rt14.246.el9 +%define tarfile_release 5.14.0-246.rt14.247.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 245.rt14.246%{?buildid}%{?dist} +%define specrelease 246.rt14.247%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-245.rt14.246.el9 +%define kabiversion 5.14.0-246.rt14.247.el9 # # End of genspec.sh variables @@ -3246,6 +3246,64 @@ fi # # %changelog +* Fri Jan 27 2023 Luis Claudio R. Goncalves [5.14.0-246.rt14.247.el9] +- [rt] build kernel-rt-5.14.0-246.rt14.247.el9 [2125474] +- platform/mellanox: Remove redundant 'NULL' check (Mark Langsdorf) [2122315] +- platform/mellanox: Remove unnecessary code (Mark Langsdorf) [2122315] +- platform/mellanox: mlxreg-lc: Fix locking issue (Mark Langsdorf) [2122315] +- platform/mellanox: mlxreg-lc: Fix coverity warning (Mark Langsdorf) [2122315] +- platform/mellanox: mlxreg-lc: Fix error flow and extend verbosity (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_typec: Add bit offset for DP VDO (Mark Langsdorf) [2122315] +- platform/chrome: Use tables for values lists of ChromeOS ACPI sysfs ABI (Mark Langsdorf) [2122315] +- platform/chrome: cros_kbd_led_backlight: fix build warning (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: return -EPROTO if empty payload (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: return -EAGAIN when retries timed out (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: separate cros_ec_wait_until_complete() (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: separate cros_ec_xfer_command() (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: add "cros_ec_" prefix to send_command() (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_typec: Register port altmodes (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_typec: Rename port altmode array (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_typec: Use dev_err_probe on port register fail (Mark Langsdorf) [2122315] +- platform/chrome: wilco_ec: event: Fix typo in comment (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec: Always expose last resume result (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: Fix spelling mistake "unknwon" -> "unknown" (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: return 0 on getting wake mask success (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: check `msg->result` in getting cmd mask (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: return 0 on getting cmd mask success (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: don't show MKBP version if unsupported (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: handle empty payload in getting proto info (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: separate cros_ec_get_proto_info() (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: use cros_ec_map_error() (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: remove redundant NULL check (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: assign buffer size from protocol info (Mark Langsdorf) [2122315] +- platform/chrome: use macros for passthru indexes (Mark Langsdorf) [2122315] +- platform/chrome: cros_kbd_led_backlight: support EC PWM backend (Mark Langsdorf) [2122315] +- platform/chrome: cros_kbd_led_backlight: support OF match (Mark Langsdorf) [2122315] +- platform/chrome: cros_kbd_led_backlight: separate ACPI backend (Mark Langsdorf) [2122315] +- platform/chrome: cros_kbd_led_backlight: sort headers alphabetically (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: Update size arg types (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: Rename cros_ec_command function (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: update cros_ec_check_result() comment (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: factor legacy out from cros_ec_prepare_tx() (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_prepare_tx() (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_spi: drop unneeded BUG_ON() (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_i2c: drop BUG_ON() in cros_ec_pkt_xfer_i2c() (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_get_host_event() (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: drop BUG_ON() in cros_ec_prepare_tx() (Mark Langsdorf) [2122315] +- platform/chrome: correct cros_ec_prepare_tx() usage (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_proto: drop unneeded BUG_ON() in prepare_packet() (Mark Langsdorf) [2122315] +- redhat/configs: Enable ChromeOS ACPI driver for Chrome platforms (Mark Langsdorf) [2122315] +- platform/chrome: Add ChromeOS ACPI device driver (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_typec: Check for EC driver (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_lpcs: reserve the MEC LPC I/O ports first (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec_lpcs: detect the Framework Laptop (Mark Langsdorf) [2122315] +- platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctls (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec: append newline to all logs (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec: sort header inclusion alphabetically (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec: determine `wake_enabled` in cros_ec_suspend() (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec: remove unused variable `was_wake_device` (Mark Langsdorf) [2122315] +- platform/chrome: cros_ec: fix error handling in cros_ec_register() (Mark Langsdorf) [2122315] + * Fri Jan 27 2023 Luis Claudio R. Goncalves [5.14.0-245.rt14.246.el9] - [rt] build kernel-rt-5.14.0-245.rt14.246.el9 [2125474] - RDMA/bnxt_re: Fix endianness warning for req.pkey (Kamal Heib) [2142686] diff --git a/sources b/sources index 0c9c0d9..a771f52 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-245.rt14.246.el9.tar.xz) = b313766bedfb0657bae82a006df1f1bbd3528d178053c1c354eb39386710225012c8432a07e0ea0fc4353b960f862191cfb5612d1597aaafe88468d113c743d8 -SHA512 (kernel-abi-stablelists-5.14.0-245.rt14.246.el9.tar.bz2) = da6cd5b80332907f6bcea2128e30085a60224226d6ed1ae1a7f25a31bb89db53cd6c59d61e9e7c93ac2d86d5e906745dc603ca7659de93804a566724ea9fe86d -SHA512 (kernel-kabi-dw-5.14.0-245.rt14.246.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578 +SHA512 (linux-5.14.0-246.rt14.247.el9.tar.xz) = e6db0de51d8096859a786dac8bd446bf3b3a582f9f3e7b80b71c5ef045e2244255686f0d29718ed40f6e1e9c2f2b58a08e88381786d1d211df61460b5a314e33 +SHA512 (kernel-abi-stablelists-5.14.0-246.rt14.247.el9.tar.bz2) = b6443ab8b48ae8651eff7ab266eab554041fd021f4088821c606846cbbcb80b3534e1f3248c820738fd67c7b2561ea1f53257800d1e81cf5d6c0ec22a39e6414 +SHA512 (kernel-kabi-dw-5.14.0-246.rt14.247.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578