The patch titled AF_RXRPC: AF_RXRPC depends on IPv4 has been removed from the -mm tree. Its filename was af_rxrpc-af_rxrpc-depends-on-ipv4.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 origin.patch documentation-memory-barrierstxt-various-fixes.patch git-mtd.patch nommu-present-backing-device-capabilities-for-mtd.patch nommu-add-support-for-direct-mapping-through-mtdconcat.patch nommu-make-it-possible-for-romfs-to-use-mtd-devices.patch nommu-make-it-possible-for-romfs-to-use-mtd-devices-fix.patch romfs-printk-format-warnings.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