Skip to content

Commit 330509d

Browse files
author
Herton R. Krzesinski
committed
[redhat] kernel-5.14.0-280.el9
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
1 parent 6400f34 commit 330509d

File tree

2 files changed

+61
-1
lines changed

2 files changed

+61
-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 = 279
15+
RHEL_RELEASE = 280
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.2

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
* Tue Feb 21 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-280.el9]
2+
- redhat/configs: enable neoverse and cortex errata (Jeremy Linton) [2055405]
3+
- coresight: syscfg: Update load and unload operations (Jeremy Linton) [2055405]
4+
- coresight: configfs: Fix unload of configurations on module exit (Jeremy Linton) [2055405]
5+
- coresight: syscfg: Fix memleak on registration failure in cscfg_create_device (Jeremy Linton) [2055405]
6+
- coresight: core: Fix typo in a comment (Jeremy Linton) [2055405]
7+
- Documentation: coresight: Update coresight configuration docs (Jeremy Linton) [2055405]
8+
- coresight: configfs: Allow configfs to activate configuration (Jeremy Linton) [2055405]
9+
- coresight: syscfg: Example CoreSight configuration loadable module (Jeremy Linton) [2055405]
10+
- coresight: syscfg: Update load API for config loadable modules (Jeremy Linton) [2055405]
11+
- coresight: configuration: Update API to permit dynamic load/unload (Jeremy Linton) [2055405]
12+
- coresight: configuration: Update API to introduce load owner concept (Jeremy Linton) [2055405]
13+
- Documentation: coresight: Fix documentation issue (Jeremy Linton) [2055405]
14+
- coresight: Use devm_bitmap_zalloc when applicable (Jeremy Linton) [2055405]
15+
- coresight: trbe: Work around write to out of range (Jeremy Linton) [2055405]
16+
- coresight: trbe: Make sure we have enough space (Jeremy Linton) [2055405]
17+
- coresight: trbe: Add a helper to determine the minimum buffer size (Jeremy Linton) [2055405]
18+
- coresight: trbe: Workaround TRBE errata overwrite in FILL mode (Jeremy Linton) [2055405]
19+
- coresight: trbe: Add infrastructure for Errata handling (Jeremy Linton) [2055405]
20+
- coresight: trbe: Allow driver to choose a different alignment (Jeremy Linton) [2055405]
21+
- coresight: trbe: Decouple buffer base from the hardware base (Jeremy Linton) [2055405]
22+
- coresight: trbe: Add a helper to pad a given buffer area (Jeremy Linton) [2055405]
23+
- coresight: trbe: Add a helper to calculate the trace generated (Jeremy Linton) [2055405]
24+
- coresight: trbe: Defer the probe on offline CPUs (Jeremy Linton) [2055405]
25+
- coresight: trbe: Fix incorrect access of the sink specific data (Jeremy Linton) [2055405]
26+
- coresight: etm4x: Add ETM PID for Kryo-5XX (Jeremy Linton) [2055405]
27+
- coresight: trbe: Prohibit trace before disabling TRBE (Jeremy Linton) [2055405]
28+
- coresight: trbe: End the AUX handle on truncation (Jeremy Linton) [2055405]
29+
- coresight: trbe: Do not truncate buffer on IRQ (Jeremy Linton) [2055405]
30+
- coresight: trbe: Fix handling of spurious interrupts (Jeremy Linton) [2055405]
31+
- coresight: trbe: irq handler: Do not disable TRBE if no action is needed (Jeremy Linton) [2055405]
32+
- coresight: trbe: Unify the enabling sequence (Jeremy Linton) [2055405]
33+
- coresight: trbe: Drop duplicate TRUNCATE flags (Jeremy Linton) [2055405]
34+
- coresight: trbe: Ensure the format flag is always set (Jeremy Linton) [2055405]
35+
- coresight: etm-pmu: Ensure the AUX handle is valid (Jeremy Linton) [2055405]
36+
- coresight: etm4x: Use Trace Filtering controls dynamically (Jeremy Linton) [2055405]
37+
- coresight: etm4x: Save restore TRFCR_EL1 (Jeremy Linton) [2055405]
38+
- coresight: Don't immediately close events that are run on invalid CPU/sink combos (Jeremy Linton) [2055405]
39+
- coresight: tmc-etr: Speed up for bounce buffer in flat mode (Jeremy Linton) [2055405]
40+
- coresight: Update comments for removing cs_etm_find_snapshot() (Jeremy Linton) [2055405]
41+
- coresight: tmc-etr: Use perf_output_handle::head for AUX ring buffer (Jeremy Linton) [2055405]
42+
- coresight: tmc-etf: Add comment for store ordering (Jeremy Linton) [2055405]
43+
- coresight: tmc-etr: Add barrier after updating AUX ring buffer (Jeremy Linton) [2055405]
44+
- coresight: tmc: Configure AXI write burst size (Jeremy Linton) [2055405]
45+
- dt-bindings: coresight: Add burst size for TMC (Jeremy Linton) [2055405]
46+
- coresight: cpu-debug: Control default behavior via Kconfig (Jeremy Linton) [2055405]
47+
- coresight: cti: Correct the parameter for pm_runtime_put (Jeremy Linton) [2055405]
48+
- coresight: syscfg: Fix compiler warning (Jeremy Linton) [2055405]
49+
- Documentation: coresight: Add documentation for CoreSight config (Jeremy Linton) [2055405]
50+
- coresight: syscfg: Add initial configfs support (Jeremy Linton) [2055405]
51+
- coresight: config: Add preloaded configurations (Jeremy Linton) [2055405]
52+
- coresight: etm4x: Add complex configuration handlers to etmv4 (Jeremy Linton) [2055405]
53+
- coresight: etm-perf: Update to activate selected configuration (Jeremy Linton) [2055405]
54+
- coresight: syscfg: Add API to activate and enable configurations (Jeremy Linton) [2055405]
55+
- coresight: etm-perf: Update to handle configuration selection (Jeremy Linton) [2055405]
56+
- coresight: config: Add configuration and feature generic functions (Jeremy Linton) [2055405]
57+
- coresight: syscfg: Add registration and feature loading for cs devices (Jeremy Linton) [2055405]
58+
- coresight: syscfg: Initial coresight system configuration (Jeremy Linton) [2055405]
59+
Resolves: rhbz#2055405
60+
161
* Mon Feb 20 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-279.el9]
262
- redhat/configs: enable Octeon TX2 network drivers for RHEL (Michal Schmidt) [2040643]
363
- octeontx2: mark the AF/PF/VF drivers as tech-preview (Michal Schmidt) [2040643]

0 commit comments

Comments
 (0)