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:   Mon, 14 Nov 2016 15:50:50 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Nadim Almas <nadim.902@...il.com>
Cc:     bankarsandhya512@...il.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: i4l: act2000: capi: Removing necessary  variable

On Fri, Nov 11, 2016 at 03:28:21PM +0530, Nadim Almas wrote:
> Removing struct sk_buff *skb from capi.c
> 
> The Coccinelle semantic patch used to make this change is as follows:
> @@
> type T;
> identifier D;
> @@
> - T D;
> ...when != D
> 
> Signed-off-by: Nadim Almas <nadim.902@...il.com>
> ---
>  drivers/staging/i4l/act2000/capi.c | 13 -------------
>  1 file changed, 13 deletions(-)

Why didn't you test build your patch :(

Please ALWAYS do so...

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ