[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAGnkfhzkju6LXwHAVCHxCmMvAa1MLQGRY1czE1Boqz2OcEq39Q@mail.gmail.com>
Date: Tue, 30 Apr 2019 12:46:31 +0200
From: Matteo Croce <mcroce@...hat.com>
To: LKML <linux-kernel@...r.kernel.org>, linux-fsdevel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Cc: Kees Cook <keescook@...omium.org>,
Matthew Wilcox <willy@...radead.org>
Subject: Re: [PATCH v4] proc/sysctl: add shared variables for range check
On Tue, Apr 30, 2019 at 12:26 AM Matteo Croce <mcroce@...hat.com> wrote:
>
> Add a const int array containing the most commonly used values,
> some macros to refer more easily to the correct array member,
> and use them instead of creating a local one for every object file.
>
Ok it seems that this simply can't be done, because there are at least
two points where extra1,2 are set to a non const struct:
in ip_vs_control_net_init_sysctl() it's assigned to struct netns_ipvs,
while in mpls_dev_sysctl_register() it's assigned to a struct mpls_dev
and a struct net.
So, sadly making extra1,2 const is a no-go :(
Andrew, I'm thinking to add the "sad and lame" cast in the macro, to
have a single point where hide it
Regards,
--
Matteo Croce
per aspera ad upstream
Powered by blists - more mailing lists