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] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 5 Apr 2011 09:32:14 +0100
From:	Matt Fleming <matt@...sole-pimps.org>
To:	Randy Dunlap <rdunlap@...otime.net>
Cc:	lkml <linux-kernel@...r.kernel.org>,
	torvalds <torvalds@...ux-foundation.org>
Subject: Re: [PATCH 3/8] kernel/signal.c: add kernel-doc notation to
 syscalls

On Mon, 4 Apr 2011 15:00:26 -0700
Randy Dunlap <rdunlap@...otime.net> wrote:

> @@ -2660,6 +2708,13 @@ out:
>  #endif /* __ARCH_WANT_SYS_SIGPROCMASK */
>  
>  #ifdef __ARCH_WANT_SYS_RT_SIGACTION
> +/**
> + *  sys_rt_sigaction - alter an action taken by a process
> + *  @sig: signal to be sent
> + *  @act: the thread group ID of the thread
> + *  @oact: the PID of the thread
> + *  @sigsetsize: size of sigset_t type
> + */
>  SYSCALL_DEFINE4(rt_sigaction, int, sig,
>  		const struct sigaction __user *, act,
>  		struct sigaction __user *, oact,

This isn't right. @act and @oct are the new and old actions for @sig.

-- 
Matt Fleming, Intel Open Source Technology Center
--
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