public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux v2.6.18-rc1
@ 2006-07-06  4:26 Linus Torvalds
  2006-07-06  9:44 ` Matt Keenan
                   ` (6 more replies)
  0 siblings, 7 replies; 37+ messages in thread
From: Linus Torvalds @ 2006-07-06  4:26 UTC (permalink / raw)
  To: Linux Kernel Mailing List


Ok,
 the merge window for 2.6.18 is closed, and -rc1 is out there (git trees 
updated, the tar-ball and patches are still uploading over my pitiful DSL 
line - and as usual it may take a short while before mirroring takes 
place and distributes things across the globe).

The changes are too big for the mailing list, even just the shortlog. As 
usual, lots of stuff happened. Most architectures got updated, ACPI 
updates, networking, SCSI and sound, IDE, infiniband, input, DVB etc etc 
etc.

There's also a fair amount of basic infrastructure updates here, with 
things like the generic IRQ layer, the lockdep (oh, and priority- 
inheritance mutex support) stuff by Ingo &co, some generic 
timekeeping infrastructure ("clocksource") stuff, memory hotplug 
(and page migration) support, etc etc.

Git users should generally just select the part they are interested in, 
and do something like

	git log v2.6.17.. -- drivers/usb/ | git shortlog | less -S

to get a better and more focused view of what has changed.

Have fun,

		Linus

^ permalink raw reply	[flat|nested] 37+ messages in thread
* RE: Linux v2.6.18-rc1
@ 2006-07-06 19:25 Moore, Robert
  0 siblings, 0 replies; 37+ messages in thread
From: Moore, Robert @ 2006-07-06 19:25 UTC (permalink / raw)
  To: Alistair John Strachan; +Cc: Linux Kernel Mailing List, linux-acpi, Brown, Len

I've tracked this down, it's a bug and I believe I have it fixed. It's
related to "serialized" control methods which are rather rare in
comparison to non-serialized methods.

Bob


> -----Original Message-----
> From: linux-acpi-owner@vger.kernel.org [mailto:linux-acpi-
> owner@vger.kernel.org] On Behalf Of Alistair John Strachan
> Sent: Thursday, July 06, 2006 5:35 AM
> To: Linus Torvalds
> Cc: Linux Kernel Mailing List; linux-acpi@vger.kernel.org; Brown, Len
> Subject: Re: Linux v2.6.18-rc1
> 
> On Thursday 06 July 2006 05:26, Linus Torvalds wrote:
> > Ok,
> >  the merge window for 2.6.18 is closed, and -rc1 is out there (git
trees
> > updated, the tar-ball and patches are still uploading over my
pitiful
> DSL
> > line - and as usual it may take a short while before mirroring takes
> > place and distributes things across the globe).
> >
> > The changes are too big for the mailing list, even just the
shortlog. As
> > usual, lots of stuff happened. Most architectures got updated, ACPI
> > updates, networking, SCSI and sound, IDE, infiniband, input, DVB etc
etc
> > etc.
> 
> ACPI problem here. Doesn't seem to actively break anything, but the
> messages
> look bad (HP NC6000 notebook). Haven't tried suspending. The error
popped
> up roughly 90 minutes after booting. Laptop has been on AC power
> throughout.
> 
> ACPI Error (exmutex-0248): Cannot release Mutex [C0E8], not acquired
> [20060623]
> ACPI Error (psparse-0537): Method parse/execution failed
> [\_SB_.C044.C057.C0E7.C12F] (Node c1aeca40), AE_AML_MUTEX_NOT_ACQUIRED
> ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.C12F]
> (Node c1aeecfc), AE_AML_MUTEX_NOT_ACQUIRED
> ACPI Error (psparse-0537): Method parse/execution failed
[\_SB_.C137._BST]
> (Node c1aeec84), AE_AML_MUTEX_NOT_ACQUIRED
> ACPI Exception (acpi_battery-0206): AE_AML_MUTEX_NOT_ACQUIRED,
Evaluating
> _BST [20060623]
> 
> --
> Cheers,
> Alistair.
> 
> Third year Computer Science undergraduate.
> 1F2 55 South Clerk Street, Edinburgh, UK.
> -
> 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

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

end of thread, other threads:[~2006-07-11 17:00 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06  4:26 Linux v2.6.18-rc1 Linus Torvalds
2006-07-06  9:44 ` Matt Keenan
2006-07-06 12:49   ` Jonathan Corbet
2006-07-06 16:22   ` Linus Torvalds
2006-07-06 12:34 ` Alistair John Strachan
2006-07-07  0:11   ` Andrew Morton
2006-07-06 12:44 ` Nigel Cunningham
2006-07-06 19:44 ` David R
2006-07-06 22:17   ` Greg KH
2006-07-07 21:11     ` David R
2006-07-08  8:14       ` Borislav Petkov
2006-07-08 14:19       ` Kay Sievers
2006-07-08 14:44         ` Andi Kleen
2006-07-08 14:44     ` Andi Kleen
2006-07-08 16:02       ` Greg KH
2006-07-09 23:17         ` Andi Kleen
2006-07-09 23:36           ` Greg KH
2006-07-07  1:05   ` Hervé Fache
2006-07-07 15:41 ` Steve Fox
2006-07-09 10:34   ` Benjamin Herrenschmidt
2006-07-10 13:21     ` Will Schmidt
2006-07-10 14:40       ` Alan Cox
2006-07-10 21:17         ` Benjamin Herrenschmidt
2006-07-11 17:00           ` Steve Fox
2006-07-10 21:16       ` Benjamin Herrenschmidt
2006-07-10 16:38     ` Steve Fox
2006-07-10 18:30       ` Steve Fox
2006-07-07 17:52 ` lost cpufreq (Re: Linux v2.6.18-rc1) Tomasz Torcz
2006-07-07 19:07   ` Dave Jones
2006-07-07 20:27     ` Tomasz Torcz
2006-07-07 20:35       ` Dave Jones
2006-07-10 10:03   ` Takashi Iwai
2006-07-08 14:09 ` [patchset 0/3 -2.6.18-rc1] pc8736x_gpio: fix re-modprobe errors Jim Cromie
2006-07-08 14:16   ` [patchset 1/3 -2.6.18-rc1] pc8736x_gpio: fix re-modprobe errors - define and use constants Jim Cromie
2006-07-08 14:29   ` [patchset 2/3 -2.6.18-rc1] pc8736x_gpio: fix re-modprobe errors - undo region reservation Jim Cromie
2006-07-08 14:34   ` [patchset 3/3 -2.6.18-rc1] pc8736x_gpio: fix re-modprobe errors - fix/finish cdev-init Jim Cromie
  -- strict thread matches above, loose matches on Subject: below --
2006-07-06 19:25 Linux v2.6.18-rc1 Moore, Robert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox