kernel-rt-5.14.0-107.rt21.107.el9
* Wed Jun 08 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-107.rt21.107.el9] - [rt] build kernel-rt-5.14.0-107.rt21.107.el9 [2061574] - NFSv4: Fix free of uninitialized nfs4_label on referral lookup. (Benjamin Coddington) [2086367] - sched/tracing: Append prev_state to tp args instead (Phil Auld) [2078906] - sched/pelt: Fix attach_entity_load_avg() corner case (Phil Auld) [2078906] - timers: Fix warning condition in __run_timers() (Phil Auld) [2078906] - sched: Teach the forced-newidle balancer about CPU affinity limitation. (Phil Auld) [2078906] - sched/core: Fix forceidle balancing (Phil Auld) [2078906] - tick/sched: Fix non-kernel-doc comment (Phil Auld) [2078906] - prlimit: do not grab the tasklist_lock (Phil Auld) [2078906] - prlimit: make do_prlimit() static (Phil Auld) [2078906] - timekeeping: Really make sure wall_to_monotonic isn't positive (Phil Auld) [2078906] - tick/nohz: Use WARN_ON_ONCE() to prevent console saturation (Phil Auld) [2078906] - posix-cpu-timers: Clear task::posix_cputimers_work in copy_process() (Phil Auld) [2078906] - timers/nohz: Last resort update jiffies on nohz_full IRQ entry (Phil Auld) [2078906] - vdpa: mlx5: synchronize driver status with CVQ (Laurent Vivier) [2059799] - vdpa: mlx5: prevent cvq work from hogging CPU (Laurent Vivier) [2059799] - vdpa/mlx5: Avoid processing works if workqueue was destroyed (Laurent Vivier) [2059799] - selftests/bpf: Fix btf_dump test under new clang (Yauheni Kaliuta) [2090982] - ahci: Add a generic 'controller2' RAID id (Tomas Henzl) [2078880] - net/af_packet: make sure to pull mac header (Hangbin Liu) [2089566] - net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO (Hangbin Liu) [2089566] - net: openvswitch: fix leak of nested actions (Eelco Chaudron) [2076588] Resolves: rhbz#2061574
This commit is contained in:
parent
fe2aa14d72
commit
3ae410b343
@ -12,7 +12,7 @@ RHEL_MINOR = 1
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 106
|
||||
RHEL_RELEASE = 107
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
||||
endif
|
||||
endif
|
||||
|
||||
RTBUILD:=.106
|
||||
RTBUILD:=.107
|
||||
|
34
kernel.spec
34
kernel.spec
@ -121,13 +121,13 @@ Summary: The Linux kernel
|
||||
%define kversion 5.14
|
||||
|
||||
%define rpmversion 5.14.0
|
||||
%define pkgrelease 106.rt21.106.el9
|
||||
%define pkgrelease 107.rt21.107.el9
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 106.rt21.106%{?buildid}%{?dist}
|
||||
%define specrelease 107.rt21.107%{?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-106.rt21.106.el9.tar.xz
|
||||
Source0: linux-5.14.0-107.rt21.107.el9.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
@ -1420,8 +1420,8 @@ ApplyOptionalPatch()
|
||||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.14.0-106.rt21.106.el9 -c
|
||||
mv linux-5.14.0-106.rt21.106.el9 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.14.0-107.rt21.107.el9 -c
|
||||
mv linux-5.14.0-107.rt21.107.el9 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
@ -3112,6 +3112,30 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed Jun 08 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-107.rt21.107.el9]
|
||||
- [rt] build kernel-rt-5.14.0-107.rt21.107.el9 [2061574]
|
||||
- NFSv4: Fix free of uninitialized nfs4_label on referral lookup. (Benjamin Coddington) [2086367]
|
||||
- sched/tracing: Append prev_state to tp args instead (Phil Auld) [2078906]
|
||||
- sched/pelt: Fix attach_entity_load_avg() corner case (Phil Auld) [2078906]
|
||||
- timers: Fix warning condition in __run_timers() (Phil Auld) [2078906]
|
||||
- sched: Teach the forced-newidle balancer about CPU affinity limitation. (Phil Auld) [2078906]
|
||||
- sched/core: Fix forceidle balancing (Phil Auld) [2078906]
|
||||
- tick/sched: Fix non-kernel-doc comment (Phil Auld) [2078906]
|
||||
- prlimit: do not grab the tasklist_lock (Phil Auld) [2078906]
|
||||
- prlimit: make do_prlimit() static (Phil Auld) [2078906]
|
||||
- timekeeping: Really make sure wall_to_monotonic isn't positive (Phil Auld) [2078906]
|
||||
- tick/nohz: Use WARN_ON_ONCE() to prevent console saturation (Phil Auld) [2078906]
|
||||
- posix-cpu-timers: Clear task::posix_cputimers_work in copy_process() (Phil Auld) [2078906]
|
||||
- timers/nohz: Last resort update jiffies on nohz_full IRQ entry (Phil Auld) [2078906]
|
||||
- vdpa: mlx5: synchronize driver status with CVQ (Laurent Vivier) [2059799]
|
||||
- vdpa: mlx5: prevent cvq work from hogging CPU (Laurent Vivier) [2059799]
|
||||
- vdpa/mlx5: Avoid processing works if workqueue was destroyed (Laurent Vivier) [2059799]
|
||||
- selftests/bpf: Fix btf_dump test under new clang (Yauheni Kaliuta) [2090982]
|
||||
- ahci: Add a generic 'controller2' RAID id (Tomas Henzl) [2078880]
|
||||
- net/af_packet: make sure to pull mac header (Hangbin Liu) [2089566]
|
||||
- net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO (Hangbin Liu) [2089566]
|
||||
- net: openvswitch: fix leak of nested actions (Eelco Chaudron) [2076588]
|
||||
|
||||
* Tue Jun 07 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-106.rt21.106.el9]
|
||||
- [rt] build kernel-rt-5.14.0-106.rt21.106.el9 [2061574]
|
||||
- [rt] configs: disable VIDEO_SAA6588 and VIDEO_SAA6752HS (Luis Claudio R. Goncalves) [2092175]
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
||||
SHA512 (linux-5.14.0-106.rt21.106.el9.tar.xz) = 85f6a016f717dc400fe5c2769320b879352230e8a9f984067fc5d7fc41740bdf84a6ece2f2dd0522d92887bb78544faf9e2cd312280c5e2717aa11e8923f0178
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-106.rt21.106.el9.tar.bz2) = 226e935cb4a67a0a8168d3c2793dea3fb302bc540f93c88c4b559a0010885d07ec53dcf842840c00b4f4a8c5aa3cc6fe0cb902a394f723f3547bbb785a5806d7
|
||||
SHA512 (kernel-kabi-dw-5.14.0-106.rt21.106.el9.tar.bz2) = c48e61982bd95c4a1453e0cdc93b7c8868d8aa715c33a9b017679511c6e92e724e35ba52f16d020bd844613bb6f27b4f3c561e14cec621fc116c61a65ea88138
|
||||
SHA512 (linux-5.14.0-107.rt21.107.el9.tar.xz) = 16346332ea3d2045667c4a4698441d7e0cee859adf2d50da9462cd04bbcd7cb3bab6eaf72dc2e7de536fb7f83d305797168a701c189fab6855a53756956ad349
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-107.rt21.107.el9.tar.bz2) = 4c53154996251e558b289988e698a1d4db2f119447452b0363f25e0515cc0503ef5f96b02ca5beea06fef554bb01c3ed88e47af354fffec23cd73e1d5860c113
|
||||
SHA512 (kernel-kabi-dw-5.14.0-107.rt21.107.el9.tar.bz2) = c48e61982bd95c4a1453e0cdc93b7c8868d8aa715c33a9b017679511c6e92e724e35ba52f16d020bd844613bb6f27b4f3c561e14cec621fc116c61a65ea88138
|
||||
|
Loading…
Reference in New Issue
Block a user