RE: [PATCH] 1/4 staging: hv: fix oops in vmbus - udev events

From: Hank Janssen
Date: Wed Oct 28 2009 - 18:48:17 EST



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@xxxxxxxxxx]
Sent: Wednesday, October 28, 2009 3:23 PM
To: 'Greg Kroah-Hartman'
Cc: linux-kernel@xxxxxxxxxxxxxxx; 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@xxxxxxxxxx>

---

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/