> struct die_args *args = (struct die_args *)data; > switch(val) { > case DIE_BREAK: >- if (pre_kprobes_handler(args)) >- return NOTIFY_STOP; >+ /* err is break number from ia64_bad_break() */ >+ if (data->err == 0x80200 || data->err == 0x80300) I just tried merging this patch into Linus latest (which has some other changes to kprobes.c from Anath). Maybe I flubbed the manual merge, but I'm getting compile errors from the "data->err" dereference. It looks like this really should read "args->err" (twice in this line, and once more a few lines further down). -Tony - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue Nov 08 06:11:18 2005
This archive was generated by hypermail 2.1.8 : 2005-11-08 06:11:27 EST