All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <guenter.roeck@ericsson.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: "torvalds@linux-foundation.org" <torvalds@linux-foundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"lm-sensors@lm-sensors.org" <lm-sensors@lm-sensors.org>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [lm-sensors] [GIT PULL] hwmon fixes for 2.6.36
Date: Sun, 26 Sep 2010 19:05:31 +0000	[thread overview]
Message-ID: <20100926190531.GA29089@ericsson.com> (raw)
In-Reply-To: <20100926121314.GA20023@elte.hu>

On Sun, Sep 26, 2010 at 08:13:14AM -0400, Ingo Molnar wrote:
> 
> * Guenter Roeck <guenter.roeck@ericsson.com> wrote:
> 
> > Hi Linus,
> > 
> > Please pull hwmon subsystem fixes for Linux 2.6.36 from:
> > 
> >     git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging.git hwmon-for-linus
> > 
> > Thanks,
> > Guenter Roeck
> > 
> > ------
> > 
> > Guenter Roeck (1):
> >       MAINTAINERS: Update hwmon entry
> > 
> > Jan Beulich (7):
> >       x86/hwmon: fix module init for hotplug-but-no-device-found case
> >       x86/hwmon: avoid deadlock on CPU removal in pkgtemp
> >       x86/hwmon: don't leak device attribute file from pkgtemp_probe() and pkgtemp_remove()
> >       x86/hwmon: fix initialization of coretemp
> >       x86/hwmon: fix initialization of pkgtemp
> >       x86/hwmon: register alternate sibling upon CPU removal
> >       x86/hwmon: pkgtemp has no dependency on PCI
> > 
> > Takashi Iwai (1):
> >       hwmon: (lis3) Fix Oops with NULL platform data
> > 
> >  MAINTAINERS                       |    2 +
> >  arch/x86/include/asm/cpufeature.h |    1 +
> >  arch/x86/kernel/cpu/scattered.c   |    1 +
> 
> Please at minimum get acks for arch/x86 changes from the maintainers.
> 
Ok, I assume that is a hard rule, and keep that in mind for the future. 

> >  drivers/hwmon/Kconfig             |    2 +-
> >  drivers/hwmon/coretemp.c          |   56 +++++++++++++++++++++----------------
> >  drivers/hwmon/lis3lv02d.c         |    4 +-
> >  drivers/hwmon/pkgtemp.c           |   23 +++++++--------
> >  7 files changed, 50 insertions(+), 39 deletions(-)
> 
> This fails to build with an about 10% likelyhood in randconfig builds:
> 
>   drivers/hwmon/coretemp.c:506: error: implicit declaration of function 'cpu_sibling_mask'
> 
Sorry, didn't catch that. 

Still learning, though that is not an excuse.

Guenter

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <guenter.roeck@ericsson.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: "torvalds@linux-foundation.org" <torvalds@linux-foundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"lm-sensors@lm-sensors.org" <lm-sensors@lm-sensors.org>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [GIT PULL] hwmon fixes for 2.6.36
Date: Sun, 26 Sep 2010 12:05:31 -0700	[thread overview]
Message-ID: <20100926190531.GA29089@ericsson.com> (raw)
In-Reply-To: <20100926121314.GA20023@elte.hu>

On Sun, Sep 26, 2010 at 08:13:14AM -0400, Ingo Molnar wrote:
> 
> * Guenter Roeck <guenter.roeck@ericsson.com> wrote:
> 
> > Hi Linus,
> > 
> > Please pull hwmon subsystem fixes for Linux 2.6.36 from:
> > 
> >     git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging.git hwmon-for-linus
> > 
> > Thanks,
> > Guenter Roeck
> > 
> > ------
> > 
> > Guenter Roeck (1):
> >       MAINTAINERS: Update hwmon entry
> > 
> > Jan Beulich (7):
> >       x86/hwmon: fix module init for hotplug-but-no-device-found case
> >       x86/hwmon: avoid deadlock on CPU removal in pkgtemp
> >       x86/hwmon: don't leak device attribute file from pkgtemp_probe() and pkgtemp_remove()
> >       x86/hwmon: fix initialization of coretemp
> >       x86/hwmon: fix initialization of pkgtemp
> >       x86/hwmon: register alternate sibling upon CPU removal
> >       x86/hwmon: pkgtemp has no dependency on PCI
> > 
> > Takashi Iwai (1):
> >       hwmon: (lis3) Fix Oops with NULL platform data
> > 
> >  MAINTAINERS                       |    2 +
> >  arch/x86/include/asm/cpufeature.h |    1 +
> >  arch/x86/kernel/cpu/scattered.c   |    1 +
> 
> Please at minimum get acks for arch/x86 changes from the maintainers.
> 
Ok, I assume that is a hard rule, and keep that in mind for the future. 

> >  drivers/hwmon/Kconfig             |    2 +-
> >  drivers/hwmon/coretemp.c          |   56 +++++++++++++++++++++----------------
> >  drivers/hwmon/lis3lv02d.c         |    4 +-
> >  drivers/hwmon/pkgtemp.c           |   23 +++++++--------
> >  7 files changed, 50 insertions(+), 39 deletions(-)
> 
> This fails to build with an about 10% likelyhood in randconfig builds:
> 
>   drivers/hwmon/coretemp.c:506: error: implicit declaration of function 'cpu_sibling_mask'
> 
Sorry, didn't catch that. 

Still learning, though that is not an excuse.

Guenter

  reply	other threads:[~2010-09-26 19:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-25 14:59 [lm-sensors] [GIT PULL] hwmon fixes for 2.6.36 Jean Delvare
2010-08-25 14:59 ` Jean Delvare
2010-09-17 15:32 ` [lm-sensors] " Jean Delvare
2010-09-17 15:32   ` Jean Delvare
2010-09-25  1:28 ` [lm-sensors] " Guenter Roeck
2010-09-25  1:28   ` Guenter Roeck
2010-09-25 10:56   ` [lm-sensors] " Jean Delvare
2010-09-25 10:56     ` Jean Delvare
2010-09-25 16:20     ` Guenter Roeck
2010-09-25 16:20       ` Guenter Roeck
2010-09-26 12:13   ` Ingo Molnar
2010-09-26 12:13     ` Ingo Molnar
2010-09-26 19:05     ` Guenter Roeck [this message]
2010-09-26 19:05       ` Guenter Roeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100926190531.GA29089@ericsson.com \
    --to=guenter.roeck@ericsson.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lm-sensors@lm-sensors.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.