summaryrefslogtreecommitdiff
path: root/tools/perf/pmu-events/jsmn.c
diff options
context:
space:
mode:
authorSara Sharon <sara.sharon@intel.com>2016-11-17 11:35:05 +0200
committerLuca Coelho <luciano.coelho@intel.com>2017-02-03 16:26:40 +0200
commit9ba221b372c177b6908ff8c39b7b056538622ae1 (patch)
treea6e9a34f89a889e5a5d566895e902809a1ad7ec5 /tools/perf/pmu-events/jsmn.c
parent0e7ac018dc06a1fcd7cbb54a1ee81082f46af870 (diff)
iwlwifi: mvm: support new scan API
For CDB devices we will want to configure scan parameters per band. Support the new scan API for now. Logic per band will be added in the future. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'tools/perf/pmu-events/jsmn.c')
0 files changed, 0 insertions, 0 deletions
age. These 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 'net/wireless')