From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935055AbbCPT4D (ORCPT ); Mon, 16 Mar 2015 15:56:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34885 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935038AbbCPT4B (ORCPT ); Mon, 16 Mar 2015 15:56:01 -0400 Date: Mon, 16 Mar 2015 20:55:56 +0100 From: Greg KH To: David Herrmann Cc: linux-kernel@vger.kernel.org, daniel@zonque.org, tixxdz@opendz.org Subject: Re: [PATCH 1/4] samples/kdbus: drop wrong include Message-ID: <20150316195556.GA29843@kroah.com> References: <1426497433-22846-1-git-send-email-dh.herrmann@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426497433-22846-1-git-send-email-dh.herrmann@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 16, 2015 at 10:17:10AM +0100, David Herrmann wrote: > There is no reason to use ./include/uapi/ directly from samples. If your > system headers are not up-to-date, you _need_ to run "make > headers-install" (which will install them to ./usr/ in your kernel tree) > before building the examples. Otherwise, you will get warnings and build > failures. > > Once ./usr/ is updated with the correct headers, it contains everything we > need, so drop -Iinclude/uapi from the kdbus-workers CFLAGS. > > Signed-off-by: David Herrmann All 4 patches now applied, thanks. greg k-h