summaryrefslogtreecommitdiff
path: root/sound/soc/sirf/Kconfig
blob: 840058dcad096c2d2c5670da962cdb76f1e925ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config SND_SOC_SIRF
	tristate "SoC Audio for the SiRF SoC chips"
	depends on ARCH_SIRF || COMPILE_TEST
	select SND_SOC_GENERIC_DMAENGINE_PCM

config SND_SOC_SIRF_AUDIO
	tristate "SoC Audio support for SiRF internal audio codec"
	depends on SND_SOC_SIRF
	select SND_SOC_SIRF_AUDIO_CODEC
	select SND_SOC_SIRF_AUDIO_PORT

config SND_SOC_SIRF_AUDIO_PORT
	select REGMAP_MMIO
	tristate

config SND_SOC_SIRF_USP
	tristate "SoC Audio (I2S protocol) for SiRF SoC USP interface"
	depends on SND_SOC_SIRF
	select REGMAP_MMIO
	tristate
2017-01-24 07:55:53 -0700 commit690e5325b8c7d5db05fc569c0f7b888bb4248272 (patch) treeb9c39916a4397b1eb628e07e4fc6aff91219e393 /drivers/usb/host/ehci-sysfs.c parenta4685d2f58e2230d4e27fb2ee581d7ea35e5d046 (diff)
block: fix use after free in __blkdev_direct_IO
We can't dereference the dio structure after submitting the last bio for this request, as I/O completion might have happened before the code is run. Introduce a local is_sync variable instead. Fixes: 542ff7bf ("block: new direct I/O implementation") Signed-off-by: Christoph Hellwig <hch@lst.de> Reported-by: Matias Bjørling <m@bjorling.me> Tested-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/usb/host/ehci-sysfs.c')