https://github.com/torvalds/linux
Revision 7fbd9493f0eeae8cef58300505a9ef5c8fce6313 authored by Julian Wiedmann on 13 December 2017, 17:56:29 UTC, committed by David S. Miller on 15 December 2017, 16:29:42 UTC
Just as for an explicit enable/disable, toggling the takeover mode also
requires that the IP addresses get updated. Otherwise all IPs that were
added to the table before the mode-toggle, get registered with the old
settings.

Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 0f546ff
Raw File
Tip revision: 7fbd9493f0eeae8cef58300505a9ef5c8fce6313 authored by Julian Wiedmann on 13 December 2017, 17:56:29 UTC
s390/qeth: apply takeover changes when mode is toggled
Tip revision: 7fbd949
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top