From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D910A1BC56 for ; Mon, 26 Feb 2024 10:49:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708944569; cv=none; b=oIcf5x12DEg792vqVvGEFyZIeKhl4+HscuLV36WkVSKjlbFwMmP49rOGit0TNDK481TQmjsEQ+yRjd5NrcY5w1FuTp/u6x30oXkviaf7OWni88hfjl1FFifW0uHg3JE7URAe70e8hCwVvwBOEX2CzcAUck/ryUD5jNcdZ53vewI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708944569; c=relaxed/simple; bh=eLfyJG12kaItxg13e18RHjrrXXaXp5DlEPZTXUXx6GE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=j3tbMiLMPu0VicWOceHEXVqF29W4j9HMn1LAYZ/35mYJ8dcbFQhhLyZsqdwjB1vBa+kjRgx/HhZGOD4ywCPTRS1drDNYI2XQDEE++wGgZhvSwPUSrkfEIjrktTFg17+RoYesp/3586QeH4iWeO/nenR2+LiDzWfqAX7y4yU76m4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=i8S0YQKG; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="i8S0YQKG" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=f4MCPZEvnFdEIt7LHCyEa+ziE6doF9XD3m7PYs+EDEg=; b=i8S0YQKG+fw1xbIKZetnZ2jdsn HOE9nqzyIxHTYctCFe1eOZsokSasqyFkIfrYrJOWX/yz+JuTpvZRYuoGE2UjqKV7VtMQJlcJDKsWH I1kLsyvi2gATgRRXV/Wyd/Uw74ILdb1kf1OEOP8vJavSFqoUVEihgYceLuXgUef5+t7fGmwOTZOLZ FwPTTiWJ79j8hdgmIf4d1RnJKYovN5QotsPoGAtkr/CYwU5KvdCQEIf+d87rTkSXT3f9N7iHIfBAT OPRD8WIoN/d70oYmyeLWpW1ndu7g0CnSUQSdzFSbr6Nk5ZuIXrYfOP2xnYwU6lc7D4P0Nh/U6w6pp JDKJhCzQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.97.1 #2 (Red Hat Linux)) id 1reYY1-00000000Bci-1osE; Mon, 26 Feb 2024 10:49:25 +0000 Date: Mon, 26 Feb 2024 02:49:25 -0800 From: Christoph Hellwig To: Chengming Zhou Cc: Christoph Hellwig , linux-kernel@vger.kernel.org, vbabka@suse.cz, roman.gushchin@linux.dev, Xiongwei.Song@windriver.com, Chengming Zhou Subject: Re: [PATCH] freevxfs: remove SLAB_MEM_SPREAD flag usage Message-ID: References: <20240224134835.829506-1-chengming.zhou@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html On Mon, Feb 26, 2024 at 06:24:32PM +0800, Chengming Zhou wrote: > On 2024/2/26 18:06, Christoph Hellwig wrote: > > Please just do a scripted removal after next -rc1 instead of spamming > > everyone.. > > > Do you mean put all diffs into a single patch, send it to all people? > That is also a choice if it's preferable. Should it will go through > the slab tree then? Yes, send a scripted removal of what is left after6.9 -rc1 either to the slab maintainers or directly to Linus with the slab maintainers ACK.