diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-03-05 20:48:36 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:05 +0200 |
commit | 85cc387fcadf24c1c4a1c3df515619bd48914457 (patch) | |
tree | 09fe29b955c2900b903fd0616269dd47abdb3072 /ChangeLog | |
parent | 66a421905507c34e7e5774e8277b00ff3ce621a8 (diff) |
2007-03-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
[bug #18349 --- ``General Protection Trap'' in `ipc_kmsg_enqueue']
* device/net_io.c (net_deliver): Call net_filter() with splimp held.
* linux/dev/glue/net.c (device_write): Call net_packet() with splimp
held.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-03-05 Samuel Thibault <samuel.thibault@ens-lyon.org> + + [bug #18349 --- ``General Protection Trap'' in `ipc_kmsg_enqueue'] + * device/net_io.c (net_deliver): Call net_filter() with splimp held. + * linux/dev/glue/net.c (device_write): Call net_packet() with splimp + held. + 2007-03-04 Thomas Schwinge <tschwinge@gnu.org> * tests/configfrag.ac (MBCHK): Remove check. |