Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
el9-upstream-kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
src-code
el9-upstream-kernel
Commits
87c69110
Commit
87c69110
authored
2 weeks ago
by
Scott Weaver
Browse files
Options
Downloads
Patches
Plain Diff
[redhat] kernel-automotive-5.14.0-575.524.el9iv
Signed-off-by:
Scott Weaver
<
scweaver@redhat.com
>
parent
335dfda9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.rhelver
+1
-1
1 addition, 1 deletion
Makefile.rhelver
redhat/kernel-automotive.changelog-9.7
+49
-0
49 additions, 0 deletions
redhat/kernel-automotive.changelog-9.7
with
50 additions
and
1 deletion
Makefile.rhelver
+
1
−
1
View file @
87c69110
...
...
@@ -41,7 +41,7 @@ ZSTREAM ?= no
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
AUTOMOTIVEBUILD
:=
.52
3
AUTOMOTIVEBUILD
:=
.52
4
AUTOMOTIVE_RELEASE
:=
.0
#
...
...
This diff is collapsed.
Click to expand it.
redhat/kernel-automotive.changelog-9.7
+
49
−
0
View file @
87c69110
* Thu Mar 27 2025 Scott Weaver <scweaver@redhat.com> [5.14.0-575.524.el9iv]
- redhat/configs: automotive: Disable IPsec Protocols and XFRM (Dorinda Bassey) [RHEL-75561]
- Revert "redhat/configs: automotive: disable CONFIG_AIO" (Davide Caratti) [RHEL-82474]
- Re-enable vxcan (CONFIG_CAN_VXCAN) for automotive (Radu Rendec) [RHEL-83275]
- PCI/bwctrl: Fix NULL pointer deref on unbind and bind (Myron Stowe) [RHEL-81906]
- PCI/bwctrl: Enable only if more than one speed is supported (Myron Stowe) [RHEL-81906]
- PCI: Honor Max Link Speed when determining supported speeds (Myron Stowe) [RHEL-81906]
- PCI: Drop duplicate pcie_get_speed_cap(), pcie_get_width_cap() declarations (Myron Stowe) [RHEL-81906]
- PCI/bwctrl: Add pcie_set_target_speed() to set PCIe Link Speed (Myron Stowe) [RHEL-81906]
- PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controller (Myron Stowe) [RHEL-81906]
- PCI: Abstract LBMS seen check into pcie_lbms_seen() (Myron Stowe) [RHEL-81906]
- PCI: Refactor pcie_update_link_speed() (Myron Stowe) [RHEL-81906]
- PCI: Store all PCIe Supported Link Speeds (Myron Stowe) [RHEL-81906]
- PCI: Protect Link Control 2 Register with RMW locking (Myron Stowe) [RHEL-81906]
- Documentation PCI: Reformat RMW ops documentation (Myron Stowe) [RHEL-81906]
- thermal/of: Fix cdev lookup in thermal_of_should_bind() (David Arcari) [RHEL-79821]
- thermal: of: Simplify thermal_of_should_bind with scoped for each OF child (David Arcari) [RHEL-79821]
- thermal: intel: Fix compile issue when CONFIG_NET is not defined (David Arcari) [RHEL-79821]
- thermal: intel: int340x: Panther Lake power floor and workload hint support (David Arcari) [RHEL-79821]
- thermal: intel: int340x: Panther Lake DLVR support (David Arcari) [RHEL-79821]
- thermal: intel: Remove explicit user_space governor selection (David Arcari) [RHEL-79821]
- ACPI: DPTF: Support Panther Lake (David Arcari) [RHEL-79821]
- thermal: intel: int340x: processor: Enable MMIO RAPL for Panther Lake (David Arcari) [RHEL-79821]
- thermal: int3400: Remove unneeded data_vault attribute_group (David Arcari) [RHEL-79821]
- thermal: int3400: Fix reading of current_uuid for active policy (David Arcari) [RHEL-79821]
- x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM() (David Arcari) [RHEL-79821]
- thermal: intel: int340x: processor: Add MMIO RAPL PL4 support (David Arcari) [RHEL-79821]
- thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug support (David Arcari) [RHEL-79821]
- finally take no_llseek out [partial] (David Arcari) [RHEL-79821]
- thermal: intel: intel_tcc_cooling: Switch to new Intel CPU model defines (David Arcari) [RHEL-79821]
- thermal: intel: intel_pch: Improve cooling log (David Arcari) [RHEL-79821]
- x86/cpu/topology: Remove topology_max_die_per_package() (David Arcari) [RHEL-79821]
- x86/cpu/topology: Rename topology_max_die_per_package() [partial] (David Arcari) [RHEL-79821]
- arch/powerpc/perf: Update get_mem_data_src function to use saved values of sier and mmcra regs (Mamatha Inamdar) [RHEL-80602]
- arch/powerpc/perf: Check the instruction type before creating sample with perf_mem_data_src (Mamatha Inamdar) [RHEL-80602]
- certs: Add ECDSA signature verification self-test (Herbert Xu) [RHEL-81929]
- certs: Move RSA self-test data to separate file (Herbert Xu) [RHEL-81929]
- certs: Break circular dependency when selftest is modular (Herbert Xu) [RHEL-81929]
- KEYS: Include linux/errno.h in linux/verification.h (Herbert Xu) [RHEL-81929]
- crypto: certs: fix FIPS selftest dependency (Herbert Xu) [RHEL-81929]
- certs: Add support for using elliptic curve keys for signing modules (Herbert Xu) [RHEL-81929]
- certs: Trigger creation of RSA module signing key if it's not an RSA key (Herbert Xu) [RHEL-81929]
- dpll: add clock quality level attribute and op (Petr Oros) [RHEL-77838]
- tpm: Change to kvalloc() in eventlog/acpi.c (CKI Backport Bot) [RHEL-81489] {CVE-2024-58005}
- selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation (Rafael Aquini) [RHEL-74363]
- vrf: use RCU protection in l3mdev_l3_out() (Guillaume Nault) [RHEL-81542] {CVE-2025-21791}
- smb: client: fix regression with guest option (Paulo Alcantara) [RHEL-83858]
Resolves: RHEL-75561, RHEL-82474, RHEL-83275
* Fri Mar 21 2025 Scott Weaver <scweaver@redhat.com> [5.14.0-574.523.el9iv]
- ima: Fix a potential integer overflow in ima_appraise_measurement (CKI Backport Bot) [RHEL-80802] {CVE-2022-49643}
- selftests/mm: hugetlb_fault_after_madv: improve test output (David Hildenbrand) [RHEL-60023]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment