Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support recently added linux syscalls #1019

Open
derekbruening opened this issue Nov 28, 2014 · 1 comment
Open

support recently added linux syscalls #1019

derekbruening opened this issue Nov 28, 2014 · 1 comment

Comments

@derekbruening
Copy link
Contributor

From [email protected] on September 07, 2012 20:38:01

xref issue #92 we're talking about these:

define __NR_preadv 333

define __NR_pwritev 334

define __NR_rt_tgsigqueueinfo 335

define __NR_perf_event_open 336

define __NR_recvmmsg 337

define __NR_fanotify_init 338

define __NR_fanotify_mark 339

define __NR_prlimit64 340

define __NR_name_to_handle_at 341

define __NR_open_by_handle_at 342

define __NR_clock_adjtime 343

define __NR_syncfs 344

define __NR_sendmmsg 345

define __NR_setns 346

define __NR_process_vm_readv 347

define __NR_process_vm_writev 348

define __NR_kcmp 349

and I'm moving the x64 ones beyond sockets and ipc that are different from
x86 to here:

{PACKNUM(156,-1),"_sysctl", UNKNOWN, 0, },
{PACKNUM(158,-1),"arch_prctl", UNKNOWN, 0, },
{PACKNUM(166,-1),"umount2", UNKNOWN, 0, },
{PACKNUM(174,-1),"create_module", UNKNOWN, 0, },
{PACKNUM(177,-1),"get_kernel_syms", UNKNOWN, 0, },
{PACKNUM(178,-1),"query_module", UNKNOWN, 0, },
{PACKNUM(181,-1),"getpmsg", UNKNOWN, 0, },
{PACKNUM(182,-1),"putpmsg", UNKNOWN, 0, },
{PACKNUM(183,-1),"afs_syscall", UNKNOWN, 0, },
{PACKNUM(184,-1),"tuxcall", UNKNOWN, 0, },
{PACKNUM(185,-1),"security", UNKNOWN, 0, },
{PACKNUM(214,-1),"epoll_ctl_old", UNKNOWN, 0, },
{PACKNUM(215,-1),"epoll_wait_old", UNKNOWN, 0, },
{PACKNUM(236,-1),"vserver", UNKNOWN, 0, },
{PACKNUM(262,-1),"newfstatat", UNKNOWN, 0, },

Original issue: http://code.google.com/p/drmemory/issues/detail?id=1019

@derekbruening
Copy link
Contributor Author

From [email protected] on February 17, 2013 10:13:22

Labels: GoodContrib GoodFirstBug

derekbruening added a commit that referenced this issue Mar 8, 2020
Adds SYS_prlimit64 to the Linux table.  This eliminates a false
positive running "ls" on newer distros.

Issue: #1019
derekbruening added a commit that referenced this issue Mar 8, 2020
Adds SYS_prlimit64 to the Linux table.  This eliminates a false
positive running "ls" on newer distros.

Issue: #1019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant