linux-audit.redhat.com archive mirror
 help / color / mirror / Atom feed
* [PATCH] alpha_table.h: Syscall 511 is getrandom, not renameat2
@ 2016-07-23 19:15 James Clarke
  2016-07-26 15:47 ` Steve Grubb
  0 siblings, 1 reply; 2+ messages in thread
From: James Clarke @ 2016-07-23 19:15 UTC (permalink / raw)
  To: linux-audit; +Cc: James Clarke

---
This fixes gen_alpha_tables_h aborting due to renameat2 being duplicated.

 lib/alpha_table.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/alpha_table.h b/lib/alpha_table.h
index 08171cc..c43744f 100644
--- a/lib/alpha_table.h
+++ b/lib/alpha_table.h
@@ -451,6 +451,6 @@ _S(507, "finit_module")
 _S(508, "sched_setattr")
 _S(509, "sched_getattr")
 _S(510, "renameat2")
-_S(511, "renameat2")
+_S(511, "getrandom")
 _S(512, "memfd_create")
 _S(513, "execveat")
-- 
2.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] alpha_table.h: Syscall 511 is getrandom, not renameat2
  2016-07-23 19:15 [PATCH] alpha_table.h: Syscall 511 is getrandom, not renameat2 James Clarke
@ 2016-07-26 15:47 ` Steve Grubb
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Grubb @ 2016-07-26 15:47 UTC (permalink / raw)
  To: linux-audit; +Cc: James Clarke

On Saturday, July 23, 2016 8:15:09 PM EDT James Clarke wrote:
> ---
> This fixes gen_alpha_tables_h aborting due to renameat2 being duplicated.
> 
>  lib/alpha_table.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/alpha_table.h b/lib/alpha_table.h
> index 08171cc..c43744f 100644
> --- a/lib/alpha_table.h
> +++ b/lib/alpha_table.h
> @@ -451,6 +451,6 @@ _S(507, "finit_module")
>  _S(508, "sched_setattr")
>  _S(509, "sched_getattr")
>  _S(510, "renameat2")
> -_S(511, "renameat2")
> +_S(511, "getrandom")
>  _S(512, "memfd_create")
>  _S(513, "execveat")

Fixed in commit 1368.

Thanks!

-Steve

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-26 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-23 19:15 [PATCH] alpha_table.h: Syscall 511 is getrandom, not renameat2 James Clarke
2016-07-26 15:47 ` Steve Grubb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).