Skip to content

Commit e490777

Browse files
committed
[redhat] kernel-5.14.0-427.1.1.el9_4
Signed-off-by: Scott Weaver <scweaver@redhat.com>
1 parent 1895966 commit e490777

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-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 = 4
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 427
15+
RHEL_RELEASE = 427.1.1
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.4

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
* Mon Mar 04 2024 Scott Weaver <scweaver@redhat.com> [5.14.0-427.1.1.el9_4]
2+
- config: wifi: enable MT7925E card (Jose Ignacio Tornos Martinez) [RHEL-14693]
3+
- shmem: support idmapped mounts for tmpfs (Giuseppe Scrivano) [RHEL-23900]
4+
- iommu/vt-d: Fix incorrect cache invalidation for mm notification (Jerry Snitselaar) [RHEL-26541]
5+
- mmu_notifiers: rename invalidate_range notifier (Jerry Snitselaar) [RHEL-26541]
6+
- mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end() (Jerry Snitselaar) [RHEL-26541]
7+
- mmu_notifiers: call invalidate_range() when invalidating TLBs (Jerry Snitselaar) [RHEL-26541]
8+
- mmu_notifiers: fixup comment in mmu_interval_read_begin() (Jerry Snitselaar) [RHEL-26541]
9+
- mlxbf_gige: Enable the GigE port in mlxbf_gige_open (Luiz Capitulino) [RHEL-21118]
10+
- mlxbf_gige: Fix intermittent no ip issue (Luiz Capitulino) [RHEL-21118]
11+
- mlxbf_gige: fix receive packet race condition (Luiz Capitulino) [RHEL-21118]
12+
- net: ethernet: mellanox: Convert to platform remove callback returning void (Luiz Capitulino) [RHEL-21118]
13+
- mlxbf_gige: Remove two unused function declarations (Luiz Capitulino) [RHEL-21118]
14+
- net: mellanox: mlxbf_gige: Fix skb_panic splat under memory pressure (Luiz Capitulino) [RHEL-21118]
15+
- mlxbf_gige: fix white space in mlxbf_gige_eth_ioctl (Luiz Capitulino) [RHEL-21118]
16+
- mlxbf_gige: add "set_link_ksettings" ethtool callback (Luiz Capitulino) [RHEL-21118]
17+
- mlxbf_gige: support 10M/100M/1G speeds on BlueField-3 (Luiz Capitulino) [RHEL-21118]
18+
- mlxbf_gige: add MDIO support for BlueField-3 (Luiz Capitulino) [RHEL-21118]
19+
- net/mlxbf_gige: Fix an IS_ERR() vs NULL bug in mlxbf_gige_mdio_probe (Luiz Capitulino) [RHEL-21118]
20+
- mlxbf_gige: clear MDIO gateway lock after read (Luiz Capitulino) [RHEL-21118]
21+
- mlxbf_gige: compute MDIO period based on i1clk (Luiz Capitulino) [RHEL-21118]
22+
- mlxbf_gige: remove own module name define and use KBUILD_MODNAME instead (Luiz Capitulino) [RHEL-21118]
23+
- net/mlxbf_gige: use eth_zero_addr() to clear mac address (Luiz Capitulino) [RHEL-21118]
24+
- mlxbf_gige: remove driver-managed interrupt counts (Luiz Capitulino) [RHEL-21118]
25+
- mlxbf_gige: increase MDIO polling rate to 5us (Luiz Capitulino) [RHEL-21118]
26+
- net: mellanox: mlxbf_gige: Replace non-standard interrupt handling (Luiz Capitulino) [RHEL-21118]
27+
- mlxbf_gige: clear valid_polarity upon open (Luiz Capitulino) [RHEL-21118]
28+
- net/mlxbf_gige: Make use of devm_platform_ioremap_resourcexxx() (Luiz Capitulino) [RHEL-21118]
29+
- redhat: update self-test data (Scott Weaver)
30+
- redhat: enable zstream release numbering for RHEL 9.4 (Scott Weaver)
31+
- redhat: set default dist suffix for RHEL 9.4 (Scott Weaver)
32+
Resolves: RHEL-14693, RHEL-21118, RHEL-23900, RHEL-26541
33+
134
* Thu Feb 22 2024 Scott Weaver <scweaver@redhat.com> [5.14.0-427.el9]
235
- scsi: smartpqi: Fix disable_managed_interrupts (Tomas Henzl) [RHEL-26145]
336
- redhat/configs: Enable Intel IAA Compression Accelerator for x86 (Vladis Dronov) [RHEL-20145]

0 commit comments

Comments
 (0)