From 21e4d0b38133dc977a2257e000f5ac211fb3b98a Mon Sep 17 00:00:00 2001 From: Patrick Talbert Date: Wed, 3 Aug 2022 15:58:33 +0000 Subject: [PATCH] kernel-5.14.0-141.el9 * Wed Aug 03 2022 Patrick Talbert [5.14.0-141.el9] - 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#2112933, rhbz#2113065, rhbz#2075394, rhbz#2109001, rhbz#2109671, rhbz#2096965, rhbz#2101431, rhbz#2101592, rhbz#2083241, rhbz#2067297 Signed-off-by: Patrick Talbert --- Makefile.rhelver | 2 +- kernel.spec | 66 ++++++++++++++++++++++++++++++++++++++++++++---- sources | 6 ++--- 3 files changed, 65 insertions(+), 9 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index b7546429b..9fb2ecb66 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 diff --git a/kernel.spec b/kernel.spec index 116ba400d..0b6ef8e51 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.el9 +%define pkgrelease 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%{?buildid}%{?dist} +%define specrelease 141%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -679,7 +679,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-140.el9.tar.xz +Source0: linux-5.14.0-141.el9.tar.xz Source1: Makefile.rhelver @@ -1351,8 +1351,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-140.el9 -c -mv linux-5.14.0-140.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-141.el9 -c +mv linux-5.14.0-141.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3018,6 +3018,62 @@ fi # # %changelog +* Wed Aug 03 2022 Patrick Talbert [5.14.0-141.el9] +- 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 Patrick Talbert [5.14.0-140.el9] - tracing: Show size of requested perf buffer (Michael Petlan) [2106297] - tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker together (Michael Petlan) [2106297] diff --git a/sources b/sources index dfa0f6f50..c59dc9696 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-140.el9.tar.xz) = 6a5cd0483c7da627bfd098ae5b9f85116815191cad872b9d1e6468c5625763203386e7b29a2f6305c6bb51574f43151d02ea861ede7da06fe9a14bca341fd1b3 -SHA512 (kernel-abi-stablelists-5.14.0-140.el9.tar.bz2) = 57251a84fa68e15229239b3c8b80bb0a87e26aeae3c4d1c0c94f929ee5152ea9a4367713d7aeac61e0b41306c169aa521f1abe2b1fb3d2d89955b101d38bcb76 -SHA512 (kernel-kabi-dw-5.14.0-140.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674 +SHA512 (linux-5.14.0-141.el9.tar.xz) = c5f5d49cff50ba64f2672c0798687306a9a3e8745531b0ff7a32a276814454fce5b1f4b46d19ea87866db790a768a56e98977155e23f1785e2ff6e51cb18d1f3 +SHA512 (kernel-abi-stablelists-5.14.0-141.el9.tar.bz2) = 68a81023c8405e46e2016b70a9afbf80ae840b8d75160f0559096a0b8f4e92d372d030379abdd8452f24e8713a732ec1959effa7d0e549b8aa02ee50e5fd7947 +SHA512 (kernel-kabi-dw-5.14.0-141.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674