linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] Could you explain this strange fix?
@ 2004-07-03 18:55 BlaisorBlade
  2004-07-04 10:28 ` BlaisorBlade
  2004-07-13 17:22 ` Jeff Dike
  0 siblings, 2 replies; 3+ messages in thread
From: BlaisorBlade @ 2004-07-03 18:55 UTC (permalink / raw)
  To: Jeff Dike; +Cc: user-mode-linux-devel

This hunk comes straight from 2.4.24-3um. Could you explain it? Are you sure 
it's safe? Several people complain about patches later than 2.4.24-1 (even 
for stability), so I have doubts about it. Also, could you say me which is 
the fix for the "tracing myself" bug of 2.4? The patch is in 2.4.24-2, but 
since I've split it out, I cannot find which is the needed fix.

diff -puN arch/um/kernel/skas/tlb.c~optimization-unstable 
arch/um/kernel/skas/tlb.c
--- UmWorklinux-2.4.24/arch/um/kernel/skas/tlb.c~optimization-unstable  
2004-07-02 13:45:07.057643968 +0200
+++ UmWorklinux-2.4.24-paolo/arch/um/kernel/skas/tlb.c  2004-07-02 
13:45:14.098573584 +0200
@@ -132,7 +132,9 @@ void flush_tlb_range_skas(struct mm_stru

 void flush_tlb_mm_skas(struct mm_struct *mm)
 {
+#if 0
        flush_tlb_kernel_vm_skas();
+#endif
        fix_range(mm, 0, host_task_size, 0);
 }


-- 
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

end of thread, other threads:[~2004-07-13 16:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-03 18:55 [uml-devel] Could you explain this strange fix? BlaisorBlade
2004-07-04 10:28 ` BlaisorBlade
2004-07-13 17:22 ` Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox