All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP3: PM: Update omap3_pm_defconfig
@ 2009-10-07  6:59 Rajendra Nayak
  2009-10-07 12:01 ` Gadiyar, Anand
  0 siblings, 1 reply; 4+ messages in thread
From: Rajendra Nayak @ 2009-10-07  6:59 UTC (permalink / raw)
  To: linux-omap; +Cc: Rajendra Nayak

Some of the sysfs deprecated entries, if not enabled cause
root filesystem mounts to fail at boot.
This is seen on both the 3430SDP as well as 3430zoom platforms.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
---
 arch/arm/configs/omap3_pm_defconfig |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/arm/configs/omap3_pm_defconfig b/arch/arm/configs/omap3_pm_defconfig
index 9d54139..b1c42ed 100644
--- a/arch/arm/configs/omap3_pm_defconfig
+++ b/arch/arm/configs/omap3_pm_defconfig
@@ -58,7 +58,8 @@ CONFIG_FAIR_GROUP_SCHED=y
 CONFIG_USER_SCHED=y
 # CONFIG_CGROUP_SCHED is not set
 # CONFIG_CGROUPS is not set
-# CONFIG_SYSFS_DEPRECATED_V2 is not set
+CONFIG_SYSFS_DEPRECATED=y
+CONFIG_SYSFS_DEPRECATED_V2=y
 # CONFIG_RELAY is not set
 # CONFIG_NAMESPACES is not set
 CONFIG_BLK_DEV_INITRD=y
-- 
1.5.4.7


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

* RE: [PATCH] OMAP3: PM: Update omap3_pm_defconfig
  2009-10-07  6:59 [PATCH] OMAP3: PM: Update omap3_pm_defconfig Rajendra Nayak
@ 2009-10-07 12:01 ` Gadiyar, Anand
  2009-10-07 12:05   ` Nayak, Rajendra
  0 siblings, 1 reply; 4+ messages in thread
From: Gadiyar, Anand @ 2009-10-07 12:01 UTC (permalink / raw)
  To: Nayak, Rajendra, linux-omap@vger.kernel.org

> Some of the sysfs deprecated entries, if not enabled cause
> root filesystem mounts to fail at boot.
> This is seen on both the 3430SDP as well as 3430zoom platforms.
> 
> Signed-off-by: Rajendra Nayak <rnayak@ti.com>
> ---
>  arch/arm/configs/omap3_pm_defconfig |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/configs/omap3_pm_defconfig 
> b/arch/arm/configs/omap3_pm_defconfig
> index 9d54139..b1c42ed 100644
> --- a/arch/arm/configs/omap3_pm_defconfig
> +++ b/arch/arm/configs/omap3_pm_defconfig
> @@ -58,7 +58,8 @@ CONFIG_FAIR_GROUP_SCHED=y
>  CONFIG_USER_SCHED=y
>  # CONFIG_CGROUP_SCHED is not set
>  # CONFIG_CGROUPS is not set
> -# CONFIG_SYSFS_DEPRECATED_V2 is not set
> +CONFIG_SYSFS_DEPRECATED=y
> +CONFIG_SYSFS_DEPRECATED_V2=y

I think these were deliberately removed on  many OMAP3
defconfigs by a recent patch from Vikram
.
Having these enabled makes it hard to boot on a newer
busybox filesystem.

It's easy to fix if you just upgrade busybox to a newer
version.

- Anand

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

* RE: [PATCH] OMAP3: PM: Update omap3_pm_defconfig
  2009-10-07 12:01 ` Gadiyar, Anand
@ 2009-10-07 12:05   ` Nayak, Rajendra
  2009-10-07 13:25     ` Kevin Hilman
  0 siblings, 1 reply; 4+ messages in thread
From: Nayak, Rajendra @ 2009-10-07 12:05 UTC (permalink / raw)
  To: Gadiyar, Anand, linux-omap@vger.kernel.org

>-----Original Message-----
>From: Gadiyar, Anand 
>Sent: Wednesday, October 07, 2009 5:31 PM
>To: Nayak, Rajendra; linux-omap@vger.kernel.org
>Subject: RE: [PATCH] OMAP3: PM: Update omap3_pm_defconfig
>
>> Some of the sysfs deprecated entries, if not enabled cause
>> root filesystem mounts to fail at boot.
>> This is seen on both the 3430SDP as well as 3430zoom platforms.
>> 
>> Signed-off-by: Rajendra Nayak <rnayak@ti.com>
>> ---
>>  arch/arm/configs/omap3_pm_defconfig |    3 ++-
>>  1 files changed, 2 insertions(+), 1 deletions(-)
>> 
>> diff --git a/arch/arm/configs/omap3_pm_defconfig 
>> b/arch/arm/configs/omap3_pm_defconfig
>> index 9d54139..b1c42ed 100644
>> --- a/arch/arm/configs/omap3_pm_defconfig
>> +++ b/arch/arm/configs/omap3_pm_defconfig
>> @@ -58,7 +58,8 @@ CONFIG_FAIR_GROUP_SCHED=y
>>  CONFIG_USER_SCHED=y
>>  # CONFIG_CGROUP_SCHED is not set
>>  # CONFIG_CGROUPS is not set
>> -# CONFIG_SYSFS_DEPRECATED_V2 is not set
>> +CONFIG_SYSFS_DEPRECATED=y
>> +CONFIG_SYSFS_DEPRECATED_V2=y
>
>I think these were deliberately removed on  many OMAP3
>defconfigs by a recent patch from Vikram
>.
>Having these enabled makes it hard to boot on a newer
>busybox filesystem.
>
>It's easy to fix if you just upgrade busybox to a newer
>version.

Ok.. makes sense. I'll try with a newer busybox.

>
>- Anand
>

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

* Re: [PATCH] OMAP3: PM: Update omap3_pm_defconfig
  2009-10-07 12:05   ` Nayak, Rajendra
@ 2009-10-07 13:25     ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2009-10-07 13:25 UTC (permalink / raw)
  To: Nayak, Rajendra; +Cc: Gadiyar, Anand, linux-omap@vger.kernel.org

"Nayak, Rajendra" <rnayak@ti.com> writes:

>>-----Original Message-----
>>From: Gadiyar, Anand 
>>Sent: Wednesday, October 07, 2009 5:31 PM
>>To: Nayak, Rajendra; linux-omap@vger.kernel.org
>>Subject: RE: [PATCH] OMAP3: PM: Update omap3_pm_defconfig
>>
>>> Some of the sysfs deprecated entries, if not enabled cause
>>> root filesystem mounts to fail at boot.
>>> This is seen on both the 3430SDP as well as 3430zoom platforms.
>>> 
>>> Signed-off-by: Rajendra Nayak <rnayak@ti.com>
>>> ---
>>>  arch/arm/configs/omap3_pm_defconfig |    3 ++-
>>>  1 files changed, 2 insertions(+), 1 deletions(-)
>>> 
>>> diff --git a/arch/arm/configs/omap3_pm_defconfig 
>>> b/arch/arm/configs/omap3_pm_defconfig
>>> index 9d54139..b1c42ed 100644
>>> --- a/arch/arm/configs/omap3_pm_defconfig
>>> +++ b/arch/arm/configs/omap3_pm_defconfig
>>> @@ -58,7 +58,8 @@ CONFIG_FAIR_GROUP_SCHED=y
>>>  CONFIG_USER_SCHED=y
>>>  # CONFIG_CGROUP_SCHED is not set
>>>  # CONFIG_CGROUPS is not set
>>> -# CONFIG_SYSFS_DEPRECATED_V2 is not set
>>> +CONFIG_SYSFS_DEPRECATED=y
>>> +CONFIG_SYSFS_DEPRECATED_V2=y
>>
>>I think these were deliberately removed on  many OMAP3
>>defconfigs by a recent patch from Vikram
>>.
>>Having these enabled makes it hard to boot on a newer
>>busybox filesystem.
>>
>>It's easy to fix if you just upgrade busybox to a newer
>>version.

Also, any OE-based distro expects these to be disabled to work
correctly.

Kevin

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

end of thread, other threads:[~2009-10-07 13:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07  6:59 [PATCH] OMAP3: PM: Update omap3_pm_defconfig Rajendra Nayak
2009-10-07 12:01 ` Gadiyar, Anand
2009-10-07 12:05   ` Nayak, Rajendra
2009-10-07 13:25     ` Kevin Hilman

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.