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:	Fri, 11 Sep 2015 11:59:18 +0200
From:	Geert Uytterhoeven <geert@...ux-m68k.org>
To:	Greg Ungerer <gerg@...inux.org>,
	Andreas Schwab <schwab@...ux-m68k.org>
Cc:	linux-m68k <linux-m68k@...ts.linux-m68k.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: Re: [PATCH 1/2] [RFC] m68k: Wire up direct socket calls

On Sun, Sep 6, 2015 at 12:06 PM, Geert Uytterhoeven
<geert@...ux-m68k.org> wrote:
> diff --git a/arch/m68k/include/uapi/asm/unistd.h b/arch/m68k/include/uapi/asm/unistd.h
> index 61fb6cb9d2ae3c66..bf168d5ec3d96d32 100644
> --- a/arch/m68k/include/uapi/asm/unistd.h
> +++ b/arch/m68k/include/uapi/asm/unistd.h
> @@ -361,5 +361,20 @@
>  #define __NR_memfd_create      353
>  #define __NR_bpf               354
>  #define __NR_execveat          355
> +#define __NR_socket            356
> +#define __NR_socketpair                357
> +#define __NR_bind              358
> +#define __NR_connect           359
> +#define __NR_listen            360
> +#define __NR_accept4           361
> +#define __NR_getsockopt                362
> +#define __NR_setsockopt                363
> +#define __NR_getsockname       364
> +#define __NR_getpeername       365
> +#define __NR_sendto            366
> +#define __NR_sendmsg           367
> +#define __NR_recvfrom          368
> +#define __NR_recvmsg           369
> +#define __NR_shutdown          370

Doh, I missed sendmmsg() and recvmmsg(). Will send an update series after
I have added a patch with the direct IPC calls.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
--
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