From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752703AbcKIEOT (ORCPT ); Tue, 8 Nov 2016 23:14:19 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:32959 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752388AbcKIEOQ (ORCPT ); Tue, 8 Nov 2016 23:14:16 -0500 Subject: Re: [PATCH 3.12 00/72] 3.12.67-stable review To: Jiri Slaby , stable@vger.kernel.org References: <8e82115d-6238-f52e-cfb9-e28a08daa647@suse.cz> Cc: shuah.kh@samsung.com, linux-kernel@vger.kernel.org, Manfred Spraul , Andrew Morton From: Guenter Roeck Message-ID: Date: Tue, 8 Nov 2016 20:14:01 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <8e82115d-6238-f52e-cfb9-e28a08daa647@suse.cz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@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: linux@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: linux@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 11/08/2016 07:40 AM, Jiri Slaby wrote: > On 11/07/2016, 06:16 PM, Guenter Roeck wrote: >> On 11/07/2016 05:04 AM, Jiri Slaby wrote: >>> This is the start of the stable review cycle for the 3.12.67 release. >>> There are 72 patches in this series, all will be posted as a response >>> to this one. If anyone has any issues with these being applied, please >>> let me know. >>> >>> Responses should be made by Wed Nov 9 14:03:48 CET 2016. >>> Anything received after that time might be too late. >>> >> >> Build results: >> total: 128 pass: 127 fail: 1 >> Failed builds: >> um:defconfig >> >> Qemu test results: >> total: 85 pass: 85 fail: 0 >> >> Details are available at http://kerneltests.org/builders. >> >> Build error log for um:defconfig: >> >> ipc/sem.c: In function 'complexmode_tryleave': >> ipc/sem.c:317:2: error: implicit declaration of function >> 'smp_store_release' >> ipc/sem.c: In function 'sem_lock': >> ipc/sem.c:370:3: error: implicit declaration of function 'smp_load_acquire' >> >> Culprit is commit a198951bf258 ("ipc/sem.c: fix complex_count vs. simple >> op race"), >> and reverting it fixes the problem. Copying the patch author for feedback. > > Oh, thanks! > > I backported this to fix the problem: > commit 577f183acc88645eae116326cc2203dc88ea730c > Author: Michael S. Tsirkin > Date: Mon Dec 21 09:22:18 2015 +0200 > > x86/um: reuse asm-generic/barrier.h > > Everything should be fine now, let's see the results :). > Yes, all ok now. Guenter