Signed-off-by: Jonathan Davies
---
docs/grub.texi | 24
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/docs/grub.texi b/docs/grub.texi
index d32266f69..1f6d0c724 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -1259,7 +1259,7 @@ need to write the whol
On Mon, May 20, 2024 at 08:58:24AM +0100, Jonathan Davies wrote:
> Signed-off-by: Jonathan Davies
Reviewed-by: Daniel Kiper
Thank you for fixing these mistakes.
Daniel
___
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/list
On Sun, May 19, 2024 at 11:48:24AM +0800, Gao Xiang wrote:
> The following EROFS patch will use this helper to handle overflow
> ALIGN_UP() cases.
>
> Signed-off-by: Gao Xiang
I think Vladimir is right.
Reviewed-by: Daniel Kiper
Please post v15 an I will merge it this week.
Thank you for addi
Hey,
On Sat, May 18, 2024 at 02:52:20PM +1000, Daniel Axtens wrote:
> Hi Daniel,
>
> > Reviewed-by: Daniel Kiper for both patches...
>
> Thank you!
>
> > I assume I can add your SOB on your behalf...
>
> Oh! Yes! Sorry, 2 years of closed source development have apparently caused
> me to lose my
Hi Daniel and all,
On 2024/5/21 00:53, Daniel Kiper wrote:
On Sun, May 19, 2024 at 11:48:24AM +0800, Gao Xiang wrote:
The following EROFS patch will use this helper to handle overflow
ALIGN_UP() cases.
Signed-off-by: Gao Xiang
I think Vladimir is right.
Thanks for your confirmation! :-)
On Fri, May 17, 2024 at 02:24:50PM +0300, Vladimir 'phcoder' Serbinenko wrote:
> Le ven. 17 mai 2024, 14:15, Daniel Kiper a écrit :
> Why is this patch needed? Should not we disable SSE using compiler
> flags?
> We do but the code in question uses SSE on every x64 platform. So we need to
Hi folks,
EROFS [1] is a lightweight read-only filesystem designed for performance
which has already been shipped in most Linux distributions as well as widely
used in several scenarios, such as Android system partitions, container
images, and rootfs for embedded devices.
This patch brings EROFS
The following EROFS patch will use this helper to handle overflow
ALIGN_UP() cases.
Reviewed-by: Daniel Kiper
Signed-off-by: Gao Xiang
---
include/grub/safemath.h | 16
1 file changed, 16 insertions(+)
diff --git a/include/grub/safemath.h b/include/grub/safemath.h
index fbd9b5
From: Yifan Zhao
In this patch, three tests of EROFS are introduced and they cover
compact, extended and chunk-based inodes, respectively.
Signed-off-by: Yifan Zhao
Reviewed-by: Glenn Washburn
Reviewed-by: Daniel Kiper
Signed-off-by: Gao Xiang
---
.gitignore | 1 +
Makefi
From: Yifan Zhao
EROFS [1] is a lightweight read-only filesystem designed for performance
which has already been shipped in most Linux distributions as well as widely
used in several scenarios, such as Android system partitions, container
images, and rootfs for embedded devices.
This patch bring
10 matches
Mail list logo