Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Paul Mundt
Date: Tuesday, May 22, 2007 - 6:06 pm

On Tue, May 22, 2007 at 08:28:28PM -0400, Mike Frysinger wrote:

The checksyscalls.sh errors come from the fact you have missing
definitions in asm-blackfin/unistd.h, however, you still have reserved
slots for most of these syscalls (and explicit sys_ni_syscall wrapping in
the syscall table), just no __NR_foo definition.

It's also not clear which of these you are explicitly never going to
support versus the ones that simply haven't been implemented yet (ie,
kexec support, restartable system calls -- how do you even do
ppoll/pselect6 without supporting these?, and so on).

I would suggest simply defining the __NR_foo values based on the reserved
slots that they already occupy in order to silence these warnings, at
least that's a closer approximation of "we've actually looked at these
syscalls" than "new or otherwise unintentionally unimplemented", which is
what the script aims to help with.
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/32] Blackfin update for 2.6.22-rc2, Bryan Wu, (Mon May 21, 3:09 am)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Robin Getz, (Mon May 21, 7:35 am)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Paul Mundt, (Mon May 21, 7:37 am)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Mike Frysinger, (Mon May 21, 10:36 am)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Robin Getz, (Mon May 21, 2:52 pm)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Mike Frysinger, (Mon May 21, 3:01 pm)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Bryan Wu, (Tue May 22, 1:37 am)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Mike Frysinger, (Tue May 22, 5:28 pm)
Re: [PATCH 00/32] Blackfin update for 2.6.22-rc2, Paul Mundt, (Tue May 22, 6:06 pm)