[PATCH 1/2] trace-cmd: Makefile - EXTRAVERSION should be set without a leading period
EXTRAVERSION should be set without a leading period, and then add the period where necessary in the Makefile Signed-off-by: John Kacur <jkacur(a)redhat.com> --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1f5d855..0ed5685 100644 --- a/Makefile... 9 Jun 2010 13:05
HID: Add Support for Setting and Getting Feature Reports from hidraw
On 06/09/2010 04:42 AM, Antonio Ospite wrote: I was only thinking about the interface to userspace, HIDIOCGRDESC/HIDIOCSRDESC sounded more general to me (and look like HIDIOCGREPORT/HIDIOCSREPORT from hiddev) if they could be made to work with different report types, but as I said I didn't look at the cu... 9 Jun 2010 11:58
[PATCH][RFC] Complex filesystem operations: split and join
I had a need to split a file into smaller files on a thumb drive with no free space on it or anywhere else in the system. When the filesystem supports sparse files(truncate_range), I could create files, while punching holes in the original file. But when the underlying fs is FAT, I couldn't. Also why should we do... 9 Jun 2010 11:58
[tip:sched/core] powerpc: Exclude arch_sd_sibiling_asym_packing() on UP
Commit-ID: 89275d59b572b92b1e2f6ddb63c49deecb801ff9 Gitweb: http://git.kernel.org/tip/89275d59b572b92b1e2f6ddb63c49deecb801ff9 Author: Peter Zijlstra <a.p.zijlstra(a)chello.nl> AuthorDate: Wed, 9 Jun 2010 16:20:55 +0200 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Wed, 9 Jun 2010 16:31:39 +0200 po... 9 Jun 2010 10:51
[GIT PULL v3] arch/microblaze fixes for 2.6.35-rc3
Hi Linus, please pull the following regression fixes. Thanks, Michal The following changes since commit 84f7586edab93052bbe7eb72e1e9bce5f7b6ae45: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../ieee1394/linux1394-2.6 are available in the git repository at: g... 9 Jun 2010 10:51
[tip:sched/core] powerpc: Exclude arch_sd_sibiling_asym_packing() on UP
Commit-ID: 00318f5eea0642c29212bff76ba500f620400d78 Gitweb: http://git.kernel.org/tip/00318f5eea0642c29212bff76ba500f620400d78 Author: Peter Zijlstra <a.p.zijlstra(a)chello.nl> AuthorDate: Wed, 9 Jun 2010 16:20:55 +0200 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Wed, 9 Jun 2010 16:24:36 +0200 po... 9 Jun 2010 10:51
[RFC] pci: Don't enable aspm before drivers have had a chance to veto it
The aspm code will currently set the configured aspm policy before drivers have had an opportunity to indicate that their hardware doesn't support it. Unfortunately, putting some hardware in L0 or L1 can result in the hardware no longer responding to any requests, even after aspm is disabled. It makes more sense to... 9 Jun 2010 10:51
[PATCH] mfd: Staticise ab3550 register access functions
These are now exported via an ops table rather than referenced directly and so should be staticised. Signed-off-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> --- drivers/mfd/ab3550-core.c | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/drivers/mfd/ab3550... 9 Jun 2010 10:51
ThinkPad T400 : should kernel option "reboot=pci" be hard coded ?
On 11:22 Mon 07 Jun , Toralf F�rster wrote: Since some kernel version (IIRC since 2.6.31) it is necessary to boot the linux kernel with that option to prevent an extra 9 seconds delay during reboot. I found this tip on the LKML -and now I'm wondering whether this option should be hard coded in the... 9 Jun 2010 09:43
[PATCH] drivers:staging: ti-st: fix protocol counting
From: Naveen Jain <naveen_jain(a)ti.com> Older mechanism of counting the number of protocols registered with ST was slow, in-efficient. It used to check the protocol data for NULL for each registration/unregistration. With this change, counting protocols in maintained by a single counter protos_registered. C... 9 Jun 2010 08:36