Re: [PATCH v4 3.0-rc2-tip 2/22] 2: uprobes: Breakground pagereplacement.

From: Srikar Dronamraju
Date: Tue Jun 14 2011 - 11:05:09 EST


> >
> > /*
> > * NOTE:
> > * Expect the breakpoint instruction to be the smallest size instruction for
> > * the architecture. If an arch has variable length instruction and the
> > * breakpoint instruction is not of the smallest length instruction
> > * supported by that architecture then we need to modify read_opcode /
> > * write_opcode accordingly. This would never be a problem for archs that
> > * have fixed length instructions.
> > */
>
> Whoever reads comments anyway? :-)
>
> > Do we have archs which have a breakpoint instruction which isnt of the
> > smallest instruction size for that arch. If we do have can we change the
> > write_opcode/read_opcode while we support that architecture?
>
> Why not put a simple WARN_ON_ONCE() in there that checks the assumption?

Okay, will do.

--
Thanks and Regards
Srikar
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/