| From | Subject | Date |
|---|---|---|
| Rusty Russell | [PATCH] anon_inodes.c cleanups.
Arnd pointed me at anon_inode_getfd(), and the code annoyed me enough
to send this patch.
Mainly because the init routine carefully checks for errors, then panics
(because we shouldn't run out of memory at boot). Unfortunately, it's
actually worse than simply oopsing, where we'd know what had failed.
Davide, please consider parts of this patch, at least.
Cheers,
Rusty.
----
1) anon_inode_inode can be read_mostly, same as anon_inode_mnt.
2) The IS_ERR(anon_inode_inode) check is unneeded, sin...
| Apr 10, 6:35 pm 2008 |
| Nish Aravamudan | Re: [patch 00/17] multi size, and giant hugetlb page support...
Hi Nick,
Have you tested with the libhugetlbfs test suite? We're gearing up for
libhugetlbfs 1.3, so most of the test are uptodate and expected to run
cleanly, even with giant hugetlb page support (Jon has been working
diligently to test with his 16G page support for power). I'm planning
on pushing the last bits out today for Adam to pick up before we start
stabilizing for 1.3, so I'm hoping if you grab tomorrow's development
snapshot from libhugetlbfs.ozlabs.org, things should run ok. Probably
...
| Apr 10, 7:59 pm 2008 |
| Benjamin Herrenschmidt | [PATCH 2/2] [POWERPC] Fix kernel stack allocation alignment
The powerpc kernel stacks need to be naturally aligned, as they
contain the thread info at the bottom, which is obtained by
clearing the low bits of the stack pointer.
However, when using 64K pages (the stack is smaller than a page),
we use kmalloc to allocate it, which doesn't provide that guarantee.
It appeared to work so far... until one enables SLUB debugging
which then returns unaligned pointers. Ooops...
This patch fixes it by using a slab cache with enforced alignment
for those. It repl...
| Apr 10, 7:36 pm 2008 |
| Benjamin Herrenschmidt | [PATCH 1/2] Add thread_info_cache_init() to all archs
Some architecture need to maintain a kmem cache for thread info
structures. (next patch adds that to powerpc to fix an alignment
problem).
There is no good arch callback to use to initialize that cache
that I can find, so this adds a new one and adds an empty macro
for when it's not implemented.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
---
So we have the choice here between:
- the ifdef on the func name that I did, consistent with what
I did before for iomap,...
| Apr 10, 7:36 pm 2008 |
| Christian Kujau | WARNING: at drivers/base/core.c:119 kobject_release
Hi,
following 2.6.25-rc more closely now, I'm running yesterday's git version.
The first boot was fine, then the box crashed due to disk errors. During
the next bootup, it barfed a few times with:
Device '2-2' does not have a release() function, it is broken and must be fixed.
------------[ cut here ]------------
WARNING: at drivers/base/core.c:119 kobject_release+0x42/0xa0()
Modules linked in: fuse sg sr_mod twofish_i586 twofish_common eeprom w83l785ts asb100 hwmon_vid hwmon usb_storage zd1211r...
| Apr 10, 6:51 pm 2008 |
| Stefan Richter | [PATCH 1/2] firewire: fw-ohci: fix debug logging of phy pack...
Fix harmless but irritating off-by-one bug in patch "firewire: debug
interrupt events". Should be folded into that one.
See OHCI 1.1 clause 8.7.1.4.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
---
drivers/firewire/fw-ohci.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Index: linux/drivers/firewire/fw-ohci.c
===================================================================
--- linux.orig/drivers/firewire/fw-ohci.c
+++ linux/drivers/firewire/fw-ohci.c
...
| Apr 10, 6:49 pm 2008 |
| Stefan Richter | [PATCH 2/2] firewire: fw-ohci: extend logging of bus generat...
Extend the logging of "AR evt_bus_reset, link internal" to "AR
evt_bus_reset, generation ${selfIDGeneration}". That way we can check
whether this generation matches the one seen in self ID complete event
logging. See OHCI 1.1 clause 8.4.2.3.
Also extend logging of "firewire_ohci: * selfIDs, generation *" by
"local node ID ffc*" in self ID logging to make the local node in AT/AR
event logs more obvious.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
---
drivers/firewire/fw-oh...
| Apr 10, 6:51 pm 2008 |
| linuxcbon | Question about Creative Webcam Pro PD1030 ? Bug ?
Hi,
sorry if this is not the correct mail list.
I am not sure if this is a bug, if someone can help me ?
I got a Creative Webcam Pro PD1030.
Drivers are loaded :
# dmesg |grep ov511
drivers/media/video/ov511.c: USB OV511+ video device found
drivers/media/video/ov511.c: model: Creative Labs WebCam 3
drivers/media/video/ov511.c: Sensor is an OV7620AE
drivers/media/video/ov511.c: Enabling 511+/7620AE workaround
drivers/media/video/ov511.c: Device at usb-0000:00:02.0-2 registered to
minor 0
...
| Apr 10, 6:35 pm 2008 |
| Roland McGrath | [PATCH 2/2] asmlinkage_protect sys_io_getevents
Use asmlinkage_protect in sys_io_getevents, because GCC for i386 with
CONFIG_FRAME_POINTER=n can decide to clobber an argument word on the
stack, i.e. the user struct pt_regs. Here the problem is not a tail
call, but just the compiler's use of the stack when it inlines and
optimizes the body of the called function. This seems to avoid it.
Signed-off-by: Roland McGrath <roland@redhat.com>
---
fs/aio.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/fs/aio.c b/fs/...
| Apr 10, 6:38 pm 2008 |
| Roland McGrath | [PATCH 1/2] asmlinkage_protect replaces prevent_tail_call
The prevent_tail_call() macro works around the problem of the compiler
clobbering argument words on the stack, which for asmlinkage functions
is the caller's (user's) struct pt_regs. The tail/sibling-call
optimization is not the only way that the compiler can decide to use
stack argument words as scratch space, which we have to prevent.
Other optimizations can do it too.
Until we have new compiler support to make "asmlinkage" binding on the
compiler's own use of the stack argument frame, we have w...
| Apr 10, 6:37 pm 2008 |
| devzero | Re: Western Digital GreenPower drives and Linux
i also have such a drive (damn, if i knew that saving some Watts would hurt...) - and i measured ~100 load_cycle_count per hour, which is _way_ to much, imho.
if we trust the spec, the disk would be dead after ~1year.
it seems that "intellipark" is not that intelligent as it should be and a little bit too agressive.
from what i have found, the time for parking the heads is much below the linux kernel flush interval (which seems to be at 30secs), so i think the best thing to do is tuning either dirty...
| Apr 10, 6:36 pm 2008 |
| Yinghai Lu | [PATCH] x86_64: change _end to end_before_pgt
change the _end in compressed vmlinux_64.lds.
also change _heap to _ebss that is not needed.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
diff --git a/arch/x86/boot/compressed/head_64.S b/arch/x86/boot/compressed/head_64.S
index 7a212a6..d8819ef 100644
--- a/arch/x86/boot/compressed/head_64.S
+++ b/arch/x86/boot/compressed/head_64.S
@@ -244,9 +244,9 @@ ENTRY(startup_64)
/* Copy the compressed kernel to the end of our buffer
* where decompression in place becomes safe.
*/
-...
| Apr 10, 6:06 pm 2008 |
| Karsten Wiese | [PATCH] x86: set_cyc2ns_scale() remove tsc_now and ns_now
Both are unused and the functions rdtscll() and __cycles_2_ns() don't have
side-effects.
Signed-off-by: Karsten Wiese <fzu@wemgehoertderstaat.de>
---
arch/x86/kernel/tsc_32.c | 4 ----
arch/x86/kernel/tsc_64.c | 4 ----
2 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/arch/x86/kernel/tsc_32.c b/arch/x86/kernel/tsc_32.c
index 82602d7..0406b80 100644
--- a/arch/x86/kernel/tsc_32.c
+++ b/arch/x86/kernel/tsc_32.c
@@ -84,7 +84,6 @@ DEFINE_PER_CPU(unsigned long, cyc2ns);...
| Apr 10, 5:31 pm 2008 |
| Mark Fasheh | [PATCH] Add additional examples in Documentation/spinlocks.txt
Checkpatch will throw an error if code doesn't use the correct initializers
for static spinlocks:
ERROR: Use of SPIN_LOCK_UNLOCKED is deprecated: see Documentation/spinlocks.txt
This is fine, but Documentation/spinlocks.txt isn't very clear on how to
_use_ the new initializers for static variables. To save people time in the
future, I added two small examples of how to fix old-style static
initializers to be more lockdep friendly.
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
diff --gi...
| Apr 10, 4:55 pm 2008 |
| Harvey Harrison | [PATCH] lzo: fix possible typo in decompresor
Shift of a le value seems strange, probably meant to shift the cpu-order
variable as in the prvious section of the switch statement.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
lib/lzo/lzo1x_decompress.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/lzo/lzo1x_decompress.c b/lib/lzo/lzo1x_decompress.c
index 9dc7056..77f0f9b 100644
--- a/lib/lzo/lzo1x_decompress.c
+++ b/lib/lzo/lzo1x_decompress.c
@@ -158,7 +158,7 @@ match:
t += 7 + ...
| Apr 10, 4:38 pm 2008 |
| Linus Torvalds | Re: [PATCH] lzo: fix possible typo in decompresor
Hmm. This patch looks ObviouslyCorrect(tm), but it worries me that
apparently the old broken code has been around since last July, and afaik
it can never have worked on big-endian machines.
So did nobody ever use it, or why hasn't this ever triggered? How did you
find this? A sparse warning?
Linus
--
| Apr 10, 4:49 pm 2008 |
| Richard Purdie | Re: [PATCH] lzo: fix possible typo in decompresor
The heaviest users of the lzo code I know of are little-endian ARM
devices through jffs2. When the code was merged there was a lot of
discussion about the best way to handle the endian issues and unaligned
accesses and whilst I seem to remember someone posting big-endian test
results it could have been before some of the later changes were made.
So yes its possible its not been run on BE until now or that isn't a
common code path. I've checked this against the external LZO library its
based on an...
| Apr 10, 6:18 pm 2008 |
| Harvey Harrison | Re: [PATCH] lzo: fix possible typo in decompresor
This is one of the reasons I thought about for adding the new api, the
bracketing is just too easy to get wrong when you throw
get/put_unaligned into the mix.
Harvey
--
| Apr 10, 6:22 pm 2008 |
| Harvey Harrison | Re: [PATCH] lzo: fix possible typo in decompresor
When converting in tree users to my proposed unaligned byteswapping api.
See the 8 patch series posted today to linux-arch.
Harvey
--
| Apr 10, 4:52 pm 2008 |
| Yinghai Lu | Re: [PATCH 1/2] boot: increase stack size for kernel boot lo...
payload_offset and payload_length in arch/x86/boot/head.S
seems to be used by bootloader to seat the bzImage. or just use size
of bzImage
and bootloader is supposed to load bzImage from 2M, and initrd near 4G...
so if you have memhole from [2M+36M, 2M+45M), and bzImage is only 10M,
...then you will have problem.
but I assume that bootloader already used bzImage size or payload size with
extra_bytes = (uncompressed_size >> 12) + 32768 + 18 + decompressor_size.
to get unzip size ...
| Apr 10, 4:34 pm 2008 |
| H. Peter Anvin | Re: [PATCH 1/2] boot: increase stack size for kernel boot lo...
payload_offset/payload_length are used by loaders for nonstandard
You can look at the payload headers for that.
-hpa
--
| Apr 10, 4:37 pm 2008 |
| Yinghai Lu | Re: [PATCH 1/2] boot: increase stack size for kernel boot lo...
arch/x86/boot/compressed/head_64.S?
YH
--
| Apr 10, 5:15 pm 2008 |
| H. Peter Anvin | Re: [PATCH 1/2] boot: increase stack size for kernel boot lo...
Sorry, I don't understand.
-hpa
--
| Apr 10, 5:46 pm 2008 |
| Yinghai Lu | Re: [PATCH 1/2] boot: increase stack size for kernel boot lo...
where can i find the unzip paload size from payload hdrs?
YH
--
| Apr 10, 5:48 pm 2008 |
| H. Peter Anvin | Re: [PATCH 1/2] boot: increase stack size for kernel boot lo...
The size of the unzip payload you get by looking at the last four bytes
of the gzip payload (after verifying the existence of a gzip magic
number.) For more specific details, look at the ELF segment headers.
-hpa
--
| Apr 10, 6:14 pm 2008 |
| Yinghai Lu | Re: [PATCH 1/2] boot: increase stack size for kernel boot lo...
output_len in vmlinux.scr?
bootloader will try to get that ?
YH
--
| Apr 10, 6:55 pm 2008 |
| H. Peter Anvin | Re: [PATCH 1/2] boot: increase stack size for kernel boot lo...
No, the last four bytes of a gzip image is the uncompressed length.
A bootloader which wants the uncompressed ELF file length (as opposed to
the individual ELF segments) can get it that way.
-hpa
--
| Apr 10, 6:57 pm 2008 |
| Bartlomiej Zolnierki... | [PATCH 3/3] ide: add ide_execute_pkt_cmd() helper
Add ide_execute_pkt_cmd() helper for executing PACKET command,
then convert ATAPI device drivers to use it.
As a nice side-effect this fixes ide-{floppy,tape,scsi} w.r.t.
ide_lock taking (ide-cd was OK).
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ide/ide-cd.c | 9 +--------
drivers/ide/ide-floppy.c | 4 +---
drivers/ide/ide-iops.c | 12 +++++++++++-
drivers/ide/ide-tape.c | 4 +---
drivers/scsi/ide-scsi.c | 4 +---
include/linux/ide...
| Apr 10, 4:26 pm 2008 |
| Bartlomiej Zolnierki... | [PATCH 1/3] ide: always use ->OUTBSYNC method for executi...
Always use ->OUTBSYNC method for executing commands so the posting is done
if needed (this affects only pmac and scc_pata host drivers at the moment).
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ide/ide-floppy.c | 3 ++-
drivers/ide/ide-io.c | 3 ++-
drivers/ide/ide-iops.c | 2 +-
drivers/ide/ide-probe.c | 6 +++---
drivers/ide/ide-tape.c | 3 ++-
drivers/scsi/ide-scsi.c | 6 ++++--
6 files changed, 14 insertions(+), 9 deletions...
| Apr 10, 4:26 pm 2008 |
| Bartlomiej Zolnierki... | [PATCH 2/3] ide-{floppy,tape,scsi}: 400ns delay is required ...
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ide/ide-floppy.c | 1 +
drivers/ide/ide-tape.c | 1 +
drivers/scsi/ide-scsi.c | 1 +
3 files changed, 3 insertions(+)
Index: b/drivers/ide/ide-floppy.c
===================================================================
--- a/drivers/ide/ide-floppy.c
+++ b/drivers/ide/ide-floppy.c
@@ -698,6 +698,7 @@ static ide_startstop_t idefloppy_issue_p
/* Issue the packet command */
hwif->OUTBSYNC(drive, ...
| Apr 10, 4:26 pm 2008 |
| Rafael J. Wysocki | x86 git tree broken
Hi,
The x86 git tree, as of HEAD commit
commit a9efd1225e6e0e78ceeaecc04cec1d428eb8173f
Author: Mike Travis <travis@sgi.com>
Date: Fri Apr 4 18:30:16 2008 -0700
x86: modify Kconfig to allow up to 4096 cpus
doesn't want to work on one of my testboxes (x86-64 desktop,
AMD-based).
First, the X server doesn't want to start (it says it couldn't mmap the
framebuffer).
Second, if I try to suspend the box to RAM, it enters a state it cannot
leave until power is physically cut from...
| Apr 10, 3:59 pm 2008 |
| Ingo Molnar | Re: x86 git tree broken
i used your config on an AMD system here and s2ram works just fine, both
using CONFIG_PM_TEST_SUSPEND=y bootup suspend self-test [which x86.git
QA uses all the time], and using a manual pm-suspend command at the
console.
you can also try your luck and remove the last 20% of x86.git [which is
always the newest stuff], by picking a commit 200 patches down the line,
via:
git-rev-list x86/base..x86/latest | head -200 | tail -1
and testing that. If that tree works, it's the last 200 commi...
| Apr 10, 4:51 pm 2008 |
| Rafael J. Wysocki | Re: x86 git tree broken
It's an Athlon 64 X2 on an ULi-based AsRock motherboard with Radeon X300SE
I'll try to figure out what is the last good commit.
Thanks,
Rafael
--
| Apr 10, 6:27 pm 2008 |
| Ingo Molnar | Re: x86 git tree broken
could you send your .config?
Ingo
--
| Apr 10, 4:13 pm 2008 |
| Rafael J. Wysocki | Re: x86 git tree broken
Attached.
Thanks,
Rafael
| Apr 10, 4:25 pm 2008 |
| Ingo Molnar | Re: x86 git tree broken
could you disable this option:
CONFIG_NONPROMISC_DEVMEM=y
does it help with the X problem?
Ingo
--
| Apr 10, 4:29 pm 2008 |
| Ingo Molnar | Re: x86 git tree broken
btw., Xorg works fine here on a comparable AMD system - but i use a
rather new distro (Fedora 8) which has Xorg 7.2.
Ingo
--
| Apr 10, 4:38 pm 2008 |
| Rafael J. Wysocki | Re: x86 git tree broken
My system is an OpenSUSE 10.3 and it has Xorg 7.2 as well.
I think the problem is somehow related to the Radeon.
Thanks,
Rafael
--
| Apr 10, 6:28 pm 2008 |
| Miklos Szeredi | nfs: infinite loop in fcntl(F_SETLKW)
Another infinite loop, this one involving both client and server.
Basically what happens is that on the server nlm_fopen() calls
nfsd_open() which returns -EACCES, to which nlm_fopen() returns
NLM_LCK_DENIED.
On the client this will turn into a -EAGAIN (nlm_stat_to_errno()),
which in will cause fcntl_setlk() to retry forever.
I _think_ the solution is to turn NLM_LCK_DENIED into ENOLCK for
blocking locks, as NLM_LCK_BLOCKED is for the contended case. For
testing the lock leave NLM_LCK_DENIED ...
| Apr 10, 3:51 pm 2008 |
| Trond Myklebust | Re: nfs: infinite loop in fcntl(F_SETLKW)
Wait. There is something really weird going on here.
According to the spec, LCK_DENIED means 'the request failed' (i.e.
ENOLCK is definitely correct)
OTOH, LCK_DENIED_NOLOCKS and LCK_DENIED_GRACE_PERIOD are both temporary
failures, the first because the server had a resource problem, and the
second because the server rebooted and is in the grace period (i.e.
EAGAIN would appear to be more appropriate). See
http://www.opengroup.org/onlinepubs/9629799/chap10.htm#tagcjh_11_02_02_02
AFAICS...
| Apr 10, 5:02 pm 2008 |
| Trond Myklebust | Re: nfs: infinite loop in fcntl(F_SETLKW)
Duh... Sorry, EAGAIN is indeed the correct return value for fcntl() when
the lock attempt failed. I should have reread the manpage/posix spec
before replying.
--
Trond Myklebust
Linux NFS client maintainer
NetApp
Trond.Myklebust@netapp.com
www.netapp.com
--
| Apr 10, 5:07 pm 2008 |
| Trond Myklebust | Re: nfs: infinite loop in fcntl(F_SETLKW)
OK. So the correct fix here should really be applied to fcntl_setlk().
There is absolutely no reason why we should be looping at all if the
filesystem has a ->lock() method.
In fact, this looping behaviour was introduced recently in commit
7723ec9777d9832849b76475b1a21a2872a40d20. Marc, Bruce, why was this
done, and how are filesystems now supposed to behave?
--
| Apr 10, 5:20 pm 2008 |
| J. Bruce Fields | Re: nfs: infinite loop in fcntl(F_SETLKW)
Apologies, that was indeed a behavioral change introduced in a commit
The assumption must have been that -EAGAIN could only mean that we
needed to keep blocking, and hence was a nonsensical return from a
filesystem lock method that waited itself for the lock to become
available--such a method would return 0, -EINTR (or some more exotic
error), or continue waiting.
If we agree that EAGAIN is actually a legimate error to return from a
blocking lock, then, yes, we need take ->lock() back out of...
| Apr 10, 5:54 pm 2008 |
| Nick Piggin | [patch] SLQB v2
SLQB slab allocator for mainline.
This version fixes compiles on UP and had minor code cleanups.
---
Index: linux-2.6/include/linux/rcupdate.h
===================================================================
--- linux-2.6.orig/include/linux/rcupdate.h
+++ linux-2.6/include/linux/rcupdate.h
@@ -35,6 +35,7 @@
#ifdef __KERNEL__
+#include <linux/rcu_types.h>
#include <linux/cache.h>
#include <linux/spinlock.h>
#include <linux/threads.h>
@@ -43,16 +44,6 @@
...
| Apr 10, 3:31 pm 2008 |
| TOSHIBA WHEEL E-GAME... | -- ONLINE GAME TOSHIBA AWARD --
You are a winner of the total sum of 500,000.00 GBP & A Toshiba Laptop.Note you
are to Forward the Following Informations,Full name,Contact address& Phone
Number.do make contact to Mrs.Jossy Bryant Email:toshibadraws1@live.com
Regards
Tim Heinz
----------------------------------------------------------------
This message was sent using http://webmail.coqui.net
--
| Apr 10, 3:16 pm 2008 |
| Jacek Luczak | [PATCH] x86: setup_trampoline() - fix section mismatch warning
Hi Ingo,
this patch fixes section mismatch warnings (on x86_64 host) in setup_trampoline(),
which was referencing __initdata variables trampoline_data and trampoline_end.
Patch is against x86/latest.
Warning messages:
WARNING: arch/x86/kernel/built-in.o(.cpuinit.text+0x2b6a): Section mismatch in reference from the function setup_trampoline()
to the variable .init.data:trampoline_data
The function __cpuinit setup_trampoline() references
a variable __initdata trampoline_data.
If trampoline_data...
| Apr 10, 3:16 pm 2008 |
| Davide Libenzi | [patch] signalfd fix for incorrect SI_QUEUE user data report...
Michael Kerrisk found out that signalfd was not reporting back user data
pushed using sigqueue:
http://groups.google.com/group/linux.kernel/msg/9397cab8551e3123
The following patch makes signalfd to report back the ssi_ptr and ssi_int
members of the signalfd_siginfo structure.
Signed-off-by: Davide Libenzi <davidel@xmailserver.org>
- Davide
---
fs/signalfd.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Index: linux-2.6.mod/fs/signalfd.c
=============...
| Apr 10, 2:57 pm 2008 |
| Michael Kerrisk | Re: [patch] signalfd fix for incorrect SI_QUEUE user data re...
--
Michael Kerrisk
Maintainer of the Linux man-pages project
http://www.kernel.org/doc/man-pages/
Want to report a man-pages bug? Look here:
http://www.kernel.org/doc/man-pages/reporting_bugs.html
--
| Apr 10, 3:17 pm 2008 |
| Andrew Morton | Re: [patch] signalfd fix for incorrect SI_QUEUE user data re...
On Thu, 10 Apr 2008 11:57:44 -0700 (PDT)
I queued this for both 2.6.25 and 2.6.24.x. Agree?
--
| Apr 10, 3:08 pm 2008 |
| Davide Libenzi | Re: [patch] signalfd fix for incorrect SI_QUEUE user data re...
Looks safe for me.
- Davide
--
| Apr 10, 3:13 pm 2008 |
| previous day | today | next day |
|---|---|---|
| April 9, 2008 | April 10, 2008 | April 11, 2008 |
| Amit K. Arora | [RFC] Heads up on sys_fallocate() |
| James Bottomley | Re: Integration of SCST in the mainstream Linux kernel |
| Stephen Rothwell | Re: Announce: Linux-next (Or Andrew's dream :-)) |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Patrick McHardy | Re: [GIT]: Networking |
| Natalie Protasevich | [BUG] New Kernel Bugs |
