From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751557AbdKUIem (ORCPT ); Tue, 21 Nov 2017 03:34:42 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:35416 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751226AbdKUIek (ORCPT ); Tue, 21 Nov 2017 03:34:40 -0500 X-Google-Smtp-Source: AGs4zMa3crO3x27+lDkj8+SYq+wNdaRPRQOIkXN/tnGyRgw1rtZb+RFcWDV0/84K5xoLJji+DP1Qzg== Date: Tue, 21 Nov 2017 09:34:37 +0100 From: Ingo Molnar To: Dave Hansen Cc: linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH 0/4] MPX and Protection Keys Updates Message-ID: <20171121083437.sopvv57bycmweabx@gmail.com> References: <20171111001226.810E7A73@viggo.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171111001226.810E7A73@viggo.jf.intel.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Dave Hansen wrote: > Hi Ingo, > > Here are some small updates to Protection Keys documentation, and > some small fixes to the selftests that we discussed. Note that even with all the patches applied, a build warning remains: gcc -m32 -o /home/mingo/tip/tools/testing/selftests/x86/protection_keys_32 -O2 -g -std=gnu99 -pthread -Wall -no-pie protection_keys.c -lrt -ldl -lm protection_keys.c: In function ‘dumpit’: protection_keys.c:419:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(1, buf, nr_read); ^~~~~~~~~~~~~~~~~~~~~~ Thanks, Ingo