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, 4 Jun 2007 08:08:21 -0700 (PDT)
From:	David Rientjes <rientjes@...gle.com>
To:	Stephane Eranian <eranian@...nkl.hpl.hp.com>
cc:	linux-kernel@...r.kernel.org, eranian@....hp.com
Subject: Re: [PATCH 15/22] 2.6.22-rc3 perfmon2 : modified i386 files

On Tue, 29 May 2007, Stephane Eranian wrote:

> diff --exclude=.git -urp linux-2.6.22.base/include/asm-i386/unistd.h linux-2.6.22/include/asm-i386/unistd.h
> --- linux-2.6.22.base/include/asm-i386/unistd.h	2007-05-29 03:17:41.000000000 -0700
> +++ linux-2.6.22/include/asm-i386/unistd.h	2007-05-29 03:24:14.000000000 -0700
> @@ -329,10 +329,22 @@
>  #define __NR_signalfd		321
>  #define __NR_timerfd		322
>  #define __NR_eventfd		323
> +#define __NR_pfm_create_context	324
> +#define __NR_pfm_write_pmcs	(__NR_pfm_create_context+1)
> +#define __NR_pfm_write_pmds	(__NR_pfm_create_context+2)
> +#define __NR_pfm_read_pmds	(__NR_pfm_create_context+3)
> +#define __NR_pfm_load_context	(__NR_pfm_create_context+4)
> +#define __NR_pfm_start		(__NR_pfm_create_context+5)
> +#define __NR_pfm_stop		(__NR_pfm_create_context+6)
> +#define __NR_pfm_restart	(__NR_pfm_create_context+7)
> +#define __NR_pfm_create_evtsets	(__NR_pfm_create_context+8)
> +#define __NR_pfm_getinfo_evtsets (__NR_pfm_create_context+9)
> +#define __NR_pfm_delete_evtsets (__NR_pfm_create_context+10)
> +#define __NR_pfm_unload_context	(__NR_pfm_create_context+11)
>  
>  #ifdef __KERNEL__
>  
> -#define NR_syscalls 324
> +#define NR_syscalls 335
>  


Should be 336.
-
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