Re: [PATCH] segfault in grub-probe when spare or faulty disks are found

2010-10-26 Thread Martin Schitter
Am 2010-10-26 10:58, schrieb Vladimir 'φ-coder/phcoder' Serbinenko: Please try the attached patch yes, this patch seems to fix the problem! thanks! martin ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-dev

Re: [PATCH] segfault in grub-probe when spare or faulty disks are found

2010-10-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 09/27/2010 10:32 PM, Martin Schitter wrote: > the actual raid implementation doesn't handle spare or faulty drives > in a linux software raid array in a sane way. grub-probe will > reproducible crash in such a setup. > > please include the attached trivial patch to fix this problem. > Please try

Re: [PATCH] segfault in grub-probe when spare or faulty disks are found

2010-10-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10/25/2010 01:07 PM, Martin Schitter wrote: > Am 2010-09-28 22:24, schrieb Vladimir 'φ-coder/phcoder' Serbinenko: >> I didn't respond to the patch because it's not correct: it only >> propagates the restriction instead of removing it. Thanks for reporting >> the issue. I'll fix it tomorrow (hope

Re: [PATCH] segfault in grub-probe when spare or faulty disks are found

2010-10-25 Thread Martin Schitter
Am 2010-09-28 22:24, schrieb Vladimir 'φ-coder/phcoder' Serbinenko: I didn't respond to the patch because it's not correct: it only propagates the restriction instead of removing it. Thanks for reporting the issue. I'll fix it tomorrow (hopefully) the problem with version 1.x raid spare disks s

Re: [PATCH] segfault in grub-probe when spare or faulty disks are found

2010-09-29 Thread Martin Schitter
Am 2010-09-28 22:24, schrieb Vladimir 'φ-coder/phcoder' Serbinenko: I didn't respond to the patch because it's not correct: it only propagates the restriction instead of removing it. Thanks for reporting the issue. I'll fix it tomorrow (hopefully) yes, there are more consequent ways to solve th

Re: [PATCH] segfault in grub-probe when spare or faulty disks are found

2010-09-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 09/27/2010 10:32 PM, Martin Schitter wrote: > the actual raid implementation doesn't handle spare or faulty drives > in a linux software raid array in a sane way. grub-probe will > reproducible crash in such a setup. > > please include the attached trivial patch to fix this problem. > I didn't r

[PATCH] segfault in grub-probe when spare or faulty disks are found

2010-09-28 Thread Martin Schitter
the actual raid implementation doesn't handle spare or faulty drives in a linux software raid array in a sane way. grub-probe will reproducible crash in such a setup. please include the attached trivial patch to fix this problem. for more information see: https://savannah.gnu.org/bugs/?31119