15.12.2015 03:34, Jaegeuk Kim пишет:
> Change log from v3:
> o add grub_test_bit_le()
...
> +
> +static inline int
> +grub_f2fs_test_bit_le (int nr, const grub_uint8_t *addr)
> +{
> + const grub_int32_t *p = (const grub_int32_t *)addr;
> +
> + nr = nr ^ 0;
It does nothing.
> +
> + return p[n
14.12.2015 18:22, Vladimir 'φ-coder/phcoder' Serbinenko пишет:
> On 04.12.2015 19:32, Alexander Couzens wrote:
>> The uuid generation is based on the time.
>> ---
>> util/grub-mkrescue.c | 16 +++-
>> 1 file changed, 15 insertions(+), 1 deletion(-)
>>
> This breaks uniqueness assumptio
Le 15 déc. 2015 4:46 PM, "Andrei Borzenkov" a écrit :
>
> 14.12.2015 18:22, Vladimir 'φ-coder/phcoder' Serbinenko пишет:
> > On 04.12.2015 19:32, Alexander Couzens wrote:
> >> The uuid generation is based on the time.
> >> ---
> >> util/grub-mkrescue.c | 16 +++-
> >> 1 file ch
Hi,
Andrei Borzenkov wrote:
> I am not sure we should stretch reproducible builds that far. ISO
> image created by grub-mkrescue is not binary.
I was approached by Debian's reproducible-builds project because
they wanted to be able to create reproducible test ISOs.
http://lists.alioth.debian.o
> -Original Message-
> From: grub-devel-bounces+elliott=hp@gnu.org [mailto:grub-devel-
> bounces+elliott=hp@gnu.org] On Behalf Of Andrei Borzenkov
> Sent: Tuesday, December 15, 2015 1:49 AM
> To: The development of GNU GRUB
> Subject: Re: [PATCH v2] Translate UEFI persistent memory
Change log from v4:
o fix grub_test_bit_le()
-- >8 --
From c507937c6e1f74ea0f5b75bab4bbb983334d9581 Mon Sep 17 00:00:00 2001
From: Jaegeuk Kim
Date: Tue, 17 Nov 2015 12:45:13 -0800
Subject: [PATCH] F2FS support
"F2FS (Flash-Friendly File System) is flash-friendly file system which was
merged
On Tue, Dec 15, 2015 at 11:34:24AM +0300, Andrei Borzenkov wrote:
> 15.12.2015 03:34, Jaegeuk Kim пишет:
> > Change log from v3:
> > o add grub_test_bit_le()
> ...
>
> > +
> > +static inline int
> > +grub_f2fs_test_bit_le (int nr, const grub_uint8_t *addr)
> > +{
> > + const grub_int32_t *p = (c