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] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 28 Oct 2009 22:48:06 +0000
From:	Hank Janssen <hjanssen@...rosoft.com>
To:	Milan Dadok <milan@...ok.name>,
	'Greg Kroah-Hartman' <gregkh@...e.de>
CC:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"Haiyang Zhang" <haiyangz@...rosoft.com>
Subject: RE: [PATCH] 1/4 staging: hv: fix oops in vmbus - udev events


Milan,

First of all thanks for these patches!

Greg, I do have a request though. But I am not sure what the right approach is. This
Patch removes more than I would like. It takes out a few things that I would like to 
Keep in because I need them for prior versions of the kernel that we also have this
Running on.

What is the suggested approach in this case. Can I submit a patch instead of this one
That keeps some of these items still in?

Thanks,

Hank.


-----Original Message-----
From: Milan Dadok [mailto:milan@...ok.name] 
Sent: Wednesday, October 28, 2009 3:23 PM
To: 'Greg Kroah-Hartman'
Cc: linux-kernel@...r.kernel.org; Hank Janssen; Haiyang Zhang
Subject: [PATCH] 1/4 staging: hv: fix oops in vmbus - udev events

Fix typos in udev event send and guid variables copy

Signed-off-by: Milan Dadok <milan@...ok.name>

---

SNIPPAGE!

-       int i = 0;
-       int len = 0;
        int ret;

-       env->envp_idx = i;
-       env->buflen = len;

SNIP AND MORE SNIP

-       env->envp[env->envp_idx] = NULL;
-
        DPRINT_EXIT(VMBUS_DRV);



--
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