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
LICENSES
arch
block blk-mq: use quiesced elevator switch when reinitializing queues 2025-10-20 20:52:03 +08:00
certs
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
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
ipc
kabi
kernel !19298 pid: Add a judgment for ns null in pid_nr_ns 2025-11-26 08:36:38 +00:00
lib
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
scripts
security
sound ALSA: usb-audio: Fix potential memory leaks 2025-10-29 17:20:33 +08:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.