linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] microblaze: defconfig: Enable devtmps and tmpfs
@ 2019-10-08 10:03 Michal Simek
  2019-10-25  6:16 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2019-10-08 10:03 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git
  Cc: Manjukumar Matha, Linus Walleij, u-boot

From: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>

Currently dropbear does not run in background because devtmps and tmpfs
is not enabled by default. Enable devtmps and tmpfs to fix this issue.

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/microblaze/configs/mmu_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/microblaze/configs/mmu_defconfig b/arch/microblaze/configs/mmu_defconfig
index 654edfdc7867..b3b433db89d8 100644
--- a/arch/microblaze/configs/mmu_defconfig
+++ b/arch/microblaze/configs/mmu_defconfig
@@ -33,6 +33,8 @@ CONFIG_INET=y
 # CONFIG_IPV6 is not set
 CONFIG_BRIDGE=m
 CONFIG_PCI=y
+CONFIG_DEVTMPFS=y
+CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_MTD=y
 CONFIG_MTD_CFI=y
 CONFIG_MTD_CFI_INTELEXT=y
@@ -73,6 +75,7 @@ CONFIG_UIO_PDRV_GENIRQ=y
 CONFIG_UIO_DMEM_GENIRQ=y
 CONFIG_EXT2_FS=y
 # CONFIG_DNOTIFY is not set
+CONFIG_TMPFS=y
 CONFIG_CRAMFS=y
 CONFIG_ROMFS_FS=y
 CONFIG_NFS_FS=y
-- 
2.17.1


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

* Re: [PATCH] microblaze: defconfig: Enable devtmps and tmpfs
  2019-10-08 10:03 [PATCH] microblaze: defconfig: Enable devtmps and tmpfs Michal Simek
@ 2019-10-25  6:16 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2019-10-25  6:16 UTC (permalink / raw)
  To: LKML, Michal Simek, git; +Cc: Manjukumar Matha, Linus Walleij, U-Boot

út 8. 10. 2019 v 12:03 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> From: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
>
> Currently dropbear does not run in background because devtmps and tmpfs
> is not enabled by default. Enable devtmps and tmpfs to fix this issue.
>
> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  arch/microblaze/configs/mmu_defconfig | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/arch/microblaze/configs/mmu_defconfig b/arch/microblaze/configs/mmu_defconfig
> index 654edfdc7867..b3b433db89d8 100644
> --- a/arch/microblaze/configs/mmu_defconfig
> +++ b/arch/microblaze/configs/mmu_defconfig
> @@ -33,6 +33,8 @@ CONFIG_INET=y
>  # CONFIG_IPV6 is not set
>  CONFIG_BRIDGE=m
>  CONFIG_PCI=y
> +CONFIG_DEVTMPFS=y
> +CONFIG_DEVTMPFS_MOUNT=y
>  CONFIG_MTD=y
>  CONFIG_MTD_CFI=y
>  CONFIG_MTD_CFI_INTELEXT=y
> @@ -73,6 +75,7 @@ CONFIG_UIO_PDRV_GENIRQ=y
>  CONFIG_UIO_DMEM_GENIRQ=y
>  CONFIG_EXT2_FS=y
>  # CONFIG_DNOTIFY is not set
> +CONFIG_TMPFS=y
>  CONFIG_CRAMFS=y
>  CONFIG_ROMFS_FS=y
>  CONFIG_NFS_FS=y
> --
> 2.17.1
>

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

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

end of thread, other threads:[~2019-10-25  6:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08 10:03 [PATCH] microblaze: defconfig: Enable devtmps and tmpfs Michal Simek
2019-10-25  6:16 ` Michal Simek

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).