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-522.el9 * Sun Oct 20 2024 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-522.el9] - tcp: fix mptcp DSS corruption due to large pmtu xmit (Paolo Abeni) [RHEL-55470] - mptcp: handle consistently DSS corruption (Paolo Abeni) [RHEL-55470] - redhat: spec: add drivers/net to kselftest package (Ivan Vecera) [RHEL-57764] - netdevsim: fix backwards compatibility in nsim_get_iflink() (Ivan Vecera) [RHEL-57764] - testing: net-drv: use stats64 for testing (Ivan Vecera) [RHEL-57764] - net: selftest: add test for netdev netlink queue-get API (Ivan Vecera) [RHEL-57764] - netdevsim: add NAPI support (Ivan Vecera) [RHEL-57764] - selftests: net: py: check process exit code in bkg() and background cmd() (Ivan Vecera) [RHEL-57764] - selftests: drv-net: add require_XYZ() helpers for validating env (Ivan Vecera) [RHEL-57764] - selftests: drv-net: add a TCP ping test case (and useful helpers) (Ivan Vecera) [RHEL-57764] - selftests: net: support matching cases by name prefix (Ivan Vecera) [RHEL-57764] - selftests: drv-net: add a trivial ping test (Ivan Vecera) [RHEL-57764] - selftests: drv-net: construct environment for running tests which require an endpoint (Ivan Vecera) [RHEL-57764] - selftests: drv-net: factor out parsing of the env (Ivan Vecera) [RHEL-57764] - selftests: drv-net: define endpoint structures (Ivan Vecera) [RHEL-57764] - selftests: net: set the exit code correctly in Python tests (Ivan Vecera) [RHEL-57764] - selftests: net: fix counting totals when some checks fail (Ivan Vecera) [RHEL-57764] - net: netdevsim: select PAGE_POOL in Kconfig (Ivan Vecera) [RHEL-57764] - selftests: net: exercise page pool reporting via netlink (Ivan Vecera) [RHEL-57764] - selftests: net: support use of NetdevSimDev under "with" in python (Ivan Vecera) [RHEL-57764] - selftests: net: print full exception on failure (Ivan Vecera) [RHEL-57764] - selftests: net: print report check location in python tests (Ivan Vecera) [RHEL-57764] - tools: ynl: don't return None for dumps (Ivan Vecera) [RHEL-57764] - net: netdevsim: add some fake page pool use (Ivan Vecera) [RHEL-57764] - selftests: net: reuse common code in bpf_offload (Ivan Vecera) [RHEL-57764] - testing: net-drv: add a driver test for stats reporting (Ivan Vecera) [RHEL-57764] - selftests: drivers: add scaffolding for Netlink tests in Python (Ivan Vecera) [RHEL-57764] - netdevsim: report stats by default, like a real device (Ivan Vecera) [RHEL-57764] - selftests: nl_netdev: add a trivial Netlink netdev test (Ivan Vecera) [RHEL-57764] - selftests: net: add scaffolding for Netlink tests in Python (Ivan Vecera) [RHEL-57764] - selftests: netdevsim: set test timeout to 10 minutes (Ivan Vecera) [RHEL-57764] - selftests: netdevsim: add a config file (Ivan Vecera) [RHEL-57764] - selftests: Introduce Makefile variable to list shared bash scripts (Ivan Vecera) [RHEL-57764] - tools/net/ynl: Report netlink errors without stacktrace (Ivan Vecera) [RHEL-57764] - tools/net/ynl: Add --output-json arg to ynl cli (Ivan Vecera) [RHEL-57764] - netdev_features: remove NETIF_F_ALL_FCOE (Michal Schmidt) [RHEL-59091] - netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu (Michal Schmidt) [RHEL-59091] - netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local (Michal Schmidt) [RHEL-59091] - netdev_features: convert NETIF_F_LLTX to dev->lltx (Michal Schmidt) [RHEL-59091] - netdevice: convert private flags > BIT(31) to bitfields (Michal Schmidt) [RHEL-59091] - RDMA/cxgb4: Added NULL check for lookup_atid (Kamal Heib) [RHEL-61394] - RDMA/cxgb4: Remove unused declarations (Kamal Heib) [RHEL-61394] - RDMA/cxgb4: use dma_mmap_coherent() for mapping non-contiguous memory (Kamal Heib) [RHEL-61394] - RDMA/cxgb4: Delete unused c4iw_ep_redirect prototype (Kamal Heib) [RHEL-61394] - RDMA/cxgb4: Check skb value for failure to allocate (Kamal Heib) [RHEL-61394] - RDMA/cxgb4: Set sq_sig_type correctly (Kamal Heib) [RHEL-61394] - crypto: qat - remove unused adf_devmgr_get_first (Vladis Dronov) [RHEL-52749] - crypto: qat/qat_4xxx - fix off by one in uof_get_name() (Vladis Dronov) [RHEL-52749] - crypto: qat/qat_420xx - fix off by one in uof_get_name() (Vladis Dronov) [RHEL-52749] - crypto: qat - remove check after debugfs_create_dir() (Vladis Dronov) [RHEL-52749] - crypto: qat - Remove trailing space after \n newline (Vladis Dronov) [RHEL-52749] - crypto: qat - fix "Full Going True" macro definition (Vladis Dronov) [RHEL-52749] - crypto: qat - Use static_assert() to check struct sizes (Vladis Dronov) [RHEL-52749] - crypto: qat - allow disabling SR-IOV VFs (Vladis Dronov) [RHEL-52749] - crypto: qat - ensure correct order in VF restarting handler (Vladis Dronov) [RHEL-52749] - crypto: qat - fix recovery flow for VFs (Vladis Dronov) [RHEL-52749] - crypto: qat - disable IOV in adf_dev_stop() (Vladis Dronov) [RHEL-52749] - crypto: qat - preserve ADF_GENERAL_SEC (Vladis Dronov) [RHEL-52749] - crypto: qat - fix unintentional re-enabling of error interrupts (Vladis Dronov) [RHEL-52749] - crypto: qat - extend scope of lock in adf_cfg_add_key_value_param() (Vladis Dronov) [RHEL-52749] - Documentation: qat: fix auto_reset attribute details (Vladis Dronov) [RHEL-52749] - crypto: qat - initialize user_input.lock for rate_limiting (Vladis Dronov) [RHEL-52749] - crypto: qat - make adf_ctl_class constant (Vladis Dronov) [RHEL-52749] - crypto: qat - Fix typo (Vladis Dronov) [RHEL-52749] - crypto: qat - fix linking errors when PCI_IOV is disabled (Vladis Dronov) [RHEL-52749] - attr: block mode changes of symlinks (CKI Backport Bot) [RHEL-60822] - selftests: netfilter: Fix nft_audit.sh for newer nft binaries (Florian Westphal) [RHEL-60554] - netfilter: nf_tables: prevent nf_skb_duplicated corruption (Florian Westphal) [RHEL-60554] - selftests: netfilter: add test case for recent mismatch bug (Florian Westphal) [RHEL-60554] - netfilter: nf_tables: annotate data-races around element expiration (Florian Westphal) [RHEL-60554] - netfilter: nf_tables: store new sets in dedicated list (Florian Westphal) [RHEL-60554] - netfilter: nf_tables: Keep deleted flowtable hooks until after RCU (Florian Westphal) [RHEL-60554] - netfilter: nft_dynset: annotate data-races around set timeout (Florian Westphal) [RHEL-60554] - netfilter: nf_tables: reject expiration higher than timeout (Florian Westphal) [RHEL-60554] - netfilter: nf_tables: reject element expiration with no timeout (Florian Westphal) [RHEL-60554] - netfilter: nf_tables: elements with timeout below CONFIG_HZ never expire (Florian Westphal) [RHEL-60554] - netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtree_level() (Florian Westphal) [RHEL-60554] - netfilter: nft_socket: make cgroupsv2 matching work with namespaces (Florian Westphal) [RHEL-60554] - netfilter: nft_socket: fix sk refcount leaks (Florian Westphal) [RHEL-60554] - netfilter: nf_tables_ipv6: consider network offset in netdev/egress validation (Florian Westphal) [RHEL-60554] - netfilter: nf_tables: restore IP sanity checks for netdev/egress (Florian Westphal) [RHEL-60554] - netfilter: flowtable: validate vlan header (Florian Westphal) [RHEL-60554] - netfilter: nft_counter: Synchronize nft_counter_reset() against reader. (Florian Westphal) [RHEL-60554] - netfilter: nft_counter: Disable BH in nft_counter_offload_stats(). (Florian Westphal) [RHEL-60554] - netfilter: nf_tables: Introduce nf_tables_getobj_single (Florian Westphal) [RHEL-60554] - netfilter: nf_tables: Audit log dump reset after the fact (Florian Westphal) [RHEL-60554] - netfilter: nf_queue: drop packets with cloned unconfirmed conntracks (Florian Westphal) [RHEL-60554] - netfilter: nft_set_pipapo_avx2: disable softinterrupts (Florian Westphal) [RHEL-60554] - netfilter: nf_set_pipapo: fix initial map fill (Florian Westphal) [RHEL-60554] - netfilter: ctnetlink: use helper function to calculate expect ID (Florian Westphal) [RHEL-60554] - netfilter: nf_tables: rise cap on SELinux secmark context (Florian Westphal) [RHEL-60554] - netfilter: nf_tables: unconditionally flush pending work before notifier (Florian Westphal) [RHEL-60554] - netfilter: nft_payload: restore vlan q-in-q match support (Florian Westphal) [RHEL-60554] - netfilter: nft_payload: skbuff vlan metadata mangle support (Florian Westphal) [RHEL-60554] - netfilter: nft_payload: rebuild vlan header on h_proto access (Florian Westphal) [RHEL-60554] - netfilter: nft_payload: rebuild vlan header when needed (Florian Westphal) [RHEL-60554] - netfilter: nft_payload: move struct nft_payload_set definition where it belongs (Florian Westphal) [RHEL-60554] - netfilter: nf_tables: add and use BE register load-store helpers (Florian Westphal) [RHEL-60554] - wireguard: send: annotate intentional data race in checking empty queue (CKI Backport Bot) [RHEL-60227] - wireguard: queueing: annotate intentional data race in cpu round robin (CKI Backport Bot) [RHEL-60227] - dpll: extend lock_status_get() op by status error and expose to user (Petr Oros) [RHEL-59895] - dpll: extend uapi by lock status error attribute (Petr Oros) [RHEL-59895] - platform/x86/intel-uncore-freq: Add efficiency latency control to sysfs interface (David Arcari) [RHEL-46062] - platform/x86/intel-uncore-freq: Add support for efficiency latency control (David Arcari) [RHEL-46062] - platform/x86/intel-uncore-freq: Do not present separate package-die domain (David Arcari) [RHEL-46062] - platform/x86/intel-uncore-freq: Use generic helpers for current frequency (David Arcari) [RHEL-46062] - platform/x86/intel-uncore-freq: Rename the sysfs helper macro names (David Arcari) [RHEL-46062] - platform/x86/intel-uncore-freq: Get rid of uncore_read_freq driver API (David Arcari) [RHEL-46062] - platform/x86/intel-uncore-freq: Use uncore_index with read_control_freq (David Arcari) [RHEL-46062] - platform/x86/intel-uncore-freq: Get rid of magic min_max argument (David Arcari) [RHEL-46062] - platform/x86/intel-uncore-freq: Get rid of magic values (David Arcari) [RHEL-46062] - platform/x86/intel-uncore-freq: Re-arrange bit masks (David Arcari) [RHEL-46062] - platform/x86: intel-uncore-freq: Switch to new Intel CPU model defines (David Arcari) [RHEL-46062] - selftests: forwarding: router_mpath_hash: Add a new selftest (Ivan Vecera) [RHEL-59087] - selftests: forwarding: lib: Split sysctl_save() out of sysctl_set() (Ivan Vecera) [RHEL-59087] - net: ipv4: Add a sysctl to set multipath hash seed (Ivan Vecera) [RHEL-59087] - net: ipv4,ipv6: Pass multipath hash computation through a helper (Ivan Vecera) [RHEL-59087] - Enable cryptographic curve25519 config flag for PowerPC (Mamatha Inamdar) [RHEL-52758] - crypto: vmx - Improved AES/XTS performance of 6-way unrolling for ppc (Mamatha Inamdar) [RHEL-52758] - crypto: ppc/curve25519 - Low-level primitives for ppc64le (Mamatha Inamdar) [RHEL-52758] - crypto: ppc/curve25519 - Core functions for ppc64le (Mamatha Inamdar) [RHEL-52758] - crypto: ppc/curve25519 - Update Kconfig and Makefile for ppc64le (Mamatha Inamdar) [RHEL-52758] Resolves: RHEL-46062, RHEL-52749, RHEL-52758, RHEL-55470, RHEL-57764, RHEL-59087, RHEL-59091, RHEL-59895, RHEL-60227, RHEL-60554, RHEL-60822, RHEL-61394 Signed-off-by: Rado Vrbovsky <rvrbovsk@redhat.com>
2024-10-20 09:18:04 +00:00
RHEL_RELEASE = 522
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