Re: [PATCH] crypto: ccp - Fix sparse warnings in sev-dev

2020-06-11 Thread Tom Lendacky
On 6/4/20 4:04 AM, Borislav Petkov wrote: + Tom. On Thu, Jun 04, 2020 at 06:09:41PM +1000, Herbert Xu wrote: This patch fixes a bunch of sparse warnings in sev-dev where the __user marking is incorrectly handled. Reported-by: kbuild test robot Fixes: 7360e4b14350 ("crypto: ccp: Implement SEV_

Re: [PATCH] crypto: ccp - Fix sparse warnings in sev-dev

2020-06-11 Thread Brijesh Singh
On 6/4/20 3:09 AM, Herbert Xu wrote: > This patch fixes a bunch of sparse warnings in sev-dev where the > __user marking is incorrectly handled. > > Reported-by: kbuild test robot > Fixes: 7360e4b14350 ("crypto: ccp: Implement SEV_PEK_CERT_IMPORT...") > Fixes: e799035609e1 ("crypto: ccp: Impleme

Re: [PATCH] crypto: ccp - Fix sparse warnings in sev-dev

2020-06-04 Thread Borislav Petkov
+ Tom. On Thu, Jun 04, 2020 at 06:09:41PM +1000, Herbert Xu wrote: > This patch fixes a bunch of sparse warnings in sev-dev where the > __user marking is incorrectly handled. > > Reported-by: kbuild test robot > Fixes: 7360e4b14350 ("crypto: ccp: Implement SEV_PEK_CERT_IMPORT...") > Fixes: e7990

[PATCH] crypto: ccp - Fix sparse warnings in sev-dev

2020-06-04 Thread Herbert Xu
This patch fixes a bunch of sparse warnings in sev-dev where the __user marking is incorrectly handled. Reported-by: kbuild test robot Fixes: 7360e4b14350 ("crypto: ccp: Implement SEV_PEK_CERT_IMPORT...") Fixes: e799035609e1 ("crypto: ccp: Implement SEV_PEK_CSR ioctl...") Fixes: 76a2b524a4b1 ("cr