bug#16231: [PATCH 0/9] Refactored loop fixes

2014-05-22 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 05/22/2014 03:01 PM, Brian C. Lane wrote: > Sure enough, I was missing that one. Looks good, and passes all > tests on all arches. Patches pushed. -BEGIN PGP SIGNATURE- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www

bug#16231: [PATCH 0/9] Refactored loop fixes

2014-05-22 Thread Brian C. Lane
On Thu, May 22, 2014 at 09:32:33AM -0400, Phillip Susi wrote: > On 5/21/2014 8:42 PM, Brian C. Lane wrote: > > The problem is that the ntfs probe has a fixed 512b buffer and > > tries to read a whole sector into it. The fat probes may also have > > similar issues. > > You must be using an out of d

bug#16231: [PATCH 0/9] Refactored loop fixes

2014-05-22 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/21/2014 8:42 PM, Brian C. Lane wrote: > The problem is that the ntfs probe has a fixed 512b buffer and > tries to read a whole sector into it. The fat probes may also have > similar issues. You must be using an out of date tree; commit 80678bdd95

bug#16231: [PATCH 0/9] Refactored loop fixes

2014-05-21 Thread Brian C. Lane
On Mon, May 19, 2014 at 09:41:18AM -0400, Phillip Susi wrote: > On 5/8/2014 11:22 AM, Brian C. Lane wrote: > >> Can you look into why/what fails on your system? I also notice > >> yours says version 3.1 while mine is 3.1.98-c457. Did you check > >> out 3.1 instead of master and then not run boots

bug#16231: [PATCH 0/9] Refactored loop fixes

2014-05-19 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/8/2014 11:22 AM, Brian C. Lane wrote: >> Can you look into why/what fails on your system? I also notice >> yours says version 3.1 while mine is 3.1.98-c457. Did you check >> out 3.1 instead of master and then not run bootstrap/configure >> after

bug#16231: [PATCH 0/9] Refactored loop fixes

2014-05-08 Thread Brian C. Lane
On Wed, May 07, 2014 at 09:32:45PM -0400, Phillip Susi wrote: > On 05/07/2014 06:49 PM, Brian C. Lane wrote: > > NAK. These make a pile of the tests fail: > > > > == GNU parted 3.1: > > tests/test-suite.log == # > > TO

bug#16231: [PATCH 0/9] Refactored loop fixes

2014-05-07 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 05/07/2014 06:49 PM, Brian C. Lane wrote: > NAK. These make a pile of the tests fail: > > == GNU parted 3.1: > tests/test-suite.log == # > TOTAL: 77 # PASS: 27 # SKI

bug#16231: [PATCH 0/9] Refactored loop fixes

2014-05-07 Thread Brian C. Lane
On Fri, May 02, 2014 at 09:50:42PM -0400, Phillip Susi wrote: > I have refactored the loop fixes making them cleaner, and breaking them out > into separate patches for easier review. > > Phillip Susi (9): > libparted: don't detect fat and ntfs boot sectors as dos MBR > libparted: remove old pa

bug#16231: [PATCH 0/9] Refactored loop fixes

2014-05-02 Thread Phillip Susi
I have refactored the loop fixes making them cleaner, and breaking them out into separate patches for easier review. Phillip Susi (9): libparted: don't detect fat and ntfs boot sectors as dos MBR libparted: remove old partitions *first* before adding new ones libparted: remove all old partit