diff --git a/kernel.spec b/kernel.spec index 492fff9c1..2b16b5469 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ # change below to w4T.xzdio): %define _binary_payload w3T.xzdio -%global distro_build 495 +%global distro_build 496 # Sign the x86_64 kernel for secure boot authentication %ifarch x86_64 aarch64 s390x ppc64le @@ -38,10 +38,10 @@ # define buildid .local %define rpmversion 4.18.0 -%define pkgrelease 495.el8 +%define pkgrelease 496.el8 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 495%{?dist} +%define specrelease 496%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -2695,6 +2695,66 @@ fi # # %changelog +* Thu Jun 01 2023 Denys Vlasenko [4.18.0-496.el8] +- netfilter: nft_redir: correct value of inet type `.maxattrs` (Florian Westphal) [2189517] +- netfilter: tproxy: fix deadlock due to missing BH disable (Florian Westphal) [2189517] +- netfilter: ebtables: fix table blob use-after-free (Florian Westphal) [2189517] +- netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack() (Florian Westphal) [2189517] +- netfilter: nf_tables: make table handle allocation per-netns friendly (Florian Westphal) [2189517] +- netfilter: nf_tables: really skip inactive sets when allocating name (Florian Westphal) [2189517] +- intel_idle: add Emerald Rapids Xeon support (Prarit Bhargava) [2156824] +- tools/power turbostat: Introduce support for EMR (Prarit Bhargava) [2156806] +- kunit: drm: make DRM buddy test compatible with other pages sizes (Nico Pache) [2209108] +- redhat: fix missing kunit module in mod-internal.list (Nico Pache) [2209108] +- bluetooth: Perform careful capability checks in hci_sock_ioctl() (Ricardo Robaina) [2196353] {CVE-2023-2002} +- macvlan: Fix mc_filter calculation (Xin Long) [2186948] +- macvlan: Add netlink attribute for broadcast cutoff (Xin Long) [2186948] +- macvlan: Skip broadcast queue if multicast with single receiver (Xin Long) [2186948] +- net: macvlan: fix memory leaks of macvlan_common_newlink (Xin Long) [2186948] +- net: macvlan: change schedule system_wq to system_unbound_wq (Xin Long) [2186948] +- net: macvlan: fix potential UAF problem for lowerdev (Xin Long) [2186948] +- macvlan: Support for high multicast packet rate (Xin Long) [2186948] +- macvlan: Skip loopback packets in RX handler (Xin Long) [2186948] +- macvlan: fix null dereference in macvlan_device_event() (Xin Long) [2186948] +- macvlan: add cond_resched() during multicast processing (Xin Long) [2186948] +- macvlan: schedule bc_work even if error (Xin Long) [2186948] +- macvlan: replace kfree_skb by consume_skb for drop profiles (Xin Long) [2186948] +- tipc: fix unexpected link reset due to discovery messages (Xin Long) [2193242] +- tipc: Fix potential OOB in tipc_link_proto_rcv() (Xin Long) [2193242] +- tipc: check skb_linearize() return value in tipc_disc_rcv() (Xin Long) [2193242] +- tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header (Xin Long) [2193242] +- tipc: fix a null-ptr-deref in tipc_topsrv_accept (Xin Long) [2193242] +- s390/dasd: fix hanging blockdevice after request requeue (Tobias Huschle) [2043875] +- s390/dasd: add autoquiesce event for start IO error (Tobias Huschle) [2043875] +- s390/dasd: add aq_timeouts autoquiesce trigger (Tobias Huschle) [2043875] +- s390/dasd: add aq_requeue sysfs attribute (Tobias Huschle) [2043875] +- s390/dasd: add aq_mask sysfs attribute (Tobias Huschle) [2043875] +- s390/dasd: add autoquiesce feature (Tobias Huschle) [2043875] +- s390/dasd: remove unused DASD EER defines (Tobias Huschle) [2043875] +- md: Fix bitmap offset type in sb writer (Nigel Croxon) [2189478] +- md/raid5: Improve performance for sequential IO (Nigel Croxon) [2189478] +- md/raid5: remove unused working_disks variable (Nigel Croxon) [2189478] +- md/raid10: fix memleak of md thread (Nigel Croxon) [2189478] +- md/raid10: fix memleak for 'conf->bio_split' (Nigel Croxon) [2189478] +- md/raid10: fix leak of 'r10bio->remaining' for recovery (Nigel Croxon) [2189478] +- md/raid10: don't BUG_ON() in raise_barrier() (Nigel Croxon) [2189478] +- md: fix soft lockup in status_resync (Nigel Croxon) [2189478] +- md: add error_handlers for raid0 and linear (Nigel Croxon) [2151208 2189478] +- md: Use optimal I/O size for last bitmap page (Nigel Croxon) [2189478] +- md: Fix types in sb writer (Nigel Croxon) [2189478] +- md: Move sb writer loop to its own function (Nigel Croxon) [2189478] +- md/raid10: Fix typo in comment (replacment -> replacement) (Nigel Croxon) [2189478] +- md/raid10: fix null-ptr-deref in raid10_sync_request (Nigel Croxon) [2189478] +- md/raid10: fix task hung in raid10d (Nigel Croxon) [2189478] +- md: simplify sysctl registration (Nigel Croxon) [2189478] +- HID: intel-ish-hid: ipc: Fix potential use-after-free in work function (Tony Camuso) [2182388] +- devm-helpers: Fix devm_delayed_work_autocancel() kerneldoc (Tony Camuso) [2182388] +- devm-helpers: Add resource managed version of work init (Tony Camuso) [2182388] +- workqueue: Add resource managed version of delayed work init (Tony Camuso) [2182388] +- HID: stop drivers from selecting CONFIG_HID (Tony Camuso) [2182388] +- HID: intel_ish-hid: Add check for ishtp_dma_tx_map (Tony Camuso) [2182388] +- HID: intel-ish-hid: ishtp: remove variable rb_count (Tony Camuso) [2182388] + * Fri May 26 2023 Denys Vlasenko [4.18.0-495.el8] - i40e: Add support for VF to specify its primary MAC address (Stefan Assmann) [2091552] - net/tg3: resolve deadlock in tg3_reset_task() during EEH (Ken Cox) [2159218 2166475] diff --git a/mod-internal.list b/mod-internal.list index 7209104e1..2cf20af67 100644 --- a/mod-internal.list +++ b/mod-internal.list @@ -12,6 +12,7 @@ property-entry-test qos-test resource_kunit soc-topology-test +soc-utils-test string-stream-test test_linear_ranges test_bits diff --git a/sources b/sources index 7f5d66e6a..f6009a08f 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-4.18.0-495.el8.tar.xz) = bf308db1f81715798f954fe4da54275ea3c4c65d4ddeaf0e0fb0b1becca68bb03775192d8f9ba1ef94fc5af7512ed018a5cdbebcecb728f769293826f9d37937 -SHA512 (kernel-abi-stablelists-4.18.0-495.tar.bz2) = 938e22433e3698c9efca7b53a4d42707e13515e08033a6927b9e018c39f9c0e8b6fbd175525ef2a9efead55070662391d5e8d874629fa77dc537f13fdb203071 -SHA512 (kernel-kabi-dw-4.18.0-495.tar.bz2) = 526cbd9b8931723a1ade3be739f2d086403966c7d5863fcfb243da0424adbf6a156facdeaa4bbefd16a1743259f5c45a95238708260229b36f9d3694471a24d0 +SHA512 (linux-4.18.0-496.el8.tar.xz) = 828364a4cfce03a9eeea9c86b48d9bcf26cb43a86cca5b2f86203b0170c49e31df694c3a58b39669734f959620ed640c733b96c046d0af1b93efcb4dfeff3373 +SHA512 (kernel-abi-stablelists-4.18.0-496.tar.bz2) = 0d76c6d6c625e314b8f9bf11c06ecb090138c01d505dadb5cc2e073819145b70e6f1b16b3018187a0800d96c28b00609fa9d1313724c3a6114f483b07f461b08 +SHA512 (kernel-kabi-dw-4.18.0-496.tar.bz2) = 526cbd9b8931723a1ade3be739f2d086403966c7d5863fcfb243da0424adbf6a156facdeaa4bbefd16a1743259f5c45a95238708260229b36f9d3694471a24d0