From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] include/linux/audit.h: Move dummy audit_file() from !AUDIT area to !AUDITSYSCALL area Date: Thu, 6 Nov 2014 12:11:43 +0000 Message-ID: <20141106121143.GW8509@sirena.org.uk> References: <5458EC40.5020807@gmail.com> <283051037.h5QtGpv3rn@sifl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lQcP9vuZCkvmDKre" Return-path: Content-Disposition: inline In-Reply-To: <283051037.h5QtGpv3rn@sifl> Sender: linux-kernel-owner@vger.kernel.org To: Paul Moore Cc: Chen Gang , Al Viro , eparis@redhat.com, linux-audit@redhat.com, "linux-kernel@vger.kernel.org" List-Id: linux-audit@redhat.com --lQcP9vuZCkvmDKre Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 05, 2014 at 12:43:01PM -0800, Paul Moore wrote: > On Tuesday, November 04, 2014 11:09:52 PM Chen Gang wrote: > > audit_file() is related with AUDITSYSCALL, not related with AUDIT, so > > need move dummy one from !AUDIT area to !AUDITSYSCALL area. Or it will > > cause issue if CONFIG_AUDIT with !CONFIG_AUDITSYSCALL. > > The related error (with allmodconfig under tile): > > CC fs/open.o > > fs/open.c: In function 'SYSC_fchmod': > > fs/open.c:530:3: error: implicit declaration of function 'audit_file' > > [-Werror=3Dimplicit-function-declaration] audit_file(f.file); > > ^ > What version of the kernel source are you looking at? I don't see the=20 > audit_file() function anywhere ... This issue has been breaking ARMv8 defconfig builds in -next for a few days now. --lQcP9vuZCkvmDKre Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJUW2V+AAoJECTWi3JdVIfQjoMH/iut4yNvwHvDPA2h5paREzVg G6GfFRsRlrxCy6KxtPDJpoO/jfJpwiU51u3n83pC7xoi3rrq35EmUB9WhMYONx+R qB/skW/Vm6i8AghJkFT//nsQ7+rIWhr7zyvpsgDw2zrX2v7k5eNDuyYq9SzVVssO eQ08NXvGErI5rIdT9sUzZjNf3KKjjsjEJygD/2ehgbwGx7OS6fHv7uH6a8+Wq8nW Oo7p5k5pSRNWIK6nBnfW+Dm600r9tNDpNRPszdtRLFDB1vP9QxfA9L8Vq6YnaJ9u bKeFbrBp+7hsLAhZBlX2BVhhtoLRIfWQuZ4gzZmBIvTgc5JPVs86E0QVu3ZsQxE= =yO2z -----END PGP SIGNATURE----- --lQcP9vuZCkvmDKre--