summaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2016-11-21 23:55:42 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-11-23 11:07:57 +0100
commita685d6d030ea5599f97346d9607b149cddaec682 (patch)
tree484fc767ed7435925f65eddf7794ecb5b0ae66aa /ui.h
parentcd9305c06068db649545dc3efdae92c56f948cfa (diff)
trafgen: parser: Fix undefined ETH_P_802AD on 2.6.x Linux
ETH_P_8021AD might be undefined on 2.6.x Linux version (tested on Ubuntu 10 with 2.6.32 Linux), so lets check and define it. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'ui.h')
0 files changed, 0 insertions, 0 deletions
sed for input are part of the kernel image. 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/ncsi/ncsi-manage.c')