[PATCH] Staging : wlan-ng: fix unnecessary parentheses in prism2mgmt.c

2018-02-15 Thread Yash Omer
This patch fixes up unnecessary parentheses warning found by checkpatch.pl script. Signed-off-by: Yash Omer --- drivers/staging/wlan-ng/prism2mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.c

[PATCH] Staging: wlan-ng: fix unnecessary parantheses in prism2mgmt.c

2018-02-15 Thread Yash Omer
This patch fixes up a unncessary paratheses warning found by checkpatch.pl script. Signed-off-by: Yash Omer --- drivers/staging/wlan-ng/prism2mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.c

[RFC PATCH 0/2] Ion unit test with VGEM

2018-02-15 Thread Laura Abbott
Hi, Ion hasn't had much in the way of unit tests and fixing that is something that needs to happen before it can move out of staging. The difficult part of testing parts of Ion is that it relies on having a kernel driver to actually make some of the dma_buf calls. The vgem DRM driver exists

[PATCH 2/2] selftests: ion: Add simple test with the vgem driver

2018-02-15 Thread Laura Abbott
Ion is designed to be a framework used by other clients who perform operations on the buffer. Use the DRM vgem client as a simple consumer. In conjunction with the dma-buf sync ioctls, this tests the full attach/map path for the system heap. Signed-off-by: Laura Abbott ---

[PATCH 1/2] selftests: ion: Remove some prints

2018-02-15 Thread Laura Abbott
There's no need to print messages each time we alloc and free. Remove them. Signed-off-by: Laura Abbott --- tools/testing/selftests/android/ion/ionutils.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/tools/testing/selftests/android/ion/ionutils.c

Re: [PATCH] staging: android: ion: Change dma_buf_kmap()/dma_buf_kmap_atomic() implementation

2018-02-15 Thread Laura Abbott
On 02/12/2018 02:33 PM, Alexey Skidanov wrote: Current ion kernel mapping implementation uses vmap() to map previously allocated buffers into kernel virtual address space. On 32-bit platforms, vmap() might fail on large enough buffers due to the limited available vmalloc space. dma_buf_kmap()

Re: [PATCH] staging: android: ion: Initialize dma_address of new sg list

2018-02-15 Thread Laura Abbott
On 02/12/2018 01:25 PM, Liam Mark wrote: On Mon, 12 Feb 2018, Dan Carpenter wrote: On Fri, Feb 09, 2018 at 10:16:56PM -0800, Liam Mark wrote: Fix the dup_sg_table function to initialize the dma_address of the new sg list entries instead of the source dma_address entries. Fixes: 17fd283f3870

[PATCH] comedi: fix comedi_nsamples_left.

2018-02-15 Thread Frank Mori Hess
A rounding error was causing comedi_nsamples_left to return the wrong value when nsamples was not a multiple of the scan length. Cc: # v4.4+ Signed-off-by: Frank Mori Hess --- drivers/staging/comedi/drivers.c | 3 +-- 1 file changed, 1 insertion(+), 2

Urgent From Hospital

2018-02-15 Thread Marilis Mannik
Hello My Beloved this is Ms Marilis Mannik from Estonia writing from the hospital here in Ivory Coast; I want you to know that I’m dying here in this hospital right now which i don't know if i will see some few days to come.  My Beloved, i was informed by my doctor that i got poisoned and it

Urgent From Hospital

2018-02-15 Thread Marilis Mannik
Hello My Beloved this is Ms Marilis Mannik from Estonia writing from the hospital here in Ivory Coast; I want you to know that I’m dying here in this hospital right now which i don't know if i will see some few days to come.  My Beloved, i was informed by my doctor that i got poisoned and it

Urgent From Hospital

2018-02-15 Thread Marilis Mannik
Hello My Beloved this is Ms Marilis Mannik from Estonia writing from the hospital here in Ivory Coast; I want you to know that I’m dying here in this hospital right now which i don't know if i will see some few days to come.  My Beloved, i was informed by my doctor that i got poisoned and it

[PATCH] Staging: wlan-ng: Fix Alignment should match open paranthesis in prism2mgmt.c

2018-02-15 Thread Yash Omer
This is patch fixes up a matching paranthesis alignment issue found by checkpatch.pl script. Signed-off-by: Yash Omer --- drivers/staging/wlan-ng/prism2mgmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.c

COME AND RECEIVE YOUR FUND NOW?

2018-02-15 Thread Mr.Micheal Godswill
MR. MICHEAL GODSWILL OF FIRST BANK OF NIGERIA PLC 35 Marina P. O. Box 5216, LAGOS- NIGERIA EMAIL: ( firstbank9...@gmail.com ) DEAR BENEFICIARY This letter is written to you in order to change your life from today. I am Rev Micheal Godwin the Director, International Remittance Department of this

COME AND RECEIVE YOUR FUND NOW?

2018-02-15 Thread Mr.Micheal Godswill
MR. MICHEAL GODSWILL OF FIRST BANK OF NIGERIA PLC 35 Marina P. O. Box 5216, LAGOS- NIGERIA EMAIL: ( firstbank9...@gmail.com ) DEAR BENEFICIARY This letter is written to you in order to change your life from today. I am Rev Micheal Godwin the Director, International Remittance Department of this

Re: [PATCH v2] media: imx: capture: reformat line to 80 chars or less

2018-02-15 Thread Steve Longerbeam
Acked-by: Steve Longerbeam On 02/15/2018 01:25 AM, Parthiban Nallathambi wrote: This is a cleanup patch to fix line length issue found by checkpatch.pl script. In this patch, line 144 have been wrapped. Signed-off-by: Parthiban Nallathambi ---

Re: [PATCH v2 0/7] crypto: ccree: Introduce Arm TrustZone CryptoCell

2018-02-15 Thread Herbert Xu
On Mon, Jan 22, 2018 at 09:26:58AM +, Gilad Ben-Yossef wrote: > Arm TrustZone CryptoCell is a security hardware IP that > includes support for hardware based hash, digest, cipher > and AEAD operations. This driver provides support for > these as part of the Linux Crypto sub-system. > > The

[PATCH v2] media: imx: capture: reformat line to 80 chars or less

2018-02-15 Thread Parthiban Nallathambi
This is a cleanup patch to fix line length issue found by checkpatch.pl script. In this patch, line 144 have been wrapped. Signed-off-by: Parthiban Nallathambi --- Changes in v2: - Changed commit message drivers/staging/media/imx/imx-media-capture.c | 3 ++- 1 file changed, 2