lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 21 Nov 2011 09:36:06 +1000
From:	Greg Ungerer <gerg@...pgear.com>
To:	Geert Uytterhoeven <geert@...ux-m68k.org>
CC:	<linux-m68k@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] m68k: Wire up process_vm_{read,write}v

Hi Geert,

On 21/11/11 07:10, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven<geert@...ux-m68k.org>

Looks good.

Acked-by: Greg Ungerer <gerg@...inux.org>

Regards
Greg


>   arch/m68k/include/asm/unistd.h  |    4 +++-
>   arch/m68k/kernel/syscalltable.S |    2 ++
>   2 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/arch/m68k/include/asm/unistd.h b/arch/m68k/include/asm/unistd.h
> index d97234b..ea0b502 100644
> --- a/arch/m68k/include/asm/unistd.h
> +++ b/arch/m68k/include/asm/unistd.h
> @@ -350,10 +350,12 @@
>   #define __NR_clock_adjtime	342
>   #define __NR_syncfs		343
>   #define __NR_setns		344
> +#define __NR_process_vm_readv	345
> +#define __NR_process_vm_writev	346
>
>   #ifdef __KERNEL__
>
> -#define NR_syscalls		345
> +#define NR_syscalls		347
>
>   #define __ARCH_WANT_IPC_PARSE_VERSION
>   #define __ARCH_WANT_OLD_READDIR
> diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S
> index c468f2e..ce827b3 100644
> --- a/arch/m68k/kernel/syscalltable.S
> +++ b/arch/m68k/kernel/syscalltable.S
> @@ -365,4 +365,6 @@ ENTRY(sys_call_table)
>   	.long sys_clock_adjtime
>   	.long sys_syncfs
>   	.long sys_setns
> +	.long sys_process_vm_readv	/* 345 */
> +	.long sys_process_vm_writev
>


-- 
------------------------------------------------------------------------
Greg Ungerer  --  Principal Engineer        EMAIL:     gerg@...pgear.com
SnapGear Group, McAfee                      PHONE:       +61 7 3435 2888
8 Gardner Close                             FAX:         +61 7 3217 5323
Milton, QLD, 4064, Australia                WEB: http://www.SnapGear.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ