BUG kmalloc-64: Poison overwritten, INFO: Allocated in bdi_alloc_work+0x2b/0x100 age=175 cpu=1 pid=3514
On Mon, Sep 14, 2009 at 07:40:27AM -0700, Linus Torvalds wrote: On Mon, 14 Sep 2009, Ingo Molnar wrote: BUG kmalloc-64: Poison overwritten ----------------------------------------------------------------------------- INFO: 0xf498f6a0-0xf498f6a7. First byte 0x90 instead of 0x6b ... 15 Sep 2009 04:37
rfkill_unregister() should always be followed by rfkill_destroy()
On Mon, 14 Sep 2009, Corentin Chary wrote: drivers/platform/x86/dell-laptop.c | 36 ++++++++++++++++++++++----------- drivers/platform/x86/hp-wmi.c | 2 +- drivers/platform/x86/thinkpad_acpi.c | 1 + These are also likely needed in 2.6.31, please add appropriate Cc: lines to stable(a)kernel.... 14 Sep 2009 14:10
mmc0: Timeout waiting for hardware interrupt.
I got the following from inserting a plain old 2G SD card into my Lenovo SL500 laptop: [177156.720126] mmc0: Timeout waiting for hardware interrupt. [177156.720129] sdhci: ============== REGISTER DUMP ============== [177156.720134] sdhci: Sys addr: 0x1c512d8c | Version: 0x00000400 [177156.720137] sdhci: Blk si... 13 Sep 2009 10:38
Introducing the "timechart" tool
* Arjan van de Ven <arjan(a)infradead.org> wrote: [note: since this is a visualization tool, and lkml doesn't like html email, it's probably better to read the online version at http://blog.fenrus.org/?p=5 in which I also show screenshots of the tool. The following text is the first part of t... 12 Sep 2009 10:44
I2C -bus programming
Hi Kari, Kari Laine wrote: this is my first post here and I am not sure if this is a suitable topic here. Anyway I have a Velleman K8000 IO-card and it uses I2C over parallel port to communicate. when I modprobe i2c-parport it does not complain. I tested without card connected and it complained so ... 12 Sep 2009 05:23
[RFC PATCH 9/19] Target_Core_Mod SPC-4 Persistent Reservations
[RFC PATCH 9/19] Target_Core_Mod SPC-4 Persistent Reservations This patch adds support for exhaustive support for SPC-4 compliant persistent reservations for target_core_mod/ConfigFS storage objects. This includes all supported PROUT/PRIN Service Actions and feature bits including SPEC_I_PORT=1 and APTPL=1 Ple... 11 Sep 2009 22:56
Hello
Hello Dear Good Day!!!, How are you today, i hope all is well with you. My name is jane I want to have a good relationship and share things in common with you. i will like to tell you more about me and send some of my pictures to you, As soon as you reply my letter to my private email.(janesoumah(a)yahoo.co.uk Hoping to... 11 Sep 2009 17:23
virtio_console: Add support for multiple ports for generic guest and host communication
Amit Shah wrote: Right; there was some discussion about this. A few alternatives were suggested like - udev scripts to create symlinks from ports to function, like: /dev/vcon3 -> /dev/virtio-console/clipboard - Some fqdn-like hierarchy, like /dev/virtio-console/com/redhat/clipboard ... 18 Sep 2009 17:53
virtio_console: Add support for multiple ports for generic guest and host communication
On (Fri) Sep 11 2009 [17:00:10], Alan Cox wrote: The interface presented to guest userspace is of a simple char device, so it can be used like this: fd = open("/dev/vcon2", O_RDWR); ret = read(fd, buf, 100); ret = write(fd, string, strlen(string)); Each port is to b... 6 Oct 2009 03:18
[2.6.31] Memory leak in load_module()?
Hello. I changed CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE to 2000 and did # insmod /lib/modules/2.6.31/kernel/drivers/edac/r82600_edac.ko insmod: error inserting '/lib/modules/2.6.31/kernel/drivers/edac/r82600_edac.ko': -1 Unknown symbol in module # echo scan > /sys/kernel/debug/kmemleak # dmesg r82600_edac: Unkn... 11 Sep 2009 04:03