From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-170.mta1.migadu.com (out-170.mta1.migadu.com [95.215.58.170]) (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 47582186A for ; Fri, 6 Sep 2024 01:07:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.170 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725584828; cv=none; b=eWTiwjn9jRiJ+/l0/q5WNThSeLmtR67rA4IPbyv5Qd7+CHw2lZORU57aT8KJxwuGdtMUL3YOPaG+eSS9Dnk0fiSi+ta+WNo7xsEn+AJr852SdBdd4anopcfaKsd1ObIfwTwdBOWbx76eQwvM9e8fh45GNPjItUXApcWevWHzYOo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725584828; c=relaxed/simple; bh=L3R+Tym4UK3uAoek6NKydtKBaz9vt1O/ydvMzIt5Cq8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=lo/PN6dfXKO3V82uecZUdOWu5lzhy7VwqV1MJuCaXenXb92Ala8vmkToUo24wNNjHHXqc9QVwE/bU3/umIqpCB7pEVyWhSA01kPoqWrdSQeLY24vRrUEr0zm9fcJsHGapsNV/i/zE2CK+2k/N1Zca7Jhrnvj/+MIwNeszCQvruQ= 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=e8ZFkWqD; arc=none smtp.client-ip=95.215.58.170 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="e8ZFkWqD" Date: Fri, 6 Sep 2024 01:06:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1725584824; 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: in-reply-to:in-reply-to:references:references; bh=bIJDk+FgDQXIedJkzF104lju8F8JKqAORaiTnx2PfRM=; b=e8ZFkWqDI5B2ctnTU5hDXmgA1TpMHt5ZwaN9Wv5BZE5R5b/PYVnpWyZH272u39yNWqItg6 T2OyD1jXPO0iM/qG8NB6sB5zJEHrCoGoIcvHzs4G15EvzAb+Di8F9lhXqWEKNJ7KozlPz+ WP+uehjnBLtbLcquVEIGp4sjtxFScdg= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Roman Gushchin To: Christian Brauner Cc: Vlastimil Babka , Jens Axboe , Jann Horn , Linus Torvalds , Mike Rapoport , Kees Cook , Christoph Lameter , Pekka Enberg , David Rientjes , Joonsoo Kim , Andrew Morton , Hyeonggon Yoo <42.hyeyoo@gmail.com>, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v4 13/17] file: port to struct kmem_cache_args Message-ID: References: <20240905-work-kmem_cache_args-v4-0-ed45d5380679@kernel.org> <20240905-work-kmem_cache_args-v4-13-ed45d5380679@kernel.org> Precedence: bulk X-Mailing-List: linux-fsdevel@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: <20240905-work-kmem_cache_args-v4-13-ed45d5380679@kernel.org> X-Migadu-Flow: FLOW_OUT On Thu, Sep 05, 2024 at 09:56:56AM +0200, Christian Brauner wrote: > Port filp_cache to struct kmem_cache_args. > > Reviewed-by: Kees Cook > Reviewed-by: Jens Axboe > Reviewed-by: Mike Rapoport (Microsoft) > Reviewed-by: Vlastimil Babka > Signed-off-by: Christian Brauner Reviewed-by: Roman Gushchin