On 2012-09-12 12:36 -0700, Andrew Morton wrote:
> On Wed, 12 Sep 2012 21:20:30 +0200
> Davidlohr Bueso wrote:
> > On Wed, 2012-09-12 at 12:10 -0700, Andrew Morton wrote:
> > > On Mon, 10 Sep 2012 16:35:19 +0200
> > > Davidlohr Bueso wrote:
> > >
> > > > Account for all properties when a and/or b
On Wed, 2012-09-12 at 12:36 -0700, Andrew Morton wrote:
> On Wed, 12 Sep 2012 21:20:30 +0200
> Davidlohr Bueso wrote:
>
> > On Wed, 2012-09-12 at 12:10 -0700, Andrew Morton wrote:
> > > On Mon, 10 Sep 2012 16:35:19 +0200
> > > Davidlohr Bueso wrote:
> > >
> > > > Account for all properties when
On Wed, Sep 12, 2012 at 09:05:06PM +0200, Davidlohr Bueso wrote:
> ping? Cc'ing Greg for stable.
Why? That's not how a patch gets added to the stable tree, right?
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel
On Wed, 12 Sep 2012 21:20:30 +0200
Davidlohr Bueso wrote:
> On Wed, 2012-09-12 at 12:10 -0700, Andrew Morton wrote:
> > On Mon, 10 Sep 2012 16:35:19 +0200
> > Davidlohr Bueso wrote:
> >
> > > Account for all properties when a and/or b are 0:
> > > gcd(0, 0) = 0
> > > gcd(a, 0) = a
> > > gcd(0,
On Wed, 2012-09-12 at 12:10 -0700, Andrew Morton wrote:
> On Mon, 10 Sep 2012 16:35:19 +0200
> Davidlohr Bueso wrote:
>
> > Account for all properties when a and/or b are 0:
> > gcd(0, 0) = 0
> > gcd(a, 0) = a
> > gcd(0, b) = b
> >
> > Cc: sta...@vger.kernel.org
>
> Why cc:stable? If this patc
On Mon, 10 Sep 2012 16:35:19 +0200
Davidlohr Bueso wrote:
> Account for all properties when a and/or b are 0:
> gcd(0, 0) = 0
> gcd(a, 0) = a
> gcd(0, b) = b
>
> Cc: sta...@vger.kernel.org
Why cc:stable? If this patch fixes some known problem in the current
kernel then that really really shoul
ping? Cc'ing Greg for stable.
On Mon, 2012-09-10 at 16:35 +0200, Davidlohr Bueso wrote:
> Account for all properties when a and/or b are 0:
> gcd(0, 0) = 0
> gcd(a, 0) = a
> gcd(0, b) = b
>
> Cc: sta...@vger.kernel.org
> Signed-off-by: Davidlohr Bueso
> ---
> V2: simplified checking with b = 0 (
Account for all properties when a and/or b are 0:
gcd(0, 0) = 0
gcd(a, 0) = a
gcd(0, b) = b
Cc: sta...@vger.kernel.org
Signed-off-by: Davidlohr Bueso
---
V2: simplified checking with b = 0 (Eric)
lib/gcd.c |3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/gcd.c b/lib/gcd.c
index cce
8 matches
Mail list logo