Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/galileo: CONFIG_LBDAF=y
@ 2017-09-02  8:10 Nicholas Sielicki
  2017-09-02 18:14 ` Thomas Petazzoni
  2017-10-16 21:43 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Nicholas Sielicki @ 2017-09-02  8:10 UTC (permalink / raw)
  To: buildroot

Kernel help-text states, "The ext4 filesystem requires that this feature
be enabled <...> otherwise, it will refuse to mount in the read-write
mode any filesystems that use the huge_file feature, which is enabled by
default by mke2fs.ext4."

If the rootfs is to be (re)mounted rw at boot, this must be set for the
system to successfully come up.

Signed-off-by: Nicholas Sielicki <sielicki@yandex.com>
---
 board/intel/galileo/linux-3.14.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/intel/galileo/linux-3.14.config b/board/intel/galileo/linux-3.14.config
index 58564da9e..e7aa9cf23 100644
--- a/board/intel/galileo/linux-3.14.config
+++ b/board/intel/galileo/linux-3.14.config
@@ -28,7 +28,7 @@ CONFIG_EMBEDDED=y
 CONFIG_JUMP_LABEL=y
 CONFIG_MODULES=y
 CONFIG_MODULE_UNLOAD=y
-# CONFIG_LBDAF is not set
+CONFIG_LBDAF=y
 CONFIG_PARTITION_ADVANCED=y
 CONFIG_BSD_DISKLABEL=y
 # CONFIG_ZONE_DMA is not set
-- 
2.14.1

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

* [Buildroot] [PATCH] configs/galileo: CONFIG_LBDAF=y
  2017-09-02  8:10 [Buildroot] [PATCH] configs/galileo: CONFIG_LBDAF=y Nicholas Sielicki
@ 2017-09-02 18:14 ` Thomas Petazzoni
  2017-10-16 21:43 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-09-02 18:14 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat,  2 Sep 2017 03:10:32 -0500, Nicholas Sielicki wrote:
> Kernel help-text states, "The ext4 filesystem requires that this feature
> be enabled <...> otherwise, it will refuse to mount in the read-write
> mode any filesystems that use the huge_file feature, which is enabled by
> default by mke2fs.ext4."
> 
> If the rootfs is to be (re)mounted rw at boot, this must be set for the
> system to successfully come up.
> 
> Signed-off-by: Nicholas Sielicki <sielicki@yandex.com>
> ---
>  board/intel/galileo/linux-3.14.config | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] configs/galileo: CONFIG_LBDAF=y
  2017-09-02  8:10 [Buildroot] [PATCH] configs/galileo: CONFIG_LBDAF=y Nicholas Sielicki
  2017-09-02 18:14 ` Thomas Petazzoni
@ 2017-10-16 21:43 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-10-16 21:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Nicholas" == Nicholas Sielicki <sielicki@yandex.com> writes:

 > Kernel help-text states, "The ext4 filesystem requires that this feature
 > be enabled <...> otherwise, it will refuse to mount in the read-write
 > mode any filesystems that use the huge_file feature, which is enabled by
 > default by mke2fs.ext4."

 > If the rootfs is to be (re)mounted rw at boot, this must be set for the
 > system to successfully come up.

 > Signed-off-by: Nicholas Sielicki <sielicki@yandex.com>

Committed to 2017.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-10-16 21:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-02  8:10 [Buildroot] [PATCH] configs/galileo: CONFIG_LBDAF=y Nicholas Sielicki
2017-09-02 18:14 ` Thomas Petazzoni
2017-10-16 21:43 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox