Re: [PATCH 4/4] net: add usb_alloc_urb_node to use use kmalloc_node

2007-07-03 Thread Yinghai Lu
On 7/2/07, Greg KH <[EMAIL PROTECTED]> wrote: On Mon, Jul 02, 2007 at 10:17:56PM -0700, Yinghai Lu wrote: > [PATCH 4/4] usb: add usb_alloc_urb_node to use use kmalloc_node On the linux-usb-devel list we are discussing how usb_alloc_urb is being reworked to look totally different, so this change

Re: [PATCH 4/4] net: add usb_alloc_urb_node to use use kmalloc_node

2007-07-02 Thread Greg KH
On Mon, Jul 02, 2007 at 10:17:56PM -0700, Yinghai Lu wrote: > On 7/2/07, Greg KH <[EMAIL PROTECTED]> wrote: > > On Mon, Jul 02, 2007 at 03:37:13PM -0700, Yinghai Lu wrote: > > > [PATCH 4/4] net: add usb_alloc_urb_node to use use kmalloc_node > > > > Um, your s

Re: [PATCH 4/4] net: add usb_alloc_urb_node to use use kmalloc_node

2007-07-02 Thread Roland Dreier
> [PATCH 4/4] usb: add usb_alloc_urb_node to use use kmalloc_node If you're fixing things up, change "use use" to "use" while you're at it... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger

Re: [PATCH 4/4] net: add usb_alloc_urb_node to use use kmalloc_node

2007-07-02 Thread Yinghai Lu
On 7/2/07, Greg KH <[EMAIL PROTECTED]> wrote: On Mon, Jul 02, 2007 at 03:37:13PM -0700, Yinghai Lu wrote: > [PATCH 4/4] net: add usb_alloc_urb_node to use use kmalloc_node Um, your subject doesn't match the patch below. You might want to verify it again... it should be [PATCH

Re: [PATCH 4/4] net: add usb_alloc_urb_node to use use kmalloc_node

2007-07-02 Thread Greg KH
On Mon, Jul 02, 2007 at 03:37:13PM -0700, Yinghai Lu wrote: > [PATCH 4/4] net: add usb_alloc_urb_node to use use kmalloc_node Um, your subject doesn't match the patch below. You might want to verify it again... I'll not apply any of these until the subject gets straightened out fro

[PATCH 4/4] net: add usb_alloc_urb_node to use use kmalloc_node

2007-07-02 Thread Yinghai Lu
[PATCH 4/4] net: add usb_alloc_urb_node to use use kmalloc_node For amd64 based two way system. USB always on node0. but urb allocated via kmalloc always get ram on node1. So change to kmalloc_node to get urb on corresponding node Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]> diff -