【BUG】grub2 serial module coredump

2024-07-05 Thread 岳远昆
Hello, I recently discovered a bug. When using the serial module in the grub shell, there was no response from the grub shell, and it is initially suspected to be a core dump. Through debugging analysis of grub-core/kern/acpi.c, grub2 crashed after grub_memcmp (tbl ->signature, sig, 4)

Re: serial module

2007-06-23 Thread Robert Millan
On Sat, Jun 23, 2007 at 05:13:35PM +0200, Marco Gerards wrote: > Robert Millan <[EMAIL PROTECTED]> writes: > > > On Sat, Jun 23, 2007 at 02:32:47PM +0200, Marco Gerards wrote: > >> > >> You forgot a changelog entry :-/ > > > > How about.. > > > > * conf/i386-pc.rmk: (pkgdata_MODULES): Add ser

Re: serial module

2007-06-23 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Sat, Jun 23, 2007 at 02:32:47PM +0200, Marco Gerards wrote: >> >> You forgot a changelog entry :-/ > > How about.. > > * conf/i386-pc.rmk: (pkgdata_MODULES): Add serial.mod. Good, except for the first ":". [...] >> The same is true for cpuid

Re: serial module

2007-06-23 Thread Robert Millan
On Sat, Jun 23, 2007 at 02:32:47PM +0200, Marco Gerards wrote: > > You forgot a changelog entry :-/ How about.. * conf/i386-pc.rmk: (pkgdata_MODULES): Add serial.mod. > > diff -ur grub2-1.95+20070621.old/conf/i386-pc.rmk > > grub2-1.95+20070621/conf/i386-pc.rmk > > --- grub2-1.95+20070

Re: serial module

2007-06-23 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: Hi, > Any reason why the serial module is not enabled in i386-pc builds? (see > diff below) You forgot a changelog entry :-/ > diff -ur grub2-1.95+20070621.old/conf/i386-pc.rmk > grub2-1.95+20070621/conf/i386-pc.rmk > --- gr

serial module

2007-06-23 Thread Robert Millan
Hi, Any reason why the serial module is not enabled in i386-pc builds? (see diff below) -- Robert Millan My spam trap is [EMAIL PROTECTED] Note: this address is only intended for spam harvesters. Writing to it will get you added to my black list. diff -ur grub2-1.95+20070621.old/conf/i386