public inbox for linux-next@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Borislav Petkov <bp@alien8.de>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@kernel.org>, "H. Peter Anvin" <hpa@zytor.com>,
	Peter Zijlstra <peterz@infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Next Mailing List <linux-next@vger.kernel.org>
Subject: Re: linux-next: build failure after merge of the tip tree
Date: Fri, 9 Jan 2026 14:00:26 -0800	[thread overview]
Message-ID: <20260109140026.efda2135377239ba8964d139@linux-foundation.org> (raw)
In-Reply-To: <20260109195410.GGaWFc4o-TL_jhOTxF@fat_crate.local>

On Fri, 9 Jan 2026 20:54:10 +0100 Borislav Petkov <bp@alien8.de> wrote:

> On Fri, Jan 09, 2026 at 11:39:21AM -0800, Andrew Morton wrote:
> > I'm not particularly concerned about these integration and build issues. 
> > Shit happens, that's what -next is for and we fix things quickly.
> 
> Except that I don't like mails from sfr saying, "oh well, a patch in tip is
> breaking something but it must be coming from a different tree because tip
> alone builds fine."
> 
> So I go and do some crazy bisection dances on a big fat machine.
> 
> linux-next is there, AFAIU, to avoid exactly that - cross-tree conflicts,
> amongst other things.

Yeah.  But it's quite rare, isn't it?  Collisions maybe a couple of
times a year?  (And this one wasn't MM!).  If ~6% of MM patches alter
x86 then that's 200-300/year, holy cow.  Given how cheap and quick it
is to resolve these things, should we be optimizing for these
rare collisions?

We did have one significant runtime problem from this about two years
ago.  For which I got thoroughly smacked around, while silently blaming
you guys ;)  You were cc'ed ~8 times over ~4 months!

> > My main concern is to avoid placing too many developers on the critical
> > path for MM development.
> > 
> > I mean, it's a really common thing.  Because we all love statistics,
> > mm.git MM development branches presently hold 262 patches, 16 of which
> > alter arch/86!
> 
> Yah, I know. I do look at all your emails when you pick up stuff into your
> trees and I mark them accordingly.

Thanks.

> However, I don't like it when you pick up stuff too quickly, without any
> review by us.

Well what do I do and how long should we wait?

See the mm-new thing below.  This should help.

I think the typical profile here is a patchset that makes lots of MM
changes and some incidental x86 modifications, with dependency in both
directions.  I can be on the alert for significant alterations and mark
these for extra x86 consideration, although a single-line change can of
course break things.  I'd prefer to be able to get these patchsets into
mm's testing branches promptly, to maximize the overall contribution's
time-under-test.

Could I ask that when triaging these emails, you let me know promptly
if you'd prefer I not merge it, or to not upstream it without full x86
review, or whatever you want?  I can annotate or drop the patchset and
things will proceed smootly.

Incidentally, we recently added an "mm-new" branch to mm.git.  It's
withheld from linux-next, New material enters here and typically will
be moved into mm-unstable (and hence -next) after 2-3 days.  This is
mainly to try to avoid breaking linux-next.  This means if you see an
added-to-mm-new email, the patch won't be submitted to -next for a few
days.

IOW, that email is advance notification that the patch might appear in
linux-next a few days from now.  Hopefully that helps a bit?

(I'll actually be documenting all this Real Soon Now).

> And it's not like there are no solutions for cross-tree patchsets - immutable
> branches, acked-bys etc so that the whole set goes through one tree, and so
> on.

I'd love me some acked-bys :)

I dunno, Boris.  Is it really worth the up-front and ongoing work for
something which happens so rarely and which Stephen handles so slickly?

> Don't get me wrong - I see your point but what is missing, IMO, is better sync
> between the trees. I can work with almost any setup and tree configuration
> - but I'd like to be in the know and be aware of the situation and what goes
> where.
> 
> And when Linus says that something doesn't build during the merge window, I'd
> like to be prepared instead of both trees scrambling last-minute to figure out
> why.

Yeah, that sucks.  I always pull his tree, do my test merge then do a
couple of build tests before sending the pull request.  I wish the guy
would publish his .configs so we can do `make linusconfig' to avoid the
grumpygrams.


  reply	other threads:[~2026-01-09 22:00 UTC|newest]

Thread overview: 476+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-07  2:47 linux-next: build failure after merge of the tip tree Stephen Rothwell
2026-01-07  3:47 ` Stephen Rothwell
2026-01-07 10:52   ` Borislav Petkov
2026-01-09 17:29     ` Borislav Petkov
2026-01-09 19:17       ` Andrew Morton
2026-01-09 19:24         ` Borislav Petkov
2026-01-09 19:39           ` Andrew Morton
2026-01-09 19:54             ` Borislav Petkov
2026-01-09 22:00               ` Andrew Morton [this message]
2026-01-11 11:02                 ` Borislav Petkov
2026-01-12 20:31                   ` Andrew Morton
2026-01-13 11:44                     ` Borislav Petkov
2026-01-13 12:13                       ` Peter Zijlstra
2026-01-13 12:34                         ` Borislav Petkov
2026-01-13 15:48   ` Borislav Petkov
  -- strict thread matches above, loose matches on Subject: below --
2026-03-10 18:28 Mark Brown
2026-03-11  0:00 ` Mark Brown
2026-03-11 10:37   ` Peter Zijlstra
2026-03-11 14:33     ` Ojaswin Mujoo
2026-03-11 16:09       ` Peter Zijlstra
2026-03-11 16:25         ` Mark Brown
2026-03-12 15:43           ` Ritesh Harjani
2026-03-11 16:30         ` Ojaswin Mujoo
2026-03-11 14:51   ` Ojaswin Mujoo
2026-03-11 15:20     ` Mark Brown
2026-03-11 16:30       ` Ojaswin Mujoo
2026-03-12  6:36         ` Ojaswin Mujoo
2026-03-12 15:55           ` Mark Brown
2025-12-18  6:19 Stephen Rothwell
2025-11-24 12:16 Stephen Rothwell
2025-11-24 12:32 ` Peter Zijlstra
2025-11-24 14:00   ` Boqun Feng
2025-11-24 14:47     ` Peter Zijlstra
2025-11-24 14:49       ` Peter Zijlstra
2025-11-24 19:19         ` Peter Zijlstra
2025-11-25  2:08           ` Stephen Rothwell
2025-11-24 14:51       ` Miguel Ojeda
2025-11-24 14:55         ` Peter Zijlstra
2025-11-24 16:33           ` Peter Zijlstra
2025-11-24 14:03   ` Stephen Rothwell
2025-11-24 14:35     ` Peter Zijlstra
2025-11-24 14:48       ` Miguel Ojeda
2025-11-24 14:53         ` Peter Zijlstra
2025-11-24 17:44           ` Randy Dunlap
2025-11-12  4:42 Stephen Rothwell
2025-11-12  5:20 ` Mi, Dapeng
2025-11-12  9:39 ` Peter Zijlstra
2025-11-12 10:45   ` Stephen Rothwell
2025-11-12 10:48     ` Peter Zijlstra
2025-11-12 12:31       ` Mi, Dapeng
2025-10-31  1:02 Stephen Rothwell
2025-10-31  1:18 ` Stephen Rothwell
2025-10-31  1:38   ` Stephen Rothwell
2025-10-31  9:07     ` Stephen Rothwell
2025-10-31  9:21 ` Peter Zijlstra
2025-10-31  9:56   ` Peter Zijlstra
2025-11-01  6:41     ` Ingo Molnar
2025-10-22  0:46 Stephen Rothwell
2025-10-22  2:18 ` Boqun Feng
2025-10-22  2:51   ` Boqun Feng
2025-05-14  5:23 Stephen Rothwell
2025-05-14  5:38 ` Ingo Molnar
2025-05-28  3:56 ` Stephen Rothwell
2025-04-15  3:35 Stephen Rothwell
2025-04-17  3:49 ` Stephen Rothwell
2025-04-22  6:35   ` Stephen Rothwell
2025-04-22  9:56     ` Shrikanth Hegde
2025-04-24 14:37       ` Athira Rajeev
2025-04-24 16:33         ` Athira Rajeev
2025-04-28  7:18           ` Stephen Rothwell
2025-03-24  6:27 Stephen Rothwell
2025-03-24  6:29 ` H. Peter Anvin
2025-03-24  6:41   ` Stephen Rothwell
2025-03-04  5:25 Stephen Rothwell
2025-03-06  4:25 ` Stephen Rothwell
2025-03-11  4:24   ` Stephen Rothwell
2025-03-17  5:05     ` Stephen Rothwell
2025-03-17  8:54       ` Jiri Slaby
2025-03-17  9:38 ` Peter Zijlstra
2025-03-17 10:52   ` Stephen Rothwell
2025-03-17 10:57     ` Peter Zijlstra
2025-03-17 13:17       ` Stephen Rothwell
2024-11-08  3:33 Stephen Rothwell
2024-11-07  7:24 Stephen Rothwell
2024-11-07  8:40 ` Peter Zijlstra
2024-11-07 10:34 ` Peter Zijlstra
2024-11-07 13:04   ` Stephen Rothwell
2024-11-07 14:12     ` Peter Zijlstra
2024-11-07 14:22       ` Boqun Feng
2024-11-07 15:01         ` Eder Zulian
2024-11-07 15:05           ` Miguel Ojeda
2024-11-07 14:31   ` Miguel Ojeda
2024-11-07 14:39     ` Peter Zijlstra
2024-11-07 14:48       ` Miguel Ojeda
2024-10-28  5:53 Stephen Rothwell
2024-10-28  9:08 ` Przemek Kitszel
2024-11-01  3:19 ` Stephen Rothwell
2024-11-04 13:37   ` Przemek Kitszel
2024-11-04 14:01     ` Peter Zijlstra
2024-11-06  9:45       ` Jonathan Cameron
2024-11-07 16:35         ` Przemek Kitszel
2024-10-09  3:45 Stephen Rothwell
2024-10-09  4:02 ` NeilBrown
2024-10-09 20:22   ` Kent Overstreet
2024-09-11 10:40 Stephen Rothwell
2024-09-11 13:00 ` Peter Zijlstra
2024-08-27  2:50 Stephen Rothwell
2024-08-27  3:11 ` Stephen Rothwell
2024-08-27  6:50   ` Marc Zyngier
2024-08-26  3:01 Stephen Rothwell
2024-08-26  8:04 ` Thomas Gleixner
2024-08-26 22:09   ` Stephen Rothwell
2024-08-30  6:02     ` Stephen Rothwell
2024-09-01 18:28       ` Thomas Gleixner
2024-06-25 14:42 Mark Brown
2024-06-25 18:19 ` Thomas Gleixner
2024-06-26 11:36   ` Jisheng Zhang
2024-04-09  2:49 Stephen Rothwell
2024-04-09  6:32 ` Adrian Hunter
2024-01-29  1:22 Stephen Rothwell
2024-01-29  8:14 ` Bartosz Golaszewski
2023-08-15  5:29 Stephen Rothwell
2023-08-15 15:54 ` Edgecombe, Rick P
2023-06-20  4:53 Stephen Rothwell
2023-04-21 16:03 broonie
2023-04-19 18:21 linux-next: Build " broonie
2023-04-19 18:50 ` Borislav Petkov
2022-12-13  1:40 linux-next: build " Stephen Rothwell
2022-12-15 16:34 ` Ricardo Neri
2022-12-05  1:15 Stephen Rothwell
2022-12-02  0:26 Stephen Rothwell
2022-12-02  1:33 ` Benjamin Gray
2022-12-02  9:37 ` Michael Ellerman
2022-03-15  3:06 Stephen Rothwell
2022-03-15  5:23 ` Stephen Rothwell
2022-03-15  5:37   ` Stephen Rothwell
2022-03-15  8:42     ` Stephen Rothwell
2022-03-15  9:22     ` Peter Zijlstra
2022-03-15 10:41       ` Stephen Rothwell
2021-12-13 17:08 broonie
2021-11-26  3:52 Stephen Rothwell
2021-11-26 10:01 ` Arnd Bergmann
2021-12-01 22:05   ` Stephen Rothwell
2021-12-01 22:17     ` Thomas Gleixner
2021-12-01 22:19       ` Thomas Gleixner
2021-12-01 22:31         ` Stephen Rothwell
2021-10-25  4:11 Stephen Rothwell
2021-10-25  7:42 ` Borislav Petkov
2021-10-25  7:58   ` Stephen Rothwell
2021-10-25  8:37     ` Borislav Petkov
2021-10-28  5:10 ` Stephen Rothwell
2021-10-28  8:17   ` Borislav Petkov
2021-10-18  6:23 Stephen Rothwell
2021-10-18  6:45 ` Qi Zheng
2021-10-06  2:58 Stephen Rothwell
2021-10-06  9:31 ` Borislav Petkov
2021-10-06  9:54   ` Stephen Rothwell
2021-10-06  9:56     ` Borislav Petkov
2021-06-28  3:36 Stephen Rothwell
2021-06-28  5:42 ` Ingo Molnar
2021-05-13  2:05 Stephen Rothwell
2021-05-13 10:51 ` Ingo Molnar
2021-05-13 11:11   ` H. Peter Anvin
2021-03-22  3:37 Stephen Rothwell
2021-03-22  9:00 ` Borislav Petkov
2021-03-26  8:57   ` Sedat Dilek
2021-03-26 13:11     ` Borislav Petkov
2021-03-27 11:50       ` Sedat Dilek
2021-03-27 21:26         ` Stephen Rothwell
2021-03-23  8:34 ` Sedat Dilek
2021-03-17  4:08 Stephen Rothwell
2021-03-17 10:54 ` Borislav Petkov
2021-03-17 16:22   ` Ian Rogers
2021-03-17 18:02     ` Borislav Petkov
2021-03-17 18:49       ` Stephen Rothwell
2021-03-17 19:18         ` Borislav Petkov
2021-03-17 20:04           ` Ingo Molnar
2021-03-17 21:54             ` Stephen Rothwell
2021-03-02 23:38 Stephen Rothwell
2021-03-03  9:44 ` Peter Zijlstra
2021-03-03 11:29   ` Stephen Rothwell
2021-01-14  4:11 Stephen Rothwell
2021-01-14 10:07 ` Borislav Petkov
2020-11-27  4:10 Stephen Rothwell
2020-11-27 10:11 ` Ingo Molnar
2020-11-09  3:34 Stephen Rothwell
2020-10-09  4:28 Stephen Rothwell
2020-10-09  6:47 ` Vasily Gorbik
2020-09-08  9:12 Stephen Rothwell
2020-09-08 10:57 ` peterz
2020-09-03  2:35 Stephen Rothwell
2020-09-03  3:51 ` Ingo Molnar
2020-09-03  4:44   ` Stephen Rothwell
2020-08-03  5:45 Stephen Rothwell
2020-07-31  5:53 Stephen Rothwell
2020-07-31  9:57 ` Ingo Molnar
2020-07-31 10:02   ` Stephen Rothwell
2020-06-22  1:37 Stephen Rothwell
2020-06-30  2:54 ` Stephen Rothwell
2020-07-07  2:33   ` Stephen Rothwell
2020-07-14  3:50     ` Stephen Rothwell
2020-07-20  5:37       ` Stephen Rothwell
2020-06-21  6:33 Stephen Rothwell
2020-06-21 10:53 ` Borislav Petkov
2020-06-22  1:38   ` Stephen Rothwell
2020-05-21 17:31 Stephen Rothwell
2020-05-21 17:35 ` Will Deacon
2020-05-22  7:17   ` Stephen Rothwell
2020-05-22  7:49     ` Stephen Rothwell
2020-05-23  0:12       ` Paul E. McKenney
2020-05-23  6:46         ` Borislav Petkov
2020-05-23  9:54           ` Thomas Gleixner
2020-05-23 15:06             ` Paul E. McKenney
2020-05-23 19:05               ` Thomas Gleixner
2020-05-23 21:23                 ` Paul E. McKenney
2020-05-25  0:37                   ` Paul E. McKenney
2020-05-25  8:20                     ` Marco Elver
2020-05-25 16:13                       ` Paul E. McKenney
2020-05-15  6:00 Stephen Rothwell
2020-03-30  3:35 Stephen Rothwell
2020-03-30  3:53 ` H.J. Lu
2020-03-30  4:08   ` Stephen Rothwell
2020-03-30  7:48     ` Borislav Petkov
2020-03-30  8:04       ` Michael Ellerman
2020-03-30  8:16         ` Borislav Petkov
2020-03-30 11:34           ` H.J. Lu
2020-03-26  2:52 Stephen Rothwell
2020-03-26 10:59 ` Qais Yousef
2020-04-01  1:14 ` Stephen Rothwell
2020-04-03  8:15   ` Baolin Wang
2020-04-03  9:50     ` Sebastian Reichel
2019-11-21  3:54 Stephen Rothwell
2019-11-21  8:36 ` Peter Zijlstra
2019-11-21 18:37 ` Alex Deucher
2019-11-18  3:11 Stephen Rothwell
2019-11-18  9:49 ` Jiri Slaby
2019-11-18 12:49 ` Borislav Petkov
2019-10-21  2:13 Stephen Rothwell
2019-10-21  5:51 ` Ingo Molnar
2019-10-21  6:37   ` Stephen Rothwell
2019-10-10  2:14 Stephen Rothwell
2019-10-10  8:02 ` Ingo Molnar
2019-10-10 11:23   ` Stephen Rothwell
2019-10-10 13:44     ` Daniel Vetter
2019-11-06  2:53 ` Stephen Rothwell
2019-11-27 23:39   ` Stephen Rothwell
2019-08-29  6:20 Stephen Rothwell
2019-08-29  7:46 ` Peter Zijlstra
2019-08-29 12:24   ` Thomas Gleixner
2019-08-29 13:04     ` Peter Zijlstra
2019-08-08  4:48 Stephen Rothwell
2019-08-01  3:38 Stephen Rothwell
2019-07-09  6:54 Stephen Rothwell
2019-07-10  0:01 ` Stephen Rothwell
2019-07-10 18:21   ` Ilya Dryomov
2019-07-10 21:38     ` Stephen Rothwell
2019-07-02  5:33 Stephen Rothwell
2019-07-02 10:28 ` David Sterba
2019-07-02 12:57   ` Stephen Rothwell
2019-07-08  6:50   ` Stephen Rothwell
2019-06-25  6:04 Stephen Rothwell
2019-06-25  6:23 ` Kalle Valo
2019-06-25  6:26   ` Thomas Gleixner
2019-06-25  6:36   ` Stephen Rothwell
2019-06-25  6:51     ` Kalle Valo
2019-06-25  6:56     ` Thomas Gleixner
2019-06-25  7:47       ` Kalle Valo
2019-07-09  0:09 ` Stephen Rothwell
2019-07-09  3:46 ` Stephen Rothwell
2018-11-06  0:43 Stephen Rothwell
2018-08-08 23:24 Stephen Rothwell
2018-08-09  9:41 ` Joerg Roedel
2018-04-03  5:41 Stephen Rothwell
2018-04-03  9:30 ` Peter Zijlstra
2018-04-03 12:39   ` David Howells
2018-04-03 12:42     ` Peter Zijlstra
2018-04-03 12:41 ` David Howells
2017-11-08  2:47 Stephen Rothwell
2017-11-08  3:01 ` Josh Poimboeuf
2017-11-08  7:35   ` Stephen Rothwell
2017-11-08  9:18   ` Ingo Molnar
2017-11-08 12:14     ` Stephen Rothwell
2017-11-09  6:18       ` Ingo Molnar
2017-11-08 13:17     ` Josh Poimboeuf
2017-11-09  3:03     ` Stephen Rothwell
2017-11-01 10:51 Stephen Rothwell
2017-11-01 14:32 ` Kees Cook
2017-06-28  3:43 Stephen Rothwell
2017-06-28  4:00 ` jeffy
2017-06-28  4:24   ` Stephen Rothwell
2017-07-03  3:01 ` Stephen Rothwell
2017-05-02  3:17 Stephen Rothwell
2017-04-24  3:32 Stephen Rothwell
2017-04-24  5:31 ` Ingo Molnar
2017-04-05  3:36 Stephen Rothwell
2017-04-05  7:24 ` Mikko Perttunen
2016-12-07  1:37 Stephen Rothwell
2016-12-07  7:45 ` Ingo Molnar
2016-12-07  8:12   ` Jiri Olsa
2016-12-07 14:49     ` Arnaldo Carvalho de Melo
2016-12-07 18:56       ` Ingo Molnar
2016-12-07 20:32         ` Stephen Rothwell
2016-11-17  3:22 Stephen Rothwell
2016-09-29  3:20 Stephen Rothwell
2016-09-29 12:25 ` Rafael J. Wysocki
2016-09-29 15:54   ` Chen, Yu C
2016-09-29 20:50     ` Rafael J. Wysocki
2016-09-21  3:23 Stephen Rothwell
2016-09-21  6:44 ` Viresh Kumar
2016-07-18  8:29 Stephen Rothwell
2016-07-18 14:27 ` Paul Gortmaker
2016-07-18  5:15 Stephen Rothwell
2016-04-18  3:03 Stephen Rothwell
2016-04-14  2:14 Stephen Rothwell
2016-04-14 12:35 ` Arnaldo Carvalho de Melo
2016-04-14 12:55   ` Michael Ellerman
2016-04-14 15:08     ` Arnaldo Carvalho de Melo
2016-04-15 21:15 ` Arnaldo Carvalho de Melo
2016-04-15 21:28   ` Arnaldo Carvalho de Melo
2016-04-17 12:12     ` Jiri Olsa
2016-04-17 13:04       ` Jiri Olsa
2016-04-18 13:24         ` Arnaldo Carvalho de Melo
2016-04-18 13:28           ` Jiri Olsa
2016-03-01  1:29 Stephen Rothwell
2016-03-01  7:07 ` Ingo Molnar
2016-03-01  7:28   ` Sedat Dilek
2016-03-01  7:39     ` H. Peter Anvin
2016-03-01  8:41       ` Sedat Dilek
2016-03-01  9:45       ` Ingo Molnar
2016-03-01  9:40   ` Stephen Rothwell
2015-09-16  1:30 Stephen Rothwell
2015-09-16  4:53 ` David Miller
2015-09-16  0:12 Stephen Rothwell
2015-09-16  6:16 ` Jiri Olsa
2015-09-16  6:38   ` Jiri Olsa
2015-09-16  7:30     ` Stephen Rothwell
2015-09-16 14:17       ` Arnaldo Carvalho de Melo
2015-09-17  0:34   ` Stephen Rothwell
2015-09-30  2:56     ` Stephen Rothwell
2015-09-30  6:08       ` Jiri Olsa
2015-09-30  6:17         ` Stephen Rothwell
2015-07-28  5:33 Stephen Rothwell
2015-07-28 16:34 ` Luis R. Rodriguez
2015-07-28 18:17   ` Luis R. Rodriguez
2015-07-28  2:43 Stephen Rothwell
2015-07-28  8:41 ` Sudeep Holla
2015-07-28  9:43   ` Gregory CLEMENT
2015-07-15  1:01 Stephen Rothwell
2015-07-08  0:56 Stephen Rothwell
2015-07-08  9:40 ` Thomas Gleixner
2015-06-12 10:51 Michael Ellerman
     [not found] ` <BY1PR0701MB17063C25D627AF725A9E0D46FEBB0@BY1PR0701MB1706.namprd07.prod.outlook.com>
2015-06-12 21:22   ` David Miller
2015-06-12 21:25     ` Chickles, Derek
2015-06-09  7:15 Stephen Rothwell
2015-04-07  7:18 Stephen Rothwell
2015-04-07  8:48 ` Ingo Molnar
2015-04-07  8:56   ` Daniel Borkmann
2015-04-07  9:05     ` Stephen Rothwell
2015-04-07 11:13       ` Daniel Borkmann
2015-04-07 16:18         ` Alexei Starovoitov
2015-04-07 19:54           ` Daniel Borkmann
2015-04-08  5:03             ` Stephen Rothwell
2015-04-15  1:25               ` Stephen Rothwell
2015-04-07  8:53 ` Peter Zijlstra
2015-03-30  6:13 Stephen Rothwell
2015-03-30  7:15 ` Russell King - ARM Linux
2015-03-30  8:08   ` Stephen Rothwell
2015-03-30 14:57     ` Nathan Lynch
2015-03-30 15:08       ` Russell King - ARM Linux
2015-03-30 15:24         ` Nathan Lynch
2015-04-13 23:34         ` Stephen Rothwell
2014-07-25  4:45 Stephen Rothwell
2014-07-29 23:56 ` Stephen Rothwell
2014-07-30  3:10   ` John Stultz
2014-06-04  6:05 Stephen Rothwell
2014-06-04 10:49 ` Thomas Gleixner
2014-06-04 14:46   ` Linus Torvalds
2014-06-04 16:23   ` Olof Johansson
2014-06-04 20:02     ` Thomas Gleixner
2014-05-23  7:14 Stephen Rothwell
2014-05-29  1:38 ` Stephen Rothwell
2014-04-24  3:51 Stephen Rothwell
2014-02-12  2:41 Stephen Rothwell
2014-02-12  4:48 ` Preeti U Murthy
2014-02-11  3:00 Stephen Rothwell
2014-01-16  3:58 Stephen Rothwell
2014-01-16 12:19 ` Peter Zijlstra
2014-01-16 20:46   ` Stephen Rothwell
2014-01-16 22:25     ` Peter Zijlstra
2014-01-16 22:34       ` Stephen Rothwell
2014-01-16 22:51         ` H. Peter Anvin
2014-01-17  3:45           ` Stephen Rothwell
2014-01-18  9:46             ` Mike Galbraith
2014-01-18 12:44               ` Peter Zijlstra
2014-01-18 14:06                 ` Sabrina Dubroca
2014-01-18 15:21                 ` Mike Galbraith
2014-01-18 19:14                   ` H. Peter Anvin
2014-01-18 21:54                     ` Peter Zijlstra
2014-01-20  3:51               ` Stephen Rothwell
2014-01-20  8:42                 ` Sedat Dilek
2014-01-20  8:46                   ` Sedat Dilek
2014-01-20 13:10                     ` Stephen Rothwell
2014-01-20 15:28                       ` Sedat Dilek
2014-01-20  9:17                   ` Mike Galbraith
2014-01-20  9:25                     ` Sedat Dilek
2014-01-20  9:48                       ` Mike Galbraith
2014-01-20  4:45     ` Len Brown
2014-01-20  8:26       ` Peter Zijlstra
2014-01-20  8:56         ` H. Peter Anvin
2014-01-20  9:16           ` Peter Zijlstra
2014-01-20  9:23             ` H. Peter Anvin
2014-01-20  9:29               ` Ingo Molnar
2014-01-20 21:39                 ` Len Brown
2014-01-20 21:51                   ` Peter Zijlstra
2014-01-21  3:26                     ` Mike Galbraith
2014-01-21 10:47                     ` Ingo Molnar
2014-01-20  9:55               ` Peter Zijlstra
2014-01-20 11:00                 ` H. Peter Anvin
2014-01-20 11:05                   ` Peter Zijlstra
2014-01-16 20:56   ` H. Peter Anvin
2014-01-20  1:00 ` Len Brown
2014-01-20  1:07   ` H. Peter Anvin
2014-01-20  8:30   ` Peter Zijlstra
2014-01-20 10:13     ` Peter Zijlstra
2014-01-20 10:19       ` H. Peter Anvin
2014-01-20 11:06         ` Peter Zijlstra
2014-01-14  3:26 Stephen Rothwell
2014-01-14 14:14 ` Peter Zijlstra
2014-01-14 19:06   ` Mikulas Patocka
2014-01-14 20:05     ` Peter Zijlstra
2014-01-14 21:43       ` Mikulas Patocka
2014-01-14 22:03         ` Rafael J. Wysocki
2014-01-14 21:52           ` Mikulas Patocka
2014-01-14 22:18             ` Rafael J. Wysocki
2014-01-16 12:14         ` Peter Zijlstra
2013-10-28  9:24 Stephen Rothwell
2013-10-28 10:18 ` Thierry Reding
2013-10-28 10:26   ` Ingo Molnar
2013-10-29  6:00     ` Stephen Rothwell
2013-04-29  5:45 Stephen Rothwell
2013-02-14  2:30 Stephen Rothwell
2013-02-21  2:04 ` Stephen Rothwell
2013-02-02  5:04 Stephen Rothwell
2012-08-16  3:12 Stephen Rothwell
2012-08-16 19:46 ` Paul E. McKenney
2012-08-17  0:56   ` Stephen Rothwell
2012-08-17 11:50     ` Paul E. McKenney
2012-08-20  4:54       ` Stephen Rothwell
2012-08-20 15:09         ` Paul E. McKenney
2012-03-08  4:21 Stephen Rothwell
2012-03-08 18:00 ` Greg KH
2012-03-20 22:00   ` Stephen Rothwell
2012-03-20 22:32     ` Greg KH
2012-03-21  9:53     ` Alan Cox
2012-03-21 12:19     ` Alan Cox
2012-03-21 12:29       ` Stephen Rothwell
2012-02-24  3:47 Stephen Rothwell
2012-02-24  3:34 Stephen Rothwell
2011-10-05  6:25 Stephen Rothwell
2011-10-05  8:46 ` Peter Zijlstra
2011-10-11  6:15   ` Stephen Rothwell
2011-06-27  4:22 Stephen Rothwell
2011-06-28 10:55 ` Stijn Devriendt
2011-04-01  2:00 Stephen Rothwell
2011-01-31  4:42 Stephen Rothwell
2011-02-17  3:47 ` Stephen Rothwell
2011-02-17 13:18   ` Michal Marek
2011-02-17 15:02     ` Michal Marek
2011-02-17 17:11       ` Ingo Molnar
2011-02-17 22:47       ` Stephen Rothwell
2011-02-18  3:54         ` Stephen Rothwell
2010-10-19  5:13 Stephen Rothwell
2010-07-29  3:04 Stephen Rothwell
2010-05-10  4:49 Stephen Rothwell
2010-05-10  5:09 ` H. Peter Anvin
2010-03-12  4:00 Stephen Rothwell

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=20260109140026.efda2135377239ba8964d139@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=peterz@infradead.org \
    --cc=sfr@canb.auug.org.au \
    --cc=tglx@linutronix.de \
    /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