https://bugs.kde.org/show_bug.cgi?id=521054
--- Comment #3 from Mark Wielaard <[email protected]> --- (In reply to mcermak from comment #1) > Created attachment 192919 [details] > proposed patch Commit message is an OK description of the syscall, but might be better if it described what was actually changed. Something like: __NR_open_tree_attr is a generic syscall number for linux defined in vki-scnums-shared-linux.h Hooked in all syswrap-{x86,s390x,riscv64,ppc64,ppc32,nanomips,mips64,mips32,arm64,arm,amd64}-linux.c with LINXY to sys_open_tree_attr. With sys_open_tree_attr being defined in priv_syswrap-linux.h with DECL_TEMPLATE linux. PRE and POST in syswrap-linux.c. - NEWS looks OK. - vki-scnums-shared-linux.h and priv_syswrap-linux.h OK - syswrap-{x86,s390x,riscv64,ppc64,ppc32,nanomips,mips64,mips32,arm64,arm,amd64}-linux.c OK. - syswrap-linux.c PRE, OK, like open_tree, but also PRE_MEM_READ uattr for usize. POST OK, correct fd tracking. Please commit, possibly adjusting the commit message a little. -- You are receiving this mail because: You are watching all bug changes.
