* [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
* Re: [uml-devel] Could you explain this strange fix?
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
1 sibling, 0 replies; 3+ messages in thread
From: BlaisorBlade @ 2004-07-04 10:28 UTC (permalink / raw)
To: Jeff Dike; +Cc: user-mode-linux-devel
Alle 20:55, sabato 3 luglio 2004, BlaisorBlade ha scritto:
> 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.
And I've also been confirmed that it is the cause of iptables not working in
2.4.26. I'm going to forward you the mail.
--
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
* Re: [uml-devel] Could you explain this strange fix?
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
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Dike @ 2004-07-13 17:22 UTC (permalink / raw)
To: BlaisorBlade; +Cc: user-mode-linux-devel
blaisorblade_spam@yahoo.it said:
> This hunk comes straight from 2.4.24-3um. Could you explain it?
It showed up when I was doing profiling. I looked at it and decided it was
a tt mode holdover, since when you flush a process address space in skas mode,
that normally doesn't need to look at the kernel's address space.
> Are you sure it's safe?
I was, but I forgot about modules.
Jeff
-------------------------------------------------------
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 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.