#55 chainloader: remove device path debug message
Merged 5 months ago by nfrayer. Opened 5 months ago by lsandova.

@@ -0,0 +1,28 @@ 

+ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001

+ From: raravind <raravind@redhat.com>

+ Date: Tue, 9 May 2023 11:29:35 +0200

+ Subject: [PATCH] chainloader: remove device path debug message

+ 

+ Remove the debug message "/EndEntire" while using GRUB chainloader command.

+ 

+ Signed-off-by: raravind  <raravind@redhat.com>

+ (cherry picked from commit f75f5386b7a6a7cb2e10d30f817a3564c0a28dd7)

+ ---

+  grub-core/loader/efi/chainloader.c | 1 -

+  1 file changed, 1 deletion(-)

+ 

+ diff --git a/grub-core/loader/efi/chainloader.c b/grub-core/loader/efi/chainloader.c

+ index dd31ac9bb..b1c86dab2 100644

+ --- a/grub-core/loader/efi/chainloader.c

+ +++ b/grub-core/loader/efi/chainloader.c

+ @@ -210,7 +210,6 @@ make_file_path (grub_efi_device_path_t *dp, const char *filename)

+    /* Fill the file path for the directory.  */

+    d = (grub_efi_device_path_t *) ((char *) file_path

+  				  + ((char *) d - (char *) dp));

+ -  grub_efi_print_device_path (d);

+    if (copy_file_path ((grub_efi_file_path_device_path_t *) d,

+  		      dir_start, dir_end - dir_start) != GRUB_ERR_NONE)

+      {

+ -- 

+ 2.43.0

+ 

file modified
+1
@@ -344,3 +344,4 @@ 

  Patch0344: 0344-fs-xfs-Incorrect-short-form-directory-data-boundary-.patch

  Patch0345: 0345-fs-xfs-Fix-XFS-directory-extent-parsing.patch

  Patch0346: 0346-fs-xfs-Add-large-extent-counters-incompat-feature-su.patch

+ Patch0347: 0347-chainloader-remove-device-path-debug-message.patch 

\ No newline at end of file

file modified
+4 -1
@@ -17,7 +17,7 @@ 

  Name:		grub2

  Epoch:		1

  Version:	2.06

- Release:	110%{?dist}

+ Release:	111%{?dist}

  Summary:	Bootloader with support for Linux, Multiboot and more

  License:	GPLv3+

  URL:		http://www.gnu.org/software/grub/
@@ -555,6 +555,9 @@ 

  %endif

  

  %changelog

+ * Tue Dec 12 2023 leo sandoval <lsandova@redhat.com> - 2.06-111

+ - chainloader: remove device path debug message

+ 

  * Fri Dec 1 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.06-110

  - fs/xfs: Add several fixes/improvements to xfs fs from upstream

  - Resolves: #2247926

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/e078be7ea665448f9f551c579e9886ff

Pull-Request has been merged by nfrayer

5 months ago