Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp6026391yba; Mon, 13 May 2019 23:52:01 -0700 (PDT) X-Google-Smtp-Source: APXvYqwZrOGO0hhRE3XSMgVyi0QdZ2cixUNe0zW7UmQqlhNlu7GtbaUV4VLETF9xlfuh7+IUPqKo X-Received: by 2002:a62:6dc6:: with SMTP id i189mr38464704pfc.155.1557816721251; Mon, 13 May 2019 23:52:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557816721; cv=none; d=google.com; s=arc-20160816; b=KTBoZ8YXYOwMmj3Xc03/eb/P5et9+phgeWSiAUxio06NQLJcFP/Qu+sHihGogxnbhx pdbMVGkQxttz4wBmfqfe/bL5y5uMdOMR1fKXgz2Xk8l0Z6GhXrPwFVD2PAVbRQsT7qZ+ llUKQgoGK89CYh2HDdNZHHXddi0fUBQxswidxYS9n+267RanaM4Q9uyF5K/lbBWqbtkb t6V7sy1onKJ3sOngZDB3CETvSOSxoRrG1iA+mBpHZvdqUhrikjZMXwGsDOUIGkO+gCvC eBMbLQp6/Uy3mjiJOAUUczk//SFH6gNd6+qqYJ9NAWulYcJYAcUeWcHv7ZEgwrDKWHXW 72Ow== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=UIiWRo3PEieIGdNaa7RPqMgXaD66jv77VilNo39KP8Q=; b=US8g2nncKpSAaiB/eG1BeP9Ek7+RbVo568IKw2Z0iDTEO0dmWBH+dO0PApi6OEmVlH vIksPtiZvM6rRl1B3musTXyBkedoCbmfDUW2st4blh+sWlb4a6r3+DT+rmKhkBn9R+cY +Imyas8E5VwELzWJKUNfsVI3Sh4hXP963w9EAid1zjs5Yf/C72Wqis/qOrOFYGr0xuQF xuv6+LjoI+tOHz+V7jROZ04pfJHQiMSdtHhmgfrTiqhHdDREWuqJ8PiI/pSiIg13vvJO lBQBUA4jktc+zUrcMdmJMxptJsxnfLiKcFKP52qZjOS0C1tIWvfUiamEEPP/yXMZUa5C BFog== 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 d185si22517405pfa.182.2019.05.13.23.51.43; Mon, 13 May 2019 23:52:01 -0700 (PDT) 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 S1726283AbfENGux (ORCPT + 99 others); Tue, 14 May 2019 02:50:53 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:41321 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725946AbfENGuw (ORCPT ); Tue, 14 May 2019 02:50:52 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4537cT66Rkz9s3Z; Tue, 14 May 2019 16:50:49 +1000 (AEST) From: Michael Ellerman To: Borislav Petkov Cc: Johannes Thumshirn , linux-edac@vger.kernel.org, mchehab@kernel.org, james.morse@arm.com, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org Subject: Re: [PATCH] EDAC, mpc85xx: Prevent building as a module In-Reply-To: <20190510182512.GG29927@zn.tnic> References: <20190502141941.12927-1-mpe@ellerman.id.au> <20190506065045.GA3901@x250> <20190508101238.GB19015@zn.tnic> <87o94bvfxm.fsf@concordia.ellerman.id.au> <20190509145534.GD17053@zn.tnic> <20190509180220.GH17053@zn.tnic> <87bm0avb03.fsf@concordia.ellerman.id.au> <20190510141320.GB29927@zn.tnic> <20190510182512.GG29927@zn.tnic> Date: Tue, 14 May 2019 16:50:49 +1000 Message-ID: <87d0klttpy.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Borislav Petkov writes: > On Fri, May 10, 2019 at 04:13:20PM +0200, Borislav Petkov wrote: >> On Fri, May 10, 2019 at 08:50:52PM +1000, Michael Ellerman wrote: >> > Yeah that looks better to me. I didn't think about the case where EDAC >> > core is modular. >> > >> > Do you want me to send a new patch? >> >> Nah, I'll fix it up. > > I've pushed it here: > > https://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git/commit/?h=edac-fix-for-5.2 > > in case you wanna throw your build tests on it. My dingy cross-compiler > can't do much really. Looks good. I even booted it :) cheers