PROBLEM: Possible bug in drivers/char/serial.c (2.2.14)

From: root (vim@foto.asvt.ru)
Date: Sat Apr 22 2000 - 03:07:37 EDT

  • Next message: David S. Miller: "Re: TCP mmap (was Re: [PATCH] f_op->poll() without lock_kernel())"

    Possible bug in drivers/char/serial.c (2.2.14)

    Pcmcia serial_cs.o module assigns ttyS0 to pcmcia modem while ttyS0 is
    originally internal serial port. The problem was found in
    char/devices/serial.c. Version 2.2.12 of serial.c with the rest of
    2.2.14 works fine. Difference is in line 1696:

    2.2.12:
    uart_config[state->type].dfl_xmit_fifo_size;
    2.2.14:
    uart_config[new_serial.type].dfl_xmit_fifo_size;

    -
    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 Apr 22 2000 - 02:10:08 EDT