Skip to content

Commit 7821871

Browse files
author
Herton R. Krzesinski
committed
[redhat] kernel-5.14.0-278.el9
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
1 parent 6ed6736 commit 7821871

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-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 = 277
15+
RHEL_RELEASE = 278
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.2

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
* Fri Feb 17 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-278.el9]
2+
- RDMA/irdma: Cap MSIX used to online CPUs + 1 (Kamal Heib) [2125810]
3+
- KVM: arm64: GICv4.1: Fix race with doorbell on VPE activation/deactivation (Eric Auger) [2166453]
4+
- ASoC: amd: ps: Add a module parameter to influence pdm_gain (Jaroslav Kysela) [2169760]
5+
- ASoC: amd: ps: Adjust the gain for PDM DMIC (Jaroslav Kysela) [2169760]
6+
- ASoC: amd: renoir: Add a module parameter to influence pdm_gain (Jaroslav Kysela) [2169760]
7+
- ASoC: amd: renoir: Adjust the gain for PDM DMIC (Jaroslav Kysela) [2169760]
8+
- ASoC: amd: yc: Add a module parameter to influence pdm_gain (Jaroslav Kysela) [2169760]
9+
- ASoC: amd: yc: Adjust the gain for PDM DMIC (Jaroslav Kysela) [2169760]
10+
- Revert "vdpa/mlx5: Add RX MAC VLAN filter support" (Cindy Lu) [2169174]
11+
- Revert "vdpa/mlx5: Fix wrong mac address deletion" (Cindy Lu) [2169174]
12+
- Revert "vdpa/mlx5: Use eth_broadcast_addr() to assign broadcast address" (Cindy Lu) [2169174]
13+
- Revert "vdpa/mlx5: fix error code for deleting vlan" (Cindy Lu) [2169174]
14+
- Revert "vdpa/mlx5: clean up indenting in handle_ctrl_vlan()" (Cindy Lu) [2169174]
15+
- Revert "vdpa/mlx5: Fix rule forwarding VLAN to TIR" (Cindy Lu) [2169174]
16+
- Revert "vdpa/mlx5: Return error on vlan ctrl commands if not supported" (Cindy Lu) [2169174]
17+
- kernel.spec: package unstripped kselftests/bpf/test_progs (Jan Stancek) [2161464]
18+
- kernel.spec: allow to package some binaries as unstripped (Jan Stancek) [2161464]
19+
- cpufreq: tegra194: Enable CPUFREQ thermal cooling (Joel Slebodnick) [2165104]
20+
- mm/kmemleak: fix UAF bug in kmemleak_scan() (Waiman Long) [2151065]
21+
- mm/kmemleak: simplify kmemleak_cond_resched() usage (Waiman Long) [2151065]
22+
- mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free() (Waiman Long) [2151065]
23+
- mm: kfence: apply kmemleak_ignore_phys on early allocated pool (Waiman Long) [2151065]
24+
- mm/kmemleak.c: fix a comment (Waiman Long) [2151065]
25+
- mm: kmemleak: check physical address when scan (Waiman Long) [2151065]
26+
- mm: kmemleak: add rbtree and store physical address for objects allocated with PA (Waiman Long) [2151065]
27+
- mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical address (Waiman Long) [2151065]
28+
- mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to kmemleak_alloc_phys() (Waiman Long) [2151065]
29+
- mm: kmemleak: take a full lowmem check in kmemleak_*_phys() (Waiman Long) [2151065]
30+
- memblock tests: Add skeleton of the memblock simulator (Waiman Long) [2151065]
31+
- usb: mon: make mmapped memory read only (Desnes Nunes) [2157698] {CVE-2022-43750}
32+
- selftests/net: give more time to udpgro bg processes to complete startup (Adrien Thierry) [2143407]
33+
Resolves: rhbz#2125810, rhbz#2166453, rhbz#2169760, rhbz#2169174, rhbz#2161464, rhbz#2165104, rhbz#2151065, rhbz#2157698, rhbz#2143407
34+
135
* Fri Feb 17 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-277.el9]
236
- virtio_net: notify MAC address change on device initialization (Laurent Vivier) [2153210]
337
- virtio_net: disable VIRTIO_NET_F_STANDBY if VIRTIO_NET_F_MAC is not set (Laurent Vivier) [2153210]

0 commit comments

Comments
 (0)