From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751828AbdB0JHS (ORCPT ); Mon, 27 Feb 2017 04:07:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38692 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751673AbdB0JHQ (ORCPT ); Mon, 27 Feb 2017 04:07:16 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20170227112714.23e5ddf4@canb.auug.org.au> References: <20170227112714.23e5ddf4@canb.auug.org.au> To: Stephen Rothwell Cc: dhowells@redhat.com, Al Viro , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: linux-next: build failure after merge of the vfs tree MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <30471.1488184275.1@warthog.procyon.org.uk> Date: Mon, 27 Feb 2017 08:31:15 +0000 Message-ID: <30472.1488184275@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Mon, 27 Feb 2017 08:31:18 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Stephen Rothwell wrote: > From: Stephen Rothwell > Date: Mon, 27 Feb 2017 11:21:47 +1100 > Subject: [PATCH] statx: disable the sample code for now > > Signed-off-by: Stephen Rothwell > --- > samples/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/samples/Kconfig b/samples/Kconfig > index e1fc9a6a96fa..9cb63188d3ef 100644 > --- a/samples/Kconfig > +++ b/samples/Kconfig > @@ -114,6 +114,7 @@ config SAMPLE_VFIO_MDEV_MTTY > > config SAMPLE_STATX > bool "Build example extended-stat using code" > + depends on BROKEN > help > Build example userspace program to use the new extended-stat syscall. > It turns out that the statx sample depends on the header installation phase of the build. I'm not sure how to encode that fact in the Makefile, so marking it broken for now is fine. Acked-by: David Howells