https://github.com/torvalds/linux
Revision 269a6b5f23a68803c3038faaef96acff2f18d22d authored by Russell King on 19 November 2019, 17:18:52 UTC, committed by David S. Miller on 20 November 2019, 02:55:02 UTC
Update the documentation on phylink's create and destroy functions to
explicitly state that the rtnl lock must not be held while calling
these.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent a0783cd
Raw File
Tip revision: 269a6b5f23a68803c3038faaef96acff2f18d22d authored by Russell King on 19 November 2019, 17:18:52 UTC
net: phylink: update documentation on create and destroy
Tip revision: 269a6b5
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

comment "Compiler: $(CC_VERSION_TEXT)"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top