kernel-rt-5.14.0-173.rt21.173.el9
* Fri Oct 07 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-173.rt21.173.el9] - [rt] build 5.14.0-173.rt21.173.el9 [2125474] - redhat: fix elf got hardening for vm tools (Frantisek Hrbata) - ipmi:ipmb: Fix refcount leak in ipmi_ipmb_probe (Tony Camuso) [2130241] - ipmi: remove unnecessary type castings (Tony Camuso) [2130241] - ipmi: Make two logs unique (Tony Camuso) [2130241] - ipmi:si: Convert pr_debug() to dev_dbg() (Tony Camuso) [2130241] - ipmi: Convert pr_debug() to dev_dbg() (Tony Camuso) [2130241] - ipmi: Fix pr_fmt to avoid compilation issues (Tony Camuso) [2130241] - ipmi: Add an intializer for ipmi_recv_msg struct (Tony Camuso) [2130241] - ipmi: Add an intializer for ipmi_smi_msg struct (Tony Camuso) [2130241] - ipmi:ssif: Check for NULL msg when handling events and messages (Tony Camuso) [2130241] - ipmi: use simple i2c probe function (Tony Camuso) [2130241] - ipmi: Add a sysfs count of total outstanding messages for an interface (Tony Camuso) [2130241] - ipmi: Add a sysfs interface to view the number of users (Tony Camuso) [2130241] - ipmi: Limit the number of message a user may have outstanding (Tony Camuso) [2130241] - ipmi: Add a limit on the number of users that may use IPMI (Tony Camuso) [2130241] - ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi() (Tony Camuso) [2130241] Resolves: rhbz#2125474 Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
This commit is contained in:
parent
7b236a7c35
commit
4e021e2dfa
@ -12,7 +12,7 @@ RHEL_MINOR = 2
|
|||||||
#
|
#
|
||||||
# Use this spot to avoid future merge conflicts.
|
# Use this spot to avoid future merge conflicts.
|
||||||
# Do not trim this comment.
|
# Do not trim this comment.
|
||||||
RHEL_RELEASE = 172
|
RHEL_RELEASE = 173
|
||||||
|
|
||||||
#
|
#
|
||||||
# ZSTREAM
|
# ZSTREAM
|
||||||
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
RTBUILD:=.172
|
RTBUILD:=.173
|
||||||
|
29
kernel.spec
29
kernel.spec
@ -119,15 +119,15 @@ Summary: The Linux kernel
|
|||||||
# define buildid .local
|
# define buildid .local
|
||||||
%define specversion 5.14.0
|
%define specversion 5.14.0
|
||||||
%define patchversion 5.14
|
%define patchversion 5.14
|
||||||
%define pkgrelease 172.rt21.172
|
%define pkgrelease 173.rt21.173
|
||||||
%define kversion 5
|
%define kversion 5
|
||||||
%define tarfile_release 5.14.0-172.rt21.172.el9
|
%define tarfile_release 5.14.0-173.rt21.173.el9
|
||||||
# This is needed to do merge window version magic
|
# This is needed to do merge window version magic
|
||||||
%define patchlevel 14
|
%define patchlevel 14
|
||||||
# This allows pkg_release to have configurable %%{?dist} tag
|
# This allows pkg_release to have configurable %%{?dist} tag
|
||||||
%define specrelease 172.rt21.172%{?buildid}%{?dist}
|
%define specrelease 173.rt21.173%{?buildid}%{?dist}
|
||||||
# This defines the kabi tarball version
|
# This defines the kabi tarball version
|
||||||
%define kabiversion 5.14.0-172.rt21.172.el9
|
%define kabiversion 5.14.0-173.rt21.173.el9
|
||||||
|
|
||||||
#
|
#
|
||||||
# End of genspec.sh variables
|
# End of genspec.sh variables
|
||||||
@ -2353,7 +2353,7 @@ pushd tools/gpio/
|
|||||||
popd
|
popd
|
||||||
# build VM tools
|
# build VM tools
|
||||||
pushd tools/vm/
|
pushd tools/vm/
|
||||||
%{tools_make} slabinfo page_owner_sort
|
%{tools_make} CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" slabinfo page_owner_sort
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -3187,6 +3187,25 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 07 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-173.rt21.173.el9]
|
||||||
|
- [rt] build 5.14.0-173.rt21.173.el9 [2125474]
|
||||||
|
- redhat: fix elf got hardening for vm tools (Frantisek Hrbata)
|
||||||
|
- ipmi:ipmb: Fix refcount leak in ipmi_ipmb_probe (Tony Camuso) [2130241]
|
||||||
|
- ipmi: remove unnecessary type castings (Tony Camuso) [2130241]
|
||||||
|
- ipmi: Make two logs unique (Tony Camuso) [2130241]
|
||||||
|
- ipmi:si: Convert pr_debug() to dev_dbg() (Tony Camuso) [2130241]
|
||||||
|
- ipmi: Convert pr_debug() to dev_dbg() (Tony Camuso) [2130241]
|
||||||
|
- ipmi: Fix pr_fmt to avoid compilation issues (Tony Camuso) [2130241]
|
||||||
|
- ipmi: Add an intializer for ipmi_recv_msg struct (Tony Camuso) [2130241]
|
||||||
|
- ipmi: Add an intializer for ipmi_smi_msg struct (Tony Camuso) [2130241]
|
||||||
|
- ipmi:ssif: Check for NULL msg when handling events and messages (Tony Camuso) [2130241]
|
||||||
|
- ipmi: use simple i2c probe function (Tony Camuso) [2130241]
|
||||||
|
- ipmi: Add a sysfs count of total outstanding messages for an interface (Tony Camuso) [2130241]
|
||||||
|
- ipmi: Add a sysfs interface to view the number of users (Tony Camuso) [2130241]
|
||||||
|
- ipmi: Limit the number of message a user may have outstanding (Tony Camuso) [2130241]
|
||||||
|
- ipmi: Add a limit on the number of users that may use IPMI (Tony Camuso) [2130241]
|
||||||
|
- ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi() (Tony Camuso) [2130241]
|
||||||
|
|
||||||
* Fri Oct 07 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-172.rt21.172.el9]
|
* Fri Oct 07 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-172.rt21.172.el9]
|
||||||
- [rt] build 5.14.0-172.rt21.172.el9 [2125474]
|
- [rt] build 5.14.0-172.rt21.172.el9 [2125474]
|
||||||
- redhat/Makefile: Add DIST to git tags for RHEL (Prarit Bhargava)
|
- redhat/Makefile: Add DIST to git tags for RHEL (Prarit Bhargava)
|
||||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
|||||||
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
||||||
SHA512 (linux-5.14.0-172.rt21.172.el9.tar.xz) = 386340137791f7b9bbaa12b320bc5fe84b7c95f6fe29abfc4c21465f6cae4785df0e1712eb26b86b7a81af11695dfb5bf16277081b4867fdf32903d31dce7620
|
SHA512 (linux-5.14.0-173.rt21.173.el9.tar.xz) = f49789323a11219f95c28526f2f23e7991153039fbdfe17033f0d545c6c3d0277e04a536e730cdf65e93df22ee18b0345d5464890f4351df82d276df4fb56a00
|
||||||
SHA512 (kernel-abi-stablelists-5.14.0-172.rt21.172.el9.tar.bz2) = 06a8a39e4877d747c1921c24c062ca90dffddd7ee02ef4f9ceab369885ba5dc4ca74b72bcc8c2e897a6b51ea15116cab15f567ff8960e20acf89d90a84157b7a
|
SHA512 (kernel-abi-stablelists-5.14.0-173.rt21.173.el9.tar.bz2) = 35132ec5df4c256f0b0a55064e6a0d9f5d19fba64e7831395ed6700e80f72a2002775b29bcf543edf491c69f7e9308ae0a54500d1d2b01b045894a7be736a223
|
||||||
SHA512 (kernel-kabi-dw-5.14.0-172.rt21.172.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
|
SHA512 (kernel-kabi-dw-5.14.0-173.rt21.173.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
|
||||||
|
Loading…
Reference in New Issue
Block a user