lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 28 Nov 2007 07:58:24 +1100
From:	Paul Mackerras <paulus@...ba.org>
To:	Christoph Lameter <clameter@....com>
Cc:	Kumar Gala <galak@...nel.crashing.org>, akpm@...ux-foundation.org,
	linux-kernel@...r.kernel.org
Subject: Re: [patch 11/14] Powerpc: Use generic per cpu

Christoph Lameter writes:
> On Tue, 27 Nov 2007, Kumar Gala wrote:
> 
> > > Index: linux-2.6/include/asm-powerpc/percpu.h
> > > ===================================================================
> > > --- linux-2.6.orig/include/asm-powerpc/percpu.h	2007-11-24
> > > 10:27:31.088350556 -0800
> > > +++ linux-2.6/include/asm-powerpc/percpu.h	2007-11-24 10:29:20.752350757
> > > -0800
> > > @@ -16,25 +16,6 @@
> > > #define __my_cpu_offset() get_paca()->data_offset
> > > #define per_cpu_offset(x) (__per_cpu_offset(x))
> > 
> > This concerns me.  paca doesn't exist on all PPC platforms.
> 
> I wonder why the current code is working then.

Did you try both 32-bit (CONFIG_64BIT=n) and 64-bit (CONFIG_64BIT=y)
configurations?  The paca only exists in 64-bit kernels.

Paul.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ