The patch titled AF_RXRPC: AF_RXRPC depends on IPv4 has been added to the -mm tree. Its filename is af_rxrpc-af_rxrpc-depends-on-ipv4.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: AF_RXRPC: AF_RXRPC depends on IPv4 From: David Howells <dhowells@xxxxxxxxxx> Add a dependency for CONFIG_AF_RXRPC on CONFIG_INET. This fixes this error: net/built-in.o: In function `rxrpc_get_peer': (.text+0x42824): undefined reference to `ip_route_output_key' Signed-off-by: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- net/rxrpc/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN net/rxrpc/Kconfig~af_rxrpc-af_rxrpc-depends-on-ipv4 net/rxrpc/Kconfig --- a/net/rxrpc/Kconfig~af_rxrpc-af_rxrpc-depends-on-ipv4 +++ a/net/rxrpc/Kconfig @@ -4,7 +4,7 @@ config AF_RXRPC tristate "RxRPC session sockets" - depends on EXPERIMENTAL + depends on INET && EXPERIMENTAL select KEYS help Say Y or M here to include support for RxRPC session sockets (just _ Patches currently in -mm which might be from dhowells@xxxxxxxxxx are nommu-add-ioremap_page_range.patch nommu-present-backing-device-capabilities-for-mtd.patch nommu-add-support-for-direct-mapping-through-mtdconcat.patch nommu-generalise-the-handling-of-mtd-specific-superblocks.patch nommu-make-it-possible-for-romfs-to-use-mtd-devices.patch romfs-printk-format-warnings.patch af_rxrpc-af_rxrpc-depends-on-ipv4.patch remove-slab_ctor_constructor.patch split-usermodehelper-setup-from-execution.patch mutex-subsystem-synchro-test-module.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