All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH 0/3] coretemp driver
@ 2006-10-15 20:17 Rudolf Marek
  2006-10-15 22:13 ` Rudolf Marek
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Rudolf Marek @ 2006-10-15 20:17 UTC (permalink / raw)
  To: lm-sensors

Hello all,

Following series of patches adds support for the temperature sensors inside the
Intel Core family processors.

It would be nice if someone could test the stuff again and read the
documentation and code to see if all is OK

Thanks,
Regards
Rudolf


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

* [lm-sensors] [PATCH 0/3] coretemp driver
  2006-10-15 20:17 [lm-sensors] [PATCH 0/3] coretemp driver Rudolf Marek
@ 2006-10-15 22:13 ` Rudolf Marek
  2006-10-15 23:46 ` Matthias Hentges
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Rudolf Marek @ 2006-10-15 22:13 UTC (permalink / raw)
  To: lm-sensors

> It would be nice if someone could test the stuff again and read the
> documentation and code to see if all is OK

Oh I forgot. There is new detection code in sensors-detect and all userspace
stuff is now available in lm-sensors SVN.

Good night,
Rudolf


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

* [lm-sensors] [PATCH 0/3] coretemp driver
  2006-10-15 20:17 [lm-sensors] [PATCH 0/3] coretemp driver Rudolf Marek
  2006-10-15 22:13 ` Rudolf Marek
@ 2006-10-15 23:46 ` Matthias Hentges
  2006-10-16 18:22 ` Rudolf Marek
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Matthias Hentges @ 2006-10-15 23:46 UTC (permalink / raw)
  To: lm-sensors

Hello Rudolf,

Am Sonntag, den 15.10.2006, 22:17 +0200 schrieb Rudolf Marek:
> Hello all,
> 
> Following series of patches adds support for the temperature sensors inside the
> Intel Core family processors.
> 
> It would be nice if someone could test the stuff again and read the
> documentation and code to see if all is OK

I've just applied this patchset to 2.6.19-rc2. If I enable "Processor
type and features / Support for hot-pluggable CPUs (EXPERIMENTAL)", the
coretemp driver no longer compiles (not as module and not compiled into
the kernel).

Thanks,
-- 
Matthias 'CoreDump' Hentges 

My OS: Debian SID. Geek by Nature, Linux by Choice
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make_bzImage.tmp.gz
Type: application/x-gzip
Size: 2257 bytes
Desc: not available
Url : http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20061016/fe00d9a3/attachment.gz 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20061016/fe00d9a3/attachment.bin 

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

* [lm-sensors] [PATCH 0/3] coretemp driver
  2006-10-15 20:17 [lm-sensors] [PATCH 0/3] coretemp driver Rudolf Marek
  2006-10-15 22:13 ` Rudolf Marek
  2006-10-15 23:46 ` Matthias Hentges
@ 2006-10-16 18:22 ` Rudolf Marek
  2006-10-16 22:07 ` Matthias Hentges
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Rudolf Marek @ 2006-10-16 18:22 UTC (permalink / raw)
  To: lm-sensors

Hello Mattias,

Thanks for the test.

> I've just applied this patchset to 2.6.19-rc2. If I enable "Processor
> type and features / Support for hot-pluggable CPUs (EXPERIMENTAL)", the
> coretemp driver no longer compiles (not as module and not compiled into
> the kernel).

Please do not include the binary attachments, the mailing list will throw such 
mails away...

 >coretemp.c:(.init.text+0x6e0d): undefined reference to 
 >`register_hotcpu_notifier'
 >drivers/built-in.o: In function `coretemp_exit': 

 >coretemp.c:(.exit.text+0x82f): undefined reference to 
 >`unregister_hotcpu_notifier'
 >make: *** [.tmp_vmlinux1] Fehler 1

Hmm I tried with the rc2 and it does work. (it reports just a complain about 
missing function prototype - I fixed that). Please can you send me your .config 
file? Maybe you need to make clean; before doing the test?

Thanks,
Rudolf


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

* [lm-sensors] [PATCH 0/3] coretemp driver
  2006-10-15 20:17 [lm-sensors] [PATCH 0/3] coretemp driver Rudolf Marek
                   ` (2 preceding siblings ...)
  2006-10-16 18:22 ` Rudolf Marek
@ 2006-10-16 22:07 ` Matthias Hentges
  2006-11-12 11:16 ` Christian Mahr
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Matthias Hentges @ 2006-10-16 22:07 UTC (permalink / raw)
  To: lm-sensors

Hello Rudolf,

Am Montag, den 16.10.2006, 20:22 +0200 schrieb Rudolf Marek:
> Hello Mattias,
> 
> Thanks for the test.

thanks for your work on the driver ;)

[...]

> Please do not include the binary attachments, the mailing list will throw such 
> mails away...

Sorry for that, I'll try to keep it in mind.

>  >coretemp.c:(.init.text+0x6e0d): undefined reference to 
>  >`register_hotcpu_notifier'
>  >drivers/built-in.o: In function `coretemp_exit': 
> 
>  >coretemp.c:(.exit.text+0x82f): undefined reference to 
>  >`unregister_hotcpu_notifier'
>  >make: *** [.tmp_vmlinux1] Fehler 1
> 
> Hmm I tried with the rc2 and it does work. (it reports just a complain about 
> missing function prototype - I fixed that). Please can you send me your .config 
> file? Maybe you need to make clean; before doing the test?

I certainly made sure to run "make clean" after each run =)
You can find my kernel .configs here:
http://hentges.net/tmp/debug/asus-p5w-dh-deluxe/lm-sensors/coretemp/20061016/

Thanks,
-- 
Matthias 'CoreDump' Hentges 

My OS: Debian SID. Geek by Nature, Linux by Choice
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20061017/f572111e/attachment.bin 

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

* [lm-sensors]  [PATCH 0/3] coretemp driver
  2006-10-15 20:17 [lm-sensors] [PATCH 0/3] coretemp driver Rudolf Marek
                   ` (3 preceding siblings ...)
  2006-10-16 22:07 ` Matthias Hentges
@ 2006-11-12 11:16 ` Christian Mahr
  2006-11-12 11:38 ` Rudolf Marek
  2006-11-12 14:16 ` Christian Mahr
  6 siblings, 0 replies; 8+ messages in thread
From: Christian Mahr @ 2006-11-12 11:16 UTC (permalink / raw)
  To: lm-sensors

Hi Rudolf,

concerning:

 >coretemp.c:(.init.text+0x6e0d): undefined reference to 
 >`register_hotcpu_notifier'
 >drivers/built-in.o: In function `coretemp_exit': 

 >coretemp.c:(.exit.text+0x82f): undefined reference to 
 >`unregister_hotcpu_notifier'
 >make: *** [.tmp_vmlinux1] Fehler 1

I found the problem: you have to include one more header file:

37d36
< #include <linux/cpu.h>

and it works!  --> please add the line to your sources.

The bug is noticable only if you switch on HOTPLUG_CPU otherwise it does not appear.

Best regards
	Christian

PS many thanks for the driver, I do use it in 2.6.18.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20061112/f82e56dc/attachment.html 

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

* [lm-sensors] [PATCH 0/3] coretemp driver
  2006-10-15 20:17 [lm-sensors] [PATCH 0/3] coretemp driver Rudolf Marek
                   ` (4 preceding siblings ...)
  2006-11-12 11:16 ` Christian Mahr
@ 2006-11-12 11:38 ` Rudolf Marek
  2006-11-12 14:16 ` Christian Mahr
  6 siblings, 0 replies; 8+ messages in thread
From: Rudolf Marek @ 2006-11-12 11:38 UTC (permalink / raw)
  To: lm-sensors

Christian Mahr wrote:
> Hi Rudolf,
> 
> concerning:

Hi,

Did you use the patch from 17.10.2006 23:31  I think I fixed that.

Regards
Rudolf


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

* [lm-sensors] [PATCH 0/3] coretemp driver
  2006-10-15 20:17 [lm-sensors] [PATCH 0/3] coretemp driver Rudolf Marek
                   ` (5 preceding siblings ...)
  2006-11-12 11:38 ` Rudolf Marek
@ 2006-11-12 14:16 ` Christian Mahr
  6 siblings, 0 replies; 8+ messages in thread
From: Christian Mahr @ 2006-11-12 14:16 UTC (permalink / raw)
  To: lm-sensors

Rudolf pointed me to the most recent version of the patch . this does include the fix already.
Sorry to bother

	Christian

Am Sonntag, 12. November 2006 12:16 schrieb Christian Mahr:
> Hi Rudolf,
>
> concerning:
>  >coretemp.c:(.init.text+0x6e0d): undefined reference to
>  >`register_hotcpu_notifier'
>  >drivers/built-in.o: In function `coretemp_exit':
>  >
>  >coretemp.c:(.exit.text+0x82f): undefined reference to
>  >`unregister_hotcpu_notifier'
>  >make: *** [.tmp_vmlinux1] Fehler 1
>
> I found the problem: you have to include one more header file:
>
> 37d36
> < #include <linux/cpu.h>
>
> and it works!  --> please add the line to your sources.
>
> The bug is noticable only if you switch on HOTPLUG_CPU otherwise it does
> not appear.
>
> Best regards
> 	Christian
>
> PS many thanks for the driver, I do use it in 2.6.18.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20061112/9e330b29/attachment.html 

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

end of thread, other threads:[~2006-11-12 14:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-15 20:17 [lm-sensors] [PATCH 0/3] coretemp driver Rudolf Marek
2006-10-15 22:13 ` Rudolf Marek
2006-10-15 23:46 ` Matthias Hentges
2006-10-16 18:22 ` Rudolf Marek
2006-10-16 22:07 ` Matthias Hentges
2006-11-12 11:16 ` Christian Mahr
2006-11-12 11:38 ` Rudolf Marek
2006-11-12 14:16 ` Christian Mahr

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.