The Linux kernel
Go to file
Jan Stancek 45b0975307 kernel-5.14.0-328.el9
* Wed Jun 14 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-328.el9]
- epoll: rename global epmutex (Carlos Maiolino) [2044953]
- epoll: use refcount to reduce ep_mutex contention (Carlos Maiolino) [2044953]
- fs/epoll: use a per-cpu counter for user's watches count (Carlos Maiolino) [2044953]
- net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues(). (Guillaume Nault) [2209498]
- net: use WARN_ON_ONCE() in sk_stream_kill_queues() (Guillaume Nault) [2209498]
- netfilter: ipset: Add schedule point in call_ad(). (Florian Westphal) [2189550]
- netfilter: nft_set_rbtree: fix null deref on element insertion (Florian Westphal) [2189550]
- netfilter: nf_tables: always release netdev hooks from notifier (Florian Westphal) [2189550]
- netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM (Florian Westphal) [2189550]
- netfilter: nf_tables: Add null check for nla_nest_start_noflag() in nft_dump_basechain_hook() (Florian Westphal) [2189550]
- netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelper (Florian Westphal) [2189550]
- netfilter: nf_tables: fix nft_trans type confusion (Florian Westphal) [2189550]
- netfilter: nf_tables: don't write table validation state without mutex (Florian Westphal) [2189550]
- netfilter: conntrack: fix wrong ct->timeout value (Florian Westphal) [2189550]
- netfilter: nf_tables: tighten netlink attribute requirements for catch-all elements (Florian Westphal) [2189550]
- netfilter: nf_tables: validate catch-all set elements (Florian Westphal) [2189550]
- netfilter: nft_redir: correct value of inet type `.maxattrs` (Florian Westphal) [2189550]
- netfilter: nft_redir: correct length for loading protocol registers (Florian Westphal) [2189550]
- netfilter: nft_masq: correct length for loading protocol registers (Florian Westphal) [2189550]
- netfilter: nft_nat: correct length for loading protocol registers (Florian Westphal) [2189550]
- netfilter: conntrack: adopt safer max chain length (Florian Westphal) [2189550]
- netfilter: ctnetlink: make event listener tracking global (Florian Westphal) [2189550]
- netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_insert() (Florian Westphal) [2189550]
- netfilter: conntrack: fix rmmod double-free race (Florian Westphal) [2189550]
- netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack() (Florian Westphal) [2189550]
- netfilter: nf_tables: allow to fetch set elements when table has an owner (Florian Westphal) [2189550]
- netfilter: nft_set_rbtree: skip elements in transaction from garbage collection (Florian Westphal) [2189550]
- netfilter: nft_set_rbtree: Switch to node list walk for overlap detection (Florian Westphal) [2189550]
- netfilter: nf_tables: do not set up extensions for end interval (Florian Westphal) [2189550]
- netfilter: tproxy: fix deadlock due to missing BH disable (Florian Westphal) [2189550]
- netfilter: ebtables: fix memory leak when blob is malformed (Florian Westphal) [2189550]
- netfilter: ebtables: fix table blob use-after-free (Florian Westphal) [2189550]
- netfilter: br_netfilter: fix recent physdev match breakage (Florian Westphal) [2189550]
- netfilter: br_netfilter: disable sabotage_in hook after first suppression (Florian Westphal) [2189550]
- netfilter: ipset: Rework long task execution when adding/deleting entries (Florian Westphal) [2189550]
- ipvs: fix WARNING in ip_vs_app_net_cleanup() (Florian Westphal) [2189550]
- ipvs: fix WARNING in __ip_vs_cleanup_batch() (Florian Westphal) [2189550]
- tracing/osnoise: No need for schedule_hrtimeout range (John Kacur) [2174944]
- tracing/osnoise: Use built-in RCU list checking (John Kacur) [2174944]
- tracing/osnoise: Add preempt and/or irq disabled options (John Kacur) [2174944]
- tracing/osnoise: Add PANIC_ON_STOP option (John Kacur) [2174944]
- tracing/osnoise: Make osnoise_options static (John Kacur) [2174944]
- tracing/osnoise: Add OSNOISE_WORKLOAD option (John Kacur) [2174944]
- tracing/osnoise: Add osnoise/options file (John Kacur) [2174944]
- tracing/osnoise: Fix duration type (John Kacur) [2174944]
- tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreads (John Kacur) [2174944]
- tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQ (John Kacur) [2174944]
- tracing/timerlat: Print stacktrace in the IRQ handler if needed (John Kacur) [2174944]
- tracing/timerlat: Notify IRQ new max latency only if stop tracing is set (John Kacur) [2174944]
- e1000e: Disable TSO on i219-LM card to increase speed (Ken Cox) [2189949]
- thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bit (Desnes Nunes) [2170135]
- thunderbolt: Disable interrupt auto clear for rings (Desnes Nunes) [2170135]
- thunderbolt: Use const qualifier for `ring_interrupt_index` (Desnes Nunes) [2170135]
- x86/amd_nb: Add PCI ID for family 19h model 78h (David Arcari) [2162507]
- x86/amd_nb: Add AMD PCI IDs for SMN communication (David Arcari) [2162507]
- x86/amd_nb: Unexport amd_cache_northbridges() (David Arcari) [2162507]
- platform/x86/intel/pmc: core: Report duration of time in HW sleep state (David Arcari) [2162507]
- platform/x86/intel/pmc: core: Always capture counters on suspend (David Arcari) [2162507]
- platform/x86/amd: pmc: Report duration of time in hw sleep state (David Arcari) [2162507]
- PM: Add sysfs files to represent time spent in hardware sleep state (David Arcari) [2162507]
- platform/x86: amd: pmc: provide user message where s0ix is not supported (David Arcari) [2162507]
- platform/x86/amd: pmc: Fix memory leak in amd_pmc_stb_debugfs_open_v2() (David Arcari) [2162507]
- platform/x86: amd: pmc: Remove __maybe_unused from amd_pmc_suspend_handler() (David Arcari) [2162507]
- platform/x86/amd: pmc: Move out of BIOS SMN pair for STB init (David Arcari) [2162507]
- platform/x86/amd: pmc: Utilize SMN index 0 for driver probe (David Arcari) [2162507]
- platform/x86/amd: pmc: Move idlemask check into `amd_pmc_idlemask_read` (David Arcari) [2162507]
- platform/x86/amd: pmc: Don't dump data after resume from s0i3 on picasso (David Arcari) [2162507]
- platform/x86/amd: pmc: Hide SMU version and program attributes for Picasso (David Arcari) [2162507]
- platform/x86/amd: pmc: Don't try to read SMU version on Picasso (David Arcari) [2162507]
- platform/x86: amd: pmc: Convert to platform remove callback returning void (David Arcari) [2162507]
- platform/x86/amd: pmc: remove CONFIG_SUSPEND checks (David Arcari) [2162507]
- platform/x86/amd: pmc: Add line break for readability (David Arcari) [2162507]
- platform/x86/amd: pmc: differentiate STB/SMU messaging prints (David Arcari) [2162507]
- platform/x86/amd: pmc: Write dummy postcode into the STB DRAM (David Arcari) [2162507]
- platform/x86/amd: pmc: Add num_samples message id support to STB (David Arcari) [2162507]
- platform/x86/amd: pmc: add CONFIG_SERIO dependency (David Arcari) [2162507]
- platform/x86/amd: pmc: Add a module parameter to disable workarounds (David Arcari) [2162507]
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN (David Arcari) [2162507]
- platform: Provide a remove callback that returns no value (David Arcari) [2162507]
- arm64: dts: qcom: sa8775p-ride: enable i2c11 (Adrien Thierry) [2212920]
- arm64: dts: qcom: sa8775p: add uart5 and uart9 nodes (Adrien Thierry) [2212920]
- arm64: dts: qcom: sa8775p: add missing spi nodes (Adrien Thierry) [2212920]
- arm64: dts: qcom: sa8775p: add missing i2c nodes (Adrien Thierry) [2212920]
- arm64: dts: qcom: sa8775p: add the QUPv3 #0 and #3 node (Adrien Thierry) [2212920]
- arm64: dts: qcom: sa8775p: enable AOSS (Adrien Thierry) [2212920]
- arm64: dts: qcom: sa8775p: add the GPU IOMMU node (Adrien Thierry) [2212920]
- arm64: dts: qcom: sa8775p: add the GPU clock controller node (Adrien Thierry) [2212920]
- clk: qcom: add the GPUCC driver for sa8775p (Adrien Thierry) [2212920]
- dt-bindings: clock: qcom: describe the GPUCC clock for SA8775P (Adrien Thierry) [2212920]
- RDMA/irdma: Report the correct link speed (Petr Oros) [2131200]
- rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsg (Xin Long) [2208901]
- rtnetlink: move IFLA_GSO_ tb check to validate_linkmsg (Xin Long) [2208901]
- rtnetlink: call validate_linkmsg in rtnl_create_link (Xin Long) [2208901]
- Revert "cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*" (David Arcari) [2203523]
- net: move dropreason.h to dropreason-core.h (Antoine Tenart) [2184073]
- net: remove enum skb_free_reason (Antoine Tenart) [2184073]
- net: add location to trace_consume_skb() (Antoine Tenart) [2184073]
- ipv6: icmp6: add drop reason support to icmpv6_echo_reply() (Antoine Tenart) [2184073]
- ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOST (Antoine Tenart) [2184073]
- ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONS (Antoine Tenart) [2184073]
- ipv6: icmp6: add drop reason support to ndisc_redirect_rcv() (Antoine Tenart) [2184073]
- ipv6: icmp6: add drop reason support to ndisc_router_discovery() (Antoine Tenart) [2184073]
- ipv6: icmp6: add drop reason support to ndisc_recv_rs() (Antoine Tenart) [2184073]
- ipv6: icmp6: add drop reason support to ndisc_recv_na() (Antoine Tenart) [2184073]
- ipv6: icmp6: add drop reason support to ndisc_recv_ns() (Antoine Tenart) [2184073]
- ipv6: icmp6: add drop reason support to ndisc_rcv() (Antoine Tenart) [2184073]
- ipv6: icmp6: add drop reason support to icmpv6_notify() (Antoine Tenart) [2184073]
- net: add pskb_may_pull_reason() helper (Antoine Tenart) [2184073]
- net-next: skbuff: refactor pskb_pull (Antoine Tenart) [2184073]
- net: dropreason: add SKB_DROP_REASON_IPV6_BAD_EXTHDR (Antoine Tenart) [2184073]
- rxrpc: Use consume_skb() rather than kfree_skb_reason() (Antoine Tenart) [2184073]
- ipv4: raw: add drop reasons (Antoine Tenart) [2184073]
- ipv6: raw: add drop reasons (Antoine Tenart) [2184073]
- tcp: add TCP_MINTTL drop reason (Antoine Tenart) [2184073]
- net: fix call location in kfree_skb_list_reason (Antoine Tenart) [2184073]
- rxrpc: Show consumed and freed packets as non-dropped in dropwatch (Antoine Tenart) [2184073]
- net: tun: rebuild error handling in tun_get_user (Antoine Tenart) [2184073]
- rethook: fix a potential memleak in rethook_alloc() (Audra Mitchell) [2190216]
- watch-queue: remove spurious double semicolon (Audra Mitchell) [2190216]
- fs: don't audit the capability check in simple_xattr_list() (Andrey Albershteyn) [2151256]
Resolves: rhbz#2044953, rhbz#2131200, rhbz#2151256, rhbz#2162507, rhbz#2170135, rhbz#2174944, rhbz#2184073, rhbz#2189550, rhbz#2189949, rhbz#2190216, rhbz#2203523, rhbz#2208901, rhbz#2209498, rhbz#2212920

Signed-off-by: Jan Stancek <jstancek@redhat.com>
2023-06-14 13:41:26 +02:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Makefile.rhelver kernel-5.14.0-328.el9 2023-06-14 13:41:26 +02: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
README.rst 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-276.el9 2023-02-17 00:33:35 +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-172.el9 2022-10-03 05:42:53 -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-0.rc4.35.el9 2021-08-02 17:07:47 -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-327.el9 2023-06-13 14:21:47 +02:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-327.el9 2023-06-13 14:21:47 +02:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-327.el9 2023-06-13 14:21:47 +02:00
kernel-aarch64-rhel.config kernel-5.14.0-327.el9 2023-06-13 14:21:47 +02:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-327.el9 2023-06-13 14:21:47 +02:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-327.el9 2023-06-13 14:21:47 +02: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-327.el9 2023-06-13 14:21:47 +02:00
kernel-ppc64le-rhel.config kernel-5.14.0-327.el9 2023-06-13 14:21:47 +02:00
kernel-s390x-debug-rhel.config kernel-5.14.0-327.el9 2023-06-13 14:21:47 +02:00
kernel-s390x-rhel.config kernel-5.14.0-327.el9 2023-06-13 14:21:47 +02:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-327.el9 2023-06-13 14:21:47 +02:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-327.el9 2023-06-13 14:21:47 +02:00
kernel-x86_64-rhel.config kernel-5.14.0-327.el9 2023-06-13 14:21:47 +02:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-327.el9 2023-06-13 14:21:47 +02:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-327.el9 2023-06-13 14:21:47 +02:00
kernel.spec kernel-5.14.0-328.el9 2023-06-14 13:41:26 +02: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
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.13.0-0.rc2.19.el9 2021-05-17 18:16:50 -04:00
mod-internal.list kernel-5.14.0-313.el9 2023-05-15 09:58:48 +02: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.13.0-0.rc2.19.el9 2021-05-17 18:16:50 -04: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-151.el9 2022-08-22 14:19:18 +00: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-307.el9 2023-05-02 20:09:52 +02:00
rheldup3.x509 kernel-5.11.0-0.rc7.149.el9 2021-02-08 15:06:53 -05: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-288.el9 2023-03-16 12:31:29 +01:00
sources kernel-5.14.0-328.el9 2023-06-14 13:41:26 +02:00
update_scripts.sh kernel-5.14.0-172.el9 2022-10-03 05:42:53 -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

README.rst

===================
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