summaryrefslogtreecommitdiff
path: root/bpf_comp.c
diff options
context:
space:
mode:
authorKartik Mistry <kartik.mistry@gmail.com>2018-12-10 09:56:15 +0530
committerTobias Klauser <tobias.klauser@gmail.com>2018-12-10 13:41:09 +0100
commit1b966299df22a429d041e86300c928bb61d63ba5 (patch)
treecc608ae3b0dc7af35b16975e8d3fa06b16bf84bf /bpf_comp.c
parenta91876c4306e72765ab6f87c2adab986ab4f1193 (diff)
Fix manpage warnings
Signed-off-by: Kartik Mistry <kartik.mistry@gmail.com>
Diffstat (limited to 'bpf_comp.c')
0 files changed, 0 insertions, 0 deletions
page-sized mappings are page-aligned
Some drivers do depend on page mappings to be page aligned. Swiotlb already enforces such alignment for mappings greater than page, extend that to page-sized mappings as well. Without this fix, nvme hits BUG() in nvme_setup_prps(), because that routine assumes page-aligned mappings. Signed-off-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Konrad Rzeszutek Wilk <konrad@kernel.org>
Diffstat (limited to 'net/tipc/discover.c')