* [PATCH] ARM: shmobile: koelsch: Enable DEVTMPFS_MOUNT in defconfig
@ 2014-01-12 11:15 Geert Uytterhoeven
2014-01-13 0:38 ` Simon Horman
0 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2014-01-12 11:15 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Without this, a Debian jessie nfsroot hangs early in the boot process.
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
---
arch/arm/configs/koelsch_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig
index 8f283f725a12..7c06fbac21a7 100644
--- a/arch/arm/configs/koelsch_defconfig
+++ b/arch/arm/configs/koelsch_defconfig
@@ -36,6 +36,8 @@ CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
+CONFIG_DEVTMPFS=y
+CONFIG_DEVTMPFS_MOUNT=y
CONFIG_MTD=y
CONFIG_MTD_M25P80=y
CONFIG_NETDEVICES=y
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: shmobile: koelsch: Enable DEVTMPFS_MOUNT in defconfig
2014-01-12 11:15 [PATCH] ARM: shmobile: koelsch: Enable DEVTMPFS_MOUNT in defconfig Geert Uytterhoeven
@ 2014-01-13 0:38 ` Simon Horman
2014-01-13 8:02 ` Geert Uytterhoeven
0 siblings, 1 reply; 6+ messages in thread
From: Simon Horman @ 2014-01-13 0:38 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, Jan 12, 2014 at 12:15:49PM +0100, Geert Uytterhoeven wrote:
> From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
>
> Without this, a Debian jessie nfsroot hangs early in the boot process.
If this is really necessary for Jessie to boot then I think
we should enabled it in all shmobile defconfigs.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
> ---
> arch/arm/configs/koelsch_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig
> index 8f283f725a12..7c06fbac21a7 100644
> --- a/arch/arm/configs/koelsch_defconfig
> +++ b/arch/arm/configs/koelsch_defconfig
> @@ -36,6 +36,8 @@ CONFIG_UNIX=y
> CONFIG_INET=y
> CONFIG_IP_PNP=y
> CONFIG_IP_PNP_DHCP=y
> +CONFIG_DEVTMPFS=y
> +CONFIG_DEVTMPFS_MOUNT=y
> CONFIG_MTD=y
> CONFIG_MTD_M25P80=y
> CONFIG_NETDEVICES=y
> --
> 1.7.9.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: shmobile: koelsch: Enable DEVTMPFS_MOUNT in defconfig
2014-01-13 0:38 ` Simon Horman
@ 2014-01-13 8:02 ` Geert Uytterhoeven
2014-01-13 8:49 ` Simon Horman
0 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2014-01-13 8:02 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jan 13, 2014 at 1:38 AM, Simon Horman <horms@verge.net.au> wrote:
> On Sun, Jan 12, 2014 at 12:15:49PM +0100, Geert Uytterhoeven wrote:
>> From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
>>
>> Without this, a Debian jessie nfsroot hangs early in the boot process.
>
> If this is really necessary for Jessie to boot then I think
I think it's needed for udev. Looking in the git history for similar changes
to other defconfigs confirmed that.
> we should enabled it in all shmobile defconfigs.
Sure. Do you want me to send patches for that, or will you take care yourself?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: shmobile: koelsch: Enable DEVTMPFS_MOUNT in defconfig
2014-01-13 8:02 ` Geert Uytterhoeven
@ 2014-01-13 8:49 ` Simon Horman
2014-01-14 0:36 ` Simon Horman
0 siblings, 1 reply; 6+ messages in thread
From: Simon Horman @ 2014-01-13 8:49 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jan 13, 2014 at 09:02:07AM +0100, Geert Uytterhoeven wrote:
> On Mon, Jan 13, 2014 at 1:38 AM, Simon Horman <horms@verge.net.au> wrote:
> > On Sun, Jan 12, 2014 at 12:15:49PM +0100, Geert Uytterhoeven wrote:
> >> From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
> >>
> >> Without this, a Debian jessie nfsroot hangs early in the boot process.
> >
> > If this is really necessary for Jessie to boot then I think
>
> I think it's needed for udev. Looking in the git history for similar changes
> to other defconfigs confirmed that.
Ok, thanks.
> > we should enabled it in all shmobile defconfigs.
>
> Sure. Do you want me to send patches for that, or will you take care yourself?
If you have time to prepare patches that would be great.
Else I can do it myself.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: shmobile: koelsch: Enable DEVTMPFS_MOUNT in defconfig
2014-01-13 8:49 ` Simon Horman
@ 2014-01-14 0:36 ` Simon Horman
2014-01-14 8:30 ` Geert Uytterhoeven
0 siblings, 1 reply; 6+ messages in thread
From: Simon Horman @ 2014-01-14 0:36 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jan 13, 2014 at 05:49:20PM +0900, Simon Horman wrote:
> On Mon, Jan 13, 2014 at 09:02:07AM +0100, Geert Uytterhoeven wrote:
> > On Mon, Jan 13, 2014 at 1:38 AM, Simon Horman <horms@verge.net.au> wrote:
> > > On Sun, Jan 12, 2014 at 12:15:49PM +0100, Geert Uytterhoeven wrote:
> > >> From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
> > >>
> > >> Without this, a Debian jessie nfsroot hangs early in the boot process.
> > >
> > > If this is really necessary for Jessie to boot then I think
> >
> > I think it's needed for udev. Looking in the git history for similar changes
> > to other defconfigs confirmed that.
>
> Ok, thanks.
>
> > > we should enabled it in all shmobile defconfigs.
> >
> > Sure. Do you want me to send patches for that, or will you take care yourself?
>
> If you have time to prepare patches that would be great.
> Else I can do it myself.
In the mean time I will queue this up. In doing so I had to resolve
a minor conflict. The result is as follows. Please check it.
From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
ARM: shmobile: koelsch: Enable DEVTMPFS_MOUNT in defconfig
Without this, a Debian jessie nfsroot hangs early in the boot process.
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
[horms+renesas@verge.net.au: resolved trivial conflict]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig
index 4071e61..3015797 100644
--- a/arch/arm/configs/koelsch_defconfig
+++ b/arch/arm/configs/koelsch_defconfig
@@ -34,6 +34,8 @@ CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
+CONFIG_DEVTMPFS=y
+CONFIG_DEVTMPFS_MOUNT=y
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_BLK_DEV_SD=y
CONFIG_ATA=y
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: shmobile: koelsch: Enable DEVTMPFS_MOUNT in defconfig
2014-01-14 0:36 ` Simon Horman
@ 2014-01-14 8:30 ` Geert Uytterhoeven
0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2014-01-14 8:30 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jan 14, 2014 at 1:36 AM, Simon Horman <horms@verge.net.au> wrote:
> In the mean time I will queue this up. In doing so I had to resolve
> a minor conflict. The result is as follows. Please check it.
>
> From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
>
> ARM: shmobile: koelsch: Enable DEVTMPFS_MOUNT in defconfig
>
> Without this, a Debian jessie nfsroot hangs early in the boot process.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
> [horms+renesas@verge.net.au: resolved trivial conflict]
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
>
> diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig
> index 4071e61..3015797 100644
> --- a/arch/arm/configs/koelsch_defconfig
> +++ b/arch/arm/configs/koelsch_defconfig
> @@ -34,6 +34,8 @@ CONFIG_UNIX=y
> CONFIG_INET=y
> CONFIG_IP_PNP=y
> CONFIG_IP_PNP_DHCP=y
> +CONFIG_DEVTMPFS=y
> +CONFIG_DEVTMPFS_MOUNT=y
> CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
> CONFIG_BLK_DEV_SD=y
> CONFIG_ATA=y
Looks OK, thanks!
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-01-14 8:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-12 11:15 [PATCH] ARM: shmobile: koelsch: Enable DEVTMPFS_MOUNT in defconfig Geert Uytterhoeven
2014-01-13 0:38 ` Simon Horman
2014-01-13 8:02 ` Geert Uytterhoeven
2014-01-13 8:49 ` Simon Horman
2014-01-14 0:36 ` Simon Horman
2014-01-14 8:30 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox