2018-12-14 16:28:21

by Kees Cook

[permalink] [raw]
Subject: [GIT PULL] seccomp updates for next (part2)


Hi James,

Please pull these seccomp fixes for -next.

Thanks!

-Kees

The following changes since commit fec7b6690541b8128663a13c9586b1daf42b0a6c:

samples: add an example of seccomp user trap (2018-12-11 16:32:11 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-next-part2

for you to fetch changes up to 4fc96ee9085d39ceeaa7b60cd475d0a474e7062f:

seccomp, s390: fix build for syscall type change (2018-12-13 16:51:01 -0800)

----------------------------------------------------------------
seccomp fixes for sparse warnings and s390 build (Tycho)

----------------------------------------------------------------
Tycho Andersen (2):
seccomp: fix poor type promotion
seccomp, s390: fix build for syscall type change

arch/s390/kernel/compat_wrapper.c | 2 +-
kernel/seccomp.c | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)

--
Kees Cook


2018-12-17 20:38:36

by James Morris

[permalink] [raw]
Subject: Re: [GIT PULL] seccomp updates for next (part2)

On Mon, 17 Dec 2018, Kees Cook wrote:

> On Fri, Dec 14, 2018 at 8:26 AM Kees Cook <[email protected]> wrote:
> >
> >
> > Hi James,
> >
> > Please pull these seccomp fixes for -next.
> >
> > Thanks!
>
> Friendly ping: James, can you pick this up for -next?
>

Pulled to next-seccomp and next-testing.


> -Kees
>
> >
> > -Kees
> >
> > The following changes since commit fec7b6690541b8128663a13c9586b1daf42b0a6c:
> >
> > samples: add an example of seccomp user trap (2018-12-11 16:32:11 -0800)
> >
> > are available in the Git repository at:
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-next-part2
> >
> > for you to fetch changes up to 4fc96ee9085d39ceeaa7b60cd475d0a474e7062f:
> >
> > seccomp, s390: fix build for syscall type change (2018-12-13 16:51:01 -0800)
> >
> > ----------------------------------------------------------------
> > seccomp fixes for sparse warnings and s390 build (Tycho)
> >
> > ----------------------------------------------------------------
> > Tycho Andersen (2):
> > seccomp: fix poor type promotion
> > seccomp, s390: fix build for syscall type change
> >
> > arch/s390/kernel/compat_wrapper.c | 2 +-
> > kernel/seccomp.c | 3 +--
> > 2 files changed, 2 insertions(+), 3 deletions(-)
> >
> > --
> > Kees Cook
>
>
>
>

--
James Morris
<[email protected]>


2018-12-17 22:53:28

by Kees Cook

[permalink] [raw]
Subject: Re: [GIT PULL] seccomp updates for next (part2)

On Fri, Dec 14, 2018 at 8:26 AM Kees Cook <[email protected]> wrote:
>
>
> Hi James,
>
> Please pull these seccomp fixes for -next.
>
> Thanks!

Friendly ping: James, can you pick this up for -next?

-Kees

>
> -Kees
>
> The following changes since commit fec7b6690541b8128663a13c9586b1daf42b0a6c:
>
> samples: add an example of seccomp user trap (2018-12-11 16:32:11 -0800)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-next-part2
>
> for you to fetch changes up to 4fc96ee9085d39ceeaa7b60cd475d0a474e7062f:
>
> seccomp, s390: fix build for syscall type change (2018-12-13 16:51:01 -0800)
>
> ----------------------------------------------------------------
> seccomp fixes for sparse warnings and s390 build (Tycho)
>
> ----------------------------------------------------------------
> Tycho Andersen (2):
> seccomp: fix poor type promotion
> seccomp, s390: fix build for syscall type change
>
> arch/s390/kernel/compat_wrapper.c | 2 +-
> kernel/seccomp.c | 3 +--
> 2 files changed, 2 insertions(+), 3 deletions(-)
>
> --
> Kees Cook



--
Kees Cook