summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prctl: enhance PR_SET_MM decodingesyr/linux-5.14Eugene Syromyatnikov2021-08-198-3/+649
* tests: add prctl(PR_SET_PTRACER) testsEugene Syromyatnikov2021-08-1911-0/+119
* prctl: implement PR_SCHED_CORE op decodingEugene Syromyatnikov2021-08-1924-0/+289
* tests: use prctl_markerDmitry V. Levin2021-08-1721-85/+38
* tests: introduce prctl_markerDmitry V. Levin2021-08-173-0/+26
* tests/prctl-success.sh: match strace output with -a value more than 79Eugene Syromyatnikov2021-08-171-1/+1
* tests/prctl.sh: match strace output with -a value more than 79Eugene Syromyatnikov2021-08-141-1/+1
* tests: move scno tampering check to init.shEugene Syromyatnikov2021-08-142-34/+39
* prctl: print PR_SET_PTRACER_ANY numerical value as intEugene Syromyatnikov2021-08-141-2/+2
* tests: convert prctl-fp-mode and prctl-spec-inject into generated testsEugene Syromyatnikov2021-08-146-79/+48
* tests/prctl-success.sh: support error injectionEugene Syromyatnikov2021-08-141-3/+13
* prctl: implement PR_PAC_[GS]ET_ENABLED_KEYS ops decodingEugene Syromyatnikov2021-08-1415-5/+200
* prctl: use SPFF_AUXSTR_MODE for ops that use sprintflags for auxstrEugene Syromyatnikov2021-08-145-27/+42
* tests: add prctl-securebits-success* testsEugene Syromyatnikov2021-08-148-16/+81
* xlat: add auxval mode to sprintflags_exEugene Syromyatnikov2021-08-142-7/+18
* prctl: implement PR_[GS]ET_TAGGED_ADDR_CTRL op decodingEugene Syromyatnikov2021-08-1417-3/+301
* xlat/gen.sh: call read with "-r" optionEugene Syromyatnikov2021-08-141-2/+2
* src/Makefile.am: whitespace fixesEugene Syromyatnikov2021-08-111-3/+3
* xlat: silence clang's complaints about "tautological constant compares"Eugene Syromyatnikov2021-08-112-0/+13
* prctl: print PR_SET_PTRACER as PIDEugene Syromyatnikov2021-08-071-1/+1
* tests/tests.h: introduce XLAT_FMT_LLEugene Syromyatnikov2021-08-061-0/+3
* tests/prctl.sh: enable usage with -XrawEugene Syromyatnikov2021-08-061-1/+1
* xstring: allow xsnprintf/xsprintf calls without format argumentsEugene Syromyatnikov2021-08-061-2/+2
* xlat/gen.sh: enable symbolic constants that start with "!"Eugene Syromyatnikov2021-08-061-1/+1
* prctl: implement PR_PAC_RESET_KEYS decodingEugene Syromyatnikov2021-08-056-0/+74
* prctl: implement PR_SET_SYSCALL_USER_DISPATCH op decodingEugene Syromyatnikov2021-08-047-19/+93
* rtnl_mdb: decode MDBA_ROUTER_PATTR_INET{,6}_TIMER attributesEugene Syromyatnikov2021-08-044-1/+40
* xlat: update MOUNT_ATTR_* constantsEugene Syromyatnikov2021-08-043-2/+4
* netlink: decode NFNL_SUBSYS_HOOK message types and flagsEugene Syromyatnikov2021-08-045-1/+70
* rtnl_link: decode IFLA_PARENT_DEV{,_BUS}_NAME attributesEugene Syromyatnikov2021-08-033-13/+27
* rtnl_link: implement IFLA_PROTO_DOWN_REASON attribute decodingEugene Syromyatnikov2021-08-037-0/+112
* xlat: update BPF_* constantsEugene Syromyatnikov2021-08-025-14/+17
* xlat: update IORING_* constantsEugene Syromyatnikov2021-08-023-2/+4
* xlat: update SCTP_* constantsEugene Syromyatnikov2021-08-022-1/+2
* xlat: update UFFD_* constantsEugene Syromyatnikov2021-08-022-1/+2
* xlat: update MADV_* constantsEugene Syromyatnikov2021-08-022-0/+5
* Implement memfd_secret syscall decodingEugene Syromyatnikov2021-08-0214-1/+129
* bundled: update linux UAPI headers to v5.14-rc4Dmitry V. Levin2021-08-0217-40/+205
* tests: replace simple syscall-tampering-enabled tests with generated onesEugene Syromyatnikov2021-08-0111-115/+13
* tests: add special handling for -einject= in gen_tests.shEugene Syromyatnikov2021-08-011-0/+11
* tests: handle "-etrace=*" in addition to "-e trace=*" and "--trace=*"Eugene Syromyatnikov2021-08-011-2/+6
* m4/mpers.m4: generate HAVE_*_SELINUX_RUNTIME config definesEugene Syromyatnikov2021-07-311-0/+4
* m4/mpers.m4: unquote mpers_name in AC_DEFINEEugene Syromyatnikov2021-07-311-1/+1
* Implement decoding of quotactl_fd syscallDmitry V. Levin2021-07-259-1/+122
* tests/quotactl.h: remove redundant fallback definitionDmitry V. Levin2021-07-241-4/+0
* tests: change sockopt-timestamp test to use syscall(__NR_recvmsg)Dmitry V. Levin2021-07-231-38/+34
* tests: additional diagnostics in sockopt-timestampEugene Syromyatnikov2021-07-231-2/+4
* tests: skip pidns tests when NS_GET_USERNS ioctl is not permittedDmitry V. Levin2021-07-221-2/+9
* tests/syslog-success.test: remove run_prog callEugene Syromyatnikov2021-07-221-1/+0
* tests: relax -a check in prlimit64 testEugene Syromyatnikov2021-07-222-2/+7