lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CAFEAcA-x0y6ufRXebckRdGSLOBzbdBsk=uw+foK4p+HDeVrA9A@mail.gmail.com> Date: Tue, 23 Jun 2020 11:08:36 +0100 From: Peter Maydell <peter.maydell@...aro.org> To: Linus Walleij <linus.walleij@...aro.org> Cc: "Theodore Ts'o" <tytso@....edu>, Andreas Dilger <adilger.kernel@...ger.ca>, Ext4 Developers List <linux-ext4@...r.kernel.org>, linux-fsdevel <linux-fsdevel@...r.kernel.org>, Linux API <linux-api@...r.kernel.org>, QEMU Developers <qemu-devel@...gnu.org>, Florian Weimer <fw@...eb.enyo.de>, Andy Lutomirski <luto@...nel.org> Subject: Re: [PATCH v2] fcntl: Add 32bit filesystem mode On Fri, 29 May 2020 at 08:22, Linus Walleij <linus.walleij@...aro.org> 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 operations > to set the underlying filesystem into 32bit mode even if the > file handle was opened using 64bit mode without the compat > syscalls. I somewhat belatedly got round to updating my QEMU patch that uses this new fcntl() flag to fix the bug. Sorry for the delay getting round to this. You can find the QEMU patch here: https://patchew.org/QEMU/20200623100101.6041-1-peter.maydell@linaro.org/ (it's an RFC because obviously we won't put it into QEMU until the kernel side has gone upstream and the API is final.) What's the next step for moving this forward? thanks -- PMM
Powered by blists - more mailing lists