kernel-rt-5.14.0-56.rt21.56.el9
* Tue Feb 08 2022 Juri Lelli <juri.lelli@redhat.com> [5.14.0-56.rt21.56.el9] - KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock (Marcelo Tosatti) [2034007] - x86/hyperv: Properly deal with empty cpumasks in hyperv_flush_tlb_multi() (Vitaly Kuznetsov) [2035993] - tcp: add missing htmldocs for skb->ll_node and sk->defer_list (Antoine Tenart) [2041382] - net: move early demux fields close to sk_refcnt (Antoine Tenart) [2041382] - tcp: defer skb freeing after socket lock is released (Antoine Tenart) [2041382] - net: shrink struct sock by 8 bytes (Antoine Tenart) [2041382] - ipv6: shrink struct ipcm6_cookie (Antoine Tenart) [2041382] - net: remove sk_route_nocaps (Antoine Tenart) [2041382] - net: remove sk_route_forced_caps (Antoine Tenart) [2041382] - net: use sk_is_tcp() in more places (Antoine Tenart) [2041382] - bpf, sockmap: Use stricter sk state checks in sk_lookup_assign (Antoine Tenart) [2041382] - ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie (Antoine Tenart) [2041382] - tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex (Antoine Tenart) [2041382] - [RHEL-9.0] IPMI Add RH_KABI_RESERVE to kABI sensitive structs (Tony Camuso) [2042031] - configs: disable CONFIG_CRAMFS (Abhi Das) [2041184] - ppp: ensure minimum packet size in ppp_write() (Guillaume Nault) [2042936] - [pci] PCI: Add reserved fields to 'struct pci_sriov' (Myron Stowe) [2039086] - [include] PCI: Add reserved fields to 'struct pci_driver' (Myron Stowe) [2039086] - [include] PCI: Add reserved fields to 'struct pci_bus' (Myron Stowe) [2039086] - [include] PCI: Add reserved fields, and extension, to 'struct pci_dev' (Myron Stowe) [2039086] - PCI: ACPI: Check parent pointer in acpi_pci_find_companion() (Myron Stowe) [2039086] - PCI/ACPI: Don't reset a fwnode set by OF (Myron Stowe) [2039086] - PCI: Make saved capability state private to core (Myron Stowe) [2039086] - PCI: Change the type of probe argument in reset functions (Myron Stowe) [2039086] - PCI: Add support for ACPI _RST reset method (Myron Stowe) [2039086] - PCI: Setup ACPI fwnode early and at the same time with OF (Myron Stowe) [2039086] - PCI: Use acpi_pci_power_manageable() (Myron Stowe) [2039086] - PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANION (Myron Stowe) [2039086] - PCI: Allow userspace to query and set device reset mechanism (Myron Stowe) [2039086] - PCI: Remove reset_fn field from pci_dev (Myron Stowe) [2039086] - PCI: Add array to track reset method ordering (Myron Stowe) [2039086] - PCI: Add pcie_reset_flr() with 'probe' argument (Myron Stowe) [2039086] - PCI: Cache PCIe Device Capabilities register (Myron Stowe) [2039086] - PCI: Allow PASID on fake PCIe devices without TLP prefixes (Myron Stowe) [2039086] - clocksource: Reduce the default clocksource_watchdog() retries to 2 (Waiman Long) [2027463] - clocksource: Avoid accidental unstable marking of clocksources (Waiman Long) [2027463] - Revert "clocksource: Increase WATCHDOG_MAX_SKEW" (Waiman Long) [2027463] - PCI: Add pcie_ptm_enabled() (Petr Oros) [2037314] - Revert "PCI: Make pci_enable_ptm() private" (Petr Oros) [2037314] - iommu/vt-d: Fix unmap_pages support (Jerry Snitselaar) [2027762] Resolves: rhbz#2002474, rhbz#2027463, rhbz#2027762, rhbz#2034007, rhbz#2035993, rhbz#2037314, rhbz#2039086, rhbz#2041184, rhbz#2041382, rhbz#2042031, rhbz#2042936
This commit is contained in:
parent
741f97b335
commit
c089dc1d30
@ -12,7 +12,7 @@ RHEL_MINOR = 0
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 55
|
||||
RHEL_RELEASE = 56
|
||||
|
||||
#
|
||||
# Early y+1 numbering
|
||||
@ -44,4 +44,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
||||
endif
|
||||
endif
|
||||
|
||||
RTBUILD:=.55
|
||||
RTBUILD:=.56
|
||||
|
@ -766,7 +766,7 @@ CONFIG_CPUMASK_OFFSTACK=y
|
||||
CONFIG_CPUSETS=y
|
||||
# CONFIG_CPU_THERMAL is not set
|
||||
CONFIG_CRAMFS_BLOCKDEV=y
|
||||
CONFIG_CRAMFS=m
|
||||
# CONFIG_CRAMFS is not set
|
||||
# CONFIG_CRAMFS_MTD is not set
|
||||
CONFIG_CRASH_DUMP=y
|
||||
CONFIG_CRC16=y
|
||||
|
@ -766,7 +766,7 @@ CONFIG_CPUMASK_OFFSTACK=y
|
||||
CONFIG_CPUSETS=y
|
||||
# CONFIG_CPU_THERMAL is not set
|
||||
CONFIG_CRAMFS_BLOCKDEV=y
|
||||
CONFIG_CRAMFS=m
|
||||
# CONFIG_CRAMFS is not set
|
||||
# CONFIG_CRAMFS_MTD is not set
|
||||
CONFIG_CRASH_DUMP=y
|
||||
CONFIG_CRC16=y
|
||||
|
54
kernel.spec
54
kernel.spec
@ -85,7 +85,7 @@ Summary: The Linux kernel
|
||||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 1
|
||||
|
||||
%global distro_build 55
|
||||
%global distro_build 56
|
||||
|
||||
%if 0%{?fedora}
|
||||
%define secure_boot_arch x86_64
|
||||
@ -129,13 +129,13 @@ Summary: The Linux kernel
|
||||
%define kversion 5.14
|
||||
|
||||
%define rpmversion 5.14.0
|
||||
%define pkgrelease 55.rt21.55.el9
|
||||
%define pkgrelease 56.rt21.56.el9
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 55.rt21.55%{?buildid}%{?dist}
|
||||
%define specrelease 56.rt21.56%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
@ -708,7 +708,7 @@ BuildRequires: lld
|
||||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.14.0-55.rt21.55.el9.tar.xz
|
||||
Source0: linux-5.14.0-56.rt21.56.el9.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
@ -1435,8 +1435,8 @@ ApplyOptionalPatch()
|
||||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.14.0-55.rt21.55.el9 -c
|
||||
mv linux-5.14.0-55.rt21.55.el9 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.14.0-56.rt21.56.el9 -c
|
||||
mv linux-5.14.0-56.rt21.56.el9 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
@ -3088,6 +3088,48 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Feb 08 2022 Juri Lelli <juri.lelli@redhat.com> [5.14.0-56.rt21.56.el9]
|
||||
- KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock (Marcelo Tosatti) [2034007]
|
||||
- x86/hyperv: Properly deal with empty cpumasks in hyperv_flush_tlb_multi() (Vitaly Kuznetsov) [2035993]
|
||||
- tcp: add missing htmldocs for skb->ll_node and sk->defer_list (Antoine Tenart) [2041382]
|
||||
- net: move early demux fields close to sk_refcnt (Antoine Tenart) [2041382]
|
||||
- tcp: defer skb freeing after socket lock is released (Antoine Tenart) [2041382]
|
||||
- net: shrink struct sock by 8 bytes (Antoine Tenart) [2041382]
|
||||
- ipv6: shrink struct ipcm6_cookie (Antoine Tenart) [2041382]
|
||||
- net: remove sk_route_nocaps (Antoine Tenart) [2041382]
|
||||
- net: remove sk_route_forced_caps (Antoine Tenart) [2041382]
|
||||
- net: use sk_is_tcp() in more places (Antoine Tenart) [2041382]
|
||||
- bpf, sockmap: Use stricter sk state checks in sk_lookup_assign (Antoine Tenart) [2041382]
|
||||
- ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie (Antoine Tenart) [2041382]
|
||||
- tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex (Antoine Tenart) [2041382]
|
||||
- [RHEL-9.0] IPMI Add RH_KABI_RESERVE to kABI sensitive structs (Tony Camuso) [2042031]
|
||||
- configs: disable CONFIG_CRAMFS (Abhi Das) [2041184]
|
||||
- ppp: ensure minimum packet size in ppp_write() (Guillaume Nault) [2042936]
|
||||
- [pci] PCI: Add reserved fields to 'struct pci_sriov' (Myron Stowe) [2039086]
|
||||
- [include] PCI: Add reserved fields to 'struct pci_driver' (Myron Stowe) [2039086]
|
||||
- [include] PCI: Add reserved fields to 'struct pci_bus' (Myron Stowe) [2039086]
|
||||
- [include] PCI: Add reserved fields, and extension, to 'struct pci_dev' (Myron Stowe) [2039086]
|
||||
- PCI: ACPI: Check parent pointer in acpi_pci_find_companion() (Myron Stowe) [2039086]
|
||||
- PCI/ACPI: Don't reset a fwnode set by OF (Myron Stowe) [2039086]
|
||||
- PCI: Make saved capability state private to core (Myron Stowe) [2039086]
|
||||
- PCI: Change the type of probe argument in reset functions (Myron Stowe) [2039086]
|
||||
- PCI: Add support for ACPI _RST reset method (Myron Stowe) [2039086]
|
||||
- PCI: Setup ACPI fwnode early and at the same time with OF (Myron Stowe) [2039086]
|
||||
- PCI: Use acpi_pci_power_manageable() (Myron Stowe) [2039086]
|
||||
- PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANION (Myron Stowe) [2039086]
|
||||
- PCI: Allow userspace to query and set device reset mechanism (Myron Stowe) [2039086]
|
||||
- PCI: Remove reset_fn field from pci_dev (Myron Stowe) [2039086]
|
||||
- PCI: Add array to track reset method ordering (Myron Stowe) [2039086]
|
||||
- PCI: Add pcie_reset_flr() with 'probe' argument (Myron Stowe) [2039086]
|
||||
- PCI: Cache PCIe Device Capabilities register (Myron Stowe) [2039086]
|
||||
- PCI: Allow PASID on fake PCIe devices without TLP prefixes (Myron Stowe) [2039086]
|
||||
- clocksource: Reduce the default clocksource_watchdog() retries to 2 (Waiman Long) [2027463]
|
||||
- clocksource: Avoid accidental unstable marking of clocksources (Waiman Long) [2027463]
|
||||
- Revert "clocksource: Increase WATCHDOG_MAX_SKEW" (Waiman Long) [2027463]
|
||||
- PCI: Add pcie_ptm_enabled() (Petr Oros) [2037314]
|
||||
- Revert "PCI: Make pci_enable_ptm() private" (Petr Oros) [2037314]
|
||||
- iommu/vt-d: Fix unmap_pages support (Jerry Snitselaar) [2027762]
|
||||
|
||||
* Mon Feb 07 2022 Juri Lelli <juri.lelli@redhat.com> [5.14.0-55.rt21.55.el9]
|
||||
- selftests: netfilter: switch to socat for tests using -q option (Hangbin Liu) [2041409]
|
||||
- selftests: net: udpgro_fwd.sh: explicitly checking the available ping feature (Hangbin Liu) [2041409]
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
||||
SHA512 (linux-5.14.0-55.rt21.55.el9.tar.xz) = 6110dc02de46c271fe3feee3bf14569f09501e2f5f2000dbd1684ceb99f549f435ff1533de5217814e2b6fb49b15455845386e25b925a6f0ab03442531fa9ea4
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-55.tar.bz2) = 567d59325668d7137d718bd5511e157f8571caf7094590f9b3710ea7aa28c8607494bbcd9b8c45f2e5cab8b8356861849bcd466eb7694001cb30a89833257214
|
||||
SHA512 (kernel-kabi-dw-5.14.0-55.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914
|
||||
SHA512 (linux-5.14.0-56.rt21.56.el9.tar.xz) = aea1570aae48d5c8c3fa15b0ddb512a1dabe3747a0223b364580544ffb1df1c1e6297a6eb111d989f4defa3cae8838928fe04577546eeb89ee2bab590e84a236
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-56.tar.bz2) = 580af139be6a3e44c42768b8e00c535f11f369e4ad2162b1fd373b1d73cc65029f14a94a64baf5e761d330cb77ff2d2b4c622e5efa98ae7153057b0286b38f85
|
||||
SHA512 (kernel-kabi-dw-5.14.0-56.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914
|
||||
|
Loading…
Reference in New Issue
Block a user