Received: by 10.223.176.5 with SMTP id f5csp1270041wra; Fri, 2 Feb 2018 14:22:39 -0800 (PST) X-Google-Smtp-Source: AH8x227xOGQtk06l3EVDkk9LLXUZZWADfYgADpxRAZtWxJnwkmYoR3GIZjBrqu7aVowiui1MZPEt X-Received: by 2002:a17:902:6908:: with SMTP id j8-v6mr36011582plk.211.1517610159114; Fri, 02 Feb 2018 14:22:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517610159; cv=none; d=google.com; s=arc-20160816; b=nWwfgpHbmuhYmrEkpNc/erK6q4pb8rCHQN28eV8WmcE1QgbSRWXWWzmryP2zKOXvh6 4ACbVMGxI3WrNTbd6djJyUUpMXewkcYClcGTI4mal3gKnKuLp6snw9RIo0EJl2ScCjIj +8p+a/+VDgyCJSk0A0EJf4JyWSACA+tHVP0VOV+wLh+OHDOJoxymlUI2dNv1GjC/jGAw 8U4EGkPYdDzWO6MZZWzmO3tChgYzEtowSOficC2qKeqqIJtSik1GCNOGGOR44APpVulb vx+qnDMKrXsIUK1ShDgCeHgkA4pXHDBF1ooeTjLymw41sl5kZZu925NdVMAj8jazlLuR MAAA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=/3qX92Yb9X5Kjax6Z55mJzwUd76lprgj8OhpsbtcxGQ=; b=YwKMFsyaUmVBcfhynBic1bW0tly0+Lm+uDKaVa7RLtCQoeCndBIHOLJonmUsAT88Be SiIY+k1bwnFaq4qCjiIDgPrVwW246f4ue7b7ty2QkW2GQOLHFY2DJIi1jW2Njm1wrTYf RbZqKb33ladLw3b8liOeu9/P0U6N18LLvzDqZpBTMa7rhi6KTDHWxUbDQ71OTra8gn9X lJn9fP6nmtDzUeQNQxJdxdbv3UHclWVAc+7AsUyWOGCThk2UJfW8JSYF1VVbTfkeznNA fXAAXS31J5j5oP0irBFmPzTpwNuZ+bOa22OevHczBaBnLkHgLfqREMdnoa80Q5SbSdI/ BiTA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y6si2060351pgr.220.2018.02.02.14.22.24; Fri, 02 Feb 2018 14:22:39 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752693AbeBBVJ1 convert rfc822-to-8bit (ORCPT + 99 others); Fri, 2 Feb 2018 16:09:27 -0500 Received: from www.llwyncelyn.cymru ([82.70.14.225]:36988 "EHLO fuzix.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752341AbeBBVJV (ORCPT ); Fri, 2 Feb 2018 16:09:21 -0500 Received: from alans-desktop (82-70-14-226.dsl.in-addr.zen.co.uk [82.70.14.226]) by fuzix.org (8.15.2/8.15.2) with ESMTP id w12L8LNK028243; Fri, 2 Feb 2018 21:08:21 GMT Date: Fri, 2 Feb 2018 21:08:20 +0000 From: Alan Cox To: Peter Zijlstra Cc: kbuild test robot , kbuild-all@01.org, Stafford Horne , Will Deacon , Paul McKenney , Jonas Bonn , Stefan Kristiansson , David Howells , Arnd Bergmann , linux-kernel@vger.kernel.org, Thomas Gleixner Subject: Re: asm-generic: Disallow no-op mb() for SMP systems Message-ID: <20180202210820.48ed7f87@alans-desktop> In-Reply-To: <20180202202549.GT2269@hirez.programming.kicks-ass.net> References: <20180131130034.GR2269@hirez.programming.kicks-ass.net> <201802030326.M4zaX4v1%fengguang.wu@intel.com> <20180202202549.GT2269@hirez.programming.kicks-ass.net> Organization: Intel Corporation X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2 Feb 2018 21:25:49 +0100 Peter Zijlstra wrote: > On Sat, Feb 03, 2018 at 04:00:35AM +0800, kbuild test robot wrote: > > Hi Peter, > > > > I love your patch! Yet something to improve: > > Seriously? Bots have feelings? > > > [auto build test ERROR on asm-generic/master] > > [also build test ERROR on v4.15 next-20180202] > > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > > > url: https://github.com/0day-ci/linux/commits/Peter-Zijlstra/asm-generic-Disallow-no-op-mb-for-SMP-systems/20180203-000108 > > base: https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git master > > config: m32r-usrv_defconfig (attached as .config) > > compiler: m32r-linux-gcc (GCC) 7.2.0 > > Awesome, another broken architecture.. and this one is Orphaned :-( > No maintainer to bug.. Renesas claim to still support the processor family so perhaps they can provide a maintainer if you instead submit a patch to remove it from the tree ;-) From the documentation however the processor only does explicit dual issue instructions, and the SMP is cache coherent so I'm not convinced there is a problem with it. Alan