Re: [Patch] [bug #26237] multiple problems with usb devices

2010-05-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Aleš Nesrsta wrote: > Hello, Aleš. I've seen that your assignment was completed. I added you > to grub contributors. Feel free to create a branch in branches/usb. > Right now I'm busy but next week I should be able to assist. Perhaps > even this week.

Re: [PATCH]add supporting second super block of nilfs2

2010-05-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Jiro SEKIBA wrote: > Hi, > > This is re-revised patch to support 2nd super block for nilfs2 partition. > > NILFS has redundant super blocks. Two of those are identical if unmounted > cleanly. However when one of these is collapsed or old, correct one or > newer one should be used to find latest l

Re: [Patch] Discard incorrect nested partitions (fixes #29956)

2010-05-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Grégoire Sutre wrote: > Hi, > > Regarding the nested partition code, there is an implicit assumption > that each partition should be contained in its parent, i.e. its sectors > should also be sectors of its parent. > > This ``physical nesting'' is checked in grub_disk_read, but it would > be bette

Re: Are BSD partitions not supported?

2010-05-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Grégoire Sutre wrote: > On 05/19/2010 09:20 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > > [snip] > - delta = grub_partition_get_start (disk->partition); > + delta = grub_le_to_cpu32 (whole_disk_be.offset); > > As dicsussed on irc, this makes the delta completely dependent on the > c: e

Re: [Patch] [bug #26237] multiple problems with usb devices

2010-05-31 Thread Aleš Nesrsta
Vladimir 'φ-coder/phcoder' Serbinenko wrote: > > Hello, Aleš. I've seen that your assignment was completed. I added you > > to grub contributors. Feel free to create a branch in branches/usb. > > Right now I'm busy but next week I should be able to assist. Perhaps > > even this week. Right now I se

[RFT] Re: [Patch] [bug #26237] multiple problems with usb devices

2010-05-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Aleš Nesrsta wrote: > Vladimir 'φ-coder/phcoder' Serbinenko wrote: > >>> Hello, Aleš. I've seen that your assignment was completed. I added you >>> to grub contributors. Feel free to create a branch in branches/usb. >>> Right now I'm busy but next week I should be able to assist. Perhaps >>> eve