lkml.org 
[lkml]   [2005]   [Sep]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch] bug fix: tss->io_bitmap_owner is never set to non-NULL.
Hi,

it appears that there is exists a field io_bitmap_owner in the TSS that is
only checked, but never set to anything else but NULL.

The below patch corrects this.

Signed-off-by: Bart Oldeman <bartoldeman@users.sourceforge.net>

--- arch/i386/kernel/traps.c.org 2005-09-17 17:20:19.000000000 +1200
+++ arch/i386/kernel/traps.c 2005-09-17 22:33:00.000000000 +1200
@@ -489,6 +489,7 @@ fastcall void __kprobes do_general_prote
tss->io_bitmap_max - thread->io_bitmap_max);
tss->io_bitmap_max = thread->io_bitmap_max;
tss->io_bitmap_base = IO_BITMAP_OFFSET;
+ tss->io_bitmap_owner = thread;
put_cpu();
return;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-09-17 12:50    [W:0.030 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site