Debrand for AlmaLinux OS
Use AlmaLinux OS secure boot cert Enable Btrfs support for all kernel variants hpsa: bring back deprecated PCI ids #CFHack #CFHack2024 mptsas: bring back deprecated PCI ids #CFHack #CFHack2024 megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024 qla2xxx: bring back deprecated PCI ids #CFHack #CFHack2024 qla4xxx: bring back deprecated PCI ids lpfc: bring back deprecated PCI ids be2iscsi: bring back deprecated PCI ids kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained
This commit is contained in:
commit
2ed4902354
@ -12,7 +12,7 @@ RHEL_MINOR = 1
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 91
|
||||
RHEL_RELEASE = 92
|
||||
|
||||
#
|
||||
# RHEL_REBASE_NUM
|
||||
|
||||
230
kernel.changelog
230
kernel.changelog
@ -1,3 +1,233 @@
|
||||
* Tue Jun 03 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-92.el10]
|
||||
- uki_addons: add 'fedora' SBAT suffix for UKI addons (Li Tian) [RHEL-93398]
|
||||
- perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc) (Michael Petlan) [RHEL-77936]
|
||||
- redhat/kernel.spec: Remove /usr/share/perf-core from being installed (Michael Petlan) [RHEL-77936]
|
||||
- libapi: Add missing header with NAME_MAX define to io_dir.h (Michael Petlan) [RHEL-77936]
|
||||
- perf evsel: tp_format accessing improvements (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86: Fix non-sampling (counting) events on certain x86 platforms (Michael Petlan) [RHEL-77936]
|
||||
- perf pmu: Handle memory failure in tool_pmu__new() (Michael Petlan) [RHEL-77936]
|
||||
- perf pmu: Dynamically allocate tool PMU (Michael Petlan) [RHEL-77936]
|
||||
- perf pmu: Switch to io_dir__readdir (Michael Petlan) [RHEL-77936]
|
||||
- tools lib api: Add io_dir an allocation free readdir alternative (Michael Petlan) [RHEL-77936]
|
||||
- perf pmu: Rename name matching for no suffix or wildcard variants (Michael Petlan) [RHEL-77936]
|
||||
- perf evsel: Reduce scanning core PMUs in is_hybrid (Michael Petlan) [RHEL-77936]
|
||||
- perf pmus: Restructure pmu_read_sysfs to scan fewer PMUs (Michael Petlan) [RHEL-77936]
|
||||
- perf stat: Fix find_stat for mixed legacy/non-legacy events (Michael Petlan) [RHEL-77936]
|
||||
- perf evsel: Add pmu_name helper (Michael Petlan) [RHEL-77936]
|
||||
- perf tests: Fix Tool PMU test segfault (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Add skip check in tool_pmu__event_to_str() (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Fix is_compat_mode build break in ppc64 (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Fix Hwmon PMU test endianess issue (Michael Petlan) [RHEL-77936]
|
||||
- perf machine: Fixup kernel maps ends after adding extra maps (Michael Petlan) [RHEL-77936]
|
||||
- perf maps: Introduce map__set_kmap_maps() for kernel maps (Michael Petlan) [RHEL-77936]
|
||||
- perf x86/topdown: Fix topdown leader sampling test error on hybrid (Michael Petlan) [RHEL-77936]
|
||||
- perf test stat_all_pmu.sh: Correctly check 'perf stat' result (Michael Petlan) [RHEL-77936]
|
||||
- powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu' (Michael Petlan) [RHEL-77936] {CVE-2025-22094}
|
||||
- tools headers: Sync uapi/asm-generic/socket.h with the kernel sources (Michael Petlan) [RHEL-77936]
|
||||
- tools: Unify top-level quiet infrastructure (Michael Petlan) [RHEL-77936]
|
||||
- perf cpumap: Fix die and cluster IDs (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Skip syscall enum test if no landlock syscall (Michael Petlan) [RHEL-77936]
|
||||
- perf trace: Fix runtime error of index out of bounds (Michael Petlan) [RHEL-77936]
|
||||
- perf trace: Fix BPF loading failure (-E2BIG) (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Update event_groups test to use instructions (Michael Petlan) [RHEL-77936]
|
||||
- perf bench: Fix undefined behavior in cmpworker() (Michael Petlan) [RHEL-77936]
|
||||
- perf annotate: Prefer passing evsel to evsel->core.idx (Michael Petlan) [RHEL-77936]
|
||||
- perf lock: Rename fields in lock_type_table (Michael Petlan) [RHEL-77936]
|
||||
- perf lock: Add percpu-rwsem for type filter (Michael Petlan) [RHEL-77936]
|
||||
- perf lock: Fix parse_lock_type which only retrieve one lock flag (Michael Petlan) [RHEL-77936]
|
||||
- perf lock: Fix return code for functions in __cmd_contention (Michael Petlan) [RHEL-77936]
|
||||
- perf hist: Fix width calculation in hpp__fmt() (Michael Petlan) [RHEL-77936]
|
||||
- perf hist: Fix bogus profiles when filters are enabled (Michael Petlan) [RHEL-77936]
|
||||
- perf hist: Deduplicate cmp/sort/collapse code (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Improve verbose documentation (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Add a runs-per-test flag (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Send list output to stdout rather than stderr (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Rename functions and variables for better clarity (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Expose quiet/verbose variables in Makefile.perf (Michael Petlan) [RHEL-77936]
|
||||
- perf config: Add a function to set one variable in .perfconfig (Michael Petlan) [RHEL-77936]
|
||||
- perf test perftool_testsuite: Return correct value for skipping (Michael Petlan) [RHEL-77936]
|
||||
- perf test perftool_testsuite: Add missing description (Michael Petlan) [RHEL-77936]
|
||||
- perf inject: Fix use without initialization of local variables (Michael Petlan) [RHEL-77936]
|
||||
- perf probe: Rename err label (Michael Petlan) [RHEL-77936]
|
||||
- perf record: Fix segfault with --off-cpu when debuginfo is not enabled (Michael Petlan) [RHEL-77936]
|
||||
- perf tests base_probe: Fix check for the count of existing probes in test_adding_kernel (Michael Petlan) [RHEL-77936]
|
||||
- perf MANIFEST: Add license files (Michael Petlan) [RHEL-77936]
|
||||
- perf test brstack: Speed up running test by using tr -s instead of xargs (Michael Petlan) [RHEL-77936]
|
||||
- perf tools mips: Fix mips syscall generation (Michael Petlan) [RHEL-77936]
|
||||
- perf tests arm_spe: Add test for discard mode (Michael Petlan) [RHEL-77936]
|
||||
- perf tools arm-spe: Don't allocate buffer or tracking event in discard mode (Michael Petlan) [RHEL-77936]
|
||||
- perf tools arm-spe: Pull out functions for aux buffer and tracking setup (Michael Petlan) [RHEL-77936]
|
||||
- perf report: Fix misleading help message about --demangle (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace: Fix display for range of the first bucket (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace: Check min/max latency only with bucket range (Michael Petlan) [RHEL-77936]
|
||||
- perf MANIFEST: Add arch/*/include/uapi/asm/bpf_perf_event.h to the perf tarball (Michael Petlan) [RHEL-77936]
|
||||
- perf vendor events arm64: Add FUJITSU-MONAKA PMU event (Michael Petlan) [RHEL-77936]
|
||||
- perf symbol-elf: Avoid a weak cxx_demangle_sym function (Michael Petlan) [RHEL-77936]
|
||||
- perf trace: Fix unaligned access for augmented args (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Mark remaining probe tests as exclusive (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Remove dependency on libaudit (Michael Petlan) [RHEL-77936]
|
||||
- perf tools s390: Use generic syscall table scripts (Michael Petlan) [RHEL-77936]
|
||||
- perf tools powerpc: Use generic syscall table scripts (Michael Petlan) [RHEL-77936]
|
||||
- perf tools mips: Use generic syscall scripts (Michael Petlan) [RHEL-77936]
|
||||
- perf tools loongarch: Use syscall table (Michael Petlan) [RHEL-77936]
|
||||
- perf tools arm64: Use syscall table (Michael Petlan) [RHEL-77936]
|
||||
- perf tools parisc: Support syscall header (Michael Petlan) [RHEL-77936]
|
||||
- perf tools alpha: Support syscall header (Michael Petlan) [RHEL-77936]
|
||||
- perf tools x86: Use generic syscall scripts (Michael Petlan) [RHEL-77936]
|
||||
- perf tools xtensa: Support syscall header (Michael Petlan) [RHEL-77936]
|
||||
- perf tools sparc: Support syscall headers (Michael Petlan) [RHEL-77936]
|
||||
- perf tools sh: Support syscall headers (Michael Petlan) [RHEL-77936]
|
||||
- perf tools arm: Support syscall headers (Michael Petlan) [RHEL-77936]
|
||||
- perf tools csky: Support generic syscall headers (Michael Petlan) [RHEL-77936]
|
||||
- perf tools arc: Support generic syscall headers (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Create generic syscall table support (Michael Petlan) [RHEL-77936]
|
||||
- perf test cpumap: Avoid use-after-free following merge (Michael Petlan) [RHEL-77936]
|
||||
- perf llvm-add2line: Remove unused symbol_conf.h include (Michael Petlan) [RHEL-77936]
|
||||
- perf namespaces: Fixup the nsinfo__in_pidns() return type, its bool (Michael Petlan) [RHEL-77936]
|
||||
- perf jitdump: Fixup in_pidns member when java agent and 'perf record' are not in the same pidns (Michael Petlan) [RHEL-77936]
|
||||
- perf namespaces: Introduce nsinfo__set_in_pidns() (Michael Petlan) [RHEL-77936]
|
||||
- perf jitdump: Accept jitdump mmaps emitted from inside containers (Michael Petlan) [RHEL-77936]
|
||||
- perf machine: Don't ignore _etext when not a text symbol (Michael Petlan) [RHEL-77936]
|
||||
- perf maps: Fix display of kernel symbols (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Update ftrace test to use --graph-opts (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace profile: Add --graph-opts option (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace: Display latency statistics at the end (Michael Petlan) [RHEL-77936]
|
||||
- perf evsel: Improve the evsel__open_strerror() for EBUSY (Michael Petlan) [RHEL-77936]
|
||||
- perf tests shell task_analyzer: Run this test exclusively (Michael Petlan) [RHEL-77936]
|
||||
- perf tests code-reading: Handle change in objdump output from binutils >= 2.41 on riscv (Michael Petlan) [RHEL-77936]
|
||||
- perf top: Don't complain about lack of vmlinux when not resolving some kernel samples (Michael Petlan) [RHEL-77936]
|
||||
- perf stat: Document and clarify outstate members (Michael Petlan) [RHEL-77936]
|
||||
- perf stat: Document and simplify interval timestamps (Michael Petlan) [RHEL-77936]
|
||||
- perf docs: Add documentation for --force-btf option (Michael Petlan) [RHEL-77936]
|
||||
- perf path: Remove unused is_executable_file() (Michael Petlan) [RHEL-77936]
|
||||
- perf values: Use evsel rather than evsel->idx (Michael Petlan) [RHEL-77936]
|
||||
- perf stream: Use evsel rather than evsel->idx (Michael Petlan) [RHEL-77936]
|
||||
- perf jevents: Provide better path information for broken JSON (Michael Petlan) [RHEL-77936]
|
||||
- perf lock contention: Handle slab objects in -L/--lock-filter option (Michael Petlan) [RHEL-77936]
|
||||
- perf lock contention: Resolve slab object name using BPF (Michael Petlan) [RHEL-77936]
|
||||
- perf lock contention: Run BPF slab cache iterator (Michael Petlan) [RHEL-77936]
|
||||
- perf lock contention: Add and use LCB_F_TYPE_MASK (Michael Petlan) [RHEL-77936]
|
||||
- perf script: Cache the output type (Michael Petlan) [RHEL-77936]
|
||||
- perf python: Correctly throw IndexError (Michael Petlan) [RHEL-77936]
|
||||
- perf python: Add __str__ and __repr__ functions to evsel (Michael Petlan) [RHEL-77936]
|
||||
- perf python: Add __str__ and __repr__ functions to evlist (Michael Petlan) [RHEL-77936]
|
||||
- perf python: Add parse_events function (Michael Petlan) [RHEL-77936]
|
||||
- perf build: Remove test library from python shared object (Michael Petlan) [RHEL-77936]
|
||||
- perf kwork: Make perf_kwork_add_work a callback (Michael Petlan) [RHEL-77936]
|
||||
- perf bench: Remove reference to cmd_inject (Michael Petlan) [RHEL-77936]
|
||||
- perf lock: Move common lock contention code to new file (Michael Petlan) [RHEL-77936]
|
||||
- perf env: Move arch errno function to only use in env (Michael Petlan) [RHEL-77936]
|
||||
- perf intel-pt: Remove stale build comment (Michael Petlan) [RHEL-77936]
|
||||
- perf x86: Define arch_fetch_insn in NO_AUXTRACE builds (Michael Petlan) [RHEL-77936]
|
||||
- perf script: Move perf_sample__sprintf_flags to trace-event-scripting.c (Michael Petlan) [RHEL-77936]
|
||||
- perf script: Move script_fetch_insn to trace-event-scripting.c (Michael Petlan) [RHEL-77936]
|
||||
- perf script: Move script_spec code to trace-event-scripting.c (Michael Petlan) [RHEL-77936]
|
||||
- perf stat: Move stat_config into config.c (Michael Petlan) [RHEL-77936]
|
||||
- perf script: Move find_scripts to browser/scripts.c (Michael Petlan) [RHEL-77936]
|
||||
- perf script: Use openat for directory iteration (Michael Petlan) [RHEL-77936]
|
||||
- perf kvm: Move functions used in util out of builtin (Michael Petlan) [RHEL-77936]
|
||||
- perf script: Move scripting_max_stack out of builtin (Michael Petlan) [RHEL-77936]
|
||||
- perf python: Remove unused #include (Michael Petlan) [RHEL-77936]
|
||||
- perf python: Constify variables and parameters (Michael Petlan) [RHEL-77936]
|
||||
- perf python: Remove python 2 scripting support (Michael Petlan) [RHEL-77936]
|
||||
- perf intel-pt: Add a test for pause / resume (Michael Petlan) [RHEL-77936]
|
||||
- perf intel-pt: Add documentation for pause / resume (Michael Petlan) [RHEL-77936]
|
||||
- perf intel-pt: Improve man page format (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Parse aux-action (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Add aux-action config term (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Add aux_start_paused, aux_pause and aux_resume (Michael Petlan) [RHEL-77936]
|
||||
- perf build: Minor improvement for linking libzstd (Michael Petlan) [RHEL-77936]
|
||||
- tools build: Add feature test for libelf with ZSTD (Michael Petlan) [RHEL-77936]
|
||||
- perf tools tests shell base_probe: Enhance print_overall_results to print summary information (Michael Petlan) [RHEL-77936]
|
||||
- perf tools arch powerpc: Add register mask for power11 PVR in extended regs (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace latency: Fix compiler error for clang 12 (Michael Petlan) [RHEL-77936]
|
||||
- tools build: Test for presence of libtraceevent and libtracefs in test-all.c (Michael Petlan) [RHEL-77936]
|
||||
- tools build feature: Don't set feature-libslang-include-subdir=1 if test-all.c builds (Michael Petlan) [RHEL-77936]
|
||||
- perf tests switch-tracking: Set this test to run exclusively (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Introduce DEFINE_SUITE_EXCLUSIVE() (Michael Petlan) [RHEL-77936]
|
||||
- perf expr: Initialize is_test value in expr__ctx_new() (Michael Petlan) [RHEL-77936]
|
||||
- perf tests: Fix an incorrect type in append_script() (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Remove duplicate word (Michael Petlan) [RHEL-77936]
|
||||
- perf string: Avoid undefined NULL+1 (Michael Petlan) [RHEL-77936]
|
||||
- perf vendor events arm64: Update N2/V2 events from source (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Avoid unaligned pointer operations (Michael Petlan) [RHEL-77936]
|
||||
- tools build feature: Don't set feature-libcap=1 if libcap-devel isn't available (Michael Petlan) [RHEL-77936]
|
||||
- tools build feature: Add some comments to explain the FEATURE_TESTS logic (Michael Petlan) [RHEL-77936]
|
||||
- perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info() (Michael Petlan) [RHEL-77936]
|
||||
- perf header: Fix one memory leakage in process_bpf_prog_info() (Michael Petlan) [RHEL-77936]
|
||||
- perf header: Fix one memory leakage in process_bpf_btf() (Michael Petlan) [RHEL-77936]
|
||||
- perf jevents: Fix build issue in '*/' in event descriptions (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Parse 'perf stat' Topdown events for aarch64 (Michael Petlan) [RHEL-77936]
|
||||
- perf probe: Replace unacceptable characters when generating event name (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace latency: Add --max-latency option (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace latency: Introduce --min-latency to narrow down into a latency range (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace latency: Introduce --bucket-range to ask for linear bucketing (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace latency: Pass ftrace pointer to histogram routines to pass more args (Michael Petlan) [RHEL-77936]
|
||||
- perf tests: Enable tests disabled due to tracepoint parsing (Michael Petlan) [RHEL-77936]
|
||||
- perf evsel: Allow evsel__newtp without libtraceevent (Michael Petlan) [RHEL-77936]
|
||||
- perf evsel: Add/use accessor for tp_format (Michael Petlan) [RHEL-77936]
|
||||
- perf trace-event: Always build trace-event-info.c (Michael Petlan) [RHEL-77936]
|
||||
- perf trace-event: Constify print arguments (Michael Petlan) [RHEL-77936]
|
||||
- tool api fs: Correctly encode errno for read/write open failures (Michael Petlan) [RHEL-77936]
|
||||
- perf env: Ensure failure broken topology file reads are always -1 encoded (Michael Petlan) [RHEL-77936]
|
||||
- perf btf: Make the sigtrap test helper to find a member by name widely available (Michael Petlan) [RHEL-77936]
|
||||
- perf arm-spe: Add support for SPE Data Source packet on AmpereOne (Michael Petlan) [RHEL-77936]
|
||||
- perf arm-spe: Prepare for adding data source packet implementations for other cores (Michael Petlan) [RHEL-77936]
|
||||
- perf cpumap: Add checking for reference counter (Michael Petlan) [RHEL-77936]
|
||||
- perf cpumap: Add more tests for CPU map merging (Michael Petlan) [RHEL-77936]
|
||||
- libperf cpumap: Refactor perf_cpu_map__merge() (Michael Petlan) [RHEL-77936]
|
||||
- perf config: Fix trival typo 'an' -> 'can' (Michael Petlan) [RHEL-77936]
|
||||
- perf script python: Improve physical mem type resolution (Michael Petlan) [RHEL-77936]
|
||||
- perf disasm: Return a proper error when not determining the file type (Michael Petlan) [RHEL-77936]
|
||||
- tools: Sync if_xdp.h uapi tooling header (Michael Petlan) [RHEL-77936]
|
||||
- perf docs: arm_spe: Document new discard mode (Michael Petlan) [RHEL-77936]
|
||||
- perf: arm_spe: Add format option for discard mode (Michael Petlan) [RHEL-77936]
|
||||
- perf: Switch back to struct platform_driver::remove() (Michael Petlan) [RHEL-77936]
|
||||
- perf/amd/ibs: Prevent leaking sensitive data to userspace (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Fix error handling in init_rapl_pmus() (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86: Check data address for IBS software filter (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Fix perf_pmu_register() vs. perf_init_event() (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Fix pmus_lock vs. pmus_srcu ordering (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Add support for Intel Arrow Lake U (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel: Use better start period for frequency mode (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Fix low freq setting via IOC_PERIOD (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86: Fix low freqency setting issue (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list (Michael Petlan) [RHEL-77936] {CVE-2025-21895}
|
||||
- perf/core: Add RCU read lock protection to perf_iterate_ctx() (Michael Petlan) [RHEL-77936] {CVE-2025-21889}
|
||||
- perf/x86/intel: Fix event constraints for LNC (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel: Ensure LBRs are disabled when a CPU is starting (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAF (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel: Clean up PEBS-via-PT on hybrid (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Fix the error checking order (Michael Petlan) [RHEL-77936]
|
||||
- perf: map pages in advance (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel/uncore: Support more units on Granite Rapids (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel/uncore: Clean up func_id (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel: Support RDPMC metrics clear mode (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86: Relax privilege filter restriction on AMD IBS (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Export perf_exclude_event() (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Add core energy counter support for AMD CPUs (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Move the cntr_mask to rapl_pmus struct (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Remove the global variable rapl_msrs (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Modify the generic variable names to *_pkg* (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Add arguments to the init and cleanup functions (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Make rapl_model struct global (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Rename rapl_pmu variables (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Remove the cpu_to_rapl_pmu() function (Michael Petlan) [RHEL-77936]
|
||||
- x86/topology: Introduce topology_logical_core_id() (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel/ds: Simplify the PEBS records processing for adaptive PEBS (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel/ds: Factor out functions for PEBS records processing (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel/ds: Clarify adaptive PEBS processing (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Check sample_type in perf_sample_save_brstack (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Check sample_type in perf_sample_save_callchain (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Save raw sample data conditionally based on sample type (Michael Petlan) [RHEL-77936]
|
||||
- x86/cpu: Replace PEBS use of 'x86_cpu_desc' use with 'x86_cpu_id' (Michael Petlan) [RHEL-77936]
|
||||
- x86/cpu: Expose only stepping min/max interface (Michael Petlan) [RHEL-77936]
|
||||
- x86/cpu: Introduce new microcode matching helper (Michael Petlan) [RHEL-77936]
|
||||
- x86/cpu: Fix typo in x86_match_cpu()'s doc (Michael Petlan) [RHEL-77936]
|
||||
- redhat/spec: fix selftests dependencies (Gregory Bell) [RHEL-88228]
|
||||
Resolves: RHEL-77936, RHEL-88228, RHEL-93398
|
||||
|
||||
* Mon Jun 02 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-91.el10]
|
||||
- loop: Add sanity check for read/write_iter (Ming Lei) [RHEL-83595]
|
||||
- fs: add kern_path_locked_negative() (Ming Lei) [RHEL-83595]
|
||||
|
||||
250
kernel.spec
250
kernel.spec
@ -162,15 +162,15 @@ Summary: The Linux kernel
|
||||
%define specrpmversion 6.12.0
|
||||
%define specversion 6.12.0
|
||||
%define patchversion 6.12
|
||||
%define pkgrelease 91
|
||||
%define pkgrelease 92
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.12.0-91.el10
|
||||
%define tarfile_release 6.12.0-92.el10
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 12
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 91%{?buildid}%{?dist}
|
||||
%define specrelease 92%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.12.0-91.el10
|
||||
%define kabiversion 6.12.0-92.el10
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
@ -772,7 +772,7 @@ BuildRequires: python3-pyyaml python3-jsonschema python3-pip python3-setuptools
|
||||
BuildRequires: openssl-devel
|
||||
%endif
|
||||
%if %{with_selftests}
|
||||
BuildRequires: clang llvm-devel fuse-devel zlib-devel binutils-devel
|
||||
BuildRequires: clang llvm-devel fuse-devel zlib-devel binutils-devel python3-docutils python3-jsonschema
|
||||
%ifarch x86_64 riscv64
|
||||
BuildRequires: lld
|
||||
%endif
|
||||
@ -2731,8 +2731,12 @@ BuildKernel() {
|
||||
# RHEL/CentOS specific .SBAT entries
|
||||
%if 0%{?centos}
|
||||
SBATsuffix="rhel"
|
||||
%else
|
||||
%if 0%{?fedora}
|
||||
SBATsuffix="fedora"
|
||||
%else
|
||||
SBATsuffix="rhel"
|
||||
%endif
|
||||
%endif
|
||||
SBAT=$(cat <<- EOF
|
||||
linux,1,Red Hat,linux,$KernelVer,mailto:secalert@redhat.com
|
||||
@ -3979,7 +3983,6 @@ fi\
|
||||
%{_libdir}/libperf-jvmti.so
|
||||
%dir %{_libexecdir}/perf-core
|
||||
%{_libexecdir}/perf-core/*
|
||||
%{_datadir}/perf-core/*
|
||||
%{_mandir}/man[1-8]/perf*
|
||||
%{_sysconfdir}/bash_completion.d/perf
|
||||
%doc linux-%{KVERREL}/tools/perf/Documentation/examples.txt
|
||||
@ -4295,14 +4298,14 @@ fi\
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed Jun 04 2025 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-91
|
||||
* Thu Jun 05 2025 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-92
|
||||
- Debrand for AlmaLinux OS
|
||||
- Use AlmaLinux OS secure boot cert
|
||||
|
||||
* Wed Jun 04 2025 Neal Gompa <ngompa@almalinux.org> - 6.12.0-91
|
||||
* Thu Jun 05 2025 Neal Gompa <ngompa@almalinux.org> - 6.12.0-92
|
||||
- Enable Btrfs support for all kernel variants
|
||||
|
||||
* Wed Jun 04 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 6.12.0-91
|
||||
* Thu Jun 05 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 6.12.0-92
|
||||
- hpsa: bring back deprecated PCI ids #CFHack #CFHack2024
|
||||
- mptsas: bring back deprecated PCI ids #CFHack #CFHack2024
|
||||
- megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024
|
||||
@ -4313,6 +4316,235 @@ fi\
|
||||
- kernel/rh_messages.h: enable all disabled pci devices by moving to
|
||||
unmaintained
|
||||
|
||||
* Tue Jun 03 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-92.el10]
|
||||
- uki_addons: add 'fedora' SBAT suffix for UKI addons (Li Tian) [RHEL-93398]
|
||||
- perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc) (Michael Petlan) [RHEL-77936]
|
||||
- redhat/kernel.spec: Remove /usr/share/perf-core from being installed (Michael Petlan) [RHEL-77936]
|
||||
- libapi: Add missing header with NAME_MAX define to io_dir.h (Michael Petlan) [RHEL-77936]
|
||||
- perf evsel: tp_format accessing improvements (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86: Fix non-sampling (counting) events on certain x86 platforms (Michael Petlan) [RHEL-77936]
|
||||
- perf pmu: Handle memory failure in tool_pmu__new() (Michael Petlan) [RHEL-77936]
|
||||
- perf pmu: Dynamically allocate tool PMU (Michael Petlan) [RHEL-77936]
|
||||
- perf pmu: Switch to io_dir__readdir (Michael Petlan) [RHEL-77936]
|
||||
- tools lib api: Add io_dir an allocation free readdir alternative (Michael Petlan) [RHEL-77936]
|
||||
- perf pmu: Rename name matching for no suffix or wildcard variants (Michael Petlan) [RHEL-77936]
|
||||
- perf evsel: Reduce scanning core PMUs in is_hybrid (Michael Petlan) [RHEL-77936]
|
||||
- perf pmus: Restructure pmu_read_sysfs to scan fewer PMUs (Michael Petlan) [RHEL-77936]
|
||||
- perf stat: Fix find_stat for mixed legacy/non-legacy events (Michael Petlan) [RHEL-77936]
|
||||
- perf evsel: Add pmu_name helper (Michael Petlan) [RHEL-77936]
|
||||
- perf tests: Fix Tool PMU test segfault (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Add skip check in tool_pmu__event_to_str() (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Fix is_compat_mode build break in ppc64 (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Fix Hwmon PMU test endianess issue (Michael Petlan) [RHEL-77936]
|
||||
- perf machine: Fixup kernel maps ends after adding extra maps (Michael Petlan) [RHEL-77936]
|
||||
- perf maps: Introduce map__set_kmap_maps() for kernel maps (Michael Petlan) [RHEL-77936]
|
||||
- perf x86/topdown: Fix topdown leader sampling test error on hybrid (Michael Petlan) [RHEL-77936]
|
||||
- perf test stat_all_pmu.sh: Correctly check 'perf stat' result (Michael Petlan) [RHEL-77936]
|
||||
- powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu' (Michael Petlan) [RHEL-77936] {CVE-2025-22094}
|
||||
- tools headers: Sync uapi/asm-generic/socket.h with the kernel sources (Michael Petlan) [RHEL-77936]
|
||||
- tools: Unify top-level quiet infrastructure (Michael Petlan) [RHEL-77936]
|
||||
- perf cpumap: Fix die and cluster IDs (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Skip syscall enum test if no landlock syscall (Michael Petlan) [RHEL-77936]
|
||||
- perf trace: Fix runtime error of index out of bounds (Michael Petlan) [RHEL-77936]
|
||||
- perf trace: Fix BPF loading failure (-E2BIG) (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Update event_groups test to use instructions (Michael Petlan) [RHEL-77936]
|
||||
- perf bench: Fix undefined behavior in cmpworker() (Michael Petlan) [RHEL-77936]
|
||||
- perf annotate: Prefer passing evsel to evsel->core.idx (Michael Petlan) [RHEL-77936]
|
||||
- perf lock: Rename fields in lock_type_table (Michael Petlan) [RHEL-77936]
|
||||
- perf lock: Add percpu-rwsem for type filter (Michael Petlan) [RHEL-77936]
|
||||
- perf lock: Fix parse_lock_type which only retrieve one lock flag (Michael Petlan) [RHEL-77936]
|
||||
- perf lock: Fix return code for functions in __cmd_contention (Michael Petlan) [RHEL-77936]
|
||||
- perf hist: Fix width calculation in hpp__fmt() (Michael Petlan) [RHEL-77936]
|
||||
- perf hist: Fix bogus profiles when filters are enabled (Michael Petlan) [RHEL-77936]
|
||||
- perf hist: Deduplicate cmp/sort/collapse code (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Improve verbose documentation (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Add a runs-per-test flag (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Send list output to stdout rather than stderr (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Rename functions and variables for better clarity (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Expose quiet/verbose variables in Makefile.perf (Michael Petlan) [RHEL-77936]
|
||||
- perf config: Add a function to set one variable in .perfconfig (Michael Petlan) [RHEL-77936]
|
||||
- perf test perftool_testsuite: Return correct value for skipping (Michael Petlan) [RHEL-77936]
|
||||
- perf test perftool_testsuite: Add missing description (Michael Petlan) [RHEL-77936]
|
||||
- perf inject: Fix use without initialization of local variables (Michael Petlan) [RHEL-77936]
|
||||
- perf probe: Rename err label (Michael Petlan) [RHEL-77936]
|
||||
- perf record: Fix segfault with --off-cpu when debuginfo is not enabled (Michael Petlan) [RHEL-77936]
|
||||
- perf tests base_probe: Fix check for the count of existing probes in test_adding_kernel (Michael Petlan) [RHEL-77936]
|
||||
- perf MANIFEST: Add license files (Michael Petlan) [RHEL-77936]
|
||||
- perf test brstack: Speed up running test by using tr -s instead of xargs (Michael Petlan) [RHEL-77936]
|
||||
- perf tools mips: Fix mips syscall generation (Michael Petlan) [RHEL-77936]
|
||||
- perf tests arm_spe: Add test for discard mode (Michael Petlan) [RHEL-77936]
|
||||
- perf tools arm-spe: Don't allocate buffer or tracking event in discard mode (Michael Petlan) [RHEL-77936]
|
||||
- perf tools arm-spe: Pull out functions for aux buffer and tracking setup (Michael Petlan) [RHEL-77936]
|
||||
- perf report: Fix misleading help message about --demangle (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace: Fix display for range of the first bucket (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace: Check min/max latency only with bucket range (Michael Petlan) [RHEL-77936]
|
||||
- perf MANIFEST: Add arch/*/include/uapi/asm/bpf_perf_event.h to the perf tarball (Michael Petlan) [RHEL-77936]
|
||||
- perf vendor events arm64: Add FUJITSU-MONAKA PMU event (Michael Petlan) [RHEL-77936]
|
||||
- perf symbol-elf: Avoid a weak cxx_demangle_sym function (Michael Petlan) [RHEL-77936]
|
||||
- perf trace: Fix unaligned access for augmented args (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Mark remaining probe tests as exclusive (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Remove dependency on libaudit (Michael Petlan) [RHEL-77936]
|
||||
- perf tools s390: Use generic syscall table scripts (Michael Petlan) [RHEL-77936]
|
||||
- perf tools powerpc: Use generic syscall table scripts (Michael Petlan) [RHEL-77936]
|
||||
- perf tools mips: Use generic syscall scripts (Michael Petlan) [RHEL-77936]
|
||||
- perf tools loongarch: Use syscall table (Michael Petlan) [RHEL-77936]
|
||||
- perf tools arm64: Use syscall table (Michael Petlan) [RHEL-77936]
|
||||
- perf tools parisc: Support syscall header (Michael Petlan) [RHEL-77936]
|
||||
- perf tools alpha: Support syscall header (Michael Petlan) [RHEL-77936]
|
||||
- perf tools x86: Use generic syscall scripts (Michael Petlan) [RHEL-77936]
|
||||
- perf tools xtensa: Support syscall header (Michael Petlan) [RHEL-77936]
|
||||
- perf tools sparc: Support syscall headers (Michael Petlan) [RHEL-77936]
|
||||
- perf tools sh: Support syscall headers (Michael Petlan) [RHEL-77936]
|
||||
- perf tools arm: Support syscall headers (Michael Petlan) [RHEL-77936]
|
||||
- perf tools csky: Support generic syscall headers (Michael Petlan) [RHEL-77936]
|
||||
- perf tools arc: Support generic syscall headers (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Create generic syscall table support (Michael Petlan) [RHEL-77936]
|
||||
- perf test cpumap: Avoid use-after-free following merge (Michael Petlan) [RHEL-77936]
|
||||
- perf llvm-add2line: Remove unused symbol_conf.h include (Michael Petlan) [RHEL-77936]
|
||||
- perf namespaces: Fixup the nsinfo__in_pidns() return type, its bool (Michael Petlan) [RHEL-77936]
|
||||
- perf jitdump: Fixup in_pidns member when java agent and 'perf record' are not in the same pidns (Michael Petlan) [RHEL-77936]
|
||||
- perf namespaces: Introduce nsinfo__set_in_pidns() (Michael Petlan) [RHEL-77936]
|
||||
- perf jitdump: Accept jitdump mmaps emitted from inside containers (Michael Petlan) [RHEL-77936]
|
||||
- perf machine: Don't ignore _etext when not a text symbol (Michael Petlan) [RHEL-77936]
|
||||
- perf maps: Fix display of kernel symbols (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Update ftrace test to use --graph-opts (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace profile: Add --graph-opts option (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace: Display latency statistics at the end (Michael Petlan) [RHEL-77936]
|
||||
- perf evsel: Improve the evsel__open_strerror() for EBUSY (Michael Petlan) [RHEL-77936]
|
||||
- perf tests shell task_analyzer: Run this test exclusively (Michael Petlan) [RHEL-77936]
|
||||
- perf tests code-reading: Handle change in objdump output from binutils >= 2.41 on riscv (Michael Petlan) [RHEL-77936]
|
||||
- perf top: Don't complain about lack of vmlinux when not resolving some kernel samples (Michael Petlan) [RHEL-77936]
|
||||
- perf stat: Document and clarify outstate members (Michael Petlan) [RHEL-77936]
|
||||
- perf stat: Document and simplify interval timestamps (Michael Petlan) [RHEL-77936]
|
||||
- perf docs: Add documentation for --force-btf option (Michael Petlan) [RHEL-77936]
|
||||
- perf path: Remove unused is_executable_file() (Michael Petlan) [RHEL-77936]
|
||||
- perf values: Use evsel rather than evsel->idx (Michael Petlan) [RHEL-77936]
|
||||
- perf stream: Use evsel rather than evsel->idx (Michael Petlan) [RHEL-77936]
|
||||
- perf jevents: Provide better path information for broken JSON (Michael Petlan) [RHEL-77936]
|
||||
- perf lock contention: Handle slab objects in -L/--lock-filter option (Michael Petlan) [RHEL-77936]
|
||||
- perf lock contention: Resolve slab object name using BPF (Michael Petlan) [RHEL-77936]
|
||||
- perf lock contention: Run BPF slab cache iterator (Michael Petlan) [RHEL-77936]
|
||||
- perf lock contention: Add and use LCB_F_TYPE_MASK (Michael Petlan) [RHEL-77936]
|
||||
- perf script: Cache the output type (Michael Petlan) [RHEL-77936]
|
||||
- perf python: Correctly throw IndexError (Michael Petlan) [RHEL-77936]
|
||||
- perf python: Add __str__ and __repr__ functions to evsel (Michael Petlan) [RHEL-77936]
|
||||
- perf python: Add __str__ and __repr__ functions to evlist (Michael Petlan) [RHEL-77936]
|
||||
- perf python: Add parse_events function (Michael Petlan) [RHEL-77936]
|
||||
- perf build: Remove test library from python shared object (Michael Petlan) [RHEL-77936]
|
||||
- perf kwork: Make perf_kwork_add_work a callback (Michael Petlan) [RHEL-77936]
|
||||
- perf bench: Remove reference to cmd_inject (Michael Petlan) [RHEL-77936]
|
||||
- perf lock: Move common lock contention code to new file (Michael Petlan) [RHEL-77936]
|
||||
- perf env: Move arch errno function to only use in env (Michael Petlan) [RHEL-77936]
|
||||
- perf intel-pt: Remove stale build comment (Michael Petlan) [RHEL-77936]
|
||||
- perf x86: Define arch_fetch_insn in NO_AUXTRACE builds (Michael Petlan) [RHEL-77936]
|
||||
- perf script: Move perf_sample__sprintf_flags to trace-event-scripting.c (Michael Petlan) [RHEL-77936]
|
||||
- perf script: Move script_fetch_insn to trace-event-scripting.c (Michael Petlan) [RHEL-77936]
|
||||
- perf script: Move script_spec code to trace-event-scripting.c (Michael Petlan) [RHEL-77936]
|
||||
- perf stat: Move stat_config into config.c (Michael Petlan) [RHEL-77936]
|
||||
- perf script: Move find_scripts to browser/scripts.c (Michael Petlan) [RHEL-77936]
|
||||
- perf script: Use openat for directory iteration (Michael Petlan) [RHEL-77936]
|
||||
- perf kvm: Move functions used in util out of builtin (Michael Petlan) [RHEL-77936]
|
||||
- perf script: Move scripting_max_stack out of builtin (Michael Petlan) [RHEL-77936]
|
||||
- perf python: Remove unused #include (Michael Petlan) [RHEL-77936]
|
||||
- perf python: Constify variables and parameters (Michael Petlan) [RHEL-77936]
|
||||
- perf python: Remove python 2 scripting support (Michael Petlan) [RHEL-77936]
|
||||
- perf intel-pt: Add a test for pause / resume (Michael Petlan) [RHEL-77936]
|
||||
- perf intel-pt: Add documentation for pause / resume (Michael Petlan) [RHEL-77936]
|
||||
- perf intel-pt: Improve man page format (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Parse aux-action (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Add aux-action config term (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Add aux_start_paused, aux_pause and aux_resume (Michael Petlan) [RHEL-77936]
|
||||
- perf build: Minor improvement for linking libzstd (Michael Petlan) [RHEL-77936]
|
||||
- tools build: Add feature test for libelf with ZSTD (Michael Petlan) [RHEL-77936]
|
||||
- perf tools tests shell base_probe: Enhance print_overall_results to print summary information (Michael Petlan) [RHEL-77936]
|
||||
- perf tools arch powerpc: Add register mask for power11 PVR in extended regs (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace latency: Fix compiler error for clang 12 (Michael Petlan) [RHEL-77936]
|
||||
- tools build: Test for presence of libtraceevent and libtracefs in test-all.c (Michael Petlan) [RHEL-77936]
|
||||
- tools build feature: Don't set feature-libslang-include-subdir=1 if test-all.c builds (Michael Petlan) [RHEL-77936]
|
||||
- perf tests switch-tracking: Set this test to run exclusively (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Introduce DEFINE_SUITE_EXCLUSIVE() (Michael Petlan) [RHEL-77936]
|
||||
- perf expr: Initialize is_test value in expr__ctx_new() (Michael Petlan) [RHEL-77936]
|
||||
- perf tests: Fix an incorrect type in append_script() (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Remove duplicate word (Michael Petlan) [RHEL-77936]
|
||||
- perf string: Avoid undefined NULL+1 (Michael Petlan) [RHEL-77936]
|
||||
- perf vendor events arm64: Update N2/V2 events from source (Michael Petlan) [RHEL-77936]
|
||||
- perf tools: Avoid unaligned pointer operations (Michael Petlan) [RHEL-77936]
|
||||
- tools build feature: Don't set feature-libcap=1 if libcap-devel isn't available (Michael Petlan) [RHEL-77936]
|
||||
- tools build feature: Add some comments to explain the FEATURE_TESTS logic (Michael Petlan) [RHEL-77936]
|
||||
- perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info() (Michael Petlan) [RHEL-77936]
|
||||
- perf header: Fix one memory leakage in process_bpf_prog_info() (Michael Petlan) [RHEL-77936]
|
||||
- perf header: Fix one memory leakage in process_bpf_btf() (Michael Petlan) [RHEL-77936]
|
||||
- perf jevents: Fix build issue in '*/' in event descriptions (Michael Petlan) [RHEL-77936]
|
||||
- perf test: Parse 'perf stat' Topdown events for aarch64 (Michael Petlan) [RHEL-77936]
|
||||
- perf probe: Replace unacceptable characters when generating event name (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace latency: Add --max-latency option (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace latency: Introduce --min-latency to narrow down into a latency range (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace latency: Introduce --bucket-range to ask for linear bucketing (Michael Petlan) [RHEL-77936]
|
||||
- perf ftrace latency: Pass ftrace pointer to histogram routines to pass more args (Michael Petlan) [RHEL-77936]
|
||||
- perf tests: Enable tests disabled due to tracepoint parsing (Michael Petlan) [RHEL-77936]
|
||||
- perf evsel: Allow evsel__newtp without libtraceevent (Michael Petlan) [RHEL-77936]
|
||||
- perf evsel: Add/use accessor for tp_format (Michael Petlan) [RHEL-77936]
|
||||
- perf trace-event: Always build trace-event-info.c (Michael Petlan) [RHEL-77936]
|
||||
- perf trace-event: Constify print arguments (Michael Petlan) [RHEL-77936]
|
||||
- tool api fs: Correctly encode errno for read/write open failures (Michael Petlan) [RHEL-77936]
|
||||
- perf env: Ensure failure broken topology file reads are always -1 encoded (Michael Petlan) [RHEL-77936]
|
||||
- perf btf: Make the sigtrap test helper to find a member by name widely available (Michael Petlan) [RHEL-77936]
|
||||
- perf arm-spe: Add support for SPE Data Source packet on AmpereOne (Michael Petlan) [RHEL-77936]
|
||||
- perf arm-spe: Prepare for adding data source packet implementations for other cores (Michael Petlan) [RHEL-77936]
|
||||
- perf cpumap: Add checking for reference counter (Michael Petlan) [RHEL-77936]
|
||||
- perf cpumap: Add more tests for CPU map merging (Michael Petlan) [RHEL-77936]
|
||||
- libperf cpumap: Refactor perf_cpu_map__merge() (Michael Petlan) [RHEL-77936]
|
||||
- perf config: Fix trival typo 'an' -> 'can' (Michael Petlan) [RHEL-77936]
|
||||
- perf script python: Improve physical mem type resolution (Michael Petlan) [RHEL-77936]
|
||||
- perf disasm: Return a proper error when not determining the file type (Michael Petlan) [RHEL-77936]
|
||||
- tools: Sync if_xdp.h uapi tooling header (Michael Petlan) [RHEL-77936]
|
||||
- perf docs: arm_spe: Document new discard mode (Michael Petlan) [RHEL-77936]
|
||||
- perf: arm_spe: Add format option for discard mode (Michael Petlan) [RHEL-77936]
|
||||
- perf: Switch back to struct platform_driver::remove() (Michael Petlan) [RHEL-77936]
|
||||
- perf/amd/ibs: Prevent leaking sensitive data to userspace (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Fix error handling in init_rapl_pmus() (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86: Check data address for IBS software filter (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Fix perf_pmu_register() vs. perf_init_event() (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Fix pmus_lock vs. pmus_srcu ordering (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Add support for Intel Arrow Lake U (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel: Use better start period for frequency mode (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Fix low freq setting via IOC_PERIOD (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86: Fix low freqency setting issue (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list (Michael Petlan) [RHEL-77936] {CVE-2025-21895}
|
||||
- perf/core: Add RCU read lock protection to perf_iterate_ctx() (Michael Petlan) [RHEL-77936] {CVE-2025-21889}
|
||||
- perf/x86/intel: Fix event constraints for LNC (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel: Ensure LBRs are disabled when a CPU is starting (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAF (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel: Clean up PEBS-via-PT on hybrid (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Fix the error checking order (Michael Petlan) [RHEL-77936]
|
||||
- perf: map pages in advance (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel/uncore: Support more units on Granite Rapids (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel/uncore: Clean up func_id (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel: Support RDPMC metrics clear mode (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86: Relax privilege filter restriction on AMD IBS (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Export perf_exclude_event() (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Add core energy counter support for AMD CPUs (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Move the cntr_mask to rapl_pmus struct (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Remove the global variable rapl_msrs (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Modify the generic variable names to *_pkg* (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Add arguments to the init and cleanup functions (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Make rapl_model struct global (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Rename rapl_pmu variables (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/rapl: Remove the cpu_to_rapl_pmu() function (Michael Petlan) [RHEL-77936]
|
||||
- x86/topology: Introduce topology_logical_core_id() (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel/ds: Simplify the PEBS records processing for adaptive PEBS (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel/ds: Factor out functions for PEBS records processing (Michael Petlan) [RHEL-77936]
|
||||
- perf/x86/intel/ds: Clarify adaptive PEBS processing (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Check sample_type in perf_sample_save_brstack (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Check sample_type in perf_sample_save_callchain (Michael Petlan) [RHEL-77936]
|
||||
- perf/core: Save raw sample data conditionally based on sample type (Michael Petlan) [RHEL-77936]
|
||||
- x86/cpu: Replace PEBS use of 'x86_cpu_desc' use with 'x86_cpu_id' (Michael Petlan) [RHEL-77936]
|
||||
- x86/cpu: Expose only stepping min/max interface (Michael Petlan) [RHEL-77936]
|
||||
- x86/cpu: Introduce new microcode matching helper (Michael Petlan) [RHEL-77936]
|
||||
- x86/cpu: Fix typo in x86_match_cpu()'s doc (Michael Petlan) [RHEL-77936]
|
||||
- redhat/spec: fix selftests dependencies (Gregory Bell) [RHEL-88228]
|
||||
|
||||
* Mon Jun 02 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-91.el10]
|
||||
- loop: Add sanity check for read/write_iter (Ming Lei) [RHEL-83595]
|
||||
- fs: add kern_path_locked_negative() (Ming Lei) [RHEL-83595]
|
||||
|
||||
6
sources
6
sources
@ -1,5 +1,5 @@
|
||||
SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd
|
||||
SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6
|
||||
SHA512 (linux-6.12.0-91.el10.tar.xz) = 4fb6f401729acca02678df8ee82131e1a668acb7da4f447d77380319d6df1d185e49a1b7a9ca0fdb3df6a57873e9f5aaff34a8cc2fa746ae1955a7a76110df49
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-91.el10.tar.xz) = 53ba5c9bb6a3f7b1506a846fd04edf6d610079e010473a819ce3578300ba690bec16162ed6ddf9c99ffa621a492fde92145922844b49adfa45171c6897888e71
|
||||
SHA512 (kernel-kabi-dw-6.12.0-91.el10.tar.xz) = 60ebd251927400a2791c1844d03b746266ececf5424663b40ec83bd9b2495b3a5d3a56f00d41fc25757b9b6d5639406af26f1a104877c69785dbd17cc957484c
|
||||
SHA512 (linux-6.12.0-92.el10.tar.xz) = f4299a4e51d2d8c75b4a852b2af28704029661a782b1b169dc568a9bd0e8edebca280204e3438b8230d83b1979498500e1e945007d124ce438417bcfdc6c9606
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-92.el10.tar.xz) = 34d910e0efbb03d62a9b1ad7b3d32d47256550afb9ec400ce82a7b8b3353ba4e5eefc81b0189bf90f450f3abf5e0301b5a113185792526d7fd098626b231fec1
|
||||
SHA512 (kernel-kabi-dw-6.12.0-92.el10.tar.xz) = 60ebd251927400a2791c1844d03b746266ececf5424663b40ec83bd9b2495b3a5d3a56f00d41fc25757b9b6d5639406af26f1a104877c69785dbd17cc957484c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user