From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] alpha_table.h: Syscall 511 is getrandom, not renameat2 Date: Tue, 26 Jul 2016 11:47:32 -0400 Message-ID: <34992310.aL7IcACVDb@x2> References: <20160723191509.7249-1-jrtc27@jrtc27.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160723191509.7249-1-jrtc27@jrtc27.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com Cc: James Clarke List-Id: linux-audit@redhat.com 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