The patch titled net: use numa_node in net_device->dev instead of parent has been removed from the -mm tree. Its filename was net-use-numa_node-in-net_devcice-dev-instead-of-parent.patch This patch was dropped because it was nacked ------------------------------------------------------ Subject: net: use numa_node in net_device->dev instead of parent From: Yinghai Lu <Yinghai.Lu@xxxxxxx> Signed-off-by: Yinghai Lu <yinghai.lu@xxxxxxx> Cc: Christoph Lameter <clameter@xxxxxxx> Cc: Andy Whitcroft <apw@xxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- net/core/skbuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN net/core/skbuff.c~net-use-numa_node-in-net_devcice-dev-instead-of-parent net/core/skbuff.c --- a/net/core/skbuff.c~net-use-numa_node-in-net_devcice-dev-instead-of-parent +++ a/net/core/skbuff.c @@ -217,7 +217,7 @@ nodata: struct sk_buff *__netdev_alloc_skb(struct net_device *dev, unsigned int length, gfp_t gfp_mask) { - int node = dev->dev.parent ? dev_to_node(dev->dev.parent) : -1; + int node = dev_to_node(&dev->dev); struct sk_buff *skb; skb = __alloc_skb(length + NET_SKB_PAD, gfp_mask, 0, node); _ Patches currently in -mm which might be from Yinghai.Lu@xxxxxxx are net-use-numa_node-in-net_devcice-dev-instead-of-parent.patch serial-keep-the-dtr-setting-for-serial-console.patch dma-use-dev_to_node-to-get-node-for-device-in-dma_alloc_pages.patch x86-make-io-apic-not-connected-pin-print-complete.patch x86-use-num_online_nodes-to-get-physical-cpus-numbers-for.patch x86_64-check-msr-to-get-mmconfig-for-amd-family-10h-opteron.patch x86_64-check-and-enable-mmconfig-for-amd-family-10h-opteron.patch x86_64-check-and-enable-mmconfig-for-amd-family-10h-opteron-fix.patch x86_64-set-cfg_size-for-amd-family-10h-in-case-mmconfig-is.patch x86_64-set-cfg_size-for-amd-family-10h-in-case-mmconfig-is-fix.patch kernel-printkc-concerns-about-the-console-handover.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html