diff --git a/kernel.spec b/kernel.spec index 4d93ad6..304531f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ # change below to w4T.xzdio): %define _binary_payload w3T.xzdio -%global distro_build 538 +%global distro_build 539 # Sign the x86_64 kernel for secure boot authentication %ifarch x86_64 aarch64 s390x ppc64le @@ -38,10 +38,10 @@ # define buildid .local %define specversion 4.18.0 -%define pkgrelease 538.rt7.327.el8 +%define pkgrelease 539.rt7.328.el8 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 538.rt7.327%{?dist} +%define specrelease 539.rt7.328%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -147,7 +147,7 @@ # The preempt RT patch level %global rttag .rt7 # realtimeN -%global rtbuild .327 +%global rtbuild .328 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -2698,6 +2698,99 @@ fi # # %changelog +* Tue Feb 06 2024 Denys Vlasenko [4.18.0-539.rt7.328.el8] +- [rt] build kernel-rt-4.18.0-539.rt7.328.el8 [RHEL-5332] +- tcp: Dump bound-only sockets in inet_diag. (Guillaume Nault) [RHEL-6113] +- rh_messages.h: update driver and device lists (Scott Weaver) [RHEL-22126] +- vmstat: allow_direct_reclaim should use zone_page_state_snapshot (Marcelo Tosatti) [RHEL-22138] +- rbd: don't move requests to the running list on errors (Ilya Dryomov) [RHEL-21941] +- drm/vmwgfx: Fix possible null pointer derefence with invalid contexts (Jocelyn Falempe) [RHEL-3179] {CVE-2022-38096} +- atm: Fix Use-After-Free in do_vcc_ioctl (Guillaume Nault) [RHEL-21179] {CVE-2023-51780} +- perf/x86/intel/uncore: Factor out topology_gidnid_map() (Michael Petlan) [RHEL-22189] +- perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology() (Michael Petlan) [RHEL-22189] +- KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2} (Bandan Das) [RHEL-7558] +- x86/fpu: Allow caller to constrain xfeatures when copying to uabi buffer (Bandan Das) [RHEL-7558] +- Bluetooth: Fix double free in hci_conn_cleanup (David Marlin) [RHEL-2555] {CVE-2023-28464} +- Bluetooth: hci_sysfs: Fix attempting to call device_add multiple times (David Marlin) [RHEL-2555] +- kobject: Fix slab-out-of-bounds in fill_kobj_path() (Waiman Long) [RHEL-20926] {CVE-2023-45863} +- kobject: modify kobject_get_path() to take a const * (Waiman Long) [RHEL-20926] {CVE-2023-45863} +- kobject: Remove docstring reference to kset (Waiman Long) [RHEL-20926] {CVE-2023-45863} +- EDAC/amd64: Add support for AMD family 1Ah models 00h-1Fh and 40h-4Fh (Aristeu Rozanski) [RHEL-10031] +- amd64: allow F0 and F6 registers to be missing (Aristeu Rozanski) [RHEL-10031] +- hwmon: (k10temp) Add thermal support for AMD Family 1Ah-based models (Aristeu Rozanski) [RHEL-10031] +- x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based models (Aristeu Rozanski) [RHEL-10031] +- nvmet-tcp: Fix the H2C expected PDU len calculation (Maurizio Lombardi) [RHEL-19155 RHEL-19161 RHEL-19167] {CVE-2023-6535 CVE-2023-6356 CVE-2023-6536} +- nvmet-tcp: remove boilerplate code (Maurizio Lombardi) [RHEL-19155 RHEL-19161 RHEL-19167] {CVE-2023-6535 CVE-2023-6356 CVE-2023-6536} +- nvmet-tcp: fix a crash in nvmet_req_complete() (Maurizio Lombardi) [RHEL-19155 RHEL-19161 RHEL-19167] {CVE-2023-6535 CVE-2023-6356 CVE-2023-6536} +- nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length (Maurizio Lombardi) [RHEL-19155 RHEL-19161 RHEL-19167] {CVE-2023-6535 CVE-2023-6356 CVE-2023-6536} +- ipv6: Remove extra counter pull before gc (Davide Caratti) [RHEL-21457] {CVE-2023-52340} +- ipv6: remove max_size check inline with ipv4 (Davide Caratti) [RHEL-21457] {CVE-2023-52340} +- net/dst: use a smaller percpu_counter batch for dst entries accounting (Davide Caratti) [RHEL-21457] {CVE-2023-52340} +- net: add a route cache full diagnostic message (Davide Caratti) [RHEL-21457] {CVE-2023-52340} +- x86/sev: Use the GHCB protocol when available for SNP CPUID requests (Bandan Das) [RHEL-16382] +- x86/sev: Do not handle #VC for DR7 read/write (Bandan Das) [RHEL-16382] +- Revert "x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV" (Bandan Das) [RHEL-16382] +- x86/alternatives: Add cond_resched() to text_poke_bp_batch() (Waiman Long) [RHEL-15221] +- x86/alternative: Fix race in try_get_desc() (Waiman Long) [RHEL-15221] +- x86/alternatives: Mark text_poke_loc_init() static (Waiman Long) [RHEL-15221] +- x86/int3: Ensure that poke_int3_handler() is not traced (Waiman Long) [RHEL-15221] +- tools/mm: filter out timestamps for correct collation (Audra Mitchell) [RHEL-3821] +- tools/vm/page_owner_sort.c: support sorting pid and time (Audra Mitchell) [RHEL-3821] +- tools/vm/page_owner_sort.c: filter out unneeded line (Audra Mitchell) [RHEL-3821] +- tools/vm/page_owner: use page_owner_sort in the use example (Audra Mitchell) [RHEL-3821] +- mm/page_owner: remove free_ts from page_owner output (Audra Mitchell) [RHEL-3821] +- xfs: up(ic_sema) if flushing data device fails (Andrey Albershteyn) [RHEL-8464] +- xfs: reserve less log space when recovering log intent items (Andrey Albershteyn) [RHEL-8464] +- xfs: fix an agbno overflow in __xfs_getfsmap_datadev (Andrey Albershteyn) [RHEL-8464] +- xfs: fix agf_fllast when repairing an empty AGFL (Andrey Albershteyn) [RHEL-8464] +- xfs: fix dqiterate thinko (Andrey Albershteyn) [RHEL-8464] +- xfs: fix uninit warning in xfs_growfs_data (Andrey Albershteyn) [RHEL-8464] +- xfs: fix xfs_btree_query_range callers to initialize btree rec fully (Andrey Albershteyn) [RHEL-8464] +- xfs: validate fsmap offsets specified in the query keys (Andrey Albershteyn) [RHEL-8464] +- xfs: fix logdev fsmap query result filtering (Andrey Albershteyn) [RHEL-8464] +- xfs: clean up the rtbitmap fsmap backend (Andrey Albershteyn) [RHEL-8464] +- xfs: fix integer overflows in the fsmap rtbitmap and logdev backends (Andrey Albershteyn) [RHEL-8464] +- xfs: fix interval filtering in multi-step fsmap queries (Andrey Albershteyn) [RHEL-8464] +- xfs: don't reverse order of items in bulk AIL insertion (Andrey Albershteyn) [RHEL-8464] +- xfs: fix ag count overflow during growfs (Andrey Albershteyn) [RHEL-8464] +- xfs: don't deplete the reserve pool when trying to shrink the fs (Andrey Albershteyn) [RHEL-8464] +- xfs: fix agf/agfl verification on v4 filesystems (Andrey Albershteyn) [RHEL-8464] +- xfs: set bnobt/cntbt numrecs correctly when formatting new AGs (Andrey Albershteyn) [RHEL-8464] +- xfs: fix rm_offset flag handling in rmap keys (Andrey Albershteyn) [RHEL-8464] +- xfs: make kobj_type structures constant (Andrey Albershteyn) [RHEL-8464] +- xfs: allow setting full range of panic tags (Andrey Albershteyn) [RHEL-8464] +- xfs: shut up -Wuninitialized in xfsaild_push (Andrey Albershteyn) [RHEL-8464] +- xfs: use memcpy, not strncpy, to format the attr prefix during listxattr (Andrey Albershteyn) [RHEL-8464] +- xfs: initialize the check_owner object fully (Andrey Albershteyn) [RHEL-8464] +- xfs: fix uninitialized list head in struct xfs_refcount_recovery (Andrey Albershteyn) [RHEL-8464] +- xfs: increase rename inode reservation (Andrey Albershteyn) [RHEL-8464] +- xfs: remove xfs_setattr_time() declaration (Andrey Albershteyn) [RHEL-8464] +- xfs: Fix false ENOSPC when performing direct write on a delalloc extent in cow fork (Andrey Albershteyn) [RHEL-8464] +- xfs: check return codes when flushing block devices (Andrey Albershteyn) [RHEL-8464] +- xfs: reduce the number of atomic when locking a buffer after lookup (Andrey Albershteyn) [RHEL-8464] +- xfs: convert btree buffer log flags to unsigned. (Andrey Albershteyn) [RHEL-8464] +- xfs: shutdown in intent recovery has non-intent items in the AIL (Andrey Albershteyn) [RHEL-8464] +- xfs: aborting inodes on shutdown may need buffer lock (Andrey Albershteyn) [RHEL-8464] +- xfs: only bother with sync_filesystem during readonly remount (Andrey Albershteyn) [RHEL-8464] +- xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctls (Andrey Albershteyn) [RHEL-8464] {CVE-2021-4155} +- xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list() (Andrey Albershteyn) [RHEL-8464] +- xfs: only run COW extent recovery when there are no live extents (Andrey Albershteyn) [RHEL-8464] +- xfs: move recovery needed state updates to xfs_log_mount_finish (Andrey Albershteyn) [RHEL-8464] +- xfs: clear log incompat feature bits when the log is idle (Andrey Albershteyn) [RHEL-8464] +- xfs: allow setting and clearing of log incompat feature flags (Andrey Albershteyn) [RHEL-8464] +- xfs: remove all COW fork extents when remounting readonly (Andrey Albershteyn) [RHEL-8464] +- xfs: replace snprintf in show functions with sysfs_emit (Andrey Albershteyn) [RHEL-8464] +- xfs: reduce the size of nr_ops for refcount btree cursors (Andrey Albershteyn) [RHEL-8464] +- xfs: rework attr2 feature and mount options (Andrey Albershteyn) [RHEL-8464] +- xfs: sb verifier doesn't handle uncached sb buffer (Andrey Albershteyn) [RHEL-8464] +- xfs: standardize inode number formatting in ftrace output (Andrey Albershteyn) [RHEL-8464] +- xfs: make fsmap backend function key parameters const (Andrey Albershteyn) [RHEL-8464] +- xfs: remove kmem_alloc_io() (Andrey Albershteyn) [RHEL-8464] +- mm: Add kvrealloc() (Andrey Albershteyn) [RHEL-8464] +- xfs: remove kmem_realloc() (Andrey Albershteyn) [RHEL-8464] +- xfs: fix silly whitespace problems with kernel libxfs (Andrey Albershteyn) [RHEL-8464] +- xfs: deprecate BMV_IF_NO_DMAPI_READ flag (Andrey Albershteyn) [RHEL-8464] + * Wed Jan 31 2024 Denys Vlasenko [4.18.0-538.rt7.327.el8] - [rt] build kernel-rt-4.18.0-538.rt7.327.el8 [RHEL-5332] - ida: Fix crash in ida_free when the bitmap is empty (Wander Lairson Costa) [RHEL-19681] {CVE-2023-6915} diff --git a/sources b/sources index dc10e1d..bbf001b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (linux-4.18.0-538.rt7.327.el8.tar.xz) = 8a0da50f1d180e2285ef3bcd76bb60e5dc13f4dad604f42fa2eb7f245d19609c3874c4b2d57d4f8936b1e976f90a4cc3f1df47bde94f6c9194c295a20d77fdd8 +SHA512 (linux-4.18.0-539.rt7.328.el8.tar.xz) = e3079aba44ae3e85b8826d5361b24472ef762914ba78b1173712424fb006412399deb368a18a5b5bff820fdc5c95e0127fe0dba9a3ba889e8d6584f331960d2d