LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* cpufreq build regression added today
@ 2007-02-26 22:41 David Miller
  2007-02-26 22:46 ` Dave Jones
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2007-02-26 22:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: davej


Dave, please test your const'ification changes, else you'll
leave some of us const'ipated :-)

drivers/cpufreq/cpufreq.c: In function 'cpufreq_register_driver'
drivers/cpufreq/cpufreq.c:1767: error: assignment of read-only location

Thanks.

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

* Re: cpufreq build regression added today
  2007-02-26 22:41 cpufreq build regression added today David Miller
@ 2007-02-26 22:46 ` Dave Jones
  2007-02-27  7:59   ` Olaf Hering
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Jones @ 2007-02-26 22:46 UTC (permalink / raw)
  To: David Miller; +Cc: linux-kernel

On Mon, Feb 26, 2007 at 02:41:34PM -0800, David Miller wrote:
 > 
 > Dave, please test your const'ification changes, else you'll
 > leave some of us const'ipated :-)
 > 
 > drivers/cpufreq/cpufreq.c: In function 'cpufreq_register_driver'
 > drivers/cpufreq/cpufreq.c:1767: error: assignment of read-only location

Damn you're fast.
That stuff wasn't near ready to go to mainline, I've asked Linus
to revert.  Mea Culpa.

		Dave

-- 
http://www.codemonkey.org.uk

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

* Re: cpufreq build regression added today
  2007-02-26 22:46 ` Dave Jones
@ 2007-02-27  7:59   ` Olaf Hering
  2007-02-27 15:50     ` Dave Jones
  0 siblings, 1 reply; 4+ messages in thread
From: Olaf Hering @ 2007-02-27  7:59 UTC (permalink / raw)
  To: Dave Jones, David Miller, linux-kernel

On Mon, Feb 26, Dave Jones wrote:

> On Mon, Feb 26, 2007 at 02:41:34PM -0800, David Miller wrote:
>  > 
>  > Dave, please test your const'ification changes, else you'll
>  > leave some of us const'ipated :-)
>  > 
>  > drivers/cpufreq/cpufreq.c: In function 'cpufreq_register_driver'
>  > drivers/cpufreq/cpufreq.c:1767: error: assignment of read-only location
> 
> Damn you're fast.
> That stuff wasn't near ready to go to mainline, I've asked Linus
> to revert.  Mea Culpa.

e5524f355a0d272ba5233537a896a668db1f3008 is partly broken as well.

-struct agp_bridge_driver uninorth_agp_driver = {
+struct const agp_bridge_driver uninorth_agp_driver = {


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

* Re: cpufreq build regression added today
  2007-02-27  7:59   ` Olaf Hering
@ 2007-02-27 15:50     ` Dave Jones
  0 siblings, 0 replies; 4+ messages in thread
From: Dave Jones @ 2007-02-27 15:50 UTC (permalink / raw)
  To: Olaf Hering; +Cc: David Miller, linux-kernel

On Tue, Feb 27, 2007 at 08:59:37AM +0100, Olaf Hering wrote:
 > On Mon, Feb 26, Dave Jones wrote:
 > 
 > > On Mon, Feb 26, 2007 at 02:41:34PM -0800, David Miller wrote:
 > >  > 
 > >  > Dave, please test your const'ification changes, else you'll
 > >  > leave some of us const'ipated :-)
 > >  > 
 > >  > drivers/cpufreq/cpufreq.c: In function 'cpufreq_register_driver'
 > >  > drivers/cpufreq/cpufreq.c:1767: error: assignment of read-only location
 > > 
 > > Damn you're fast.
 > > That stuff wasn't near ready to go to mainline, I've asked Linus
 > > to revert.  Mea Culpa.
 > 
 > e5524f355a0d272ba5233537a896a668db1f3008 is partly broken as well.

It's not my week.
Fixed in agpgart.git, and asked Linus to pull.

		Dave

-- 
http://www.codemonkey.org.uk

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

end of thread, other threads:[~2007-02-27 15:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-26 22:41 cpufreq build regression added today David Miller
2007-02-26 22:46 ` Dave Jones
2007-02-27  7:59   ` Olaf Hering
2007-02-27 15:50     ` Dave Jones

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).