[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1189523855.17477.1.camel@imap.mvista.com>
Date: Tue, 11 Sep 2007 08:17:35 -0700
From: Daniel Walker <dwalker@...sta.com>
To: linux-kernel@...r.kernel.org
Cc: mm-commits@...r.kernel.org, brice@...i.com, davem@...emloft.net
Subject: Re: + net-myri10ge-force-select-inet_lro.patch added to -mm tree
Dave Miller committed a patch into git that's just like this a while
ago .. Should be safe to drop this one.
Daniel
On Mon, 2007-09-10 at 22:33 -0700, akpm@...ux-foundation.org wrote:
> 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@...sta.com>
>
> 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@...sta.com>
> Cc: "David S. Miller" <davem@...emloft.net>
> Cc: Brice Goglin <brice@...i.com>
> Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
> ---
>
> 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@...sta.com 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@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists