From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-186.mta1.migadu.com (out-186.mta1.migadu.com [95.215.58.186]) (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 1FD5B4EB3A for ; Mon, 26 Feb 2024 10:24:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.186 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708943083; cv=none; b=oWUMI3yA2Z3qcr+fw/wcK2DJEJm/YB+I+waD0KQ5FbwIWagUFf02xipP3/GJM9ymN8qRhStDzV1qDV9/5JHI5RmSILih9w47OtIsCT5Ro3hIC/SNq9CN8mMIZh3kF3eYeYWZCYSVvA1N/vhx0EQVT53Z2OSxZUh9n+S+p+9akxY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708943083; c=relaxed/simple; bh=hHXuuFK6rC5afAFqHsHsVuu803HQi5A4NQMlnO6RM/A=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=ZnMGFClFMy6rGqf/kHH0Wa9/ZP8BHh3apaMgnUswKVG0ykxGo0pY+336IKm+dPw7gQD6nTMLra2kuvVTvalyER0eOmhRto291764oXVDnnr7aDBWCve6E+AZy1RxEwnpialIDuaS8LSYN6SNqUMB7h+Fur1ory/6N3WVeekHso0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=VnAJmcyH; arc=none smtp.client-ip=95.215.58.186 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="VnAJmcyH" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1708943079; h=from:from:reply-to:subject:subject: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=bTCp6YejjtPgu/QUTXPpM8H1Y9H5FjU1dYsnPrliO5M=; b=VnAJmcyHzOggqmqiEuGAajYFZ1GBwni/8f5JnFmGEnXRhgpmRwtblR+tSVt8gQ6GbXCKtT CcUQ4MhEtDh2uGTEF4GDfIkuDzI7pPCtNsQP/THhHH/DfblUVQpye6suX7wwL0c1g+MVkM r0XRq8KylFKqCCCNNZtKxdg/lBRuRYg= Date: Mon, 26 Feb 2024 18:24:32 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH] freevxfs: remove SLAB_MEM_SPREAD flag usage Content-Language: en-US To: Christoph Hellwig Cc: linux-kernel@vger.kernel.org, vbabka@suse.cz, roman.gushchin@linux.dev, Xiongwei.Song@windriver.com, Chengming Zhou References: <20240224134835.829506-1-chengming.zhou@linux.dev> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Chengming Zhou In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT 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? Thanks.