Re: [PATCH 4/6] tracing: add tracing support for compat syscalls

From: Jason Baron
Date: Tue Feb 09 2010 - 09:55:40 EST


On Tue, Feb 09, 2010 at 11:21:00AM +0100, Heiko Carstens wrote:
> > is there a way for s390 to use the common include/linux/compat.h file?
> > what other arch defs are required?
>
> The patch below is the smallest solution so that s390 still compiles
> and probably even works:
>
> Subject: [PATCH] compat: have generic is_compat_task for !CONFIG_COMPAT
>
> From: Heiko Carstens <heiko.carstens@xxxxxxxxxx>
>
> ..instead of an arch specific one.
>
> Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx>
> ---
> arch/s390/include/asm/compat.h | 7 -------
> arch/s390/kernel/ptrace.c | 2 +-
> arch/s390/kernel/setup.c | 2 +-
> arch/s390/mm/mmap.c | 2 +-
> drivers/s390/block/dasd_eckd.c | 2 +-
> drivers/s390/block/dasd_ioctl.c | 1 +
> drivers/s390/char/fs3270.c | 1 +
> drivers/s390/char/vmcp.c | 1 +
> drivers/s390/cio/chsc_sch.c | 1 +
> drivers/s390/scsi/zfcp_cfdc.c | 1 +
> include/linux/compat.h | 7 +++++++
> 11 files changed, 16 insertions(+), 11 deletions(-)
>

looks good. I'll include this patch when I repost the revised series.

thanks!

-Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/