diff --git a/Makefile.rhelver b/Makefile.rhelver index 93386eeba..0473180ba 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 1 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 89 +RHEL_RELEASE = 90 # # ZSTREAM diff --git a/kernel.spec b/kernel.spec index 2d7b9074f..6bd1b664e 100755 --- a/kernel.spec +++ b/kernel.spec @@ -121,13 +121,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 89.el9 +%define pkgrelease 90.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 89%{?buildid}%{?dist} +%define specrelease 90%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -676,7 +676,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-89.el9.tar.xz +Source0: linux-5.14.0-90.el9.tar.xz Source1: Makefile.rhelver @@ -1346,8 +1346,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-89.el9 -c -mv linux-5.14.0-89.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-90.el9 -c +mv linux-5.14.0-90.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2973,6 +2973,61 @@ fi # # %changelog +* Fri May 13 2022 Patrick Talbert [5.14.0-90.el9] +- platform/x86/intel: Fix 'rmmod pmt_telemetry' panic (David Arcari) [2080320] +- net: mpls: Fix notifications when deleting a device (Guillaume Nault) [2081758] +- nvme-pci: disable namespace identifiers for Qemu controllers (Gopal Tiwari) [2079310] +- nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202 (Gopal Tiwari) [2079310] +- nvme: add a quirk to disable namespace identifiers (Gopal Tiwari) [2079310] +- nvme-multipath: fix hang when disk goes live over reconnect (Gopal Tiwari) [2079310] +- nvme-pci: add quirks for Samsung X5 SSDs (Gopal Tiwari) [2079310] +- nvme-pci: expose use_threaded_interrupts read-only in sysfs (Gopal Tiwari) [2079310] +- selftest: net: Test IPv4 PMTU exceptions with DSCP and ECN (Guillaume Nault) [2081383] +- ipv4: Fix route lookups when handling ICMP redirects and PMTU updates (Guillaume Nault) [2081383] +- ipv4: fix data races in fib_alias_hw_flags_set (Guillaume Nault) [2081383] +- ipv4: remove sparse error in ip_neigh_gw4() (Guillaume Nault) [2081383] +- ipv4: tcp: send zero IPID in SYNACK messages (Guillaume Nault) [2081383] +- ipv4: raw: lock the socket in raw_bind() (Guillaume Nault) [2081383] +- ipv4: update fib_info_cnt under spinlock protection (Guillaume Nault) [2081383] +- inet: frags: annotate races around fqdir->dead and fqdir->high_thresh (Guillaume Nault) [2081383] +- net: nexthop: fix null pointer dereference when IPv6 is not enabled (Guillaume Nault) [2081383] +- net: dcb: disable softirqs in dcbnl_flush_dev() (Xin Long) [2080477] +- doc/ip-sysctl: add bc_forwarding (Xin Long) [2080477] +- l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_master_upper_dev_get_rcu (Xin Long) [2080477] +- net/packet: fix packet_sock xmit return value checking (Xin Long) [2080477] +- net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit() (Xin Long) [2080477] +- net/packet: fix slab-out-of-bounds access in packet_recvmsg() (Xin Long) [2080477] +- net: dcb: flush lingering app table entries for unregistered devices (Xin Long) [2080477] +- veth: fix races around rq->rx_notify_masked (Xin Long) [2080477] +- net: fix a memleak when uncloning an skb dst and its metadata (Xin Long) [2080477] +- net: do not keep the dst cache when uncloning an skb dst and its metadata (Xin Long) [2080477] +- af_packet: fix data-race in packet_setsockopt / packet_setsockopt (Xin Long) [2080477] +- ipv4: remove sparse error in ip_neigh_gw4() (Xin Long) [2080477] +- af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress (Xin Long) [2080477] +- veth: Do not record rx queue hint in veth_xmit (Xin Long) [2080477] +- veth: ensure skb entering GRO are not cloned. (Xin Long) [2080477] +- ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode (Guillaume Nault) [2081047] +- ip6_gre: Make o_seqno start from 0 in native mode (Guillaume Nault) [2081047] +- ip_gre: Make o_seqno start from 0 in native mode (Guillaume Nault) [2081047] +- ip6_gre: Fix skb_under_panic in __gre6_xmit() (Guillaume Nault) [2081047] +- ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit() (Guillaume Nault) [2081047] +- ipv6_tunnel: Rate limit warning messages (Guillaume Nault) [2081047] +- bareudp: use ipv6_mod_enabled to check if IPv6 enabled (Guillaume Nault) [2080891] +- tipc: fix the timer expires after interval 100ms (Xin Long) [2080364] +- tipc: fix incorrect order of state message data sanity check (Xin Long) [2080364] +- tipc: fix kernel panic when enabling bearer (Xin Long) [2080364] +- tipc: Fix end of loop tests for list_for_each_entry() (Xin Long) [2080364] +- tipc: fix wrong notification node addresses (Xin Long) [2080364] +- tipc: fix wrong publisher node address in link publications (Xin Long) [2080364] +- tipc: fix a bit overflow in tipc_crypto_key_rcv() (Xin Long) [2080364] +- tipc: rate limit warning for received illegal binding update (Xin Long) [2080364] +- net: tipc: remove unused static inlines (Xin Long) [2080364] +- sctp: Initialize daddr on peeled off socket (Xin Long) [2079979] +- sctp: count singleton chunks in assoc user stats (Xin Long) [2079979] +- sctp: fix kernel-infoleak for SCTP sockets (Xin Long) [2079979] +- scsi: target: Allow changing dbroot if there are no registered devices (Maurizio Lombardi) [2075759] +- xfs: check sb_meta_uuid for dabuf buffer recovery (Dave Chinner) [2069776] + * Thu May 12 2022 Patrick Talbert [5.14.0-89.el9] - nixge: fix mac address error handling again (Ivan Vecera) [2081256] - ethernet: fix up ps3_gelic_net.c for "ethernet: use eth_hw_addr_set()" (Ivan Vecera) [2081256] diff --git a/sources b/sources index 11616eef2..8d43f9b9b 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-89.el9.tar.xz) = b7b56a061c4830c2f51204cfb5b3aabd63fe9e8c7b02b53d66f84500d9c54bd1f3347fa4baf260bfb94fc90fc83373fab46ec0bf8bda5542281e79fba19212a0 -SHA512 (kernel-abi-stablelists-5.14.0-89.el9.tar.bz2) = fa353b30215729ba84c3d86e4e475536937fbf5d9feb739dc134c7c80634d3a6b15cf806004d1f7f9c41266c85928e402355bef4b641767ee67c6f34f3a6e57f -SHA512 (kernel-kabi-dw-5.14.0-89.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674 +SHA512 (linux-5.14.0-90.el9.tar.xz) = 6c7d43e6682299701b2e6b76bfd30766081f0de7acf686e903002640101602527ef39030f773618758e6f8c6d55889f553e76b752a42157577e412f05b76c090 +SHA512 (kernel-abi-stablelists-5.14.0-90.el9.tar.bz2) = aebef3ddb28da52b870d1c227aa47e9f662dcdbfa021f167290e5fd5a2a78965d6115f04510a4d135d4391f9f8a42ceb98e8e0927041f1f04633b3bb2061bdaa +SHA512 (kernel-kabi-dw-5.14.0-90.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674