Re: [GIT PULL] sysctl constification changes for v6.14-rc1
From: Linus Torvalds
Date: Wed Jan 29 2025 - 13:48:48 EST
On Wed, 29 Jan 2025 at 00:14, Joel Granados <joel.granados@xxxxxxxxxx> wrote:
>
> All ctl_table declared outside of functions and that remain unmodified after
> initialization are const qualified.
Hmm. A quick grep shows
static struct ctl_table alignment_tbl[5] = {
in arch/csky/abiv1/alignment.c that didn't get converted.
And a couple of rdma drivers (iwcm_ctl_table and ucma_ctl_table), but
maybe those weren't converted due to being in the "net" address space?
Anyway, taken as-is, I'm just noting the lacking cases.
Linus