linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 2.6.34-rc1
@ 2010-03-08 20:33 Linus Torvalds
  2010-03-08 22:06 ` Jiri Slaby
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Linus Torvalds @ 2010-03-08 20:33 UTC (permalink / raw)
  To: Linux Kernel Mailing List


It's out there now. I still have a few trees I already got pull requests 
for, and that I want to look over a bit more (ceph, gdb tree etc), and 
it's possible that I've just overlooked some other pull request.

So if you feel like you sent me a pull request bit might have been 
over-looked, please point that out to me, but in general the merge window 
is over. And as promised, if you left your pull request to the last day of 
a two-week window, you're now going to have to wait for the 2.6.35 window.

As usual, there's tons of changes, with about 50% of the changes being 
under drivers/. With an additional 5% in sound/, which has its own 
subdirectory, and 10% being firmware/, we're looking at about two thirds 
being driver-related.

Of the remaining, about half is arch updqates (mainly arm, mips, ppc, sh 
and x86), and half is "rest". Which includes things like a new filesystem 
(logfs - as mentioned, there's another one pending too, so we might have 
two new ones in 2.6.34).

All in all, about 850 developers involved so far (there migth be a few 
dups there, I didn't check too closely), 6500+ files changed, 400,000+ 
lines added, ~175,000 lines deleted. Too much to really summarize, in 
other words.

The thing that bit me, and might bite a few others, is that if you're 
using Nouveau, you'll have to install new libdrm/nouveau_drv versions. 
Other than that, if something doesn't work, please holler!

			Linus

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

* Re: Linux 2.6.34-rc1
  2010-03-08 20:33 Linux 2.6.34-rc1 Linus Torvalds
@ 2010-03-08 22:06 ` Jiri Slaby
  2010-03-13 21:56   ` Writable limits (was Re: Linux 2.6.34-rc1) Jiri Kosina
  2010-03-09  2:14 ` Linux 2.6.34-rc1 Mike Frysinger
  2010-03-09 16:28 ` Jan Kara
  2 siblings, 1 reply; 8+ messages in thread
From: Jiri Slaby @ 2010-03-08 22:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List

On 03/08/2010 09:33 PM, Linus Torvalds wrote:
> It's out there now. I still have a few trees I already got pull requests 
> for, and that I want to look over a bit more (ceph, gdb tree etc), and 
> it's possible that I've just overlooked some other pull request.
> 
> So if you feel like you sent me a pull request bit might have been 
> over-looked, please point that out to me

Hi, yes, the writable limits tree:
http://lkml.org/lkml/2010/3/5/219

Maybe it was ignored on purpose. Either way, I would like to know to
decide whether to drop it from -next or not and wait for a 2.6.35 merge
window.

thanks,
-- 
js

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

* Re: Linux 2.6.34-rc1
  2010-03-08 20:33 Linux 2.6.34-rc1 Linus Torvalds
  2010-03-08 22:06 ` Jiri Slaby
@ 2010-03-09  2:14 ` Mike Frysinger
  2010-03-09 16:28 ` Jan Kara
  2 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger @ 2010-03-09  2:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List

On Mon, Mar 8, 2010 at 15:33, Linus Torvalds wrote:
> It's out there now. I still have a few trees I already got pull requests
> for, and that I want to look over a bit more (ceph, gdb tree etc), and
> it's possible that I've just overlooked some other pull request.
>
> So if you feel like you sent me a pull request bit might have been
> over-looked, please point that out to me, but in general the merge window
> is over. And as promised, if you left your pull request to the last day of
> a two-week window, you're now going to have to wait for the 2.6.35 window.

i was traveling the last few weeks doing training and got back this
weekend.  was finishing up the Blackfin tree now, but i guess i missed
the window huh ...
-mike

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

* Re: Linux 2.6.34-rc1
  2010-03-08 20:33 Linux 2.6.34-rc1 Linus Torvalds
  2010-03-08 22:06 ` Jiri Slaby
  2010-03-09  2:14 ` Linux 2.6.34-rc1 Mike Frysinger
@ 2010-03-09 16:28 ` Jan Kara
  2010-03-09 17:13   ` Randy Dunlap
  2 siblings, 1 reply; 8+ messages in thread
From: Jan Kara @ 2010-03-09 16:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List

> It's out there now. I still have a few trees I already got pull requests 
> for, and that I want to look over a bit more (ceph, gdb tree etc), and 
> it's possible that I've just overlooked some other pull request.
  It seems you haven't pulled my UDF tree (requested on Thursday -
http://lkml.indiana.edu/hypermail/linux/kernel/1003.0/02186.html).
  I've rebased the tree on top of 2.6.34-rc1 so could you please pull
now?
  The full pull request for your convenience:

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6.git for_linus

  to get:

Akinobu Mita (1):
      udf: use ext2_find_next_bit

Jan Kara (2):
      udf: Fix unalloc space handling in udf_update_inode
      udf: Do not read inode before writing it

The diffstat is

 fs/udf/balloc.c |   49 +------------------------------------------------
 fs/udf/inode.c  |   34 +++++++++++++++++-----------------
 2 files changed, 18 insertions(+), 65 deletions(-)

								Honza
-- 
Jan Kara <jack@suse.cz>
SuSE CR Labs

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

* Re: Linux 2.6.34-rc1
  2010-03-09 16:28 ` Jan Kara
@ 2010-03-09 17:13   ` Randy Dunlap
  2010-03-11 15:08     ` Please pull UDF updates for 2.6.34-rc1 Jan Kara
  0 siblings, 1 reply; 8+ messages in thread
From: Randy Dunlap @ 2010-03-09 17:13 UTC (permalink / raw)
  To: Jan Kara; +Cc: Linus Torvalds, Linux Kernel Mailing List

On Tue, 9 Mar 2010 17:28:04 +0100 Jan Kara wrote:

> > It's out there now. I still have a few trees I already got pull requests 
> > for, and that I want to look over a bit more (ceph, gdb tree etc), and 
> > it's possible that I've just overlooked some other pull request.
>   It seems you haven't pulled my UDF tree (requested on Thursday -
> http://lkml.indiana.edu/hypermail/linux/kernel/1003.0/02186.html).
>   I've rebased the tree on top of 2.6.34-rc1 so could you please pull
> now?
>   The full pull request for your convenience:
> 
>   could you please pull from
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6.git for_linus
> 
>   to get:
> 
> Akinobu Mita (1):
>       udf: use ext2_find_next_bit
> 
> Jan Kara (2):
>       udf: Fix unalloc space handling in udf_update_inode
>       udf: Do not read inode before writing it
> 
> The diffstat is
> 
>  fs/udf/balloc.c |   49 +------------------------------------------------
>  fs/udf/inode.c  |   34 +++++++++++++++++-----------------
>  2 files changed, 18 insertions(+), 65 deletions(-)


I have no objections, fwiw, but please change the $subject line...

---
~Randy

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

* Please pull UDF updates for 2.6.34-rc1
  2010-03-09 17:13   ` Randy Dunlap
@ 2010-03-11 15:08     ` Jan Kara
  0 siblings, 0 replies; 8+ messages in thread
From: Jan Kara @ 2010-03-11 15:08 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Jan Kara, Linux Kernel Mailing List, Randy Dunlap

On Tue 09-03-10 09:13:13, Randy Dunlap wrote:
> On Tue, 9 Mar 2010 17:28:04 +0100 Jan Kara wrote:
> > > It's out there now. I still have a few trees I already got pull requests 
> > > for, and that I want to look over a bit more (ceph, gdb tree etc), and 
> > > it's possible that I've just overlooked some other pull request.
> >   It seems you haven't pulled my UDF tree (requested on Thursday -
> > http://lkml.indiana.edu/hypermail/linux/kernel/1003.0/02186.html).
> >   I've rebased the tree on top of 2.6.34-rc1 so could you please pull
> > now?
> >   The full pull request for your convenience:
> > 
> >   could you please pull from
> > 
> > git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6.git for_linus
> > 
> >   to get:
> > 
> > Akinobu Mita (1):
> >       udf: use ext2_find_next_bit
> > 
> > Jan Kara (2):
> >       udf: Fix unalloc space handling in udf_update_inode
> >       udf: Do not read inode before writing it
> > 
> > The diffstat is
> > 
> >  fs/udf/balloc.c |   49 +------------------------------------------------
> >  fs/udf/inode.c  |   34 +++++++++++++++++-----------------
> >  2 files changed, 18 insertions(+), 65 deletions(-)
> 
> I have no objections, fwiw, but please change the $subject line...
  OK, changing the subject line to catch attention.

								Honza
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR

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

* Writable limits (was Re: Linux 2.6.34-rc1)
  2010-03-08 22:06 ` Jiri Slaby
@ 2010-03-13 21:56   ` Jiri Kosina
  2010-03-23 13:59     ` Pavel Machek
  0 siblings, 1 reply; 8+ messages in thread
From: Jiri Kosina @ 2010-03-13 21:56 UTC (permalink / raw)
  To: Jiri Slaby, Linus Torvalds; +Cc: Linux Kernel Mailing List

On Mon, 8 Mar 2010, Jiri Slaby wrote:

> > It's out there now. I still have a few trees I already got pull requests 
> > for, and that I want to look over a bit more (ceph, gdb tree etc), and 
> > it's possible that I've just overlooked some other pull request.
> > 
> > So if you feel like you sent me a pull request bit might have been 
> > over-looked, please point that out to me
> 
> Hi, yes, the writable limits tree:
> http://lkml.org/lkml/2010/3/5/219
> 
> Maybe it was ignored on purpose. Either way, I would like to know to
> decide whether to drop it from -next or not and wait for a 2.6.35 merge
> window.

Seems like this was neither commented on, nor merged. I don't see any 
serious objections to having this merged having been raised anywhere ...

Any word on this?

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

* Re: Writable limits (was Re: Linux 2.6.34-rc1)
  2010-03-13 21:56   ` Writable limits (was Re: Linux 2.6.34-rc1) Jiri Kosina
@ 2010-03-23 13:59     ` Pavel Machek
  0 siblings, 0 replies; 8+ messages in thread
From: Pavel Machek @ 2010-03-23 13:59 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Jiri Slaby, Linus Torvalds, Linux Kernel Mailing List

Hi!

> > > It's out there now. I still have a few trees I already got pull requests 
> > > for, and that I want to look over a bit more (ceph, gdb tree etc), and 
> > > it's possible that I've just overlooked some other pull request.
> > > 
> > > So if you feel like you sent me a pull request bit might have been 
> > > over-looked, please point that out to me
> > 
> > Hi, yes, the writable limits tree:
> > http://lkml.org/lkml/2010/3/5/219
> > 
> > Maybe it was ignored on purpose. Either way, I would like to know to
> > decide whether to drop it from -next or not and wait for a 2.6.35 merge
> > window.
> 
> Seems like this was neither commented on, nor merged. I don't see any 
> serious objections to having this merged having been raised anywhere ...
> 
> Any word on this?

Maybe noone cars? Try to push it through akpm?
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

end of thread, other threads:[~2010-03-23 13:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-08 20:33 Linux 2.6.34-rc1 Linus Torvalds
2010-03-08 22:06 ` Jiri Slaby
2010-03-13 21:56   ` Writable limits (was Re: Linux 2.6.34-rc1) Jiri Kosina
2010-03-23 13:59     ` Pavel Machek
2010-03-09  2:14 ` Linux 2.6.34-rc1 Mike Frysinger
2010-03-09 16:28 ` Jan Kara
2010-03-09 17:13   ` Randy Dunlap
2010-03-11 15:08     ` Please pull UDF updates for 2.6.34-rc1 Jan Kara

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