]> git.eshelyaron.com Git - emacs.git/commit
Port seccomp acceleration to Linux 3.5.0
authorPo Lu <luangruo@yahoo.com>
Tue, 2 Jul 2024 04:10:43 +0000 (12:10 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 3 Jul 2024 18:46:11 +0000 (20:46 +0200)
commit7ba5782028dae7fcbc65762f8899c0998a2dce48
tree7f8df3144e3e326711d0fb5fc96d09d1ff606653
parent1c88e18268e824ba12f56a3a1602fd678c94ac05
Port seccomp acceleration to Linux 3.5.0

* etc/NEWS: Update correspondingly.

* exec/Makefile.in (config-mips.m4): Don't define rule
or predicate $(LOADOBJS) on it elsewhere than on MIPS.

* exec/README: Direct developers to GDB.

* exec/trace.c (finish_exec): Resume the tracee after reporting
an error in `exec'.
(after_fork): If seccomp is enabled on Android, and the kernel
is 4.7 or earlier, detect whether revisions to the sequencing of
seccomp events have been backported from 4.8.
(exec_waitpid): Resume the process with PTRACE_CONT after
receiving an unknown signal.
(exec_init): Cease disabling seccomp on Android kernels earlier
than 4.8.

(cherry picked from commit 6b5accdc05d007ab4d1804865c1b043260006673)
etc/NEWS
exec/Makefile.in
exec/README
exec/trace.c