Skip to content

Commit 4cee7a3

Browse files
author
Frantisek Hrbata
committed
[redhat] kernel-5.14.0-190.el9
Signed-off-by: Frantisek Hrbata <fhrbata@redhat.com>
1 parent 3f3cec6 commit 4cee7a3

File tree

2 files changed

+79
-1
lines changed

2 files changed

+79
-1
lines changed

Makefile.rhelver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 2
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 189
15+
RHEL_RELEASE = 190
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.2

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,81 @@
1+
* Tue Nov 08 2022 Frantisek Hrbata <fhrbata@redhat.com> [5.14.0-190.el9]
2+
- io_uring: disallow modification of rsrc_data during quiesce (Jeff Moyer) [2112041]
3+
- io_uring: don't convert to jiffies for waiting on timeouts (Jeff Moyer) [2112041]
4+
- io_uring: add a schedule point in io_add_buffers() (Jeff Moyer) [2112041]
5+
- mm: io_uring: allow oom-killer from io_uring_setup (Jeff Moyer) [2112041]
6+
- io_uring: Clean up a false-positive warning from GCC 9.3.0 (Jeff Moyer) [2112041]
7+
- io_uring: remove unused argument from io_rsrc_node_alloc (Jeff Moyer) [2112041]
8+
- io_uring: fix bug in slow unregistering of nodes (Jeff Moyer) [2112041]
9+
- io-wq: delete dead lock shuffling code (Jeff Moyer) [2112041]
10+
- io_uring: perform poll removal even if async work removal is successful (Jeff Moyer) [2112041]
11+
- io-wq: add intermediate work step between pending list and active work (Jeff Moyer) [2112041]
12+
- io-wq: perform both unstarted and started work cancelations in one go (Jeff Moyer) [2112041]
13+
- io-wq: invoke work cancelation with wqe->lock held (Jeff Moyer) [2112041]
14+
- io-wq: make io_worker lock a raw spinlock (Jeff Moyer) [2112041]
15+
- io-wq: remove useless 'work' argument to __io_worker_busy() (Jeff Moyer) [2112041]
16+
- io_uring: fix UAF due to missing POLLFREE handling (Jeff Moyer) [2112041]
17+
- io_uring: Remove unused function req_ref_put (Jeff Moyer) [2112041]
18+
- io_uring: fix not released cached task refs (Jeff Moyer) [2112041]
19+
- io_uring: remove redundant tab space (Jeff Moyer) [2112041]
20+
- io_uring: remove unused function parameter (Jeff Moyer) [2112041]
21+
- io_uring: use completion batching for poll rem/upd (Jeff Moyer) [2112041]
22+
- io_uring: single shot poll removal optimisation (Jeff Moyer) [2112041]
23+
- io_uring: poll rework (Jeff Moyer) [2112041]
24+
- io_uring: kill poll linking optimisation (Jeff Moyer) [2112041]
25+
- io_uring: move common poll bits (Jeff Moyer) [2112041]
26+
- io_uring: refactor poll update (Jeff Moyer) [2112041]
27+
- io_uring: remove double poll on poll update (Jeff Moyer) [2112041]
28+
- io_uring: code clean for some ctx usage (Jeff Moyer) [2112041]
29+
- io_uring: batch completion in prior_task_list (Jeff Moyer) [2112041]
30+
- io_uring: split io_req_complete_post() and add a helper (Jeff Moyer) [2112041]
31+
- io_uring: add helper for task work execution code (Jeff Moyer) [2112041]
32+
- io_uring: add a priority tw list for irq completion work (Jeff Moyer) [2112041]
33+
- io-wq: add helper to merge two wq_lists (Jeff Moyer) [2112041]
34+
- io_uring: reuse io_req_task_complete for timeouts (Jeff Moyer) [2112041]
35+
- io_uring: tweak iopoll CQE_SKIP event counting (Jeff Moyer) [2112041]
36+
- io_uring: simplify selected buf handling (Jeff Moyer) [2112041]
37+
- io_uring: move up io_put_kbuf() and io_put_rw_kbuf() (Jeff Moyer) [2112041]
38+
- io_uring: validate timespec for timeout removals (Jeff Moyer) [2112041]
39+
- io_uring: better to use REQ_F_IO_DRAIN for req->flags (Jeff Moyer) [2112041]
40+
- io_uring: fix no lock protection for ctx->cq_extra (Jeff Moyer) [2112041]
41+
- io_uring: disable drain with cqe skip (Jeff Moyer) [2112041]
42+
- io_uring: don't spinlock when not posting CQEs (Jeff Moyer) [2112041]
43+
- io_uring: add option to skip CQE posting (Jeff Moyer) [2112041]
44+
- io_uring: clean cqe filling functions (Jeff Moyer) [2112041]
45+
- io_uring: improve argument types of kiocb_done() (Jeff Moyer) [2112041]
46+
- io_uring: clean __io_import_iovec() (Jeff Moyer) [2112041]
47+
- io_uring: improve send/recv error handling (Jeff Moyer) [2112041]
48+
- io_uring: simplify reissue in kiocb_done (Jeff Moyer) [2112041]
49+
- ipv4: Reject again rules with high DSCP values (Ivan Vecera) [2140160]
50+
- mlxsw: Use dscp_t in struct mlxsw_sp_fib4_entry (Ivan Vecera) [2140160]
51+
- netdevsim: Use dscp_t in struct nsim_fib4_rt (Ivan Vecera) [2140160]
52+
- ipv4: Use dscp_t in struct fib_entry_notifier_info (Ivan Vecera) [2140160]
53+
- ipv4: Use dscp_t in struct fib_rt_info (Ivan Vecera) [2140160]
54+
- ipv4: Use dscp_t in struct fib_alias (Ivan Vecera) [2140160]
55+
- ipv4: Reject routes specifying ECN bits in rtm_tos (Ivan Vecera) [2140160]
56+
- ipv4: Stop taking ECN bits into account in fib4-rules (Ivan Vecera) [2140160]
57+
- ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rules (Ivan Vecera) [2140160]
58+
- netdevsim: Fix hwstats debugfs file permissions (Ivan Vecera) [2140149]
59+
- selftests: netdevsim: Increase sleep time in hw_stats_l3.sh test (Ivan Vecera) [2140149]
60+
- selftests: netdevsim: hw_stats_l3: Add a new test (Ivan Vecera) [2140149]
61+
- netdevsim: Introduce support for L3 offload xstats (Ivan Vecera) [2140149]
62+
- rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS replies (Ivan Vecera) [2140149]
63+
- net: rtnetlink: fix error handling in rtnl_fill_statsinfo() (Ivan Vecera) [2140149]
64+
- selftests: forwarding: hw_stats_l3: Add a new test (Ivan Vecera) [2140149]
65+
- net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATS (Ivan Vecera) [2140149]
66+
- net: rtnetlink: Add RTM_SETSTATS (Ivan Vecera) [2140149]
67+
- net: rtnetlink: Add UAPI for obtaining L3 offload xstats (Ivan Vecera) [2140149]
68+
- net: dev: Add hardware stats support (Ivan Vecera) [2140149]
69+
- net: rtnetlink: rtnl_fill_statsinfo(): Permit non-EMSGSIZE error returns (Ivan Vecera) [2140149]
70+
- net: rtnetlink: Propagate extack to rtnl_offload_xstats_fill() (Ivan Vecera) [2140149]
71+
- net: rtnetlink: RTM_GETSTATS: Allow filtering inside nests (Ivan Vecera) [2140149]
72+
- net: rtnetlink: Stop assuming that IFLA_OFFLOAD_XSTATS_* are dev-backed (Ivan Vecera) [2140149]
73+
- net: rtnetlink: Namespace functions related to IFLA_OFFLOAD_XSTATS_* (Ivan Vecera) [2140149]
74+
- net: rtnetlink: rtnl_stats_get(): Emit an extack for unset filter_mask (Ivan Vecera) [2140149]
75+
- redhat: create /boot symvers link if it doesn't exist (Jan Stancek) [2088208]
76+
- ethernet: add a helper for assigning port addresses (Ivan Vecera) [2140118]
77+
Resolves: rhbz#2112041, rhbz#2140160, rhbz#2140149, rhbz#2088208, rhbz#2140118
78+
179
* Tue Nov 08 2022 Frantisek Hrbata <fhrbata@redhat.com> [5.14.0-189.el9]
280
- KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXITING unavailable (Emanuele Giuseppe Esposito) [2139362]
381
- selftests/vm: enable running select groups of tests (Nico Pache) [2089501]

0 commit comments

Comments
 (0)