* [PATCH] econet: Move to staging; remove from defconfig
@ 2010-11-27 22:44 Ben Hutchings
2010-11-28 0:21 ` Greg KH
0 siblings, 1 reply; 8+ messages in thread
From: Ben Hutchings @ 2010-11-27 22:44 UTC (permalink / raw)
To: Greg KH
Cc: David Miller, netdev, devel, linux-arm-kernel,
Debian kernel maintainers
Recent review has revealed several bugs in econet and other obscure
protocol implementations that can be exploited by local users for
denial of service or privilege escalation.
The econet protocol (PF_ECONET) is unmaintained. There appear to be
no published applications for it, and it has never progressed beyond
'experimental' status.
This protocol generally should not be enabled by distributions, since
the cost of a security flaw affecting all installed systems presumably
outweighs the benefit to the few (if any) legitimate users.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
As requested, I'm actually renaming the directory this time. I also
noticed that ECONET was enabled in a couple of ARM defconfigs and
explicitly disabled in various other defconfigs, so I've removed those
lines as well.
This is based on linux-next; I hope it applies to staging.
Ben.
arch/arm/configs/ixp4xx_defconfig | 3 ---
arch/arm/configs/pnx4008_defconfig | 3 ---
arch/mips/configs/gpr_defconfig | 3 ---
arch/mips/configs/mtx1_defconfig | 3 ---
arch/um/defconfig | 1 -
arch/xtensa/configs/common_defconfig | 1 -
arch/xtensa/configs/iss_defconfig | 1 -
arch/xtensa/configs/s6105_defconfig | 1 -
drivers/staging/Kconfig | 2 ++
drivers/staging/Makefile | 1 +
{net => drivers/staging}/econet/Kconfig | 0
{net => drivers/staging}/econet/Makefile | 0
{net => drivers/staging}/econet/af_econet.c | 0
net/Kconfig | 1 -
net/Makefile | 1 -
15 files changed, 3 insertions(+), 18 deletions(-)
rename {net => drivers/staging}/econet/Kconfig (100%)
rename {net => drivers/staging}/econet/Makefile (100%)
rename {net => drivers/staging}/econet/af_econet.c (100%)
diff --git a/arch/arm/configs/ixp4xx_defconfig b/arch/arm/configs/ixp4xx_defconfig
index 5c50239..bd85c32 100644
--- a/arch/arm/configs/ixp4xx_defconfig
+++ b/arch/arm/configs/ixp4xx_defconfig
@@ -88,9 +88,6 @@ CONFIG_IPDDP_ENCAP=y
CONFIG_IPDDP_DECAP=y
CONFIG_X25=m
CONFIG_LAPB=m
-CONFIG_ECONET=m
-CONFIG_ECONET_AUNUDP=y
-CONFIG_ECONET_NATIVE=y
CONFIG_WAN_ROUTER=m
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_CBQ=m
diff --git a/arch/arm/configs/pnx4008_defconfig b/arch/arm/configs/pnx4008_defconfig
index bd481f0..8301e4a 100644
--- a/arch/arm/configs/pnx4008_defconfig
+++ b/arch/arm/configs/pnx4008_defconfig
@@ -101,9 +101,6 @@ CONFIG_IPDDP_ENCAP=y
CONFIG_IPDDP_DECAP=y
CONFIG_X25=m
CONFIG_LAPB=m
-CONFIG_ECONET=m
-CONFIG_ECONET_AUNUDP=y
-CONFIG_ECONET_NATIVE=y
CONFIG_WAN_ROUTER=m
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_CBQ=m
diff --git a/arch/mips/configs/gpr_defconfig b/arch/mips/configs/gpr_defconfig
index 53edc13..9f9aa97 100644
--- a/arch/mips/configs/gpr_defconfig
+++ b/arch/mips/configs/gpr_defconfig
@@ -116,9 +116,6 @@ CONFIG_IPDDP_ENCAP=y
CONFIG_IPDDP_DECAP=y
CONFIG_X25=m
CONFIG_LAPB=m
-CONFIG_ECONET=m
-CONFIG_ECONET_AUNUDP=y
-CONFIG_ECONET_NATIVE=y
CONFIG_WAN_ROUTER=m
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_CBQ=m
diff --git a/arch/mips/configs/mtx1_defconfig b/arch/mips/configs/mtx1_defconfig
index 8146997..79cfb0b 100644
--- a/arch/mips/configs/mtx1_defconfig
+++ b/arch/mips/configs/mtx1_defconfig
@@ -154,9 +154,6 @@ CONFIG_IPDDP_ENCAP=y
CONFIG_IPDDP_DECAP=y
CONFIG_X25=m
CONFIG_LAPB=m
-CONFIG_ECONET=m
-CONFIG_ECONET_AUNUDP=y
-CONFIG_ECONET_NATIVE=y
CONFIG_WAN_ROUTER=m
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_CBQ=m
diff --git a/arch/um/defconfig b/arch/um/defconfig
index 564f3de..1fd4718 100644
--- a/arch/um/defconfig
+++ b/arch/um/defconfig
@@ -296,7 +296,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
-# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_SCHED is not set
diff --git a/arch/xtensa/configs/common_defconfig b/arch/xtensa/configs/common_defconfig
index 1d230ee..8c8916c 100644
--- a/arch/xtensa/configs/common_defconfig
+++ b/arch/xtensa/configs/common_defconfig
@@ -239,7 +239,6 @@ CONFIG_IP_PNP_RARP=y
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_NET_DIVERT is not set
-# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
#
diff --git a/arch/xtensa/configs/iss_defconfig b/arch/xtensa/configs/iss_defconfig
index 7368164..de0c75f 100644
--- a/arch/xtensa/configs/iss_defconfig
+++ b/arch/xtensa/configs/iss_defconfig
@@ -249,7 +249,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
-# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_PHONET is not set
# CONFIG_IEEE802154 is not set
diff --git a/arch/xtensa/configs/s6105_defconfig b/arch/xtensa/configs/s6105_defconfig
index bb84fbc..c273505 100644
--- a/arch/xtensa/configs/s6105_defconfig
+++ b/arch/xtensa/configs/s6105_defconfig
@@ -204,7 +204,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
-# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_SCHED is not set
# CONFIG_DCB is not set
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
index 9f83e21..695110d 100644
--- a/drivers/staging/Kconfig
+++ b/drivers/staging/Kconfig
@@ -192,5 +192,7 @@ source "drivers/staging/cptm1217/Kconfig"
source "drivers/staging/ste_rmi4/Kconfig"
+source "drivers/staging/econet/Kconfig"
+
endif # !STAGING_EXCLUDE_BUILD
endif # STAGING
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
index 75c0c1f..03f08ed 100644
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -71,3 +71,4 @@ obj-$(CONFIG_SND_INTEL_SST) += intel_sst/
obj-$(CONFIG_SPEAKUP) += speakup/
obj-$(CONFIG_TOUCHSCREEN_CLEARPAD_TM1217) += cptm1217/
obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4) += ste_rmi4/
+obj-$(CONFIG_ECONET) += econet/
diff --git a/net/econet/Kconfig b/drivers/staging/econet/Kconfig
similarity index 100%
rename from net/econet/Kconfig
rename to drivers/staging/econet/Kconfig
diff --git a/net/econet/Makefile b/drivers/staging/econet/Makefile
similarity index 100%
rename from net/econet/Makefile
rename to drivers/staging/econet/Makefile
diff --git a/net/econet/af_econet.c b/drivers/staging/econet/af_econet.c
similarity index 100%
rename from net/econet/af_econet.c
rename to drivers/staging/econet/af_econet.c
diff --git a/net/Kconfig b/net/Kconfig
index 5e203b5..4d5b5ed 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -207,7 +207,6 @@ source "net/ipx/Kconfig"
source "drivers/net/appletalk/Kconfig"
source "net/x25/Kconfig"
source "net/lapb/Kconfig"
-source "net/econet/Kconfig"
source "net/wanrouter/Kconfig"
source "net/phonet/Kconfig"
source "net/ieee802154/Kconfig"
diff --git a/net/Makefile b/net/Makefile
index 6b7bfd7..0f4ed79 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -42,7 +42,6 @@ obj-$(CONFIG_AF_RXRPC) += rxrpc/
obj-$(CONFIG_ATM) += atm/
obj-$(CONFIG_L2TP) += l2tp/
obj-$(CONFIG_DECNET) += decnet/
-obj-$(CONFIG_ECONET) += econet/
obj-$(CONFIG_PHONET) += phonet/
ifneq ($(CONFIG_VLAN_8021Q),)
obj-y += 8021q/
--
1.7.2.3
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] econet: Move to staging; remove from defconfig
2010-11-27 22:44 [PATCH] econet: Move to staging; remove from defconfig Ben Hutchings
@ 2010-11-28 0:21 ` Greg KH
2010-11-28 1:26 ` David Miller
0 siblings, 1 reply; 8+ messages in thread
From: Greg KH @ 2010-11-28 0:21 UTC (permalink / raw)
To: Ben Hutchings
Cc: David Miller, netdev, devel, linux-arm-kernel,
Debian kernel maintainers
On Sat, Nov 27, 2010 at 10:44:28PM +0000, Ben Hutchings wrote:
> Recent review has revealed several bugs in econet and other obscure
> protocol implementations that can be exploited by local users for
> denial of service or privilege escalation.
>
> The econet protocol (PF_ECONET) is unmaintained. There appear to be
> no published applications for it, and it has never progressed beyond
> 'experimental' status.
>
> This protocol generally should not be enabled by distributions, since
> the cost of a security flaw affecting all installed systems presumably
> outweighs the benefit to the few (if any) legitimate users.
>
> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
> ---
> As requested, I'm actually renaming the directory this time. I also
> noticed that ECONET was enabled in a couple of ARM defconfigs and
> explicitly disabled in various other defconfigs, so I've removed those
> lines as well.
>
> This is based on linux-next; I hope it applies to staging.
>
> Ben.
>
> arch/arm/configs/ixp4xx_defconfig | 3 ---
> arch/arm/configs/pnx4008_defconfig | 3 ---
> arch/mips/configs/gpr_defconfig | 3 ---
> arch/mips/configs/mtx1_defconfig | 3 ---
> arch/um/defconfig | 1 -
> arch/xtensa/configs/common_defconfig | 1 -
> arch/xtensa/configs/iss_defconfig | 1 -
> arch/xtensa/configs/s6105_defconfig | 1 -
No need to change the defconfigs, they will get updated on their own if
they need to be.
> drivers/staging/Kconfig | 2 ++
> drivers/staging/Makefile | 1 +
> {net => drivers/staging}/econet/Kconfig | 0
> {net => drivers/staging}/econet/Makefile | 0
> {net => drivers/staging}/econet/af_econet.c | 0
> net/Kconfig | 1 -
> net/Makefile | 1 -
> 15 files changed, 3 insertions(+), 18 deletions(-)
> rename {net => drivers/staging}/econet/Kconfig (100%)
> rename {net => drivers/staging}/econet/Makefile (100%)
> rename {net => drivers/staging}/econet/af_econet.c (100%)
>
> diff --git a/arch/arm/configs/ixp4xx_defconfig b/arch/arm/configs/ixp4xx_defconfig
> index 5c50239..bd85c32 100644
> --- a/arch/arm/configs/ixp4xx_defconfig
> +++ b/arch/arm/configs/ixp4xx_defconfig
> @@ -88,9 +88,6 @@ CONFIG_IPDDP_ENCAP=y
> CONFIG_IPDDP_DECAP=y
> CONFIG_X25=m
> CONFIG_LAPB=m
> -CONFIG_ECONET=m
> -CONFIG_ECONET_AUNUDP=y
> -CONFIG_ECONET_NATIVE=y
Doesn't this imply that someone is actually using this?
> CONFIG_WAN_ROUTER=m
> CONFIG_NET_SCHED=y
> CONFIG_NET_SCH_CBQ=m
> diff --git a/arch/arm/configs/pnx4008_defconfig b/arch/arm/configs/pnx4008_defconfig
> index bd481f0..8301e4a 100644
> --- a/arch/arm/configs/pnx4008_defconfig
> +++ b/arch/arm/configs/pnx4008_defconfig
> @@ -101,9 +101,6 @@ CONFIG_IPDDP_ENCAP=y
> CONFIG_IPDDP_DECAP=y
> CONFIG_X25=m
> CONFIG_LAPB=m
> -CONFIG_ECONET=m
> -CONFIG_ECONET_AUNUDP=y
> -CONFIG_ECONET_NATIVE=y
Same here and for the others.
I also need a TODO file for the staging directory location (see the
others for drivers that are going away as an example.)
And I need an ack from the networking maintainer to be able to accept
this also.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] econet: Move to staging; remove from defconfig
2010-11-28 0:21 ` Greg KH
@ 2010-11-28 1:26 ` David Miller
2010-11-28 1:39 ` Greg KH
2010-11-28 1:53 ` Ben Hutchings
0 siblings, 2 replies; 8+ messages in thread
From: David Miller @ 2010-11-28 1:26 UTC (permalink / raw)
To: gregkh; +Cc: ben, netdev, devel, linux-arm-kernel, debian-kernel
From: Greg KH <gregkh@suse.de>
Date: Sat, 27 Nov 2010 16:21:35 -0800
> And I need an ack from the networking maintainer to be able to accept
> this also.
I'm not applying this, nor do I want anyone else to.
If people think this protocol is not maintained adequately
right now, wait until you push it into staging.
Furthermore, once Phil Blundell was made aware of security
holes in econet he fixed them within a few days. Which is
much better than I can say for some of the other protocols
and filesystems in the tree.
Moving this into staging, is therefore not appropriate.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] econet: Move to staging; remove from defconfig
2010-11-28 1:26 ` David Miller
@ 2010-11-28 1:39 ` Greg KH
2010-11-28 2:02 ` Ben Hutchings
2010-11-28 1:53 ` Ben Hutchings
1 sibling, 1 reply; 8+ messages in thread
From: Greg KH @ 2010-11-28 1:39 UTC (permalink / raw)
To: David Miller; +Cc: devel, netdev, ben, linux-arm-kernel, debian-kernel
On Sat, Nov 27, 2010 at 05:26:44PM -0800, David Miller wrote:
> From: Greg KH <gregkh@suse.de>
> Date: Sat, 27 Nov 2010 16:21:35 -0800
>
> > And I need an ack from the networking maintainer to be able to accept
> > this also.
>
> I'm not applying this, nor do I want anyone else to.
>
> If people think this protocol is not maintained adequately
> right now, wait until you push it into staging.
>
> Furthermore, once Phil Blundell was made aware of security
> holes in econet he fixed them within a few days. Which is
> much better than I can say for some of the other protocols
> and filesystems in the tree.
>
> Moving this into staging, is therefore not appropriate.
Agreed.
Ben, why are you trying to remove these protocols that people use and
maintain? This is the third one that has been shot down recently...
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] econet: Move to staging; remove from defconfig
2010-11-28 1:26 ` David Miller
2010-11-28 1:39 ` Greg KH
@ 2010-11-28 1:53 ` Ben Hutchings
2010-11-28 6:38 ` David Miller
1 sibling, 1 reply; 8+ messages in thread
From: Ben Hutchings @ 2010-11-28 1:53 UTC (permalink / raw)
To: David Miller; +Cc: gregkh, netdev, devel, linux-arm-kernel, debian-kernel
[-- Attachment #1: Type: text/plain, Size: 1171 bytes --]
On Sat, 2010-11-27 at 17:26 -0800, David Miller wrote:
> From: Greg KH <gregkh@suse.de>
> Date: Sat, 27 Nov 2010 16:21:35 -0800
>
> > And I need an ack from the networking maintainer to be able to accept
> > this also.
>
> I'm not applying this, nor do I want anyone else to.
>
> If people think this protocol is not maintained adequately
> right now, wait until you push it into staging.
>
> Furthermore, once Phil Blundell was made aware of security
> holes in econet he fixed them within a few days. Which is
> much better than I can say for some of the other protocols
> and filesystems in the tree.
Those bugs were present for years and would have been obvious to anyone
who cared to read the code. While I very much appreciate Phil's quick
response, I don't think this reactive maintenance is enough.
> Moving this into staging, is therefore not appropriate.
Oh well, it's not enough as if many distributions bothered to build it
anyway, and we've learned our lesson now. Whether it's labelled as
staging or not, it's dead, Jim.
Ben.
--
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] econet: Move to staging; remove from defconfig
2010-11-28 1:39 ` Greg KH
@ 2010-11-28 2:02 ` Ben Hutchings
0 siblings, 0 replies; 8+ messages in thread
From: Ben Hutchings @ 2010-11-28 2:02 UTC (permalink / raw)
To: Greg KH; +Cc: David Miller, netdev, devel, linux-arm-kernel, debian-kernel
[-- Attachment #1: Type: text/plain, Size: 1233 bytes --]
On Sat, 2010-11-27 at 17:39 -0800, Greg KH wrote:
> On Sat, Nov 27, 2010 at 05:26:44PM -0800, David Miller wrote:
> > From: Greg KH <gregkh@suse.de>
> > Date: Sat, 27 Nov 2010 16:21:35 -0800
> >
> > > And I need an ack from the networking maintainer to be able to accept
> > > this also.
> >
> > I'm not applying this, nor do I want anyone else to.
> >
> > If people think this protocol is not maintained adequately
> > right now, wait until you push it into staging.
> >
> > Furthermore, once Phil Blundell was made aware of security
> > holes in econet he fixed them within a few days. Which is
> > much better than I can say for some of the other protocols
> > and filesystems in the tree.
> >
> > Moving this into staging, is therefore not appropriate.
>
> Agreed.
>
> Ben, why are you trying to remove these protocols that people use and
> maintain? This is the third one that has been shot down recently...
Moving to staging is a step toward removal, but not removal itself. I
already stated the reasons I picked those three protocols; I'm not going
to push the issue if David disagrees.
Ben.
--
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] econet: Move to staging; remove from defconfig
2010-11-28 1:53 ` Ben Hutchings
@ 2010-11-28 6:38 ` David Miller
2010-11-28 15:11 ` Ben Hutchings
0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2010-11-28 6:38 UTC (permalink / raw)
To: ben; +Cc: gregkh, netdev, devel, linux-arm-kernel, debian-kernel
From: Ben Hutchings <ben@decadent.org.uk>
Date: Sun, 28 Nov 2010 01:53:35 +0000
> On Sat, 2010-11-27 at 17:26 -0800, David Miller wrote:
>> From: Greg KH <gregkh@suse.de>
>> Date: Sat, 27 Nov 2010 16:21:35 -0800
>>
>> > And I need an ack from the networking maintainer to be able to accept
>> > this also.
>>
>> I'm not applying this, nor do I want anyone else to.
>>
>> If people think this protocol is not maintained adequately
>> right now, wait until you push it into staging.
>>
>> Furthermore, once Phil Blundell was made aware of security
>> holes in econet he fixed them within a few days. Which is
>> much better than I can say for some of the other protocols
>> and filesystems in the tree.
>
> Those bugs were present for years and would have been obvious to anyone
> who cared to read the code. While I very much appreciate Phil's quick
> response, I don't think this reactive maintenance is enough.
These same arguments could for be made for RDS. Look at all the
hellacious awful obvious crap we've discovered in that code recently.
A simple read would have caught those too, and I don't see it's
maintainer doing such things.
So, you're very much still not convincing Ben, but feel free to keep
trying.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] econet: Move to staging; remove from defconfig
2010-11-28 6:38 ` David Miller
@ 2010-11-28 15:11 ` Ben Hutchings
0 siblings, 0 replies; 8+ messages in thread
From: Ben Hutchings @ 2010-11-28 15:11 UTC (permalink / raw)
To: David Miller; +Cc: gregkh, netdev, devel, linux-arm-kernel, debian-kernel
[-- Attachment #1: Type: text/plain, Size: 1962 bytes --]
On Sat, 2010-11-27 at 22:38 -0800, David Miller wrote:
> From: Ben Hutchings <ben@decadent.org.uk>
> Date: Sun, 28 Nov 2010 01:53:35 +0000
>
> > On Sat, 2010-11-27 at 17:26 -0800, David Miller wrote:
> >> From: Greg KH <gregkh@suse.de>
> >> Date: Sat, 27 Nov 2010 16:21:35 -0800
> >>
> >> > And I need an ack from the networking maintainer to be able to accept
> >> > this also.
> >>
> >> I'm not applying this, nor do I want anyone else to.
> >>
> >> If people think this protocol is not maintained adequately
> >> right now, wait until you push it into staging.
> >>
> >> Furthermore, once Phil Blundell was made aware of security
> >> holes in econet he fixed them within a few days. Which is
> >> much better than I can say for some of the other protocols
> >> and filesystems in the tree.
> >
> > Those bugs were present for years and would have been obvious to anyone
> > who cared to read the code. While I very much appreciate Phil's quick
> > response, I don't think this reactive maintenance is enough.
>
> These same arguments could for be made for RDS. Look at all the
> hellacious awful obvious crap we've discovered in that code recently.
> A simple read would have caught those too, and I don't see it's
> maintainer doing such things.
Indeed, hence the change I made for the upcoming Debian release was:
* af_802154,decnet,econet,rds,x25: Disable auto-loading as mitigation
against local exploits. These protocol modules are not widely used
and can be explicitly loaded or aliased on systems where they are
wanted.
(While decnet may be in better shape than the others, auto-loading is
unnecessary for us as the userland support package explicitly loads
it..)
> So, you're very much still not convincing Ben, but feel free to keep
> trying.
I'm not going to try any more.
Ben.
--
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-11-28 15:11 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-27 22:44 [PATCH] econet: Move to staging; remove from defconfig Ben Hutchings
2010-11-28 0:21 ` Greg KH
2010-11-28 1:26 ` David Miller
2010-11-28 1:39 ` Greg KH
2010-11-28 2:02 ` Ben Hutchings
2010-11-28 1:53 ` Ben Hutchings
2010-11-28 6:38 ` David Miller
2010-11-28 15:11 ` Ben Hutchings
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).