Hello,
My name is Jude Koffi, I am from Cote d'Ivoire (Ivory Coast) I am from the
family of the late Mr.and Mrs Jean Claude Koffi. My late father was the
Director General of Cocoa producing industry in Cote d'Ivoire. It is from the
money generated from this Cocoa industry that Mr. Laurent Gbag
Hello,
My name is Jude Koffi, I am from Cote d'Ivoire (Ivory Coast) I am from the
family of the late Mr.and Mrs Jean Claude Koffi. My late father was the
Director General of Cocoa producing industry in Cote d'Ivoire. It is from the
money generated from this Cocoa industry that Mr. Laurent Gbag
On Tue, Jan 16, 2018 at 07:33:03PM +0530, Naveen Panwar wrote:
> Hi Guys,
>
> I submitted a new patch with the suggestions from Al Viro, did you guys
> check it?
>
The list seems to reject your patches. It rejected the first one as
well.
regards,
dan carpenter
From: Colin Ian King
The value stored to rfPath during initialization is never read, the
following switch statement re-assigns it a new value on all the
case and default paths. Hence the initialization is redundant and
can be removed.
Cleans up clang warning:
drivers/staging/rtl8712/rtl871x_mp.c
From: Colin Ian King
Clang detected two redundant assignments that can be safely removed.
The first is the removal of the duplicated assignment to pointer 'hdr',
this has already been initialized with the same value. The second is
the removal of the redundant initialization of variable 'timeout'
iio_dev->mlock is to be used only by the IIO core for protecting
device mode changes between INDIO_DIRECT and INDIO_BUFFER.
This patch replaces the use of mlock with the already established
buf_lock mutex.
Signed-off-by: Shreeya Patel
---
drivers/staging/iio/meter/ade7758_core.c | 10 ++
The driver uses a mixture of signed and unsigned integer variables for
holding arrays lengths and indices, which gives rise to the following
sparse warnings when the addresses of signed variables are passed to
functions expecting pointers to unsigned integers:
drivers/staging/ccree/cc_buffer_mgr
The driver uses a mixture of signed and unsigned integer variables for
holding arrays lengths and indices, which gives rise to the following
sparse warnings when the addresses of signed variables are passed to
functions expecting pointers to unsigned integers:
drivers/staging/ccree/cc_buffer_mgr
Since kfree(NULL) is safe there is no need to place a check before it.
Issue reported by checkpatch.pl
Signed-off-by: Sumit Pundir
---
drivers/staging/lustre/lnet/lnet/lib-move.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/lustre/lnet/lnet/lib-move.c
b/
On Fri, Jan 19, 2018 at 11:16:47AM -0800, Liam Mark wrote:
> Since the CMA API is now used directly the allocated memory is no longer
> automatically zeroed.
>
> Explicitly zero CMA allocated memory to ensure that no data is exposed
> to userspace.
How far back does this patch need to be ported?
10 matches
Mail list logo