Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp1245381ybg; Fri, 18 Oct 2019 14:29:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqzu66THSsa3fP5UgtoluCCfX3AFcadLSCoxu8mw3XSh+3z0Dc/nf2es8Q6ZpMyFRYBs4rEm X-Received: by 2002:a17:906:6858:: with SMTP id a24mr11158122ejs.27.1571434170688; Fri, 18 Oct 2019 14:29:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571434170; cv=none; d=google.com; s=arc-20160816; b=PxgKKYHZJhETqxynlwCyvGrquJBX6O3w4wy/GONWNs7nQW0Rs3ypB2EpXohot0wJ0P i6STNOXNXZPlmnkrQWpA2Pfa5HvUuNd0QyEAsnF+oqFuh25TuxQekikau2EsR1km2LH4 D9V6m5ZIFHL4vXv7B2MhIxGFtPYRKI+WA3za4sxWoaS96G409ISmHhylwrrEx08wH7CK OLcKZQnKHgRwgBzyR89lDrJLga6UAMwtrRqprc+ao8tP79cjsAEZA8g7XPxi7nLnl9RR B9+5ls4tQtqu3MyFr5YUn1CAu1wiYkvSoroMkJPw9fFb7xTRfpORKvgo1rCZozOGNPoQ gfRQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=jW1IqhbMrCjZoiRkit6QeciwmMvWLSNAQvo74Dn98ZE=; b=xStLrTtxzEIXPCy67prVFOCteAxC+TTUxHcTtOH2Wel2yKHMLfg8i4nOwW3i8JE4N/ 54y3R9X+kT9WZuXPkeJLXnKkfqPVDmfsSa80EhbVyPzLXO54r4cnNEP+22VQ9p9toEpJ 5tcc2svnsXDefTVWbUMeeUTAvQTHE3RUsBQjTmlNWh8E9qHbizBxpZZZwCLUueX5x8ra ikdSqOHwB3d0M+wHoeSCCcDHJoX8uU+uehzVS9JJpz0ActjMVzZvRjr6+YzrPbT+nk7M k4GuO2jULn0DxmRcavKp3Pro9AZMn3odJ1vFp2HcKE9LVasuvJSloBHnTDcO3VawUyHJ SqLg== 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 i24si5879279edj.207.2019.10.18.14.29.06; Fri, 18 Oct 2019 14:29:30 -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 S2436658AbfJQRT2 (ORCPT + 99 others); Thu, 17 Oct 2019 13:19:28 -0400 Received: from verein.lst.de ([213.95.11.211]:42748 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728639AbfJQRT1 (ORCPT ); Thu, 17 Oct 2019 13:19:27 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id B322368BE1; Thu, 17 Oct 2019 19:19:24 +0200 (CEST) Date: Thu, 17 Oct 2019 19:19:24 +0200 From: Christoph Hellwig To: Mauro Carvalho Chehab Cc: Christoph Hellwig , Borislav Petkov , paul.walmsley@sifive.com, palmer@sifive.com, linux-riscv@lists.infradead.org, linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org, Yash Shah Subject: Re: [PATCH] riscv: move sifive_l2_cache.c to drivers/soc Message-ID: <20191017171924.GA10928@lst.de> References: <20190818082935.14869-1-hch@lst.de> <20190819060904.GA4841@zn.tnic> <20190819062619.GA20211@lst.de> <20190822062635.00f6e507@coco.lan> <20190927225304.GA18456@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190927225304.GA18456@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mauro, can you Ack this patch? On Sat, Sep 28, 2019 at 12:53:04AM +0200, Christoph Hellwig wrote: > > > well enough myself, and I really need to get this code out of the > > > forced on RISC-V codebase as some SOCs I'm working with simply don't > > > have the memory for it.. > > > > > > So unless someone signs up to do a per-IP block edac drivers instead > > > very quickly I'd still like to see something like this go into 5.4 > > > for now. > > > > I'm wandering if we should at least add an entry for this one at > > MAINTAINERS, pointing it to the EDAC mailing list. Something like: > > Sounds fine. Can you also ACK the patch with that, as Paul mention > in another thread he wants an EDAC ACK for it. ---end quoted text---