Revision 9e0243db6169d7d1fc39a087e78fed22a2fe7071 authored by Linus Torvalds on 04 August 2016, 23:37:59 UTC, committed by Linus Torvalds on 04 August 2016, 23:37:59 UTC
Pull UML updates from Richard Weinberger:
 "Beside of various fixes this also contains patches to enable features
  such was Kcov, kmemleak and TRACE_IRQFLAGS_SUPPORT on UML"

* 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml:
  hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()
  um: Support kcov
  um: Enable TRACE_IRQFLAGS_SUPPORT
  um: Use asm-generic/irqflags.h
  um: Fix possible deadlock in sig_handler_common()
  um: Select HAVE_DEBUG_KMEMLEAK
  um: Setup physical memory in setup_arch()
  um: Eliminate null test after alloc_bootmem
2 parent s b067c90 + 8a545f1
History
File Mode Size
Makefile -rw-r--r-- 4.7 KB
README.rst -rw-r--r-- 1.9 KB
bpf_helpers.h -rw-r--r-- 5.1 KB
bpf_load.c -rw-r--r-- 9.4 KB
bpf_load.h -rw-r--r-- 858 bytes
fds_example.c -rw-r--r-- 4.0 KB
lathist_kern.c -rw-r--r-- 2.1 KB
lathist_user.c -rw-r--r-- 2.0 KB
libbpf.c -rw-r--r-- 3.4 KB
libbpf.h -rw-r--r-- 5.2 KB
map_perf_test_kern.c -rw-r--r-- 2.5 KB
map_perf_test_user.c -rw-r--r-- 3.2 KB
offwaketime_kern.c -rw-r--r-- 3.5 KB
offwaketime_user.c -rw-r--r-- 2.4 KB
parse_ldabs.c -rw-r--r-- 1.1 KB
parse_simple.c -rw-r--r-- 1.2 KB
parse_varlen.c -rw-r--r-- 3.4 KB
sock_example.c -rw-r--r-- 2.7 KB
sockex1_kern.c -rw-r--r-- 648 bytes
sockex1_user.c -rw-r--r-- 979 bytes
sockex2_kern.c -rw-r--r-- 4.7 KB
sockex2_user.c -rw-r--r-- 1.0 KB
sockex3_kern.c -rw-r--r-- 6.1 KB
sockex3_user.c -rw-r--r-- 1.4 KB
spintest_kern.c -rw-r--r-- 2.1 KB
spintest_user.c -rw-r--r-- 1.0 KB
tcbpf1_kern.c -rw-r--r-- 2.5 KB
test_cgrp2_array_pin.c -rw-r--r-- 2.2 KB
test_cgrp2_tc.sh -rwxr-xr-x 4.1 KB
test_cgrp2_tc_kern.c -rw-r--r-- 1.8 KB
test_cls_bpf.sh -rwxr-xr-x 880 bytes
test_maps.c -rw-r--r-- 12.9 KB
test_overhead_kprobe_kern.c -rw-r--r-- 1.0 KB
test_overhead_tp_kern.c -rw-r--r-- 828 bytes
test_overhead_user.c -rw-r--r-- 3.2 KB
test_probe_write_user_kern.c -rw-r--r-- 1.6 KB
test_probe_write_user_user.c -rw-r--r-- 2.4 KB
test_verifier.c -rw-r--r-- 45.2 KB
trace_output_kern.c -rw-r--r-- 609 bytes
trace_output_user.c -rw-r--r-- 4.0 KB
tracex1_kern.c -rw-r--r-- 1.4 KB
tracex1_user.c -rw-r--r-- 403 bytes
tracex2_kern.c -rw-r--r-- 2.3 KB
tracex2_user.c -rw-r--r-- 3.0 KB
tracex3_kern.c -rw-r--r-- 2.1 KB
tracex3_user.c -rw-r--r-- 3.1 KB
tracex4_kern.c -rw-r--r-- 1.2 KB
tracex4_user.c -rw-r--r-- 1.4 KB
tracex5_kern.c -rw-r--r-- 1.9 KB
tracex5_user.c -rw-r--r-- 973 bytes
tracex6_kern.c -rw-r--r-- 611 bytes
tracex6_user.c -rw-r--r-- 1.4 KB
xdp1_kern.c -rw-r--r-- 2.1 KB
xdp1_user.c -rw-r--r-- 3.9 KB
xdp2_kern.c -rw-r--r-- 2.4 KB

README.rst

back to top