Re: 2.3.51: ip_finish_output: bad owned skb = c3737480

From: Adam (adam@eax.com)
Date: Sat Mar 11 2000 - 12:16:42 EST

  • Next message: Gregory Maxwell: "Re: 2.3.51 -- I am still seeing the "shmget: shm filesystem not mounted" error"

    > I believe it's netfilter that's doing this. It's been noisier
    > than a marble in a Prince Albert can since about 2.3.47 or so. Anyone
    > know WHY it suddenly got so noisy even with debugging disabled?

    I just re-checked source code in 2.3.51 and AFAICT it is not possible
    to have any of those messages generated with debugging disabled
    as whole debugging stuff is "#ifdef CONFIG_NETFILTER_DEBUG".

    Are you sure you *disabled* it? The most sure way to do it it is
    (form linux dir)

            cp .config ..
            make distclean
            cp ../.config .
            make oldconfig
            make dep
            make bzImage
            make modules

    -
    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 Mar 11 2000 - 13:33:25 EST