No description
Find a file
Corey Minyard 00d93611f0 ipmi:ipmb: Add the ability to have a separate slave and master device
A situation has come up where there is a slave-only device for the slave
and a separate master device on the same bug.  Allow a separate slave
device to be registered.

Signed-off-by: Corey Minyard <minyard@acm.org>
2022-02-23 08:16:02 -06:00
arch linux-watchdog 5.17-rc1 tag 2022-01-17 08:07:57 +02:00
block
certs
crypto
Documentation ipmi:ipmb: Add the ability to have a separate slave and master device 2022-02-23 08:16:02 -06:00
drivers ipmi:ipmb: Add the ability to have a separate slave and master device 2022-02-23 08:16:02 -06:00
fs 13 cifs/smb3 fixes, mostly multichannel, reconnect relate 2022-01-17 09:53:21 +02:00
include 13 cifs/smb3 fixes, mostly multichannel, reconnect relate 2022-01-17 09:53:21 +02:00
init Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux 2022-01-17 07:32:51 +02:00
ipc
kernel Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux 2022-01-17 07:32:51 +02:00
lib
LICENSES
mm
net
samples
scripts Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux 2022-01-17 08:00:56 +02:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ipmi: Add the git repository to the MAINTAINERS file 2022-01-17 09:10:45 -06:00
Makefile
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.