Re: [PATCH v2] fcntl: Add 32bit filesystem mode

2020-08-06 Thread Linus Walleij
On Sun, Jul 19, 2020 at 2:34 PM Linus Walleij wrote: > On Mon, Jul 6, 2020 at 10:54 AM Linus Walleij > wrote: > > > Ted, can you merge this patch? > > > > It seems QEMU is happy and AFICT it uses the approach you want :) > > Gentle ping! Special merge-window ping. Shall I resend the patch?

Re: [PATCH v2] fcntl: Add 32bit filesystem mode

2020-07-19 Thread Linus Walleij
On Mon, Jul 6, 2020 at 10:54 AM Linus Walleij wrote: > Ted, can you merge this patch? > > It seems QEMU is happy and AFICT it uses the approach you want :) Gentle ping! Yours, Linus Walleij

Re: [PATCH v2] fcntl: Add 32bit filesystem mode

2020-07-06 Thread Linus Walleij
On Tue, Jun 23, 2020 at 12:08 PM Peter Maydell wrote: > On Fri, 29 May 2020 at 08:22, Linus Walleij wrote: > > > > It was brought to my attention that this bug from 2018 was > > still unresolved: 32 bit emulators like QEMU were given > > 64 bit hashes when running 32 bit emulation on 64 bit

Re: [PATCH v2] fcntl: Add 32bit filesystem mode

2020-06-23 Thread Peter Maydell
On Fri, 29 May 2020 at 08:22, Linus Walleij wrote: > > It was brought to my attention that this bug from 2018 was > still unresolved: 32 bit emulators like QEMU were given > 64 bit hashes when running 32 bit emulation on 64 bit systems. > > This adds a flag to the fcntl() F_GETFD and F_SETFD

[PATCH v2] fcntl: Add 32bit filesystem mode

2020-05-29 Thread Linus Walleij
It was brought to my attention that this bug from 2018 was still unresolved: 32 bit emulators like QEMU were given 64 bit hashes when running 32 bit emulation on 64 bit systems. This adds a flag to the fcntl() F_GETFD and F_SETFD operations to set the underlying filesystem into 32bit mode even if