Re: [PATCH 09/11] sched: export task_prio to GPL modules

2011-12-07 Thread Ingo Molnar
* Greg KH wrote: > > Same goes for a whole lot of other crap that distros are > > carrying. Would we want to merge a different CPU scheduler > > or the 4g:4g patch or a completely new networking stack into > > drivers/staging/? I don't think so. > > Distros have new CPU schedulers and are st

Digital Photo Editing Services - Photo Cutout

2011-12-07 Thread Rick
You are receiving this email because we wish you to use our digital photo editing services. Digital Photo Editing Services : We are a China based Imaging Professionals. We offer basic and advanced digital photo Editing services and solutions like photo Cutout, morphological photo Editing, phot

Re: [PATCH 09/11] sched: export task_prio to GPL modules

2011-12-07 Thread Mathieu Desnoyers
Hi Ingo, * Ingo Molnar (mi...@elte.hu) wrote: [...] > Mathieu, please work with the tracing folks who DO care about > this stuff. It's not like there's a lack of interest in this > area, nor is there a lack of willingness to take patches. What > there is a lack of is your willingness to actuall

Re: [PATCH v2] staging: tidspbridge: request dmtimer clocks on init

2011-12-07 Thread Felipe Contreras
On Sat, Nov 19, 2011 at 12:18 AM, Omar Ramirez Luna wrote: > Given that dm timer framework doesn't support request of clocks > by soft | hard irqs because some recent changes, tidspbridge needs > to request its clocks on init and enable/disable them on demand. > > This was first seen on 3.2-rc1. >

Re: [PATCH 1/2] staging: vt6656: aes_ccmp, baseband, bssdb, card: Change BOOL to int

2011-12-07 Thread Marcos Paulo de Souza
On Tue, 6 Dec 2011, Dan Carpenter wrote: On Mon, Dec 05, 2011 at 10:41:54PM -0200, Marcos Paulo de Souza wrote: On Mon, 5 Dec 2011, Dan Carpenter wrote: On Sun, Dec 04, 2011 at 11:12:46PM -0200, Marcos Paulo de Souza wrote: This patch change all references of BOOL to int. As asked by the TODO

[PATCH] Staging: zram/zram_sysfs.c: Fixed call of obsolete function strict_strtoX

2011-12-07 Thread Sergey Datsevich
From: Sergey Datsevich As reported by checkpatch.pl strict_strtoX is obsolet and should be replaced by kstrtoX. Signed-off-by: Sergey Datsevich Signed-off-by: Bjoern Meier --- drivers/staging/zram/zram_sysfs.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drive

[PATCH v2 5/5] staging: bcm: led_control.c: breaking of long lines

2011-12-07 Thread Johannes Tenschert
Signed-off-by: Johannes Tenschert --- drivers/staging/bcm/led_control.c | 291 + 1 files changed, 199 insertions(+), 92 deletions(-) diff --git a/drivers/staging/bcm/led_control.c b/drivers/staging/bcm/led_control.c index 82b9110..c7f4886 100644 --- a/driv

[PATCH v2 4/5] staging: bcm: led_control.c: fix parens/braces

2011-12-07 Thread Johannes Tenschert
Signed-off-by: Johannes Tenschert --- drivers/staging/bcm/led_control.c | 295 +++-- 1 files changed, 87 insertions(+), 208 deletions(-) diff --git a/drivers/staging/bcm/led_control.c b/drivers/staging/bcm/led_control.c index 890a804..82b9110 100644 --- a/driv

[PATCH v2 3/5] staging: bcm: led_control.c: fix comments

2011-12-07 Thread Johannes Tenschert
Signed-off-by: Johannes Tenschert --- drivers/staging/bcm/led_control.c | 289 + 1 files changed, 167 insertions(+), 122 deletions(-) diff --git a/drivers/staging/bcm/led_control.c b/drivers/staging/bcm/led_control.c index d9d5fbf..890a804 100644 --- a/dri

[PATCH v2 2/5] staging: bcm: led_control.c: fix indentation

2011-12-07 Thread Johannes Tenschert
Signed-off-by: Johannes Tenschert --- drivers/staging/bcm/led_control.c | 292 ++-- 1 files changed, 146 insertions(+), 146 deletions(-) diff --git a/drivers/staging/bcm/led_control.c b/drivers/staging/bcm/led_control.c index 0fe2b8e..d9d5fbf 100644 --- a/driv

[PATCH v2 1/5] staging: bcm: led_control.c: fix whitespaces

2011-12-07 Thread Johannes Tenschert
Signed-off-by: Johannes Tenschert --- drivers/staging/bcm/led_control.c | 432 ++--- 1 files changed, 215 insertions(+), 217 deletions(-) diff --git a/drivers/staging/bcm/led_control.c b/drivers/staging/bcm/led_control.c index 16e939f..0fe2b8e 100644 --- a/dri

staging: bcm: led_control.c coding style cleanup v2

2011-12-07 Thread Johannes Tenschert
Hi, this updated patch contains coding style fixes in led_control.c. Its broken up into several patches as suggested by Dan Carpenter: [PATCH v2 1/5] staging: bcm: led_control.c: fix whitespaces [PATCH v2 2/5] staging: bcm: led_control.c: fix indentation [PATCH v2 3/5] staging: bcm: led_control.c

[PATCH 1/1] Staging: hv: storvsc: Move the storage driver out of the staging area

2011-12-07 Thread K. Y. Srinivasan
The storage driver (storvsc_drv.c) handles all block storage devices assigned to Linux guests hosted on Hyper-V. This driver has been in the staging tree for a while and this patch moves it out of the staging area. As per Greg's recommendation, this patch makes no changes to the staging/hv director

[PATCH 1/1] Staging: hv: storvsc: Fix a bug in create_bounce_buffer()

2011-12-07 Thread K. Y. Srinivasan
Set the length field of the scatter gather elements correctly when we create the bounce buffer. When we use the bounce buffer for a "write" operation, the act of copying to the bounce buffer, correctly deals with this issue. However, on the "read" side, the current code was not correctly setting th