From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752078AbdK3Saj (ORCPT ); Thu, 30 Nov 2017 13:30:39 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:58022 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750921AbdK3Sah (ORCPT ); Thu, 30 Nov 2017 13:30:37 -0500 Date: Thu, 30 Nov 2017 10:30:32 -0800 From: Christoph Hellwig To: Olof Johansson Cc: Palmer Dabbelt , Albert Ou , patches@groups.riscv.org, linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH 08/10] RISC-V: Set __ARCH_WANT_RENAMEAT to pick up generic version Message-ID: <20171130183032.GA28365@infradead.org> References: <20171130015521.1289-1-olof@lixom.net> <20171130015521.1289-9-olof@lixom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171130015521.1289-9-olof@lixom.net> User-Agent: Mutt/1.9.1 (2017-09-22) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 29, 2017 at 05:55:19PM -0800, Olof Johansson wrote: > In file included from ../lib/audit.c:8:0: > ../include/asm-generic/audit_dir_write.h:30:1: error: '__NR_renameat' undeclared here (not in a function); did you mean '__NR_renameat2'? I think the audit code should be fixed instead to not expect __NR_renameat, gіven that it's not in the asm-generic default set.