]> sourceware.org Git - systemtap.git/commit
Handle CONFIG_USER_NS/CONFIG_UIDGID_STRICT_TYPE_CHECKS in the runtime.
authorAlexander Y. Fomichev <git.user@gmail.com>
Fri, 31 May 2013 19:46:56 +0000 (14:46 -0500)
committerDavid Smith <dsmith@redhat.com>
Fri, 31 May 2013 19:46:56 +0000 (14:46 -0500)
commit857163157b80fbd1d813742ef0c9c111c146a573
tree67f6dad94f4870d89f72262e1e9e7748a0cbf909
parent54806431b89c578e15a7a7ad18246d8621b6e9af
Handle CONFIG_USER_NS/CONFIG_UIDGID_STRICT_TYPE_CHECKS in the runtime.

* runtime/linux/task_finder.c: Add CONFIG_UIDGID_STRICT_TYPE_CHECKS code.
* runtime/linux/task_finder2.c: Ditto.
* runtime/transport/control.c: Ditto.
* runtime/transport/transport.c: Ditto.
* runtime/linux/autoconf-uidgid.c: New autoconf test.
* buildrun.cxx (compile_pass): Add STAPCONF_LINUX_UIDGID_H autoconf test.
* runtime/procfs.c: Include uidgid_compatibility.h.
* runtime/proc_fs_compatibility.h: Move KUIDT_INIT()/KGIDT_INIT() macros
  to uidgid_compatibility.h.
* runtime/transport/debugfs.c: Use KUIDT_INIT/KGIDT_INIT macros.
* runtime/transport/relay_v2.c: Ditto
* runtime/uidgid_compatibility.h: New file.
buildrun.cxx
runtime/linux/autoconf-uidgid.c [new file with mode: 0644]
runtime/linux/task_finder.c
runtime/linux/task_finder2.c
runtime/proc_fs_compatibility.h
runtime/procfs.c
runtime/transport/control.c
runtime/transport/debugfs.c
runtime/transport/relay_v2.c
runtime/transport/transport.c
runtime/uidgid_compatibility.h [new file with mode: 0644]
This page took 0.028448 seconds and 5 git commands to generate.