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-539.el9 * Thu Dec 05 2024 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-539.el9] - smb: client: fix use-after-free of signing key (Paulo Alcantara) [RHEL-66206] - Bluetooth: MGMT: Fix possible deadlocks (Bastien Nocera) [RHEL-64476] {CVE-2024-49951} - Bluetooth: MGMT: Fix possible crash on mgmt_index_removed (CKI Backport Bot) [RHEL-64476] {CVE-2024-49951} - HID: hyperv: streamline driver probe to avoid devres issues (Vitaly Kuznetsov) [RHEL-29299] - filter-modules.sh.rhel: Move squashfs to kernel-modules-core (Vitaly Kuznetsov) [RHEL-68817] - net: qede: flower: validate control flags (Michal Schmidt) [RHEL-52263] - net: qede: use extack in qede_parse_actions() (Michal Schmidt) [RHEL-52263] - net: qede: propagate extack through qede_flow_spec_validate() (Michal Schmidt) [RHEL-52263] - net: qede: use faked extack in qede_flow_spec_to_rule() (Michal Schmidt) [RHEL-52263] - net: qede: use extack in qede_parse_flow_attr() (Michal Schmidt) [RHEL-52263] - net: qede: add extack in qede_add_tc_flower_fltr() (Michal Schmidt) [RHEL-52263] - net: qede: use extack in qede_flow_parse_udp_v4() (Michal Schmidt) [RHEL-52263] - net: qede: use extack in qede_flow_parse_udp_v6() (Michal Schmidt) [RHEL-52263] - net: qede: use extack in qede_flow_parse_tcp_v4() (Michal Schmidt) [RHEL-52263] - net: qede: use extack in qede_flow_parse_tcp_v6() (Michal Schmidt) [RHEL-52263] - net: qede: use extack in qede_flow_parse_v4_common() (Michal Schmidt) [RHEL-52263] - net: qede: use extack in qede_flow_parse_v6_common() (Michal Schmidt) [RHEL-52263] - net: qede: use extack in qede_set_v4_tuple_to_profile() (Michal Schmidt) [RHEL-52263] - net: qede: use extack in qede_set_v6_tuple_to_profile() (Michal Schmidt) [RHEL-52263] - net: qede: use extack in qede_flow_parse_ports() (Michal Schmidt) [RHEL-52263] - net: qede: use return from qede_flow_parse_ports() (Michal Schmidt) [RHEL-52263] - net: qede: use return from qede_flow_spec_validate_unused() (Michal Schmidt) [RHEL-52263] - net: qede: use return from qede_parse_actions() for flow_spec (Michal Schmidt) [RHEL-52263] - net: qede: use return from qede_parse_actions() (Michal Schmidt) [RHEL-52263] - net: qede: use return from qede_parse_flow_attr() for flow_spec (Michal Schmidt) [RHEL-52263] - net: qede: use return from qede_parse_flow_attr() for flower (Michal Schmidt) [RHEL-52263] - net: qede: sanitize 'rc' in qede_add_tc_flower_fltr() (Michal Schmidt) [RHEL-52263] - qed: avoid truncating work queue length (Michal Schmidt) [RHEL-52263] - qed: Drop useless pci_params.pm_cap (Michal Schmidt) [RHEL-52263] - scsi: qedf: Replace deprecated strncpy() with strscpy() (Michal Schmidt) [RHEL-52263] - qede: adopt skb_network_offset() and similar helpers (Michal Schmidt) [RHEL-52263] - qed: remove duplicated assignment to variable opaque_fid (Michal Schmidt) [RHEL-52263] - qed: Fix a potential use-after-free in qed_cxt_tables_alloc (Michal Schmidt) [RHEL-52263] - qede: Refactor qede_forced_speed_maps_init() (Michal Schmidt) [RHEL-52263] - qed: replace uses of strncpy (Michal Schmidt) [RHEL-52263] - qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info (Michal Schmidt) [RHEL-52263] - qed/qede: Remove unused declarations (Michal Schmidt) [RHEL-52263] - qed: remove unused 'resp_size' calculation (Michal Schmidt) [RHEL-52263] - qed: Fix scheduling in a tasklet while getting stats (Michal Schmidt) [RHEL-52263] - qed: remove unused num_ooo_add_to_peninsula variable (Michal Schmidt) [RHEL-52263] - qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info (Michal Schmidt) [RHEL-52263] - qed/qed_mng_tlv: correctly zero out ->min instead of ->hour (Michal Schmidt) [RHEL-52263] - qed/qed_dev: guard against a possible division by zero (Michal Schmidt) [RHEL-52263] - qede: remove linux/version.h and linux/compiler.h (Michal Schmidt) [RHEL-52263] - qede: execute xdp_do_flush() before napi_complete_done() (Michal Schmidt) [RHEL-52263] - qed: fix a typo in comment (Michal Schmidt) [RHEL-52263] - qed: Introduce slab_build_skb() (Michal Schmidt) [RHEL-52263] - qed: avoid defines prefixed with CONFIG (Michal Schmidt) [RHEL-52263] - qed (gcc13): use u16 for fid to be big enough (Michal Schmidt) [RHEL-52263] - qed, qede: constify references to netdev->dev_addr in drivers (Michal Schmidt) [RHEL-52263] - qed: Remove redundant 'flush_workqueue()' calls (Michal Schmidt) [RHEL-52263] - ntb: intel: Fix the NULL vs IS_ERR() bug for debugfs_create_dir() (CKI Backport Bot) [RHEL-63229] {CVE-2023-52917} - netdevice: add netdev_tx_reset_subqueue() shorthand (CKI Backport Bot) [RHEL-68651] - drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error path (Mohammad Heib) [RHEL-64963] - ionic: Allow XDP program to be hot swapped (Mohammad Heib) [RHEL-64963] - ionic: convert Rx queue buffers to use page_pool (Mohammad Heib) [RHEL-64963] - ionic: Fully reconfigure queues when going to/from a NULL XDP program (Mohammad Heib) [RHEL-64963] - ionic: always use rxq_info (Mohammad Heib) [RHEL-64963] - ionic: use per-queue xdp_prog (Mohammad Heib) [RHEL-64963] - ionic: rename ionic_xdp_rx_put_bufs (Mohammad Heib) [RHEL-64963] - ionic: debug line for Tx completion errors (Mohammad Heib) [RHEL-64963] - ionic: Convert comma to semicolon (Mohammad Heib) [RHEL-64963] - ionic: Remove redundant null pointer checks in ionic_debugfs_add_qcq() (Mohammad Heib) [RHEL-64963] - ionic: Prevent tx_timeout due to frequent doorbell ringing (Mohammad Heib) [RHEL-64963] - ionic: use dev_consume_skb_any outside of napi (Mohammad Heib) [RHEL-64963] - ionic: fix kernel panic due to multi-buffer handling (Mohammad Heib) [RHEL-64963] - ionic: Only run the doorbell workaround for certain asic_type (Mohammad Heib) [RHEL-64963] - ionic: Use an u16 for rx_copybreak (Mohammad Heib) [RHEL-64963] - ionic: check for queue deadline in doorbell_napi_work (Mohammad Heib) [RHEL-64963] - ionic: add per-queue napi_schedule for doorbell check (Mohammad Heib) [RHEL-64963] - ionic: add work item for missed-doorbell check (Mohammad Heib) [RHEL-64963] - ionic: add private workqueue per-device (Mohammad Heib) [RHEL-64963] - ionic: Keep interrupt affinity up to date (Mohammad Heib) [RHEL-64963] - ionic: remove missed doorbell per-queue timer (Mohammad Heib) [RHEL-64963] - ionic: advertise 52-bit addressing limitation for MSI-X (Mohammad Heib) [RHEL-64963] - ionic: fix up ionic_if.h kernel-doc issues (Mohammad Heib) [RHEL-64963] - ionic: only sync frag_len in first buffer of xdp (Mohammad Heib) [RHEL-64963] - ionic: Use netdev_name() function instead of netdev->name (Mohammad Heib) [RHEL-64963] - ionic: Mark error paths in the data path as unlikely (Mohammad Heib) [RHEL-64963] - ionic: Pass ionic_txq_desc to ionic_tx_tso_post (Mohammad Heib) [RHEL-64963] - ionic: Reset LIF device while restarting LIF (Mohammad Heib) [RHEL-64963] - ionic: fix potential irq name truncation (Mohammad Heib) [RHEL-64963] - fbdev: efifb: Register sysfs groups through driver core (Jocelyn Falempe) [RHEL-53899] - fbdev: efifb: Use driver-private screen_info for sysfs (Jocelyn Falempe) [RHEL-53899] - firmware/sysfb: Disable sysfb for firmware buffers with unknown parent (Jocelyn Falempe) [RHEL-53899] - fbdev: xen-fbfront: Assign fb_info->device (Jocelyn Falempe) [RHEL-53899] - fbdev: hpfb: Fix an error handling path in hpfb_dio_probe() (Jocelyn Falempe) [RHEL-53899] - video/aperture: optionally match the device in sysfb_disable() (Jocelyn Falempe) [RHEL-53899] - firmware: sysfb: Fix reference count of sysfb parent device (Jocelyn Falempe) [RHEL-53899] - fbdev: viafb: Make I2C terminology more inclusive (Jocelyn Falempe) [RHEL-53899] - fbdev: smscufx: Make I2C terminology more inclusive (Jocelyn Falempe) [RHEL-53899] - fb_defio: use a folio in fb_deferred_io_work() (Jocelyn Falempe) [RHEL-53899] - fbdev: omap2: Return clk_prepare_enable to transfer the error (Jocelyn Falempe) [RHEL-53899] - fbdev: mmp: Constify struct mmp_overlay_ops (Jocelyn Falempe) [RHEL-53899] - fbdev: Drop explicit initialization of struct i2c_device_id::driver_data to 0 (Jocelyn Falempe) [RHEL-53899] - video: console: add missing MODULE_DESCRIPTION() macros (Jocelyn Falempe) [RHEL-53899] - fbdev: amifb: add missing MODULE_DESCRIPTION() macro (Jocelyn Falempe) [RHEL-53899] - fbdev: c2p_planar: add missing MODULE_DESCRIPTION() macro (Jocelyn Falempe) [RHEL-53899] - fbdev: vesafb: Detect VGA compatibility from screen info's VESA attributes (Jocelyn Falempe) [RHEL-53899] - fbdev: omapfb: use of_graph_get_remote_port() (Jocelyn Falempe) [RHEL-53899] - fbdev: omapdss: use for_each_endpoint_of_node() (Jocelyn Falempe) [RHEL-53899] - fbdev: offb: add missing MODULE_DESCRIPTION() macro (Jocelyn Falempe) [RHEL-53899] - fbdev: vfb: add missing MODULE_DESCRIPTION() macro (Jocelyn Falempe) [RHEL-53899] - fbdev: macmodes: add missing MODULE_DESCRIPTION() macro (Jocelyn Falempe) [RHEL-53899] - fbdev: goldfishfb: add missing MODULE_DESCRIPTION() macro (Jocelyn Falempe) [RHEL-53899] - fbdev: kyro: add missing MODULE_DESCRIPTION() macro (Jocelyn Falempe) [RHEL-53899] - fbdev: viafb: add missing MODULE_DESCRIPTION() macro (Jocelyn Falempe) [RHEL-53899] - fbdev: matroxfb: add missing MODULE_DESCRIPTION() macros (Jocelyn Falempe) [RHEL-53899] - video/logo: Make logo data const again (Jocelyn Falempe) [RHEL-53899] - arch: Remove struct fb_info from video helpers (Jocelyn Falempe) [RHEL-53899] - arch: Select fbdev helpers with CONFIG_VIDEO (Jocelyn Falempe) [RHEL-53899] - fbdev: omap: lcd_ams_delta: Constify lcd_ops (Jocelyn Falempe) [RHEL-53899] - fbdev: imx: Constify lcd_ops (Jocelyn Falempe) [RHEL-53899] - fbdev: clps711x: Constify lcd_ops (Jocelyn Falempe) [RHEL-53899] - fbdev/deferred-io: Provide get_page hook in struct fb_deferred_io (Jocelyn Falempe) [RHEL-53899] - fbdev/deferred-io: Always call get_page() for framebuffer pages (Jocelyn Falempe) [RHEL-53899] - fbdev/deferred-io: Test smem_start for I/O memory (Jocelyn Falempe) [RHEL-53899] - fbdev/deferred-io: Test screen_buffer for vmalloc'ed memory (Jocelyn Falempe) [RHEL-53899] - fbdev/deferred-io: Clean up pageref on lastclose (Jocelyn Falempe) [RHEL-53899] - fbdev/deferred-io: Move pageref setup into separate helper (Jocelyn Falempe) [RHEL-53899] - fbdev: savage: Handle err return when savagefb_check_var failed (Jocelyn Falempe) [RHEL-53899] - fbdev: uvesafb: replace deprecated strncpy with strscpy_pad (Jocelyn Falempe) [RHEL-53899] - fbdev: au1200fb: replace deprecated strncpy with strscpy (Jocelyn Falempe) [RHEL-53899] - fbdev: fsl-diu-fb: replace deprecated strncpy with strscpy_pad (Jocelyn Falempe) [RHEL-53899] - fbdev: fix incorrect address computation in deferred IO (Jocelyn Falempe) [RHEL-53899] - video: logo: Drop full path of the input filename in generated file (Jocelyn Falempe) [RHEL-53899] - fbdev: add HAS_IOPORT dependencies (Jocelyn Falempe) [RHEL-53899] - fbdev: sh7760fb: allow modular build (Jocelyn Falempe) [RHEL-53899] - fbdev: sisfb: hide unused variables (Jocelyn Falempe) [RHEL-53899] - fbdev: omap2/omapfb: Replace use of fb_blank with backlight helpers (Jocelyn Falempe) [RHEL-53899] - fbdev: ssd1307fb: Remove struct backlight_ops.check_fb (Jocelyn Falempe) [RHEL-53899] - fbdev: ssd1307fb: Init backlight before registering framebuffer (Jocelyn Falempe) [RHEL-53899] - fbdev: sh_mobile_lcdc_fb: Remove struct backlight_ops.check_fb (Jocelyn Falempe) [RHEL-53899] - backlight: pwm-backlight: Remove struct backlight_ops.check_fb (Jocelyn Falempe) [RHEL-53899] - backlight: aat2870-backlight: Remove struct backlight.check_fb (Jocelyn Falempe) [RHEL-53899] - backlight: Match backlight device against struct fb_info.bl_dev (Jocelyn Falempe) [RHEL-53899] - fbdev: shmobile: fix snprintf truncation (Jocelyn Falempe) [RHEL-53899] - fbdev: Select I/O-memory framebuffer ops for SBus (Jocelyn Falempe) [RHEL-53899] - fbdev: omap2: replace of_graph_get_next_endpoint() (Jocelyn Falempe) [RHEL-53899] - firmware/sysfb: fix an error code in sysfb_init() (Jocelyn Falempe) [RHEL-53899] - firmware/sysfb: Create firmware device only for enabled PCI devices (Jocelyn Falempe) [RHEL-53899] - firmware/sysfb: Set firmware-framebuffer parent device (Jocelyn Falempe) [RHEL-53899] - fbdev: panel-tpo-td043mtea1: Convert sprintf() to sysfs_emit() (Jocelyn Falempe) [RHEL-53899] - fbmon: prevent division by zero in fb_videomode_from_videomode() (Jocelyn Falempe) [RHEL-53899] - fbcon: Increase maximum font width x height to 64 x 128 (Jocelyn Falempe) [RHEL-53899] - fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 (Jocelyn Falempe) [RHEL-53899] - fbdev: mb862xxfb: Fix defined but not used error (Jocelyn Falempe) [RHEL-53899] - fbdev: uvesafb: Convert sprintf/snprintf to sysfs_emit (Jocelyn Falempe) [RHEL-53899] - fbdev/chipsfb: Include <linux/backlight.h> (Jocelyn Falempe) [RHEL-53899] - backlight/corgi-lcd: Include <linux/backlight.h> (Jocelyn Falempe) [RHEL-53899] - fbdev/efifb: Remove framebuffer relocation tracking (Jocelyn Falempe) [RHEL-53899] - firmware/sysfb: Update screen_info for relocated EFI framebuffers (Jocelyn Falempe) [RHEL-53899] - fbdev/efifb: Do not track parent device status (Jocelyn Falempe) [RHEL-53899] - fbdev/efifb: Remove PM for parent device (Jocelyn Falempe) [RHEL-53899] - video: Provide screen_info_get_pci_dev() to find screen_info's PCI device (Jocelyn Falempe) [RHEL-53899] - video: Add helpers for decoding screen_info (Jocelyn Falempe) [RHEL-53899] - video: fbdev: mmp: Follow renaming of SPI "master" to "controller" (Jocelyn Falempe) [RHEL-53899] - fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH (Jocelyn Falempe) [RHEL-53899] - vt: remove superfluous CONFIG_HW_CONSOLE (Jocelyn Falempe) [RHEL-53899] - fbcon: remove fbcon_getxy() (Jocelyn Falempe) [RHEL-53899] - fbcon: remove consw::con_screen_pos() (Jocelyn Falempe) [RHEL-53899] - tty: vt: change consw::con_set_origin() return type (Jocelyn Falempe) [RHEL-53899] - tty: vt: make consw::con_font_default()'s name const (Jocelyn Falempe) [RHEL-53899] - tty: vt: make font of consw::con_font_set() const (Jocelyn Falempe) [RHEL-53899] - tty: vt: stop using -1 for blank mode in consw::con_blank() (Jocelyn Falempe) [RHEL-53899] - tty: vt: make consw::con_switch() return a bool (Jocelyn Falempe) [RHEL-53899] - tty: vt: remove CM_* constants (Jocelyn Falempe) [RHEL-53899] - fbdev/core: simplify cursor_state setting in fbcon_ops::cursor() (Jocelyn Falempe) [RHEL-53899] - consoles: use if instead of switch-case in consw::con_cursor() (Jocelyn Falempe) [RHEL-53899] - tty: vt: sanitize consw::con_putcs() parameters (Jocelyn Falempe) [RHEL-53899] - tty: vt: sanitize consw::con_putc() parameters (Jocelyn Falempe) [RHEL-53899] - tty: vt: eliminate unneeded consw::con_putc() implementations (Jocelyn Falempe) [RHEL-53899] - tty: vt: add con_putc() helper (Jocelyn Falempe) [RHEL-53899] - tty: vt: remove checks for count in consw::con_clear() implementations (Jocelyn Falempe) [RHEL-53899] - tty: vt: sanitize arguments of consw::con_clear() (Jocelyn Falempe) [RHEL-53899] - tty: vt: make init parameter of consw::con_init() a bool (Jocelyn Falempe) [RHEL-53899] - tty: vt: make consw::con_debug_*() return void (Jocelyn Falempe) [RHEL-53899] - tty: vt: pass vc_resize_user as a parameter (Jocelyn Falempe) [RHEL-53899] - fbcon: make display_desc a static array in fbcon_startup() (Jocelyn Falempe) [RHEL-53899] - vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta() (Jocelyn Falempe) [RHEL-53899] - of/platform: Disable sysfb if a simple-framebuffer node is found (Jocelyn Falempe) [RHEL-53899] - video/nomodeset: Select nomodeset= parameter with CONFIG_VIDEO (Jocelyn Falempe) [RHEL-53899] - video/cmdline: Hide __video_get_options() behind CONFIG_FB_CORE (Jocelyn Falempe) [RHEL-53899] - video/cmdline: Introduce CONFIG_VIDEO for video= parameter (Jocelyn Falempe) [RHEL-53899] - fbdev/vesafb: Use screen_info pointer from device (Jocelyn Falempe) [RHEL-53899] - fbdev/vesafb: Replace references to global screen_info by local pointer (Jocelyn Falempe) [RHEL-53899] - fbdev/efifb: Use screen_info pointer from device (Jocelyn Falempe) [RHEL-53899] - fbdev/efifb: Replace references to global screen_info by local pointer (Jocelyn Falempe) [RHEL-53899] - lib/fonts: fix undefined behavior in bit shift for get_default_font (Jocelyn Falempe) [RHEL-53899] - scsi: qla2xxx: Convert comma to semicolon (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: Remove the unused 'del_list_entry' field in struct fc_port (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: Update version to 10.02.09.300-k (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: Use QP lock to search for bsg (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: Reduce fabric scan duplicate code (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: Fix optrom version displayed in FDMI (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: During vport delete send async logout explicitly (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: Complete command early within lock (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: Fix flash read failure (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmds (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: Fix for possible memory corruption (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: validate nvme_local_port correctly (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: Unable to act on RSCN for port online (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: Remove unused struct 'scsi_dif_tuple' (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: Fix debugfs output for fw_resource_count (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: Avoid possible run-time warning with long model_num (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: Indent help text (Nilesh Javali) [RHEL-58013] - scsi: qla2xxx: Drop driver owner assignment (Nilesh Javali) [RHEL-58013] - powercap: intel_rapl_tpmi: Ignore minor version change (David Arcari) [RHEL-33313] - powercap: intel_rapl_tpmi: Fix bogus register reading (David Arcari) [RHEL-33313] - powercap: intel_rapl_msr: Add PL4 support for ArrowLake-H (David Arcari) [RHEL-33313] - powercap: intel_rapl_msr: Add PL4 support for Arrowlake-U (David Arcari) [RHEL-33313] - powercap: intel_rapl: Change an error pointer to NULL (David Arcari) [RHEL-33313] - powercap: intel_rapl: Add support for ArrowLake-U platform (David Arcari) [RHEL-33313] - powercap/intel_rapl: Fix the energy-pkg event for AMD CPUs (David Arcari) [RHEL-33313] - powercap/intel_rapl: Add support for AMD family 1Ah (David Arcari) [RHEL-33313] - sctp: properly validate chunk size in sctp_sf_ootb() (CKI Backport Bot) [RHEL-68005] {CVE-2024-50299} - net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created by classifiers (Ivan Vecera) [RHEL-57768] - net: fix races in netdev_tx_sent_queue()/dev_watchdog() (Ivan Vecera) [RHEL-57768] - sch_cake: constify inverse square root cache (Ivan Vecera) [RHEL-57768] - net: sched: consistently use rcu_replace_pointer() in taprio_change() (Ivan Vecera) [RHEL-57768] - net_sched: sch_fq: fix incorrect behavior for small weights (Ivan Vecera) [RHEL-57768] - selftests: tc_actions: test egress 2nd vlan push (Ivan Vecera) [RHEL-57768] - selftests: tc_actions: test ingress 2nd vlan push (Ivan Vecera) [RHEL-57768] - tc: adjust network header after 2nd vlan push (Ivan Vecera) [RHEL-57768] - net: sched: Correct spelling in headers (Ivan Vecera) [RHEL-57768] - tc-testing: don't access non-existent variable on exception (Ivan Vecera) [RHEL-57768] - UAPI: net/sched: Use __struct_group() in flex struct tc_u32_sel (Ivan Vecera) [RHEL-57768] - sched: act_ct: avoid -Wflex-array-member-not-at-end warning (Ivan Vecera) [RHEL-57768] - net/sched: act_skbmod: convert comma to semicolon (Ivan Vecera) [RHEL-57768] - act_ct: prepare for stolen verdict coming from conntrack and nat engine (Ivan Vecera) [RHEL-57768] - tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset() (Ivan Vecera) [RHEL-57768] - net: count drops due to missing qdisc as dev->tx_drops (Ivan Vecera) [RHEL-57768] - redhat/configs: enable TMP421 hardware monitoring sensors on aarch64 (Nirmala Dalvi) [RHEL-21097] - redhat/configs: enable TMP401 hardware monitoring sensors on aarch64 (Nirmala Dalvi) [RHEL-21097] - redhat/configs: enable TMP102 hardware monitoring sensors on aarch64 (Nirmala Dalvi) [RHEL-21097] - redhat/configs: enable LM93 hardware monitoring sensors on aarch64 (Nirmala Dalvi) [RHEL-21097] - redhat/configs: enable LM92 hardware monitoring sensors on aarch64 (Nirmala Dalvi) [RHEL-21097] - redhat/configs: enable LM90 hardare monitoring sensors for aarch64 (Nirmala Dalvi) [RHEL-21097] - redhat/configs: enable LM78 hardware monitoring sensors for aarch64 (Nirmala Dalvi) [RHEL-21097] - redhat/configs: enable LM77 hardware monitoring sensors for aarch64 (Nirmala Dalvi) [RHEL-21097] - redhat/configs: enable LM75 hardware monitoring sensors for aarch64 (Nirmala Dalvi) [RHEL-21097] - redhat/configs: enable LM73 hardware monitoring sensors for aarch64 (Nirmala Dalvi) [RHEL-21097] - redhat/configs: enable INA2XX hardware monitoring sensors for aarch64 (Nirmala Dalvi) [RHEL-21097] - redhat/configs: enable F71882FG hardware monitoring sensors for aarch64 (Nirmala Dalvi) [RHEL-21097] - RDMA/mlx4: Simplify an alloc_ordered_workqueue() invocation (Benjamin Poirier) [RHEL-52873] - RDMA/mlx4: Simplify an alloc_ordered_workqueue() invocation (Benjamin Poirier) [RHEL-52873] - net/mlx4: Add support for EEPROM high pages query for QSFP/QSFP+/QSFP28 (Benjamin Poirier) [RHEL-52873] - RDMA/mlx4: Fix truncated output warning in alias_GUID.c (Benjamin Poirier) [RHEL-52873] - RDMA/mlx4: Fix truncated output warning in mad.c (Benjamin Poirier) [RHEL-52873] - net/mlx4_en: Use ethtool_puts/sprintf to fill stats strings (Benjamin Poirier) [RHEL-52873] - net/mlx4_en: Use ethtool_puts to fill selftest strings (Benjamin Poirier) [RHEL-52873] - net/mlx4_en: Use ethtool_puts to fill priv flags strings (Benjamin Poirier) [RHEL-52873] - net/mlx4: support per-queue statistics via netlink (Benjamin Poirier) [RHEL-52873] - net/mlx4: link NAPI instances to queues and IRQs (Benjamin Poirier) [RHEL-52873] - net/mlx4: Track RX allocation failures in a stat (Benjamin Poirier) [RHEL-52873] - net: ethernet: mlx4: remove unused struct 'mlx4_port_config' (Benjamin Poirier) [RHEL-52873] - mlx4: Address spelling errors (Benjamin Poirier) [RHEL-52873] - i40e: Fix handling changed priv flags (Kamal Heib) [RHEL-30524] - PCI: qcom: Use OPP only if the platform supports it (Myron Stowe) [RHEL-65598] - PCI: qcom-ep: Disable MHI RAM data parity error interrupt for SA8775P SoC (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Do not enable watermark interrupts for HDMA (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMA (Myron Stowe) [RHEL-65598] - PCI: qcom: Prevent use of uninitialized data in qcom_pcie_suspend_noirq() (Myron Stowe) [RHEL-65598] - PCI: qcom: Prevent potential error pointer dereference (Myron Stowe) [RHEL-65598] - PCI: qcom: Fix missing error code in qcom_pcie_probe() (Myron Stowe) [RHEL-65598] - PCI: qcom: Add OPP support to scale performance (Myron Stowe) [RHEL-65598] - PCI: Bring the PCIe speed to MBps logic to new pcie_dev_speed_mbps() (Myron Stowe) [RHEL-65598] - PCI: qcom: Add ICC bandwidth vote for CPU to PCIe path (Myron Stowe) [RHEL-65598] - PCI: qcom-ep: Disable resources unconditionally during PERST# assert (Myron Stowe) [RHEL-65598] - PCI: qcom-ep: Override NO_SNOOP attribute for SA8775P EP (Myron Stowe) [RHEL-65598] - PCI: qcom: Override NO_SNOOP attribute for SA8775P RC (Myron Stowe) [RHEL-65598] - PCI: epf-mhi: Enable HDMA for SA8775P SoC (Myron Stowe) [RHEL-65598] - PCI: qcom-ep: Add HDMA support for SA8775P SoC (Myron Stowe) [RHEL-65598] - PCI: dwc: Pass the eDMA mapping format flag directly from glue drivers (Myron Stowe) [RHEL-65598] - PCI: dwc: Skip finding eDMA channels count for HDMA platforms (Myron Stowe) [RHEL-65598] - PCI: dwc: Refactor dw_pcie_edma_find_chip() API (Myron Stowe) [RHEL-65598] - PCI: qcom-ep: Add support for SA8775P SOC (Myron Stowe) [RHEL-65598] - dt-bindings: PCI: qcom-ep: Add support for SA8775P SoC (Myron Stowe) [RHEL-65598] - PCI: qcom: Use devm_clk_bulk_get_all() API (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in remote setup (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in remote setup (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Add HDMA remote interrupt configuration (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: HDMA_V0_REMOTEL_STOP_INT_EN typo fix (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Fix wrong interrupt bit set for HDMA (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Fix the ch_count hdma callback (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: increase size of 'name' in debugfs code (Myron Stowe) [RHEL-65598] - dmaengine: shdma: increase size of 'dev_id' (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Add HDMA DebugFS support (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Add support for native HDMA (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Fix to change for continuous transfer (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: remove unused readq_ch and writeq_ch functions (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Remove runtime PM support (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: remove a macro conditional with similar branches (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Fix inconsistent indenting (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Fix unaligned 64bit access (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Fix return value check for dma_set_mask_and_coherent() (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma-pcie: switch from 'pci_' to 'dma_' API (Myron Stowe) [RHEL-65598] - dmaengine: dw-edma: Remove an unused variable (Myron Stowe) [RHEL-65598] - autofs: fix thinko in validate_dev_ioctl() (Ian Kent) [RHEL-67294] - autofs: add per dentry expire timeout (Ian Kent) [RHEL-67294] - idpf: fix idpf_vc_core_init error path (CKI Backport Bot) [RHEL-67141] - idpf: avoid vport access in idpf_get_link_ksettings (CKI Backport Bot) [RHEL-67141] Resolves: RHEL-21097, RHEL-29299, RHEL-30524, RHEL-33313, RHEL-52263, RHEL-52873, RHEL-53899, RHEL-57768, RHEL-58013, RHEL-63229, RHEL-64476, RHEL-64963, RHEL-65598, RHEL-66206, RHEL-67141, RHEL-67294, RHEL-68005, RHEL-68651, RHEL-68817 Signed-off-by: Rado Vrbovsky <rvrbovsk@redhat.com>
2024-12-05 16:22:46 +00:00
RHEL_RELEASE = 539
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