Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2311674ybl; Sun, 18 Aug 2019 23:27:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqykCXOX29dDtRyyETM8qU2df6tNQc544mDKmUo9koy0xcmDN435dj9XARvlvhlmd4UtTq4H X-Received: by 2002:a63:5402:: with SMTP id i2mr18546077pgb.414.1566196048807; Sun, 18 Aug 2019 23:27:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566196048; cv=none; d=google.com; s=arc-20160816; b=sdWelg8Zv3IfeTTuwi1uJH48zb7n1lHYpe2EUxgPmbJF5q4+wGMs6td5vvghjkVn1r IWCwtd+YotsGrfRidk+WJkcGw7VKZ0uMAqce43UGv3vqeymS9ymyFQQjwGcB2Vjle/qh LK7pr41IK0KTXgzRlHieCsGZKZkegBxBAmxYOAiJmOvODEQ4RyMp3tnssFetYGRM9iGt yFMQXhFHOgUoeWL7QmjmktxF3qk1SVsKmjofvXcjrkJTdAL7/FJ9s+0qhLrxTlusSczN o1OCOs1X0d+m/fUBXA97qzMYhPTijo4QRe+6KGzrxAYV0TkIjBhgJQg2HbhnyG1zGS1A FX/w== 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=zAxJHW3spWmq00N5deqO5CUG6wkNHOGvrIXJRWOW1ok=; b=0p2Xv/bORdflHb5Trrx18pdPrZEN+6lDgdPgWIh8JIIbvz8BlB20NT2twVqhdVRtoi 2NAYP6p7Q8Dl5xjt1hr87xljHuQ4J9SNbSE48YRtkDwEp7DjGu8IsNoua56zsr5GP5Q2 0ouTtE7khgAm1mOdEoCZ8bJYoP03jryHIWSU3up63GnAqi8JcYD5Rc6CqHjlnEZuTHNK KzP5sxpeyOfBUK8m0+vMNmWLfOHGpx+K4Lrw0JlQTdOdkJG6euXrKqt494pX61TKGwUq xoV9fs7Wjy6e8/82PL0evLoCxKm+sjyVt8pMP3EK2xnXBLDCBNGzqX1Tt4qT5HUNqjab g4bg== 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 j1si9300372plk.55.2019.08.18.23.27.13; Sun, 18 Aug 2019 23:27:28 -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 S1726637AbfHSG0Y (ORCPT + 99 others); Mon, 19 Aug 2019 02:26:24 -0400 Received: from verein.lst.de ([213.95.11.211]:44855 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726149AbfHSG0Y (ORCPT ); Mon, 19 Aug 2019 02:26:24 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 2018B68B02; Mon, 19 Aug 2019 08:26:20 +0200 (CEST) Date: Mon, 19 Aug 2019 08:26:19 +0200 From: Christoph Hellwig To: Borislav Petkov Cc: Christoph Hellwig , 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: <20190819062619.GA20211@lst.de> References: <20190818082935.14869-1-hch@lst.de> <20190819060904.GA4841@zn.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190819060904.GA4841@zn.tnic> 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 On Mon, Aug 19, 2019 at 08:09:04AM +0200, Borislav Petkov wrote: > On Sun, Aug 18, 2019 at 10:29:35AM +0200, Christoph Hellwig wrote: > > The sifive_l2_cache.c is in no way related to RISC-V architecture > > memory management. It is a little stub driver working around the fact > > that the EDAC maintainers prefer their drivers to be structured in a > > certain way > > That changed recently so I guess we can do the per-IP block driver after > all, if people would still prefer it. That would seem like the best idea. But I don't really know this code 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.