Re: [PATCH] init/do_mounts: Add create_dev() failure log

2015-05-25 Thread Pavel Machek
On Mon 2015-05-25 19:19:43, Vishnu Pratap Singh wrote: > if create_dev() function fails to create the root mount device (/dev/root), > then it goes to panic as root device not found but there is no check/log > present in case of failure, So i have added the log in case it fails to create > the root

[PATCH] init/do_mounts: Add create_dev() failure log

2015-05-25 Thread Vishnu Pratap Singh
if create_dev() function fails to create the root mount device (/dev/root), then it goes to panic as root device not found but there is no check/log present in case of failure, So i have added the log in case it fails to create the root device. It will help in debugging. Signed-off-by: Vishnu Prat

Re: [PATCH] init/do_mounts: Add create_dev() failure log

2015-05-25 Thread Pavel Machek
On Mon 2015-05-25 10:47:50, Vishnu Pratap Singh wrote: > if create_dev() function fails to create the root mount device (/dev/root), > then it goes to panic as root device not found but there is no check/log > present in case of failure, So i have added the log in case it fails to create > the root

[PATCH] init/do_mounts: Add create_dev() failure log

2015-05-24 Thread Vishnu Pratap Singh
if create_dev() function fails to create the root mount device (/dev/root), then it goes to panic as root device not found but there is no check/log present in case of failure, So i have added the log in case it fails to create the root device. It will help in debugging. Signed-off-by: Vishnu Prat

Re: [PATCH] init/do_mounts: Add create_dev() failure log

2015-05-22 Thread Andrew Morton
On Fri, 22 May 2015 09:48:24 -0700 Randy Dunlap wrote: > On 05/22/15 05:37, Vishnu Pratap Singh wrote: > > if create_dev() function fails to create the root mount device (/dev/root), > > then it goes to panic as root device not found but there is no check/log > > present in case of failure, So i

Re: [PATCH] init/do_mounts: Add create_dev() failure log

2015-05-22 Thread Randy Dunlap
On 05/22/15 05:37, Vishnu Pratap Singh wrote: > if create_dev() function fails to create the root mount device (/dev/root), > then it goes to panic as root device not found but there is no check/log > present in case of failure, So i have added the log in case it fails to create > the root device.

[PATCH] init/do_mounts: Add create_dev() failure log

2015-05-22 Thread Vishnu Pratap Singh
if create_dev() function fails to create the root mount device (/dev/root), then it goes to panic as root device not found but there is no check/log present in case of failure, So i have added the log in case it fails to create the root device. It will help in debugging. Signed-off-by: Vishnu Prat