From e4c709e571067f943ea18269070f03f36d564991 Mon Sep 17 00:00:00 2001 From: "Luis Claudio R. Goncalves" Date: Wed, 3 Aug 2022 19:17:32 -0300 Subject: [PATCH] kernel-rt-5.14.0-141.rt21.141.el9 * Wed Aug 03 2022 Luis Claudio R. Goncalves [5.14.0-141.rt21.141.el9] - [rt] build kernel-rt-5.14.0-141.rt21.141.el9 [2061574] - Documentation: Add an explanation of NFSv4 client identifiers (Dave Wysochanski) [2112933] - powerpc/bpf: Fix use of user_pt_regs in uapi (Desnes A. Nunes do Rosario) [2113065] - Documentation: filesystems: proc: update meminfo section (David Hildenbrand) [2075394] - mm: make slab and vmalloc allocators __GFP_NOLOCKDEP aware (Waiman Long) [2109001] - mm/munlock: protect the per-CPU pagevec by a local_lock_t (Waiman Long) [2109671] - mm/migration: add trace events for base page and HugeTLB migrations (Waiman Long) [2109671] - powercap: intel_rapl: add support for ALDERLAKE_N (David Arcari) [2096965] - ACPI: VIOT: Fix ACS setup (Eric Auger) [2101431] - iommu/vt-d: Fix PCI bus rescan device hot add (Jerry Snitselaar) [2101592] - iommu/vt-d: Fix RID2PASID setup/teardown failure (Jerry Snitselaar) [2101592] - scsi: qla2xxx: Fix excessive I/O error messages by default (Nilesh Javali) [2083241] - ACPI: CPPC: Only probe for _CPC if CPPC v2 is acked (Mark Langsdorf) [2067297] - ACPI: CPPC: Change default error code and clean up debug messages in probe (Mark Langsdorf) [2067297] - ACPI: CPPC: Avoid out of bounds access when parsing _CPC data (Mark Langsdorf) [2067297] - ACPI: tables: Make LAPIC_ADDR_OVR address readable in message (Mark Langsdorf) [2067297] - ACPI: IPMI: replace usage of found with dedicated list iterator variable (Mark Langsdorf) [2067297] - ACPI, APEI: Use the correct variable for sizeof() (Mark Langsdorf) [2067297] - clocksource: acpi_pm: fix return value of __setup handler (Mark Langsdorf) [2067297] - ACPI / x86: Add support for LPS0 callback handler (Mark Langsdorf) [2067297] - ACPI: bus: Avoid using CPPC if not supported by firmware (Mark Langsdorf) [2067297] - Revert "ACPI: Pass the same capabilities to the _OSC regardless of the query flag" (Mark Langsdorf) [2067297] - ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU (Mark Langsdorf) [2067297] - PM: hibernate: Honour ACPI hardware signature by default for virtual guests (Mark Langsdorf) [2067297] - ACPI: NFIT: Remove block aperture support (Mark Langsdorf) [2067297] - x86, ACPI: rename init_freq_invariance_cppc() to arch_init_invariance_cppc() (Mark Langsdorf) [2067297] - ACPI/APEI: Limit printable size of BERT table data (Mark Langsdorf) [2067297] - ACPI: APEI: fix return value of __setup handlers (Mark Langsdorf) [2067297] - ACPI / x86: Add skip i2c clients quirk for Lenovo Yoga Tablet 1050F/L (Mark Langsdorf) [2067297] - ACPI / x86: Add skip i2c clients quirk for Nextbook Ares 8 (Mark Langsdorf) [2067297] - ACPICA: Avoid walking the ACPI Namespace if it is not there (Mark Langsdorf) [2067297] - ACPI: APEI: rename ghes_init() with an "acpi_" prefix (Mark Langsdorf) [2067297] - ACPI: APEI: explicit init of HEST and GHES in apci_init() (Mark Langsdorf) [2067297] - ACPI: processor idle: Check for architectural support for LPI (Mark Langsdorf) [2067297] - ACPI: LPSS: Provide an SSP type to the driver (Mark Langsdorf) [2067297] - ACPI: LPSS: Constify properties member in struct lpss_device_desc (Mark Langsdorf) [2067297] - ACPI: platform: Constify properties parameter in acpi_create_platform_device() (Mark Langsdorf) [2067297] - ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3 (Mark Langsdorf) [2067297] - ACPI: fan: Add additional attributes for fine grain control (Mark Langsdorf) [2067297] - ACPI: fan: Properly handle fine grain control (Mark Langsdorf) [2067297] - ACPI: fan: Optimize struct acpi_fan_fif (Mark Langsdorf) [2067297] - ACPI: fan: Separate file for attributes creation (Mark Langsdorf) [2067297] - ACPI: fan: Fix error reporting to user space (Mark Langsdorf) [2067297] - ACPI: clean up double words in two comments (Mark Langsdorf) [2067297] - ACPI: property: Get rid of redundant 'else' (Mark Langsdorf) [2067297] - ACPI: scan: Use ida_alloc() instead of ida_simple_get() (Mark Langsdorf) [2067297] - ACPI: EC: Rearrange code in acpi_ec_submit_event() (Mark Langsdorf) [2067297] - ACPI: EC: Reduce indentation level in acpi_ec_submit_event() (Mark Langsdorf) [2067297] - ACPI: EC: Do not return result from advance_transaction() (Mark Langsdorf) [2067297] - ACPI: EC / PM: Print additional debug message in acpi_ec_dispatch_gpe() (Mark Langsdorf) [2067297] - ACPI: PM: Print additional debug message in acpi_s2idle_wake() (Mark Langsdorf) [2067297] - ACPI: tables: Add CEDT signature to the list of known tables (Mark Langsdorf) [2067297] - ACPI: properties: Consistently return -ENOENT if there are no more references (Mark Langsdorf) [2067297] - ACPI: OSL: Fix and clean up acpi_os_read/write_port() (Mark Langsdorf) [2067297] - ACPICA: Use uintptr_t and offsetof() in Linux kernel builds (Mark Langsdorf) [2067297] Resolves: rhbz#2061574 Signed-off-by: Luis Claudio R. Goncalves --- Makefile.rhelver | 4 +-- kernel.spec | 67 ++++++++++++++++++++++++++++++++++++++++++++---- sources | 6 ++--- 3 files changed, 67 insertions(+), 10 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index f012467..59572a3 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 = 140 +RHEL_RELEASE = 141 # # ZSTREAM @@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.140 +RTBUILD:=.141 diff --git a/kernel.spec b/kernel.spec index 44cb296..7893469 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 140.rt21.140.el9 +%define pkgrelease 141.rt21.141.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 140.rt21.140%{?buildid}%{?dist} +%define specrelease 141.rt21.141%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -707,7 +707,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-140.rt21.140.el9.tar.xz +Source0: linux-5.14.0-141.rt21.141.el9.tar.xz Source1: Makefile.rhelver @@ -1422,8 +1422,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-140.rt21.140.el9 -c -mv linux-5.14.0-140.rt21.140.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-141.rt21.141.el9 -c +mv linux-5.14.0-141.rt21.141.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3147,6 +3147,63 @@ fi # # %changelog +* Wed Aug 03 2022 Luis Claudio R. Goncalves [5.14.0-141.rt21.141.el9] +- [rt] build kernel-rt-5.14.0-141.rt21.141.el9 [2061574] +- Documentation: Add an explanation of NFSv4 client identifiers (Dave Wysochanski) [2112933] +- powerpc/bpf: Fix use of user_pt_regs in uapi (Desnes A. Nunes do Rosario) [2113065] +- Documentation: filesystems: proc: update meminfo section (David Hildenbrand) [2075394] +- mm: make slab and vmalloc allocators __GFP_NOLOCKDEP aware (Waiman Long) [2109001] +- mm/munlock: protect the per-CPU pagevec by a local_lock_t (Waiman Long) [2109671] +- mm/migration: add trace events for base page and HugeTLB migrations (Waiman Long) [2109671] +- powercap: intel_rapl: add support for ALDERLAKE_N (David Arcari) [2096965] +- ACPI: VIOT: Fix ACS setup (Eric Auger) [2101431] +- iommu/vt-d: Fix PCI bus rescan device hot add (Jerry Snitselaar) [2101592] +- iommu/vt-d: Fix RID2PASID setup/teardown failure (Jerry Snitselaar) [2101592] +- scsi: qla2xxx: Fix excessive I/O error messages by default (Nilesh Javali) [2083241] +- ACPI: CPPC: Only probe for _CPC if CPPC v2 is acked (Mark Langsdorf) [2067297] +- ACPI: CPPC: Change default error code and clean up debug messages in probe (Mark Langsdorf) [2067297] +- ACPI: CPPC: Avoid out of bounds access when parsing _CPC data (Mark Langsdorf) [2067297] +- ACPI: tables: Make LAPIC_ADDR_OVR address readable in message (Mark Langsdorf) [2067297] +- ACPI: IPMI: replace usage of found with dedicated list iterator variable (Mark Langsdorf) [2067297] +- ACPI, APEI: Use the correct variable for sizeof() (Mark Langsdorf) [2067297] +- clocksource: acpi_pm: fix return value of __setup handler (Mark Langsdorf) [2067297] +- ACPI / x86: Add support for LPS0 callback handler (Mark Langsdorf) [2067297] +- ACPI: bus: Avoid using CPPC if not supported by firmware (Mark Langsdorf) [2067297] +- Revert "ACPI: Pass the same capabilities to the _OSC regardless of the query flag" (Mark Langsdorf) [2067297] +- ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU (Mark Langsdorf) [2067297] +- PM: hibernate: Honour ACPI hardware signature by default for virtual guests (Mark Langsdorf) [2067297] +- ACPI: NFIT: Remove block aperture support (Mark Langsdorf) [2067297] +- x86, ACPI: rename init_freq_invariance_cppc() to arch_init_invariance_cppc() (Mark Langsdorf) [2067297] +- ACPI/APEI: Limit printable size of BERT table data (Mark Langsdorf) [2067297] +- ACPI: APEI: fix return value of __setup handlers (Mark Langsdorf) [2067297] +- ACPI / x86: Add skip i2c clients quirk for Lenovo Yoga Tablet 1050F/L (Mark Langsdorf) [2067297] +- ACPI / x86: Add skip i2c clients quirk for Nextbook Ares 8 (Mark Langsdorf) [2067297] +- ACPICA: Avoid walking the ACPI Namespace if it is not there (Mark Langsdorf) [2067297] +- ACPI: APEI: rename ghes_init() with an "acpi_" prefix (Mark Langsdorf) [2067297] +- ACPI: APEI: explicit init of HEST and GHES in apci_init() (Mark Langsdorf) [2067297] +- ACPI: processor idle: Check for architectural support for LPI (Mark Langsdorf) [2067297] +- ACPI: LPSS: Provide an SSP type to the driver (Mark Langsdorf) [2067297] +- ACPI: LPSS: Constify properties member in struct lpss_device_desc (Mark Langsdorf) [2067297] +- ACPI: platform: Constify properties parameter in acpi_create_platform_device() (Mark Langsdorf) [2067297] +- ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3 (Mark Langsdorf) [2067297] +- ACPI: fan: Add additional attributes for fine grain control (Mark Langsdorf) [2067297] +- ACPI: fan: Properly handle fine grain control (Mark Langsdorf) [2067297] +- ACPI: fan: Optimize struct acpi_fan_fif (Mark Langsdorf) [2067297] +- ACPI: fan: Separate file for attributes creation (Mark Langsdorf) [2067297] +- ACPI: fan: Fix error reporting to user space (Mark Langsdorf) [2067297] +- ACPI: clean up double words in two comments (Mark Langsdorf) [2067297] +- ACPI: property: Get rid of redundant 'else' (Mark Langsdorf) [2067297] +- ACPI: scan: Use ida_alloc() instead of ida_simple_get() (Mark Langsdorf) [2067297] +- ACPI: EC: Rearrange code in acpi_ec_submit_event() (Mark Langsdorf) [2067297] +- ACPI: EC: Reduce indentation level in acpi_ec_submit_event() (Mark Langsdorf) [2067297] +- ACPI: EC: Do not return result from advance_transaction() (Mark Langsdorf) [2067297] +- ACPI: EC / PM: Print additional debug message in acpi_ec_dispatch_gpe() (Mark Langsdorf) [2067297] +- ACPI: PM: Print additional debug message in acpi_s2idle_wake() (Mark Langsdorf) [2067297] +- ACPI: tables: Add CEDT signature to the list of known tables (Mark Langsdorf) [2067297] +- ACPI: properties: Consistently return -ENOENT if there are no more references (Mark Langsdorf) [2067297] +- ACPI: OSL: Fix and clean up acpi_os_read/write_port() (Mark Langsdorf) [2067297] +- ACPICA: Use uintptr_t and offsetof() in Linux kernel builds (Mark Langsdorf) [2067297] + * Tue Aug 02 2022 Luis Claudio R. Goncalves [5.14.0-140.rt21.140.el9] - [rt] build kernel-rt-5.14.0-140.rt21.140.el9 [2061574] - tracing: Show size of requested perf buffer (Michael Petlan) [2106297] diff --git a/sources b/sources index d7d356d..fc6bc8d 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-140.rt21.140.el9.tar.xz) = 157ade7da9e14019db62bc100c1eb104a84231549c899cc8b1074bb433feeccdc0c958b7c8de299969d351d57dcf8ec3f3d099bc496d87d5b79f3ec6574776bd -SHA512 (kernel-abi-stablelists-5.14.0-140.rt21.140.el9.tar.bz2) = 1dc3542074a05e5dd649d5b5709f3800c61e79032151f0ab8f776f074762f83321f13eb56b4e61d87bd08a08767d6eb7263fec22377ded10568f2952d3d50870 -SHA512 (kernel-kabi-dw-5.14.0-140.rt21.140.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578 +SHA512 (linux-5.14.0-141.rt21.141.el9.tar.xz) = 82ba1e28743fc5134e232afefc08d3e86f30326d51ce120b17e1eb922eb4502b0c7fb3ab9dbfd4701130031b2e3a308b6bf30df6d037bcf6f26dac6d1a4f7a42 +SHA512 (kernel-abi-stablelists-5.14.0-141.rt21.141.el9.tar.bz2) = 1626dd378d180b87cac871c5a007d2dbf17475270b2e5ff368841e63a27df3e1d61c89927a9115a714771ffea34b049262f6d4eafc6bb0ed8c05e3c8654a136a +SHA512 (kernel-kabi-dw-5.14.0-141.rt21.141.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578