linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2..5.73-osdl2
@ 2003-06-26  0:40 Stephen Hemminger
  2003-06-26  2:47 ` compile error in drivers/perfctr/x86.c (Re: 2..5.73-osdl2) Ed L Cashin
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Hemminger @ 2003-06-26  0:40 UTC (permalink / raw)
  To: Linux Kernel mailing list

http://developer.osdl.org/shemminger/patches/patch-2.5.73-osdl2.bz2

No new content, just refreshing to keep up to date.

The purpose of these patches is to get more testing and exposure on
features that would be relevant to server systems running enterprise
applications like database servers.

Given the stabilty of 2.5, most of these patches are related to 
instrumentation and are most useful to the OSDL performance testing
groups needs.

Never sent out 2.5.73-osdl1 because it didn't boot on the STP
test machines (some old megaraid driver stuff that crept in).

Bug fixes:
o Allow kernel build without hotplug

Existing
o NUMA text replication			(Dave Hansen)
o Kexec 				(Eric Biederman, Andy Pfiffer)
o Linux Trace Toolkit (LTT)             (Karim Yaghmour)
  includes relayfs
o Lockmeter
o Atomic 64 bit i_size access		(Daniel McNeil)
o Pentium Performance Counters		(Mikael Pettersson)
o Kernel Config (ikconfig)		(Randy Dunlap)
o RCU statistics               		(Dipankar Sarma)
o Scheduler tunables            	(Robert Love)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* compile error in drivers/perfctr/x86.c (Re: 2..5.73-osdl2)
  2003-06-26  0:40 2..5.73-osdl2 Stephen Hemminger
@ 2003-06-26  2:47 ` Ed L Cashin
  2003-06-26  3:16   ` Ed L Cashin
  2003-06-26  7:21   ` Mikael Pettersson
  0 siblings, 2 replies; 4+ messages in thread
From: Ed L Cashin @ 2003-06-26  2:47 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Linux Kernel mailing list

On Wed, Jun 25, 2003 at 05:40:48PM -0700, Stephen Hemminger wrote:
> http://developer.osdl.org/shemminger/patches/patch-2.5.73-osdl2.bz2

Hi.  I'm getting a compile error:

  CC      drivers/perfctr/x86_setup.o
  CC      drivers/perfctr/x86.o
drivers/perfctr/x86.c: In function `unregister_nmi_pmdev':
drivers/perfctr/x86.c:1484: `nmi_pmdev' undeclared (first use in this function)
drivers/perfctr/x86.c:1484: (Each undeclared identifier is reported only once
drivers/perfctr/x86.c:1484: for each function it appears in.)
drivers/perfctr/x86.c:1485: warning: implicit declaration of function `apic_pm_unregister'
drivers/perfctr/x86.c: In function `x86_pm_init':
drivers/perfctr/x86.c:1500: warning: implicit declaration of function `apic_pm_register'
drivers/perfctr/x86.c:1500: warning: assignment makes pointer from integer without a cast
make[2]: *** [drivers/perfctr/x86.o] Error 1
make[1]: *** [drivers/perfctr] Error 2
make: *** [drivers] Error 2

Here is .config and ver_linux output:

  http://www.cs.uga.edu/~cashin/temp/2.5.73-osdl2-error.txt

-- 
--Ed L Cashin            |   PGP public key:
  ecashin@uga.edu        |   http://noserose.net/e/pgp/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: compile error in drivers/perfctr/x86.c (Re: 2..5.73-osdl2)
  2003-06-26  2:47 ` compile error in drivers/perfctr/x86.c (Re: 2..5.73-osdl2) Ed L Cashin
@ 2003-06-26  3:16   ` Ed L Cashin
  2003-06-26  7:21   ` Mikael Pettersson
  1 sibling, 0 replies; 4+ messages in thread
From: Ed L Cashin @ 2003-06-26  3:16 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Linux Kernel mailing list

Also, it looks like the EXTRAVERSION wasn't updated 
to -osdl2.

-- 
--Ed L Cashin            |   PGP public key:
  ecashin@uga.edu        |   http://noserose.net/e/pgp/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: compile error in drivers/perfctr/x86.c (Re: 2..5.73-osdl2)
  2003-06-26  2:47 ` compile error in drivers/perfctr/x86.c (Re: 2..5.73-osdl2) Ed L Cashin
  2003-06-26  3:16   ` Ed L Cashin
@ 2003-06-26  7:21   ` Mikael Pettersson
  1 sibling, 0 replies; 4+ messages in thread
From: Mikael Pettersson @ 2003-06-26  7:21 UTC (permalink / raw)
  To: Ed L Cashin; +Cc: Stephen Hemminger, Linux Kernel mailing list

Ed L Cashin writes:
 > On Wed, Jun 25, 2003 at 05:40:48PM -0700, Stephen Hemminger wrote:
 > > http://developer.osdl.org/shemminger/patches/patch-2.5.73-osdl2.bz2
 > 
 > Hi.  I'm getting a compile error:
 > 
 >   CC      drivers/perfctr/x86_setup.o
 >   CC      drivers/perfctr/x86.o
 > drivers/perfctr/x86.c: In function `unregister_nmi_pmdev':
 > drivers/perfctr/x86.c:1484: `nmi_pmdev' undeclared (first use in this function)
 > drivers/perfctr/x86.c:1484: (Each undeclared identifier is reported only once
 > drivers/perfctr/x86.c:1484: for each function it appears in.)
 > drivers/perfctr/x86.c:1485: warning: implicit declaration of function `apic_pm_unregister'
 > drivers/perfctr/x86.c: In function `x86_pm_init':
 > drivers/perfctr/x86.c:1500: warning: implicit declaration of function `apic_pm_register'
 > drivers/perfctr/x86.c:1500: warning: assignment makes pointer from integer without a cast
 > make[2]: *** [drivers/perfctr/x86.o] Error 1
 > make[1]: *** [drivers/perfctr] Error 2
 > make: *** [drivers] Error 2

It looks a lot like OSDL includes an old obsolete version of perfctr.
The PM code you're getting errors in is for kernels older than 2.5.68.
The current release of perfctr knows that current 2.5 kernels use the
driver model for local APIC and NMI watchdog power management.

Unfortunately, the -osdl kernel announcements don't state _which_ release
of perfctr they're including. I was assuming they got new releases off
the download site on a regular basis, but perhaps they don't.

/Mikael

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-06-26  7:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-26  0:40 2..5.73-osdl2 Stephen Hemminger
2003-06-26  2:47 ` compile error in drivers/perfctr/x86.c (Re: 2..5.73-osdl2) Ed L Cashin
2003-06-26  3:16   ` Ed L Cashin
2003-06-26  7:21   ` Mikael Pettersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).