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-534.el9 * Mon Nov 25 2024 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-534.el9] - block: fix integer overflow in BLKSECDISCARD (Ming Lei) [RHEL-64512] {CVE-2024-49994} - fsnotify: clear PARENT_WATCHED flags lazily (CKI Backport Bot) [RHEL-62134] {CVE-2024-47660} - thunderbolt: Fix KASAN reported stack out-of-bounds read in tb_retimer_scan() (Desnes Nunes) [RHEL-59051] - usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT transitions to non self-powered devices (Desnes Nunes) [RHEL-59051] - drm/test: fix the gem shmem test to map the sg table. (Desnes Nunes) [RHEL-59051] - dt-bindings: usb: qcom,dwc3: Update ipq5332 interrupt info (Desnes Nunes) [RHEL-59051] - minmax: improve macro expansion and type checking (Desnes Nunes) [RHEL-59051] - minmax: simplify min()/max()/clamp() implementation (Desnes Nunes) [RHEL-59051] - minmax: don't use max() in situations that want a C constant expression (Desnes Nunes) [RHEL-59051] - minmax: make generic MIN() and MAX() macros available everywhere (Desnes Nunes) [RHEL-59051] - minmax: simplify and clarify min_t()/max_t() implementation (Desnes Nunes) [RHEL-59051] - minmax: add a few more MIN_T/MAX_T users (Desnes Nunes) [RHEL-59051] - minmax: avoid overly complicated constant expressions in VM code (Desnes Nunes) [RHEL-59051] - mm: set pageblock_order to HPAGE_PMD_ORDER in case with !CONFIG_HUGETLB_PAGE but THP enabled (Desnes Nunes) [RHEL-59051] - minmax: fix indentation of __cmp_once() and __clamp_once() (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Fix busy loop on ASUS VivoBooks (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Remove useless error check from ucsi_read_error() (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Call CANCEL from single location (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Common function for the GET_PD_MESSAGE command (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Only assign the identity structure if the PPM supports it (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Don't truncate the reads (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Remove unused fields from struct ucsi_connector_status (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Fix cable registration (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Fix the partner PD revision (Desnes Nunes) [RHEL-59051] - usb: dwc3: core: update LC timer as per USB Spec V3.2 (Desnes Nunes) [RHEL-59051] - usb: dwc3: Avoid waking up gadget during startxfer (Desnes Nunes) [RHEL-59051] - USB: serial: option: add MeiG Smart SRM825L (Desnes Nunes) [RHEL-59051] - usb: cdnsp: fix for Link TRB with TC (Desnes Nunes) [RHEL-59051] - usb: dwc3: ep0: Don't reset resource alloc flag (including ep0) (Desnes Nunes) [RHEL-59051] - usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attributes() (Desnes Nunes) [RHEL-59051] - usb: typec: fsa4480: Relax CHIP_ID check (Desnes Nunes) [RHEL-59051] - dt-bindings: usb: microchip,usb2514: Fix reference USB device schema (Desnes Nunes) [RHEL-59051] - cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller (Desnes Nunes) [RHEL-59051] - usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function (Desnes Nunes) [RHEL-59051] - usb: dwc3: core: Prevent USB core invalid event buffer address access (Desnes Nunes) [RHEL-59051] {CVE-2024-46675} - xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration (Desnes Nunes) [RHEL-59051] - Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET" (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Fix the return value of ucsi_run_command() (Desnes Nunes) [RHEL-59051] - usb: xhci: fix duplicate stall handling in handle_tx_event() (Desnes Nunes) [RHEL-59051] - usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup() (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Fix a deadlock in ucsi_send_command_common() (Desnes Nunes) [RHEL-59051] - usb: typec: tcpm: avoid sink goto SNK_UNATTACHED state if not received source capability message (Desnes Nunes) [RHEL-59051] - thunderbolt: Mark XDomain as unplugged when router is removed (Desnes Nunes) [RHEL-59051] - phy: fsl-imx8mq-usb: fix tuning parameter name (Desnes Nunes) [RHEL-59051] - thunderbolt: Fix memory leaks in {port|retimer}_sb_regs_write() (Desnes Nunes) [RHEL-59051] - USB: serial: debug: do not echo input by default (Desnes Nunes) [RHEL-59051] - usb: typec: tipd: Delete extra semi-colon (Desnes Nunes) [RHEL-59051] - usb: typec: tipd: Fix dereferencing freeing memory in tps6598x_apply_patch() (Desnes Nunes) [RHEL-59051] - usb: typec: tcpci: Fix error code in tcpci_check_std_output_cap() (Desnes Nunes) [RHEL-59051] - usb: typec: fsa4480: Check if the chip is really there (Desnes Nunes) [RHEL-59051] - usb: gadget: core: Check for unset descriptor (Desnes Nunes) [RHEL-59051] {CVE-2024-44960} - dt-bindings: usb: microchip,usb2514: Add USB2517 compatible (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Fix custom control mapping probing (Desnes Nunes) [RHEL-59051] - USB: uas: Implement the new shutdown callback (Desnes Nunes) [RHEL-59051] - USB: core: add 'shutdown' callback to usb_driver (Desnes Nunes) [RHEL-59051] - usb: typec: Drop explicit initialization of struct i2c_device_id::driver_data to 0 (Desnes Nunes) [RHEL-59051] - usb: dwc3: enable CCI support for AMD-xilinx DWC3 controller (Desnes Nunes) [RHEL-59051] - usb: gadget: Use u16 types for 16-bit fields (Desnes Nunes) [RHEL-59051] - pinctrl: tegra: Use scope based of_node_put() cleanups (Desnes Nunes) [RHEL-59051] - of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() handling (Desnes Nunes) [RHEL-59051] - of: Add cleanup.h based auto release via __free(device_node) markings (Desnes Nunes) [RHEL-59051] - writing_musb_glue_layer.rst: Fix broken URL (Desnes Nunes) [RHEL-59051] - redhat: configs: Drop CONFIG_MEMSTICK_REALTEK_PCI config option (Desnes Nunes) [RHEL-59051] - memstick: rtsx_pci_ms: Remove Realtek PCI memstick driver (Desnes Nunes) [RHEL-59051] - USB: serial: garmin_gps: use struct_size() to allocate pkt (Desnes Nunes) [RHEL-59051] - USB: serial: garmin_gps: annotate struct garmin_packet with __counted_by (Desnes Nunes) [RHEL-59051] - USB: serial: add missing MODULE_DESCRIPTION() macros (Desnes Nunes) [RHEL-59051] - USB: serial: spcp8x5: remove unused struct 'spcp8x5_usb_ctrl_arg' (Desnes Nunes) [RHEL-59051] - usb: dwc3: core: Check all ports when set phy suspend (Desnes Nunes) [RHEL-59051] - usb: typec: tcpci: add support to set connector orientation (Desnes Nunes) [RHEL-59051] - dt-bindings: usb: Convert fsl-usb to yaml (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: reorder operations in ucsi_run_command() (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: extract common code for command handling (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: inline ucsi_read_message_in (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: rework command execution functions (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: split read operation (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: simplify command sending API (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: move ucsi_acknowledge() from ucsi_read_error() (Desnes Nunes) [RHEL-59051] - phy: core: Fix documentation of of_phy_get (Desnes Nunes) [RHEL-59051] - redhat/configs: Adding CONFIG_UCSI_LENOVO_YOGA_C630 (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: add Lenovo Yoga C630 glue driver (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: UCSI2.0 Get Error Status changes (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: UCSI2.0 Get Error Status data structure changes (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Only set number of plug altmodes after registration (Desnes Nunes) [RHEL-59051] - xhci: sort out TRB Endpoint ID bitfield macros (Desnes Nunes) [RHEL-59051] - xhci: Apply XHCI_RESET_TO_DEFAULT quirk to TGL (Desnes Nunes) [RHEL-59051] - usb: xhci: add 'goto' for halted endpoint check in handle_tx_event() (Desnes Nunes) [RHEL-59051] - usb: xhci: move process TD code out of the while loop (Desnes Nunes) [RHEL-59051] - usb: xhci: remove infinite loop prevention (Desnes Nunes) [RHEL-59051] - usb: xhci: remove false xhci_giveback_urb_in_irq() header comment (Desnes Nunes) [RHEL-59051] - usb: xhci: ensure skipped isoc TDs are returned when isoc ring is stopped (Desnes Nunes) [RHEL-59051] - xhci: rework xhci internal endpoint halt state detection. (Desnes Nunes) [RHEL-59051] - usb: xhci: remove obsolete sanity check debug messages (Desnes Nunes) [RHEL-59051] - usb: xhci: improve error message for targetless transfer event (Desnes Nunes) [RHEL-59051] - usb: xhci: move untargeted transfer event handling to a separate function (Desnes Nunes) [RHEL-59051] - usb: xhci: move all segment re-numbering to xhci_link_rings() (Desnes Nunes) [RHEL-59051] - usb: xhci: move link chain bit quirk checks into one helper function. (Desnes Nunes) [RHEL-59051] - usb: xhci: remove unused argument from handle_port_status() (Desnes Nunes) [RHEL-59051] - usb: xhci: remove unused argument from xhci_handle_cmd_config_ep() (Desnes Nunes) [RHEL-59051] - usb: xhci: remove unused 'xhci' argument (Desnes Nunes) [RHEL-59051] - usb: xhci: remove 'num_trbs' from struct 'xhci_td' (Desnes Nunes) [RHEL-59051] - xhci: dbc: Allow users to modify DbC poll interval via sysfs (Desnes Nunes) [RHEL-59051] - xhci: Set correct transferred length for cancelled isoc transfers (Desnes Nunes) [RHEL-59051] - xhci: show usb device name in xhci urb tracing (Desnes Nunes) [RHEL-59051] - xhci: Remove dead code in xhci_move_dequeue_past_td() (Desnes Nunes) [RHEL-59051] - usb: chipidea: ci_hdrc_imx: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS() (Desnes Nunes) [RHEL-59051] - usb: misc: onboard_usb_dev: Add match function (Desnes Nunes) [RHEL-59051] - usb: uas: set host status byte on data completion error (Desnes Nunes) [RHEL-59051] - media: b2c2: flexcop-usb: fix flexcop_usb_memory_req (Desnes Nunes) [RHEL-59051] - media: flexcop-usb: Use min macro (Desnes Nunes) [RHEL-59051] - media: cx231xx: Constify struct vb2_ops (Desnes Nunes) [RHEL-59051] - dt-bindings: usb: Add the binding example for the Genesys Logic GL3523 hub (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: psy: Add support for the charge type property (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Changing the driver data type to void (Desnes Nunes) [RHEL-59051] - dt-bindings: usb: qcom,dwc3: Add SC8180X compatibles (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: don't retrieve PDOs if not supported (Desnes Nunes) [RHEL-59051] - usb: host: xhci-plat: Add support for XHCI_WRITE_64_HI_LO (Desnes Nunes) [RHEL-59051] - xhci: Add a quirk for writing ERST in high-low order (Desnes Nunes) [RHEL-59051] - usb: dwc3: Support quirk for writing high-low order (Desnes Nunes) [RHEL-59051] - usb: typec: tipd: use min() to set tps6598x firmware packet size (Desnes Nunes) [RHEL-59051] - usb: typec: tipd: add error log to provide firmware name and size (Desnes Nunes) [RHEL-59051] - usb: typec: tipd: drop second firmware name read (Desnes Nunes) [RHEL-59051] - usb: typec: tcpm: use 'time_left' variable with wait_for_completion_timeout() (Desnes Nunes) [RHEL-59051] - usb: misc: Drop explicit initialization of struct i2c_device_id::driver_data to 0 (Desnes Nunes) [RHEL-59051] - usb: add missing MODULE_DESCRIPTION() macros (Desnes Nunes) [RHEL-59051] - usb: common: add missing MODULE_DESCRIPTION() macros (Desnes Nunes) [RHEL-59051] - usb: host: add missing MODULE_DESCRIPTION() macros (Desnes Nunes) [RHEL-59051] - usb: misc: add missing MODULE_DESCRIPTION() macros (Desnes Nunes) [RHEL-59051] - dt-bindings: usb: cdns,usb3: use common usb-drd yaml (Desnes Nunes) [RHEL-59051] - thunderbolt: debugfs: Use FIELD_GET() (Desnes Nunes) [RHEL-59051] - thunderbolt: Add receiver lane margining support for retimers (Desnes Nunes) [RHEL-59051] - thunderbolt: Make margining functions accept target and retimer index (Desnes Nunes) [RHEL-59051] - thunderbolt: Split out margining from USB4 port (Desnes Nunes) [RHEL-59051] - thunderbolt: Add sideband register access to debugfs (Desnes Nunes) [RHEL-59051] - thunderbolt: Make usb4_port_sb_read/write() available outside of usb4.c (Desnes Nunes) [RHEL-59051] - thunderbolt: Move usb4_port_margining_caps() declaration into correct place (Desnes Nunes) [RHEL-59051] - thunderbolt: Mention Thunderbolt/USB4 debugging tools in Kconfig (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Remove mappings form uvc_device_info (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Remove PLF device quirking (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Cleanup version-specific mapping (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Probe the PLF characteristics (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Refactor Power Line Frequency limit selection (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Allow custom control mapping (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Fix the bandwdith quirk on USB 3.x (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Force UVC version to 1.0a for 0408:4035 (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Override default flags (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Enforce alignment of frame and interval (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Add quirk for invalid dev_sof in Logitech C920 (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Fix integer overflow calculating timestamp (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Fix hw timestamp handling for slow FPS (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Refactor clock circular buffer (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Allow hw clock updates with buffers not full (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Quirk for invalid dev_sof in Logitech C922 (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Ignore empty TS packets (Desnes Nunes) [RHEL-59051] - media: uvcvideo: Support timestamp lists of any size (Desnes Nunes) [RHEL-59051] - redhat/configs: Adding CONFIG_PHY_FSL_IMX8QM_HSIO (Desnes Nunes) [RHEL-59051] - phy: freescale: imx8qm-hsio: Add i.MX8QM HSIO PHY driver support (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Enable UCSI v2.0 notifications (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Add new capability bits (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Always set number of alternate modes (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Delay alternate mode discovery (Desnes Nunes) [RHEL-59051] - usb: typec: Update sysfs when setting ops (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Fix null pointer dereference in trace (Desnes Nunes) [RHEL-59051] - usb: typec: tcpm: print error on hard reset (Desnes Nunes) [RHEL-59051] - usb: typec: tcpm: avoid resets for missing source capability messages (Desnes Nunes) [RHEL-59051] - usb: typec: ucsi: Add new notification bits (Desnes Nunes) [RHEL-59051] - usb: cdns3-ti: Add workaround for Errata i2409 (Desnes Nunes) [RHEL-59051] - usb: cdns3: Add quirk flag to enable suspend residency (Desnes Nunes) [RHEL-59051] - usb-storage: Optimize scan delay more precisely (Desnes Nunes) [RHEL-59051] - gnss: add USB support (Desnes Nunes) [RHEL-59051] - xfs: fix finding a last resort AG in xfs_filestream_pick_ag (CKI Backport Bot) [RHEL-66904] {CVE-2024-50216} - ACPICA: check null return of ACPI_ALLOCATE_ZEROED() in acpi_db_convert_to_package() (Mark Langsdorf) [RHEL-64502] {CVE-2024-49962} - parport: Proper fix for array out-of-bounds access (CKI Backport Bot) [RHEL-65181] {CVE-2024-50074} - scsi: target: core: Fix null-ptr-deref in target_alloc_device() (CKI Backport Bot) [RHEL-66470] {CVE-2024-50153} - blk-mq: setup queue ->tag_set before initializing hctx (CKI Backport Bot) [RHEL-65152] {CVE-2024-50081} - udf: fix uninit-value use in udf_get_fileshortad (CKI Backport Bot) [RHEL-66420] {CVE-2024-50143} - block: fix potential invalid pointer dereference in blk_add_partition (Ming Lei) [RHEL-63267] {CVE-2024-47705} - xfs: dquot recovery does not validate the recovered dquot (Bill O'Donnell) [RHEL-62760] - block: update the stable_writes flag in bdev_add (Bill O'Donnell) [RHEL-62760] - xfs: clean up dqblk extraction (Bill O'Donnell) [RHEL-62760] - xfs: respect the stable writes flag on the RT device (Bill O'Donnell) [RHEL-62760] - filemap: add a per-mapping stable writes flag (Bill O'Donnell) [RHEL-62760] - xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags (Bill O'Donnell) [RHEL-62760] - xfs: inode recovery does not validate the recovered inode (Bill O'Donnell) [RHEL-62760] - xfs: up(ic_sema) if flushing data device fails (Bill O'Donnell) [RHEL-62760] - xfs: only remap the written blocks in xfs_reflink_end_cow_extent (Bill O'Donnell) [RHEL-62760] - xfs: abort intent items when recovery intents fail (Bill O'Donnell) [RHEL-62760] - xfs: factor out xfs_defer_pending_abort (Bill O'Donnell) [RHEL-62760] - xfs: allow read IO and FICLONE to run concurrently (Bill O'Donnell) [RHEL-62760] - xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space (Bill O'Donnell) [RHEL-62760] - xfs: introduce protection for drop nlink (Bill O'Donnell) [RHEL-62760] - xfs: don't look for end of extent further than necessary in xfs_rtallocate_extent_near() (Bill O'Donnell) [RHEL-62760] - xfs: don't try redundant allocations in xfs_rtallocate_extent_near() (Bill O'Donnell) [RHEL-62760] - xfs: limit maxlen based on available space in xfs_rtallocate_extent_near() (Bill O'Donnell) [RHEL-62760] - xfs: return maximum free size from xfs_rtany_summary() (Bill O'Donnell) [RHEL-62760] - xfs: invert the realtime summary cache (Bill O'Donnell) [RHEL-62760] - xfs: simplify rt bitmap/summary block accessor functions (Bill O'Donnell) [RHEL-62760] - xfs: simplify xfs_rtbuf_get calling conventions (Bill O'Donnell) [RHEL-62760] - xfs: cache last bitmap block in realtime allocator (Bill O'Donnell) [RHEL-62760] - xfs: consolidate realtime allocation arguments (Bill O'Donnell) [RHEL-62760] - xfs: use accessor functions for summary info words (Bill O'Donnell) [RHEL-62760] - xfs: create helpers for rtsummary block/wordcount computations (Bill O'Donnell) [RHEL-62760] - xfs: use accessor functions for bitmap words (Bill O'Donnell) [RHEL-62760] - xfs: create a helper to handle logging parts of rt bitmap/summary blocks (Bill O'Donnell) [RHEL-62760] - xfs: create helpers for rtbitmap block/wordcount computations (Bill O'Donnell) [RHEL-62760] - xfs: convert rt summary macros to helpers (Bill O'Donnell) [RHEL-62760] - xfs: convert open-coded xfs_rtword_t pointer accesses to helper (Bill O'Donnell) [RHEL-62760] - xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros (Bill O'Donnell) [RHEL-62760] - xfs: convert the rtbitmap block and bit macros to static inline functions (Bill O'Donnell) [RHEL-62760] - xfs: use shifting and masking when converting rt extents, if possible (Bill O'Donnell) [RHEL-62760] - xfs: create rt extent rounding helpers for realtime extent blocks (Bill O'Donnell) [RHEL-62760] - xfs: convert do_div calls to xfs_rtb_to_rtx helper calls (Bill O'Donnell) [RHEL-62760] - xfs: create helpers to convert rt block numbers to rt extent numbers (Bill O'Donnell) [RHEL-62760] - xfs: create a helper to convert extlen to rtextlen (Bill O'Donnell) [RHEL-62760] - xfs: create a helper to compute leftovers of realtime extents (Bill O'Donnell) [RHEL-62760] - xfs: create a helper to convert rtextents to rtblocks (Bill O'Donnell) [RHEL-62760] - xfs: convert rt extent numbers to xfs_rtxnum_t (Bill O'Donnell) [RHEL-62760] - xfs: rename xfs_verify_rtext to xfs_verify_rtbext (Bill O'Donnell) [RHEL-62760] - xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t (Bill O'Donnell) [RHEL-62760] - xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t (Bill O'Donnell) [RHEL-62760] - xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator (Bill O'Donnell) [RHEL-62760] - xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h (Bill O'Donnell) [RHEL-62760] - xfs: make sure maxlen is still congruent with prod when rounding down (Bill O'Donnell) [RHEL-62760] - xfs: rt stubs should return negative errnos when rt disabled (Bill O'Donnell) [RHEL-62760] - xfs: prevent rt growfs when quota is enabled (Bill O'Donnell) [RHEL-62760] - xfs: hoist freeing of rt data fork extent mappings (Bill O'Donnell) [RHEL-62760] - xfs: bump max fsgeom struct version (Bill O'Donnell) [RHEL-62760] - xfs: move xfs_xattr_handlers to .rodata (Bill O'Donnell) [RHEL-62760] - cgroup/cpuset: Correct invalid remote parition prs (Waiman Long) [RHEL-36267] - cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn() (Waiman Long) [RHEL-36267] - cgroup: Show # of subsystem CSSes in cgroup.stat (Waiman Long) [RHEL-36267] Resolves: RHEL-36267, RHEL-59051, RHEL-62134, RHEL-62760, RHEL-63267, RHEL-64502, RHEL-64512, RHEL-65152, RHEL-65181, RHEL-66420, RHEL-66470, RHEL-66904 Signed-off-by: Rado Vrbovsky <rvrbovsk@redhat.com>
2024-11-25 14:09:20 +00:00
RHEL_RELEASE = 534
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