[tip:x86/urgent] x86: Fix placement of FIX_OHCI1394_BASE
Commit-ID: ff30a0543e9a6cd732582063e7cae951cdb7acf2 Gitweb: http://git.kernel.org/tip/ff30a0543e9a6cd732582063e7cae951cdb7acf2 Author: Jan Beulich <JBeulich(a)novell.com> AuthorDate: Mon, 15 Mar 2010 10:11:15 +0000 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Tue, 16 Mar 2010 11:16:27 +0100 x86: F... 16 Mar 2010 11:22
[tip:perf/core] perf: Fix unexported generic perf_arch_fetch_caller_regs
Commit-ID: 1d199b1ad606ae8b88acebd295b101c4e1cf2a57 Gitweb: http://git.kernel.org/tip/1d199b1ad606ae8b88acebd295b101c4e1cf2a57 Author: Frederic Weisbecker <fweisbec(a)gmail.com> AuthorDate: Tue, 16 Mar 2010 01:05:02 +0100 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Tue, 16 Mar 2010 09:27:27 +0100 ... 16 Mar 2010 11:22
[tip:perf/core] x86, perf: Fix comments in Pentium-4 PMU definitions
Commit-ID: 8ea7f544100844307072cae2f5fc108afdef999a Gitweb: http://git.kernel.org/tip/8ea7f544100844307072cae2f5fc108afdef999a Author: Lin Ming <ming.m.lin(a)intel.com> AuthorDate: Tue, 16 Mar 2010 10:12:36 +0800 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Tue, 16 Mar 2010 09:37:46 +0100 x86, per... 16 Mar 2010 11:22
linux-next: Tree for March 12, r8169 does not work
Hi! r8169 is loaded, ifconfig says that interface is up, there are egress packets in stat, but no ingress. Link on remote switch is active and no packets from linux box. So actually i think network card totally doesn't work. I can provide some more info but i don't know what exactly is required. Some info i... 16 Mar 2010 11:22
[GIT] HID
Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive fixes for HID code. One oops fix, some device ID updates and a few tiny fixes. Thanks! Andrej Gelenberg (1): HID: add quirk for UC-Logik WP4030 tablet Bruno Pr�mont (1): HID: av... 16 Mar 2010 11:22
locking issue in vhost_net_set_backend
Hi, Stanse found a locking problem in the following function: static long vhost_net_set_backend(struct vhost_net *n, unsigned index, int fd) { struct socket *sock, *oldsock; struct vhost_virtqueue *vq; int r; mutex_lock(&n->dev.mutex); r = vhost_dev_check_own... 16 Mar 2010 12:31
RFC: direct MTD support for SquashFS
Hi, In embedded systems, SquashFS over MTD would be a considerable win, as that would permit configuring without CONFIG_BLOCK. Please find attached a naive patch against 2.6.33 for this. It does not handle bad MTD blocks, that could be handled by gluebi (once you're willing to take the UBI overhead), or by a c... 31 Mar 2010 03:17
usbtouchscreen: support bigger iNexio touchscreens
[ adding some more relevant CCs ] On Tue, 16 Mar 2010, Ondrej Zary wrote: Bigger Nexio touchscreens not only send more data but also the header values are modified somehow. Fix the header somehow (it's a guesswork but it works at least on one 46" touchscreen with 2.00SMS firmware) and also increase r... 16 Mar 2010 10:14
CONFIG_MTD_DEBUG vs generic DEBUG support in kernel.h
Hi, include/linux/mtd/mtd.h contains the following snippet: #ifdef CONFIG_MTD_DEBUG #define DEBUG(n, args...) \ do { \ if (n <= CONFIG_MTD_DEBUG_VERBOSE) \ printk(KERN_INFO args); ... 8 Apr 2010 05:04
[PATCH] drivers/net/wimax/i2400m/fw.c fix possible double free
i2400m_fw_check() can free i2400m->fw_hdrs if krealloc() fails causing a double free Add a check so we don't free the memory a second time. coverity CID: 13455 Signed-off-by: Darren Jenkins <darrenrjenkins(a)gmail.com> --- drivers/net/wimax/i2400m/fw.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(... 16 Mar 2010 07:57