linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: page fault scalability patch V11 [1/7]: sloppy rss
@ 2004-11-22 15:00 Hugh Dickins
  2004-12-08 22:50 ` Anticipatory prefaulting in the page fault handler V1 Martin J. Bligh
  0 siblings, 1 reply; 3+ messages in thread
From: Hugh Dickins @ 2004-11-22 15:00 UTC (permalink / raw)
  To: Christoph Lameter
  Cc: torvalds, akpm, Benjamin Herrenschmidt, Nick Piggin, linux-mm,
	linux-ia64, linux-kernel

On Fri, 19 Nov 2004, Christoph Lameter wrote:
> On Fri, 19 Nov 2004, Hugh Dickins wrote:
> 
> > Sorry, against what tree do these patches apply?
> > Apparently not linux-2.6.9, nor latest -bk, nor -mm?
> 
> 2.6.10-rc2-bk3

Ah, thanks - got it patched now, but your mailer (or something else)
is eating trailing spaces.  Better than adding them, but we have to
apply this patch before your set:

--- 2.6.10-rc2-bk3/include/asm-i386/system.h	2004-11-15 16:21:12.000000000 +0000
+++ linux/include/asm-i386/system.h	2004-11-22 14:44:30.761904592 +0000
@@ -273,9 +273,9 @@ static inline unsigned long __cmpxchg(vo
 #define cmpxchg(ptr,o,n)\
 	((__typeof__(*(ptr)))__cmpxchg((ptr),(unsigned long)(o),\
 					(unsigned long)(n),sizeof(*(ptr))))
-    
+
 #ifdef __KERNEL__
-struct alt_instr { 
+struct alt_instr {
 	__u8 *instr; 		/* original instruction */
 	__u8 *replacement;
 	__u8  cpuid;		/* cpuid bit set for replacement */
--- 2.6.10-rc2-bk3/include/asm-s390/pgalloc.h	2004-05-10 03:33:39.000000000 +0100
+++ linux/include/asm-s390/pgalloc.h	2004-11-22 14:54:43.704723120 +0000
@@ -99,7 +99,7 @@ static inline void pgd_populate(struct m
 
 #endif /* __s390x__ */
 
-static inline void 
+static inline void
 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte)
 {
 #ifndef __s390x__
--- 2.6.10-rc2-bk3/mm/memory.c	2004-11-18 17:56:11.000000000 +0000
+++ linux/mm/memory.c	2004-11-22 14:39:33.924030808 +0000
@@ -1424,7 +1424,7 @@ out:
 /*
  * We are called with the MM semaphore and page_table_lock
  * spinlock held to protect against concurrent faults in
- * multithreaded programs. 
+ * multithreaded programs.
  */
 static int
 do_anonymous_page(struct mm_struct *mm, struct vm_area_struct *vma,
@@ -1615,7 +1615,7 @@ static int do_file_page(struct mm_struct
 	 * Fall back to the linear mapping if the fs does not support
 	 * ->populate:
 	 */
-	if (!vma->vm_ops || !vma->vm_ops->populate || 
+	if (!vma->vm_ops || !vma->vm_ops->populate ||
 			(write_access && !(vma->vm_flags & VM_SHARED))) {
 		pte_clear(pte);
 		return do_no_page(mm, vma, address, write_access, pte, pmd);


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-12-16  7:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.44.0411221457240.2970-100000@localhost.localdomain.suse.lists.linux.kernel>
     [not found] ` <156610000.1102546207@flay.suse.lists.linux.kernel>
     [not found]   ` <Pine.LNX.4.58.0412091130160.796@schroedinger.engr.sgi.com.suse.lists.linux.kernel>
     [not found]     ` <200412132330.23893.amgta@yacht.ocn.ne.jp.suse.lists.linux.kernel>
     [not found]       ` <Pine.LNX.4.58.0412130905140.360@schroedinger.engr.sgi.com.suse.lists.linux.kernel>
     [not found]         ` <8880000.1102976179@flay.suse.lists.linux.kernel>
     [not found]           ` <Pine.LNX.4.58.0412131730410.817@schroedinger.engr.sgi.com.suse.lists.linux.kernel>
2004-12-16  7:27             ` Anticipatory prefaulting in the page fault handler V2 Andi Kleen
2004-11-22 15:00 page fault scalability patch V11 [1/7]: sloppy rss Hugh Dickins
2004-12-08 22:50 ` Anticipatory prefaulting in the page fault handler V1 Martin J. Bligh
2004-12-09 19:32   ` Christoph Lameter
2004-12-13 14:30     ` Akinobu Mita
2004-12-13 17:10       ` Christoph Lameter
2004-12-13 22:16         ` Martin J. Bligh
2004-12-14  1:32           ` Anticipatory prefaulting in the page fault handler V2 Christoph Lameter
2004-12-14 19:31             ` Adam Litke

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).