summaryrefslogtreecommitdiff
path: root/include/dt-bindings/sound/apq8016-lpass.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2017-02-07 23:29:33 +0100
committerKalle Valo <kvalo@qca.qualcomm.com>2017-02-08 17:01:53 +0200
commit5524ddd4c1f1624a7a96e6078a5ed81f493e7398 (patch)
treed3f9be7d6e10f68d4de7c11b0a46c18c78722c72 /include/dt-bindings/sound/apq8016-lpass.h
parent949c2d0096753d518ef6e0bd8418c8086747196b (diff)
ath10k: select WANT_DEV_COREDUMP
This is necessary so that - if ath10k is the only driver using dev_coredump*() - the functionality is built into the kernel. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'include/dt-bindings/sound/apq8016-lpass.h')
0 files changed, 0 insertions, 0 deletions
e inputs are passed as a buffer to sg_init_one which eventually blows up with BUG_ON(!virt_addr_valid(buf)). On arm64, virt_addr_valid returns false for the kernel image since virt_to_page will not return the correct page. Fix this by copying the input vectors to heap buffer before setting up the scatterlist. Reported-by: Christopher Covington <cov@codeaurora.org> Fixes: d7db7a882deb ("crypto: acomp - update testmgr with support for acomp") Signed-off-by: Laura Abbott <labbott@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'sound/isa/cs423x')