From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 8 Jan 2015 09:14:46 +0100 From: Heiko Carstens Subject: Re: [PATCH RFT] s390: move cacheinfo sysfs to generic cacheinfo infrastructure Message-ID: <20150108081446.GC3997@osiris> References: <1420702912-9749-1-git-send-email-sudeep.holla@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1420702912-9749-1-git-send-email-sudeep.holla@arm.com> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Sudeep Holla Cc: linux-kernel@vger.kernel.org, Martin Schwidefsky , linux390@de.ibm.com, linux-s390@vger.kernel.org List-ID: On Thu, Jan 08, 2015 at 07:41:52AM +0000, Sudeep Holla wrote: > This patch removes the redundant sysfs cacheinfo code by reusing > the newly introduced generic cacheinfo infrastructure through the > commit 246246cbde5e ("drivers: base: support cpu cache information > interface to userspace via sysfs") > > Signed-off-by: Sudeep Holla > Cc: Martin Schwidefsky > Cc: Heiko Carstens > Cc: linux390@de.ibm.com > Cc: linux-s390@vger.kernel.org > --- > arch/s390/kernel/cache.c | 388 +++++++++++------------------------------------ > 1 file changed, 92 insertions(+), 296 deletions(-) > > Hi Heiko, > > If you can give this a quick testing though nothing has changes since > you last tested it, that would be good. > > If nothing is broken, please feel free to take this through your tree. > > Regards, > Sudeep Still works. I forwarded your patch with my sign-off to Martin, so he can apply it for the next merge window. Thanks a lot for your work! Heiko