Re: [OE-core] [PATCH] rpm: Fix cpio 32 bit overflow issues on 64 bit inode filesystems

2014-06-10 Thread Richard Purdie
On Tue, 2014-06-10 at 10:42 -0600, Gary Thomas wrote: > On 2014-06-10 10:37, Mark Hatle wrote: > > On 6/10/14, 11:32 AM, Richard Purdie wrote: > >> When building on XFS filesystems, the resulting rpms can be corrupted > >> with the same inode number being used for multiple hardlinked files. > >> Th

Re: [OE-core] [PATCH] rpm: Fix cpio 32 bit overflow issues on 64 bit inode filesystems

2014-06-10 Thread Gary Thomas
On 2014-06-10 10:37, Mark Hatle wrote: On 6/10/14, 11:32 AM, Richard Purdie wrote: When building on XFS filesystems, the resulting rpms can be corrupted with the same inode number being used for multiple hardlinked files. There are two fixes, one to stop rpm crashing when accessing a broken bina

Re: [OE-core] [PATCH] rpm: Fix cpio 32 bit overflow issues on 64 bit inode filesystems

2014-06-10 Thread Mark Hatle
On 6/10/14, 11:32 AM, Richard Purdie wrote: When building on XFS filesystems, the resulting rpms can be corrupted with the same inode number being used for multiple hardlinked files. There are two fixes, one to stop rpm crashing when accessing a broken binary rpm, the other to stop generating the

[OE-core] [PATCH] rpm: Fix cpio 32 bit overflow issues on 64 bit inode filesystems

2014-06-10 Thread Richard Purdie
When building on XFS filesystems, the resulting rpms can be corrupted with the same inode number being used for multiple hardlinked files. There are two fixes, one to stop rpm crashing when accessing a broken binary rpm, the other to stop generating them in the first places. Full descriptions in t