The patch titled ipx: correct return type of ipxrtr_delete has been added to the -mm tree. Its filename is ipx-correct-return-type-of-ipxrtr_delete.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Alexey Dobriyan <adobriyan@xxxxxxxxx> A single caller passes __u32. Inside function "net" is compared with __u32 (__be32 really, just wasn't annotated). Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- net/ipx/ipx_route.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN net/ipx/ipx_route.c~ipx-correct-return-type-of-ipxrtr_delete net/ipx/ipx_route.c --- 25/net/ipx/ipx_route.c~ipx-correct-return-type-of-ipxrtr_delete Tue May 16 13:43:31 2006 +++ 25-akpm/net/ipx/ipx_route.c Tue May 16 13:43:31 2006 @@ -119,7 +119,7 @@ out: return rc; } -static int ipxrtr_delete(long net) +static int ipxrtr_delete(__u32 net) { struct ipx_route *r, *tmp; int rc; _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch selinux-endian-fix.patch git-acpi.patch cifs-endian-fix.patch git-mtd.patch e1000-endian-fixes.patch ipv6-endian-fix.patch ipx-correct-return-type-of-ipx_map_frame_type.patch ipx-correct-return-type-of-ipxrtr_delete.patch x86-dont-trigger-full-rebuild-via-config_mtrr.patch dont-trigger-full-rebuild-via-config_x86_mce.patch remove-config_parport_arc-drivers-parport-parport_arcc.patch two-additions-to-linux-documentation-ioctl-numbertxt.patch more-bug_on-conversion.patch reiser4.patch reiser4-gfp_t-annotations.patch documentation-ioctl-messtxt-start-tree-wide-ioctl-registry.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