linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Matthew Wilcox <matthew@wil.cx>, Ingo Molnar <mingo@elte.hu>,
	linux-kernel@vger.kernel.org,
	Matthew Wilcox <willy@linux.intel.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	linux-next@vger.kernel.org, Linus <torvalds@linux-foundation.org>,
	linux-arch@vger.kernel.org
Subject: Re: [PATCH 11/12] Generic semaphore implementation
Date: Thu, 28 Feb 2008 18:10:54 -0800	[thread overview]
Message-ID: <20080228181054.dddcf559.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080229130019.3ede8053.sfr@canb.auug.org.au>

On Fri, 29 Feb 2008 13:00:19 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> On Thu, 28 Feb 2008 17:39:54 -0700 Matthew Wilcox <matthew@wil.cx> wrote:
> >
> > Stephen, I've put the semaphore patches into a git tree; can you add it
> > to linux-next?
> > 
> > http://git.kernel.org/?p=linux/kernel/git/willy/misc.git;a=shortlog;h=semaphore
> 
> I have put this in for toady's build (but using the git URL).  This tree
> is in the "too many conflicts and its out until fixed" category ...

A shame.

Most of the conflicts will be due to all the

-#include <asm/semaphore.h>
+#include <linux/semaphore.h>

but they're all optional anyway, because include/asm-*/semaphore.h is

#include <linux/semaphore.h>

so either a) you just ignore all those conflicts or b) we ask Willy to
remove all that stuff and we can trickle it in via subsystems later.


  parent reply	other threads:[~2008-02-29  2:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20080227003605.GC5715@parisc-linux.org>
     [not found] ` <1204180441-8540-1-git-send-email-matthew@wil.cx>
     [not found]   ` <1204180441-8540-2-git-send-email-matthew@wil.cx>
     [not found]     ` <1204180441-8540-3-git-send-email-matthew@wil.cx>
     [not found]       ` <1204180441-8540-4-git-send-email-matthew@wil.cx>
     [not found]         ` <1204180441-8540-5-git-send-email-matthew@wil.cx>
     [not found]           ` <1204180441-8540-6-git-send-email-matthew@wil.cx>
     [not found]             ` <1204180441-8540-7-git-send-email-matthew@wil.cx>
     [not found]               ` <1204180441-8540-8-git-send-email-matthew@wil.cx>
     [not found]                 ` <1204180441-8540-9-git-send-email-matthew@wil.cx>
     [not found]                   ` <1204180441-8540-10-git-send-email-matthew@wil.cx>
     [not found]                     ` <1204180441-8540-11-git-send-email-matthew@wil.cx>
     [not found]                       ` <20080228071822.GA13571@elte.hu>
     [not found]                         ` <20080229003954.GA525@parisc-linux.org>
2008-02-29  1:43                           ` [PATCH 11/12] Generic semaphore implementation Andrew Morton
2008-02-29  5:30                             ` Matthew Wilcox
2008-02-29 17:42                             ` Haavard Skinnemoen
2008-02-29 19:21                             ` Ingo Molnar
     [not found]                           ` <20080229130019.3ede8053.sfr@canb.auug.org.au>
2008-02-29  2:10                             ` Andrew Morton [this message]
2008-02-29  5:32                               ` Matthew Wilcox
2008-02-29  6:43                               ` Stephen Rothwell
2008-02-29  1:57                       ` Andrew Morton
2008-02-29  5:43                         ` Matthew Wilcox

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=20080228181054.dddcf559.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=matthew@wil.cx \
    --cc=mingo@elte.hu \
    --cc=sfr@canb.auug.org.au \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    --cc=willy@linux.intel.com \
    /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;
as well as URLs for NNTP newsgroup(s).