First  |  Prev |  Next  |  Last
Pages: 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354
2.6.36/37 suggestion
In reply to Ted Tso (http://article.gmane.org/gmane.linux.kernel/1008643) I would like to suggest kernel developers (first of all, Linus) some kind of compromise. Let's prohibit accepting new features during 2.6.36 merge window and accept only bugfixes until bugzilla and regression lists are empty. For drivers sub... 29 Jul 2010 11:53
perf: rename common fields/functions from kprobe to probe.
Masami, Below patch should address the comments raised by you. Ingo, Arnaldo, Please let me know if you want this to be sent as a new patchset. -- Thanks and Regards Srikar --- From: Srikar Dronamraju <srikar(a)linux.vnet.ibm.com> As a precursor for perf to support uprobes, rename fields/functions th... 29 Jul 2010 16:18
Questions concerning memory mapping in stackable filesystems
Hi, I am currently working on a stackable filesystem and would like to implement memory mapping for it. I have looked at the ecryptfs way of doing this and wonder if this really has to be that complicated (create a persistent file for each inode, start a kernel thread only to handle requests to open those pe... 29 Jul 2010 10:47
U6715 16550A serial driver support
> In 16550A auto-configuration, if the fifo size is 64 then it's an U6 16550A port That may not be reliable given the other 8250 clones around but looks generally sane. @@ -2238,6 +2254,10 @@ serial8250_set_termios(struct uart_port *port, struct ktermios *termios, unsigned long flags; unsigned int ... 6 Aug 2010 12:41
loop: add some basic read-only sysfs attributes
On Thu, Jul 29, 2010 at 15:33, Milan Broz <mbroz(a)redhat.com> wrote: Create /sys/block/loopX/loop directory and provide these attributes:  - backing_file  - autoclear  - offset  - sizelimit To be used in util-linux-ng (and possibly elsewhere like udev rules) where code need to get loop attributes... 30 Jul 2010 10:46
[PATCH] cris: gpio: do not call copy_to_user()/copy_from_user() while holding spinlocks
copy_to_user()/copy_from_user() must not be used with spinlocks held. Move all cases of interaction with userspace out of global switch and lock spinlocks only where they are needed. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- arch/cris/arch-v10/drivers/gpio.c | 96 +++++++++++++++++++--------------... 29 Jul 2010 09:41
core_pattern: fix long parameters was truncated by core_pattern handler
On Thu, Jul 29, 2010 at 08:42:44PM +0800, Xiaotian Feng wrote: We met a parameter truncated issue, consider following: echo "|/root/core_pattern_pipe_test %p /usr/libexec/blah-blah-blah \ %s %c %p %u %g %t 11 1234567890123456789012345678901234567890" > \ /proc/sys/kernel/core_pattern This is okay b... 29 Jul 2010 09:41
[PATCH] loop: add some basic read-only sysfs attributes
Create /sys/block/loopX/loop directory and provide these attributes: - backing_file - autoclear - offset - sizelimit To be used in util-linux-ng (and possibly elsewhere like udev rules) where code need to get loop attributes from kernel (and not store duplicate info in userspace). Moreover loop ioctls a... 29 Jul 2010 09:41
[PATCH] U6715 16550A serial driver support
UART Features extract from STEricsson U6715 data-sheet (arm926 SoC for mobile phone): * Fully compatible with industry standard 16C550 and 16C450 from various manufacturers * RX and TX 64 byte FIFO reduces CPU interrupts * Full double buffering * Modem control signals include CTS, RTS, (and DSR, DTR on UART1 only)... 29 Jul 2010 09:41
[bug] Fixing mutex_lock() under held spinlock
Hi, I've found that cfi_cmdset and lpddr_cmds call mutex_lock() under held spinlock(). Maybe it was designed as a special locking scheme, so I don't try to fix it as I might create new complex locking problem. --- ./drivers/mtd/chips/cfi_cmdset_0001.c 2010-07-06 16:45:43.000000000 +0400 +++ /tmp/cocci-output... 29 Jul 2010 09:41
First  |  Prev |  Next  |  Last
Pages: 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354