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:	Mon, 06 Jun 2011 22:58:13 +0200
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	Arun Sharma <asharma@...com>
Cc:	linux-kernel@...r.kernel.org, Ingo Molnar <mingo@...e.hu>,
	David Miller <davem@...emloft.net>,
	Andrew Morton <akpm@...l.org>,
	Mike Frysinger <vapier.adi@...il.com>
Subject: Re: [PATCH 3/3] atomic: generalize atomic_add_unless_return

Le lundi 06 juin 2011 à 10:27 -0700, Arun Sharma a écrit :
> commit 686a7e3 added atomic_add_unless_return() to get something going
> for the stable branch.
> 
> Move the primitive to <linux/atomic.h>
> 
> Signed-off-by: Arun Sharma <asharma@...com>
> Cc: Ingo Molnar <mingo@...e.hu>
> Cc: David Miller <davem@...emloft.net>
> Cc: Andrew Morton <akpm@...l.org>
> Cc: Eric Dumazet <eric.dumazet@...il.com>
> Cc: Mike Frysinger <vapier.adi@...il.com>
> LKML-Reference: <20110531105019.GF24172@...e.hu>
> ---
>  include/linux/atomic.h |   15 +++++++++++++++
>  net/ipv4/inetpeer.c    |   17 ++---------------
>  2 files changed, 17 insertions(+), 15 deletions(-)
> 
> diff --git a/include/linux/atomic.h b/include/linux/atomic.h
> index fc31190..3489d9c 100644
> --- a/include/linux/atomic.h
> +++ b/include/linux/atomic.h
> @@ -17,6 +17,21 @@ static inline int atomic_add_unless(atomic_t *v, int a, int u)
>  }

Reviewed-by: Eric Dumazet <eric.dumazet@...il.com>


--
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