Linux kernel modifications for the Kernel Hacking exam
Find a file
Paulo Alcantara 43b459aa5e cifs: introduce new helper for cifs_reconnect()
Create cifs_mark_tcp_ses_conns_for_reconnect() helper to mark all
sessions and tcons for reconnect when reconnecting tcp server.

Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Reviewed-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
2021-11-09 20:46:08 -06:00
arch Xtensa updates for v5.16 2021-11-06 14:54:03 -07:00
block for-5.16/inode-sync-2021-10-29 2021-11-01 10:25:27 -07:00
certs
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2021-11-01 21:24:02 -07:00
Documentation \n 2021-11-06 16:43:20 -07:00
drivers s390 updates for the 5.16 merge window 2021-11-06 14:48:06 -07:00
fs cifs: introduce new helper for cifs_reconnect() 2021-11-09 20:46:08 -06:00
include \n 2021-11-06 16:43:20 -07:00
init Merge branch 'akpm' (patches from Andrew) 2021-11-06 14:08:17 -07:00
ipc
kernel \n 2021-11-06 16:43:20 -07:00
lib Merge branch 'akpm' (patches from Andrew) 2021-11-06 14:08:17 -07:00
LICENSES
mm Merge branch 'akpm' (patches from Andrew) 2021-11-06 14:08:17 -07:00
net Merge branch 'akpm' (patches from Andrew) 2021-11-06 14:08:17 -07:00
samples \n 2021-11-06 16:43:20 -07:00
scripts Merge branch 'akpm' (patches from Andrew) 2021-11-06 14:08:17 -07:00
security Merge branch 'akpm' (patches from Andrew) 2021-11-06 14:08:17 -07:00
sound TTY / Serial driver update for 5.16-rc1 2021-11-04 09:09:37 -07:00
tools s390 updates for the 5.16 merge window 2021-11-06 14:48:06 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap ARM: SoC DT updates for v5.16 2021-11-03 16:56:03 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS pci-v5.16-changes 2021-11-06 14:36:12 -07:00
Makefile Merge branch 'akpm' (patches from Andrew) 2021-11-06 14:08:17 -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.