From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764312AbYD3TNL (ORCPT ); Wed, 30 Apr 2008 15:13:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1763472AbYD3TMv (ORCPT ); Wed, 30 Apr 2008 15:12:51 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:52077 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1764732AbYD3TMs (ORCPT ); Wed, 30 Apr 2008 15:12:48 -0400 Date: Wed, 30 Apr 2008 12:12:39 -0700 From: Andrew Morton To: Kumar Gala Cc: rdunlap@xenotime.net, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, mporter@kernel.crashing.org, paulus@samba.org, benh@kernel.crashing.org, linuxppc-dev@ozlabs.org Subject: Re: [PATCH] docbook: fix fatal rapidio yet again (and more to come) Message-Id: <20080430121239.28492328.akpm@linux-foundation.org> In-Reply-To: <51A34080-7981-4958-B225-4921FC95B84A@kernel.crashing.org> References: <20080430113500.dfe21880.akpm@linux-foundation.org> <51A34080-7981-4958-B225-4921FC95B84A@kernel.crashing.org> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 30 Apr 2008 14:01:12 -0500 Kumar Gala wrote: > > On Apr 30, 2008, at 1:35 PM, Andrew Morton wrote: > > On Tue, 29 Apr 2008 20:10:55 -0700 (PDT) > > "Randy.Dunlap" wrote: > > > >> From: Randy Dunlap > >> > >> Don't refer to file that no longer exists: > >> docproc: linux-2.6.25-git14/arch/powerpc/kernel/rio.c: No such file > >> or directory > >> > >> Signed-off-by: Randy Dunlap > >> --- > >> Documentation/DocBook/rapidio.tmpl | 1 - > >> 1 file changed, 1 deletion(-) > >> > >> --- linux-2.6.25-git14.orig/Documentation/DocBook/rapidio.tmpl > >> +++ linux-2.6.25-git14/Documentation/DocBook/rapidio.tmpl > >> @@ -133,7 +133,6 @@ > >> !Idrivers/rapidio/rio-sysfs.c > >> > >> PPC32 support > >> -!Iarch/powerpc/kernel/rio.c > >> !Earch/powerpc/sysdev/fsl_rio.c > >> !Iarch/powerpc/sysdev/fsl_rio.c > >> > > > > grumble. > > > > This is a subset of rapidio-fix-docbook-references.patch, but I > > appear to > > be unable to interest anyone in merging/reviewing/accepting/anything- > > else > > that quite large set of patches. > > > > Guys, those patches were sent six weeks ago and it now looks like > > they will > > miss 2.6.26. This is pretty slack of us. Help? > > Odd. I thought Paul had picked up a docbook RapidIO patch from you in > the latest merge round. > Well it's more than "a" patch. The six-week-old patch series is: rapidio-add-memory-mapping-driver-to-rapidio.patch rapidio-add-rapidio-space-allocation-bitmap-arithmetic.patch rapidio-add-fsl-rapidio-controller-memory-ops-functions.patch rapidio-add-the-rapidio-master-port-maintance-and-doorbell-window-to-space-resources.patch rapidio-add-rapidio-proc-fs-for-memory-mapping-debugging.patch rapidio-add-the-memory-mapping-support-in-rionet-driver.patch rapidio-fix-docbook-references.patch rapidio-fix-kernel-doc-problems.patch totalling: arch/powerpc/sysdev/fsl_rio.c | 13 + include/linux/rio.h | 10 drivers/net/Kconfig | 10 drivers/net/rionet.c | 324 ++++++++++++++++++++++++++++++ drivers/rapidio/Makefile | 1 drivers/rapidio/rio.c | 10 drivers/rapidio/sallocator/Kconfig | 9 drivers/rapidio/sallocator/Makefile | 12 + drivers/rapidio/sallocator/bitmap.c | 384 ++++++++++++++++++++++++++++++++++++ include/linux/rio.h | 10 include/linux/rio_drv.h | 41 +++ 16 files changed, 1425 insertions(+), 14 deletions(-) (seems that I forgot to cc Jeff on the rionet change too). Oh well. If nobody puts their hand up in the next 24 hours or so I'll just send it all in to Linus.