From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B54CCA9EB0 for ; Sun, 3 Nov 2019 18:54:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D89B92190F for ; Sun, 3 Nov 2019 18:54:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572807252; bh=/Fp7rJRFyNxy/xi8McFrIAyKVvI085F99glKGb/E+gw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Yjk5BQkBmWQmcOU9r25g35dBaOKBEpkkI3AkQoihS4JFQ4FTY71LipUmDpghGfhk1 LaBFLOucdat8jZLtRhF6CpdfZ/NFQqipJS6G0wAd7Kv3WJmAssujEQPdaBg4Pm3Z3v sLmtS/2hWW127y2Nx+nkAk7ZWuf2UtSpNkKNJAEU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728074AbfKCSyL (ORCPT ); Sun, 3 Nov 2019 13:54:11 -0500 Received: from mail.kernel.org ([198.145.29.99]:46828 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727322AbfKCSyL (ORCPT ); Sun, 3 Nov 2019 13:54:11 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 55AB52190F; Sun, 3 Nov 2019 18:54:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572807250; bh=/Fp7rJRFyNxy/xi8McFrIAyKVvI085F99glKGb/E+gw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Z0GSLE2GRdg5EPuxBK07F3ljN5RKjQUcyOmiiZgimTk2OnoFa2gFPheZoo4css9tK xILaSia6I4WJDK3q6uidE54n/lU/xo/zN21qdex85ZQ9ZBjOaKT44Zt0wwumGUbCwI pm9jOqG3rW1v1QR3enD5CvlfddIZXDlD/92+FzRM= Date: Sun, 3 Nov 2019 19:54:08 +0100 From: Greg KH To: Johannes Thumshirn Cc: Linux Kernel Mailinglist , Michael Moese , Jessica Yu Subject: Re: [PATCH] drivers: mcb: use symbol namespaces Message-ID: <20191103185408.GA966077@kroah.com> References: <20191016100158.1400-1-jthumshirn@suse.de> <20191016125139.GA26497@kroah.com> <48f87640-d277-fdb6-3d6e-3f88b7623f22@suse.de> <20191016135300.GA302460@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 29, 2019 at 10:20:58AM +0100, Johannes Thumshirn wrote: > On 16/10/2019 15:53, Greg KH wrote: > [...] > > I can take this now, into my -next tree. I'll do so later this week > > unless you object. > > Ping? Sorry, been traveling, will get to this now...