Re: [PATCH v9 1/3] Initial support for LuaJIT scripting

2017-07-30 Thread Eugene Syromiatnikov
On Tue, Jul 25, 2017 at 03:59:50PM +0300, Victor Krapivensky wrote: > * .gitignore: Add luajit_lib.h. > * Makefile.am: Build with LuaJIT if configured so. > (strace_SOURCES): Add defs_shared.h, ffi.h. > (luajit_lib.h): Auto-generate from luajit_lib.lua. > * configure.ac: Add new --with-luajit confi

Re: [PATCH v9 2/3] Introduce upoken function and expose it to LuaJIT scripts

2017-07-30 Thread Eugene Syromiatnikov
On Tue, Jul 25, 2017 at 03:59:52PM +0300, Victor Krapivensky wrote: > This patch implies that we have process_vm_writev if and only if we have > process_vm_readv, and that they are either both supported or both > unsupported. > > * defs.h: Add declaration for upoken. > * luajit.h (func_upoke): New

Re: [PATCH v9 3/3] tests: check LuaJIT scripting support

2017-07-30 Thread Eugene Syromiatnikov
On Tue, Jul 25, 2017 at 03:59:54PM +0300, Victor Krapivensky wrote: > * tests/.gitignore: Add lua. > * tests/Makefile.am (check_PROGRAMS): Likewise. > (LUAJIT_TESTS): New variable. > (TESTS): Add LUAJIT_TESTS. > (EXTRA_DIST): Add lua.sh, lua-basics.test, lua-qual.test, > lua-tampering.test. > * tes

Re: [PATCH 2/2] asinfo: Introduce static query tool asinfo

2017-07-30 Thread Eugene Syromiatnikov
On Fri, Jul 28, 2017 at 06:43:25PM +0300, Edgar Kaziakhmedov wrote: > From: Edgar Kaziakhmedov > > The 1.2 version of asinfo tool. The asinfo tool has the This version is not mentioned anywhere else. > following architecture: > commnand dispatcher->architecture dispatcher->abi dispatcher-> "comm