diff --git a/kernel.spec b/kernel.spec index 4392204..7803dfd 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ # change below to w4T.xzdio): %define _binary_payload w3T.xzdio -%global distro_build 493 +%global distro_build 494 # 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 493.rt7.282.el8 +%define pkgrelease 494.rt7.283.el8 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 493.rt7.282%{?dist} +%define specrelease 494.rt7.283%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -147,7 +147,7 @@ # The preempt RT patch level %global rttag .rt7 # realtimeN -%global rtbuild .282 +%global rtbuild .283 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -2698,6 +2698,73 @@ fi # # %changelog +* Tue May 23 2023 Denys Vlasenko [4.18.0-494.rt7.283.el8] +- [rt] build kernel-rt-4.18.0-494.rt7.283.el8 [2180997] +- net/sched: sch_fq: fix integer overflow of "credit" (Davide Caratti) [2187718] +- net: sched: gred: prevent races when adding offloads to stats (Davide Caratti) [2187718] +- sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htb (Davide Caratti) [2187718] +- net/sched: act_mpls: Fix warning during failed attribute validation (Davide Caratti) [2187718] +- net: sched: fix memory leak in tcindex_set_parms (Davide Caratti) [2187718] +- net_sched: reject TCF_EM_SIMPLE case for complex ematch module (Davide Caratti) [2187718] +- net: sched: Fix use after free in red_enqueue() (Davide Caratti) [2187718] +- net: sched: fix race condition in qdisc_graft() (Davide Caratti) [2187718] +- net: sched: sfb: fix null pointer access issue when sfb_init() fails (Davide Caratti) [2187718] +- net/sched: cls_api: Fix flow action initialization (Davide Caratti) [2187718] +- scsi: lpfc: Update inbox lpfc driver for RHEL 8.9 to 14.0.0.21. (Paul Ely) [2165048] +- scsi: lpfc: Copyright updates for 14.2.0.11 patches (Paul Ely) [2165048] +- scsi: lpfc: Copyright updates for 14.2.0.10 patches (Paul Ely) [2165048] +- scsi: lpfc: Defer issuing new PLOGI if received RSCN before completing REG_LOGIN (Paul Ely) [2165048] +- scsi: lpfc: Record LOGO state with discovery engine even if aborted (Paul Ely) [2165048] +- scsi: lpfc: Fix lockdep warning for rx_monitor lock when unloading driver (Paul Ely) [2165048] +- scsi: lpfc: Reorder freeing of various DMA buffers and their list removal (Paul Ely) [2165048] +- scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow (Paul Ely) [2165048] +- scsi: lpfc: Introduce new attention types for lpfc_sli4_async_fc_evt() handler (Paul Ely) [2165048] +- scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write (Paul Ely) [2165048] +- scsi: lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE state (Paul Ely) [2165048] +- scsi: lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis() (Paul Ely) [2165048] +- scsi: lpfc: Remove redundant clean up code in disable_vport() (Paul Ely) [2165048] +- scsi: lpfc: Fix crash involving race between FLOGI timeout and devloss handler (Paul Ely) [2165048] +- net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_agg (Ricardo Robaina) [2192681] {CVE-2023-2248 CVE-2023-31436} +- vfio/ccw: remove old IDA format restrictions (Tobias Huschle) [2187662] +- vfio/ccw: handle a guest Format-1 IDAL (Tobias Huschle) [2187662] +- vfio/ccw: allocate/populate the guest idal (Tobias Huschle) [2187662] +- vfio/ccw: calculate number of IDAWs regardless of format (Tobias Huschle) [2187662] +- vfio/ccw: read only one Format-1 IDAW (Tobias Huschle) [2187662] +- vfio/ccw: refactor the idaw counter (Tobias Huschle) [2187662] +- vfio/ccw: populate page_array struct inline (Tobias Huschle) [2187662] +- vfio/ccw: record the page offset in struct pfn_array (Tobias Huschle) [2187662] +- vfio/ccw: pass page count to page_array struct (Tobias Huschle) [2187662] +- vfio/ccw: simplify CCW chain fetch routines (Tobias Huschle) [2187662] +- vfio/ccw: move where IDA flag is set in ORB (Tobias Huschle) [2187662] +- vfio/ccw: allow non-zero storage keys (Tobias Huschle) [2187662] +- iavf: remove active_cvlans and active_svlans bitmaps (Stefan Assmann) [2153349] +- iavf: refactor VLAN filter states (Stefan Assmann) [2153349] +- iavf: do not track VLAN 0 filters (Stefan Assmann) [2153349] +- iavf: fix non-tunneled IPv6 UDP packet type and hashing (Stefan Assmann) [2153349] +- iavf: fix inverted Rx hash condition leading to disabled hash (Stefan Assmann) [2153349] +- net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.h (Stefan Assmann) [2153349] +- iavf/iavf_main: actually log ->src mask when talking about it (Stefan Assmann) [2153349] +- iavf: Fix VF driver counting VLAN 0 filters (Stefan Assmann) [2153349] +- iavf: Change information about device removal in dmesg (Stefan Assmann) [2153349] +- iavf: Replace __FUNCTION__ with __func__ (Stefan Assmann) [2153349] +- net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). (Stefan Assmann) [2153349] +- ipv4: prevent potential spectre v1 gadget in fib_metrics_match() (Guillaume Nault) [2188040] +- ipv4: prevent potential spectre v1 gadget in ip_metrics_convert() (Guillaume Nault) [2188040] +- ipv4: Fix error return code in fib_table_insert() (Guillaume Nault) [2188040] +- ipv4: drop dst in multicast routing path (Guillaume Nault) [2188040] +- net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() (Guillaume Nault) [2188040] +- xfrm: Zero padding when dumping algos and encap (Sabrina Dubroca) [2189212] +- xfrm: redact SA secret with lockdown confidentiality (Sabrina Dubroca) [2189212] +- xfrm: fix bug with DSCP copy to v6 from v4 tunnel (Sabrina Dubroca) [2189212] +- xfrm: enforce validity of offload input flags (Sabrina Dubroca) [2189212] +- ice: Remove LAG+SRIOV mutual exclusion (Michal Schmidt) [2120585] +- ext4: correct the misjudgment in ext4_iget_extra_inode (Carlos Maiolino) [2193101] +- ext4: correct max_inline_xattr_value_size computing (Carlos Maiolino) [2193101] +- ext4: fix use-after-free in ext4_xattr_set_entry (Carlos Maiolino) [2193103] {CVE-2023-2513} +- ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h (Carlos Maiolino) [2193101] +- ixgbevf: Fix resource leak in ixgbevf_init_module() (Ken Cox) [2153374] +- ixgbevf: Add error messages on vlan error (Ken Cox) [2153374] + * Thu May 18 2023 Denys Vlasenko [4.18.0-493.rt7.282.el8] - [rt] build kernel-rt-4.18.0-493.rt7.282.el8 [2180997] - Revert "drm/i915: Depend on !PREEMPT_RT." (John B. Wyatt IV) [2149799] diff --git a/sources b/sources index e856f7d..62496a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (linux-4.18.0-493.rt7.282.el8.tar.xz) = 598c0ddcb21a08667d83c38f3bbcbafcd210eaa3069c7843a5a2dc4351d553193be3cca1f2f5df1025710571b6bb1cca790957659b2d6e9d74779ace7d4cc299 +SHA512 (linux-4.18.0-494.rt7.283.el8.tar.xz) = 4b836d1a7fae4f54212ec03741821c89d02a1f8fbf1a78fafa014e01db301b87bad0db19b8b40969ff3ba3b3617f091c2e99e05ca15cc884c598465e2e939556