Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp914622yba; Thu, 9 May 2019 07:54:32 -0700 (PDT) X-Google-Smtp-Source: APXvYqw77sVefWZcwqdNv2DyhJYAx2+FCwXXJcrm6oVUsNtF51FrOBIh+WyGJnLdDv+cLA1QBPeG X-Received: by 2002:aa7:914d:: with SMTP id 13mr5824457pfi.149.1557413672096; Thu, 09 May 2019 07:54:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557413672; cv=none; d=google.com; s=arc-20160816; b=bpzV9FE+4ccx+9oeyNDlhrpV4Rmty8gGBjco0jYdeLIQ87XZAUzq9fndLa3kiyGKSK qGb2LrZdRIOj5E/azFqrnwkTnd8DDuJ2vkQ7BdUkDNIT1qBV5C7ZSMrJEDSoaaLyjkZC KzFaGTmKOOpIaI7zFZfQ65DYNH92GE1DnPQSh3TPjdUjDzUMa8JXEHMsmZ7JyoUl35ET 5ZY0cJoB5t+bWbdX7IkRfbik2TVNh5wBnge9nQkizMP0fGl4UbUPYU3Ag+v0uN0LANu3 sNg69mfhqqoToV/1NcvF3soVsW82mSdCtOvzEobQNlEhdaJXk3uFgnAGvmuMv62UN4lQ vFFw== 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=GJF+t2TrX4AGB1gEq6E8gSw47jI3KDC27maSb3fbpMg=; b=CRAXQFECWp/tcqc02ZmkzotJuAcGuQTH81g1dIDIRxzlRz0WtlKMR7Jo77KoD6XRtx NXwwLcpOs03tPiNcguHOaw5AO4Lb+ahRwwgREt3VcPmFO+FDqHcWmyu6TM74+Ta2AogJ 9+7wt7JSq1fyuZd0LFzFYkvX/4lniPKZzh3qjvlEsCBREhjXPVeEaFTSqdMw0Xi4AJlW y0CQHLMmtwFfEjn/fEHdran/Lp8LHfn75WNMDGW+x4I8BIuc6I01lrItzEjKOw3pplDn Ym8QHvWuN5EEoXQn8xXX+kbZMT2Jts7im+V3RXe8MHIleoFVMaVNL0186L4VTsHlmyxm 73Zg== 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 r197si3572786pfc.243.2019.05.09.07.54.15; Thu, 09 May 2019 07:54:32 -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 S1726810AbfEIOwK (ORCPT + 99 others); Thu, 9 May 2019 10:52:10 -0400 Received: from ozlabs.org ([203.11.71.1]:41961 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726448AbfEIOwJ (ORCPT ); Thu, 9 May 2019 10:52:09 -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 450GX673Z2z9s4V; Fri, 10 May 2019 00:52:06 +1000 (AEST) From: Michael Ellerman To: Borislav Petkov , Johannes Thumshirn Cc: 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: <20190508101238.GB19015@zn.tnic> References: <20190502141941.12927-1-mpe@ellerman.id.au> <20190506065045.GA3901@x250> <20190508101238.GB19015@zn.tnic> Date: Fri, 10 May 2019 00:52:05 +1000 Message-ID: <87o94bvfxm.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 Mon, May 06, 2019 at 08:50:45AM +0200, Johannes Thumshirn wrote: >> Acked-by: Johannes Thumshirn > > Queued, thanks. Thanks. It would be nice if you could send it as a fix for 5.2, it's the last thing blocking one of my allmodconfig builds. But if you don't think it qualifies as a fix that's fine too, it can wait. cheers