Re: [PATCH v4 2/2] Add a module for retrieving SMBIOS information

2015-09-18 Thread Andrei Borzenkov
16.08.2015 05:27, David Michael пишет: + +@itemize @bullet +@item +When given @option{--get-byte}, return the value of the byte +at @var{offset} bytes into the selected SMBIOS structure. +@item +When given @option{--get-word}, return the value of the word (two bytes) +at @var{offset} bytes into t

[PATCH] file: ignore host disk in blocklist check

2015-09-18 Thread Andrei Borzenkov
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 when running grub-fstest on Windows. On UNIX image name is canonicalized to always start with

Re: Add check when store disk cache

2015-09-18 Thread 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.When I apply this patch, it won't crash bec