From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B344C48BD1 for ; Thu, 10 Jun 2021 10:18:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E4861613FF for ; Thu, 10 Jun 2021 10:18:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230153AbhFJKUG (ORCPT ); Thu, 10 Jun 2021 06:20:06 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:52566 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230146AbhFJKUE (ORCPT ); Thu, 10 Jun 2021 06:20:04 -0400 Received: from imap.suse.de (imap-alt.suse-dmz.suse.de [192.168.254.47]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 1E7E91FD47; Thu, 10 Jun 2021 10:18:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1623320288; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LxfZ/02R8xE6a4oEqBNeW4C/D88lDWt4iEvfVEmD0G4=; b=iWvHOcUD5hEF9FKYjZ9eNZ+QcsHoSlAqFM6awUrQgDzAERqxv3V+dv9RaFXv4fm813dh6t ZbzDHAt4wrMW/qw5GZ861phMK+ySGcdTyIbW5kzjcqLqOXzCKvS8vOuM6AvgvH1PLnUqQk saPFIV94/bcV0GdVFNFBOWOe/ukXx1A= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1623320288; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LxfZ/02R8xE6a4oEqBNeW4C/D88lDWt4iEvfVEmD0G4=; b=Gsc568b+oQEWCnSqSh4tQ57+FDykkcE2+jTJeD3EkmJ87OxmubPY5VSiacX5fP37mJpvmi tCs9/1xMyJRbeyCw== Received: from imap3-int (imap-alt.suse-dmz.suse.de [192.168.254.47]) by imap.suse.de (Postfix) with ESMTP id EE88F118DD; Thu, 10 Jun 2021 10:18:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1623320288; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LxfZ/02R8xE6a4oEqBNeW4C/D88lDWt4iEvfVEmD0G4=; b=iWvHOcUD5hEF9FKYjZ9eNZ+QcsHoSlAqFM6awUrQgDzAERqxv3V+dv9RaFXv4fm813dh6t ZbzDHAt4wrMW/qw5GZ861phMK+ySGcdTyIbW5kzjcqLqOXzCKvS8vOuM6AvgvH1PLnUqQk saPFIV94/bcV0GdVFNFBOWOe/ukXx1A= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1623320288; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LxfZ/02R8xE6a4oEqBNeW4C/D88lDWt4iEvfVEmD0G4=; b=Gsc568b+oQEWCnSqSh4tQ57+FDykkcE2+jTJeD3EkmJ87OxmubPY5VSiacX5fP37mJpvmi tCs9/1xMyJRbeyCw== Received: from director2.suse.de ([192.168.254.72]) by imap3-int with ESMTPSA id FZ6qOd/mwWDWWAAALh3uQQ (envelope-from ); Thu, 10 Jun 2021 10:18:07 +0000 Subject: Re: [PATCH v11] mm: slub: move sysfs slab alloc/free interfaces to debugfs To: Faiyaz Mohammed , Andy Shevchenko Cc: Christoph Lameter , Pekka Enberg , David Rientjes , Joonsoo Kim , Andrew Morton , linux-mm , Linux Kernel Mailing List , Greg KH , glittao@gmail.com, vinmenon@codeaurora.org References: <1623141934-7699-1-git-send-email-faiyazm@codeaurora.org> <78fc8848-bde8-769e-f8e9-6157d232a60f@suse.cz> <47842d8d-2747-3d0f-8695-122dc23d90e6@codeaurora.org> <7d652fca-23f3-fc03-c7b2-310edcafebb3@codeaurora.org> From: Vlastimil Babka Message-ID: Date: Thu, 10 Jun 2021 12:18:07 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 MIME-Version: 1.0 In-Reply-To: <7d652fca-23f3-fc03-c7b2-310edcafebb3@codeaurora.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 6/10/21 10:56 AM, Faiyaz Mohammed wrote: > Hi Andy, > > On 6/8/2021 11:43 PM, Faiyaz Mohammed wrote: >> >> >> On 6/8/2021 11:05 PM, Vlastimil Babka wrote: >>> On 6/8/21 7:11 PM, Faiyaz Mohammed wrote: >>>> >>>> >>>> On 6/8/2021 5:20 PM, Andy Shevchenko wrote: >>>> Hmmm, I think to avoid same version problem I have to push same patch >>>> with new version number and thank you for your patience. >>> >>> I *think* Andrew wouldn't have this issue, so maybe resend only if he says it's >>> needed. >> Sure, I will send if he ask. > Do I need to send patch with new version number?. If you send a v12 patch that's not malformed, and with my reviewed-by added, it can't hurt.