kernel/Makefile.rhelver
Scott Weaver 8c61637379 kernel-5.14.0-384.el9
* Thu Nov 09 2023 Scott Weaver <scweaver@redhat.com> [5.14.0-384.el9]
- perf/core: Fix potential NULL deref (Wander Lairson Costa) [RHEL-14984] {CVE-2023-5717}
- perf: Disallow mis-matched inherited group reads (Wander Lairson Costa) [RHEL-14984] {CVE-2023-5717}
- page_pool: unlink from napi during destroy (Ivan Vecera) [RHEL-12613]
- page_pool: allow caching from safely localized NAPI (Ivan Vecera) [RHEL-12613]
- net: skb: plumb napi state thru skb freeing paths (Ivan Vecera) [RHEL-12613]
- net: introduce skb_poison_list and use in kfree_skb_list (Ivan Vecera) [RHEL-12613]
- net: fix kfree_skb_list use of skb_mark_not_on_list (Ivan Vecera) [RHEL-12613]
- net: kfree_skb_list use kmem_cache_free_bulk (Ivan Vecera) [RHEL-12613]
- net: skb: move skb_pp_recycle() to skbuff.c (Ivan Vecera) [RHEL-12613]
- ibmvnic: Ensure login failure recovery is safe from other resets (Mamatha Inamdar) [RHEL-15149]
- ibmvnic: Do partial reset on login failure (Mamatha Inamdar) [RHEL-15149]
- ibmvnic: Handle DMA unmapping of login buffs in release functions (Mamatha Inamdar) [RHEL-15149]
- ibmvnic: Unmap DMA login rsp buffer on send login fail (Mamatha Inamdar) [RHEL-15149]
- ibmvnic: Enforce stronger sanity checks on login response (Mamatha Inamdar) [RHEL-15149]
- ibmvnic: remove unused rc variable (Mamatha Inamdar) [RHEL-15149]
- ibmvnic: Free rwi on reset success (Mamatha Inamdar) [RHEL-15149]
- selftests: tty: add selftest for tty timestamp updates (Aristeu Rozanski) [RHEL-3902]
- tty: tty_io: update timestamps on all device nodes (Aristeu Rozanski) [RHEL-3902]
- powerpc/rtas_flash: allow user copy to flash block cache objects (Mamatha Inamdar) [2228278]
- preempt: Put preempt_enable() within an instrumentation*() section. (Eder Zulian) [RHEL-3988]
- sched/rt: Don't try push tasks if there are none. (Eder Zulian) [RHEL-3988]
- signal: Add proper comment about the preempt-disable in ptrace_stop(). (Eder Zulian) [RHEL-3988]
- scsi: scsi_debug: Remove dead code (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Abort commands from scsi_debug_device_reset() (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Fix missing error code in scsi_debug_init() (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Drop sdebug_queue (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Only allow sdebug_max_queue be modified when no shosts (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Use scsi_host_busy() in delay_store() and ndelay_store() (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in stop_all_queued() (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Use blk_mq_tagset_busy_iter() in sdebug_blk_mq_poll() (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Dynamically allocate sdebug_queued_cmd (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Use scsi_block_requests() to block queues (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Protect block_unblock_all_queues() with mutex (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Change shost list lock to a mutex (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Don't iter all shosts in clear_luns_changed_on_target() (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Fix check for sdev queue full (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Remove redundant driver match function (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Add poll mode deferred completions to statistics (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Get command abort feature working again (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Drop sdebug_dev_info.num_in_q (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Drop check for num_in_q exceeding queue depth (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Drop scsi_debug_host_reset() device NULL pointer check (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Drop scsi_debug_bus_reset() NULL pointer checks (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Drop scsi_debug_target_reset() NULL pointer checks (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Drop scsi_debug_device_reset() NULL pointer checks (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Drop scsi_debug_abort() NULL pointer checks (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Stop setting devip->sdbg_host twice (Ming Lei) [RHEL-15276]
- scsi: scsi_debug: Don't hold driver host struct pointer in host->hostdata[] (Ming Lei) [RHEL-15276]
- scsi: smartpqi: Change driver version to 2.1.24-046 (Don Brace) [RHEL-2301]
- scsi: smartpqi: Enhance error messages (Don Brace) [RHEL-2301]
- scsi: smartpqi: Enhance controller offline notification (Don Brace) [RHEL-2301]
- scsi: smartpqi: Enhance shutdown notification (Don Brace) [RHEL-2301]
- scsi: smartpqi: Simplify lun_number assignment (Don Brace) [RHEL-2301]
- scsi: smartpqi: Rename pciinfo to pci_info (Don Brace) [RHEL-2301]
- scsi: smartpqi: Rename MACRO to clarify purpose (Don Brace) [RHEL-2301]
- scsi: smartpqi: Add abort handler (Don Brace) [RHEL-2301]
- netfilter: xt_sctp: validate the flag_info count (Wander Lairson Costa) [2227299] {CVE-2023-39193}
- net: xfrm: Fix xfrm_address_filter OOB read (Wander Lairson Costa) [2227305] {CVE-2023-39194}
- drm/qxl: fix UAF on handle creation (Wander Lairson Costa) [2218334] {CVE-2023-39198}
- netfilter: nfnetlink_osf: avoid OOB read (Wander Lairson Costa) [2227287] {CVE-2023-39189}
Resolves: rhbz#2218334, rhbz#2227287, rhbz#2227299, rhbz#2227305, rhbz#2228278, RHEL-12613, RHEL-14984, RHEL-15149, RHEL-15276, RHEL-2301, RHEL-3902, RHEL-3988

Signed-off-by: Scott Weaver <scweaver@redhat.com>
2023-11-09 07:43:29 -05:00

68 lines
2.3 KiB
Makefile

RHEL_MAJOR = 9
RHEL_MINOR = 4
#
# 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.
RHEL_RELEASE = 384
#
# 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