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
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
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
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|
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
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
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
>
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
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
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 +++
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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_
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
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
>
32 matches
Mail list logo