http://groups.google.com/group/linux.kernel?hl=en
Today's topics:
* Merge of the enhanced reimplemention of the kfifo API - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/bb90a5c606a34ba3?hl=en
* ssb: Fix CONFIG_SSB_SDIOHOST typo - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/66b3018f2aa264bc?hl=en
* Hand on resume if sd/mmc card was removed while system was suspended/
hibernated - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/2f0a69cc2f1dc855?hl=en
* Obsolete config in kernel source (CIFS_QUOTA) - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/6cf6ccd859cf98db?hl=en
* exit: PR_SET_ANCHOR for marking processes as reapers for child processes - 1
messages, 1 author
http://groups.google.com/group/linux.kernel/t/85def94b1ef0fefe?hl=en
* regression in 2.6.27.45 with usb and suspend-to-disk - 2 messages, 2 authors
http://groups.google.com/group/linux.kernel/t/f18f89f344fa881c?hl=en
* 2.6.33-rc6: ext4 triggers warning about high order allocations - 1 messages,
1 author
http://groups.google.com/group/linux.kernel/t/fd864bd824fcba2c?hl=en
* bitops: compile time optimization for hweight_long(CONSTANT) - 2 messages, 2
authors
http://groups.google.com/group/linux.kernel/t/f58ac10e7917a328?hl=en
* we have lists of Lawyers, New Businesses, Financial Planners and consumers -
1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/c0d527c8eb87a144?hl=en
* sky2: receive dma mapping error handling - 3 messages, 2 authors
http://groups.google.com/group/linux.kernel/t/03d63adef2419307?hl=en
* [mmotm-2010-02-01-16-25] Fix wrong accouting of anon and file - 1 messages,
1 author
http://groups.google.com/group/linux.kernel/t/f35e6a47485570bf?hl=en
* fec: fix uninitialized rx buffer usage - 2 messages, 2 authors
http://groups.google.com/group/linux.kernel/t/281ca1a532ca6d76?hl=en
* netfilter: per netns nf_conntrack_cachep - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/8498db207556ff69?hl=en
* Doctor Database in the USA - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/a1d21b6f5ff764ca?hl=en
* new hardware support for atang tree - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/61c03fbc95cec86c?hl=en
* Improving OOM killer - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/389db2dcf6479d30?hl=en
* perf symbols: Fixup vsyscall maps - 5 messages, 1 author
http://groups.google.com/group/linux.kernel/t/05460a1ee6308f2b?hl=en
==============================================================================
TOPIC: Merge of the enhanced reimplemention of the kfifo API
http://groups.google.com/group/linux.kernel/t/bb90a5c606a34ba3?hl=en
==============================================================================
== 1 of 1 ==
Date: Wed, Feb 3 2010 9:50 am
From: Stefani Seibold
Hi,
-rc6 is out and i ask for merging the new macro based kfifo
reimplementation into linux-next and/or 2.6.34. I got a lot of positive
feedback but currently no ACK.
The reimplementation is 100% compatible to the previous one but more
flexibel and highly optimized. The code is tested and works fine.
I am sorry about the size of the patch, but there is no way to split it
down into separate patches because it is a complete different approach
and a full replacement of the kfifo.c and kfifo.h files.
You can access the latest posting at
http://patchwork.kernel.org/patch/75443/
If i get an okay, i will fix the current users of the kfifo from using
byte stream fifo to the desired data type. Maybe with the help of
Greg ;-)
I hate to write code for the trash bin, so please give it a try.
Greetings,
Stefani
BTW: Zack Brown wrote a positive statement in the German Linux magazine.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
==============================================================================
TOPIC: ssb: Fix CONFIG_SSB_SDIOHOST typo
http://groups.google.com/group/linux.kernel/t/66b3018f2aa264bc?hl=en
==============================================================================
== 1 of 1 ==
Date: Wed, Feb 3 2010 9:50 am
From: Albert Herranz
Michael Buesch wrote:
> This fixes a CONFIG_SSB_SDIOHOST typo.
>
> Signed-off-by: Michael Buesch <mb@bu3sch.de>
> Reported-by: Christoph Egger <siccegge@stud.informatik.uni-erlangen.de>
>
> ---
> drivers/ssb/main.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> --- wireless-testing.orig/drivers/ssb/main.c
> +++ wireless-testing/drivers/ssb/main.c
> @@ -494,8 +494,7 @@ static int ssb_devices_register(struct s
>
No comments:
Post a Comment