October 2016 Archives by date
Starting: Sun Oct 2 21:59:06 UTC 2016
Ending: Thu Oct 27 05:03:36 UTC 2016
Messages: 115
- [PATCH] Re: your dm patch for strace
Mikulas Patocka
- Interested in Open Source and contributing to Strace
Rosalie Perside
- strace cant parse struct msghdr RHEL
Al Gambardella
- strace 4.14 released
Dmitry V. Levin
- Interested in Open Source and contributing to Strace
Dmitry V. Levin
- strace cant parse struct msghdr RHEL
Dmitry V. Levin
- strace 4.14 released
Andreas Schwab
- strace 4.14 released
Dmitry V. Levin
- strace 4.14 released
Eugene Syromyatnikov
- strace 4.14 released
Andreas Schwab
- strace 4.14 released
Dmitry V. Levin
- strace 4.14 released
Eugene Syromyatnikov
- strace 4.14 released
Andreas Schwab
- [PATCH] Re: your dm patch for strace
Masatake YAMATO
- strace 4.14 released
Heiko Carstens
- strace cant parse struct msghdr RHEL
Al Gambardella
- strace cant parse struct msghdr RHEL
Dmitry V. Levin
- strace 4.14 released
Eugene Syromyatnikov
- basic questions to strace
Lentes, Bernd
- basic questions to strace
Eugene Syromyatnikov
- basic questions to strace
Lentes, Bernd
- basic questions to strace
Eugene Syromyatnikov
- basic questions to strace
Lentes, Bernd
- basic questions to strace
Eugene Syromyatnikov
- [PATCH 00/21] Some possible additions to the DM ioctl patch for strace
Eugene Syromyatnikov
- [PATCH 01/21] tests/ioctl_dm: Formatting
Eugene Syromyatnikov
- [PATCH 02/21] dm: whitespace fixes
Eugene Syromyatnikov
- [PATCH 03/21] tests: Working around bounds check
Eugene Syromyatnikov
- [PATCH 04/21] dm: Minor output tweaks
Eugene Syromyatnikov
- [PATCH 05/21] xlat: Add values for dm_flags
Eugene Syromyatnikov
- [PATCH 06/21] dm: Some future-proofing by means of compile-time DM_VERSION_MAJOR check
Eugene Syromyatnikov
- [PATCH 07/21] dm: Add definitions for ioctl commands not implemented initially
Eugene Syromyatnikov
- [PATCH 08/21] dm: Use static constants for offset sizes
Eugene Syromyatnikov
- [PATCH 09/21] dm: Remove char * cast
Eugene Syromyatnikov
- [PATCH 10/21] dm: use => instead of , for splitting output structure from input
Eugene Syromyatnikov
- [PATCH 11/21] dm: Compare entering field values with exiting ones
Eugene Syromyatnikov
- [PATCH 12/21] dm: Add inttypes.h, include reorder
Eugene Syromyatnikov
- [PATCH 13/21] dm: Move printing of dm_ioctl fields before allocation of extra data
Eugene Syromyatnikov
- [PATCH 14/21] dm: replace abbrev branching with goto
Eugene Syromyatnikov
- [PATCH 15/21] dm: Additional data_size/data_start checks
Eugene Syromyatnikov
- [PATCH 16/21] dm: Add comment regarding intended fall-through in switch statement
Eugene Syromyatnikov
- [PATCH 17/21] dm: Add data_size and data_offset fields to output
Eugene Syromyatnikov
- [PATCH 18/21] tests/ioctl_dm: Allow passing size and data_start to init_s
Eugene Syromyatnikov
- [PATCH 19/21] dm: Add check whether command uses parameters
Eugene Syromyatnikov
- [PATCH 20/21] dm: Fix printing of version field
Eugene Syromyatnikov
- [PATCH 21/21] dm: rewrite structure decoding
Eugene Syromyatnikov
- [PATCH] Re: your dm patch for strace
Mikulas Patocka
- [PATCH 0/9] Additional checks for strace DM ioctl decoder test
Eugene Syromyatnikov
- [PATCH 1/9] util: Add support for QUOTE_0_TERMINATED in user_style to ptrintstr_ex
Eugene Syromyatnikov
- [PATCH 2/9] tests: Add check for printing of overlength strings to ioctl_dm test
Eugene Syromyatnikov
- [PATCH 3/9] tests: Add check for presence of HAVE_LINUX_DM_IOCTL_H macro definition to ioctl_dm test
Eugene Syromyatnikov
- [PATCH 4/9] tests/ioctl_dm: whitespace
Eugene Syromyatnikov
- [PATCH 5/9] dm: Fix comma printing for the case when dm_target_msg structure is inaccessible
Eugene Syromyatnikov
- [PATCH 6/9] tests/ioctl_dm: overly long string printing checks
Eugene Syromyatnikov
- [PATCH 7/9] tests: Some additional checks for ioctl_dm test
Eugene Syromyatnikov
- [PATCH 8/9] tests: Add ioctl_dm to .gitignore
Eugene Syromyatnikov
- [PATCH 9/9] tests: Add checks for abbreviated DM ioctl output
Eugene Syromyatnikov
- RFC strace via gdbserver
Stan Cox
- strace cann't trace time() system call on x86_64
ChenJingPiao
- strace cann't trace time() system call on x86_64
Eugene Syromyatnikov
- [PATCH 00/15] Various misc tests
Eugene Syromyatnikov
- [PATCH 01/15] tests: iporio_get/ioprio_set test added
Eugene Syromyatnikov
- [PATCH 02/15] tests: Move LL_PAIR and LL_VAL_TO_PAIR macros to tests.h
Eugene Syromyatnikov
- [PATCH 03/15] tests: Check decoding of lookup_dcookie syscall
Eugene Syromyatnikov
- [PATCH 04/15] tests: Move ARG_STR and similar macros to tests.h
Eugene Syromyatnikov
- [PATCH 05/15] xlat: Use IN_* prefix for inotify_init1 flag constants
Eugene Syromyatnikov
- [PATCH 06/15] tests: Add inotify checks
Eugene Syromyatnikov
- [PATCH 07/15] tests: Add kcmp syscall decoding check
Eugene Syromyatnikov
- [PATCH 08/15] process_vm: Print pid argument as int
Eugene Syromyatnikov
- [PATCH 09/15] v4l2: check for verbose flag in umoven_or_printaddr_ignore_syserror
Eugene Syromyatnikov
- [PATCH 10/15] Move umoven_or_printaddr_ignore_syserror to util.c
Eugene Syromyatnikov
- [PATCH 11/15] io: Use umoven_or_printaddr_ignore_syserror as umove function in tprint_iov_upto
Eugene Syromyatnikov
- [PATCH 12/15] tests: Update preadv test in order to reflect changed behaviour
Eugene Syromyatnikov
- [PATCH 13/15] process_vm: Use getarg_ull for local_iovcnt, renote_iovcnt, flags parameters
Eugene Syromyatnikov
- [PATCH 14/15] process_vm: Remove syserror check for iovec printing
Eugene Syromyatnikov
- [PATCH 15/15] tests: Add process_vm_readv, process_vm_writev syscalls decoding checks
Eugene Syromyatnikov
- [PATCH 0/6] Decoding of perf_event_attr structure
Eugene Syromyatnikov
- [PATCH 1/6] defs.h: Add offsetofend macro
Eugene Syromyatnikov
- [PATCH 2/6] Implement decoding of perf_event_attr structure in perf_event_open syscall
Eugene Syromyatnikov
- [PATCH 3/6] tests: Add period parameter to fill_memory_ex
Eugene Syromyatnikov
- [PATCH 4/6] tests: Move fill_memory{,_ex} into a separate file
Eugene Syromyatnikov
- [PATCH 5/6] xlat: Add values for clockname definitions
Eugene Syromyatnikov
- [PATCH 6/6] tests: Add tests for perf_event_attr structure decoding in perf_event_open
Eugene Syromyatnikov
- [PATCH] Makefile.am: don't confuse CFLAGS and CFLAGS_FOR_BUILD
Thomas De Schampheleire
- [PATCH] device mapper ioctl
Mikulas Patocka
- [PATCH 00/26] Various misc tests and additional checks
Eugene Syromyatnikov
- [PATCH 01/26] Remove parser of create_module syscall
Eugene Syromyatnikov
- [PATCH 02/26] xlat: Add values for MODULE_INIT_* constants
Eugene Syromyatnikov
- [PATCH 03/26] bjm: Use getarg_ull for retrieving len parameter of init_module syscall
Eugene Syromyatnikov
- [PATCH 04/26] tests: Add checks for {init,finit,delete}_module syscall decoders
Eugene Syromyatnikov
- [PATCH 05/26] tests: use sprintrc in tests/fanotify_mark.c
Eugene Syromyatnikov
- [PATCH 06/26] tests: Some additional checks for fanotify_mark
Eugene Syromyatnikov
- [PATCH 07/26] tests: Add fanotify_init syscall decoding check
Eugene Syromyatnikov
- [PATCH 08/26] tests: Additional capset decoder checks
Eugene Syromyatnikov
- [PATCH 09/26] tests: Check non-verbose capget/capset output
Eugene Syromyatnikov
- [PATCH 10/26] clone: Use separate xlat for nstype parameter of setns syscall
Eugene Syromyatnikov
- [PATCH 11/26] tests: Add setns syscall decoding check
Eugene Syromyatnikov
- [PATCH 12/26] tests: Additional tests for stat decoder
Eugene Syromyatnikov
- [PATCH 13/26] tests: Add old*stat checks
Eugene Syromyatnikov
- [PATCH 14/26] clone: Use separate flag list for unshare
Eugene Syromyatnikov
- [PATCH 15/26] clone: Use kernel_ulong_t as type of flags parameter of unshare call
Eugene Syromyatnikov
- [PATCH 16/26] tests: Add unshare syscall decoding check
Eugene Syromyatnikov
- [PATCH 17/26] kexec: Add printing of struct kexec_segment field names
Eugene Syromyatnikov
- [PATCH 18/26] kexec: Fix zeroing of higher bits of flags parameter in kexec_load
Eugene Syromyatnikov
- [PATCH 19/26] defs: Add widen_to_ulong macro
Eugene Syromyatnikov
- [PATCH 20/26] kexec: Use widen_to_ulong since kexec_load has compat on x32/n32
Eugene Syromyatnikov
- [PATCH 21/26] tests: Add kexec checks
Eugene Syromyatnikov
- [PATCH 22/26] bjm: Parse parameters of init_module as of kernel_ulong_t type
Eugene Syromyatnikov
- [PATCH 23/26] file_handle: Use separate xlat for name_ta_handle_at flags
Eugene Syromyatnikov
- [PATCH 24/26] tests: Proper type conversion in keyctl test
Eugene Syromyatnikov
- [PATCH 25/26] tests: Require only presence of __NR_* macros for file_handle test
Eugene Syromyatnikov
- [PATCH 26/26] tests: Additional name_to_handle_at/open_by_handle_at checks
Eugene Syromyatnikov
- New contributor
Saurav Sachidanand
- Newbies first add a test.
ChenJingPiao
- tests: check decoding of gettid syscall.
ChenJingPiao
Last message date:
Thu Oct 27 05:03:36 UTC 2016
Archived on: Fri Feb 23 21:44:51 UTC 2018
This archive was generated by
Pipermail 0.09 (Mailman edition).