diff --git a/kernel-rt-aarch64-debug.config b/kernel-rt-aarch64-debug.config index 35f8a41..8841b69 100644 --- a/kernel-rt-aarch64-debug.config +++ b/kernel-rt-aarch64-debug.config @@ -3917,7 +3917,7 @@ CONFIG_LLC=m CONFIG_LOCALVERSION="" CONFIG_LOCKD=m CONFIG_LOCKDEP_BITS=17 -CONFIG_LOCKDEP_CHAINS_BITS=17 +CONFIG_LOCKDEP_CHAINS_BITS=19 CONFIG_LOCKD_V4=y CONFIG_LOCKUP_DETECTOR=y CONFIG_LOCK_EVENT_COUNTS=y diff --git a/kernel-rt-ppc64le-debug.config b/kernel-rt-ppc64le-debug.config index 7428d9e..bacf79b 100644 --- a/kernel-rt-ppc64le-debug.config +++ b/kernel-rt-ppc64le-debug.config @@ -3583,7 +3583,7 @@ CONFIG_LOAD_PPC_KEYS=y CONFIG_LOCALVERSION="" CONFIG_LOCKD=m CONFIG_LOCKDEP_BITS=17 -CONFIG_LOCKDEP_CHAINS_BITS=17 +CONFIG_LOCKDEP_CHAINS_BITS=19 CONFIG_LOCKD_V4=y CONFIG_LOCKUP_DETECTOR=y CONFIG_LOCK_DOWN_KERNEL=y diff --git a/kernel-rt-s390x-debug.config b/kernel-rt-s390x-debug.config index 5879da4..6d62dca 100644 --- a/kernel-rt-s390x-debug.config +++ b/kernel-rt-s390x-debug.config @@ -3622,7 +3622,7 @@ CONFIG_LOAD_IPL_KEYS=y CONFIG_LOCALVERSION="" CONFIG_LOCKD=m CONFIG_LOCKDEP_BITS=17 -CONFIG_LOCKDEP_CHAINS_BITS=17 +CONFIG_LOCKDEP_CHAINS_BITS=19 CONFIG_LOCKD_V4=y CONFIG_LOCKUP_DETECTOR=y CONFIG_LOCK_DOWN_KERNEL=y diff --git a/kernel-rt-x86_64-debug.config b/kernel-rt-x86_64-debug.config index bd7d239..45fff61 100644 --- a/kernel-rt-x86_64-debug.config +++ b/kernel-rt-x86_64-debug.config @@ -3871,7 +3871,7 @@ CONFIG_LOAD_UEFI_KEYS=y CONFIG_LOCALVERSION="" CONFIG_LOCKD=m CONFIG_LOCKDEP_BITS=17 -CONFIG_LOCKDEP_CHAINS_BITS=17 +CONFIG_LOCKDEP_CHAINS_BITS=19 CONFIG_LOCKDEP_SUPPORT=y CONFIG_LOCKD_V4=y CONFIG_LOCKUP_DETECTOR=y diff --git a/kernel.spec b/kernel.spec index f644d7d..e07042a 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ # change below to w4T.xzdio): %define _binary_payload w3T.xzdio -%global distro_build 505 +%global distro_build 506 # 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 505.rt7.294.el8 +%define pkgrelease 506.rt7.295.el8 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 505.rt7.294%{?dist} +%define specrelease 506.rt7.295%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -147,7 +147,7 @@ # The preempt RT patch level %global rttag .rt7 # realtimeN -%global rtbuild .294 +%global rtbuild .295 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -2698,6 +2698,65 @@ fi # # %changelog +* Fri Jul 28 2023 Denys Vlasenko [4.18.0-506.rt7.295.el8] +- [rt] build kernel-rt-4.18.0-506.rt7.295.el8 [2180997] +- kernel-rt: config: adjust CONFIG_LOCKDEP_CHAINS_BITS (John B. Wyatt IV) [2193452] +- libceph: harden msgr2.1 frame segment length checks (Ilya Dryomov) [2222256] +- netfilter: nf_conntrack_netlink: need to hold rcu readlock when doing l4proto lookup (Florian Westphal) [2188230] +- net/mlx5: Expose steering dropped packets counter (Amir Tzin) [2223198] +- net/mlx5: Expose vnic diagnostic counters for eswitch managed vports (Amir Tzin) [2223198] +- igbvf: add PCI reset handler functions (Corinna Vinschen) [2153365] +- igbvf: Regard vf reset nack as success (Corinna Vinschen) [2153365] +- intel/igbvf: free irq on the error path in igbvf_request_msix() (Corinna Vinschen) [2153365] +- Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp} (Ricardo Robaina) [2139618] {CVE-2022-3640} +- Bluetooth: L2CAP: Fix build errors in some archs (Ricardo Robaina) [2139618] {CVE-2022-3640} +- Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regression (Ricardo Robaina) [2139618] {CVE-2022-3640} +- Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del() (Ricardo Robaina) [2139618] {CVE-2022-3640} +- Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put (Ricardo Robaina) [2139618] {CVE-2022-3640} +- iavf: fix reset task race with iavf_remove() (Petr Oros) [2223604] +- iavf: fix a deadlock caused by rtnl and driver's lock circular dependencies (Petr Oros) [2223604] +- Revert "iavf: Do not restart Tx queues after reset task failure" (Petr Oros) [2223604] +- Revert "iavf: Detach device during reset task" (Petr Oros) [2223604] +- iavf: Wait for reset in callbacks which trigger it (Petr Oros) [2223604] +- iavf: use internal state to free traffic IRQs (Petr Oros) [2223604] +- iavf: Fix out-of-bounds when setting channels on remove (Petr Oros) [2223604] +- iavf: Fix use-after-free in free_netdev (Petr Oros) [2223604] +- iavf: make functions static where possible (Petr Oros) [2223604] +- iavf: fix err handling for MAC replace (Petr Oros) [2223604] +- iavf: remove some unused functions and pointless wrappers (Petr Oros) [2223604] +- iavf: remove mask from iavf_irq_enable_queues() (Petr Oros) [2223604] +- iavf: send VLAN offloading caps once after VFR (Petr Oros) [2223604] +- cpufreq: Fix parameter in parse_perf_domain() (Mark Langsdorf) [2181273] +- cpufreq: intel_pstate: remove MODULE_LICENSE in non-modules (Mark Langsdorf) [2181273] +- cpufreq: intel_pstate: Adjust balance_performance EPP for Sapphire Rapids (Mark Langsdorf) [2181273] +- cpufreq: Make kobj_type structure constant (Mark Langsdorf) [2181273] +- driver core: make kobj_type constant. (Mark Langsdorf) [2181273] +- cpufreq: Make cpufreq_unregister_driver() return void (Mark Langsdorf) [2181273] +- drivers/cpufreq: Remove "select SRCU" (Mark Langsdorf) [2181273] +- cpufreq: intel_pstate: Drop ACPI _PSS states table patching (Mark Langsdorf) [2181273] +- cpufreq: stats: Convert to use sysfs_emit_at() API (Mark Langsdorf) [2181273] +- cpufreq: Init completion before kobject_init_and_add() (Mark Langsdorf) [2181273] +- cpufreq: intel_pstate: Allow EPP 0x80 setting by the firmware (Mark Langsdorf) [2181273] +- cpufreq: ACPI: Use str_enabled_disabled() helper (Mark Langsdorf) [2181273] +- cpufreq: Generalize of_perf_domain_get_sharing_cpumask phandle format (Mark Langsdorf) [2181273] +- cpufreq: Add of_perf_domain_get_sharing_cpumask (Mark Langsdorf) [2181273] +- cpufreq: intel_pstate: Read all MSRs on the target CPU (Mark Langsdorf) [2181273] +- ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid() (Mark Langsdorf) [2181273] +- mm/page_alloc: fix incorrect PGFREE and PGALLOC for high-order page (Chris von Recklinghausen) [2100592] +- mm/page_alloc: check high-order pages for corruption during PCP operations (Chris von Recklinghausen) [2100592] +- mm/page_alloc: do not prefetch buddies during bulk free (Chris von Recklinghausen) [2100592] +- mm/page_alloc: free pages in a single pass during bulk free (Chris von Recklinghausen) [2100592] +- mm/page_alloc: drain the requested list first during bulk free (Chris von Recklinghausen) [2100592] +- mm/page_alloc: simplify how many pages are selected per pcp list during bulk free (Chris von Recklinghausen) [2100592] +- mm/page_alloc: track range of active PCP lists during bulk free (Chris von Recklinghausen) [2100592] +- mm/page_alloc: fetch the correct pcp buddy during bulk free (Chris von Recklinghausen) [2100592] +- mm/page_alloc: allow high-order pages to be stored on the per-cpu lists (Chris von Recklinghausen) [2100592] +- mm/page_alloc: move free_the_page (Chris von Recklinghausen) [2100592] +- mm,memory_hotplug: factor out adjusting present pages into adjust_present_page_count() (Chris von Recklinghausen) [2100592] +- mm, meminit: recalculate pcpu batch and high limits after init completes (Chris von Recklinghausen) [2100592] +- [rt] Revert "Split IRQ-off and zone->lock while freeing pages from PCP list #1" (Chris White) [2225324] +- [rt] Revert " Split IRQ-off and zone->lock while freeing pages from PCP list #2" (Chris White) [2225324] + * Wed Jul 26 2023 Denys Vlasenko [4.18.0-505.rt7.294.el8] - [rt] build kernel-rt-4.18.0-505.rt7.294.el8 [2180997] - gfs2: Don't deref jdesc in evict (Bob Peterson) [2214357] {CVE-2023-3212} diff --git a/sources b/sources index 8b12522..89ebfe5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (linux-4.18.0-505.rt7.294.el8.tar.xz) = fde2d54a782e2104213b0d12ee256398b65053f6906ccd414335d2646158af274af0b0d836a127c9425015186bf4588d6f6026d9b84dd8aa388e661e14963f6d +SHA512 (linux-4.18.0-506.rt7.295.el8.tar.xz) = e9b8aa6ca48e9e4ae297da7ea1437b56e1b811f2f216ffd441785e019c9c29e5d3e2b6e5797dcaedfecd82438d38269f4dd2f6497ff23bc181e2302e3e47a953