From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQKSx-0004El-3U for qemu-devel@nongnu.org; Wed, 19 Mar 2014 13:39:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQKSs-0001pO-CL for qemu-devel@nongnu.org; Wed, 19 Mar 2014 13:39:47 -0400 Received: from mail-la0-f49.google.com ([209.85.215.49]:38319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQKSs-0001p2-5h for qemu-devel@nongnu.org; Wed, 19 Mar 2014 13:39:42 -0400 Received: by mail-la0-f49.google.com with SMTP id mc6so6071798lab.22 for ; Wed, 19 Mar 2014 10:39:40 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1395245708-22971-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Wed, 19 Mar 2014 17:39:20 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH buildfix for-2.0] linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Desnogues Cc: Riku Voipio , "qemu-devel@nongnu.org" , Patch Tracking On 19 March 2014 16:33, Laurent Desnogues wrote: > On Wed, Mar 19, 2014 at 5:15 PM, Peter Maydell wrote: >> Older kernel headers don't define _LINUX_CAPABILITY_VERSION_1. >> Switch to using the older _LINUX_CAPABILITY_VERSION; newer headers >> still define this for source compatibility. >> >> Signed-off-by: Peter Maydell >> Reported-by: Laurent Desnogues > > I'm not sure I should send "Reviewed-by" for issues I reported, > but here it is. > > Reviewed-by: Laurent Desnogues Well, a confirmation that it actually fixes the problem it purports to fix is always nice :-) thanks -- PMM