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>] [day] [month] [year] [list]
Date:	Tue, 27 Nov 2007 17:08:20 +0000
From:	Samuel Thibault <samuel.thibault@...rix.com>
To:	linux-kernel@...r.kernel.org
Cc:	akpm@...ux-foundation.org
Subject: [PATCH] Alpha and x86_64 don't use socketcall

Alpha and x86_64 architectures don't use socketcall and don't provide
__NR_socketcall.

Signed-off-by: Samuel Thibault <samuel.thibault@...rix.com>

diff -r 51b2b0d0921c include/asm-alpha/unistd.h
--- a/include/asm-alpha/unistd.h	Wed Nov 21 09:41:11 2007 +0000
+++ b/include/asm-alpha/unistd.h	Tue Nov 27 16:40:02 2007 +0000
@@ -573,7 +573,6 @@ type name (type1 arg1,type2 arg2,type3 a
 #define __ARCH_WANT_OLD_READDIR
 #define __ARCH_WANT_STAT64
 #define __ARCH_WANT_SYS_GETHOSTNAME
-#define __ARCH_WANT_SYS_SOCKETCALL
 #define __ARCH_WANT_SYS_FADVISE64
 #define __ARCH_WANT_SYS_GETPGRP
 #define __ARCH_WANT_SYS_OLD_GETRLIMIT
diff -r 51b2b0d0921c include/asm-x86_64/unistd.h
--- a/include/asm-x86_64/unistd.h	Wed Nov 21 09:41:11 2007 +0000
+++ b/include/asm-x86_64/unistd.h	Tue Nov 27 16:40:02 2007 +0000
@@ -648,7 +648,6 @@ do { \
 #define __ARCH_WANT_SYS_SIGNAL
 #define __ARCH_WANT_SYS_UTIME
 #define __ARCH_WANT_SYS_WAITPID
-#define __ARCH_WANT_SYS_SOCKETCALL
 #define __ARCH_WANT_SYS_FADVISE64
 #define __ARCH_WANT_SYS_GETPGRP
 #define __ARCH_WANT_SYS_LLSEEK
-
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