[PATCH] perf_events: fix errors path in perf_output_begin() (take 3)
In case the sampling buffer has no "payload" pages, nr_pages is 0. The problem is that the error path in perf_output_begin() skips to a label which assumes perf_output_lock() has been issued which is not the case. That triggers a WARN_ON() in perf_output_unlock(). This patch fixes the problem by skipping perf_out... 17 May 2010 09:06
GSoC project: Improving kconfig using a SAT solver
Vegard Nossum <vegard.nossum(a)gmail.com> writes: I just wanted to say that I've been accepted into this year's Google Summer of Code program and will spend this summer working on improving the kconfig system in a very particular direction: I want to integrate a proper boolean constraint satisfiability solv... 10 Jun 2010 11:07
[2.6.34 PATCH] USB: option.c: OLIVETTI OLICARD100 support
From: Nils Radtke <lkml(a)Think-Future.de> This patch adds support for an olivetti olicard100 HЅDPA usb-stick. This device is a zeroCD one with ID 0b3c:c700 that needs switching via eject or usb-modeswitch with MessageContent="5553424312345678000000000000061b000000030000000000000000000000". After switching it ... 17 May 2010 09:06
[PATCH] drivers/mfd: remove unneeded and dangerous clearing of clientdata
Unlike real i2c-devices which get detached from the driver, dummy-devices get truly unregistered. So, there has never been a need to clear the clientdata because the device will go away anyhow. For the occasions fixed here, clearing clientdata was even dangerous as the structure was freed already. Signed-off-by: ... 17 May 2010 09:06
[PATCH] perf_events: fix errors path in perf_output_begin() (take 2)
In case the sampling buffer has no "payload" pages, nr_pages is 0. The problem is that the error path in perf_output_begin() skips to a label which assumes perf_output_lock() has been issued which is not the case. That triggers a WARN_ON() is perf_output_unlock(). This patch fixes the problem by skipping perf_out... 17 May 2010 09:06
[ANNOUNCE] GSoC project: Improving kconfig using a SAT solver
Hi, I just wanted to say that I've been accepted into this year's Google Summer of Code program and will spend this summer working on improving the kconfig system in a very particular direction: I want to integrate a proper boolean constraint satisfiability solver into the configuration editors (menuconfig, etc.... 17 May 2010 09:06
PROBLEM: e100 driver not working when bridge and vlan configured.
I have seen this bug in many threads also checked "http://www.mailinglistarchive.com/xen-users(a)lists.xensource.com/msg19768.html", but nothing works for me. I am having 4 nics, driver for 2 nics is e1000 and 2 nics is e100. Setup ( 192.168.1.1)br0-----------eth0 |-------------eth1 ... 17 May 2010 08:01
[PATCH] Staging: comedi: Altered the way printk is used in 8255.c
This patch moves around the use of printk calls in 8255.c to include accurate logging levels and in turn fixes a few warnings from checkpatch. Signed-off-by: Mark Rankilor <reodge(a)gmail.com> --- drivers/staging/comedi/drivers/8255.c | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) di... 17 May 2010 08:00
[PATCH] perf_events: fix errors path in perf_output_begin()
In case the sampling buffer has no "payload" pages, nr_pages is 0. The problem is that the error path in perf_output_begin() skips to a label which assumes perf_output_lock() has been issued which is not the case. That triggers a WARN_ON() is perf_output_unlock(). This patch fixes the problem by adding ... 17 May 2010 06:56
Fix boot_pageset sharing issue for new populated zones of hotadded nodes
On Mon, May 17, 2010 at 04:17:52PM +0800, Haicheng Li wrote: In our recent cpu/memory hotadd testing, with multiple nodes hotadded, kernel easily panics under stress workload like kernel building. The root cause is that the new populated zones of hotadded nodes are sharing same per_cpu_pageset, i.e. boot... 17 May 2010 06:56