Re: [PATCH 2/2] kunit: ubsan integration

2020-09-08 Thread Stephen Rothwell
Hi Qian, On Thu, 3 Sep 2020 08:38:25 -0400 Qian Cai wrote: > > On Wed, Sep 02, 2020 at 08:52:24AM -0400, Qian Cai wrote: > > On Thu, Aug 06, 2020 at 05:43:26PM +, Uriel Guajardo wrote: > > > Integrates UBSAN into the KUnit testing framework. It fails KUnit tests > > > whenever it reports un

Re: [PATCH 2/2] kunit: ubsan integration

2020-09-03 Thread Qian Cai
On Wed, Sep 02, 2020 at 08:52:24AM -0400, Qian Cai wrote: > On Thu, Aug 06, 2020 at 05:43:26PM +, Uriel Guajardo wrote: > > Integrates UBSAN into the KUnit testing framework. It fails KUnit tests > > whenever it reports undefined behavior. > > > > Signed-off-by: Uriel Guajardo > > It looks l

Re: [PATCH 2/2] kunit: ubsan integration

2020-09-02 Thread Qian Cai
On Thu, Aug 06, 2020 at 05:43:26PM +, Uriel Guajardo wrote: > Integrates UBSAN into the KUnit testing framework. It fails KUnit tests > whenever it reports undefined behavior. > > Signed-off-by: Uriel Guajardo It looks like this patch had been merged into linux-next but the "[PATCH 1/2] kuni

Re: [PATCH 2/2] kunit: ubsan integration

2020-08-31 Thread Shuah Khan
On 8/13/20 2:57 PM, Uriel Guajardo wrote: Integrates UBSAN into the KUnit testing framework. It fails KUnit tests whenever it reports undefined behavior. Signed-off-by: Uriel Guajardo --- lib/ubsan.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ubsan.c b/lib/ubsan.c index cb9af3

Re: [PATCH 2/2] kunit: ubsan integration

2020-08-13 Thread Uriel Guajardo
On Mon, Aug 10, 2020 at 3:43 PM Brendan Higgins wrote: > > On Thu, Aug 6, 2020 at 10:43 AM Uriel Guajardo > wrote: > > > > Integrates UBSAN into the KUnit testing framework. It fails KUnit tests > > whenever it reports undefined behavior. > > > > Signed-off-by: Uriel Guajardo > > You should rese

Re: [PATCH 2/2] kunit: ubsan integration

2020-08-10 Thread Brendan Higgins
On Thu, Aug 6, 2020 at 10:43 AM Uriel Guajardo wrote: > > Integrates UBSAN into the KUnit testing framework. It fails KUnit tests > whenever it reports undefined behavior. > > Signed-off-by: Uriel Guajardo You should resend this to the UBSAN maintainers as well; they will need to sign off on thi