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, 20 Mar 2012 14:30:52 +0530
From:	Vivek Singh <vivek.siwan@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: __NR_create_module for arm

Hello There,

While compiling tomoyo-tools for arm I  found that NR_create_module
is not available in
arch/arm/include/asm/unistd.h

#define __NR_sigprocmask
  (__NR_SYSCALL_BASE+126)
                                                       /* 127 was
sys_create_module */
#define __NR_init_module                (__NR_SYSCALL_BASE+128)


But it is available in

./arch/x68/include/asm/unistd_32.h

#define __NR_sigprocmask        126
#define __NR_create_module      127
#define __NR_init_module        128

is there any reason why it is not available for arm ?

Thanks and regards
--
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