On Fri, Jun 29, 2018 at 1:07 PM, Will Deacon <will.deacon@xxxxxxx> wrote: > It might not seen sensible, but we could still be relying on this in the > kernel and so this change would introduce a regression. I think we need > a way to identify such pointer usage before these patches can seriously be > considered for mainline inclusion. Another point that I have here is that KHWASAN is a debugging tool not meant to be used in production. We're not trying to change the ABI or something like that (referring to the other HWASAN patchset). We can fix up the non obvious places where untagging is needed in a case by case basis with additional patches when testing reveals it.