Re: [PATCH RFC] debugobjects: Make stack check warning more informative

2018-07-23 Thread Waiman Long
On 07/23/2018 05:25 PM, Joel Fernandes wrote: > From: "Joel Fernandes (Google)" > > Recently we debugged an issue where debugobject tracking was telling > us of an annotation issue. Turns out the issue was due to the object in > concern being on a different stack which was due to another issue. >

Re: [PATCH RFC] debugobjects: Make stack check warning more informative

2018-07-23 Thread Waiman Long
On 07/23/2018 05:25 PM, Joel Fernandes wrote: > From: "Joel Fernandes (Google)" > > Recently we debugged an issue where debugobject tracking was telling > us of an annotation issue. Turns out the issue was due to the object in > concern being on a different stack which was due to another issue. >

Re: [PATCH RFC] debugobjects: Make stack check warning more informative

2018-07-23 Thread Yang Shi
On 7/23/18 2:25 PM, Joel Fernandes wrote: From: "Joel Fernandes (Google)" Recently we debugged an issue where debugobject tracking was telling us of an annotation issue. Turns out the issue was due to the object in concern being on a different stack which was due to another issue.

Re: [PATCH RFC] debugobjects: Make stack check warning more informative

2018-07-23 Thread Yang Shi
On 7/23/18 2:25 PM, Joel Fernandes wrote: From: "Joel Fernandes (Google)" Recently we debugged an issue where debugobject tracking was telling us of an annotation issue. Turns out the issue was due to the object in concern being on a different stack which was due to another issue.

[PATCH RFC] debugobjects: Make stack check warning more informative

2018-07-23 Thread Joel Fernandes
From: "Joel Fernandes (Google)" Recently we debugged an issue where debugobject tracking was telling us of an annotation issue. Turns out the issue was due to the object in concern being on a different stack which was due to another issue. Discussing with tglx, he suggested printing the

[PATCH RFC] debugobjects: Make stack check warning more informative

2018-07-23 Thread Joel Fernandes
From: "Joel Fernandes (Google)" Recently we debugged an issue where debugobject tracking was telling us of an annotation issue. Turns out the issue was due to the object in concern being on a different stack which was due to another issue. Discussing with tglx, he suggested printing the