Re: [PATCH v4 1/2] Add support for SMBIOS3 entry point structures

2015-09-19 Thread Andrei Borzenkov
26.08.2015 20:01, David Michael пишет: On Fri, Aug 21, 2015 at 8:12 AM, Andrei Borzenkov wrote: On Sun, Aug 16, 2015 at 5:26 AM, David Michael wrote: grub-core/commands/efi/loadbios.c| 18 ++--- I am not sure we want to touch it. From what I could gather it had been used as

Re: [PATCH] Ensure that MIPS target code is compiled for the O32 ABI.

2015-09-19 Thread Andrei Borzenkov
Sorry for delay. 14.09.2015 02:37, Mark H Weaver пишет: The little-endian-option test fails with GCC 5.2.0. The relevant errors from config.log are: gcc: error: unrecognized command line option '-target' gcc: error: unrecognized command line option '-mlittle-endian' Oh, well ... let'

Re: [PATCH] file: ignore host disk in blocklist check

2015-09-19 Thread Arch Stack
It works! Thank you! On Sat, Sep 19, 2015 at 2:08 AM, Andrei Borzenkov wrote: > It cannot work anyway because host disk cannot be read. This fixes hostfs > access > on native Windows build where filenames start with '\' or do not have > initial > separator at all (d:\foo). > > Issue was observed

Re: Add check when store disk cache

2015-09-19 Thread Andrei Borzenkov
18.09.2015 12:07, Arch Stack пишет: I want to use the part of the filesystem codes in GRUB to read different filesystems on Windows. I have almost completed it and I will release it in a few days. But it crash sometimes because of the write of zero pointer.I debug it and find why it crashed. Pl