Go to file
openeuler-ci-bot 4e9c559209
!19703 ppp: associate skb with a device at tx
Merge Pull Request from: @ci-robot 
 
PR sync from: Wang Liang <wangliang74@huawei.com>
https://mailweb.openeuler.org/archives/list/kernel@openeuler.org/message/IHFRTZZBTT4XYIYYMJYPOBGPICMG3CLP/ 
 
https://gitee.com/src-openeuler/kernel/issues/IDBMV8 
 
Link:https://gitee.com/openeuler/kernel/pulls/19703 

Reviewed-by: Zhang Changzhong <zhangchangzhong@huawei.com> 
Signed-off-by: Yuan Can <yuancan@huawei.com>
2025-12-17 07:55:01 +00:00
Documentation Enable Huawei Intelligent Network Card Driver: hinic3 2025-10-15 15:46:52 +08:00
LICENSES LICENSES: Remove CC-BY-SA-4.0 license text 2018-10-18 11:28:50 +02:00
arch Enable Huawei Intelligent Network Card Driver: hinic3 2025-10-15 15:46:52 +08:00
block blk-mq: use quiesced elevator switch when reinitializing queues 2025-10-20 20:52:03 +08:00
certs certs: Fix blacklist flag type confusion 2023-01-11 18:05:53 +08:00
crypto crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg 2025-11-14 10:50:35 +08:00
drivers ppp: associate skb with a device at tx 2025-12-17 10:05:43 +08:00
firmware kbuild: remove all dummy assignments to obj- 2017-11-18 11:46:06 +09:00
fs fs/proc: fix uaf in proc_readdir_de() 2025-12-08 15:40:45 +08:00
include crypto: af_alg - Fix incorrect boolean values in af_alg_ctx 2025-11-14 10:50:35 +08:00
init initramfs: avoid filename buffer overrun 2024-12-12 11:15:38 +08:00
ipc ipc: fix to protect IPCS lookups using RCU 2025-07-15 16:20:43 +08:00
kabi kabi: add kabi list for x86_64 2021-06-30 21:10:52 +08:00
kernel !19298 pid: Add a judgment for ns null in pid_nr_ns 2025-11-26 08:36:38 +00:00
lib kobject: Add sanity check for kset->kobj.ktype in kset_register() 2025-10-13 11:40:26 +08:00
mm mm/slub: avoid accessing metadata when pointer is invalid in object_err() 2025-10-28 11:30:55 +08:00
net ip6_vti: fix slab-use-after-free in decode_session6 2025-12-16 18:16:25 +08:00
samples bcache: Add a sample of userspace prefetch client 2021-04-22 19:50:47 +08:00
scripts recordmcount: Fix memory leaks in the uwrite function 2025-09-23 14:30:17 +08:00
security ima: prevent concurrent list operations in ima_lsm_update_rules 2025-06-13 17:05:26 +08:00
sound ALSA: usb-audio: Fix potential memory leaks 2025-10-29 17:20:33 +08:00
tools tools: fix implicit declaration of function __ALIGN_KERNEL 2024-09-25 19:10:38 +08:00
usr kbuild: clean compressed initramfs image 2019-12-27 09:59:16 +08:00
virt KVM: Always flush async #PF workqueue when vCPU is being destroyed 2024-05-10 10:45:22 +08:00
.clang-format clang-format: Set IndentWrappedFunctionNames false 2018-08-01 18:38:51 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore moduleparam: Save information about built-in modules in separate file 2021-03-11 19:30:19 +08:00
.mailmap libnvdimm-for-4.19_misc 2018-08-25 18:13:10 -07:00
COPYING COPYING: use the new text with points to the license files 2018-03-23 12:41:45 -06:00
CREDITS 9p: remove Ron Minnich from MAINTAINERS 2018-08-17 16:20:26 -07:00
Kbuild Kbuild updates for v4.15 2017-11-17 17:45:29 -08:00
Kconfig kbuild: ensure full rebuild when the compiler is updated 2023-11-24 16:00:34 +08:00
MAINTAINERS Enable Huawei Intelligent Network Card Driver: hinic3 2025-10-15 15:46:52 +08:00
Makefile GCOV: Add value profile support for kernel. 2023-09-18 11:35:03 +08:00
README README: Remove out-of-date contribution guide 2023-08-15 22:20:40 +08:00

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.