Caro usuário

2014-08-17 Thread WEBMASTER
Caro usuário Seu e-mail ultrapassou 2 GB criadas pelo webmaster, que está atualmente em execução no 2.30GB, o que não é possível enviar ou receber nova mensagem no próximo 24 horas até que você verifique se você enviar e-mail da conta. Por favor, informe seus dados abaixo para verificar a sua

RE: [PATCH] Input: hyperv-keyboard - implement Type Clipboard Text

2014-08-17 Thread Dexuan Cui
> -Original Message- > From: Dmitry Torokhov > Sent: Saturday, August 16, 2014 0:58 AM > To: Dexuan Cui > > For each char in the string, the host sends 2 events (key down/up with the > > char's UNICODE value) to the guest. > > The patch finds each char's scan codes of key down/up, and injec

[PATCH] lustre: Add some basic documentation

2014-08-17 Thread Oleg Drokin
This adds drivers/staging/lustre/README.txt with some basic information about Lustre and how to use it. Eventually this will need to move to Documentation/filesystems/lustre.txt Signed-off-by: Oleg Drokin --- drivers/staging/lustre/README.txt | 87 +++ 1 file

Re: [PATCH 10/10] lustre: Add some basic documentation

2014-08-17 Thread Greg Kroah-Hartman
On Sun, Aug 17, 2014 at 12:49:30PM -0400, Oleg Drokin wrote: > > On Aug 17, 2014, at 12:37 PM, Greg Kroah-Hartman wrote: > > > On Fri, Aug 15, 2014 at 12:48:15PM -0400, Oleg Drokin wrote: > >> This adds Documentation/filesystems/lustre.txt with some > >> basic information about Lustre and how to

Re: [PATCH] Staging: bcm: fix coding style warning

2014-08-17 Thread Greg KH
On Fri, Aug 15, 2014 at 11:50:53AM -0400, Ramesh Basukala wrote: > This is a patch to the vendorspecificextn.c that fixes coding style > warning message line over 80 characters found by checkpatch.pl script. > I am submitting this patch as required by Eudyptula Challenge. > > Signed-off-by: Ramesh

Re: [PATCH] staging: rtl8192ee: fix %d confusingly prefixed with 0x in format strings

2014-08-17 Thread Greg KH
On Sun, Aug 10, 2014 at 08:28:42PM -0700, Hans Wennborg wrote: > Signed-off-by: Hans Wennborg > --- > drivers/staging/rtl8192ee/pci.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) This patch doesn't apply at all to my tree, can you please refresh it against the next linux-next tr

Re: [PATCH 10/10] lustre: Add some basic documentation

2014-08-17 Thread Oleg Drokin
On Aug 17, 2014, at 12:37 PM, Greg Kroah-Hartman wrote: > On Fri, Aug 15, 2014 at 12:48:15PM -0400, Oleg Drokin wrote: >> This adds Documentation/filesystems/lustre.txt with some >> basic information about Lustre and how to use it. >> >> Signed-off-by: Oleg Drokin >> --- >> Documentation/filesy

Re: [PATCHv2] staging: rtl8192u: checkpatch: do not use C99 // comments

2014-08-17 Thread Greg KH
On Sun, Aug 10, 2014 at 03:15:10PM +0200, Martin Kepplinger wrote: > Use the common kernel coding style, so don't use C99 // comments > in r8192U_core.c If too long, where reasonable, they are shortened > as well. > > Some old internal comments about date and author of changes are > removed. > >

Re: [PATCH 09/10] lustre: Add MAINTAINERS entry

2014-08-17 Thread Oleg Drokin
On Aug 17, 2014, at 12:37 PM, Greg Kroah-Hartman wrote: > On Fri, Aug 15, 2014 at 12:48:14PM -0400, Oleg Drokin wrote: >> Just add the entry with some info. >> >> Signed-off-by: Oleg Drokin >> --- >> MAINTAINERS | 8 >> 1 file changed, 8 insertions(+) >> >> diff --git a/MAINTAINERS b/M

Re: [PATCH 10/10] lustre: Add some basic documentation

2014-08-17 Thread Greg Kroah-Hartman
On Fri, Aug 15, 2014 at 12:48:15PM -0400, Oleg Drokin wrote: > This adds Documentation/filesystems/lustre.txt with some > basic information about Lustre and how to use it. > > Signed-off-by: Oleg Drokin > --- > Documentation/filesystems/lustre.txt | 87 > No

Re: [PATCH 09/10] lustre: Add MAINTAINERS entry

2014-08-17 Thread Greg Kroah-Hartman
On Fri, Aug 15, 2014 at 12:48:14PM -0400, Oleg Drokin wrote: > Just add the entry with some info. > > Signed-off-by: Oleg Drokin > --- > MAINTAINERS | 8 > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7e2eb4c..369183b 100644 > --- a/MAINTAINERS > +

[PATCH] documentation: devicetree: Added xillybus to vendor-prefixes

2014-08-17 Thread Eli Billauer
Signed-off-by: Eli Billauer --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index ac7269f..06e698a 100644

Re: [PATCH] staging: vt6655: Convert DBG_PRT to pr_

2014-08-17 Thread Greg Kroah-Hartman
On Mon, Aug 11, 2014 at 12:03:18AM -0700, Joe Perches wrote: > DBG_PRT uses are unnecessarily complex. > > Convert DBG_PRT msglevel to pr_. > This changes the KERN_ type of several uses. > It also enables dynamic_debug for the pr_debug conversions. > > This patch can be a prelude to converting th

Re: Archive

2014-08-17 Thread Greg KH
A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Sun, Aug 17, 2014 at 10:01:59AM -0300, Raphael Philipe wrote: > I suspected that, but since the domain name is different > (de...@linuxdriverproject.org and de...@driverdev.osuosl.org) , I > thought

[PATCH] os_dep: Replace rcu_dereference() with rcu_access_pointer()

2014-08-17 Thread Andreea-Cristina Bernat
The "rcu_dereference()" call is used directly in a condition. Since its return value is never dereferenced it is recommended to use "rcu_access_pointer()" instead of "rcu_dereference()". Therefore, this patch makes the replacement. The following Coccinelle semantic patch was used: @@ @@ ( if( (

[PATCH] staging: rtl8723au: type casting corrections

2014-08-17 Thread Raphael Silva
Type casting corrections in order to solve warnings of the sparce static analyser. Signed-off-by: Raphael Silva --- drivers/staging/rtl8723au/hal/usb_halinit.c | 4 ++-- drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: Archive

2014-08-17 Thread Raphael Philipe
I suspected that, but since the domain name is different (de...@linuxdriverproject.org and de...@driverdev.osuosl.org) , I thought that was better to ask. I got to the mailing list de...@driverdev.osuosl.org while running the get_mainteiner.pl script for a patch that I did. What is the difference

Re: Archive

2014-08-17 Thread Greg KH
On Sun, Aug 17, 2014 at 09:46:34AM -0300, Raphael Philipe wrote: > Where is the archive for this list? > I cannot find it. > > Thank you. > ___ > devel mailing list > de...@linuxdriverproject.org > http://driverdev.linuxdriverproject.org/mailman/listinfo

Archive

2014-08-17 Thread Raphael Philipe
Where is the archive for this list? I cannot find it. Thank you. ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH] rtl8188eu: Replace rcu_dereference() with rcu_access_pointer()

2014-08-17 Thread Andreea-Cristina Bernat
The "rcu_dereference()" call is used directly in a condition. Since its return value is never dereferenced it is recommended to use "rcu_access_pointer()" instead of "rcu_dereference()". Therefore, this patch makes the replacement. The following Coccinelle semantic patch was used: @@ @@ ( if( (

Re: [PATCH 3/3] staging: comedi: dt3000: remove unneeded variable

2014-08-17 Thread Ian Abbott
On 17/08/14 05:26, Chase Southwood wrote: Coccinelle (using scripts/coccinelle/tests/doublebitand.cocci) found this assignment because 0 is or'd twice. Upon inspection, I found that the variable "mode" is only assigned once and used once, and thus can be cleanly removed. This patch plugs its va

Re: [PATCH 2/3] staging: comedi: addi_apci_1564: correct typo in macro definition

2014-08-17 Thread Ian Abbott
On 17/08/14 05:25, Chase Southwood wrote: A recent commit introduced a typo in the definition of APCI1564_DO_CC_INT_DISABLE. The macro is not use yet, so not a huge deal, but this patch corrects it. Signed-off-by: Chase Southwood Cc: Ian Abbott Cc: H Hartley Sweeten --- drivers/staging/com

Re: [PATCH 1/3] staging: comedi: addi_apci_1564: add whitespace to subdevice init

2014-08-17 Thread Ian Abbott
On 17/08/14 05:25, Chase Southwood wrote: For purely aesthetic purposes, add some whitespace to subdevice initialization. Signed-off-by: Chase Southwood Cc: Ian Abbott Cc: H Hartley Sweeten --- drivers/staging/comedi/drivers/addi_apci_1564.c | 78 - 1 file changed,