forked from rpms/kernel
The Linux kernel
* Tue Jan 02 2024 Scott Weaver <scweaver@redhat.com> [5.14.0-403.el9]
- virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORT (Wander Lairson Costa) [2216526]
- mm/slab: Add __free() support for kvfree (Wander Lairson Costa) [2216526]
- virt: sevguest: Prep for kernel internal get_ext_report() (Wander Lairson Costa) [2216526]
- virt: sevguest: Fix passing a stack buffer as a scatterlist target (Wander Lairson Costa) [2216526]
- kbuild: Drop -Wdeclaration-after-statement (Wander Lairson Costa) [2216526]
- kbuild: Add environment variables for userprogs flags (Wander Lairson Costa) [2216526]
- cleanup: Make no_free_ptr() __must_check (Wander Lairson Costa) [2216526]
- locking: Introduce __cleanup() based infrastructure (Wander Lairson Costa) [2216526]
- dmaengine: ioat: Free up __cleanup() name (Wander Lairson Costa) [2216526]
- string: Add __realloc_size hint to kmemdup() (Wander Lairson Costa) [2216526]
- virt: tdx-guest: Add Quote generation support using TSM_REPORTS (Wander Lairson Costa) [2216526]
- configfs-tsm: Introduce a shared ABI for attestation reports (Wander Lairson Costa) [2216526]
- virt: coco: Add a coco/Makefile and coco/Kconfig (Wander Lairson Costa) [2216526]
- sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0 (Phil Auld) [RHEL-17580]
- sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0 (Phil Auld) [RHEL-17580]
- sched/rt: Fix live lock between select_fallback_rq() and RT push (Phil Auld) [RHEL-17580]
- sched/topology: Fix sched_numa_find_nth_cpu() comment (Phil Auld) [RHEL-17580]
- sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu() (Phil Auld) [RHEL-17580]
- sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less case (Phil Auld) [RHEL-17580]
- sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA case (Phil Auld) [RHEL-17580]
- sched/fair: Fix open-coded numa_nearest_node() (Phil Auld) [RHEL-17580]
- numa: Generalize numa_map_to_online_node() (Phil Auld) [RHEL-17580]
- net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams. (Antoine Tenart) [RHEL-17413]
- net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicated (Antoine Tenart) [RHEL-17413]
- IPv4: add extack info for IPv4 address add/delete (Antoine Tenart) [RHEL-17413]
- bpf, xdp: Add tracepoint to xdp attaching failure (Antoine Tenart) [RHEL-17413]
- net/sched: sch_hfsc: warn about class in use while deleting (Antoine Tenart) [RHEL-17413]
- net/sched: sch_htb: warn about class in use while deleting (Antoine Tenart) [RHEL-17413]
- netdevsim: Fill IPsec state validation failure reason (Antoine Tenart) [RHEL-17413]
- net/sock: Introduce trace_sk_data_ready() (Antoine Tenart) [RHEL-17413]
- sock: add tracepoint for send recv length (Antoine Tenart) [RHEL-17413]
- tcp: add missing family to tcp_set_ca_state() tracepoint (Antoine Tenart) [RHEL-17413]
- tcp: Add tracepoint for tcp_set_ca_state (Antoine Tenart) [RHEL-17413]
- netdevice: add missing dm_private kdoc (Antoine Tenart) [RHEL-17413]
- drop_monitor: remove quadratic behavior (Antoine Tenart) [RHEL-17413]
- ceph: defer stopping mdsc delayed_work (Xiubo Li) [RHEL-16415]
- ceph: never send metrics if disable_send_metrics is set (Xiubo Li) [RHEL-16415]
- ceph: don't let check_caps skip sending responses for revoke msgs (Xiubo Li) [RHEL-16415]
- ceph: issue a cap release immediately if no cap exists (Xiubo Li) [RHEL-16415]
- ceph: trigger to flush the buffer when making snapshot (Xiubo Li) [RHEL-16415]
- ceph: fix blindly expanding the readahead windows (Xiubo Li) [RHEL-16415]
- ceph: add a dedicated private data for netfs rreq (Xiubo Li) [RHEL-16415]
- ceph: voluntarily drop Xx caps for requests those touch parent mtime (Xiubo Li) [RHEL-16415]
- ceph: try to dump the msgs when decoding fails (Xiubo Li) [RHEL-16415]
- ceph: only send metrics when the MDS rank is ready (Xiubo Li) [RHEL-16415]
- arm64: kdump: defer the crashkernel reservation for platforms with no DMA memory zones (Audra Mitchell) [2188997]
- arm64: kdump: do not map crashkernel region specifically (Audra Mitchell) [2188997]
- arm64: kdump : take off the protection on crashkernel memory region (Audra Mitchell) [2188997]
- nvmet: nul-terminate the NQNs passed in the connect command (Maurizio Lombardi) [RHEL-16691] {CVE-2023-6121}
- hwmon: (coretemp) Fix potentially truncated sysfs attribute name (David Arcari) [RHEL-19759]
- hwmon: (coretemp) Delete an obsolete comment (David Arcari) [RHEL-19759]
- hwmon: (coretemp) Delete tjmax debug message (David Arcari) [RHEL-19759]
- hwmon: (coretemp) Simplify platform device handling (David Arcari) [RHEL-19759]
- hwmon: (coretemp) Add support for dynamic ttarget (David Arcari) [RHEL-19759]
- hwmon: (coretemp) Add support for dynamic tjmax (David Arcari) [RHEL-19759]
- hwmon: (coretemp) rearrange tjmax handing code (David Arcari) [RHEL-19759]
- hwmon: (coretemp) Remove obsolete temp_data->valid (David Arcari) [RHEL-19759]
- hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new() (David Arcari) [RHEL-19759]
- hwmon: cleanup non-bool "valid" data fields (David Arcari) [RHEL-19759]
- netdev: replace napi_reschedule with napi_schedule (Ivan Vecera) [RHEL-19711]
- netdev: make napi_schedule return bool on NAPI successful schedule (Ivan Vecera) [RHEL-19711]
- netdev: replace simple napi_schedule_prep/__napi_schedule to napi_schedule (Ivan Vecera) [RHEL-19711]
Resolves: rhbz#2188997, rhbz#2216526, RHEL-16415, RHEL-16691, RHEL-17413, RHEL-17580, RHEL-19711, RHEL-19759
Signed-off-by: Scott Weaver <scweaver@redhat.com>
|
||
|---|---|---|
| .gitignore | ||
| check-kabi | ||
| cpupower.config | ||
| cpupower.service | ||
| dracut-virt.conf | ||
| filter-aarch64.sh.rhel | ||
| filter-armv7hl.sh.rhel | ||
| filter-modules.sh.rhel | ||
| filter-ppc64le.sh.rhel | ||
| filter-s390x.sh.rhel | ||
| filter-x86_64.sh.rhel | ||
| gating.yaml | ||
| generate_all_configs.sh | ||
| kernel-aarch64-64k-debug-rhel.config | ||
| kernel-aarch64-64k-rhel.config | ||
| kernel-aarch64-debug-rhel.config | ||
| kernel-aarch64-rhel.config | ||
| kernel-aarch64-rt-debug-rhel.config | ||
| kernel-aarch64-rt-rhel.config | ||
| kernel-local | ||
| kernel-ppc64le-debug-rhel.config | ||
| kernel-ppc64le-rhel.config | ||
| kernel-s390x-debug-rhel.config | ||
| kernel-s390x-rhel.config | ||
| kernel-s390x-zfcpdump-rhel.config | ||
| kernel-x86_64-debug-rhel.config | ||
| kernel-x86_64-rhel.config | ||
| kernel-x86_64-rt-debug-rhel.config | ||
| kernel-x86_64-rt-rhel.config | ||
| kernel.spec | ||
| kvm_stat.logrotate | ||
| linux-kernel-test.patch | ||
| Makefile.rhelver | ||
| merge.pl | ||
| mod-denylist.sh | ||
| mod-extra.list.rhel | ||
| mod-internal.list | ||
| mod-kvm.list | ||
| mod-partner.list | ||
| mod-sign.sh | ||
| Module.kabi_aarch64 | ||
| Module.kabi_dup_aarch64 | ||
| Module.kabi_dup_ppc64le | ||
| Module.kabi_dup_s390x | ||
| Module.kabi_dup_x86_64 | ||
| Module.kabi_ppc64le | ||
| Module.kabi_s390x | ||
| Module.kabi_x86_64 | ||
| parallel_xz.sh | ||
| partial-kgcov-snip.config | ||
| patch-5.14-redhat.patch | ||
| process_configs.sh | ||
| README.rst | ||
| rheldup3.x509 | ||
| rhelima_centos.x509 | ||
| rhelima.x509 | ||
| rhelimaca1.x509 | ||
| rhelkpatch1.x509 | ||
| rpminspect.yaml | ||
| sources | ||
| update_scripts.sh | ||
| x509.genkey.centos | ||
| x509.genkey.rhel | ||
=================== 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