All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Fix cfg file parsing and command line parsing
@ 2025-05-18  7:51 Shreenidhi Shedi
  2025-05-18  7:51 ` [PATCH v1 1/2] envblk: ignore empty new lines while parsing env files Shreenidhi Shedi
  2025-05-18  7:51 ` [PATCH v1 2/2] cmdline: fix command line parsing in grub Shreenidhi Shedi
  0 siblings, 2 replies; 7+ messages in thread
From: Shreenidhi Shedi @ 2025-05-18  7:51 UTC (permalink / raw)
  To: grub-devel; +Cc: yesshedi, alexey.makhalov, daniel.kiper

Hi GRUB Developers,

This patch series contains two fixes to improve how GRUB handles
environment files and constructs the kernel command line, these issues
were reported by PhotonOS customers.

The first patch ensures that empty lines in environment files are
skipped during parsing.

The second patch removes unnecessary escaping of quotes in the
constructed command line, as the Linux kernel does not support escaped
quotes.

Thanks for your time and consideration.

v0 changes:
- Initial revision.
- https://lists.gnu.org/archive/html/grub-devel/2025-05/msg00085.html

v1 changes:
- Added cover leter
- Improved commit message as suggested by Daniel Kiper

--
Shreenidhi Shedi

--
2.49.0

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-05-19 19:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-18  7:51 [PATCH v1 0/2] Fix cfg file parsing and command line parsing Shreenidhi Shedi
2025-05-18  7:51 ` [PATCH v1 1/2] envblk: ignore empty new lines while parsing env files Shreenidhi Shedi
2025-05-19 17:13   ` Daniel Kiper
2025-05-19 17:25     ` Alexey Makhalov via Grub-devel
2025-05-19 18:20     ` Shreenidhi Shedi
2025-05-19 18:17   ` Vladimir 'phcoder' Serbinenko
2025-05-18  7:51 ` [PATCH v1 2/2] cmdline: fix command line parsing in grub Shreenidhi Shedi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.