summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2018-12-10oui.conf: update from upstreamTobias Klauser1-7/+10
2018-12-10AUTHORS: auto-generate from commit logTobias Klauser1-0/+16
2018-12-10contrib: move auxiliary scripts to own directoryTobias Klauser2-0/+164
linux/net-next.git/commit/?h=nds-private-remove&id=9631739f8196ec80b5d9bf955f79b711490c0205'>9631739f8196ec80b5d9bf955f79b711490c0205 (patch) treeeb54c123e2c0c4257ee5b9cc0fe5e8e580afa66d parent5753394b64a07dd502cb288a5fd52e71fb01fc5d (diff)
drm/i915/gvt: cleanup GFP flags
In gvt, almost all memory allocations are in sleepable contexts. It's fault-prone to use GFP_ATOMIC everywhere. Replace it with GFP_KERNEL wherever possible. Signed-off-by: Jike Song <jike.song@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat
-rw-r--r--drivers/gpu/drm/i915/gvt/gtt.c39
1 files changed, 15 insertions, 24 deletions
diff --git a/drivers/gpu/drm/i915/gvt/gtt.c b/drivers/gpu/drm/i915/gvt/gtt.c-next * add this cover letter Changes since v1: * exclude patches not intended for the net-next tree ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--tools/include/uapi/linux/bpf.h23
-rw-r--r--tools/lib/bpf/bpf.c20
-rw-r--r--tools/lib/bpf/bpf.h12
-rw-r--r--tools/testing/selftests/bpf/.gitignore1
-rw-r--r--tools/testing/selftests/bpf/Makefile4
-rw-r--r--tools/testing/selftests/bpf/bpf_sys.h108
-rw-r--r--tools/testing/selftests/bpf/test_lpm_map.c38
-rw-r--r--tools/testing/selftests/bpf/test_lru_map.c138
-rw-r--r--tools/testing/selftests/bpf/test_maps.c162
-rw-r--r--tools/testing/selftests/bpf/test_tag.c11
-rw-r--r--tools/testing/selftests/bpf/test_verifier.c84
11 files changed, 301 insertions, 300 deletions
diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h