https://github.com/torvalds/linux
Revision 821996795973fd52703c35811a03db9fec1ac141 authored by Nicolas Dichtel on 28 April 2015, 16:33:48 UTC, committed by David S. Miller on 29 April 2015, 18:59:16 UTC
NLM_F_MULTI must be used only when a NLMSG_DONE message is sent. In fact,
it is sent only at the end of a dump.

Libraries like libnl will wait forever for NLMSG_DONE.

Fixes: 37a393bc4932 ("bridge: notify mdb changes via netlink")
CC: Cong Wang <amwang@redhat.com>
CC: Stephen Hemminger <stephen@networkplumber.org>
CC: bridge@lists.linux-foundation.org
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 2b70fe5
Raw File
Tip revision: 821996795973fd52703c35811a03db9fec1ac141 authored by Nicolas Dichtel on 28 April 2015, 16:33:48 UTC
bridge/mdb: remove wrong use of NLM_F_MULTI
Tip revision: 8219967
Kconfig
#
# 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