The patch titled net: myri10ge: force select inet_lro has been added to the -mm tree. Its filename is net-myri10ge-force-select-inet_lro.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: net: myri10ge: force select inet_lro From: Daniel Walker <dwalker@xxxxxxxxxx> This driver uses the inet_lro facilities , but it doesn't force it to be enabled .. Someone would have to know to enable inet_lro if they select the driver .. Instead, just force INET_LRO if this driver is selected.. Signed-off-by: Daniel Walker <dwalker@xxxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Cc: Brice Goglin <brice@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/net/Kconfig~net-myri10ge-force-select-inet_lro drivers/net/Kconfig --- a/drivers/net/Kconfig~net-myri10ge-force-select-inet_lro +++ a/drivers/net/Kconfig @@ -2084,6 +2084,7 @@ source "drivers/net/ixp2000/Kconfig" config MYRI_SBUS tristate "MyriCOM Gigabit Ethernet support" depends on SBUS + select INET_LRO help This driver supports MyriCOM Sbus gigabit Ethernet cards. _ Patches currently in -mm which might be from dwalker@xxxxxxxxxx are net-myri10ge-force-select-inet_lro.patch whitespace-fixes-time-syscalls.patch whitespace-fixes-process-accounting.patch whitespace-fixes-cpuset.patch whitespace-fixes-relayfs.patch whitespace-fixes-audit-filtering.patch whitespace-fixes-dma-channel-allocator.patch whitespace-fixes-fork.patch whitespace-fixes-module-loading.patch whitespace-fixes-panic-handling.patch whitespace-fixes-capability-syscalls.patch whitespace-fixes-syscall-auditing.patch whitespace-fixes-compat-syscalls.patch whitespace-fixes-system-auditing.patch whitespace-fixes-execution-domains.patch whitespace-fixes-interval-timers.patch whitespace-fixes-system-timers.patch whitespace-fixes-task-exit-handling.patch profile-likely-unlikely-macros.patch profile-likely-unlikely-macros-fix.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