Skip to content

Commit 0abae3a

Browse files
author
Herton R. Krzesinski
committed
[redhat] kernel-5.14.0-283.el9
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
1 parent 5867c44 commit 0abae3a

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-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 = 282
15+
RHEL_RELEASE = 283
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.2

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
* Thu Feb 23 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-283.el9]
2+
- redhat: fix duplicate jira issues in the resolves line (Herton R. Krzesinski)
3+
- redhat/kernel.spec.template: Parallelize compression (Herton R. Krzesinski)
4+
- Revert "block: freeze the queue earlier in del_gendisk" (Ming Lei) [2155901]
5+
- redhat: configs: Enable UCSI_CCG support (David Marlin) [2122414]
6+
- i2c: nvidia-gpu: Remove ccgx,firmware-build property (David Marlin) [2122414]
7+
- i2c: nvidia-gpu: Add ACPI property to align with device-tree (David Marlin) [2122414]
8+
- usb: typec: ucsi_ccg: Add OF support (David Marlin) [2122414]
9+
- gpio: tegra186: add Tegra234 PMC compatible in GPIO driver (David Marlin) [2122414]
10+
- usb: gadget: tegra-xudc: Add Tegra234 support (David Marlin) [2122414]
11+
- xhci: tegra: USB2 pad power controls (David Marlin) [2122414]
12+
- xhci: Add hub_control to xhci_driver_overrides (David Marlin) [2122414]
13+
- xhci: hub: export symbol on xhci_hub_control (David Marlin) [2122414]
14+
- usb: host: xhci-tegra: Add Tegra234 XHCI support (David Marlin) [2122414]
15+
- phy: tegra: xusb: Support USB role default mode (David Marlin) [2122414]
16+
- phy: tegra: xusb: Add Tegra234 support (David Marlin) [2122414]
17+
- phy: tegra: xusb: Disable trk clk when not in use (David Marlin) [2122414]
18+
- phy: tegra: xusb: Remove usb3 supply (David Marlin) [2122414]
19+
- phy: tegra: xusb: Fix crash during pad power on/down (David Marlin) [2122414]
20+
- usb: typec: ucsi_ccg: Disable UCSI ALT support on Tegra (David Marlin) [2122414]
21+
- usb: typec: ucsi: Don't warn on probe deferral (David Marlin) [2122414]
22+
- phy: tegra: xusb: Enable usb role switch attribute (David Marlin) [2122414]
23+
- usb: gadget: tegra: Reduce pad power (David Marlin) [2122414]
24+
- phy: tegra: xusb: add utmi pad power on/down ops (David Marlin) [2122414]
25+
- redhat/configs: Enable CONFIG_PCIE_PTM (Corinna Vinschen) [2100606]
26+
- net: stmmac: Fix queue statistics reading (Corinna Vinschen) [2100606]
27+
- stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHz (Corinna Vinschen) [2100606]
28+
- net: stmmac: Disable automatic FCS/Pad stripping (Corinna Vinschen) [2100606]
29+
- net: ethernet: move from strlcpy with unused retval to strscpy (Corinna Vinschen) [2100606]
30+
- stmmac: intel: remove unused 'has_crossts' flag (Corinna Vinschen) [2100606]
31+
- net: phylink: Convert to mdiobus_c45_{read|write} (Corinna Vinschen) [2100606]
32+
- net: phy: marvell: add sleep time after enabling the loopback bit (Corinna Vinschen) [2100606]
33+
- net: phy: marvell: add Marvell specific PHY loopback (Corinna Vinschen) [2100606]
34+
- net: phy: dp83867: retrigger SGMII AN when link change (Corinna Vinschen) [2100606]
35+
- net: phy: marvell: Add WAKE_PHY support to WOL event (Corinna Vinschen) [2100606]
36+
- net: phy: marvell10g: enable WoL for 88X3310 and 88E2110 (Corinna Vinschen) [2100606]
37+
- netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits (Florian Westphal) [2161725] {CVE-2023-0179}
38+
Resolves: rhbz#2100606, rhbz#2122414, rhbz#2155901, rhbz#2161725
39+
140
* Thu Feb 23 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-282.el9]
241
- net/mlx5e: TC, Restore pkt rate policing support (Amir Tzin) [2028809]
342
- net/mlx5e: TC, ignore match level for post meter rules (Amir Tzin) [2028809]

0 commit comments

Comments
 (0)