All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jesper Nilsson <jesper.nilsson-VrBV9hrLPhE@public.gmane.org>
To: Sven Eckelmann <sven-KaDOiPu9UxWEi8DpZVb4nw@public.gmane.org>
Cc: "linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org"
	<linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org>,
	"linux-m68k-cunTk1MwBs8S/qaLPR03pWD2FQJk+8+b@public.gmane.org"
	<linux-m68k-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-m32r-rQhvJZKUsGBRYuoOT4C5/9i2O/JbrIOy@public.gmane.org"
	<linux-m32r-rQhvJZKUsGBRYuoOT4C5/9i2O/JbrIOy@public.gmane.org>,
	"linux-ia64-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-ia64-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-cris-kernel
	<linux-cris-kernel-VrBV9hrLPhE@public.gmane.org>,
	"linux-parisc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-parisc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-s390-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-s390-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Chris Metcalf <cmetcalf-kv+TWInifGbQT0dZR+AlfA@public.gmane.org>,
	David Howells <dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	"linux-am33-list-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org"
	<linux-am33-list-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	"linux-alpha-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-alpha-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH] atomic: add *_dec_not_zero
Date: Wed, 4 May 2011 12:48:41 +0200	[thread overview]
Message-ID: <20110504104841.GE16179@axis.com> (raw)
In-Reply-To: <1304458235-28473-1-git-send-email-sven-KaDOiPu9UxWEi8DpZVb4nw@public.gmane.org>

On Tue, May 03, 2011 at 11:30:35PM +0200, Sven Eckelmann wrote:
> Introduce an *_dec_not_zero operation.  Make this a special case of
> *_add_unless because batman-adv uses atomic_dec_not_zero in different
> places like re-broadcast queue or aggregation queue management. There
> are other non-final patches which may also want to use this macro.

For the CRIS-part:

Acked-by: Jesper Nilsson <jesper.nilsson-VrBV9hrLPhE@public.gmane.org>

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson-VrBV9hrLPhE@public.gmane.org

WARNING: multiple messages have this Message-ID (diff)
From: Jesper Nilsson <jesper.nilsson@axis.com>
To: Sven Eckelmann <sven@narfation.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arch@vger.kernel.org" <linux-arch@vger.kernel.org>,
	"linux-mips@linux-mips.org" <linux-mips@linux-mips.org>,
	"linux-m32r@ml.linux-m32r.org" <linux-m32r@ml.linux-m32r.org>,
	"linux-ia64@vger.kernel.org" <linux-ia64@vger.kernel.org>,
	"linux-parisc@vger.kernel.org" <linux-parisc@vger.kernel.org>,
	linux-cris-kernel <linux-cris-kernel@axis.com>,
	"linux-s390@vger.kernel.org" <linux-s390@vger.kernel.org>,
	"linux-sh@vger.kernel.org" <linux-sh@vger.kernel.org>,
	"x86@kernel.org" <x86@kernel.org>,
	Chris Metcalf <cmetcalf@tilera.com>,
	David Howells <dhowells@redhat.com>,
	"linux-m68k@lists.linux-m68k.org" <linux-m68k@vger.kernel.org>,
	"linux-am33-list@redhat.com" <linux-am33-list@redhat.com>,
	"linux-alpha@vger.kernel.org" <linux-alpha@vger.kernel.org>,
	"sparclinux@vger.kernel.org" <sparclinux@vger.kernel.org>,
	"uclinux-dist-devel@blackfin.uclinux.org" 
	<uclinux-dist-devel@blackfin.uclinux.org>,
	"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] atomic: add *_dec_not_zero
Date: Wed, 4 May 2011 12:48:41 +0200	[thread overview]
Message-ID: <20110504104841.GE16179@axis.com> (raw)
In-Reply-To: <1304458235-28473-1-git-send-email-sven@narfation.org>

On Tue, May 03, 2011 at 11:30:35PM +0200, Sven Eckelmann wrote:
> Introduce an *_dec_not_zero operation.  Make this a special case of
> *_add_unless because batman-adv uses atomic_dec_not_zero in different
> places like re-broadcast queue or aggregation queue management. There
> are other non-final patches which may also want to use this macro.

For the CRIS-part:

Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@axis.com

WARNING: multiple messages have this Message-ID (diff)
From: Jesper Nilsson <jesper.nilsson-VrBV9hrLPhE@public.gmane.org>
To: Sven Eckelmann <sven-KaDOiPu9UxWEi8DpZVb4nw@public.gmane.org>
Cc: "linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org"
	<linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org>,
	"linux-m68k-cunTk1MwBs8S/qaLPR03pWD2FQJk+8+b@public.gmane.org"
	<linux-m68k-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-m32r-rQhvJZKUsGBRYuoOT4C5/9i2O/JbrIOy@public.gmane.org"
	<linux-m32r-rQhvJZKUsGBRYuoOT4C5/9i2O/JbrIOy@public.gmane.org>,
	"linux-ia64-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-ia64-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-cris-kernel
	<linux-cris-kernel-VrBV9hrLPhE@public.gmane.org>,
	"linux-parisc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-parisc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-s390-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-s390-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Chris Metcalf <cmetcalf-kv+TWInifGbQT0dZR+AlfA@public.gmane.org>,
	David Howells <dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	"linux-am33-list-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org"
	<linux-am33-list-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	"linux-alpha-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-alpha-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Subject: Re: [PATCH] atomic: add *_dec_not_zero
Date: Wed, 4 May 2011 12:48:41 +0200	[thread overview]
Message-ID: <20110504104841.GE16179@axis.com> (raw)
In-Reply-To: <1304458235-28473-1-git-send-email-sven-KaDOiPu9UxWEi8DpZVb4nw@public.gmane.org>

On Tue, May 03, 2011 at 11:30:35PM +0200, Sven Eckelmann wrote:
> Introduce an *_dec_not_zero operation.  Make this a special case of
> *_add_unless because batman-adv uses atomic_dec_not_zero in different
> places like re-broadcast queue or aggregation queue management. There
> are other non-final patches which may also want to use this macro.

For the CRIS-part:

Acked-by: Jesper Nilsson <jesper.nilsson-VrBV9hrLPhE@public.gmane.org>

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson-VrBV9hrLPhE@public.gmane.org

WARNING: multiple messages have this Message-ID (diff)
From: Jesper Nilsson <jesper.nilsson@axis.com>
To: Sven Eckelmann <sven@narfation.org>
Cc: "linux-arch@vger.kernel.org" <linux-arch@vger.kernel.org>,
	"linux-mips@linux-mips.org" <linux-mips@linux-mips.org>,
	"linux-m68k@lists.linux-m68k.org" <linux-m68k@vger.kernel.org>,
	"linux-m32r@ml.linux-m32r.org" <linux-m32r@ml.linux-m32r.org>,
	"linux-ia64@vger.kernel.org" <linux-ia64@vger.kernel.org>,
	linux-cris-kernel <linux-cris-kernel@axis.com>,
	"linux-parisc@vger.kernel.org" <linux-parisc@vger.kernel.org>,
	"linux-s390@vger.kernel.org" <linux-s390@vger.kernel.org>,
	"linux-sh@vger.kernel.org" <linux-sh@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Chris Metcalf <cmetcalf@tilera.com>,
	David Howells <dhowells@redhat.com>,
	"linux-am33-list@redhat.com" <linux-am33-list@redhat.com>,
	"linux-alpha@vger.kernel.org" <linux-alpha@vger.kernel.org>,
	"sparclinux@vger.kernel.org" <sparclinux@vger.kernel.org>,
	"uclinux-dist-devel@blackfin.uclinux.org"
	<uclinux-dist-devel@blackfin.uclinux.org>,
	"x86@kernel.org" <x86@kernel.org>,
	"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] atomic: add *_dec_not_zero
Date: Wed, 4 May 2011 12:48:41 +0200	[thread overview]
Message-ID: <20110504104841.GE16179@axis.com> (raw)
In-Reply-To: <1304458235-28473-1-git-send-email-sven@narfation.org>

On Tue, May 03, 2011 at 11:30:35PM +0200, Sven Eckelmann wrote:
> Introduce an *_dec_not_zero operation.  Make this a special case of
> *_add_unless because batman-adv uses atomic_dec_not_zero in different
> places like re-broadcast queue or aggregation queue management. There
> are other non-final patches which may also want to use this macro.

For the CRIS-part:

Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@axis.com

WARNING: multiple messages have this Message-ID (diff)
From: jesper.nilsson@axis.com (Jesper Nilsson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] atomic: add *_dec_not_zero
Date: Wed, 4 May 2011 12:48:41 +0200	[thread overview]
Message-ID: <20110504104841.GE16179@axis.com> (raw)
In-Reply-To: <1304458235-28473-1-git-send-email-sven@narfation.org>

On Tue, May 03, 2011 at 11:30:35PM +0200, Sven Eckelmann wrote:
> Introduce an *_dec_not_zero operation.  Make this a special case of
> *_add_unless because batman-adv uses atomic_dec_not_zero in different
> places like re-broadcast queue or aggregation queue management. There
> are other non-final patches which may also want to use this macro.

For the CRIS-part:

Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson at axis.com

  parent reply	other threads:[~2011-05-04 10:48 UTC|newest]

Thread overview: 137+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-03 21:30 [PATCH] atomic: add *_dec_not_zero Sven Eckelmann
2011-05-03 21:30 ` Sven Eckelmann
2011-05-03 21:30 ` Sven Eckelmann
2011-05-03 21:30 ` Sven Eckelmann
2011-05-03 21:30 ` Sven Eckelmann
2011-05-04  4:44 ` Mike Frysinger
2011-05-04  4:44   ` Mike Frysinger
2011-05-04  4:44   ` Mike Frysinger
2011-05-04  4:44   ` Mike Frysinger
2011-05-04  4:44   ` Mike Frysinger
2011-05-04  4:44   ` Mike Frysinger
2011-05-04  4:44   ` Mike Frysinger
2011-05-04  4:44   ` Mike Frysinger
2011-05-04 15:04   ` James Bottomley
2011-05-04 15:04     ` James Bottomley
2011-05-04 15:04     ` James Bottomley
2011-05-04 15:04     ` James Bottomley
2011-05-04 15:04     ` James Bottomley
2011-05-04 15:04   ` James Bottomley
2011-05-04  4:44 ` Mike Frysinger
2011-05-04  6:12 ` David Miller
2011-05-04  6:12   ` David Miller
2011-05-04  6:12   ` David Miller
2011-05-04  6:12   ` David Miller
2011-05-04  6:12   ` David Miller
2011-05-04  7:03 ` Ingo Molnar
2011-05-04  7:03   ` Ingo Molnar
2011-05-04  7:03   ` Ingo Molnar
2011-05-04  7:03   ` Ingo Molnar
2011-05-04  7:03   ` Ingo Molnar
2011-05-04  8:05 ` David Laight
2011-05-04  8:05 ` David Laight
2011-05-04  8:05   ` David Laight
2011-05-04  8:05   ` David Laight
2011-05-04  8:05   ` David Laight
2011-05-04  8:05   ` David Laight
2011-05-04  8:05   ` David Laight
2011-05-04  8:21   ` Sven Eckelmann
2011-05-04  8:21     ` Sven Eckelmann
2011-05-04  8:21     ` Sven Eckelmann
2011-05-04  8:21     ` Sven Eckelmann
2011-05-04  8:21     ` Sven Eckelmann
2011-05-04  8:21   ` Sven Eckelmann
2011-05-04  8:33   ` Mike Frysinger
2011-05-04  8:33     ` Mike Frysinger
2011-05-04  8:33     ` Mike Frysinger
2011-05-04  8:33     ` Mike Frysinger
2011-05-04  8:33     ` Mike Frysinger
2011-05-04  8:33     ` Mike Frysinger
2011-05-04  8:33     ` Mike Frysinger
2011-05-04  8:33   ` Mike Frysinger
     [not found] ` <1304458235-28473-1-git-send-email-sven-KaDOiPu9UxWEi8DpZVb4nw@public.gmane.org>
2011-05-04 10:48   ` Jesper Nilsson [this message]
2011-05-04 10:48     ` Jesper Nilsson
2011-05-04 10:48     ` Jesper Nilsson
2011-05-04 10:48     ` Jesper Nilsson
2011-05-04 10:48     ` Jesper Nilsson
2011-05-04 11:02   ` Ralf Baechle
2011-05-04 11:02     ` Ralf Baechle
2011-05-04 11:02     ` Ralf Baechle
2011-05-04 11:02     ` Ralf Baechle
2011-05-04 11:02     ` Ralf Baechle
2011-05-04 11:53   ` David Howells
2011-05-04 11:53     ` David Howells
2011-05-04 11:53     ` David Howells
2011-05-04 11:53     ` David Howells
2011-05-04 11:53     ` David Howells
2011-05-08 22:15   ` Benjamin Herrenschmidt
2011-05-08 22:15     ` Benjamin Herrenschmidt
2011-05-08 22:15     ` Benjamin Herrenschmidt
2011-05-08 22:15     ` Benjamin Herrenschmidt
2011-05-08 22:15     ` Benjamin Herrenschmidt
2011-05-04 12:09 ` Chris Metcalf
2011-05-04 12:09 ` Chris Metcalf
2011-05-04 12:09   ` Chris Metcalf
2011-05-04 12:09   ` Chris Metcalf
2011-05-04 12:09   ` Chris Metcalf
2011-05-04 12:09   ` Chris Metcalf
2011-05-04 12:09   ` Chris Metcalf
2011-05-04 12:17 ` Geert Uytterhoeven
2011-05-04 12:17   ` Geert Uytterhoeven
2011-05-04 12:17   ` Geert Uytterhoeven
2011-05-04 12:17   ` Geert Uytterhoeven
2011-05-04 12:17   ` Geert Uytterhoeven
2011-05-04 12:17   ` Geert Uytterhoeven
2011-05-04 12:17   ` Geert Uytterhoeven
2011-05-04 12:17 ` Geert Uytterhoeven
2011-05-04 17:27 ` Will Deacon
2011-05-04 17:27   ` Will Deacon
2011-05-04 17:27   ` Will Deacon
2011-05-04 17:27   ` Will Deacon
2011-05-04 18:13 ` Matt Turner
2011-05-04 18:13 ` Matt Turner
2011-05-04 18:13   ` Matt Turner
2011-05-04 18:13   ` Matt Turner
2011-05-04 18:13   ` Matt Turner
2011-05-04 18:13   ` Matt Turner
2011-05-04 18:13   ` Matt Turner
2011-05-08  9:24 ` Russell King - ARM Linux
2011-05-08  9:24 ` Russell King - ARM Linux
2011-05-08  9:24   ` Russell King - ARM Linux
2011-05-08  9:24   ` Russell King - ARM Linux
2011-05-08  9:24   ` Russell King - ARM Linux
2011-05-08  9:24   ` Russell King - ARM Linux
2011-05-08  9:33   ` Sven Eckelmann
2011-05-08  9:33     ` Sven Eckelmann
2011-05-08  9:33     ` Sven Eckelmann
2011-05-08  9:33     ` Sven Eckelmann
2011-05-08  9:33     ` Sven Eckelmann
2011-05-09  2:38     ` Mike Frysinger
2011-05-09  2:38     ` Mike Frysinger
2011-05-09  2:38       ` Mike Frysinger
2011-05-09  2:38       ` Mike Frysinger
2011-05-09  2:38       ` Mike Frysinger
2011-05-09  2:38       ` Mike Frysinger
2011-05-09  2:38       ` Mike Frysinger
2011-05-09  2:38       ` Mike Frysinger
2011-05-09  2:38       ` Mike Frysinger
2011-05-08  9:33   ` Sven Eckelmann
2011-05-18 19:49 ` [PATCHv2] " Sven Eckelmann
2011-05-18 19:49   ` Sven Eckelmann
2011-05-23  7:13   ` Paul Mundt
2011-05-23  7:13     ` Paul Mundt
2011-05-23  7:27   ` Heiko Carstens
2011-05-23  7:27     ` Heiko Carstens
2011-05-29  7:13   ` [PATCHv3] " Sven Eckelmann
2011-05-29  7:13     ` Sven Eckelmann
2011-06-02  5:44     ` Hirokazu Takata
2011-06-02  5:44       ` Hirokazu Takata
2011-06-17 10:38     ` [PATCHv3-resend] " Sven Eckelmann
2011-06-17 10:38       ` Sven Eckelmann
2011-06-17 15:13       ` Arnd Bergmann
2011-06-17 15:13         ` Arnd Bergmann
2011-06-17 17:32         ` Sven Eckelmann
2011-06-17 17:32           ` Sven Eckelmann
2011-06-17 21:20           ` Arnd Bergmann
2011-06-17 21:20             ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2011-05-03 21:30 [PATCH] " Sven Eckelmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110504104841.GE16179@axis.com \
    --to=jesper.nilsson-vrbv9hrlphe@public.gmane.org \
    --cc=cmetcalf-kv+TWInifGbQT0dZR+AlfA@public.gmane.org \
    --cc=dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=linux-alpha-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-am33-list-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-cris-kernel-VrBV9hrLPhE@public.gmane.org \
    --cc=linux-ia64-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-m32r-rQhvJZKUsGBRYuoOT4C5/9i2O/JbrIOy@public.gmane.org \
    --cc=linux-m68k-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org \
    --cc=linux-parisc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-s390-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=sven-KaDOiPu9UxWEi8DpZVb4nw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.