Re: [PATCH v3] Fix build error in binutils 2.36

2021-09-28 Thread Daniel Kiper
On Tue, Sep 28, 2021 at 01:50:47PM +0800, Michael Chang via Grub-devel wrote: > The following procedure to build xen/pvgrub is broken. > > git clone https://git.savannah.gnu.org/git/grub.git > cd grub > ./bootstrap > mkdir build-xen > cd build-xen > ../configure --with-platform=xen >

Re: [PATCH v3] diskfilter: use nodes in logical volume's segment as member device

2021-09-28 Thread Daniel Kiper
On Mon, Sep 27, 2021 at 05:39:56PM +0800, Michael Chang via Grub-devel wrote: > Currently the grub_diskfilter_memberlist function returns all physical > volumes added to a volume group to which a logical volume (LV) belongs. > However this is suboptimal as it doesn't fit the intended behavior of >

Re: [PATCH] docs/grub-dev.texi: fix typos

2021-09-28 Thread Daniel Kiper
On Thu, Sep 23, 2021 at 06:06:03PM +0300, Nikolai Kostrigin wrote: > From: Nikolai Kostrigin > > Signed-off-by: Nikolai Kostrigin Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/

Re: [PATCH] fs/ext2.c: fix handling of missing sparse extent leafs

2021-09-28 Thread Daniel Kiper
On Fri, Sep 10, 2021 at 09:54:31AM +0200, Krzysztof Nowicki wrote: > When a file on ext4 is stored as sparse the data belonging to > zero-filled blocks is not written to storage and the extent map is > missing entries for these blocks. Such case can happen both for depth > 0 extents (leafs) as well

Re: [PATCH] net: Allow use of non-standard TCP/IP ports for HTTP protocol.

2021-09-28 Thread Daniel Kiper
On Sun, Sep 05, 2021 at 03:57:42PM -0700, Stephen Balousek wrote: > Allow the use of HTTP servers listening on ports other 80. This is done > with an extension to the http notation of either: > > (http[,server[,port]]) > > - or - > > (http[,server[:port]]) > > Signed-off-by: Stephen Balousek

Re: [PATCH] luks2: Fix decoding of digests and salts with escaped chars

2021-09-28 Thread Daniel Kiper
CC-ing Glenn... On Wed, Aug 11, 2021 at 08:55:32PM +0200, Patrick Steinhardt wrote: > It was reported in the #grub IRC channel that decryption of LUKS2 Which IRC network? > partitions fails with errors about invalid digests and/or salts. In all > of these cases, what failed was decoding the Base

Re: [PATCH] luks2: Fix decoding of digests and salts with escaped chars

2021-09-28 Thread Glenn Washburn
On Tue, 28 Sep 2021 17:13:10 +0200 Daniel Kiper wrote: > CC-ing Glenn... Thanks, I missed this > On Wed, Aug 11, 2021 at 08:55:32PM +0200, Patrick Steinhardt wrote: > > It was reported in the #grub IRC channel that decryption of LUKS2 > > Which IRC network? > > > partitions fails with errors

[PATCH] docs: Add fuller accounting of make check prerequisites

2021-09-28 Thread Glenn Washburn
Many of the prerequisites for exercising the full `make check' test suite have not been documented. This adds them along with a note that some tests require elevated privileges to run. Signed-off-by: Glenn Washburn --- INSTALL | 24 ++-- 1 file changed, 22 insertions(+), 2 de

About the code style requirement

2021-09-28 Thread Qu Wenruo via Grub-devel
Hi, I'm recently considering to cross-port btrfs-progs/U-boot btrfs code to GRUB, so that we can have more unified code base, with more features (and of-course bug fixes) But the first blockage I'm hitting is the code style. It looks like GRUB is using its own code style which is not found i

Re: About the code style requirement

2021-09-28 Thread Daniel Axtens
Qu Wenruo via Grub-devel writes: > Hi, > > I'm recently considering to cross-port btrfs-progs/U-boot btrfs code to > GRUB, so that we can have more unified code base, with more features > (and of-course bug fixes) > > But the first blockage I'm hitting is the code style. > > It looks like GRUB

Re: About the code style requirement

2021-09-28 Thread Vladimir 'phcoder' Serbinenko
Le mer. 29 sept. 2021, 07:42, Qu Wenruo via Grub-devel a écrit : > Hi, > > I'm recently considering to cross-port btrfs-progs/U-boot btrfs code to > GRUB, so that we can have more unified code base, with more features > (and of-course bug fixes) > Did you check the license compatibility first? GR