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:	Fri, 20 Jun 2014 13:40:03 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Ramesh Basukala <basukalaramesh@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 01/01] Drivers: Fixes coding style warning

On Fri, Jun 20, 2014 at 04:25:22PM -0400, Ramesh Basukala wrote:
> *

What is that for?

> 
> From: Ramesh Basukala <basukalaramesh@...il.com>
> 
> 
> Attached is a patch which fixes coding style warning message while running
> checkpatch script.
> 
> 
> This patch is currently against a linux 3.15.0-rc15-next kernel. I am

There is no 3.15-rc15 kernel release :(

> submitting this patch as a part of Eudyptula Challenge task.

Not needed here.

> 
> 
> Signed-off-by: Ramesh Basukala <basukalaramesh@...il.com>
> *---
> Signed-off-by: Ramesh Basukala <basukalaramesh@...il.com>
> --- xlr_net.c.original 2014-06-20 15:32:10.069732488 -0400
> +++ xlr_net.c 2014-06-20 15:35:06.841105038 -0400
> @@ -1105,6 +1105,7 @@ err_gmac:
> static int xlr_net_remove(struct platform_device *pdev)
> {
> struct xlr_net_priv *priv = platform_get_drvdata(pdev);
> +
> unregister_netdev(priv->ndev);
> mdiobus_unregister(priv->mii_bus);
> mdiobus_free(priv->mii_bus);
> **


This doesn't apply at all, please always test your patches yourself
before resending them.

Also, be explicit as to what you are fixing (what part of the kernel),
and use the scripts/get_maintainers.pl tool to send the patches to the
correct people and mailing list.

Care to try again?

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ