mbox

[Precise,SRU,PULL] UBUNTU: SAUCE: backport ARM seccomp-bpf support

Message ID CAGXu5jJMA5sLsH-otRZfNo6=wE4MBSWUHPUL7Ycc+1W4hUcV8w@mail.gmail.com
State New
Headers show

Pull-request

https://github.com/kees/linux.git seccomp-arm

Message

Kees Cook Nov. 8, 2013, 9:59 p.m. UTC
The following changes since commit ae6f307419e7c30eac9749795ee2e4c82e090045:

  UBUNTU: Ubuntu-3.2.0-56.86 (2013-10-21 16:00:58 -0500)

are available in the git repository at:

  https://github.com/kees/linux.git seccomp-arm

for you to fetch changes up to c33af6d8f1c452ded5bed015a11e5935d41bb5d1:

  UBUNTU: SAUCE: backport ARM seccomp-bpf support (2013-11-08 13:51:09 -0800)

----------------------------------------------------------------
Kees Cook (1):
      UBUNTU: SAUCE: backport ARM seccomp-bpf support

Wade Farnsworth (1):
      ARM: 7373/1: add support for the generic syscall.h interface

Will Drewry (1):
      ARM: 7577/1: arch/add syscall_get_arch

 arch/arm/Kconfig                   |    1 +
 arch/arm/include/asm/syscall.h     |  102 ++++++++++++++++++++++++++++++++++++
 arch/arm/include/asm/thread_info.h |    5 +-
 arch/arm/kernel/entry-common.S     |   17 ++----
 arch/arm/kernel/ptrace.c           |   11 +++-
 include/linux/seccomp.h            |    2 +-
 kernel/seccomp.c                   |    6 ++-
 7 files changed, 127 insertions(+), 17 deletions(-)
 create mode 100644 arch/arm/include/asm/syscall.h

Comments

Tim Gardner Nov. 8, 2013, 10:49 p.m. UTC | #1
On 11/08/2013 01:59 PM, Kees Cook wrote:
> The following changes since commit ae6f307419e7c30eac9749795ee2e4c82e090045:
> 
>   UBUNTU: Ubuntu-3.2.0-56.86 (2013-10-21 16:00:58 -0500)
> 
> are available in the git repository at:
> 
>   https://github.com/kees/linux.git seccomp-arm
> 
> for you to fetch changes up to c33af6d8f1c452ded5bed015a11e5935d41bb5d1:
> 
>   UBUNTU: SAUCE: backport ARM seccomp-bpf support (2013-11-08 13:51:09 -0800)
> 
> ----------------------------------------------------------------
> Kees Cook (1):
>       UBUNTU: SAUCE: backport ARM seccomp-bpf support
> 
> Wade Farnsworth (1):
>       ARM: 7373/1: add support for the generic syscall.h interface
> 
> Will Drewry (1):
>       ARM: 7577/1: arch/add syscall_get_arch
> 
>  arch/arm/Kconfig                   |    1 +
>  arch/arm/include/asm/syscall.h     |  102 ++++++++++++++++++++++++++++++++++++
>  arch/arm/include/asm/thread_info.h |    5 +-
>  arch/arm/kernel/entry-common.S     |   17 ++----
>  arch/arm/kernel/ptrace.c           |   11 +++-
>  include/linux/seccomp.h            |    2 +-
>  kernel/seccomp.c                   |    6 ++-
>  7 files changed, 127 insertions(+), 17 deletions(-)
>  create mode 100644 arch/arm/include/asm/syscall.h
> 
> 

That fixes any compile issues. The 2 support patches are clean cherry picks.

rtg
Andy Whitcroft Nov. 11, 2013, 7:35 p.m. UTC | #2
On Fri, Nov 08, 2013 at 01:59:17PM -0800, Kees Cook wrote:
> The following changes since commit ae6f307419e7c30eac9749795ee2e4c82e090045:
> 
>   UBUNTU: Ubuntu-3.2.0-56.86 (2013-10-21 16:00:58 -0500)
> 
> are available in the git repository at:
> 
>   https://github.com/kees/linux.git seccomp-arm
> 
> for you to fetch changes up to c33af6d8f1c452ded5bed015a11e5935d41bb5d1:
> 
>   UBUNTU: SAUCE: backport ARM seccomp-bpf support (2013-11-08 13:51:09 -0800)
> 
> ----------------------------------------------------------------
> Kees Cook (1):
>       UBUNTU: SAUCE: backport ARM seccomp-bpf support
> 
> Wade Farnsworth (1):
>       ARM: 7373/1: add support for the generic syscall.h interface
> 
> Will Drewry (1):
>       ARM: 7577/1: arch/add syscall_get_arch
> 
>  arch/arm/Kconfig                   |    1 +
>  arch/arm/include/asm/syscall.h     |  102 ++++++++++++++++++++++++++++++++++++
>  arch/arm/include/asm/thread_info.h |    5 +-
>  arch/arm/kernel/entry-common.S     |   17 ++----
>  arch/arm/kernel/ptrace.c           |   11 +++-
>  include/linux/seccomp.h            |    2 +-
>  kernel/seccomp.c                   |    6 ++-
>  7 files changed, 127 insertions(+), 17 deletions(-)
>  create mode 100644 arch/arm/include/asm/syscall.h

Ok, these seem sensible based on the previous discussion.  I assume they
can be correctly tested once applied and validated there.  Therefore:

Acked-by: Andy Whitcroft <apw@canonical.com>

-apw
Andy Whitcroft Nov. 11, 2013, 7:43 p.m. UTC | #3
Applied to Saucy.

-apw
Kees Cook Nov. 11, 2013, 7:51 p.m. UTC | #4
On Mon, Nov 11, 2013 at 11:43 AM, Andy Whitcroft <apw@canonical.com> wrote:
> Applied to Saucy.

Thanks!

-Kees