Re: [PATCH v2 2/2] cmdline: fix command line parsing in grub

2025-07-31 Thread Shreenidhi Shedi
On 17/06/25 16:31, Shreenidhi Shedi wrote: On 11/06/25 01:34, Shreenidhi Shedi wrote: On 23/05/25 22:22, Shreenidhi Shedi wrote: On 20/05/25 19:15, Daniel Kiper wrote: On Mon, May 19, 2025 at 11:49:55PM +0530, Shreenidhi Shedi wrote: From: Shreenidhi Shedi Previously, the command line const

Re: [PATCH v2 2/2] cmdline: fix command line parsing in grub

2025-06-17 Thread Shreenidhi Shedi
On 11/06/25 01:34, Shreenidhi Shedi wrote: On 23/05/25 22:22, Shreenidhi Shedi wrote: On 20/05/25 19:15, Daniel Kiper wrote: On Mon, May 19, 2025 at 11:49:55PM +0530, Shreenidhi Shedi wrote: From: Shreenidhi Shedi Previously, the command line construction function (grub_create_loader_cmdline

Re: [PATCH v2 2/2] cmdline: fix command line parsing in grub

2025-06-10 Thread Shreenidhi Shedi
On 23/05/25 22:22, Shreenidhi Shedi wrote: On 20/05/25 19:15, Daniel Kiper wrote: On Mon, May 19, 2025 at 11:49:55PM +0530, Shreenidhi Shedi wrote: From: Shreenidhi Shedi Previously, the command line construction function (grub_create_loader_cmdline) escaped single and double quotes, which is

Re: [PATCH v2 2/2] cmdline: fix command line parsing in grub

2025-05-23 Thread Vladimir 'phcoder' Serbinenko
Here is the patch in question: https://lists.gnu.org/archive/html/grub-devel/2023-07/msg00089.html. It will need an additional change to Linux calling. Regards Vladimir 'phcoder' Serbinenko Le ven. 23 mai 2025, 19:53, Shreenidhi Shedi a écrit : > On 20/05/25 19:15, Daniel Kiper wrote: > > On Mo

Re: [PATCH v2 2/2] cmdline: fix command line parsing in grub

2025-05-23 Thread Shreenidhi Shedi
On 20/05/25 19:15, Daniel Kiper wrote: On Mon, May 19, 2025 at 11:49:55PM +0530, Shreenidhi Shedi wrote: From: Shreenidhi Shedi Previously, the command line construction function (grub_create_loader_cmdline) escaped single and double quotes, which is unnecessary and potentially problematic sin

Re: [PATCH v2 2/2] cmdline: fix command line parsing in grub

2025-05-20 Thread Daniel Kiper via Grub-devel
On Mon, May 19, 2025 at 11:49:55PM +0530, Shreenidhi Shedi wrote: > From: Shreenidhi Shedi > > Previously, the command line construction function > (grub_create_loader_cmdline) escaped single and double quotes, which is > unnecessary and potentially problematic since the kernel command line > hand