All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <jens.axboe@oracle.com>
To: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Cc: Paul Mackerras <paulus@samba.org>,
	"James E.J. Bottomley" <James.Bottomley@SteelEye.com>,
	Alessandro Rubini <rubini@ipvvis.unipv.it>,
	linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org,
	linux-scsi@vger.kernel.org
Subject: Re: [patch 0/6] PS3 Storage Drivers for 2.6.23, take 4
Date: Tue, 10 Jul 2007 09:55:06 +0200	[thread overview]
Message-ID: <20070710075506.GS13902@kernel.dk> (raw)
In-Reply-To: <Pine.LNX.4.62.0707100944470.22782@pademelon.sonytel.be>

On Tue, Jul 10 2007, Geert Uytterhoeven wrote:
> On Wed, 4 Jul 2007, Geert Uytterhoeven wrote:
> > This is the fourth submission of the new PS3 storage drivers:
> >   [1] ps3: Preallocate bootmem memory for the PS3 FLASH ROM storage driver
> >   [2] ps3: Storage Driver Core
> >   [3] ps3: Storage device registration routines.
> >   [4] ps3: Disk Storage Driver
> >   [5] ps3: BD/DVD/CD-ROM Storage Driver
> >   [6] ps3: FLASH ROM Storage Driver
> > 
> > They are based on:
> >   - the current Linux kernel source tree,
> >   - plus the PS3 patches already submitted by Geoff Levand on linuxppc-dev,
> >   - plus the shost_priv() patch in scsi-misc (commit
> >     bcd92c9fbcc679ee95003083056f0441a1f474fa).
> > 
> > All issues raised during the previous review rounds should be fixed.
> > There were no more comments after the third submission.
> > 
> > Paul already integrated Geoff Levand's PS3 patches and the first 3 patches
> > in this series in the for-2.6.23 branch in powerpc.git.
> > 
> > Maintainers of block/SCSI/misc, can you please ack the last 3 patches so Paul
> > can take them, too?
> 
> Ping block/SCSI/misc maintainers?

I have no objections to the block bits, however I feel uneasy merging
the full patchset unless patch #1 has been acked by the platform person.

-- 
Jens Axboe


WARNING: multiple messages have this Message-ID (diff)
From: Jens Axboe <jens.axboe@oracle.com>
To: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Cc: "James E.J. Bottomley" <James.Bottomley@SteelEye.com>,
	linux-scsi@vger.kernel.org,
	Alessandro Rubini <rubini@ipvvis.unipv.it>,
	linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org,
	Paul Mackerras <paulus@samba.org>
Subject: Re: [patch 0/6] PS3 Storage Drivers for 2.6.23, take 4
Date: Tue, 10 Jul 2007 09:55:06 +0200	[thread overview]
Message-ID: <20070710075506.GS13902@kernel.dk> (raw)
In-Reply-To: <Pine.LNX.4.62.0707100944470.22782@pademelon.sonytel.be>

On Tue, Jul 10 2007, Geert Uytterhoeven wrote:
> On Wed, 4 Jul 2007, Geert Uytterhoeven wrote:
> > This is the fourth submission of the new PS3 storage drivers:
> >   [1] ps3: Preallocate bootmem memory for the PS3 FLASH ROM storage driver
> >   [2] ps3: Storage Driver Core
> >   [3] ps3: Storage device registration routines.
> >   [4] ps3: Disk Storage Driver
> >   [5] ps3: BD/DVD/CD-ROM Storage Driver
> >   [6] ps3: FLASH ROM Storage Driver
> > 
> > They are based on:
> >   - the current Linux kernel source tree,
> >   - plus the PS3 patches already submitted by Geoff Levand on linuxppc-dev,
> >   - plus the shost_priv() patch in scsi-misc (commit
> >     bcd92c9fbcc679ee95003083056f0441a1f474fa).
> > 
> > All issues raised during the previous review rounds should be fixed.
> > There were no more comments after the third submission.
> > 
> > Paul already integrated Geoff Levand's PS3 patches and the first 3 patches
> > in this series in the for-2.6.23 branch in powerpc.git.
> > 
> > Maintainers of block/SCSI/misc, can you please ack the last 3 patches so Paul
> > can take them, too?
> 
> Ping block/SCSI/misc maintainers?

I have no objections to the block bits, however I feel uneasy merging
the full patchset unless patch #1 has been acked by the platform person.

-- 
Jens Axboe

WARNING: multiple messages have this Message-ID (diff)
From: Jens Axboe <jens.axboe@oracle.com>
To: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Cc: Paul Mackerras <paulus@samba.org>,
	"James E.J. Bottomley" <James.Bottomley@SteelEye.com>,
	Alessandro Rubini <rubini@vision.unipv.it>,
	linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org,
	linux-scsi@vger.kernel.org
Subject: Re: [patch 0/6] PS3 Storage Drivers for 2.6.23, take 4
Date: Tue, 10 Jul 2007 09:55:06 +0200	[thread overview]
Message-ID: <20070710075506.GS13902@kernel.dk> (raw)
In-Reply-To: <Pine.LNX.4.62.0707100944470.22782@pademelon.sonytel.be>

On Tue, Jul 10 2007, Geert Uytterhoeven wrote:
> On Wed, 4 Jul 2007, Geert Uytterhoeven wrote:
> > This is the fourth submission of the new PS3 storage drivers:
> >   [1] ps3: Preallocate bootmem memory for the PS3 FLASH ROM storage driver
> >   [2] ps3: Storage Driver Core
> >   [3] ps3: Storage device registration routines.
> >   [4] ps3: Disk Storage Driver
> >   [5] ps3: BD/DVD/CD-ROM Storage Driver
> >   [6] ps3: FLASH ROM Storage Driver
> > 
> > They are based on:
> >   - the current Linux kernel source tree,
> >   - plus the PS3 patches already submitted by Geoff Levand on linuxppc-dev,
> >   - plus the shost_priv() patch in scsi-misc (commit
> >     bcd92c9fbcc679ee95003083056f0441a1f474fa).
> > 
> > All issues raised during the previous review rounds should be fixed.
> > There were no more comments after the third submission.
> > 
> > Paul already integrated Geoff Levand's PS3 patches and the first 3 patches
> > in this series in the for-2.6.23 branch in powerpc.git.
> > 
> > Maintainers of block/SCSI/misc, can you please ack the last 3 patches so Paul
> > can take them, too?
> 
> Ping block/SCSI/misc maintainers?

I have no objections to the block bits, however I feel uneasy merging
the full patchset unless patch #1 has been acked by the platform person.

-- 
Jens Axboe


  reply	other threads:[~2007-07-10  7:54 UTC|newest]

Thread overview: 101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-04 13:22 [patch 0/6] PS3 Storage Drivers for 2.6.23, take 4 Geert Uytterhoeven
2007-07-04 13:22 ` Geert Uytterhoeven
2007-07-04 13:22 ` Geert Uytterhoeven
2007-07-04 13:22 ` [patch 1/6] ps3: Preallocate bootmem memory for the PS3 FLASH ROM storage driver Geert Uytterhoeven
2007-07-04 13:22   ` Geert Uytterhoeven
2007-07-04 13:22   ` Geert Uytterhoeven
2007-07-04 13:22 ` [patch 2/6] ps3: Storage Driver Core Geert Uytterhoeven
2007-07-04 13:22   ` Geert Uytterhoeven
2007-07-04 13:22   ` Geert Uytterhoeven
2007-07-04 13:22 ` [patch 3/6] ps3: Storage device registration routines Geert Uytterhoeven
2007-07-04 13:22   ` Geert Uytterhoeven
2007-07-04 13:22   ` Geert Uytterhoeven
2007-07-04 13:22 ` [patch 4/6] ps3: Disk Storage Driver Geert Uytterhoeven
2007-07-04 13:22   ` Geert Uytterhoeven
2007-07-04 13:22   ` Geert Uytterhoeven
2007-07-04 13:22 ` [patch 5/6] ps3: BD/DVD/CD-ROM " Geert Uytterhoeven
2007-07-04 13:22   ` Geert Uytterhoeven
2007-07-04 13:22   ` Geert Uytterhoeven
2007-07-13 13:02   ` James Bottomley
2007-07-13 13:02     ` James Bottomley
2007-07-13 13:05     ` Jens Axboe
2007-07-13 13:05       ` Jens Axboe
2007-07-13 13:25       ` Geert Uytterhoeven
2007-07-13 13:25         ` Geert Uytterhoeven
2007-07-13 13:34         ` James Bottomley
2007-07-13 13:34           ` James Bottomley
2007-07-13 13:45           ` Geert Uytterhoeven
2007-07-13 13:45             ` Geert Uytterhoeven
2007-07-13 13:45             ` Geert Uytterhoeven
2007-07-13 14:02             ` James Bottomley
2007-07-13 14:02               ` James Bottomley
2007-07-13 14:19               ` Arnd Bergmann
2007-07-13 14:19                 ` Arnd Bergmann
2007-07-13 14:19                 ` Arnd Bergmann
2007-07-13 15:10                 ` Geert Uytterhoeven
2007-07-13 15:10                   ` Geert Uytterhoeven
2007-07-13 15:28                   ` James Bottomley
2007-07-13 15:28                     ` James Bottomley
2007-07-13 20:13                     ` Geert Uytterhoeven
2007-07-13 20:13                       ` Geert Uytterhoeven
2007-07-16 11:43                       ` Geert Uytterhoeven
2007-07-16 12:16                         ` Jens Axboe
2007-07-16 12:59                           ` Geert Uytterhoeven
2007-07-16 13:04                             ` Jens Axboe
2007-07-16 13:24                             ` Geert Uytterhoeven
2007-07-16 13:33                               ` Jens Axboe
2007-07-16 21:38                               ` Benjamin Herrenschmidt
2007-07-16 21:38                                 ` Benjamin Herrenschmidt
2007-07-16 13:47                           ` James Bottomley
2007-07-16 13:47                             ` James Bottomley
2007-07-16 14:38                             ` Jens Axboe
2007-07-16 14:38                               ` Jens Axboe
2007-07-16 14:59                               ` Geert Uytterhoeven
2007-07-16 21:40                             ` Benjamin Herrenschmidt
2007-07-16 21:40                               ` Benjamin Herrenschmidt
2007-07-16 21:49                             ` Benjamin Herrenschmidt
2007-07-16 21:49                               ` Benjamin Herrenschmidt
2007-07-16 22:03                               ` James Bottomley
2007-07-16 22:03                                 ` James Bottomley
2007-07-16 22:12                                 ` Benjamin Herrenschmidt
2007-07-16 22:12                                   ` Benjamin Herrenschmidt
2007-07-13 16:35                   ` Jens Axboe
2007-07-13 16:35                     ` Jens Axboe
2007-07-13 23:12                 ` Benjamin Herrenschmidt
2007-07-13 23:12                   ` Benjamin Herrenschmidt
2007-07-16 12:08                   ` Segher Boessenkool
2007-07-16 12:08                     ` Segher Boessenkool
2007-07-13 14:51         ` Jens Axboe
2007-07-13 14:51           ` Jens Axboe
2007-07-13 23:06     ` Benjamin Herrenschmidt
2007-07-13 23:06       ` Benjamin Herrenschmidt
2007-07-04 13:22 ` [patch 6/6] ps3: FLASH ROM " Geert Uytterhoeven
2007-07-04 13:22   ` Geert Uytterhoeven
2007-07-04 13:22   ` Geert Uytterhoeven
2007-07-10  7:45 ` [patch 0/6] PS3 Storage Drivers for 2.6.23, take 4 Geert Uytterhoeven
2007-07-10  7:45   ` Geert Uytterhoeven
2007-07-10  7:55   ` Jens Axboe [this message]
2007-07-10  7:55     ` Jens Axboe
2007-07-10  7:55     ` Jens Axboe
2007-07-10  8:01     ` Paul Mackerras
2007-07-10  8:01       ` Paul Mackerras
2007-07-10  8:01       ` Paul Mackerras
2007-07-10  8:32       ` Jens Axboe
2007-07-10  8:32         ` Jens Axboe
2007-07-13  9:31   ` Geert Uytterhoeven
2007-07-13  9:31     ` Geert Uytterhoeven
2007-07-13 12:27 ` PS3 Storage Driver O_DIRECT issue Olaf Hering
2007-07-13 12:27   ` Olaf Hering
2007-07-13 12:27   ` Olaf Hering
2007-07-13 13:34   ` Geert Uytterhoeven
2007-07-13 13:34     ` Geert Uytterhoeven
2007-07-13 13:34     ` Geert Uytterhoeven
2007-07-17 16:40     ` Geoff Levand
2007-07-17 16:40       ` Geoff Levand
2007-07-17 16:40       ` Geoff Levand
2007-07-18 16:12   ` Geert Uytterhoeven
2007-07-18 16:12     ` Geert Uytterhoeven
2007-07-18 16:12     ` Geert Uytterhoeven
2007-07-18 17:57     ` Jens Axboe
2007-07-18 17:57       ` Jens Axboe
2007-07-18 17:57       ` Jens Axboe

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=20070710075506.GS13902@kernel.dk \
    --to=jens.axboe@oracle.com \
    --cc=Geert.Uytterhoeven@sonycom.com \
    --cc=James.Bottomley@SteelEye.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.org \
    --cc=rubini@ipvvis.unipv.it \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.