Re: [PATCH -next 00/15] sysctl: move sysctls from vm_table into its own files
yukaixiong <[email protected]>
| Newsgroups | gmane.linux.kernel.lsm,gmane.linux.ports.sh.devel,gmane.linux.kernel,gmane.linux.file-systems,gmane.linux.kernel.mm,gmane.linux.nfs,gmane.linux.network |
|---|---|
| Message-ID | <[email protected]> |
On 2024/8/27 3:57, Kees Cook wrote: > On Mon, Aug 26, 2024 at 08:04:34PM +0800, Kaixiong Yu wrote: >> This patch series moves sysctls of vm_table in kernel/sysctl.c to >> places where they actually belong, and do some related code clean-ups. >> After this patch series, all sysctls in vm_table have been moved into its >> own files, meanwhile, delete vm_table. > This is really nice! Thanks for doing this migration. I sent a note > about the "fs: dcache: ..." patch that I don't think will be a problem. > > Reviewed-by: Kees Cook <[email protected]> > Thanks for your review !:-) Looking forward to future opportunities for further discussion and collaboration.