From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hyeonggon Yoo <42.hyeyoo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Subject: Re: [PATCH v2 00/33] Separate struct slab from struct page Date: Tue, 14 Dec 2021 14:38:22 +0000 Message-ID: <20211214143822.GA1063445@odroid> References: <20211201181510.18784-1-vbabka@suse.cz> <4c3dfdfa-2e19-a9a7-7945-3d75bc87ca05@suse.cz> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=R4NvS2jKJuj6HSBgH45i5FwQuCehWvgVUBxINrvhBWY=; b=GOrcD4BmPPCvB9InDaocP5JXrZvS55QPHn1oMIJngrl4K7kJOcg9M+7vSV/bfyml6r IGBOP+PcFOu20UPNiHymPfTVGc9kr3Yz86bsFSsSAyM/PXyDzyaOH11olTZHD4rZZ0fP MMpiarUSyE9MsPIhmuvQ6nl8aYEVn07PraTQjKS5Fp/apXNHC1Y5fRIxcAPj/jFVgMJ0 CZmioE0R5dWEG1SScDLLvTu0JW1rZXFv9TsjAqLl/bJcpV6bq6fBWL2O/C8owVrdPosx VbzPg/9y6EUBAMs8DERVchvg+cYIQnre6n7DGD78lukKQBH2+EsxnhguwHMgGiPWEIDX G4CQ== Content-Disposition: inline In-Reply-To: <4c3dfdfa-2e19-a9a7-7945-3d75bc87ca05-AlSwsSmVLrQ@public.gmane.org> List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Vlastimil Babka Cc: Matthew Wilcox , Christoph Lameter , David Rientjes , Joonsoo Kim , Pekka Enberg , linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, Andrew Morton , patches-cunTk1MwBs/YUNznpcFYbw@public.gmane.org, Alexander Potapenko , Andrey Konovalov , Andrey Ryabinin , Andy Lutomirski , Borislav Petkov , cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Dave Hansen , David Woodhouse , Dmitry Vyukov , "H. Peter Anvin" , Ingo Molnar , iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Joerg Roedel , Johannes Weiner On Tue, Dec 14, 2021 at 01:57:22PM +0100, Vlastimil Babka wrote: > On 12/1/21 19:14, Vlastimil Babka wrote: > > Folks from non-slab subsystems are Cc'd only to patches affecting them, and > > this cover letter. > > > > Series also available in git, based on 5.16-rc3: > > https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/linux.git/log/?h=slab-struct_slab-v2r2 > > Pushed a new branch slab-struct-slab-v3r3 with accumulated fixes and small tweaks > and a new patch from Hyeonggon Yoo on top. To avoid too much spam, here's a range diff: > Hello Vlastimil, Thank you for nice work. I'm going to review and test new version soon in free time. Btw, I gave you some review and test tags and seems to be missing in new series. Did I do review/test process wrongly? It's first time to review patches so please let me know if I did it wrongly.