All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: OCTEON: Enable DEVTMPFS
@ 2017-02-15 17:17 ` James Hogan
  0 siblings, 0 replies; 3+ messages in thread
From: James Hogan @ 2017-02-15 17:17 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: James Hogan, David Daney, linux-mips

Recent versions of udev and systemd require the kernel to be compiled
with CONFIG_DEVTMPFS in order to populate the /dev directory. Most MIPS
platforms have it enabled by default, so enable it for the Cavium Octeon
defconfig as well. This will assist with automated kernel boot testing.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
---
 arch/mips/configs/cavium_octeon_defconfig | 1 +
 1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/arch/mips/configs/cavium_octeon_defconfig b/arch/mips/configs/cavium_octeon_defconfig
index d470d08362c0..31e3c4d9adb0 100644
--- a/arch/mips/configs/cavium_octeon_defconfig
+++ b/arch/mips/configs/cavium_octeon_defconfig
@@ -45,6 +45,7 @@ CONFIG_SYN_COOKIES=y
 # CONFIG_INET_LRO is not set
 CONFIG_IPV6=y
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_DEVTMPFS=y
 # CONFIG_FW_LOADER is not set
 CONFIG_MTD=y
 # CONFIG_MTD_OF_PARTS is not set
-- 
git-series 0.8.10

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] MIPS: OCTEON: Enable DEVTMPFS
@ 2017-02-15 17:17 ` James Hogan
  0 siblings, 0 replies; 3+ messages in thread
From: James Hogan @ 2017-02-15 17:17 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: James Hogan, David Daney, linux-mips

Recent versions of udev and systemd require the kernel to be compiled
with CONFIG_DEVTMPFS in order to populate the /dev directory. Most MIPS
platforms have it enabled by default, so enable it for the Cavium Octeon
defconfig as well. This will assist with automated kernel boot testing.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
---
 arch/mips/configs/cavium_octeon_defconfig | 1 +
 1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/arch/mips/configs/cavium_octeon_defconfig b/arch/mips/configs/cavium_octeon_defconfig
index d470d08362c0..31e3c4d9adb0 100644
--- a/arch/mips/configs/cavium_octeon_defconfig
+++ b/arch/mips/configs/cavium_octeon_defconfig
@@ -45,6 +45,7 @@ CONFIG_SYN_COOKIES=y
 # CONFIG_INET_LRO is not set
 CONFIG_IPV6=y
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_DEVTMPFS=y
 # CONFIG_FW_LOADER is not set
 CONFIG_MTD=y
 # CONFIG_MTD_OF_PARTS is not set
-- 
git-series 0.8.10

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MIPS: OCTEON: Enable DEVTMPFS
  2017-02-15 17:17 ` James Hogan
  (?)
@ 2017-02-15 18:00 ` David Daney
  -1 siblings, 0 replies; 3+ messages in thread
From: David Daney @ 2017-02-15 18:00 UTC (permalink / raw)
  To: James Hogan, Ralf Baechle; +Cc: David Daney, linux-mips

On 02/15/2017 09:17 AM, James Hogan wrote:
> Recent versions of udev and systemd require the kernel to be compiled
> with CONFIG_DEVTMPFS in order to populate the /dev directory. Most MIPS
> platforms have it enabled by default, so enable it for the Cavium Octeon
> defconfig as well. This will assist with automated kernel boot testing.
>
> Signed-off-by: James Hogan <james.hogan@imgtec.com>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Cc: David Daney <david.daney@cavium.com>
> Cc: linux-mips@linux-mips.org

Sounds good,
Acked-by: David Daney <david.daney@cavium.com>

> ---
>  arch/mips/configs/cavium_octeon_defconfig | 1 +
>  1 file changed, 1 insertion(+), 0 deletions(-)
>
> diff --git a/arch/mips/configs/cavium_octeon_defconfig b/arch/mips/configs/cavium_octeon_defconfig
> index d470d08362c0..31e3c4d9adb0 100644
> --- a/arch/mips/configs/cavium_octeon_defconfig
> +++ b/arch/mips/configs/cavium_octeon_defconfig
> @@ -45,6 +45,7 @@ CONFIG_SYN_COOKIES=y
>  # CONFIG_INET_LRO is not set
>  CONFIG_IPV6=y
>  CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
> +CONFIG_DEVTMPFS=y
>  # CONFIG_FW_LOADER is not set
>  CONFIG_MTD=y
>  # CONFIG_MTD_OF_PARTS is not set
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-15 18:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-15 17:17 [PATCH] MIPS: OCTEON: Enable DEVTMPFS James Hogan
2017-02-15 17:17 ` James Hogan
2017-02-15 18:00 ` David Daney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.