RE: [BISECTED] 3.19-rc1 regression - kernel does not load in GRUB 0.97 (GRUB Legacy)

2014-12-27 Thread Пламен Петров
> -Original Message- > From: Пламен Петров [mailto:pla...@petrovi.no-ip.info] > Sent: Sunday, December 28, 2014 9:20 AM > To: 'Juergen Gross'; 'linux-kernel@vger.kernel.org' > Cc: 'Thomas Gleixner' > Subject: RE: [BISECTED] 3.19-rc1 regression - kernel does not load in

RE: [BISECTED] 3.19-rc1 regression - kernel does not load in GRUB 0.97 (GRUB Legacy)

2014-12-27 Thread Пламен Петров
> -Original Message- > From: Juergen Gross [mailto:jgr...@suse.com] > Sent: Saturday, December 27, 2014 3:48 PM > To: Пламен Петров; linux-kernel@vger.kernel.org > Cc: 'Thomas Gleixner' > Subject: Re: [BISECTED] 3.19-rc1 regression - kernel does not load in GRUB &

RE: [BISECTED] 3.19-rc1 regression - kernel does not load in GRUB 0.97 (GRUB Legacy)

2014-12-27 Thread Пламен Петров
-Original Message- From: Juergen Gross [mailto:jgr...@suse.com] Sent: Saturday, December 27, 2014 3:48 PM To: Пламен Петров; linux-kernel@vger.kernel.org Cc: 'Thomas Gleixner' Subject: Re: [BISECTED] 3.19-rc1 regression - kernel does not load in GRUB 0.97 (GRUB Legacy) On 12/24

RE: [BISECTED] 3.19-rc1 regression - kernel does not load in GRUB 0.97 (GRUB Legacy)

2014-12-27 Thread Пламен Петров
-Original Message- From: Пламен Петров [mailto:pla...@petrovi.no-ip.info] Sent: Sunday, December 28, 2014 9:20 AM To: 'Juergen Gross'; 'linux-kernel@vger.kernel.org' Cc: 'Thomas Gleixner' Subject: RE: [BISECTED] 3.19-rc1 regression - kernel does not load in GRUB 0.97 (GRUB Legacy

[BISECTED] 3.19-rc1 regression - kernel does not load in GRUB 0.97 (GRUB Legacy)

2014-12-23 Thread Пламен Петров
Hello! I use GRUB Legacy bootloader (version 0.97) on a couple machines, and where 3.18.x loads fine, 3.19-rc1 does not. While compiling I used the attached .config file accompanied by "make olddefconfig" The bisection I ran points to: bd809af16e3ab1f8d55b3e2928c47c67e2a865d2 is the first bad

[BISECTED] 3.19-rc1 regression - kernel does not load in GRUB 0.97 (GRUB Legacy)

2014-12-23 Thread Пламен Петров
Hello! I use GRUB Legacy bootloader (version 0.97) on a couple machines, and where 3.18.x loads fine, 3.19-rc1 does not. While compiling I used the attached .config file accompanied by make olddefconfig The bisection I ran points to: bd809af16e3ab1f8d55b3e2928c47c67e2a865d2 is the first bad

Re: [PATCH] do_mounts: try all available filesystems before panicking

2014-05-25 Thread Пламен Петров
2014-05-26 7:19 GMT+03:00 Dave Chinner : > On Mon, May 26, 2014 at 11:19:04AM +1000, Dave Chinner wrote: >> On Mon, May 26, 2014 at 10:08:13AM +1000, Dave Chinner wrote: >> > On Sun, May 25, 2014 at 01:04:09PM -0700, Linus Torvalds wrote: >> > > On Mon, May 5, 2014 at 11:34 AM, Plamen Petrov >>

Re: [PATCH] do_mounts: try all available filesystems before panicking

2014-05-25 Thread Пламен Петров
2014-05-26 7:19 GMT+03:00 Dave Chinner da...@fromorbit.com: On Mon, May 26, 2014 at 11:19:04AM +1000, Dave Chinner wrote: On Mon, May 26, 2014 at 10:08:13AM +1000, Dave Chinner wrote: On Sun, May 25, 2014 at 01:04:09PM -0700, Linus Torvalds wrote: On Mon, May 5, 2014 at 11:34 AM, Plamen

Re: [PATCH] do_mounts: fix not all available filesystems get tried during boot

2014-04-27 Thread Пламен Петров
XFS, for one. Best see the mentioned bugzilla entries. 2014-04-27 14:04 GMT+03:00 Richard Weinberger : > On Sun, Apr 27, 2014 at 12:37 PM, Пламен Петров wrote: >> While debugging a kernel panic with 3.14.1 it became clear that some >> changes made some filesystems mount routin

[PATCH] do_mounts: fix not all available filesystems get tried during boot

2014-04-27 Thread Пламен Петров
While debugging a kernel panic with 3.14.1 it became clear that some changes made some filesystems mount routines return error codes other than 0, EACCES and EINVAL. Such return codes result in the kernel panicking without trying to mount root with all of the available filesystems, as can be seen

[PATCH] do_mounts: fix not all available filesystems get tried during boot

2014-04-27 Thread Пламен Петров
While debugging a kernel panic with 3.14.1 it became clear that some changes made some filesystems mount routines return error codes other than 0, EACCES and EINVAL. Such return codes result in the kernel panicking without trying to mount root with all of the available filesystems, as can be seen

Re: [PATCH] do_mounts: fix not all available filesystems get tried during boot

2014-04-27 Thread Пламен Петров
XFS, for one. Best see the mentioned bugzilla entries. 2014-04-27 14:04 GMT+03:00 Richard Weinberger richard.weinber...@gmail.com: On Sun, Apr 27, 2014 at 12:37 PM, Пламен Петров plamen.s...@gmail.com wrote: While debugging a kernel panic with 3.14.1 it became clear that some changes made some

kernel panic during boot - 3.14.1, root is btrfs

2014-04-21 Thread Пламен Петров
Hello! I was trying to move several systems which have their root formatted as btrfs from 3.13.x to 3.14.x and the kernel panicked during boot. Is there anything special that needs to be done as to prepare an in-use-btrfs-root for kernel >=3.14 ? I bisected the problem to a btrfs commit, although

kernel panic during boot - 3.14.1, root is btrfs

2014-04-21 Thread Пламен Петров
Hello! I was trying to move several systems which have their root formatted as btrfs from 3.13.x to 3.14.x and the kernel panicked during boot. Is there anything special that needs to be done as to prepare an in-use-btrfs-root for kernel =3.14 ? I bisected the problem to a btrfs commit, although