Hi Herbert,
On 03/02/2018 10:41 AM, Herbert Xu wrote:
On Thu, Feb 15, 2018 at 01:34:44PM -0600, Brijesh Singh wrote:
Fix sparse warning: Using plain integer as NULL pointer. Replaces
assignment of 0 to pointer with NULL assignment.
Fixes: 200664d5237f (Add Secure Encrypted Virtualization ...)
Cc: Borislav Petkov <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: Gary Hook <[email protected]>
Cc: Tom Lendacky <[email protected]>
Signed-off-by: Brijesh Singh <[email protected]>
All applied. Thanks.
As part of other SEV fixes Paolo pulled these two patches through kvm
tree. The patches were already included in KVM pull request for
4.16-rc3. After Paolo pulled the patches in kvm request, I looked at
patchwork and saw that this series was marked as "Not applicable" in
hence I was under impression that you will not be applying this patches
in crypto tree hence didn't speak up. I hope its not big issue and git
will able to detect it.
-Brijesh