No description
Find a file
Bart Van Assche d8d7cf3f7d scsi: zfcp: Switch to attribute groups
struct device supports attribute groups directly but does not support
struct device_attribute directly. Hence switch to attribute groups.

Link: https://lore.kernel.org/r/20211012233558.4066756-7-bvanassche@acm.org
Acked-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2021-10-16 21:45:53 -04:00
arch
block scsi: bsg: Fix device unregistration 2021-09-14 00:22:15 -04:00
certs
crypto
Documentation scsi: Documentation: Fix typo in sysfs-driver-ufs 2021-10-12 22:55:29 -04:00
drivers scsi: zfcp: Switch to attribute groups 2021-10-16 21:45:53 -04:00
fs
include scsi: ata: Switch to attribute groups 2021-10-16 21:45:52 -04:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools perf tools changes for v5.15: 2nd batch 2021-09-12 16:18:15 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS scsi: Remove SCSI CDROM MAINTAINERS entry 2021-09-13 22:15:48 -04:00
Makefile Linux 5.15-rc1 2021-09-12 16:28:37 -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 Restructured Text 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.