From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zFhrH2PrdzDqmT for ; Tue, 9 Jan 2018 04:21:03 +1100 (AEDT) Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) by bilbo.ozlabs.org (Postfix) with ESMTP id 3zFhrF3q2tz8x0W for ; Tue, 9 Jan 2018 04:21:01 +1100 (AEDT) Date: Mon, 8 Jan 2018 18:20:55 +0100 (CET) From: Thomas Gleixner To: Michael Ellerman cc: linuxppc-dev@ozlabs.org, LKML , Peter Zijlstra , npiggin@gmail.com, Anton Blanchard , mikey@neuling.org, oohall@gmail.com, Paul Mackerras , Greg KH Subject: Re: [PATCH 09/11] powerpc/64s: Allow control of RFI flush via sysfs In-Reply-To: <20180108165453.26066-9-mpe@ellerman.id.au> Message-ID: References: <20180108165453.26066-1-mpe@ellerman.id.au> <20180108165453.26066-9-mpe@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 9 Jan 2018, Michael Ellerman wrote: Sorry, I wasn't aware about your efforts and did not cc you. I've just queued a more generic sysfs interface for this whole mess: https://lkml.kernel.org/r/20180107214913.096657732@linutronix.de It should be simple to extend for write and it would be great if all affected architectures could share it. Thanks, tglx