Documentation: SubmittingDrivers: Resources
On Wed, 14 Apr 2010 10:32:35 -0500 Arce, Abraham wrote: - Add additional location (Git) for the kernel master tree - Add reference to Git Project Signed-off-by: Abraham Arce <x0066660(a)ti.com> Acked-by: Randy Dunlap <randy.dunlap(a)oracle.com> Thanks. --- Documentation/SubmittingDrivers | ... 14 Apr 2010 15:33
ceph fixes for 2.6.34-rc5
On Wed, 14 Apr 2010, Sage Weil wrote: Please pull the following ceph bug fixes from git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus Whoops, I missed one patch in there that fixes a lockdep false positive. The updated shortlog is below. Thanks- sage Sage Weil (9): ... 14 Apr 2010 15:33
[GIT PULL] ceph fixes for 2.6.34-rc5
Hi Linus, Please pull the following ceph bug fixes from git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus There are a few one-liners (leaked dentry refs, rehashing hashed dentries, off-by-one error), a few patches fixing up writeback for snapshotted data and metadata, and one p... 14 Apr 2010 15:33
memcg: update documentation v7
> Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> --- Documentation/cgroups/memory.txt | 289 ++++++++++++++++++++++++++------------- 1 file changed, 197 insertions(+), 92 deletions(-) Index: mmotm-temp/Documentation/cgroups/memory.txt =============================================... 14 Apr 2010 14:26
Handling macros with input devices
One of the sticking points I have with the G13 driver is that I'd like it to have support for macros. The reason I'd like to support macros is that the G13's raison d'etre is to allow the end user to customize the device with their own macros. However, I've been looking around and I can't find any support for mac... 15 Apr 2010 12:30
serial 8250 platform PM hooks
Ping? Noone interested? On Wed, Mar 24, 2010 at 7:16 PM, Manuel Lauss <manuel.lauss(a)googlemail.com> wrote: The following 2 patches implement a PM hook for platform 8250 UARTs and a sample PM implementation for a MIPS SoC. Patch #1 hooks a new .pm callback in struct plat_serial8250_port to the rest o... 14 Apr 2010 14:26
vsprintf: Change struct printf_spec.precision from s8 to s16
On 04/14/2010 09:27 AM, Joe Perches wrote: Commit ef0658f3de484bf9b173639cd47544584e01efa5 changed precision from int to s8. There is existing kernel code that uses a larger precision. An example from the audit code: vsnprintf(...,..., " msg='%.1024s'", (char *)data); which overflows precision ... 14 Apr 2010 13:19
patch iwlwifi-counting-number-of-tfds-can-be-free-for-4965.patch added to 2.6.33-stable tree
On Wed, Apr 14, 2010 at 12:09:50PM +0200, Stefan Lippers-Hollmann wrote: Hi Hi On Wednesday 14 April 2010, Greg KH wrote: On Sun, Apr 11, 2010 at 01:16:06AM +0200, Stefan Lippers-Hollmann wrote: Hi On Sunday 11 April 2010, gregkh(a)suse.de wrote: This is a note to let ... 14 Apr 2010 13:19
[REGRESSION PATCH V2] vsprintf: Change struct printf_spec.precision from s8 to s16
Commit ef0658f3de484bf9b173639cd47544584e01efa5 changed precision from int to s8. There is existing kernel code that uses a larger precision. An example from the audit code: vsnprintf(...,..., " msg='%.1024s'", (char *)data); which overflows precision and truncates to nothing. Extending precision size fixe... 14 Apr 2010 13:19
[GIT PULL] perf updates
Ingo, Please pull the perf/core branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git perf/core Thanks, Frederic --- Frederic Weisbecker (2): perf: Store active software events in a hashlist perf: Make clock software events consistent with ... 14 Apr 2010 12:10