From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755434AbdETNQw (ORCPT ); Sat, 20 May 2017 09:16:52 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:54872 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755115AbdETNQu (ORCPT ); Sat, 20 May 2017 09:16:50 -0400 Date: Sat, 20 May 2017 06:16:45 -0700 From: Christoph Hellwig To: Thomas Gleixner 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 Message-ID: <20170520131645.GA5058@infradead.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.