kernel/Makefile.rhelver
Frantisek Hrbata 561a31902e kernel-5.14.0-190.el9
* Tue Nov 08 2022 Frantisek Hrbata <fhrbata@redhat.com> [5.14.0-190.el9]
- io_uring: disallow modification of rsrc_data during quiesce (Jeff Moyer) [2112041]
- io_uring: don't convert to jiffies for waiting on timeouts (Jeff Moyer) [2112041]
- io_uring: add a schedule point in io_add_buffers() (Jeff Moyer) [2112041]
- mm: io_uring: allow oom-killer from io_uring_setup (Jeff Moyer) [2112041]
- io_uring: Clean up a false-positive warning from GCC 9.3.0 (Jeff Moyer) [2112041]
- io_uring: remove unused argument from io_rsrc_node_alloc (Jeff Moyer) [2112041]
- io_uring: fix bug in slow unregistering of nodes (Jeff Moyer) [2112041]
- io-wq: delete dead lock shuffling code (Jeff Moyer) [2112041]
- io_uring: perform poll removal even if async work removal is successful (Jeff Moyer) [2112041]
- io-wq: add intermediate work step between pending list and active work (Jeff Moyer) [2112041]
- io-wq: perform both unstarted and started work cancelations in one go (Jeff Moyer) [2112041]
- io-wq: invoke work cancelation with wqe->lock held (Jeff Moyer) [2112041]
- io-wq: make io_worker lock a raw spinlock (Jeff Moyer) [2112041]
- io-wq: remove useless 'work' argument to __io_worker_busy() (Jeff Moyer) [2112041]
- io_uring: fix UAF due to missing POLLFREE handling (Jeff Moyer) [2112041]
- io_uring: Remove unused function req_ref_put (Jeff Moyer) [2112041]
- io_uring: fix not released cached task refs (Jeff Moyer) [2112041]
- io_uring: remove redundant tab space (Jeff Moyer) [2112041]
- io_uring: remove unused function parameter (Jeff Moyer) [2112041]
- io_uring: use completion batching for poll rem/upd (Jeff Moyer) [2112041]
- io_uring: single shot poll removal optimisation (Jeff Moyer) [2112041]
- io_uring: poll rework (Jeff Moyer) [2112041]
- io_uring: kill poll linking optimisation (Jeff Moyer) [2112041]
- io_uring: move common poll bits (Jeff Moyer) [2112041]
- io_uring: refactor poll update (Jeff Moyer) [2112041]
- io_uring: remove double poll on poll update (Jeff Moyer) [2112041]
- io_uring: code clean for some ctx usage (Jeff Moyer) [2112041]
- io_uring: batch completion in prior_task_list (Jeff Moyer) [2112041]
- io_uring: split io_req_complete_post() and add a helper (Jeff Moyer) [2112041]
- io_uring: add helper for task work execution code (Jeff Moyer) [2112041]
- io_uring: add a priority tw list for irq completion work (Jeff Moyer) [2112041]
- io-wq: add helper to merge two wq_lists (Jeff Moyer) [2112041]
- io_uring: reuse io_req_task_complete for timeouts (Jeff Moyer) [2112041]
- io_uring: tweak iopoll CQE_SKIP event counting (Jeff Moyer) [2112041]
- io_uring: simplify selected buf handling (Jeff Moyer) [2112041]
- io_uring: move up io_put_kbuf() and io_put_rw_kbuf() (Jeff Moyer) [2112041]
- io_uring: validate timespec for timeout removals (Jeff Moyer) [2112041]
- io_uring: better to use REQ_F_IO_DRAIN for req->flags (Jeff Moyer) [2112041]
- io_uring: fix no lock protection for ctx->cq_extra (Jeff Moyer) [2112041]
- io_uring: disable drain with cqe skip (Jeff Moyer) [2112041]
- io_uring: don't spinlock when not posting CQEs (Jeff Moyer) [2112041]
- io_uring: add option to skip CQE posting (Jeff Moyer) [2112041]
- io_uring: clean cqe filling functions (Jeff Moyer) [2112041]
- io_uring: improve argument types of kiocb_done() (Jeff Moyer) [2112041]
- io_uring: clean __io_import_iovec() (Jeff Moyer) [2112041]
- io_uring: improve send/recv error handling (Jeff Moyer) [2112041]
- io_uring: simplify reissue in kiocb_done (Jeff Moyer) [2112041]
- ipv4: Reject again rules with high DSCP values (Ivan Vecera) [2140160]
- mlxsw: Use dscp_t in struct mlxsw_sp_fib4_entry (Ivan Vecera) [2140160]
- netdevsim: Use dscp_t in struct nsim_fib4_rt (Ivan Vecera) [2140160]
- ipv4: Use dscp_t in struct fib_entry_notifier_info (Ivan Vecera) [2140160]
- ipv4: Use dscp_t in struct fib_rt_info (Ivan Vecera) [2140160]
- ipv4: Use dscp_t in struct fib_alias (Ivan Vecera) [2140160]
- ipv4: Reject routes specifying ECN bits in rtm_tos (Ivan Vecera) [2140160]
- ipv4: Stop taking ECN bits into account in fib4-rules (Ivan Vecera) [2140160]
- ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rules (Ivan Vecera) [2140160]
- netdevsim: Fix hwstats debugfs file permissions (Ivan Vecera) [2140149]
- selftests: netdevsim: Increase sleep time in hw_stats_l3.sh test (Ivan Vecera) [2140149]
- selftests: netdevsim: hw_stats_l3: Add a new test (Ivan Vecera) [2140149]
- netdevsim: Introduce support for L3 offload xstats (Ivan Vecera) [2140149]
- rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS replies (Ivan Vecera) [2140149]
- net: rtnetlink: fix error handling in rtnl_fill_statsinfo() (Ivan Vecera) [2140149]
- selftests: forwarding: hw_stats_l3: Add a new test (Ivan Vecera) [2140149]
- net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATS (Ivan Vecera) [2140149]
- net: rtnetlink: Add RTM_SETSTATS (Ivan Vecera) [2140149]
- net: rtnetlink: Add UAPI for obtaining L3 offload xstats (Ivan Vecera) [2140149]
- net: dev: Add hardware stats support (Ivan Vecera) [2140149]
- net: rtnetlink: rtnl_fill_statsinfo(): Permit non-EMSGSIZE error returns (Ivan Vecera) [2140149]
- net: rtnetlink: Propagate extack to rtnl_offload_xstats_fill() (Ivan Vecera) [2140149]
- net: rtnetlink: RTM_GETSTATS: Allow filtering inside nests (Ivan Vecera) [2140149]
- net: rtnetlink: Stop assuming that IFLA_OFFLOAD_XSTATS_* are dev-backed (Ivan Vecera) [2140149]
- net: rtnetlink: Namespace functions related to IFLA_OFFLOAD_XSTATS_* (Ivan Vecera) [2140149]
- net: rtnetlink: rtnl_stats_get(): Emit an extack for unset filter_mask (Ivan Vecera) [2140149]
- redhat: create /boot symvers link if it doesn't exist (Jan Stancek) [2088208]
- ethernet: add a helper for assigning port addresses (Ivan Vecera) [2140118]
Resolves: rhbz#2112041, rhbz#2140160, rhbz#2140149, rhbz#2088208, rhbz#2140118

Signed-off-by: Frantisek Hrbata <fhrbata@redhat.com>
2022-11-08 09:26:30 -05:00

68 lines
2.3 KiB
Makefile

RHEL_MAJOR = 9
RHEL_MINOR = 2
#
# 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 = 190
#
# 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