Caro usu�rio

2014-08-15 Thread ADMIN
Caro usuбrio Seu e-mail ultrapassou 2 GB criadas pelo webmaster, vocк estб executando em 2.30GB, o que nгo й possнvel enviar ou receber nova mensagem no prуximo 24 horas atй que vocк verificar e-mails conta. Por favor, informe seus dados abaixo para verificar a sua conta: (1) E-m

Caro usu�rio

2014-08-15 Thread ADMIN
Caro usuбrio Seu e-mail ultrapassou 2 GB criadas pelo webmaster, vocк estб executando em 2.30GB, o que nгo й possнvel enviar ou receber nova mensagem no prуximo 24 horas atй que vocк verificar e-mails conta. Por favor, informe seus dados abaixo para verificar a sua conta: (1) E-m

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

2014-08-15 Thread Dexuan Cui
In the menu of the Hyper-V's Virtual Machine Connection, there is a feature called "Clipboard | Type clipboard text", which can be used to copy a string in the host's clipboard into the guest's current input focus(text console or a GUI window). Currently the feature doesn't work for Linux VM becau

Re: [PATCH] staging: dgnc: remove DPR Macros and related codes.

2014-08-15 Thread Greg KH
On Tue, Aug 12, 2014 at 10:30:14PM +0900, Seunghun Lee wrote: > In dgnc_drivers.h, DPR macro and DPR_* macros are defined but do nothing. > > So remove them and related codes. > > CC: Lidza Louina > CC: Mark Hounschell > Signed-off-by: Seunghun Lee > --- > drivers/staging/dgnc/dgnc_cls.c|

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

2014-08-15 Thread Greg KH
On Thu, Aug 14, 2014 at 10:11:44AM -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. Minor nit, your subject i

Re: [PATCH 2/2] android: add sync_fence_create_dma

2014-08-15 Thread Greg Kroah-Hartman
On Thu, Aug 14, 2014 at 11:54:52AM +0200, Maarten Lankhorst wrote: > This allows users of dma fences to create a android fence. Who is going to use these functions? I need an in-kernel user before I can add new api calls. thanks, greg k-h ___ devel ma

Re: [PATCH 2/2] staging/nokia_h4p: remove unwanted returns

2014-08-15 Thread Greg KH
On Thu, Aug 14, 2014 at 01:18:35AM -0400, Son Le wrote: > > Signed-off-by: Son Le > Acked-by: Pavel Machek > --- > drivers/staging/nokia_h4p/nokia_fw.c |2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/staging/nokia_h4p/nokia_fw.c > b/drivers/staging/nokia_h4p/nokia_fw.c >

Re: [PATCH 1/1] staging: dgnc: brace checkpatch fixes

2014-08-15 Thread Greg KH
On Thu, Aug 14, 2014 at 05:53:10PM -0700, Aaron Brice wrote: > Bring braces in line with CodingStyle > > Signed-off-by: Aaron Brice > --- > Applies to next-20140814 > > drivers/staging/dgnc/dgnc_neo.c | 10 -- > drivers/staging/dgnc/dgnc_sysfs.c | 6 ++ > drivers/staging/dgnc/dgn

Re: [PATCH] drivers: staging: vt6655: wpactl.c checkpatch clean-up

2014-08-15 Thread Greg KH
On Mon, Aug 11, 2014 at 11:32:58AM +0530, Avinash kumar wrote: > Cleaned all C99 comments related warnings > > Signed-off-by: Avinash kumar > > --- > drivers/staging/vt6655/wpactl.c | 40 > +++ > 1 file changed, 20 insertions(+), 20 deletions(-) > > diff

[PATCH] Staging: bcm: fix coding style warning

2014-08-15 Thread Ramesh Basukala
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 Basukala --- drivers/staging/bcm/vendorspecificextn.c | 19 +++

Re: [PATCH 2/2] android: add sync_fence_create_dma

2014-08-15 Thread Jesse Barnes
On Fri, 15 Aug 2014 14:46:56 +0800 Greg Kroah-Hartman wrote: > On Thu, Aug 14, 2014 at 11:54:52AM +0200, Maarten Lankhorst wrote: > > This allows users of dma fences to create a android fence. > > Who is going to use these functions? I need an in-kernel user before I > can add new api calls. I

[PATCH 04/10] staging/lustre/ldlm: drop redundant ibits lock interoperability check

2014-08-15 Thread Oleg Drokin
From: Fan Yong In very old release (older than Lustre-1.8), if the client talks with the server that does not support ibits lock, then the client needs to convert it as plain lock. Such interoperability check and convertion is out of date for a long time. Drop it. Signed-off-by: Fan Yong Review

[PATCH 00/10] Catchup lustre fixes

2014-08-15 Thread Oleg Drokin
In this batch there are eight recent bugfixes to lustre client, also adds Lustre MAINTAINERS entry and a bit of documention in Documentation.filesystems with some basic info. Patch #4 generates checkpatch warning about to long split message, but it is genuinely long and won't fit into 80 columns c

[PATCH 01/10] staging/lustre/llite: check for integer overflow in hsm user request

2014-08-15 Thread Oleg Drokin
From: Nathaniel Clark Check to make sure total size of request does not overflow when calculated. Return -1 from hur_len() if it does overflow. Signed-off-by: Nathaniel Clark Reviewed-on: http://review.whamcloud.com/10615 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4984 Reviewed-by: An

[PATCH 07/10] staging/lustre/llite: optimize ll_fid2path()

2014-08-15 Thread Oleg Drokin
From: Frank Zago The only parameter from userspace that matters is the length of the buffer. We don't need to allocate then import the whole structure. By importing only that length, we can save a memory allocation. Add sparse annotations to that function. Signed-off-by: frank zago Reviewed-on

[PATCH 05/10] staging/lustre/clio: reorder initialization in cl_req_alloc()

2014-08-15 Thread Oleg Drokin
From: "John L. Hammond" In cl_req_alloc() ensure that the list heads crq_pages and crq_layers have been initialized before passing the request to cl_req_completion(). This fixes an oops in the error path. Signed-off-by: John L. Hammond Reviewed-on: http://review.whamcloud.com/11009 Intel-bug-id

[PATCH 03/10] staging/lustre/llite: Make sure ft_flags is valid

2014-08-15 Thread Oleg Drokin
From: Paul Cassella In ll_fault0, the 'fault' struct is mostly cleared before the call to cl_io_loop, but ft_flags is not reset. It is ordinarily set by the call to filemap_fault in vvp_io_kernel_fault, but if Lustre returns before calling filemap_fault, it still has the old value of ft_flags. l

[PATCH 02/10] staging/lustre/mdc: cleanup intent if mdc_finish_enqueue() fails

2014-08-15 Thread Oleg Drokin
From: "John L. Hammond" In mdc_enqueue() clear the lock handle, lock mode, and request stored in the lookup intent if mdc_finish_enqueue() fails. Signed-off-by: John L. Hammond Reviewed-on: http://review.whamcloud.com/10963 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5289 Reviewed-by: L

[PATCH 08/10] staging/lustre/llite: Fix integer overflow in ll_fid2path

2014-08-15 Thread Oleg Drokin
Reported by Dan Carpenter outsize = sizeof(*gfout) + gfin->gf_pathlen; Where outsize is int and gf_pathlen is u32 from userspace can lead to integer overflowwhere outsize is some small number less than sizeof(*gfout) Add a check for pathlen to be of sensical size. Signed-off-by: Oleg Drokin R

[PATCH 06/10] staging/lustre/llite: hold inode mutex around ll_setattr_raw()

2014-08-15 Thread Oleg Drokin
From: "John L. Hammond" ll_setattr_raw() expects to be called with the inode mutex held so do when calling it from ll_hsm_import(). Signed-off-by: John L. Hammond Reviewed-on: http://review.whamcloud.com/11349 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5456 Reviewed-by: Jinshan Xiong

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

2014-08-15 Thread Oleg Drokin
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 1 file changed, 87 insertions(+) create mode 100644 Documentation/filesystems

[PATCH 09/10] lustre: Add MAINTAINERS entry

2014-08-15 Thread Oleg Drokin
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 +++ b/MAINTAINERS @@ -8646,6 +8646,14 @@ W: http://www.lirc.org/ S: Odd F

[PATCH 0/2] Getting rid of (some of) lustre typedefs

2014-08-15 Thread Oleg Drokin
This is beginning of removal of Lustre typedefs that don't make sense and only obscure things for innocent viewers. The typedefs are replaced with uXX and sXX which is what I think what is desired, except the definitions in lustre_idl.h that uses __uXX and __sXX (necessary because some of our user

Re: [PATCH] staging: dgnc: remove DPR Macros and related codes.

2014-08-15 Thread Seunghun Lee
On 08/15/2014 03:08 PM, Greg KH wrote: > On Tue, Aug 12, 2014 at 10:30:14PM +0900, Seunghun Lee wrote: >> In dgnc_drivers.h, DPR macro and DPR_* macros are defined but do nothing. >> >> So remove them and related codes. >> >> CC: Lidza Louina >> CC: Mark Hounschell >> Signed-off-by: Seunghun Lee

[PATCH 2/2] staging/lustre: get rid of obd_* typedefs

2014-08-15 Thread Oleg Drokin
We have a bunch of typedefs for common things that made no sense and hid the actual type from plain view. Replace them with proper uXX or sXX types. Exception is in lustre_idl.h where they are replaced with __uXX and __sXX to be able to be included in userspace Signed-off-by: Oleg Drokin --- dri

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

2014-08-15 Thread Dmitry Torokhov
Hi Dexuan, On Fri, Aug 15, 2014 at 02:41:59AM -0700, Dexuan Cui wrote: > In the menu of the Hyper-V's Virtual Machine Connection, there is a feature > called "Clipboard | Type clipboard text", which can be used to copy a string > in the host's clipboard into the guest's current input focus(text co

[PATCH 1/2] staging/lustre: get rid of seqno_t and mdsno_t typedefs

2014-08-15 Thread Oleg Drokin
seqno_t is u64 and mdsno_t is u32 so just use them as such. Signed-off-by: Oleg Drokin --- drivers/staging/lustre/lustre/fid/fid_request.c | 6 +++--- drivers/staging/lustre/lustre/fld/fld_cache.c| 16 drivers/staging/lustre/lustre/fld/fld_internal.h

[PATCH] staging: android: fix attribute as suggested by checkpatch

2014-08-15 Thread Purnendu Kapadia
we should use __packed attribute Signed-off-by: Purnendu Kapadia --- drivers/staging/android/uapi/binder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/uapi/binder.h b/drivers/staging/android/uapi/binder.h index 904adb7..dba4cef 100644 --- a/driver

[PATCH] staging: lustre: lustre: libcfs: pr_warn instead printk

2014-08-15 Thread Hema Prathaban
This patch fixes the following warning using checkpatch.pl WARNING: Prefer [subsystem eg: netdev]_warn([subsystem]dev, ... then dev_warn(dev, ... then pr_warn(... to printk(KERN_WARNING ... Signed-off-by: Hema Prathaban --- drivers/staging/lustre/lustre/libcfs/debug.c | 6 +++--- 1 file changed

[PATCH net-next, v3] hyperv: Increase the buffer length for netvsc_channel_cb()

2014-08-15 Thread Haiyang Zhang
When the buffer is too small for a packet from VMBus, a bigger buffer will be allocated in netvsc_channel_cb() and retry reading the packet from VMBus. Increasing this buffer size will reduce the retry overhead. Signed-off-by: Haiyang Zhang Reviewed-by: Dexuan Cui --- drivers/net/hyperv/hyperv_

Re: [PATCH 1/1] staging: dgnc: brace checkpatch fixes

2014-08-15 Thread Konrad Zapalowicz
On 08/15, Greg KH wrote: > On Thu, Aug 14, 2014 at 05:53:10PM -0700, Aaron Brice wrote: > > Bring braces in line with CodingStyle > > > > Signed-off-by: Aaron Brice > > --- > > Applies to next-20140814 > > > > drivers/staging/dgnc/dgnc_neo.c | 10 -- > > drivers/staging/dgnc/dgnc_sysf

Re: [PATCH] staging: lustre: lustre: libcfs: pr_warn instead printk

2014-08-15 Thread Greg KH
On Fri, Aug 15, 2014 at 11:48:05PM +0530, Hema Prathaban wrote: > This patch fixes the following warning using checkpatch.pl > WARNING: Prefer [subsystem eg: netdev]_warn([subsystem]dev, ... then > dev_warn(dev, ... then pr_warn(... to printk(KERN_WARNING ... > > Signed-off-by: Hema Prathaban >