lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 29 Jun 2016 04:09:58 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	amitoj1606@...il.com
Cc:	netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
	julia.lawall@...6.fr
Subject: Re: [PATCH] net: ethernet: tundra: Correct argument for
 pci_free_consistent

From: Amitoj Kaur Chawla <amitoj1606@...il.com>
Date: Mon, 27 Jun 2016 14:34:50 +0530

> pci_free_consistent's argument 'struct pci_dev' should be NULL not 0.
> 
> The Coccinelle semantic patch used to make this change is as follows:
> @@
> @@
> 
> pci_free_consistent(
> - 0
> + NULL
>   , ...)
> 
> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@...il.com>

This patch doesn't apply.

Powered by blists - more mailing lists