From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Clarke Subject: [PATCH] alpha_table.h: Syscall 511 is getrandom, not renameat2 Date: Sat, 23 Jul 2016 20:15:09 +0100 Message-ID: <20160723191509.7249-1-jrtc27@jrtc27.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (ext-mx02.extmail.prod.ext.phx2.redhat.com [10.5.110.26]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u6NJJVO6006568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 23 Jul 2016 15:19:31 -0400 Received: from mail-wm0-f67.google.com (mail-wm0-f67.google.com [74.125.82.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 37236335F7D for ; Sat, 23 Jul 2016 19:19:30 +0000 (UTC) Received: by mail-wm0-f67.google.com with SMTP id q128so10639214wma.1 for ; Sat, 23 Jul 2016 12:19:30 -0700 (PDT) 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 --- 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