kernel-5.14.0-390.el9
* Fri Nov 24 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-390.el9] - ext4: fix racy may inline data check in dio write (Brian Foster) [RHEL-15106] - scsi: lpfc: Do not abuse UUID APIs and LPFC_COMPRESS_VMID_SIZE (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Copyright updates for 14.2.0.14 patches (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Update lpfc version to 14.2.0.14 (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Clean up SLI-4 sysfs resource reporting (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detected (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Remove extra ndlp kref decrement in FLOGI cmpl for loop topology (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Simplify fcp_abort transport callback log message (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Pull out fw diagnostic dump log message from driver's trace buffer (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan() (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Fix lpfc_name struct packing (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback path (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Use struct_size() helper (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Fix incorrect big endian type assignments in FDMI and VMID paths (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Copyright updates for 14.2.0.13 patches (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Update lpfc version to 14.2.0.13 (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Enhance congestion statistics collection (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Clean up SLI-4 CQE status handling (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_EVENT (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_state (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Replace all non-returning strlcpy() with strscpy() (Dick Kennedy) [RHEL-5393] - scsi: lpfc: Replace one-element array with flexible-array member (Dick Kennedy) [RHEL-5393] - gfs2: Fix another freeze/thaw hang (Andrew Price) [RHEL-5339] - bpf: Change syscall_nr type to int in struct syscall_tp_t (Artem Savkov) [RHEL-348] - net: openvswitch: Use struct_size() (Antoine Tenart) [RHEL-14346] - openvswitch: reduce stack usage in do_execute_actions (Antoine Tenart) [RHEL-14346] - net: openvswitch: reject negative ifindex (Antoine Tenart) [RHEL-14346] - net: openvswitch: Use struct_size() (Antoine Tenart) [RHEL-14346] - nvme-auth: use chap->s2 to indicate bidirectional authentication (Chris Leech) [RHEL-4103] - tcp_bpf: properly release resources on error paths (Paolo Abeni) [RHEL-12593] - tcp: allow again tcp_disconnect() when threads are waiting (Paolo Abeni) [RHEL-12593] - selftests: tls: swap the TX and RX sockets in some tests (Hangbin Liu) [RHEL-13968] - selftests: vrf_route_leaking: remove ipv6_ping_frag from default testing (Hangbin Liu) [RHEL-13968] - selftests: mirror_gre_changes: Tighten up the TTL test match (Hangbin Liu) [RHEL-13968] - selftests: forwarding: bridge_mdb: Make test more robust (Hangbin Liu) [RHEL-13968] - selftests: forwarding: bridge_mdb_max: Fix failing test with old libnet (Hangbin Liu) [RHEL-13968] - selftests: forwarding: bridge_mdb: Fix failing test with old libnet (Hangbin Liu) [RHEL-13968] - selftests: forwarding: tc_tunnel_key: Make filters more specific (Hangbin Liu) [RHEL-13968] - selftests: forwarding: tc_flower: Relax success criterion (Hangbin Liu) [RHEL-13968] - selftests: forwarding: hw_stats_l3_gre: Skip when using veth pairs (Hangbin Liu) [RHEL-13968] - selftests: forwarding: ethtool_extended_state: Skip when using veth pairs (Hangbin Liu) [RHEL-13968] - selftests: forwarding: ethtool: Skip when using veth pairs (Hangbin Liu) [RHEL-13968] - selftests: forwarding: Add a helper to skip test when using veth pairs (Hangbin Liu) [RHEL-13968] - selftests: forwarding: Set default IPv6 traceroute utility (Hangbin Liu) [RHEL-13968] - selftests: forwarding: bridge_mdb_max: Check iproute2 version (Hangbin Liu) [RHEL-13968] - selftests: forwarding: bridge_mdb: Check iproute2 version (Hangbin Liu) [RHEL-13968] - selftests: forwarding: Switch off timeout (Hangbin Liu) [RHEL-13968] - selftests: forwarding: Skip test when no interfaces are specified (Hangbin Liu) [RHEL-13968] - selftests: forwarding: Fix race condition in mirror installation (Hangbin Liu) [RHEL-13968] - selftests/harness: allow tests to be skipped during setup (Hangbin Liu) [RHEL-13968] Resolves: RHEL-12593, RHEL-13968, RHEL-14346, RHEL-15106, RHEL-348, RHEL-4103, RHEL-5339, RHEL-5393 Signed-off-by: Jan Stancek <jstancek@redhat.com>
This commit is contained in:
parent
ca259b1a9b
commit
c69d78177c
@ -12,7 +12,7 @@ RHEL_MINOR = 4
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 389
|
||||
RHEL_RELEASE = 390
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
|
60
kernel.spec
60
kernel.spec
@ -165,15 +165,15 @@ Summary: The Linux kernel
|
||||
# define buildid .local
|
||||
%define specversion 5.14.0
|
||||
%define patchversion 5.14
|
||||
%define pkgrelease 389
|
||||
%define pkgrelease 390
|
||||
%define kversion 5
|
||||
%define tarfile_release 5.14.0-389.el9
|
||||
%define tarfile_release 5.14.0-390.el9
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 389%{?buildid}%{?dist}
|
||||
%define specrelease 390%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 5.14.0-389.el9
|
||||
%define kabiversion 5.14.0-390.el9
|
||||
|
||||
#
|
||||
# End of genspec.sh variables
|
||||
@ -3745,6 +3745,58 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Nov 24 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-390.el9]
|
||||
- ext4: fix racy may inline data check in dio write (Brian Foster) [RHEL-15106]
|
||||
- scsi: lpfc: Do not abuse UUID APIs and LPFC_COMPRESS_VMID_SIZE (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Copyright updates for 14.2.0.14 patches (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Update lpfc version to 14.2.0.14 (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Clean up SLI-4 sysfs resource reporting (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detected (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Remove extra ndlp kref decrement in FLOGI cmpl for loop topology (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Simplify fcp_abort transport callback log message (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Pull out fw diagnostic dump log message from driver's trace buffer (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan() (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Fix lpfc_name struct packing (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback path (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Use struct_size() helper (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Fix incorrect big endian type assignments in FDMI and VMID paths (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Copyright updates for 14.2.0.13 patches (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Update lpfc version to 14.2.0.13 (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Enhance congestion statistics collection (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Clean up SLI-4 CQE status handling (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_EVENT (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_state (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Replace all non-returning strlcpy() with strscpy() (Dick Kennedy) [RHEL-5393]
|
||||
- scsi: lpfc: Replace one-element array with flexible-array member (Dick Kennedy) [RHEL-5393]
|
||||
- gfs2: Fix another freeze/thaw hang (Andrew Price) [RHEL-5339]
|
||||
- bpf: Change syscall_nr type to int in struct syscall_tp_t (Artem Savkov) [RHEL-348]
|
||||
- net: openvswitch: Use struct_size() (Antoine Tenart) [RHEL-14346]
|
||||
- openvswitch: reduce stack usage in do_execute_actions (Antoine Tenart) [RHEL-14346]
|
||||
- net: openvswitch: reject negative ifindex (Antoine Tenart) [RHEL-14346]
|
||||
- net: openvswitch: Use struct_size() (Antoine Tenart) [RHEL-14346]
|
||||
- nvme-auth: use chap->s2 to indicate bidirectional authentication (Chris Leech) [RHEL-4103]
|
||||
- tcp_bpf: properly release resources on error paths (Paolo Abeni) [RHEL-12593]
|
||||
- tcp: allow again tcp_disconnect() when threads are waiting (Paolo Abeni) [RHEL-12593]
|
||||
- selftests: tls: swap the TX and RX sockets in some tests (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: vrf_route_leaking: remove ipv6_ping_frag from default testing (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: mirror_gre_changes: Tighten up the TTL test match (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: forwarding: bridge_mdb: Make test more robust (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: forwarding: bridge_mdb_max: Fix failing test with old libnet (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: forwarding: bridge_mdb: Fix failing test with old libnet (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: forwarding: tc_tunnel_key: Make filters more specific (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: forwarding: tc_flower: Relax success criterion (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: forwarding: hw_stats_l3_gre: Skip when using veth pairs (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: forwarding: ethtool_extended_state: Skip when using veth pairs (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: forwarding: ethtool: Skip when using veth pairs (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: forwarding: Add a helper to skip test when using veth pairs (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: forwarding: Set default IPv6 traceroute utility (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: forwarding: bridge_mdb_max: Check iproute2 version (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: forwarding: bridge_mdb: Check iproute2 version (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: forwarding: Switch off timeout (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: forwarding: Skip test when no interfaces are specified (Hangbin Liu) [RHEL-13968]
|
||||
- selftests: forwarding: Fix race condition in mirror installation (Hangbin Liu) [RHEL-13968]
|
||||
- selftests/harness: allow tests to be skipped during setup (Hangbin Liu) [RHEL-13968]
|
||||
|
||||
* Wed Nov 22 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-389.el9]
|
||||
- rv: Remove redundant assignment to variable retval (John Kacur) [RHEL-10080]
|
||||
- rv/reactor: remove MODULE_LICENSE in non-modules (John Kacur) [RHEL-10080]
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-5.14.0-389.el9.tar.xz) = 099c88b5b9985e164b90ee74f9bafb3e14afe4512ba92e1b506bfeb4fa8ee525cd8925fa87ac860e7170fc26dda1b5e75dceede7142caf5736f235672cfd129c
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-389.el9.tar.bz2) = 02670a52d9a77583357ae8fa98281034681efcf664fc09b2c48153e0e2000f8b1fdaa862e20786f8dd8c6e3c3a8bb7a9c7aae18507dbafb1dd0a6e97cab6837e
|
||||
SHA512 (kernel-kabi-dw-5.14.0-389.el9.tar.bz2) = 3bc50566f89eafd18aedadb1739f8c9736a61870fa7af0bc1c29c06653187e010a389ccdac85b7263245c689ed1da15bce42a54110f21e7ae9619db9d279e6b5
|
||||
SHA512 (linux-5.14.0-390.el9.tar.xz) = c74b25f45120e28cbcd3707ae6cd2c9569c3a086d0db773e77261f3418d721edf1ebdc3bf9a92a816e8f693c24846a16fec736befc74fbea1ebd8cdfeef44b87
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-390.el9.tar.bz2) = 737f1dd43eb6fed8a80a7734d9727b6f5cc8482bea3e7c2be792178407702209fb8ba37623982c2852972756522c5a7b6f272cda6d87cf551e29c6510903b4b9
|
||||
SHA512 (kernel-kabi-dw-5.14.0-390.el9.tar.bz2) = 3bc50566f89eafd18aedadb1739f8c9736a61870fa7af0bc1c29c06653187e010a389ccdac85b7263245c689ed1da15bce42a54110f21e7ae9619db9d279e6b5
|
||||
|
Loading…
Reference in New Issue
Block a user