kernel-rt-5.14.0-215.rt14.216.el9
* Thu Dec 15 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-215.rt14.216.el9] - [rt] build kernel-rt-5.14.0-215.rt14.216.el9 [2125474] - scsi: storvsc: Fix handling of srb_status and capacity change events (Mohammed Gamal) [2149711] - redhat/Makefile: Drop message about BUILDID deprecation (Veronika Kabatova) - pinctrl: amd: Don't save/restore interrupt status and wake status bits (David Arcari) [2130060] - clocksource/drivers/hyperv: add data structure for reference TSC MSR (Mohammed Gamal) [2139455] - x86/hyperv: Restore VP assist page after cpu offlining/onlining (Mohammed Gamal) [2139455] - x86/hyperv: fix invalid writes to MSRs during root partition kexec (Mohammed Gamal) [2139455] - x86/hyperv: Remove BUG_ON() for kmap_local_page() (Mohammed Gamal) [2139455] - x86/hyperv: Disable hardlockup detector by default in Hyper-V guests (Mohammed Gamal) [2139455] - x86/hyperv: fix for unwanted manipulation of sched_clock when TSC marked unstable (Mohammed Gamal) [2139455] - x86/hyperv: Update 'struct hv_enlightened_vmcs' definition (Mohammed Gamal) [2139455] - x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition (Mohammed Gamal) [2139455] - x86/hyperv: Replace kmap() with kmap_local_page() (Mohammed Gamal) [2139455] - hyperv: simplify and rename generate_guest_id (Mohammed Gamal) [2139455] - PCI: hv: Only reuse existing IRTE allocation for Multi-MSI (Mohammed Gamal) [2139460] - PCI: hv: Fix the definition of vector in hv_compose_msi_msg() (Mohammed Gamal) [2139460] - PCI: hv: Take a const cpumask in hv_compose_msi_req_get_cpu() (Mohammed Gamal) [2139460] - PCI: hv: Fix synchronization between channel callback and hv_pci_bus_exit() (Mohammed Gamal) [2139460] - PCI: hv: Add validation for untrusted Hyper-V values (Mohammed Gamal) [2139460] - PCI: hv: Fix interrupt mapping for multi-MSI (Mohammed Gamal) [2139460] - PCI: hv: Reuse existing IRTE allocation in compose_msi_msg() (Mohammed Gamal) [2139460] - PCI: hv: Fix hv_arch_irq_unmask() for multi-MSI (Mohammed Gamal) [2139460] - PCI: hv: Fix synchronization between channel callback and hv_compose_msi_msg() (Mohammed Gamal) [2139460] - PCI: hv: Use vmbus_requestor to generate transaction IDs for VMbus hardening (Mohammed Gamal) [2139460] - PCI: hv: Fix multi-MSI to allow more than one MSI vector (Mohammed Gamal) [2139460] - Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register() (Mohammed Gamal) [2139472] - Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_work() (Mohammed Gamal) [2139472] - Drivers: hv: fix repeated words in comments (Mohammed Gamal) [2139472] - Drivers: hv: vmbus: Split memcpy of flex-array (Mohammed Gamal) [2139472] - Drivers: hv: vmbus: Don't wait for the ACPI device upon initialization (Mohammed Gamal) [2139472] - Drivers: hv: vmbus: Use PCI_VENDOR_ID_MICROSOFT for better discoverability (Mohammed Gamal) [2139472] - Drivers: hv: vmbus: Fix kernel-doc (Mohammed Gamal) [2139472] - Drivers: hv: vmbus: Optimize vmbus_on_event (Mohammed Gamal) [2139472] - Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region (Mohammed Gamal) [2139472] - Drivers: hv: Always reserve framebuffer region for Gen1 VMs (Mohammed Gamal) [2139472] - Drivers: hv: remove duplicate word in a comment (Mohammed Gamal) [2139472] - Drivers: hv: Create debugfs file with hyper-v balloon usage information (Mohammed Gamal) [2139472] - Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbus is suspended (Mohammed Gamal) [2139472] - Drivers: hv: vmbus: Release cpu lock in error case (Mohammed Gamal) [2139472] - Drivers: hv: Fix syntax errors in comments (Mohammed Gamal) [2139472] - Drivers: hv: vmbus: Don't assign VMbus channel interrupts to isolated CPUs (Mohammed Gamal) [2139472] - tcp: Fix build break when CONFIG_IPV6=n (Jamie Bainbridge) [2143850] - tcp: annotate data-race around queue->synflood_warned (Jamie Bainbridge) [2143850] - tcp: Add listening address to SYN flood message (Jamie Bainbridge) [2143850] - tcp: Fix data-races around sysctl_tcp_syncookies. (Jamie Bainbridge) [2143850] - redhat/configs: enable CONFIG_GNSS for RHEL (Michal Schmidt) [2136119] - gnss: replace ida_simple API (Michal Schmidt) [2136119] Resolves: rhbz#2125474 Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
This commit is contained in:
parent
dc62daf2db
commit
301a1123d9
@ -12,7 +12,7 @@ RHEL_MINOR = 2
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 214
|
||||
RHEL_RELEASE = 215
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
||||
endif
|
||||
endif
|
||||
|
||||
RTBUILD:=.215
|
||||
RTBUILD:=.216
|
||||
|
@ -1766,7 +1766,11 @@ CONFIG_GFS2_FS=m
|
||||
# CONFIG_GIGABYTE_WMI is not set
|
||||
# CONFIG_GLOB_SELFTEST is not set
|
||||
CONFIG_GLOB=y
|
||||
# CONFIG_GNSS is not set
|
||||
CONFIG_GNSS=m
|
||||
# CONFIG_GNSS_MTK_SERIAL is not set
|
||||
# CONFIG_GNSS_SIRF_SERIAL is not set
|
||||
# CONFIG_GNSS_UBX_SERIAL is not set
|
||||
# CONFIG_GNSS_USB is not set
|
||||
# CONFIG_GOLDFISH is not set
|
||||
# CONFIG_GOOGLE_FIRMWARE is not set
|
||||
# CONFIG_GP2AP002 is not set
|
||||
|
@ -1750,7 +1750,11 @@ CONFIG_GFS2_FS=m
|
||||
# CONFIG_GIGABYTE_WMI is not set
|
||||
# CONFIG_GLOB_SELFTEST is not set
|
||||
CONFIG_GLOB=y
|
||||
# CONFIG_GNSS is not set
|
||||
CONFIG_GNSS=m
|
||||
# CONFIG_GNSS_MTK_SERIAL is not set
|
||||
# CONFIG_GNSS_SIRF_SERIAL is not set
|
||||
# CONFIG_GNSS_UBX_SERIAL is not set
|
||||
# CONFIG_GNSS_USB is not set
|
||||
# CONFIG_GOLDFISH is not set
|
||||
# CONFIG_GOOGLE_FIRMWARE is not set
|
||||
# CONFIG_GP2AP002 is not set
|
||||
|
57
kernel.spec
57
kernel.spec
@ -119,15 +119,15 @@ Summary: The Linux kernel
|
||||
# define buildid .local
|
||||
%define specversion 5.14.0
|
||||
%define patchversion 5.14
|
||||
%define pkgrelease 214.rt14.215
|
||||
%define pkgrelease 215.rt14.216
|
||||
%define kversion 5
|
||||
%define tarfile_release 5.14.0-214.rt14.215.el9
|
||||
%define tarfile_release 5.14.0-215.rt14.216.el9
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 214.rt14.215%{?buildid}%{?dist}
|
||||
%define specrelease 215.rt14.216%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 5.14.0-214.rt14.215.el9
|
||||
%define kabiversion 5.14.0-215.rt14.216.el9
|
||||
|
||||
#
|
||||
# End of genspec.sh variables
|
||||
@ -3236,6 +3236,55 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Dec 15 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-215.rt14.216.el9]
|
||||
- [rt] build kernel-rt-5.14.0-215.rt14.216.el9 [2125474]
|
||||
- scsi: storvsc: Fix handling of srb_status and capacity change events (Mohammed Gamal) [2149711]
|
||||
- redhat/Makefile: Drop message about BUILDID deprecation (Veronika Kabatova)
|
||||
- pinctrl: amd: Don't save/restore interrupt status and wake status bits (David Arcari) [2130060]
|
||||
- clocksource/drivers/hyperv: add data structure for reference TSC MSR (Mohammed Gamal) [2139455]
|
||||
- x86/hyperv: Restore VP assist page after cpu offlining/onlining (Mohammed Gamal) [2139455]
|
||||
- x86/hyperv: fix invalid writes to MSRs during root partition kexec (Mohammed Gamal) [2139455]
|
||||
- x86/hyperv: Remove BUG_ON() for kmap_local_page() (Mohammed Gamal) [2139455]
|
||||
- x86/hyperv: Disable hardlockup detector by default in Hyper-V guests (Mohammed Gamal) [2139455]
|
||||
- x86/hyperv: fix for unwanted manipulation of sched_clock when TSC marked unstable (Mohammed Gamal) [2139455]
|
||||
- x86/hyperv: Update 'struct hv_enlightened_vmcs' definition (Mohammed Gamal) [2139455]
|
||||
- x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition (Mohammed Gamal) [2139455]
|
||||
- x86/hyperv: Replace kmap() with kmap_local_page() (Mohammed Gamal) [2139455]
|
||||
- hyperv: simplify and rename generate_guest_id (Mohammed Gamal) [2139455]
|
||||
- PCI: hv: Only reuse existing IRTE allocation for Multi-MSI (Mohammed Gamal) [2139460]
|
||||
- PCI: hv: Fix the definition of vector in hv_compose_msi_msg() (Mohammed Gamal) [2139460]
|
||||
- PCI: hv: Take a const cpumask in hv_compose_msi_req_get_cpu() (Mohammed Gamal) [2139460]
|
||||
- PCI: hv: Fix synchronization between channel callback and hv_pci_bus_exit() (Mohammed Gamal) [2139460]
|
||||
- PCI: hv: Add validation for untrusted Hyper-V values (Mohammed Gamal) [2139460]
|
||||
- PCI: hv: Fix interrupt mapping for multi-MSI (Mohammed Gamal) [2139460]
|
||||
- PCI: hv: Reuse existing IRTE allocation in compose_msi_msg() (Mohammed Gamal) [2139460]
|
||||
- PCI: hv: Fix hv_arch_irq_unmask() for multi-MSI (Mohammed Gamal) [2139460]
|
||||
- PCI: hv: Fix synchronization between channel callback and hv_compose_msi_msg() (Mohammed Gamal) [2139460]
|
||||
- PCI: hv: Use vmbus_requestor to generate transaction IDs for VMbus hardening (Mohammed Gamal) [2139460]
|
||||
- PCI: hv: Fix multi-MSI to allow more than one MSI vector (Mohammed Gamal) [2139460]
|
||||
- Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register() (Mohammed Gamal) [2139472]
|
||||
- Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_work() (Mohammed Gamal) [2139472]
|
||||
- Drivers: hv: fix repeated words in comments (Mohammed Gamal) [2139472]
|
||||
- Drivers: hv: vmbus: Split memcpy of flex-array (Mohammed Gamal) [2139472]
|
||||
- Drivers: hv: vmbus: Don't wait for the ACPI device upon initialization (Mohammed Gamal) [2139472]
|
||||
- Drivers: hv: vmbus: Use PCI_VENDOR_ID_MICROSOFT for better discoverability (Mohammed Gamal) [2139472]
|
||||
- Drivers: hv: vmbus: Fix kernel-doc (Mohammed Gamal) [2139472]
|
||||
- Drivers: hv: vmbus: Optimize vmbus_on_event (Mohammed Gamal) [2139472]
|
||||
- Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region (Mohammed Gamal) [2139472]
|
||||
- Drivers: hv: Always reserve framebuffer region for Gen1 VMs (Mohammed Gamal) [2139472]
|
||||
- Drivers: hv: remove duplicate word in a comment (Mohammed Gamal) [2139472]
|
||||
- Drivers: hv: Create debugfs file with hyper-v balloon usage information (Mohammed Gamal) [2139472]
|
||||
- Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbus is suspended (Mohammed Gamal) [2139472]
|
||||
- Drivers: hv: vmbus: Release cpu lock in error case (Mohammed Gamal) [2139472]
|
||||
- Drivers: hv: Fix syntax errors in comments (Mohammed Gamal) [2139472]
|
||||
- Drivers: hv: vmbus: Don't assign VMbus channel interrupts to isolated CPUs (Mohammed Gamal) [2139472]
|
||||
- tcp: Fix build break when CONFIG_IPV6=n (Jamie Bainbridge) [2143850]
|
||||
- tcp: annotate data-race around queue->synflood_warned (Jamie Bainbridge) [2143850]
|
||||
- tcp: Add listening address to SYN flood message (Jamie Bainbridge) [2143850]
|
||||
- tcp: Fix data-races around sysctl_tcp_syncookies. (Jamie Bainbridge) [2143850]
|
||||
- redhat/configs: enable CONFIG_GNSS for RHEL (Michal Schmidt) [2136119]
|
||||
- gnss: replace ida_simple API (Michal Schmidt) [2136119]
|
||||
|
||||
* Wed Dec 14 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-214.rt14.215.el9]
|
||||
- [rt] build kernel-rt-5.14.0-214.rt14.215.el9 [2125474]
|
||||
- sfc: move unmaintained message to sfc_siena (Íñigo Huguet) [2112206 2139802]
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
||||
SHA512 (linux-5.14.0-214.rt14.215.el9.tar.xz) = d2d86a8a8262b1f6f42620e2d45537a09627ac04ed9130e549d288efadf397ffed3c85765b4fdcd310255b660b012d8a0f17d1e98e1837ce6b0bc4114892d8ca
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-214.rt14.215.el9.tar.bz2) = 32e64df4575e249d32f7e64fd4115eb7323f89ef61f26c2b9b42a12d5de817630f37cd69138358480d16270e103c1c4984ed497fc635906ebbe4cd7fcf50b9a2
|
||||
SHA512 (kernel-kabi-dw-5.14.0-214.rt14.215.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
|
||||
SHA512 (linux-5.14.0-215.rt14.216.el9.tar.xz) = da1c9c05d96ed1db89a9ae1b1da65c97af5a7b1b6ecf6b6d8c2a5342d88922d1994af5d97bd5de138f9ed830abc610f16f067dcef7add11eaaff15e48d9f6237
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-215.rt14.216.el9.tar.bz2) = 69cea49e30684398f12131fc36ad9faf9baa11ea0ac300d44f0a24278cf264a65a3070e3dcbf853afef2ff24aa5dd2731433354e12cb17b041917f04d006b3b5
|
||||
SHA512 (kernel-kabi-dw-5.14.0-215.rt14.216.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
|
||||
|
Loading…
Reference in New Issue
Block a user