Re: [PATCH -next 00/15] sysctl: move sysctls from vm_table into its own files
Kees Cook <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.kernel,gmane.linux.file-systems,gmane.linux.kernel.mm,gmane.linux.nfs,gmane.linux.network,gmane.linux.kernel.lsm |
|---|---|
| Message-ID | <202408261256.ACC5E323B2@keescook> |
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]> -- Kees Cook