Re: udp.c

From: David S. Miller (davem_at_davemloft.net)
Date: 06/14/05

  • Next message: bhaskara: "Re: mouse still losing sync and thus jumping around"
    Date:	Mon, 13 Jun 2005 16:20:52 -0700 (PDT)
    To: herbert@gondor.apana.org.au
    
    

    From: Herbert Xu <herbert@gondor.apana.org.au>
    Date: Tue, 14 Jun 2005 09:04:22 +1000

    > On Mon, Jun 13, 2005 at 02:57:16PM -0700, David S. Miller wrote:
    > > From: Herbert Xu <herbert@gondor.apana.org.au>
    > > Date: Tue, 14 Jun 2005 07:42:52 +1000
    > >
    > > > It'll dump the stack anyway if we just make it a NULL pointer.
    > >
    > > Some platforms don't handle that very cleanly, for example
    > > it may be necessary to have something mapped at page zero
    > > for one reason or another.
    >
    > Are there any existing platforms that do that in kernel mode?

    X86 did, especially during bootup, for a long time.

    I know the highly optimized sparc64 instruction TLB miss handler
    doesn't handle this properly and this usually hangs the machine.
    I've put some checks in there that tries to handle it properly,
    but there are still some cases that pass through.
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: bhaskara: "Re: mouse still losing sync and thus jumping around"

    Relevant Pages

    • Re: [RFC] Splitting kernel headers and deprecating __KERNEL__
      ... A good problem file to be dealt with would ... platforms. ... I suspect it would take a fair amount of work to produce a ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [RFC][PATCH] Way for platforms to alter built-in serial ports
      ... For platforms that can't do that, ... >> and we automatically switch to the corresponding ttyS device later. ... so I hope we can make some progress. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.6.12-rc1-bk does not boot x86_64
      ... Only works to initialise the lock as unlocked on platforms whose unlock ... int proto_register ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.6.14-rc2-mm1
      ... In terms of percentages, between 10-15% variation. ... regular about the platforms. ... of any coloring patch. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 0xdeadbeef vs 0xdeadbeefL
      ... I write portable ISO C source ... My code has been built on dozens and dozens of ... On many platforms a "plain" char is unsigned. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)