On Tue, Apr 16, 2019 at 10:21 PM Kees Cook wrote:
>
> On Mon, Apr 8, 2019 at 5:09 PM Matteo Croce wrote:
> >
> > Use the shared variables for range check, instead of declaring a local one
> > in every source file.
> >
> > Signed-off-by: Matteo Croce
> > ---
> > kernel/pid_namespace.c | 3 +-
>
On Mon, Apr 8, 2019 at 5:09 PM Matteo Croce wrote:
>
> Use the shared variables for range check, instead of declaring a local one
> in every source file.
>
> Signed-off-by: Matteo Croce
> ---
> kernel/pid_namespace.c | 3 +-
> kernel/sysctl.c| 193 --
On Wed, 10 Apr 2019 15:59:55 -0700 Kees Cook wrote:
> On Wed, Apr 10, 2019 at 3:54 PM Matteo Croce wrote:
> >
> > On Thu, Apr 11, 2019 at 12:34 AM Kees Cook wrote:
> > >
> > > On Wed, Apr 10, 2019 at 3:30 PM Matteo Croce wrote:
> > > >
> > > > FYI, this are the stats from my local repo, just t
On Wed, Apr 10, 2019 at 3:54 PM Matteo Croce wrote:
>
> On Thu, Apr 11, 2019 at 12:34 AM Kees Cook wrote:
> >
> > On Wed, Apr 10, 2019 at 3:30 PM Matteo Croce wrote:
> > >
> > > FYI, this are the stats from my local repo, just to let you the size
> > > of a series with all the changes in it:
> >
On Thu, Apr 11, 2019 at 12:34 AM Kees Cook wrote:
>
> On Wed, Apr 10, 2019 at 3:30 PM Matteo Croce wrote:
> >
> > FYI, this are the stats from my local repo, just to let you the size
> > of a series with all the changes in it:
> >
> > $ git --no-pager log --stat --oneline linus/master
> > 2 file
On Wed, Apr 10, 2019 at 3:30 PM Matteo Croce wrote:
>
> On Wed, Apr 10, 2019 at 11:51 PM Kees Cook wrote:
> >
> > On Wed, Apr 10, 2019 at 12:24 PM Matteo Croce wrote:
> > >
> > > On Wed, Apr 10, 2019 at 8:46 PM Kees Cook wrote:
> > > >
> > > > On Mon, Apr 8, 2019 at 3:09 PM Matteo Croce wrote:
On Wed, Apr 10, 2019 at 11:51 PM Kees Cook wrote:
>
> On Wed, Apr 10, 2019 at 12:24 PM Matteo Croce wrote:
> >
> > On Wed, Apr 10, 2019 at 8:46 PM Kees Cook wrote:
> > >
> > > On Mon, Apr 8, 2019 at 3:09 PM Matteo Croce wrote:
> > > >
> > > > Use the shared variables for range check, instead of
On Wed, Apr 10, 2019 at 12:24 PM Matteo Croce wrote:
>
> On Wed, Apr 10, 2019 at 8:46 PM Kees Cook wrote:
> >
> > On Mon, Apr 8, 2019 at 3:09 PM Matteo Croce wrote:
> > >
> > > Use the shared variables for range check, instead of declaring a local one
> > > in every source file.
> >
> > I was ex
On Wed, Apr 10, 2019 at 8:46 PM Kees Cook wrote:
>
> On Mon, Apr 8, 2019 at 3:09 PM Matteo Croce wrote:
> >
> > Use the shared variables for range check, instead of declaring a local one
> > in every source file.
>
> I was expecting this to be a tree-wide change for all the cases found
> by patch
On Mon, Apr 8, 2019 at 3:09 PM Matteo Croce wrote:
>
> Use the shared variables for range check, instead of declaring a local one
> in every source file.
I was expecting this to be a tree-wide change for all the cases found
by patch 1's "git grep".
Slight change to the grep for higher accuracy:
Use the shared variables for range check, instead of declaring a local one
in every source file.
Signed-off-by: Matteo Croce
---
kernel/pid_namespace.c | 3 +-
kernel/sysctl.c| 193 -
kernel/ucount.c| 6 +-
3 files changed, 98 insertion
11 matches
Mail list logo