Find a file
Yafang Shao 9205269280 livepatch: Replace snprintf() with sysfs_emit()
Let's use sysfs_emit() instead of snprintf().

Suggested-by: Miroslav Benes <mbenes@suse.cz>
Signed-off-by: Yafang Shao <laoar.shao@gmail.com>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Acked-by: Miroslav Benes <mbenes@suse.cz>
Link: https://lore.kernel.org/r/20240625151123.2750-4-laoar.shao@gmail.com
Signed-off-by: Petr Mladek <pmladek@suse.com>
2024-07-02 16:56:18 +02:00
arch printk changes for 6.10 2024-05-15 12:34:46 -07:00
block SCSI misc on 20240514 2024-05-14 18:25:53 -07:00
certs
crypto Hi, 2024-05-15 09:22:34 -07:00
Documentation livepatch: Add "replace" sysfs attribute 2024-07-02 16:56:18 +02:00
drivers printk changes for 6.10 2024-05-15 12:34:46 -07:00
fs four smb client fixes, including three important fixes to recent netfs regressions 2024-05-15 11:37:15 -07:00
include Livepatching changes for 6.10 2024-05-15 13:07:49 -07:00
init Livepatching changes for 6.10 2024-05-15 13:07:49 -07:00
io_uring for-6.10/io_uring-20240511 2024-05-13 12:48:06 -07:00
ipc Networking changes for 6.10. 2024-05-14 19:42:24 -07:00
kernel livepatch: Replace snprintf() with sysfs_emit() 2024-07-02 16:56:18 +02:00
lib Networking changes for 6.10. 2024-05-14 19:42:24 -07:00
LICENSES
mm for-6.10/io_uring-20240511 2024-05-13 12:48:06 -07:00
net Networking changes for 6.10. 2024-05-14 19:42:24 -07:00
rust Timers and timekeeping updates: 2024-05-14 09:27:40 -07:00
samples Networking changes for 6.10. 2024-05-14 19:42:24 -07:00
scripts Networking changes for 6.10. 2024-05-14 19:42:24 -07:00
security integrity-v6.10 2024-05-15 08:43:02 -07:00
sound ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e 2024-05-13 12:54:46 +02:00
tools selftests/livepatch: Add selftests for "replace" sysfs attribute 2024-07-02 16:56:18 +02:00
usr
virt KVM: Drop unused @may_block param from gfn_to_pfn_cache_invalidate_start() 2024-04-11 12:58:53 -07:00
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Another not-too-busy cycle for documentation, including: 2024-05-13 10:51:53 -07:00
.rustfmt.toml
COPYING
CREDITS MAINTAINERS: Drop Gustavo Pimentel as PCI DWC Maintainer 2024-03-27 13:41:02 -05:00
Kbuild
Kconfig
MAINTAINERS sound updates for 6.10-rc1 2024-05-15 10:02:36 -07:00
Makefile Linux 6.9 2024-05-12 14:12:29 -07: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 reStructuredText markup notation.

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.