Your commit:

    [PARISC] fix panic on prefetch(NULL) on PA7300LC
    
    Due to an errata, the PA7300LC generates a TLB miss interruption even on the
    prefetch instruction.  This means that prefetch(NULL), which is supposed to 
be
    a nop on linux actually generates a NULL deref fault.  Fix this by testing 
the
    address of prefetch against NULL before doing the prefetch.
    
    Cc: stable@vger.kernel.org
    Signed-off-by: James Bottomley <jbottom...@parallels.com>

has been added to the upstream parisc-2.6 tree
On branch "fixes"
You can find it here:

http://git.kernel.org/?p=linux/kernel/git/jejb/parisc-2.6.git;a=commit;h=f5097ddb8294245847b58a8a6cfaa970bf33242b

This patch is scheduled to be pushed for 3.3

James Bottomley

P.S. If you find this email unwanted, set up a procmail rule junking on
the header:

X-Git-Tree: PARISC
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to