Re: 2.6.8.1-mm2

From: Srivatsa Vaddagiri (vatsa_at_in.ibm.com)
Date: 08/20/04

  • Next message: Andrew Morton: "Re: remove dentry_open::file_ra_init_state() duplicated memset was Re: kernbench on 512p"
    Date:	Fri, 20 Aug 2004 11:47:49 +0530
    To: Andrew Morton <akpm@osdl.org>
    
    

    On Thu, Aug 19, 2004 at 08:49:17AM +0000, Andrew Morton wrote:
    > ppc64-fix-v_regs-pointer-setup.patch
    > ppc64: Fix v_regs pointer setup

    Paul rightly pointed out that is should be +15 and not +16. My mistake.
    Updated ppc64-fix-v_regs-pointer-setup.patch below:

    Signed-off-by : Srivatsa Vaddagiri <vatsa@in.ibm.com>

     

    ---
     linux-2.6.8.1-mm2-vatsa/arch/ppc64/kernel/signal.c |    2 +-
     1 files changed, 1 insertion(+), 1 deletion(-)
    diff -puN arch/ppc64/kernel/signal.c~ppc64-fix-v_regs-pointer-setup arch/ppc64/kernel/signal.c
    --- linux-2.6.8.1-mm2/arch/ppc64/kernel/signal.c~ppc64-fix-v_regs-pointer-setup	2004-08-20 11:43:05.000000000 +0530
    +++ linux-2.6.8.1-mm2-vatsa/arch/ppc64/kernel/signal.c	2004-08-20 11:43:22.000000000 +0530
    @@ -127,7 +127,7 @@ static long setup_sigcontext(struct sigc
     	 * v_regs pointer or not
     	 */
     #ifdef CONFIG_ALTIVEC
    -	elf_vrreg_t __user *v_regs = (elf_vrreg_t __user *)(((unsigned long)sc->vmx_reserve + 16) & ~0xful);
    +	elf_vrreg_t __user *v_regs = (elf_vrreg_t __user *)(((unsigned long)sc->vmx_reserve + 15) & ~0xful);
     #endif
     	long err = 0;
     
    _
    _
    -- 
    Thanks and Regards,
    Srivatsa Vaddagiri,
    Linux Technology Center,
    IBM Software Labs,
    Bangalore, INDIA - 560017
    -
    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: Andrew Morton: "Re: remove dentry_open::file_ra_init_state() duplicated memset was Re: kernbench on 512p"

    Relevant Pages

    • Re: Whered the .config go?
      ... | somewhere in the kernel is missing. ... Mistake somewhere or has this been ... 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/ ...
      (Linux-Kernel)
    • Re: [PATCH] use size_t for the broken ioctl numbers
      ... > least stop people from copying them and making the same mistake. ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: reiser4 vs politics: linux misses out again
      ... Apple's major claim-to-fame was that it represents an ... to be done in India. ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: whats next for the linux kernel?
      ... > Let's hope these posts will stop when the UK starts to allow serving ... hi, christoph, ... was a mistake on your part. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [RFC] [PATCH] make add_taint() inline
      ... Just some little mistake that I have since corrected. ... presumably add_taintwas exported to modules for a reason. ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)