[PATCH 02/10 final] tracepoints: Add check trace callback type
From: Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> This check is meant to be used by tracepoint users which do a direct cast of callbacks to (void *) for direct registration, thus bypassing the register_trace_##name and unregister_trace_##name checks. This permits to ensure that the callback type matches ... 12 May 2010 12:29
[PATCH] Un(de)selectable block for DISCONTIGMEM/64BIT on parisc
Hi all! As part of the VAMOS[0] research project at the University of Erlangen we are looking at multiple integrity errors in linux' configuration system. When considering the restrictions inposed in kconfig 64BIT will *always* be set when DISCONTIGMEM is present on parisc so the code path depending on !64B... 12 May 2010 12:29
diskstats - sectors written, what does it mean for mmc-cards?
Hi, I have a small arm based server running enterly from an mmc-card. To get some glue how much the mmc-card is written to, I had a look at diskstat, which, after 9 days uptime, looks like: 254 0 mmcblk0 87047 34549 2851200 3081695 483009 484000 7736450 30472168 0 5847544 51650 254 1 mmcblk0p1 63356 2... 13 May 2010 03:58
perf: change event inheritance logic in stat and record
On Wed, May 12, 2010 at 10:40:01AM +0200, Stephane Eranian wrote: By default, event inheritance across fork and pthread_create was on but the -i option of stat and record, which enabled inheritance, led to believe it was off by default. This patch fixes this logic by inverting the meaning of the... 12 May 2010 12:29
Is it supposed to be ok to call del_gendisk while userspace is frozen?
On Tue, 11 May 2010, Matt Reimer wrote: or has a consensus about how to fix this been achieved? I'm hitting the same problem and have some time to work on a fix. Generally, it looks like del_gendisk should thaw writeback threads, but not during suspend, only during resume. Thaw... 14 May 2010 22:40
[PATCH] CacheFiles: Fix error handling in cachefiles_determine_cache_security()
cachefiles_determine_cache_security() is expected to return with a security override in place. However, if set_create_files_as() fails, we fail to do this. In this case, we should just reinstate the security override that was set by the caller. Furthermore, if set_create_files_as() fails, we should dispose of t... 12 May 2010 11:22
ibft: Use IBFT_SIGN instead of open-coding the search string.
Andrew, Please also consider this patch with the others I've sent. I've put this (and the other ones) on: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6.git dev.ibft On Wednesday 12 May 2010 10:25:08 Peter Jones wrote: We define IBFT_SIGN to "iBFT"; may as well use it. Signed-off-by: ... 27 May 2010 14:50
ibft: Update iBFT handling for v1.03 of the spec.
On Wed, May 12, 2010 at 01:26:59AM -0400, Len Brown wrote: #define IBFT_SIGN "iBFT" ... +#ifdef CONFIG_ACPI + /* + * One spec says "IBFT", the other says "iBFT". We have to check + * for both. + */ Really? Which one do you see in the field? The one machine I do reme... 12 May 2010 10:15
HID:magicmouse: This fixes a connection problem with the magicmouse.
Jiri Kosina writes: On Wed, 12 May 2010, Justin P. Mattock wrote: --- a/drivers/hid/hid-magicmouse.c +++ b/drivers/hid/hid-magicmouse.c @@ -354,7 +354,7 @@ static int magicmouse_probe(struct hid_device *hdev, goto err_free; } - ret = hid_hw_start(h... 12 May 2010 10:15
[pm] resume from s3 oops? (last checked on rc6)
Hi lkml, I'm trying to get suspend to ram working on a opensuse 11.2. (The box is unfortunately not connected to the Internet). So far I've tried with distribution's kernel 2.6.31.12 & now with 2.6.34-rc6 (already downloaded a copy of rc7 and will try it today) It suspends fine with "echo mem > /sys/power/stat... 12 May 2010 10:15