diff --git a/kernel.spec b/kernel.spec index eda5a82d6..abf713e6e 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ # change below to w4T.xzdio): %define _binary_payload w3T.xzdio -%global distro_build 506 +%global distro_build 507 # 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 506.el8 +%define pkgrelease 507.el8 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 506%{?dist} +%define specrelease 507%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -2695,6 +2695,61 @@ fi # # %changelog +* Tue Aug 01 2023 Denys Vlasenko [4.18.0-507.el8] +- Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return" (Benjamin Coddington) [2217658] +- powerpc/pseries/vas: Hold mmap_mutex after mmap lock during window close (Mamatha Inamdar) [2224883] +- KVM: x86/mmu: Fix race condition in direct_page_fault (Jon Maloy) [2179929] {CVE-2022-45869} +- x86/speculation: Allow enabling STIBP with legacy IBRS (Ricardo Robaina) [2187268] {CVE-2023-1998} +- ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep() (Mark Langsdorf) [2215625] +- locking/semaphore: Add might_sleep() to down_*() family (Mark Langsdorf) [2215625] +- perf stat: Support hybrid --topdown option (Michael Petlan) [2088833] +- i40e: Wait for pending VF reset in VF set callbacks (Ivan Vecera) [2203921] +- i40e: Add helper for VF inited state check with timeout (Ivan Vecera) [2203921] +- tracing: Have filter accept "common_cpu" to be consistent (Jerome Marchand) [2210711] +- tracing/histogram: Fix sorting on old "cpu" value (Jerome Marchand) [2210711] +- tracing: Dump stacktrace trigger to the corresponding instance (Jerome Marchand) [2210711] +- tracing/histogram: Rename "cpu" to "common_cpu" (Jerome Marchand) [2210711] +- docs: histogram.txt: convert it to ReST file format (Jerome Marchand) [2210711] +- bonding: add software tx timestamping support (Hangbin Liu) [2181339] +- bonding: fix missed rcu protection (Hangbin Liu) [2181339] +- bonding: use rcu_dereference_rtnl when get bonding active slave (Hangbin Liu) [2181339] +- Bonding: return HWTSTAMP_FLAG_BONDED_PHC_INDEX to notify user space (Hangbin Liu) [2181339] +- Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMP (Hangbin Liu) [2181339] +- bond: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to active device (Hangbin Liu) [2181339] +- 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] +- compiler_attributes.h: Add kABI workaround (Waiman Long) [2215801] +- linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP* (Waiman Long) [2215801] +- compiler.h: fix barrier_data() on clang (Waiman Long) [2215801] +- compiler_types.h: Add __no_sanitize_{address,undefined} to noinstr (Waiman Long) [2215801] +- x86, kcsan: Add __no_kcsan to noinstr (Waiman Long) [2215801] +- kcsan: Add __no_kcsan function attribute (Waiman Long) [2215801] +- kcsan: Reorganize compiler.h (Waiman Long) [2215801] +- include/linux/compiler*.h: fix OPTIMIZER_HIDE_VAR (Waiman Long) [2215801] +- include/linux/compiler_types.h: don't pollute userspace with macro definitions (Waiman Long) [2215801] +- include/linux/compiler*.h: define asm_volatile_goto (Waiman Long) [2215801] +- Compiler Attributes: use feature checks instead of version checks (Waiman Long) [2215801] +- Compiler Attributes: remove unneeded sparse (__CHECKER__) tests (Waiman Long) [2215801] +- Compiler Attributes: homogenize __must_be_array (Waiman Long) [2215801] +- Compiler Attributes: remove unneeded tests (Waiman Long) [2215801] +- Compiler Attributes: always use the extra-underscores syntax (Waiman Long) [2215801] +- Compiler Attributes: remove unused attributes (Waiman Long) [2215801] +- Compiler Attributes: naked can be shared (Waiman Long) [2215801] +- Compiler Attributes: naked was fixed in gcc 4.6 (Waiman Long) [2215801] +- include/linux/compiler*.h: make compiler-*.h mutually exclusive (Waiman Long) [2215801] +- Raise the minimum required gcc version to 4.6 (Waiman Long) [2215801] +- deprecate the '__deprecated' attribute warnings entirely and for good (Waiman Long) [2215801] + * Thu Jul 27 2023 Denys Vlasenko [4.18.0-506.el8] - 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] diff --git a/sources b/sources index f3859d182..a6d6c5b20 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-4.18.0-506.el8.tar.xz) = 252232c2d8248cd97341be96daac29961b1ce25978760750987f4f38dd4bbbbf364be34764c2d4c3a288020d60646b6d87bb9423adc7d65a826ae50214959476 -SHA512 (kernel-abi-stablelists-4.18.0-506.tar.bz2) = 66307098575a0496c16879342fe4b3535cc244dfd08743a8eea6b87e5b4b2713697345f34554128494c7b45bd759b451477e1ed3f66df41f48417e644942db7a -SHA512 (kernel-kabi-dw-4.18.0-506.tar.bz2) = f7bbf94096acc33486535d9eece268c543c6a05d93ee262d64dc22b220f1cb3ff49b4cf091a5c748811c4229fdf674be4c816174575161b0ca5e457726595b32 +SHA512 (linux-4.18.0-507.el8.tar.xz) = 36f19fea279f3c96fc9358353cad5a4e7e95f00c2337823b5950528c2ef09587d3f0f6bee845868559eaacf2fa71b5f69c81a37c2f88d00d539fdfbd9df2c110 +SHA512 (kernel-abi-stablelists-4.18.0-507.tar.bz2) = f81316ab80f7a51b09a8d587e399cd6419482ab9c07cec4a10af172fa35a1ad06757e8f7019b7e93f6a774a40dfed64aadff1a9bd060aeacafce00b76a50f0ad +SHA512 (kernel-kabi-dw-4.18.0-507.tar.bz2) = f7bbf94096acc33486535d9eece268c543c6a05d93ee262d64dc22b220f1cb3ff49b4cf091a5c748811c4229fdf674be4c816174575161b0ca5e457726595b32