[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090813030903.GC5031@cr0.nay.redhat.com>
Date: Thu, 13 Aug 2009 11:09:03 +0800
From: Amerigo Wang <xiyou.wangcong@...il.com>
To: Stefani Seibold <stefani@...bold.net>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>, Andi Kleen <andi@...stfloor.org>
Subject: Re: [PATCH 0/7] new kfifo API
On Wed, Aug 12, 2009 at 12:31:13AM +0200, Stefani Seibold wrote:
>This is a proposal of a new generic kernel FIFO implementation.
>The patch is splitted into 7 parts:
> Part 1: Code reorganization, no functional change
> Part 2: Move out spinlock
> Part 3: Cleanup namespace
> Part 4: rename kfifo_put... -> kfifo_in... and kfifo_get... -> kfifo_out...
> Part 5: add DEFINE_KFIFO and friends, add very tiny functions
> Part 6: add kfifo_from_user and kfifo_to_user
> Part 7: add record handling functions (does some reorg)
Hi, Stefani
Can you put these patches into one thread? I have to search my
inbox to find all of them. :)
And, personally I don't like your splitting of these patches,
I prefer to see kfifo API changes first, then their usages.
Anyway, nice work! Thanks!
--
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