Carronge

Results 14 comments of Carronge

same problem, I'm using Docker version 18.06.1-ce

the ILP32 whitepaper from https://developer.arm.com/documentation/dai0490/latest/ ``` ILP32 uses the LP64 system calls wherever possible. However, it cannot share system calls where structures contain pointers (currently 31 such system calls), in...

https://github.com/linux-audit/audit-kernel/issues/131 @YuryNorov @pcmoore

OK, thx, I'd like to try to fix this problem

@YuryNorov I've investigaed all syscalls used by ILP32 application, I find that all the syscalls are same as aarch64, so I'd like to know if I rollback the commit 0fe4141ba63a5dfd425c6d2dd9d8cbafd3497946...

oh, I'm sorry, the commit name is: `arm64: introduce AUDIT_ARCH_AARCH64ILP32 for ilp32` in your tree, the commit id is: 2312ac1edaabb023bcdf90d107ea1198ff9e4bd3

> Again, can you please share the link to your repository? https://gitee.com/openeuler/kernel/tree/OLK-5.10/ this is the repository we use, thx

> > @YuryNorov I've investigaed all syscalls used by ILP32 application, I find that all the syscalls are same as aarch64, so I'd like to know if I rollback the...

Further more, I want to know that in `arch/arm64/kernel/sys_ilp32.c ` file, the ilp32_sys_call_table is defined as below: ``` const syscall_fn_t ilp32_sys_call_table[__NR_syscalls] = { [0 ... __NR_syscalls - 1] = __arm64_sys_ni_syscall,...

`Traceback (most recent call last): File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.5/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/g6/traffic-classify/pcap-processor/pcap_processor/__main__.py", line 62, in main() File "/home/g6/traffic-classify/pcap-processor/pcap_processor/__main__.py", line...