Skip to content

Commit e02e5f5

Browse files
author
Herton R. Krzesinski
committed
[redhat] kernel-5.14.0-244.el9
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
1 parent 56c5fb7 commit e02e5f5

File tree

2 files changed

+72
-1
lines changed

2 files changed

+72
-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 = 243
15+
RHEL_RELEASE = 244
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.2

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,74 @@
1+
* Wed Jan 25 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-244.el9]
2+
- gitlab-ci: use CI templates from production branch (Michael Hofmann)
3+
- net/mlx5: fw_reset: Don't try to load device in case PCI isn't working (Petr Oros) [2131117]
4+
- net/mlx5: Fix sync reset event handler error flow (Petr Oros) [2131117]
5+
- net/mlx5: Lag, Fix for loop when checking lag (Petr Oros) [2131117]
6+
- net/mlx5: E-switch, Destroy legacy fdb table when needed (Petr Oros) [2131117]
7+
- net/mlx5: E-switch, Fix duplicate lag creation (Petr Oros) [2131117]
8+
- net/mlx5: Unlock on error in mlx5_sriov_enable() (Petr Oros) [2131117]
9+
- Documentation: devlink: add add devlink-selftests to the table of contents (Petr Oros) [2131117]
10+
- mlxsw: minimal: Fix deadlock in ports creation (Petr Oros) [2131117]
11+
- mlxsw: core: Fix use-after-free calling devl_unlock() in mlxsw_core_bus_device_unregister() (Petr Oros) [2131117]
12+
- net/mlx5: unlock on error path in esw_vfs_changed_event_handler() (Petr Oros) [2131117]
13+
- net/mlx5: E-switch, Set to legacy mode if failed to change switchdev mode (Petr Oros) [2131117]
14+
- net: devlink: add port_init/fini() helpers to allow pre-register/post-unregister functions (Petr Oros) [2131117]
15+
- net: devlink: introduce a flag to indicate devlink port being registered (Petr Oros) [2131117]
16+
- net: devlink: introduce port registered assert helper and use it (Petr Oros) [2131117]
17+
- net: devlink: stub port params cmds for they are unused internally (Petr Oros) [2131117]
18+
- net: devlink: limit flash component name to match version returned by info_get() (Petr Oros) [2131117]
19+
- netdevsim: add version fw.mgmt info info_get() and mark as a component (Petr Oros) [2131117]
20+
- net: devlink: extend info_get() version put to indicate a flash component (Petr Oros) [2131117]
21+
- net: devlink: Fix missing mutex_unlock() call (Petr Oros) [2131117]
22+
- net: devlink: enable parallel ops on netlink interface (Petr Oros) [2131117]
23+
- net: devlink: remove devlink_mutex (Petr Oros) [2131117]
24+
- net: devlink: convert reload command to take implicit devlink->lock (Petr Oros) [2131117]
25+
- net: devlink: introduce "unregistering" mark and use it during devlinks iteration (Petr Oros) [2131117]
26+
- devlink: Hold the instance lock in health callbacks (Petr Oros) [2131117]
27+
- net/mlx5: Lock mlx5 devlink health recovery callback (Petr Oros) [2131117]
28+
- net/mlx4: Lock mlx4 devlink reload callback (Petr Oros) [2131117]
29+
- net/mlx4: Use devl_ API for devlink port register / unregister (Petr Oros) [2131117]
30+
- net/mlx4: Use devl_ API for devlink region create / destroy (Petr Oros) [2131117]
31+
- net/mlx5: Lock mlx5 devlink reload callbacks (Petr Oros) [2131117]
32+
- net/mlx5: Move fw reset unload to mlx5_fw_reset_complete_reload (Petr Oros) [2131117]
33+
- net: devlink: remove region snapshots list dependency on devlink->lock (Petr Oros) [2131117]
34+
- net: devlink: remove region snapshot ID tracking dependency on devlink->lock (Petr Oros) [2131117]
35+
- devlink: introduce framework for selftests (Petr Oros) [2131117]
36+
- net: devlink: remove redundant net_eq() check from sb_pool_get_dumpit() (Petr Oros) [2131117]
37+
- mlxsw: core_linecards: Introduce per line card auxiliary device (Petr Oros) [2131117]
38+
- net: devlink: introduce nested devlink entity for line card (Petr Oros) [2131117]
39+
- net: devlink: move net check into devlinks_xa_for_each_registered_get() (Petr Oros) [2131117]
40+
- net: devlink: make sure that devlink_try_get() works with valid pointer during xarray iteration (Petr Oros) [2131117]
41+
- net: devlink: remove unused locked functions (Petr Oros) [2131117]
42+
- netdevsim: convert driver to use unlocked devlink API during init/fini (Petr Oros) [2131117]
43+
- net: devlink: add unlocked variants of devlink_region_create/destroy() functions (Petr Oros) [2131117]
44+
- mlxsw: convert driver to use unlocked devlink API during init/fini (Petr Oros) [2131117]
45+
- net: devlink: add unlocked variants of devlink_dpipe*() functions (Petr Oros) [2131117]
46+
- net: devlink: add unlocked variants of devlink_sb*() functions (Petr Oros) [2131117]
47+
- net: devlink: add unlocked variants of devlink_resource*() functions (Petr Oros) [2131117]
48+
- net: devlink: add unlocked variants of devling_trap*() functions (Petr Oros) [2131117]
49+
- net: devlink: avoid false DEADLOCK warning reported by lockdep (Petr Oros) [2131117]
50+
- net: devlink: fix return statement in devlink_port_new_notify() (Petr Oros) [2131117]
51+
- net: devlink: fix a typo in function name devlink_port_new_notifiy() (Petr Oros) [2131117]
52+
- net: devlink: make devlink_dpipe_headers_register() return void (Petr Oros) [2131117]
53+
- net: devlink: move unlocked function prototypes alongside the locked ones (Petr Oros) [2131117]
54+
- net: devlink: use helpers to work with devlink->lock mutex (Petr Oros) [2131117]
55+
- net: devlink: fix unlocked vs locked functions descriptions (Petr Oros) [2131117]
56+
- devlink: Hold the instance lock in port_new / port_del callbacks (Petr Oros) [2131117]
57+
- net/mlx5: Remove devl_unlock from mlx5_devlink_eswitch_mode_set (Petr Oros) [2131117]
58+
- net/mlx5: Use devl_ API in mlx5e_devlink_port_register (Petr Oros) [2131117]
59+
- devlink: Remove unused functions devlink_rate_leaf_create/destroy (Petr Oros) [2131117]
60+
- net/mlx5: Use devl_ API in mlx5_esw_devlink_sf_port_register (Petr Oros) [2131117]
61+
- net/mlx5: Use devl_ API in mlx5_esw_offloads_devlink_port_register (Petr Oros) [2131117]
62+
- devlink: Remove unused function devlink_rate_nodes_destroy (Petr Oros) [2131117]
63+
- net/mlx5: Use devl_ API for rate nodes destroy (Petr Oros) [2131117]
64+
- net/mlx5: Remove devl_unlock from mlx5_eswtich_mode_callback_enter (Petr Oros) [2131117]
65+
- net/mlx5: E-switch: Change eswitch mode only via devlink command (Petr Oros) [2131117]
66+
- net/mlx5: E-switch, Remove dependency between sriov and eswitch mode (Petr Oros) [2131117]
67+
- net/mlx5: E-switch, Introduce flag to indicate if fdb table is created (Petr Oros) [2131117]
68+
- net/mlx5: E-switch, Introduce flag to indicate if vport acl namespace is created (Petr Oros) [2131117]
69+
- devlink: adopt u64_stats_t (Petr Oros) [2131117]
70+
Resolves: rhbz#2131117
71+
172
* Tue Jan 24 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-243.el9]
273
- powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe() (Mamatha Inamdar) [2153859]
374
- drm/amd: Delay removal of the firmware framebuffer (Michel Dänzer) [2155886]

0 commit comments

Comments
 (0)