summaryrefslogtreecommitdiff
path: root/sound/soc/zte/Kconfig
blob: 6d8a90d363150e808620ae1a655e79d4766e08a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config ZX_SPDIF
	tristate "ZTE ZX SPDIF Driver Support"
	depends on ARCH_ZX || COMPILE_TEST
	depends on COMMON_CLK
	select SND_SOC_GENERIC_DMAENGINE_PCM
	help
	  Say Y or M if you want to add support for codecs attached to the
	  ZTE ZX SPDIF interface

config ZX_I2S
	tristate "ZTE ZX I2S Driver Support"
	depends on ARCH_ZX || COMPILE_TEST
	depends on COMMON_CLK
	select SND_SOC_GENERIC_DMAENGINE_PCM
	help
	  Say Y or M if you want to add support for codecs attached to the
	  ZTE ZX I2S interface
'>bfd0aeac52f74bfb44c0974131e44abb33a13e78 (diff)
bridge: fdb: add proper lock checks in searching functions
In order to avoid new errors add checks to br_fdb_find and fdb_find_rcu functions. The first requires hash_lock, the second obviously RCU. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/bridge/br_fdb.c4
-rw-r--r--net/bridge/br_private.h9
2 files changed, 13 insertions, 0 deletions
diff --git a/net/bridge/br_fdb.c b/net/bridge/br_fdb.c