public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: Jan Beulich <JBeulich@novell.com>
Cc: linux-acpi@vger.kernel.org
Subject: Re: [PATCH] acpi/processor: fix for !CONFIG_CPU_IDLE
Date: Mon, 28 Jun 2010 14:42:02 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LFD.2.00.1006281440430.16755@localhost.localdomain> (raw)
In-Reply-To: <4C238A8902000078000080B1@vpn.id2.novell.com>

On Thu, 24 Jun 2010, Jan Beulich wrote:

> The conditional modified (to have an 'else' portion) in commit
> 2671717265ae6e720a9ba5f13fbec3a718983b65 degenerates to an
> unconditional NULL dereference when CONFIG_CPU_IDLE is off, as
> cpuidle_register_driver() returns non-zero in this case, and
> cpu_idle_get_driver() returns NULL. The simplest solution is to make
> the whole construct depend on CONFIG_CPU_IDLE bein defined.
> 
> Signed-off-by: Jan Beulich <jbeulich@novell.com>

As CONFIG_ACPI selects CONFIG_CPU_IDLE,
how were you able to provoke this issue?

thanks,
-Len Brown, Intel Open Source Technology Center

> ---
>  drivers/acpi/processor_driver.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> --- linux-2.6.35-rc3/drivers/acpi/processor_driver.c
> +++ 2.6.35-rc3-acpi-no-cpuidle/drivers/acpi/processor_driver.c
> @@ -922,6 +922,7 @@ static int __init acpi_processor_init(vo
>  		return -ENOMEM;
>  #endif
>  
> +#ifdef CONFIG_CPU_IDLE
>  	if (!cpuidle_register_driver(&acpi_idle_driver)) {
>  		printk(KERN_DEBUG "ACPI: %s registered with cpuidle\n",
>  			acpi_idle_driver.name);
> @@ -929,6 +930,7 @@ static int __init acpi_processor_init(vo
>  		printk(KERN_DEBUG "ACPI: acpi_idle yielding to %s",
>  			cpuidle_get_driver()->name);
>  	}
> +#endif
>  
>  	result = acpi_bus_register_driver(&acpi_processor_driver);
>  	if (result < 0)
> 
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  reply	other threads:[~2010-06-28 18:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-24 14:40 [PATCH] acpi/processor: fix for !CONFIG_CPU_IDLE Jan Beulich
2010-06-28 18:42 ` Len Brown [this message]
2010-06-29  6:45   ` Jan Beulich

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=alpine.LFD.2.00.1006281440430.16755@localhost.localdomain \
    --to=lenb@kernel.org \
    --cc=JBeulich@novell.com \
    --cc=linux-acpi@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox