From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752539AbdBFXsv (ORCPT ); Mon, 6 Feb 2017 18:48:51 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:58589 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751909AbdBFXsu (ORCPT ); Mon, 6 Feb 2017 18:48:50 -0500 Date: Mon, 6 Feb 2017 15:48:46 -0800 From: Guenter Roeck To: Willy Tarreau Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 3.10 000/319] 3.10.105-stable review Message-ID: <20170206234846.GA32675@roeck-us.net> 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: <20170206224803.GD4769@1wt.eu> User-Agent: Mutt/1.5.24 (2015-08-30) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 06, 2017 at 11:48:03PM +0100, 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. > The system will start a build automatically after a change shows up in your repository. Nothing I need to do other than pay for servers and electricity :-). I just checked - the next build of 3.10 is scheduled to start in about an hour. Cheers Guenter