All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: "Pallipadi, Venkatesh" <venkatesh.pallipadi@intel.com>
Cc: user-mode-linux-devel@lists.sourceforge.net,
	Jeff Dike <jdike@addtoit.com>,
	linux-kernel@vger.kernel.org,
	Mariusz Kozlowski <m.kozlowski@tuxland.pl>,
	Thomas Gleixner <tglx@linutronix.de>,
	sparclinux@vger.kernel.org, WANG Cong <xiyou.wangcong@gmail.com>,
	Ingo Molnar <mingo@elte.hu>, David Miller <davem@davemloft.net>
Subject: Re: [uml-devel] [-mm Patch] uml: fix a building error
Date: Thu, 17 Jan 2008 11:44:14 -0800	[thread overview]
Message-ID: <20080117114414.308db9e7.akpm@linux-foundation.org> (raw)
In-Reply-To: <924EFEDD5F540B4284297C4DC59F3DEE5E90DF@orsmsx423.amr.corp.intel.com>

On Thu, 17 Jan 2008 11:38:53 -0800 "Pallipadi, Venkatesh" <venkatesh.pallipadi@intel.com> wrote:

>  
> 
> >-----Original Message-----
> >From: Andrew Morton [mailto:akpm@linux-foundation.org] 
> >Sent: Thursday, January 17, 2008 10:56 AM
> >To: Mariusz Kozlowski
> >Cc: WANG Cong; linux-kernel@vger.kernel.org; Jeff Dike; 
> >user-mode-linux-devel@lists.sourceforge.net; David Miller; 
> >sparclinux@vger.kernel.org; Ingo Molnar; Thomas Gleixner; 
> >Pallipadi, Venkatesh
> >Subject: Re: [-mm Patch] uml: fix a building error
> >
> >On Thu, 17 Jan 2008 19:11:13 +0100 Mariusz Kozlowski 
> ><m.kozlowski@tuxland.pl> wrote:
> >
> >> Hello,
> >> 
> >> > This patch fixes this building error:
> >> > ...
> >> > drivers/char/mem.c: In function 'read_mem':
> >> > drivers/char/mem.c:136: error: implicit declaration of 
> >function 'unxlate_dev_mem_ptr'
> >> > ...
> >> 
> >> I see this on sparc64 as well:
> >> 
> >>   CC      drivers/char/mem.o
> >> drivers/char/mem.c: In function 'read_mem':
> >> drivers/char/mem.c:136: error: implicit declaration of 
> >function 'unxlate_dev_mem_ptr'
> >> make[2]: *** [drivers/char/mem.o] Error 1
> >> make[1]: *** [drivers/char] Error 2
> >> make: *** [drivers] Error 2
> >> 
> >> Does sparc64 need similar fix?
> >> 
> >
> >The PAT patches strike again.
> >
> >Ingo, I think you might need to toss some cross-compilers into 
> >that build
> >test setup of yours.
> >
> 
> These functions were defined for other archs in asm-generic/iomap.h.
> We need all archs including it in io.h. I now see only few archs are
> including it..
> 
> Apart from unxlate, there is also ioremap_wc which is defined in the
> same way.
> 
> I can send a patch for this. But, I don't have cross compiler setup for
> all archs to test. Andrew, I will need your help.

Well.

- there are a bunch of cross-compiler binaries in
  http://userweb.kernel.org/~akpm/cross-compilers/

- I'll (again) encourage Ingo to add cross-compilation testing to his
  auto-testing setup. 

- I ran out of steam (and the selinux bug crashed my remote
  cross-compilation test box) so I didn't do much cross-compilation testing
  on rc8-mm1: just alpha and ia64 iirc.  

I'd suggest that you just prepare a best-effort patch and when I next get
around to doing more cross-compilation any problems shold get weeded out.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: "Pallipadi, Venkatesh" <venkatesh.pallipadi@intel.com>
Cc: Mariusz Kozlowski <m.kozlowski@tuxland.pl>,
	WANG Cong <xiyou.wangcong@gmail.com>,
	linux-kernel@vger.kernel.org, Jeff Dike <jdike@addtoit.com>,
	user-mode-linux-devel@lists.sourceforge.net,
	David Miller <davem@davemloft.net>,
	sparclinux@vger.kernel.org, Ingo Molnar <mingo@elte.hu>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [-mm Patch] uml: fix a building error
Date: Thu, 17 Jan 2008 19:44:14 +0000	[thread overview]
Message-ID: <20080117114414.308db9e7.akpm@linux-foundation.org> (raw)
In-Reply-To: <924EFEDD5F540B4284297C4DC59F3DEE5E90DF@orsmsx423.amr.corp.intel.com>

On Thu, 17 Jan 2008 11:38:53 -0800 "Pallipadi, Venkatesh" <venkatesh.pallipadi@intel.com> wrote:

>  
> 
> >-----Original Message-----
> >From: Andrew Morton [mailto:akpm@linux-foundation.org] 
> >Sent: Thursday, January 17, 2008 10:56 AM
> >To: Mariusz Kozlowski
> >Cc: WANG Cong; linux-kernel@vger.kernel.org; Jeff Dike; 
> >user-mode-linux-devel@lists.sourceforge.net; David Miller; 
> >sparclinux@vger.kernel.org; Ingo Molnar; Thomas Gleixner; 
> >Pallipadi, Venkatesh
> >Subject: Re: [-mm Patch] uml: fix a building error
> >
> >On Thu, 17 Jan 2008 19:11:13 +0100 Mariusz Kozlowski 
> ><m.kozlowski@tuxland.pl> wrote:
> >
> >> Hello,
> >> 
> >> > This patch fixes this building error:
> >> > ...
> >> > drivers/char/mem.c: In function 'read_mem':
> >> > drivers/char/mem.c:136: error: implicit declaration of 
> >function 'unxlate_dev_mem_ptr'
> >> > ...
> >> 
> >> I see this on sparc64 as well:
> >> 
> >>   CC      drivers/char/mem.o
> >> drivers/char/mem.c: In function 'read_mem':
> >> drivers/char/mem.c:136: error: implicit declaration of 
> >function 'unxlate_dev_mem_ptr'
> >> make[2]: *** [drivers/char/mem.o] Error 1
> >> make[1]: *** [drivers/char] Error 2
> >> make: *** [drivers] Error 2
> >> 
> >> Does sparc64 need similar fix?
> >> 
> >
> >The PAT patches strike again.
> >
> >Ingo, I think you might need to toss some cross-compilers into 
> >that build
> >test setup of yours.
> >
> 
> These functions were defined for other archs in asm-generic/iomap.h.
> We need all archs including it in io.h. I now see only few archs are
> including it..
> 
> Apart from unxlate, there is also ioremap_wc which is defined in the
> same way.
> 
> I can send a patch for this. But, I don't have cross compiler setup for
> all archs to test. Andrew, I will need your help.

Well.

- there are a bunch of cross-compiler binaries in
  http://userweb.kernel.org/~akpm/cross-compilers/

- I'll (again) encourage Ingo to add cross-compilation testing to his
  auto-testing setup. 

- I ran out of steam (and the selinux bug crashed my remote
  cross-compilation test box) so I didn't do much cross-compilation testing
  on rc8-mm1: just alpha and ia64 iirc.  

I'd suggest that you just prepare a best-effort patch and when I next get
around to doing more cross-compilation any problems shold get weeded out.


WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: "Pallipadi, Venkatesh" <venkatesh.pallipadi@intel.com>
Cc: "Mariusz Kozlowski" <m.kozlowski@tuxland.pl>,
	"WANG Cong" <xiyou.wangcong@gmail.com>,
	<linux-kernel@vger.kernel.org>, "Jeff Dike" <jdike@addtoit.com>,
	<user-mode-linux-devel@lists.sourceforge.net>,
	"David Miller" <davem@davemloft.net>,
	<sparclinux@vger.kernel.org>, "Ingo Molnar" <mingo@elte.hu>,
	"Thomas Gleixner" <tglx@linutronix.de>
Subject: Re: [-mm Patch] uml: fix a building error
Date: Thu, 17 Jan 2008 11:44:14 -0800	[thread overview]
Message-ID: <20080117114414.308db9e7.akpm@linux-foundation.org> (raw)
In-Reply-To: <924EFEDD5F540B4284297C4DC59F3DEE5E90DF@orsmsx423.amr.corp.intel.com>

On Thu, 17 Jan 2008 11:38:53 -0800 "Pallipadi, Venkatesh" <venkatesh.pallipadi@intel.com> wrote:

>  
> 
> >-----Original Message-----
> >From: Andrew Morton [mailto:akpm@linux-foundation.org] 
> >Sent: Thursday, January 17, 2008 10:56 AM
> >To: Mariusz Kozlowski
> >Cc: WANG Cong; linux-kernel@vger.kernel.org; Jeff Dike; 
> >user-mode-linux-devel@lists.sourceforge.net; David Miller; 
> >sparclinux@vger.kernel.org; Ingo Molnar; Thomas Gleixner; 
> >Pallipadi, Venkatesh
> >Subject: Re: [-mm Patch] uml: fix a building error
> >
> >On Thu, 17 Jan 2008 19:11:13 +0100 Mariusz Kozlowski 
> ><m.kozlowski@tuxland.pl> wrote:
> >
> >> Hello,
> >> 
> >> > This patch fixes this building error:
> >> > ...
> >> > drivers/char/mem.c: In function 'read_mem':
> >> > drivers/char/mem.c:136: error: implicit declaration of 
> >function 'unxlate_dev_mem_ptr'
> >> > ...
> >> 
> >> I see this on sparc64 as well:
> >> 
> >>   CC      drivers/char/mem.o
> >> drivers/char/mem.c: In function 'read_mem':
> >> drivers/char/mem.c:136: error: implicit declaration of 
> >function 'unxlate_dev_mem_ptr'
> >> make[2]: *** [drivers/char/mem.o] Error 1
> >> make[1]: *** [drivers/char] Error 2
> >> make: *** [drivers] Error 2
> >> 
> >> Does sparc64 need similar fix?
> >> 
> >
> >The PAT patches strike again.
> >
> >Ingo, I think you might need to toss some cross-compilers into 
> >that build
> >test setup of yours.
> >
> 
> These functions were defined for other archs in asm-generic/iomap.h.
> We need all archs including it in io.h. I now see only few archs are
> including it..
> 
> Apart from unxlate, there is also ioremap_wc which is defined in the
> same way.
> 
> I can send a patch for this. But, I don't have cross compiler setup for
> all archs to test. Andrew, I will need your help.

Well.

- there are a bunch of cross-compiler binaries in
  http://userweb.kernel.org/~akpm/cross-compilers/

- I'll (again) encourage Ingo to add cross-compilation testing to his
  auto-testing setup. 

- I ran out of steam (and the selinux bug crashed my remote
  cross-compilation test box) so I didn't do much cross-compilation testing
  on rc8-mm1: just alpha and ia64 iirc.  

I'd suggest that you just prepare a best-effort patch and when I next get
around to doing more cross-compilation any problems shold get weeded out.


  reply	other threads:[~2008-01-17 19:44 UTC|newest]

Thread overview: 204+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-17 10:35 2.6.24-rc8-mm1 Andrew Morton
2008-01-17 12:41 ` 2.6.24-rc8-mm1 Build Failure on S390x Kamalesh Babulal
2008-01-17 14:05   ` Martin Schwidefsky
2008-01-17 12:46 ` 2.6.24-rc8-mm1 Balbir Singh
2008-01-17 18:40   ` 2.6.24-rc8-mm1 Andrew Morton
2008-01-17 18:40     ` 2.6.24-rc8-mm1 Andrew Morton
2008-01-17 19:22     ` 2.6.24-rc8-mm1 Pallipadi, Venkatesh
2008-01-17 19:22       ` 2.6.24-rc8-mm1 Pallipadi, Venkatesh
2008-01-17 19:40       ` 2.6.24-rc8-mm1 Andrew Morton
2008-01-17 19:40         ` 2.6.24-rc8-mm1 Andrew Morton
2008-01-17 19:47         ` [E1000-devel] 2.6.24-rc8-mm1 Brandeburg, Jesse
2008-01-17 19:47           ` Brandeburg, Jesse
2008-01-17 23:33         ` 2.6.24-rc8-mm1 Venki Pallipadi
2008-01-17 23:04       ` 2.6.24-rc8-mm1 Balbir Singh
2008-01-18  1:42         ` 2.6.24-rc8-mm1 Siddha, Suresh B
2008-01-18  1:42           ` 2.6.24-rc8-mm1 Siddha, Suresh B
2008-01-18  5:06           ` 2.6.24-rc8-mm1 Balbir Singh
2008-01-17 20:25     ` 2.6.24-rc8-mm1 Balbir Singh
2008-01-17 13:21 ` [uml-devel] [-mm Patch] UML: fix a building error WANG Cong
2008-01-17 13:21   ` WANG Cong
2008-01-17 17:59   ` [uml-devel] " Jeff Dike
2008-01-17 17:59     ` Jeff Dike
2008-01-17 13:34 ` 2.6.24-rc8-mm1 Kamalesh Babulal
2008-01-17 14:26   ` 2.6.24-rc8-mm1 Ingo Molnar
2008-01-17 13:54 ` 2.6.24-rc8-mm1 kernel panic while bootup Kamalesh Babulal
2008-01-17 18:54   ` Andrew Morton
2008-01-17 19:00     ` Randy Dunlap
2008-01-20  6:24     ` Kamalesh Babulal
2008-01-20  7:17       ` Andrew Morton
2008-01-17 13:56 ` [uml-devel] [-mm Patch] uml: fix a building error WANG Cong
2008-01-17 13:56   ` WANG Cong
2008-01-17 17:59   ` [uml-devel] " Jeff Dike
2008-01-17 17:59     ` Jeff Dike
2008-01-17 18:11   ` [uml-devel] " Mariusz Kozlowski
2008-01-17 18:11     ` Mariusz Kozlowski
2008-01-17 18:11     ` Mariusz Kozlowski
2008-01-17 18:56     ` [uml-devel] " Andrew Morton
2008-01-17 18:56       ` Andrew Morton
2008-01-17 18:56       ` Andrew Morton
2008-01-17 19:38       ` [uml-devel] " Pallipadi, Venkatesh
2008-01-17 19:38         ` Pallipadi, Venkatesh
2008-01-17 19:38         ` Pallipadi, Venkatesh
2008-01-17 19:44         ` Andrew Morton [this message]
2008-01-17 19:44           ` Andrew Morton
2008-01-17 19:44           ` Andrew Morton
2008-01-17 20:42         ` [uml-devel] " Mariusz Kozlowski
2008-01-17 20:42           ` Mariusz Kozlowski
2008-01-17 20:42           ` Mariusz Kozlowski
2008-01-17 21:14         ` [uml-devel] " Jeff Dike
2008-01-17 21:14           ` Jeff Dike
2008-01-17 21:14           ` Jeff Dike
2008-01-17 21:41           ` [uml-devel] " Venki Pallipadi
2008-01-17 21:41             ` Venki Pallipadi
2008-01-17 21:41             ` Venki Pallipadi
2008-01-17 23:08             ` [uml-devel] " Jeff Dike
2008-01-17 23:08               ` Jeff Dike
2008-01-17 23:08               ` Jeff Dike
2008-01-17 23:17               ` [uml-devel] " Pallipadi, Venkatesh
2008-01-17 23:17                 ` Pallipadi, Venkatesh
2008-01-17 23:17                 ` Pallipadi, Venkatesh
2008-01-18  2:19                 ` [uml-devel] " Jeff Dike
2008-01-18  2:19                   ` Jeff Dike
2008-01-18  2:19                   ` Jeff Dike
2008-01-17 18:56     ` [uml-devel] " Jeff Dike
2008-01-17 18:56       ` Jeff Dike
2008-01-17 18:56       ` Jeff Dike
2008-01-17 15:23 ` do_md_run returned -22 [Was: 2.6.24-rc8-mm1] Jiri Slaby
2008-01-17 19:01   ` Andrew Morton
2008-01-17 23:15     ` Neil Brown
2008-01-17 16:15 ` 2.6.24-rc8-mm1 Build Failure on scsi driver Kamalesh Babulal
2008-01-17 19:11   ` Andrew Morton
2008-01-18  0:53     ` [PATCH] aha152x: fix isa/pcmcia compile problem Tejun Heo
2008-01-18  6:29       ` Kamalesh Babulal
2008-01-18  6:37     ` 2.6.24-rc8-mm1 Build Failure on scsi driver Kamalesh Babulal
2008-01-18  7:20       ` [PATCH] SCSI: fix isa/pcmcia compile problem Tejun Heo
2008-01-18  7:30         ` Kamalesh Babulal
2008-01-18 14:58         ` James Bottomley
2008-01-18 23:27           ` Tejun Heo
2008-01-18 23:28             ` Tejun Heo
2008-01-18 23:32             ` James Bottomley
2008-01-18 23:46               ` Tejun Heo
2008-01-18 23:47               ` James Bottomley
2008-01-18 23:54                 ` Tejun Heo
2008-01-21  9:56         ` Christoph Hellwig
2008-01-21 14:59           ` James Bottomley
2008-01-18  7:27       ` 2.6.24-rc8-mm1 Build Failure on scsi driver Andrew Morton
2008-01-17 16:48 ` 2.6.24-rc8-mm1 (BUG: sched_rt) Randy Dunlap
2008-01-17 17:11   ` Peter Zijlstra
2008-01-17 18:05     ` Randy Dunlap
2008-01-17 19:14     ` Randy Dunlap
2008-01-17 19:38       ` Andrew Morton
2008-01-17 17:15   ` Peter Zijlstra
2008-01-17 17:28 ` x86 refuses to build [Re: 2.6.24-rc8-mm1] Dhaval Giani
2008-01-17 18:44   ` Dhaval Giani
2008-01-18  8:59     ` Ingo Molnar
2008-01-18 16:16       ` Mike Travis
2008-01-17 18:13 ` 2.6.24-rc8-mm1: broken suspend Rafael J. Wysocki
2008-01-17 18:18 ` 2.6.24-rc8-mm1: powerpc: include/asm/nvram.h:62: error: field 'partition' has incomplete type Mariusz Kozlowski
2008-01-17 18:18   ` Mariusz Kozlowski
2008-01-17 19:27   ` Andrew Morton
2008-01-17 19:27     ` Andrew Morton
2008-01-17 19:06 ` 2.6.24-rc8-mm1 powerpc build errors Olof Johansson
2008-01-17 19:06   ` Olof Johansson
2008-01-17 19:35   ` Andrew Morton
2008-01-17 19:35     ` Andrew Morton
2008-01-17 22:00     ` Greg KH
2008-01-17 22:00       ` Greg KH
2008-01-17 21:10 ` 2.6.24-rc8-mm1 Matt Mackall
2008-01-18  1:29   ` 2.6.24-rc8-mm1 Matt Mackall
2008-01-18  5:08     ` 2.6.24-rc8-mm1 Andrew Morton
2008-01-18 13:55       ` 2.6.24-rc8-mm1 Matt Mackall
2008-01-17 21:29 ` 2.6.24-rc8-mm1 - mkubootimg wants <zlib.h> Joseph Fannin
2008-01-17 22:21   ` Josh Boyer
2008-01-17 22:15 ` 2.6.24-rc8-mm1: powerpc oopses Mariusz Kozlowski
2008-01-17 22:15   ` Mariusz Kozlowski
2008-01-17 22:51   ` Andrew Morton
2008-01-17 22:51     ` Andrew Morton
2008-01-17 23:39     ` Matt Mackall
2008-01-17 23:39       ` Matt Mackall
2008-01-18  0:05       ` Andrew Morton
2008-01-18  0:05         ` Andrew Morton
2008-01-18  0:12         ` Matt Mackall
2008-01-18  0:12           ` Matt Mackall
2008-01-18  0:29           ` Andrew Morton
2008-01-18  0:29             ` Andrew Morton
2008-01-18  0:47             ` Matt Mackall
2008-01-18  0:47               ` Matt Mackall
2008-01-18  1:07               ` Andrew Morton
2008-01-18  1:07                 ` Andrew Morton
2008-01-18  1:16                 ` Matt Mackall
2008-01-18  1:16                   ` Matt Mackall
2008-01-18 17:23               ` Mariusz Kozlowski
2008-01-18 17:23                 ` Mariusz Kozlowski
2008-01-18 17:33                 ` Matt Mackall
2008-01-18 17:33                   ` Matt Mackall
2008-01-18  6:14 ` 2.6.24-rc8-mm1 Build Failure at scripts/mkubooting/crc32.c Kamalesh Babulal
2008-01-18  8:06   ` Sam Ravnborg
2008-01-20 15:30   ` Mel Gorman
2008-01-18  7:09 ` 2.6.24-rc8-mm1 build failure on headers_check Kamalesh Babulal
2008-01-18  7:09   ` Kamalesh Babulal
2008-01-18  7:38   ` Andrew Morton
2008-01-18  7:38     ` Andrew Morton
2008-01-18  8:36 ` 2.6.24-rc8-mm1 Kernel oops will running kernbench Kamalesh Babulal
2008-01-18  8:36   ` Kamalesh Babulal
2008-01-18  8:44   ` Andrew Morton
2008-01-18  8:44     ` Andrew Morton
2008-01-18  9:01     ` Paul Mackerras
2008-01-18  9:01       ` Paul Mackerras
2008-01-18  9:34       ` Kamalesh Babulal
2008-01-18  9:34         ` Kamalesh Babulal
2008-01-18 10:19         ` Paul Mackerras
2008-01-18 10:19           ` Paul Mackerras
2008-01-18 15:41           ` Milton Miller
2008-01-18 10:26         ` Paul Mackerras
2008-01-18 10:26           ` Paul Mackerras
2008-01-18 10:44           ` Kamalesh Babulal
2008-01-18 10:44             ` Kamalesh Babulal
2008-01-18 10:54             ` Balbir Singh
2008-01-18 10:54               ` Balbir Singh
2008-01-25  6:05           ` 2.6.24 Kernel oops will running kernbench regression from 2.6.24-rc8-mm1 Kamalesh Babulal
2008-01-25  6:05             ` Kamalesh Babulal
2008-01-18 13:34 ` 2.6.24-rc8-mm1: broken suspend (due to git-cpufreq.patch) Rafael J. Wysocki
2008-01-18 16:53   ` Dave Jones
2008-01-18 17:10   ` Dave Jones
2008-01-18 20:50     ` Rafael J. Wysocki
2008-01-18 21:55       ` Rafael J. Wysocki
2008-01-18 17:26 ` 2.6.24-rc8-mm1 (KVM build issues) Balbir Singh
2008-01-18 17:26   ` Balbir Singh
2008-01-22  8:40   ` Andrew Morton
2008-01-22  8:40     ` Andrew Morton
2008-01-18 18:06 ` 2.6.24-rc8-mm1 Kyle McMartin
2008-01-20  1:10 ` 2.6.24-rc8-mm1: WARN_ON() in clockevents_register_device() on HP nx6325 Rafael J. Wysocki
2008-01-20 10:24   ` Ingo Molnar
2008-01-20 11:21     ` Rafael J. Wysocki
2008-01-20 16:31 ` 2.6.24-rc8-mm1 Mel Gorman
2008-01-20 16:35   ` 2.6.24-rc8-mm1 Balbir Singh
2008-01-20 18:24     ` 2.6.24-rc8-mm1 Mel Gorman
2008-01-21 18:31 ` 2.6.24-rc8-mm1 - SELinux issues Valdis.Kletnieks
2008-01-21 18:53 ` [PATCH} 2.6.24-rc8-mm1 - x86_64 PAT issues with vesafb and NVidia cards Valdis.Kletnieks
2008-01-22 20:30 ` 2.6.24-rc8-mm1: sparc64 warning at fs/file_table.c:49 __fput+0x1a8/0x1e0() Mariusz Kozlowski
2008-01-22 20:30   ` Mariusz Kozlowski
2008-01-22 21:02   ` 2.6.24-rc8-mm1: sparc64 warning at fs/file_table.c:49 Andrew Morton
2008-01-22 21:02     ` 2.6.24-rc8-mm1: sparc64 warning at fs/file_table.c:49 __fput+0x1a8/0x1e0() Andrew Morton
2008-01-22 22:28     ` 2.6.24-rc8-mm1: sparc64 warning at fs/file_table.c:49 Dave Hansen
2008-01-22 22:28       ` 2.6.24-rc8-mm1: sparc64 warning at fs/file_table.c:49 __fput+0x1a8/0x1e0() Dave Hansen
2008-01-22 23:13     ` 2.6.24-rc8-mm1: sparc64 warning at fs/file_table.c:49 Dave Hansen
2008-01-22 23:13       ` 2.6.24-rc8-mm1: sparc64 warning at fs/file_table.c:49 __fput+0x1a8/0x1e0() Dave Hansen
2008-01-23  5:47       ` Christoph Hellwig
2008-01-23  5:47         ` Christoph Hellwig
2008-02-01 23:34       ` 2.6.24-rc8-mm1: sparc64 warning at fs/file_table.c:49 Andrew Morton
2008-02-01 23:34         ` 2.6.24-rc8-mm1: sparc64 warning at fs/file_table.c:49 __fput+0x1a8/0x1e0() Andrew Morton
2008-01-24  6:09 ` 2.6.24-rc8-mm1 Kernel oops on CIFS while running fsstress Kamalesh Babulal
2008-01-24  6:44 ` 2.6.24-rc8-mm1 Badness at net/ipv4/tcp_input.c:2506 Kamalesh Babulal
2008-01-25  0:04 ` 2.6.24-rc8-mm1: old sparc64 bug Mariusz Kozlowski
2008-01-25  0:04   ` Mariusz Kozlowski
2008-01-25 17:11   ` Takashi Iwai
2008-01-25 17:11     ` Takashi Iwai
2008-01-25 18:34     ` Mariusz Kozlowski
2008-01-25 18:34       ` Mariusz Kozlowski
2008-01-28 11:55       ` Takashi Iwai
2008-01-28 11:55         ` Takashi Iwai
2008-01-28 22:13         ` Mariusz Kozlowski
2008-01-28 22:13           ` Mariusz Kozlowski
2008-01-25 21:59 ` 2.6.24-rc8-mm1 Torsten Kaiser

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=20080117114414.308db9e7.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=jdike@addtoit.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.kozlowski@tuxland.pl \
    --cc=mingo@elte.hu \
    --cc=sparclinux@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    --cc=venkatesh.pallipadi@intel.com \
    --cc=xiyou.wangcong@gmail.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 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.