The Linux kernel
Go to file
Rado Vrbovsky 6ca79ae9fc kernel-5.14.0-517.el9
* Thu Oct 10 2024 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-517.el9]
- crypto: octeontx2 - add missing check for dma_map_single (Štěpán Horáček) [RHEL-31478]
- crypto: octeontx2 - support setting ctx ilen for inline CPT LF (Štěpán Horáček) [RHEL-31478]
- crypto: octeontx2 - register error interrupts for inline cptlf (Štěpán Horáček) [RHEL-31478]
- crypto: octeontx2 - add ctx_val workaround (Štěpán Horáček) [RHEL-31478]
- crypto: octeontx2 - add LF reset on queue disable (Štěpán Horáček) [RHEL-31478]
- crypto: octeontx2 - remove errata workaround for CN10KB or CN10KA B0 chip. (Štěpán Horáček) [RHEL-31478]
- crypto: octeontx2 - add devlink option to set t106 mode (Štěpán Horáček) [RHEL-31478]
- crypto: octeontx2 - add SGv2 support for CN10KB or CN10KA B0 (Štěpán Horáček) [RHEL-31478]
- crypto: octeontx2 - remove CPT block reset (Štěpán Horáček) [RHEL-31478]
- crypto: octeontx2 - Fix cptvf driver cleanup (Štěpán Horáček) [RHEL-31478]
- crypto: octeontx2 - By default allocate one CPT LF per CPT VF (Štěpán Horáček) [RHEL-31478]
- crypto: octeontx2 - hardware configuration for inline IPsec (Štěpán Horáček) [RHEL-31478]
- crypto: octeontx2 - add support for AF to CPT PF uplink mbox (Štěpán Horáček) [RHEL-31478]
- crypto: octeontx2 - Fix objects shared between several modules (Štěpán Horáček) [RHEL-31478]
- octeontx2-af: add mbox for CPT LF reset (Štěpán Horáček) [RHEL-31478]
- nexthop: fix uninitialized variable in nla_put_nh_group_stats() (Ivan Vecera) [RHEL-59118]
- nexthop: Fix splat with CONFIG_DEBUG_PREEMPT=y (Ivan Vecera) [RHEL-59118]
- nexthop: Fix out-of-bounds access during attribute validation (Ivan Vecera) [RHEL-59118]
- nexthop: Only parse NHA_OP_FLAGS for dump messages that require it (Ivan Vecera) [RHEL-59118]
- nexthop: Only parse NHA_OP_FLAGS for get messages that require it (Ivan Vecera) [RHEL-59118]
- selftests: forwarding: Add a test for NH group stats (Ivan Vecera) [RHEL-59118]
- net: nexthop: Have all NH notifiers carry NH ID (Ivan Vecera) [RHEL-59118]
- net: nexthop: Initialize NH group ID in resilient NH group notifiers (Ivan Vecera) [RHEL-59118]
- net: nexthop: Expose nexthop group HW stats to user space (Ivan Vecera) [RHEL-59118]
- net: nexthop: Add ability to enable / disable hardware statistics (Ivan Vecera) [RHEL-59118]
- net: nexthop: Add hardware statistics notifications (Ivan Vecera) [RHEL-59118]
- net: nexthop: Expose nexthop group stats to user space (Ivan Vecera) [RHEL-59118]
- net: nexthop: Add nexthop group entry stats (Ivan Vecera) [RHEL-59118]
- net: nexthop: Add NHA_OP_FLAGS (Ivan Vecera) [RHEL-59118]
- net: nexthop: Adjust netlink policy parsing for a new attribute (Ivan Vecera) [RHEL-59118]
- nexthop: Annotate struct nh_notifier_grp_info with __counted_by (Ivan Vecera) [RHEL-59118]
- nexthop: Annotate struct nh_notifier_res_table_info with __counted_by (Ivan Vecera) [RHEL-59118]
- selftests: net: Add test cases for nexthop groups with invalid neighbors (Ivan Vecera) [RHEL-59118]
- nexthop: Do not return invalid nexthop object during multipath selection (Ivan Vecera) [RHEL-59118]
- nexthop: Factor out neighbor validity check (Ivan Vecera) [RHEL-59118]
- nexthop: Factor out hash threshold fdb nexthop selection (Ivan Vecera) [RHEL-59118]
- pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv (CKI Backport Bot) [RHEL-59436] {CVE-2024-46761}
- net: ip6mr: add RTM_GETROUTE netlink op (Andrea Claudi) [RHEL-50554]
- rtla: Add --trace-buffer-size option (Luis Claudio R. Goncalves) [RHEL-58061]
- net: Move {l,t,d}stats allocation to core and convert veth & vrf (Ivan Vecera) [RHEL-57740]
- net, vrf: Move dstats structure to core (Ivan Vecera) [RHEL-57740]
- x86/vmware: Add TDX hypercall support (Vitaly Kuznetsov) [RHEL-52683]
- x86/vmware: Remove legacy VMWARE_HYPERCALL* macros (Vitaly Kuznetsov) [RHEL-52683]
- x86/vmware: Correct macro names (Vitaly Kuznetsov) [RHEL-52683]
- x86/vmware: Use VMware hypercall API (Vitaly Kuznetsov) [RHEL-52683]
- drm/vmwgfx: Use VMware hypercall API (Vitaly Kuznetsov) [RHEL-52683]
- input/vmmouse: Use VMware hypercall API (Vitaly Kuznetsov) [RHEL-52683]
- ptp/vmware: Use VMware hypercall API (Vitaly Kuznetsov) [RHEL-52683]
- x86/vmware: Introduce VMware hypercall API (Vitaly Kuznetsov) [RHEL-52683]
- drm/vmwgfx: Add unwind hints around RBP clobber (Vitaly Kuznetsov) [RHEL-52683]
- objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regions (Vitaly Kuznetsov) [RHEL-52683]
- x86,objtool: Split UNWIND_HINT_EMPTY in two (Vitaly Kuznetsov) [RHEL-52683]
- powerpc/64s/radix: Fix soft dirty tracking (avchouha) [RHEL-20894]
- net: intel: implement modern PM ops declarations (Corinna Vinschen) [RHEL-17488]
- net: adopt skb_network_offset() and similar helpers (Corinna Vinschen) [RHEL-17488]
- intel: legacy: field get conversion (Corinna Vinschen) [RHEL-17488]
- intel: add bit macro includes where needed (Corinna Vinschen) [RHEL-17488]
- of/irq: Prevent device address out-of-bounds read in interrupt map walk (CKI Backport Bot) [RHEL-59295] {CVE-2024-46743}
- PCI: Add missing bridge lock to pci_bus_lock() (CKI Backport Bot) [RHEL-59331] {CVE-2024-46750}
- bareudp: Pull inner IP header on xmit. (Guillaume Nault) [RHEL-59593]
- bareudp: Pull inner IP header in bareudp_udp_encap_recv(). (Guillaume Nault) [RHEL-59593]
- bareudp: Fix device stats updates. (Guillaume Nault) [RHEL-59593]
- net: create a dummy net_device allocator (Izabela Bakollari) [RHEL-59092]
- net: free_netdev: exit earlier if dummy (Izabela Bakollari) [RHEL-59092]
- net: core: Fix documentation (Izabela Bakollari) [RHEL-59092]
- net: Do not return value from init_dummy_netdev() (Izabela Bakollari) [RHEL-59092]
- xfrm: get global statistics from the offloaded device (CKI Backport Bot) [RHEL-59900]
- xfrm: generalize xdo_dev_state_update_curlft to allow statistics update (CKI Backport Bot) [RHEL-59900]
- selftests/powerpc/dexcr: Fix spelling mistake "predicition" -> "prediction" (Mamatha Inamdar) [RHEL-52762]
- Documentation: Document PowerPC kernel dynamic DEXCR interface (Mamatha Inamdar) [RHEL-52762]
- Documentation: Document PowerPC kernel DEXCR interface (Mamatha Inamdar) [RHEL-52762]
- selftests/powerpc/dexcr: Add chdexcr utility (Mamatha Inamdar) [RHEL-52762]
- selftests/powerpc/dexcr: Add DEXCR config details to lsdexcr (Mamatha Inamdar) [RHEL-52762]
- selftests/powerpc/dexcr: Attempt to enable NPHIE in hashchk selftest (Mamatha Inamdar) [RHEL-52762]
- selftests/powerpc/dexcr: Add DEXCR prctl interface test (Mamatha Inamdar) [RHEL-52762]
- powerpc/dexcr: Add DEXCR prctl interface (Mamatha Inamdar) [RHEL-52762]
- powerpc/dexcr: Reset DEXCR value across exec (Mamatha Inamdar) [RHEL-52762]
- powerpc/dexcr: Track the DEXCR per-process (Mamatha Inamdar) [RHEL-52762]
- powerpc/ptrace: Expose DEXCR and HDEXCR registers to ptrace (Mamatha Inamdar) [RHEL-52762]
- selftests/powerpc/dexcr: Add -no-pie to hashchk tests (Mamatha Inamdar) [RHEL-52762]
- net/smc: fix illegal rmb_desc access in SMC-D connection dump (Steve Best) [RHEL-27748] {CVE-2024-26615}
- ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev() (CKI Backport Bot) [RHEL-60232]
- ipv6: prevent possible UAF in ip6_xmit() (CKI Backport Bot) [RHEL-60232]
- ipv6: fix possible UAF in ip6_finish_output2() (CKI Backport Bot) [RHEL-60232]
- ipv6: prevent UAF in ip6_send_skb() (CKI Backport Bot) [RHEL-60232]
- ipv6: sr: block BH in seg6_output_core() and seg6_input_core() (CKI Backport Bot) [RHEL-60232]
- ipv6: sr: restruct ifdefines (CKI Backport Bot) [RHEL-60232]
- ipv6: fib: hide unused 'pn' variable (CKI Backport Bot) [RHEL-60232]
- ipv6: lower "link become ready"'s level message (CKI Backport Bot) [RHEL-60232]
- KVM: selftests: Make monitor_mwait require MONITOR/MWAIT feature (Maxim Levitsky) [RHEL-17448]
- proc: fix dentry/inode overinstantiating under /proc/${pid}/net (Joel Savitz) [RHEL-57703]
- remoteproc: k3-r5: Delay notification of wakeup event (Jared Kangas) [RHEL-60788]
- remoteproc: k3-r5: Fix error handling when power-up failed (Jared Kangas) [RHEL-60788]
- remoteproc: k3-dsp: Acquire mailbox handle during probe routine (Jared Kangas) [RHEL-60788]
- remoteproc: k3-r5: Acquire mailbox handle during probe routine (Jared Kangas) [RHEL-60788]
- remoteproc: k3-r5: Use devm_rproc_alloc() helper (Jared Kangas) [RHEL-60788]
- remoteproc: k3-dsp: Fix log levels where appropriate (Jared Kangas) [RHEL-60788]
- remoteproc: k3-r5: Fix IPC-only mode detection (Jared Kangas) [RHEL-60788]
- remoteproc: k3-r5: Jump to error handling labels in start/stop errors (Jared Kangas) [RHEL-60788]
- remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs (Jared Kangas) [RHEL-60788]
- remoteproc: k3-r5: Wait for core0 power-up before powering up core1 (Jared Kangas) [RHEL-60788]
- remoteproc: k3-dsp: Use devm_rproc_add() helper (Jared Kangas) [RHEL-60788]
- remoteproc: k3-dsp: Use devm_ioremap_wc() helper (Jared Kangas) [RHEL-60788]
- remoteproc: k3-dsp: Add devm action to release tsp (Jared Kangas) [RHEL-60788]
- remoteproc: k3-dsp: Use devm_kzalloc() helper (Jared Kangas) [RHEL-60788]
- remoteproc: k3-dsp: Use devm_ti_sci_get_by_phandle() helper (Jared Kangas) [RHEL-60788]
- remoteproc: k3-dsp: Use devm_kcalloc() helper (Jared Kangas) [RHEL-60788]
- remoteproc: k3-dsp: Add devm action to release reserved memory (Jared Kangas) [RHEL-60788]
- remoteproc: k3-dsp: Use devm_rproc_alloc() helper (Jared Kangas) [RHEL-60788]
- remoteproc: k3-dsp: Convert to platform remove callback returning void (Jared Kangas) [RHEL-60788]
- remoteproc: k3-dsp: Use symbolic error codes in error messages (Jared Kangas) [RHEL-60788]
- remoteproc: k3-dsp: Suppress duplicate error message in .remove() (Jared Kangas) [RHEL-60788]
- remoteproc: Explicitly include correct DT includes (Jared Kangas) [RHEL-60788]
- remoteproc: k3-r5: Use separate compatible string for TI AM62x SoC family (Jared Kangas) [RHEL-60788]
- dt-bindings: remoteproc: ti: Add new compatible for AM62 SoC family (Jared Kangas) [RHEL-60788]
- remoteproc: k3-r5: Simplify cluster mode setting usage (Jared Kangas) [RHEL-60788]
- remoteproc: k3-c7x: Add support for C7xv DSP on AM62A SoC (Jared Kangas) [RHEL-60788]
- remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_init (Jared Kangas) [RHEL-60788]
- dt-bindings: remoteproc: k3-dsp: Update bindings for J721S2 SoCs (Jared Kangas) [RHEL-60788]
- dt-bindings: remoteproc: k3-r5f: Update bindings for J721S2 SoCs (Jared Kangas) [RHEL-60788]
- scsi: target: Remove unused declarations (Maurizio Lombardi) [RHEL-58872]
- scsi: target: Remove unused list 'device_list' (Maurizio Lombardi) [RHEL-58872]
- scsi: target: iscsi: Remove unused variable xfer_len (Maurizio Lombardi) [RHEL-58872]
- scsi: target: tcm_loop: Make tcm_loop_lld_bus const (Maurizio Lombardi) [RHEL-58872]
- x86/mm/ident_map: Use gbpages only where full GB page should be mapped. (Chris von Recklinghausen) [RHEL-26268]
- arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry (Mark Langsdorf) [RHEL-60765] {CVE-2024-46822}
- arm64: acpi: Move get_cpu_for_acpi_id() to a header (Mark Langsdorf) [RHEL-60765] {CVE-2024-46822}
- mei: me: add arrow lake point S DID (Steve Best) [RHEL-61378]
- powerpc/pseries/iommu: Split Dynamic DMA Window to be used in Hybrid mode (Mamatha Inamdar) [RHEL-53185]
- intel_idle: fix ACPI _CST matching for newer Xeon platforms (David Arcari) [RHEL-60894]
- devlink: extend devlink_param *set pointer (Petr Oros) [RHEL-59901]
- bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave() (Hangbin Liu) [RHEL-60229]
- net: bonding: correctly annotate RCU in bond_should_notify_peers() (Hangbin Liu) [RHEL-60229]
- driver core: auxiliary bus: Fix documentation of auxiliary_device (Ivan Vecera) [RHEL-61175]
- driver core: auxiliary bus: show auxiliary device IRQs (Ivan Vecera) [RHEL-61175]
- gfs2: Randomize GLF_VERIFY_DELETE work delay (Andreas Gruenbacher) [RHEL-60945]
- gfs2: Use mod_delayed_work in gfs2_queue_try_to_evict (Andreas Gruenbacher) [RHEL-60945]
- gfs2: Update to the evict / remote delete documentation (Andreas Gruenbacher) [RHEL-60945]
- gfs2: Call gfs2_queue_verify_delete from gfs2_evict_inode (Andreas Gruenbacher) [RHEL-60945]
- gfs2: Clean up delete work processing (Andreas Gruenbacher) [RHEL-60945]
- gfs2: Minor delete_work_func cleanup (Andreas Gruenbacher) [RHEL-60945]
- gfs2: Return enum evict_behavior from gfs2_upgrade_iopen_glock (Andreas Gruenbacher) [RHEL-60945]
- gfs2: Rename dinode_demise to evict_behavior (Andreas Gruenbacher) [RHEL-60945]
- gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETE (Andreas Gruenbacher) [RHEL-60945]
- gfs2: Faster gfs2_upgrade_iopen_glock wakeups (Andreas Gruenbacher) [RHEL-60945]
- gfs2: Fix unlinked inode cleanup (Andreas Gruenbacher) [RHEL-60945]
- gfs2: Allow immediate GLF_VERIFY_DELETE work (Andreas Gruenbacher) [RHEL-60945]
- gfs2: Initialize gl_no_formal_ino earlier (Andreas Gruenbacher) [RHEL-60945]
- gfs2: Rename GLF_VERIFY_EVICT to GLF_VERIFY_DELETE (Andreas Gruenbacher) [RHEL-60945]
- gfs2: make timeout values more explicit (Wolfram Sang) [RHEL-60945]
- gfs2: Simplify function gfs2_upgrade_iopen_glock (Andreas Gruenbacher) [RHEL-60945]
- gfs2: Rename SDF_DEACTIVATING to SDF_KILL (Andreas Gruenbacher) [RHEL-60945]
- md/raid1: set max_sectors during early return from choose_slow_rdev() (Nigel Croxon) [RHEL-61196]
- md: Add new_level sysfs interface (Nigel Croxon) [RHEL-61196]
- md: Report failed arrays as broken in mdstat (Nigel Croxon) [RHEL-61196]
- md/raid5: rename wait_for_overlap to wait_for_reshape (Nigel Croxon) [RHEL-61196]
- md/raid5: only add to wq if reshape is in progress (Nigel Croxon) [RHEL-61196]
- md/raid5: Improve performance for sequential IO (Nigel Croxon) [RHEL-61196]
- md/raid5: use wait_on_bit() for R5_Overlap (Nigel Croxon) [RHEL-61196]
- md: Remove flush handling (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: make in memory structure internal (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_enabled() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_wait_behind_writes() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_free() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_set_pages() into struct bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_copy_from_slot() into struct bitmap_operation. (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge get_bitmap_from_slot() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_resize() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: pass in mddev directly for md_bitmap_resize() (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_daemon_work() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge bitmap_unplug() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug() (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_sync_with_cluster() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_cond_end_sync() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_close_sync() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_end_sync() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync() (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_start_sync() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_endwrite() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_startwrite() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_dirty_bits() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge bitmap_write_all() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: remove md_bitmap_setallbits() (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_status() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_update_sb() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: make md_bitmap_print_sb() internal (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_flush() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_destroy() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_load() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: merge md_bitmap_create() into bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: simplify md_bitmap_create() + md_bitmap_load() (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: introduce struct bitmap_operations (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: add a new helper md_bitmap_set_pages() (Nigel Croxon) [RHEL-61196]
- md/md-cluster: use helper md_bitmap_get_stats() to get pages in resize_bitmaps() (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: add 'behind_writes' and 'behind_wait' into struct md_bitmap_stats (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: add 'file_pages' into struct md_bitmap_stats (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: add 'sync_size' into struct md_bitmap_stats (Nigel Croxon) [RHEL-61196]
- md/md-cluster: fix spares warnings for __le64 (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: add 'events_cleared' into struct md_bitmap_stats (Nigel Croxon) [RHEL-61196]
- md: use new helper md_bitmap_get_stats() in update_array_info() (Nigel Croxon) [RHEL-61196]
- md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats() (Nigel Croxon) [RHEL-61196]
- md/raid1: use md_bitmap_wait_behind_writes() in raid1_read_request() (Nigel Croxon) [RHEL-61196]
- md/raid1: Clean up local variable 'b' from raid1_read_request() (Nigel Croxon) [RHEL-61196]
- md: Don't flush sync_work in md_write_start() (Nigel Croxon) [RHEL-61196]
- md/raid1: Fix data corruption for degraded array with slow disk (Nigel Croxon) [RHEL-61196]
- md: convert comma to semicolon (Nigel Croxon) [RHEL-61196]
- md/raid1: factor out helpers to choose the best rdev from read_balance() (Nigel Croxon) [RHEL-61196]
- md/raid1: factor out the code to manage sequential IO (Nigel Croxon) [RHEL-61196]
- md/raid1: factor out choose_bb_rdev() from read_balance() (Nigel Croxon) [RHEL-61196]
- md/raid1: factor out choose_slow_rdev() from read_balance() (Nigel Croxon) [RHEL-61196]
- md/raid1: factor out read_first_rdev() from read_balance() (Nigel Croxon) [RHEL-61196]
- md/raid1-10: factor out a new helper raid1_should_read_first() (Nigel Croxon) [RHEL-61196]
- md/raid1: fix choose next idle in read_balance() (Nigel Croxon) [RHEL-61196]
- md/raid1: record nonrot rdevs while adding/removing rdevs to conf (Nigel Croxon) [RHEL-61196]
- powerpc: Implement arch_within_stack_frames (Mamatha Inamdar) [RHEL-52737]
- l2tp: fix lockdep splat (Guillaume Nault) [RHEL-59687]
- net l2tp: drop flow hash on forward (Guillaume Nault) [RHEL-59687]
- selftests: udpgro: no need to load xdp for gro (Hangbin Liu) [RHEL-53858]
- selftests: udpgro: report error when receive failed (Hangbin Liu) [RHEL-53858]
- PCI/AER: Disable AER service on suspend (Lenny Szubowicz) [RHEL-22265]
- Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv Monitor (Bastien Nocera) [RHEL-17584]
- Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID (CKI Backport Bot) [RHEL-17584]
- mpls: Reduce skb re-allocations due to skb_cow() (Guillaume Nault) [RHEL-55145]
Resolves: RHEL-17448, RHEL-17488, RHEL-17584, RHEL-20894, RHEL-22265, RHEL-26268, RHEL-27748, RHEL-31478, RHEL-50554, RHEL-52683, RHEL-52737, RHEL-52762, RHEL-53185, RHEL-53858, RHEL-55145, RHEL-57703, RHEL-57740, RHEL-58061, RHEL-58872, RHEL-59092, RHEL-59118, RHEL-59295, RHEL-59331, RHEL-59436, RHEL-59593, RHEL-59687, RHEL-59900, RHEL-59901, RHEL-60229, RHEL-60232, RHEL-60765, RHEL-60788, RHEL-60894, RHEL-60945, RHEL-61175, RHEL-61196, RHEL-61378

Signed-off-by: Rado Vrbovsky <rvrbovsk@redhat.com>
2024-10-10 12:40:45 +00:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
check-kabi kernel-5.14.0-155.el9 2022-08-23 20:50:32 +00:00
cpupower.config RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
cpupower.service RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
dracut-virt.conf kernel-5.14.0-512.el9 2024-09-23 08:27:41 +00:00
filter-aarch64.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-armv7hl.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-modules.sh.rhel kernel-5.14.0-376.el9 2023-10-11 13:48:41 -04:00
filter-ppc64le.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-s390x.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-x86_64.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
gating.yaml kernel-5.14.0-367.el9 2023-09-18 13:04:46 -04:00
generate_all_configs.sh kernel-5.14.0-172.el9 2022-10-03 05:42:53 -04:00
kernel-aarch64-64k-debug-rhel.config kernel-5.14.0-513.el9 2024-09-26 18:09:50 +00:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-513.el9 2024-09-26 18:09:50 +00:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-513.el9 2024-09-26 18:09:50 +00:00
kernel-aarch64-rhel.config kernel-5.14.0-513.el9 2024-09-26 18:09:50 +00:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-513.el9 2024-09-26 18:09:50 +00:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-513.el9 2024-09-26 18:09:50 +00:00
kernel-local RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
kernel-ppc64le-debug-rhel.config kernel-5.14.0-513.el9 2024-09-26 18:09:50 +00:00
kernel-ppc64le-rhel.config kernel-5.14.0-513.el9 2024-09-26 18:09:50 +00:00
kernel-s390x-debug-rhel.config kernel-5.14.0-513.el9 2024-09-26 18:09:50 +00:00
kernel-s390x-rhel.config kernel-5.14.0-513.el9 2024-09-26 18:09:50 +00:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-513.el9 2024-09-26 18:09:50 +00:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-513.el9 2024-09-26 18:09:50 +00:00
kernel-x86_64-rhel.config kernel-5.14.0-513.el9 2024-09-26 18:09:50 +00:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-513.el9 2024-09-26 18:09:50 +00:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-513.el9 2024-09-26 18:09:50 +00:00
kernel.changelog kernel-5.14.0-517.el9 2024-10-10 12:40:45 +00:00
kernel.spec kernel-5.14.0-517.el9 2024-10-10 12:40:45 +00:00
kvm_stat.logrotate kernel-5.13.0-0.rc7.51.el9 2021-06-21 19:14:53 -04:00
linux-kernel-test.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Makefile.rhelver kernel-5.14.0-517.el9 2024-10-10 12:40:45 +00:00
merge.pl RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
mod-denylist.sh kernel-5.13.0-1.el9 2021-07-02 16:34:23 -04:00
mod-extra.list.rhel kernel-5.14.0-448.el9 2024-05-08 17:26:42 -03:00
mod-internal.list kernel-5.14.0-497.el9 2024-08-13 13:37:24 +00:00
mod-kvm.list kernel-5.14.0-285.el9 2023-03-07 15:22:21 +01:00
mod-partner.list kernel-5.14.0-296.el9 2023-04-04 12:03:43 +02:00
mod-sign.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -04:00
Module.kabi_aarch64 kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_dup_aarch64 RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_ppc64le RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_s390x RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_x86_64 RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_ppc64le kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_s390x kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_x86_64 kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
nvidiagpuoot001.x509 kernel-5.14.0-423.el9 2024-02-16 10:50:49 -05:00
parallel_xz.sh kernel-5.10.0-0.rc6.92 2020-12-04 15:24:35 -05:00
partial-kgcov-snip.config kernel-5.14.0-442.el9 2024-04-22 10:46:16 -03:00
patch-5.14-redhat.patch kernel-5.14.0-172.el9 2022-10-03 05:42:53 -04:00
process_configs.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -04:00
README.rst RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
rheldup3.x509 kernel-5.11.0-0.rc7.149.el9 2021-02-08 15:06:53 -05:00
rhelima_centos.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelima.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelimaca1.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelkpatch1.x509 kernel-5.11.0-0.rc7.149.el9 2021-02-08 15:06:53 -05:00
rpminspect.yaml kernel-5.14.0-408.el9 2024-01-12 14:10:05 -05:00
sources kernel-5.14.0-517.el9 2024-10-10 12:40:45 +00:00
uki_addons.json kernel-5.14.0-490.el9 2024-08-02 11:47:19 -04:00
uki_create_addons.py kernel-5.14.0-490.el9 2024-08-02 11:47:19 -04:00
update_scripts.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -04:00
x509.genkey.centos kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
x509.genkey.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00

===================
The Kernel dist-git
===================

The kernel is maintained in a `source tree`_ rather than directly in dist-git.
The specfile is maintained as a `template`_ in the source tree along with a set
of build scripts to generate configurations, (S)RPMs, and to populate the
dist-git repository.

The `documentation`_ for the source tree covers how to contribute and maintain
the tree.

If you're looking for the downstream patch set it's available in the source
tree with "git log master..ark-patches" or
`online`_.

Each release in dist-git is tagged in the source repository so you can easily
check out the source tree for a build. The tags are in the format
name-version-release, but note release doesn't contain the dist tag since the
source can be built in different build roots (Fedora, CentOS, etc.)

.. _source tree: https://gitlab.com/cki-project/kernel-ark.git
.. _template: https://gitlab.com/cki-project/kernel-ark/-/blob/os-build/redhat/kernel.spec.template
.. _documentation: https://gitlab.com/cki-project/kernel-ark/-/wikis/home
.. _online: https://gitlab.com/cki-project/kernel-ark/-/commits/ark-patches