From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753030AbdBGGj7 (ORCPT ); Tue, 7 Feb 2017 01:39:59 -0500 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:30990 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751164AbdBGGj6 (ORCPT ); Tue, 7 Feb 2017 01:39:58 -0500 Date: Tue, 7 Feb 2017 07:39:13 +0100 From: Willy Tarreau To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 3.10 000/319] 3.10.105-stable review Message-ID: <20170207063913.GA4850@1wt.eu> References: <1486322063-7558-1-git-send-email-w@1wt.eu> <20170206081336.GI14903@1wt.eu> <02e4c88a-2a29-3f6a-abf8-26689d3368ae@roeck-us.net> <20170206224803.GD4769@1wt.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 06, 2017 at 08:56:25PM -0800, Guenter Roeck wrote: > On 02/06/2017 02:48 PM, Willy Tarreau wrote: > > On Mon, Feb 06, 2017 at 06:46:39AM -0800, Guenter Roeck wrote: > > > > An updated patch was pushed here : > > > > > > > > https://kernel.org/pub/linux/kernel/v3.x/stable-review/patch-3.10.105-rc2.gz > > > > > > > > > > Better, but unfortunately there is now a different build error. > > > > > > Build results: > > > total: 124 pass: 122 fail: 2 > > > Failed builds: > > > x86_64:allyesconfig > > > x86_64:allmodconfig > > > > > > Qemu test results: > > > total: 83 pass: 83 fail: 0 > > > > > > Build error: > > > > > > drivers/block/xen-blkback/common.h: In function 'blkif_get_x86_32_req': > > > drivers/block/xen-blkback/common.h:272:2: error: implicit declaration of function 'READ_ONCE' > > > > So I could easily reproduce it on allmodconfig here and fix it, by > > replacing this READ_ONCE with ACCESS_ONCE. You don't need to build again > > Guenter, your report already helped me a lot. > > > > This time everything builds fine. > > Build results: > total: 124 pass: 124 fail: 0 > Qemu test results: > total: 83 pass: 83 fail: 0 Pretty cool, thanks! Willy