From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756947AbdEUUBN (ORCPT ); Sun, 21 May 2017 16:01:13 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:34777 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756846AbdEUUBM (ORCPT ); Sun, 21 May 2017 16:01:12 -0400 Date: Sun, 21 May 2017 22:01:07 +0200 (CEST) From: Thomas Gleixner To: Christoph Hellwig cc: LKML , linux-mm@kvack.org, Johannes Weiner , Michal Hocko , Christoph Lameter , Andrew Morton , Steven Rostedt , Peter Zijlstra Subject: Re: [PATCH] slub/memcg: Cure the brainless abuse of sysfs attributes In-Reply-To: <20170520131645.GA5058@infradead.org> Message-ID: References: <20170520131645.GA5058@infradead.org> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 20 May 2017, Christoph Hellwig wrote: > On Sat, May 20, 2017 at 12:52:03PM +0200, Thomas Gleixner wrote: > > This should be rewritten proper by adding a propagate() callback to those > > slub_attributes which must be propagated and avoid that insane conversion > > to and from ASCII > > Exactly.. > > >, but that's too large for a hot fix. > > What made this such a hot fix? Looks like this crap has been in > for quite a while. Well, having something in tree which uses stale or uninitialized buffers does justify a hot fix which can be easily backported to stable. Thanks, tglx