Re: 2.4.0-test1-ac12 oops in serial_pnp_guess_board

From: Diego Liziero (pmcq@emmenet.it)
Date: Sat Jun 10 2000 - 19:46:10 EDT

  • Next message: Mark Kettenis: "Re: [PATCH] Updates to FXSR/SSE support in 2.4.0-test1"

    You wrote:
    > please use the attached patch.
    >
    > -d
    >
    > Diego Liziero wrote:
    >
    > > Kernel 2.4.0-test1-ac12 panic at boot in serial_pnp_guess_board.
    > > [...]
    > > >>EIP; c019a751 <serial_pnp_guess_board+69/c8> <=====
    > > [...]
    >
    > --- linux.old/drivers/char/serial.c Tue Jun 6 22:32:47 2000
    > +++ linux/drivers/char/serial.c Tue Jun 6 22:34:40 2000
    > @@ -4904,7 +4904,7 @@
    > !(check_compatible_id(dev)))
    > return 1;
    >
    > - if (res->next)
    > + if (!res || res->next)
    > return 1;
    >
    > for (resa = res->alt; resa; resa = resa->alt) {

    OK. Now the kernel boots again.
    Thanks,
                    Diego Liziero (pmcq@emmenet.it)

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/



    This archive was generated by hypermail 2b29 : Sat Jun 10 2000 - 19:46:12 EDT