kernel/Makefile.rhelver

68 lines
2.3 KiB
Makefile
Raw Normal View History

RHEL_MAJOR = 9
kernel-5.14.0-504.el9 * Mon Sep 02 2024 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-504.el9] - Bump RHEL MINOR to 9.6 (Rado Vrbovsky) - block: initialize integrity buffer to zero before writing it to media (Ming Lei) [RHEL-54768] {CVE-2024-43854} - perf/x86/amd/uncore: Fix DF and UMC domain identification (David Arcari) [RHEL-43147] - x86/mm/numa: Move early mptable evaluation into common code (David Arcari) [RHEL-43147] - x86/cpu: Move leftover contents of topology.c to setup.c (David Arcari) [RHEL-43147] - x86/topology: convert to use arch_cpu_is_hotpluggable() (David Arcari) [RHEL-43147] - x86/topology: use weak version of arch_unregister_cpu() (David Arcari) [RHEL-43147] - x86/topology: Switch over to GENERIC_CPU_DEVICES (David Arcari) [RHEL-43147] - x86/topology: remove arch_*register_cpu() exports (David Arcari) [RHEL-43147] - x86/topology/intel: Unlock CPUID before evaluating anything (David Arcari) [RHEL-43147] - x86/topology/amd: Evaluate SMT in CPUID leaf 0x8000001e only on family 0x17 and greater (David Arcari) [RHEL-43147] - x86/topology: Handle bogus ACPI tables correctly (David Arcari) [RHEL-43147] - x86/topology/amd: Ensure that LLC ID is initialized (David Arcari) [RHEL-43147] - x86/xen: return a sane initial apic id when running as PV guest (David Arcari) [RHEL-43147] - x86/cpu/amd: Move TOPOEXT enablement into the topology parser (David Arcari) [RHEL-43147] - x86/cpu/amd: Make the NODEID_MSR union actually work (David Arcari) [RHEL-43147] - x86/cpu/amd: Make the CPUID 0x80000008 parser correct (David Arcari) [RHEL-43147] - x86/topology: Don't update cpu_possible_map in topo_set_cpuids() (David Arcari) [RHEL-43147] - x86/topology: Handle the !APIC case gracefully (David Arcari) [RHEL-43147] - x86/topology: Don't evaluate logical IDs during early boot (David Arcari) [RHEL-43147] - x86/cpu/topology: Add support for the AMD 0x80000026 leaf (David Arcari) [RHEL-43147] - x86/topology: Ignore non-present APIC IDs in a present package (David Arcari) [RHEL-43147] - x86/apic: Build the x86 topology enumeration functions on UP APIC builds too (David Arcari) [RHEL-43147] - x86/cpu/topology: Get rid of cpuinfo::x86_max_cores (David Arcari) [RHEL-43147] - docs: move x86 documentation into Documentation/arch/ [partial] (David Arcari) [RHEL-43147] - x86/cpu: Remove x86_coreid_bits (David Arcari) [RHEL-43147] - x86/mm/numa: Use core domain size on AMD (David Arcari) [RHEL-43147] - x86/cpu/topology: Provide __num_[cores|threads]_per_package (David Arcari) [RHEL-43147] - x86/cpu/topology: Rename smp_num_siblings (David Arcari) [RHEL-43147] - arch/x86/kernel/setup.c: fixup rh_check_supported (David Arcari) [RHEL-43147] - x86/cpu/topology: Retrieve cores per package from topology bitmaps (David Arcari) [RHEL-43147] - x86/cpu/topology: Use topology logical mapping mechanism (David Arcari) [RHEL-43147] - x86/smpboot: Change smp_store_boot_cpu_info() to static (David Arcari) [RHEL-43147] - x86/cpu/topology: Provide logical pkg/die mapping (David Arcari) [RHEL-43147] - x86/cpu/topology: Simplify cpu_mark_primary_thread() (David Arcari) [RHEL-43147] - x86/cpu/topology: Mop up primary thread mask handling (David Arcari) [RHEL-43147] - x86/cpu/topology: Use topology bitmaps for sizing (David Arcari) [RHEL-43147] - x86/xen/smp_pv: Register the boot CPU APIC properly (David Arcari) [RHEL-43147] - x86/cpu/topology: Let XEN/PV use topology from CPUID/MADT (David Arcari) [RHEL-43147] - x86/acpi: Dont invoke topology_register_apic() for XEN PV (David Arcari) [RHEL-43147] - x86/xen/smp_pv: Count number of vCPUs early (David Arcari) [RHEL-43147] - x86/xen/smp_pv: Register fake APICs (David Arcari) [RHEL-43147] - x86/mpparse: Switch to new init callbacks (David Arcari) [RHEL-43147] - x86/mpparse: Provide separate early/late callbacks (David Arcari) [RHEL-43147] - x86/dtb: Rename x86_dtb_init() (David Arcari) [RHEL-43147] - x86/mpparse: Prepare for callback separation (David Arcari) [RHEL-43147] - x86/xen/smp_pv: Prepare for separate mpparse callbacks (David Arcari) [RHEL-43147] - x86/mpparse: Rename default_find_smp_config() (David Arcari) [RHEL-43147] - x86/xen/smp_pv: Remove cpudata fiddling (David Arcari) [RHEL-43147] - x86/cpu/topology: Assign hotpluggable CPUIDs during init (David Arcari) [RHEL-43147] - x86/cpu/topology: Reject unknown APIC IDs on ACPI hotplug (David Arcari) [RHEL-43147] - x86/topology: Add a mechanism to track topology via APIC IDs (David Arcari) [RHEL-43147] - x86/cpu: Detect real BSP on crash kernels (David Arcari) [RHEL-43147] - x86/cpu/topology: Rework possible CPU management (David Arcari) [RHEL-43147] - x86/cpu/topology: Sanitize the APIC admission logic (David Arcari) [RHEL-43147] - x86/cpu/topology: Use a data structure for topology info (David Arcari) [RHEL-43147] - x86/cpu/topology: Simplify APIC registration (David Arcari) [RHEL-43147] - x86/cpu/topology: Confine topology information (David Arcari) [RHEL-43147] - x86/mpparse: Use new APIC registration function (David Arcari) [RHEL-43147] - x86/acpi: Use new APIC registration functions (David Arcari) [RHEL-43147] - x86/cpu/topology: Provide separate APIC registration functions (David Arcari) [RHEL-43147] - x86/cpu/topology: Move registration out of APIC code (David Arcari) [RHEL-43147] - x86/apic/msi: Use DOMAIN_BUS_GENERIC_MSI for HPET/IO-APIC domain search (David Arcari) [RHEL-43147] - x86/apic: Use a proper define for invalid ACPI CPU ID (David Arcari) [RHEL-43147] - x86/apic: Remove yet another dubious callback (David Arcari) [RHEL-43147] - x86/apic: Remove the pointless writeback of boot_cpu_physical_apicid (David Arcari) [RHEL-43147] - x86/mpparse: Remove the physid_t bitmap wrapper (David Arcari) [RHEL-43147] - x86/apic: Remove check_apicid_used() and ioapic_phys_id_map() (David Arcari) [RHEL-43147] - x86/ioapic: Simplify setup_ioapic_ids_from_mpc_nocheck() (David Arcari) [RHEL-43147] - x86/ioapic: Make io_apic_get_unique_id() simpler (David Arcari) [RHEL-43147] - x86/apic: Get rid of get_physical_broadcast() (David Arcari) [RHEL-43147] - x86/ioapic: Replace some more set bit nonsense (David Arcari) [RHEL-43147] - x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_ids (David Arcari) [RHEL-43147] - x86/apic: Remove unused phys_pkg_id() callback (David Arcari) [RHEL-43147] - arch/x86: Fix typos (David Arcari) [RHEL-43147] - x86/cpu/topology: Make the APIC mismatch warnings complete (David Arcari) [RHEL-43147] - x86/cpu: Remove topology.c (David Arcari) [RHEL-43147] - x86/cpu: Make topology_amd_node_id() use the actual node info (David Arcari) [RHEL-43147] - x86/cpu: Use common topology code for HYGON (David Arcari) [RHEL-43147] - x86/cpu: Use common topology code for AMD (David Arcari) [RHEL-43147] - x86/cpu: Provide an AMD/HYGON specific topology parser (David Arcari) [RHEL-43147] - x86/cpu: Provide cpuid_read() et al. (David Arcari) [RHEL-43147] - x86/cpu: Use common topology code for Intel (David Arcari) [RHEL-43147] - x86/cpu: Provide a sane leaf 0xb/0x1f parser (David Arcari) [RHEL-43147] - x86/cpu: Move __max_die_per_package to common.c (David Arcari) [RHEL-43147] - x86/cpu: Use common topology code for Centaur and Zhaoxin (David Arcari) [RHEL-43147] - x86/cpu: Add legacy topology parser (David Arcari) [RHEL-43147] - x86/cpu: Provide cpu_init/parse_topology() (David Arcari) [RHEL-43147] - drivers: base: Move cpu_dev_init() after node_dev_init() (David Arcari) [RHEL-43147] - base/node.c: initialize the accessor list before registering (David Arcari) [RHEL-43147] - Revert "x86/topology: Fix max_siblings calculation for some hybrid cpus" (David Arcari) [RHEL-43147] Resolves: RHEL-43147, RHEL-54768 Signed-off-by: Rado Vrbovsky <rvrbovsk@redhat.com>
2024-09-02 20:14:05 +00:00
RHEL_MINOR = 6
#
# RHEL_RELEASE
# -------------
#
# Represents build number in 'release' part of RPM's name-version-release.
# name is <package_name>, e.g. kernel
# version is upstream kernel version this kernel is based on, e.g. 4.18.0
# release is <RHEL_RELEASE>.<dist_tag>[<buildid>], e.g. 100.el8
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
kernel-5.14.0-551.el9 * Mon Jan 13 2025 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-551.el9] - io_uring: manually fix compilation error (Jeff Moyer) [RHEL-64867] - io_uring: fix corner case forgetting to vunmap (Jeff Moyer) [RHEL-64867] - io_uring: fix memory leak when cache init fail (Jeff Moyer) [RHEL-64867] - io_uring/io-wq: inherit cpuset of cgroup in io worker (Jeff Moyer) [RHEL-64867] - io_uring/io-wq: do not allow pinning outside of cpuset (Jeff Moyer) [RHEL-64867] - io_uring: fix io_match_task must_hold (Jeff Moyer) [RHEL-64867] - io_uring: Fix probe of disabled operations (Jeff Moyer) [RHEL-64867] - net: always try to set ubuf in skb_zerocopy_iter_stream (Jeff Moyer) [RHEL-64867] - kasan: fix bad call to unpoison_slab_object (Jeff Moyer) [RHEL-64867] - io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_work (Jeff Moyer) [RHEL-64867] - io_uring/sqpoll: close race on waiting for sqring entries (Jeff Moyer) [RHEL-64867] - io_uring/rw: fix cflags posting for single issue multishot read (Jeff Moyer) [RHEL-64867] - io_uring/net: harden multishot termination case for recv (Jeff Moyer) [RHEL-64867] - io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNAL (Jeff Moyer) [RHEL-64867] - io_uring/sqpoll: do not put cpumask on stack (Jeff Moyer) [RHEL-64867] - io_uring/sqpoll: retain test for whether the CPU is valid (Jeff Moyer) [RHEL-64867] - io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAIN (Jeff Moyer) [RHEL-64867] - io_uring/sqpoll: do not allow pinning outside of cpuset (Jeff Moyer) [RHEL-64867] - io_uring/kbuf: return correct iovec count from classic buffer peek (Jeff Moyer) [RHEL-64867] - io_uring/kbuf: sanitize peek buffer setup (Jeff Moyer) [RHEL-64867] - io_uring/napi: check napi_enabled in io_napi_add() before proceeding (Jeff Moyer) [RHEL-64867] - io_uring/net: don't pick multiple buffers for non-bundle send (Jeff Moyer) [RHEL-64867] - io_uring/net: ensure expanded bundle send gets marked for cleanup (Jeff Moyer) [RHEL-64867] - io_uring/net: ensure expanded bundle recv gets marked for cleanup (Jeff Moyer) [RHEL-64867] - io_uring: keep multishot request NAPI timeout current (Jeff Moyer) [RHEL-64867] - io_uring: don't allow netpolling with SETUP_IOPOLL (Jeff Moyer) [RHEL-64867] - io_uring: tighten task exit cancellations (Jeff Moyer) [RHEL-64867] - io_uring: fix error pbuf checking (Jeff Moyer) [RHEL-64867] - io_uring: fix lost getsockopt completions (Jeff Moyer) [RHEL-64867] - io_uring/io-wq: limit retrying worker initialisation (Jeff Moyer) [RHEL-64867] - io_uring/net: don't clear msg_inq before io_recv_buf_select() needs it (Jeff Moyer) [RHEL-64867] - io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI (Jeff Moyer) [RHEL-64867] - io_uring: remove dead struct io_submit_state member (Jeff Moyer) [RHEL-64867] - io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed (Jeff Moyer) [RHEL-64867] - io_uring: fix cancellation overwriting req->flags (Jeff Moyer) [RHEL-64867] - io_uring: fix possible deadlock in io_register_iowq_max_workers() (Jeff Moyer) [RHEL-64867] - io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue() (Jeff Moyer) [RHEL-64867] - io_uring/napi: fix timeout calculation (Jeff Moyer) [RHEL-64867] - io_uring: check for non-NULL file pointer in io_file_can_poll() (Jeff Moyer) [RHEL-64867] - io_uring/net: assign kmsg inq/flags before buffer selection (Jeff Moyer) [RHEL-64867] - io_uring/rw: Free iovec before cleaning async data (Jeff Moyer) [RHEL-64867] - io_uring: don't attempt to mmap larger than what the user asks for (Jeff Moyer) [RHEL-64867] - io_uring: remove checks for NULL 'sq_offset' (Jeff Moyer) [RHEL-64867] - io_uring/sqpoll: ensure that normal task_work is also run timely (Jeff Moyer) [RHEL-64867] - io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for accept (Jeff Moyer) [RHEL-64867] - net: pass back whether socket was empty post accept (Jeff Moyer) [RHEL-64867] - perf beauty: Update copy of linux/socket.h with the kernel sources (Jeff Moyer) [RHEL-64867] - net: have do_accept() take a struct proto_accept_arg argument (Jeff Moyer) [RHEL-64867] - net: make __sys_accept4_file() static (Jeff Moyer) [RHEL-64867] - selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.c (Jeff Moyer) [RHEL-64867] - net: change proto and proto_ops accept type (Jeff Moyer) [RHEL-64867] - io_uring: support to inject result for NOP (Jeff Moyer) [RHEL-64867] - io_uring/net: add IORING_ACCEPT_POLL_FIRST flag (Jeff Moyer) [RHEL-64867] - io_uring/net: add IORING_ACCEPT_DONTWAIT flag (Jeff Moyer) [RHEL-64867] - io_uring/filetable: don't unnecessarily clear/reset bitmap (Jeff Moyer) [RHEL-64867] - io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ring (Jeff Moyer) [RHEL-64867] - io_uring/notif: disable LAZY_WAKE for linked notifs (Jeff Moyer) [RHEL-64867] - io_uring/msg_ring: reuse ctx->submitter_task read using READ_ONCE instead of re-reading it (Jeff Moyer) [RHEL-64867] - io_uring/rw: reinstate thread check for retries (Jeff Moyer) [RHEL-64867] - io_uring/notif: implement notification stacking (Jeff Moyer) [RHEL-64867] - io_uring/notif: simplify io_notif_flush() (Jeff Moyer) [RHEL-64867] - net: add callback for setting a ubuf_info to skb (Jeff Moyer) [RHEL-64867] - net: extend ubuf_info callback to ops structure (Jeff Moyer) [RHEL-64867] - io_uring/net: support bundles for recv (Jeff Moyer) [RHEL-64867] - io_uring/net: support bundles for send (Jeff Moyer) [RHEL-64867] - io_uring/kbuf: add helpers for getting/peeking multiple buffers (Jeff Moyer) [RHEL-64867] - io_uring/net: add provided buffer support for IORING_OP_SEND (Jeff Moyer) [RHEL-64867] - io_uring/net: add generic multishot retry helper (Jeff Moyer) [RHEL-64867] - io_uring/rw: ensure retry condition isn't lost (Jeff Moyer) [RHEL-64867] - io-wq: Drop intermediate step between pending list and active work (Jeff Moyer) [RHEL-64867] - io_uring/notif: shrink account_pages to u32 (Jeff Moyer) [RHEL-64867] - io_uring/notif: remove ctx var from io_notif_tw_complete (Jeff Moyer) [RHEL-64867] - io_uring/notif: refactor io_tx_ubuf_complete() (Jeff Moyer) [RHEL-64867] - io_uring: ensure overflow entries are dropped when ring is exiting (Jeff Moyer) [RHEL-64867] - io_uring/timeout: remove duplicate initialization of the io_timeout list. (Jeff Moyer) [RHEL-64867] - io_uring: consolidate overflow flushing (Jeff Moyer) [RHEL-64867] - io_uring: always lock __io_cqring_overflow_flush (Jeff Moyer) [RHEL-64867] - io_uring: open code io_cqring_overflow_flush() (Jeff Moyer) [RHEL-64867] - io_uring: remove extra SQPOLL overflow flush (Jeff Moyer) [RHEL-64867] - io_uring: unexport io_req_cqe_overflow() (Jeff Moyer) [RHEL-64867] - io_uring: separate header for exported net bits (Jeff Moyer) [RHEL-64867] - io_uring/net: set MSG_ZEROCOPY for sendzc in advance (Jeff Moyer) [RHEL-64867] - io_uring/net: get rid of io_notif_complete_tw_ext (Jeff Moyer) [RHEL-64867] - io_uring/net: merge ubuf sendzc callbacks (Jeff Moyer) [RHEL-64867] - io_uring: return void from io_put_kbuf_comp() (Jeff Moyer) [RHEL-64867] - io_uring: remove io_req_put_rsrc_locked() (Jeff Moyer) [RHEL-64867] - io_uring: remove async request cache (Jeff Moyer) [RHEL-64867] - io_uring: turn implicit assumptions into a warning (Jeff Moyer) [RHEL-64867] - io_uring: kill dead code in io_req_complete_post (Jeff Moyer) [RHEL-64867] - io_uring/kbuf: remove dead define (Jeff Moyer) [RHEL-64867] - io_uring: fix warnings on shadow variables (Jeff Moyer) [RHEL-64867] - io_uring: move mapping/allocation helpers to a separate file (Jeff Moyer) [RHEL-64867] - io_uring: use unpin_user_pages() where appropriate (Jeff Moyer) [RHEL-64867] - io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ring (Jeff Moyer) [RHEL-64867] - io_uring/kbuf: vmap pinned buffer ring (Jeff Moyer) [RHEL-64867] - io_uring: unify io_pin_pages() (Jeff Moyer) [RHEL-64867] - io_uring/rsrc: cleanup io_pin_pages() (Jeff Moyer) [RHEL-64867] - io_uring: use vmap() for ring mapping (Jeff Moyer) [RHEL-64867] - io_uring: get rid of remap_pfn_range() for mapping rings/sqes (Jeff Moyer) [RHEL-64867] - io_uring: Avoid anonymous enums in io_uring uapi (Jeff Moyer) [RHEL-64867] - io_uring: Remove unused function (Jeff Moyer) [RHEL-64867] - io_uring: re-arrange Makefile order (Jeff Moyer) [RHEL-64867] - io_uring: refill request cache in memory order (Jeff Moyer) [RHEL-64867] - io_uring/poll: shrink alloc cache size to 32 (Jeff Moyer) [RHEL-64867] - io_uring/alloc_cache: switch to array based caching (Jeff Moyer) [RHEL-64867] - io_uring: drop ->prep_async() (Jeff Moyer) [RHEL-64867] - io_uring/uring_cmd: defer SQE copying until it's needed (Jeff Moyer) [RHEL-64867] - io_uring/uring_cmd: switch to always allocating async data (Jeff Moyer) [RHEL-64867] - io_uring/net: move connect to always using async data (Jeff Moyer) [RHEL-64867] - io_uring/rw: add iovec recycling (Jeff Moyer) [RHEL-64867] - io_uring/rw: cleanup retry path (Jeff Moyer) [RHEL-64867] - io_uring: get rid of struct io_rw_state (Jeff Moyer) [RHEL-64867] - io_uring/rw: always setup io_async_rw for read/write requests (Jeff Moyer) [RHEL-64867] - io_uring/net: drop 'kmsg' parameter from io_req_msg_cleanup() (Jeff Moyer) [RHEL-64867] - io_uring/net: add iovec recycling (Jeff Moyer) [RHEL-64867] - io_uring/net: remove (now) dead code in io_netmsg_recycle() (Jeff Moyer) [RHEL-64867] - io_uring: kill io_msg_alloc_async_prep() (Jeff Moyer) [RHEL-64867] - io_uring/net: get rid of ->prep_async() for send side (Jeff Moyer) [RHEL-64867] - io_uring/net: get rid of ->prep_async() for receive side (Jeff Moyer) [RHEL-64867] - io_uring/net: always set kmsg->msg.msg_control_user before issue (Jeff Moyer) [RHEL-64867] - io_uring/net: always setup an io_async_msghdr (Jeff Moyer) [RHEL-64867] - io_uring/net: unify cleanup handling (Jeff Moyer) [RHEL-64867] - io_uring/net: switch io_recv() to using io_async_msghdr (Jeff Moyer) [RHEL-64867] - io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdr (Jeff Moyer) [RHEL-64867] - io_uring/alloc_cache: shrink default max entries from 512 to 128 (Jeff Moyer) [RHEL-64867] - io_uring: remove timeout/poll specific cancelations (Jeff Moyer) [RHEL-64867] - io_uring: flush delayed fallback task_work in cancelation (Jeff Moyer) [RHEL-64867] - io_uring: clean up io_lockdep_assert_cq_locked (Jeff Moyer) [RHEL-64867] - io_uring: refactor io_req_complete_post() (Jeff Moyer) [RHEL-64867] - io_uring: remove current check from complete_post (Jeff Moyer) [RHEL-64867] - io_uring: get rid of intermediate aux cqe caches (Jeff Moyer) [RHEL-64867] - io_uring: refactor io_fill_cqe_req_aux (Jeff Moyer) [RHEL-64867] - io_uring: remove struct io_tw_state::locked (Jeff Moyer) [RHEL-64867] - io_uring: force tw ctx locking (Jeff Moyer) [RHEL-64867] - io_uring/rw: avoid punting to io-wq directly (Jeff Moyer) [RHEL-64867] - RHEL-only: convert READ/WRITE to ITER_DEST/ITER_SOURCE (Jeff Moyer) [RHEL-64867] - io_uring: use mempool KASAN hook (Jeff Moyer) [RHEL-64867] - skbuff: use mempool KASAN hooks (Jeff Moyer) [RHEL-64867] - kasan: rename and document kasan_(un)poison_object_data (Jeff Moyer) [RHEL-64867] - kasan: reorder tests (Jeff Moyer) [RHEL-64867] - kasan: rename pagealloc tests (Jeff Moyer) [RHEL-64867] - kasan: add mempool tests (Jeff Moyer) [RHEL-64867] - mempool: introduce mempool_use_prealloc_only (Jeff Moyer) [RHEL-64867] - mempool: use new mempool KASAN hooks (Jeff Moyer) [RHEL-64867] - mempool: skip slub_debug poisoning when KASAN is enabled (Jeff Moyer) [RHEL-64867] - kasan: save alloc stack traces for mempool (Jeff Moyer) [RHEL-64867] - kasan: introduce poison_kmalloc_large_redzone (Jeff Moyer) [RHEL-64867] - kasan: clean up and rename ____kasan_kmalloc (Jeff Moyer) [RHEL-64867] - kasan: save free stack traces for slab mempools (Jeff Moyer) [RHEL-64867] - kasan: clean up __kasan_mempool_poison_object (Jeff Moyer) [RHEL-64867] - kasan: introduce kasan_mempool_unpoison_pages (Jeff Moyer) [RHEL-64867] - kasan: introduce kasan_mempool_poison_pages (Jeff Moyer) [RHEL-64867] - kasan: introduce kasan_mempool_unpoison_object (Jeff Moyer) [RHEL-64867] - kasan: add return value for kasan_mempool_poison_object (Jeff Moyer) [RHEL-64867] - kasan: document kasan_mempool_poison_object (Jeff Moyer) [RHEL-64867] - kasan: move kasan_mempool_poison_object (Jeff Moyer) [RHEL-64867] - kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_object (Jeff Moyer) [RHEL-64867] - net: skbuff: drop the word head from skb cache (Jeff Moyer) [RHEL-64867] - io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE (Jeff Moyer) [RHEL-64867] - io_uring/sqpoll: early exit thread if task_context wasn't allocated (Jeff Moyer) [RHEL-64867] - io_uring/kbuf: rename is_mapped (Jeff Moyer) [RHEL-64867] - io_uring: simplify io_pages_free (Jeff Moyer) [RHEL-64867] - io_uring: Fix sqpoll utilization check racing with dying sqpoll (Jeff Moyer) [RHEL-64867] - io_uring/net: dedup io_recv_finish req completion (Jeff Moyer) [RHEL-64867] - io_uring/net: add io_req_msg_cleanup() helper (Jeff Moyer) [RHEL-64867] - io_uring/net: simplify msghd->msg_inq checking (Jeff Moyer) [RHEL-64867] - io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLE (Jeff Moyer) [RHEL-64867] - io_uring/net: clear REQ_F_BL_EMPTY in the multishot retry handler (Jeff Moyer) [RHEL-64867] - io_uring/sqpoll: statistics of the true utilization of sq threads (Jeff Moyer) [RHEL-64867] - io_uring/kbuf: flag request if buffer pool is empty after buffer pick (Jeff Moyer) [RHEL-64867] - io_uring/net: improve the usercopy for sendmsg/recvmsg (Jeff Moyer) [RHEL-64867] - io_uring/napi: enable even with a timeout of 0 (Jeff Moyer) [RHEL-64867] - io_uring: kill stale comment for io_cqring_overflow_kill() (Jeff Moyer) [RHEL-64867] - io_uring/sqpoll: use the correct check for pending task_work (Jeff Moyer) [RHEL-64867] - io_uring: wake SQPOLL task when task_work is added to an empty queue (Jeff Moyer) [RHEL-64867] - io_uring/napi: ensure napi polling is aborted when work is available (Jeff Moyer) [RHEL-64867] - io_uring: Don't include af_unix.h. (Jeff Moyer) [RHEL-64867] - io_uring: add register/unregister napi function (Jeff Moyer) [RHEL-64867] - io-uring: add sqpoll support for napi busy poll (Jeff Moyer) [RHEL-64867] - io-uring: add napi busy poll support (Jeff Moyer) [RHEL-64867] - net: add napi_busy_loop_rcu() (Jeff Moyer) [RHEL-64867] - net: split off __napi_busy_poll from napi_busy_poll (Jeff Moyer) [RHEL-64867] - net/core: Enable socket busy polling on -RT (Jeff Moyer) [RHEL-64867] - io-uring: move io_wait_queue definition to header file (Jeff Moyer) [RHEL-64867] - io_uring: add support for ftruncate (Jeff Moyer) [RHEL-64867] - Add do_ftruncate that truncates a struct file (Jeff Moyer) [RHEL-64867] - io_uring: Simplify the allocation of slab caches (Jeff Moyer) [RHEL-64867] - io_uring: re-arrange struct io_ring_ctx to reduce padding (Jeff Moyer) [RHEL-64867] - io_uring/sqpoll: manage task_work privately (Jeff Moyer) [RHEL-64867] - io_uring: pass in counter to handle_tw_list() rather than return it (Jeff Moyer) [RHEL-64867] - io_uring: cleanup handle_tw_list() calling convention (Jeff Moyer) [RHEL-64867] - io_uring/poll: improve readability of poll reference decrementing (Jeff Moyer) [RHEL-64867] - io_uring: remove next io_kiocb fetch in task_work running (Jeff Moyer) [RHEL-64867] - io_uring: handle traditional task_work in FIFO order (Jeff Moyer) [RHEL-64867] - io_uring: remove 'loops' argument from trace_io_uring_task_work_run() (Jeff Moyer) [RHEL-64867] - io_uring/kbuf: cleanup passing back cflags (Jeff Moyer) [RHEL-64867] - io_uring/rw: remove dead file == NULL check (Jeff Moyer) [RHEL-64867] - io_uring: cleanup io_req_complete_post() (Jeff Moyer) [RHEL-64867] - io_uring: mark the need to lock/unlock the ring as unlikely (Jeff Moyer) [RHEL-64867] - io_uring/cancel: don't default to setting req->work.cancel_seq (Jeff Moyer) [RHEL-64867] Resolves: RHEL-64867 Signed-off-by: Rado Vrbovsky <rvrbovsk@redhat.com>
2025-01-13 23:27:25 +00:00
RHEL_RELEASE = 551
kernel-5.14.0-73.el9 * Sun Mar 20 2022 Patrick Talbert <ptalbert@redhat.com> [5.14.0-73.el9] - CI: Use 9.0-rt branch for rhel-9 realtime_check (Juri Lelli) - redhat: enable zstream release numbering for rhel 9.0 (Herton R. Krzesinski) - redhat: change kabi tarballs to use the package release (Herton R. Krzesinski) - redhat: generate distgit changelog in genspec.sh as well (Herton R. Krzesinski) - redhat: make genspec prefer metadata from git notes (Herton R. Krzesinski) - redhat: use tags from git notes for zstream to generate changelog (Herton R. Krzesinski) - CI: Add disttag setting (Veronika Kabatova) - CI: Drop c9s config (Veronika Kabatova) - virtio-net: fix pages leaking when building skb in big mode (Laurent Vivier) [2042559] - lib/iov_iter: initialize "flags" in new pipe_buffer (Carlos Maiolino) [2060869] {CVE-2022-0847} - redhat/configs: Make CRYPTO_ECDH algos built-in (Simo Sorce) [2062199] - crypto: api - Move cryptomgr soft dependency into algapi (Vladis Dronov) [2062199] - crypto: api - Fix boot-up crash when crypto manager is disabled (Vladis Dronov) [2062199] - crypto: api - Do not create test larvals if manager is disabled (Vladis Dronov) [2062199] - crypto: api - Export crypto_boot_test_finished (Vladis Dronov) [2062199] - crypto: api - Fix built-in testing dependency failures (Vladis Dronov) [2062199] - redhat/configs: Add CRYPTO_AES_ARM64 config explicitly (Vladis Dronov) [2062199] - crypto: arm64/aes-ce - stop using SIMD helper for skciphers (Vladis Dronov) [2062199] - crypto: arm64/aes-neonbs - stop using SIMD helper for skciphers (Vladis Dronov) [2062199] - redhat: change default dist suffix for RHEL 9.0 (Herton R. Krzesinski) - selftests: kvm: Check whether SIDA memop fails for normal guests (Thomas Huth) [2050813] - KVM: s390: Return error on SIDA memop on normal guest (Thomas Huth) [2050813] - block: kabi: reserve space for block layer public structure (Ming Lei) [2057238] - block: kabi: reserve space for blk-mq related structure (Ming Lei) [2057238] - block: kabi: reserve space for bsg related structure (Ming Lei) [2057238] - block: kabi: reserve space for integrity related structure (Ming Lei) [2057238] - scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loop (Dick Kennedy) [2054866] - x86/MCE/AMD, EDAC/mce_amd: Support non-uniform MCA bank type enumeration (Aristeu Rozanski) [1898165 2047430 2047446] - x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank types (Aristeu Rozanski) [1898165 2047430 2047446] - EDAC/amd64: Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh (Aristeu Rozanski) [1898165 2047430 2047446] - EDAC: Add RDDR5 and LRDDR5 memory types (Aristeu Rozanski) [1898165 2047430 2047446] - drm/amdgpu: Register MCE notifier for Aldebaran RAS (Aristeu Rozanski) [1898165 2047430 2047446] - x86/MCE/AMD: Export smca_get_bank_type symbol (Aristeu Rozanski) [1898165 2047430 2047446] - PCI/ACPI: Fix acpi_pci_osc_control_set() kernel-doc comment (Mark Langsdorf) [2049635] - PCI/ACPI: Check for _OSC support in acpi_pci_osc_control_set() (Mark Langsdorf) [2049635] - PCI/ACPI: Move _OSC query checks to separate function (Mark Langsdorf) [2049635] - PCI/ACPI: Move supported and control calculations to separate functions (Mark Langsdorf) [2049635] - PCI/ACPI: Remove OSC_PCI_SUPPORT_MASKS and OSC_PCI_CONTROL_MASKS (Mark Langsdorf) [2049635] - nvmet-tcp: fix missing unmainted messages (Chris Leech) [2054441] - dm stats: fix too short end duration_ns when using precise_timestamps (Benjamin Marzinski) [2051798] - dm: fix double accounting of flush with data (Benjamin Marzinski) [2051798] - dm: interlock pending dm_io and dm_wait_for_bios_completion (Benjamin Marzinski) [2051798] - dm: properly fix redundant bio-based IO accounting (Benjamin Marzinski) [2051798] - dm: revert partial fix for redundant bio-based IO accounting (Benjamin Marzinski) [2051798] - block: add bio_start_io_acct_time() to control start_time (Benjamin Marzinski) [2051798] - scsi: mpt3sas: Fix incorrect system timestamp (Tomas Henzl) [2049631] - scsi: mpt3sas: Fix system going into read-only mode (Tomas Henzl) [2049631] - scsi: mpt3sas: Fix kernel panic during drive powercycle test (Tomas Henzl) [2049631] - redhat/configs: enable mellanox platform drivers to support LED, fan & watchdog devices (Ivan Vecera) [2057491] - x86/cpu: Drop spurious underscore from RAPTOR_LAKE #define (David Arcari) [2040022] - x86/cpu: Add Raptor Lake to Intel family (David Arcari) [2040022] - powerpc/64: Move paca allocation later in boot (Desnes A. Nunes do Rosario) [2055566] - powerpc: Set crashkernel offset to mid of RMA region (Desnes A. Nunes do Rosario) [2055566] - selftests: kvm: Check whether SIDA memop fails for normal guests (Thomas Huth) [2060814] - KVM: s390: Return error on SIDA memop on normal guest (Thomas Huth) [2060814] - igb: refactor XDP registration (Corinna Vinschen) [2054379] - igc: avoid kernel warning when changing RX ring parameters (Corinna Vinschen) [2054379] - redhat/configs: Enable CONFIG_ACER_WIRELESS (Peter Georg) [2025985] Resolves: rhbz#2025985, rhbz#2054379, rhbz#2060814, rhbz#2055566, rhbz#2040022 Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
2022-03-20 08:42:21 +00:00
#
# ZSTREAM
# -------
#
# This variable controls whether we use zstream numbering or not for the
# package release. The zstream release keeps the build number of the last
# build done for ystream for the Beta milestone, and increments a second
# number for each build. The third number is used for branched builds
# (eg.: for builds with security fixes or hot fixes done outside of the
# batch release process).
#
# For example, with ZSTREAM unset or set to "no", all builds will contain
# a release with only the build number, eg.: kernel-<kernel version>-X.el*,
# where X is the build number. With ZSTREAM set to "yes", we will have
# builds with kernel-<kernel version>-X.Y.Z.el*, where X is the last
# RHEL_RELEASE number before ZSTREAM flag was set to yes, Y will now be the
# build number and Z will always be 1 except if you're doing a branched build
# (when you give RHDISTGIT_BRANCH on the command line, in which case the Z
# number will be incremented instead of the Y).
#
ZSTREAM ?= no
#
# Early y+1 numbering
# --------------------
#
# In early y+1 process, RHEL_RELEASE consists of 2 numbers: x.y
# First is RHEL_RELEASE inherited/merged from y as-is, second number
# is incremented with each build starting from 1. After merge from y,
# it resets back to 1. This way y+1 nvr reflects status of last merge.
#
# Example:
#
# rhel8.0 rhel-8.1
# kernel-4.18.0-58.el8 --> kernel-4.18.0-58.1.el8
# kernel-4.18.0-58.2.el8
# kernel-4.18.0-59.el8 kernel-4.18.0-59.1.el8
# kernel-4.18.0-60.el8
# kernel-4.18.0-61.el8 --> kernel-4.18.0-61.1.el8
#
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
EARLY_YSTREAM ?= no
EARLY_YBUILD:=
EARLY_YRELEASE:=
ifneq ("$(ZSTREAM)", "yes")
ifeq ("$(EARLY_YSTREAM)","yes")
RHEL_RELEASE:=$(RHEL_RELEASE).$(EARLY_YRELEASE)
endif
endif