linux/arch/blackfin
Eric W. Biederman 7b21fddd08 ns: Wire up the setns system call
32bit and 64bit on x86 are tested and working.  The rest I have looked
at closely and I can't find any problems.

setns is an easy system call to wire up.  It just takes two ints so I
don't expect any weird architecture porting problems.

While doing this I have noticed that we have some architectures that are
very slow to get new system calls.  cris seems to be the slowest where
the last system calls wired up were preadv and pwritev.  avr32 is weird
in that recvmmsg was wired up but never declared in unistd.h.  frv is
behind with perf_event_open being the last syscall wired up.  On h8300
the last system call wired up was epoll_wait.  On m32r the last system
call wired up was fallocate.  mn10300 has recvmmsg as the last system
call wired up.  The rest seem to at least have syncfs wired up which was
new in the 2.6.39.

v2: Most of the architecture support added by Daniel Lezcano <dlezcano@fr.ibm.com>
v3: ported to v2.6.36-rc4 by: Eric W. Biederman <ebiederm@xmission.com>
v4: Moved wiring up of the system call to another patch
v5: ported to v2.6.39-rc6
v6: rebased onto parisc-next and net-next to avoid syscall  conflicts.
v7: ported to Linus's latest post 2.6.39 tree.

>  arch/blackfin/include/asm/unistd.h     |    3 ++-
>  arch/blackfin/mach-common/entry.S      |    1 +
Acked-by: Mike Frysinger <vapier@gentoo.org>

Oh - ia64 wiring looks good.
Acked-by: Tony Luck <tony.luck@intel.com>

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-05-28 10:48:39 -07:00
..
boot Blackfin: encode cpu-rev into uImage name 2011-01-10 07:18:27 -05:00
configs Blackfin: bf533-stamp/bf537-stamp: drop ad1980 from defconfigs 2011-05-25 08:13:43 -04:00
include ns: Wire up the setns system call 2011-05-28 10:48:39 -07:00
kernel Blackfin: use new common PERCPU_INPUT define 2011-05-25 08:24:15 -04:00
lib Fix common misspellings 2011-03-31 11:26:23 -03:00
mach-bf518 Blackfin: update anomaly lists to latest public info 2011-05-25 08:24:08 -04:00
mach-bf527 Blackfin: boards: update ASoC resources after machine driver overhaul 2011-05-25 08:24:14 -04:00
mach-bf533 Blackfin: update anomaly lists to latest public info 2011-05-25 08:24:08 -04:00
mach-bf537 Blackfin: boards: update ASoC resources after machine driver overhaul 2011-05-25 08:24:14 -04:00
mach-bf538 Blackfin: update anomaly lists to latest public info 2011-05-25 08:24:08 -04:00
mach-bf548 Blackfin: boards: update ASoC resources after machine driver overhaul 2011-05-25 08:24:14 -04:00
mach-bf561 Blackfin: don't touch cpu_possible_map and cpu_present_map directly 2011-05-25 08:24:10 -04:00
mach-common ns: Wire up the setns system call 2011-05-28 10:48:39 -07:00
mm Blackfin: convert /proc/sram to seq_file 2011-05-25 08:24:13 -04:00
oprofile Blackfin arch: remove hardware PM code, oprofile not use it 2009-01-07 23:14:39 +08:00
ADI_BSD.txt Blackfin: mass clean up of copyright/licensing info 2009-10-07 04:36:26 -04:00
Kconfig Blackfin: initial perf_event support 2011-05-25 08:24:09 -04:00
Kconfig.debug Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin 2011-05-25 15:34:14 -07:00
Makefile Blackfin: encode cpu-rev into uImage name 2011-01-10 07:18:27 -05:00