Re: [PATCH] selftests: breakpoints: re-order TEST_GEN_PROGS targets

2017-09-19 Thread Shuah Khan
On 09/08/2017 07:52 AM, Shuah Khan wrote: > On 09/08/2017 02:41 AM, Fathi Boudra wrote: >> Shuah, should I resend? > > No need to resend. Sorry about this.I just missed it. I will get > this into 4.14-rc2 or so. Thanks for the ping. > Applied to linux-kselftest fixes for 4.14-rc2 thanks, --

Re: [PATCH] selftests: breakpoints: re-order TEST_GEN_PROGS targets

2017-09-19 Thread Shuah Khan
On 09/08/2017 07:52 AM, Shuah Khan wrote: > On 09/08/2017 02:41 AM, Fathi Boudra wrote: >> Shuah, should I resend? > > No need to resend. Sorry about this.I just missed it. I will get > this into 4.14-rc2 or so. Thanks for the ping. > Applied to linux-kselftest fixes for 4.14-rc2 thanks, --

Re: [PATCH] selftests: breakpoints: re-order TEST_GEN_PROGS targets

2017-09-08 Thread Shuah Khan
On 09/08/2017 02:41 AM, Fathi Boudra wrote: > Shuah, should I resend? No need to resend. Sorry about this.I just missed it. I will get this into 4.14-rc2 or so. Thanks for the ping. -- Shuah > > On 29 June 2017 at 12:39, Fathi Boudra wrote: >> breakpoint_test can fail

Re: [PATCH] selftests: breakpoints: re-order TEST_GEN_PROGS targets

2017-09-08 Thread Shuah Khan
On 09/08/2017 02:41 AM, Fathi Boudra wrote: > Shuah, should I resend? No need to resend. Sorry about this.I just missed it. I will get this into 4.14-rc2 or so. Thanks for the ping. -- Shuah > > On 29 June 2017 at 12:39, Fathi Boudra wrote: >> breakpoint_test can fail on arm64 with

Re: [PATCH] selftests: breakpoints: re-order TEST_GEN_PROGS targets

2017-09-08 Thread Shuah Khan
On 09/08/2017 04:32 AM, Thomas Meyer wrote: > On Fri, Sep 08, 2017 at 11:41:21AM +0300, Fathi Boudra wrote: >> Shuah, should I resend? > > Hi, > > I also did send some patches to his kernel.org address after lazy searching > for "Shuah" in my inbox. But maybe his other email address is the

Re: [PATCH] selftests: breakpoints: re-order TEST_GEN_PROGS targets

2017-09-08 Thread Shuah Khan
On 09/08/2017 04:32 AM, Thomas Meyer wrote: > On Fri, Sep 08, 2017 at 11:41:21AM +0300, Fathi Boudra wrote: >> Shuah, should I resend? > > Hi, > > I also did send some patches to his kernel.org address after lazy searching > for "Shuah" in my inbox. But maybe his other email address is the

Re: [PATCH] selftests: breakpoints: re-order TEST_GEN_PROGS targets

2017-09-08 Thread Thomas Meyer
On Fri, Sep 08, 2017 at 11:41:21AM +0300, Fathi Boudra wrote: > Shuah, should I resend? Hi, I also did send some patches to his kernel.org address after lazy searching for "Shuah" in my inbox. But maybe his other email address is the correct one. with kind regards thomas

Re: [PATCH] selftests: breakpoints: re-order TEST_GEN_PROGS targets

2017-09-08 Thread Thomas Meyer
On Fri, Sep 08, 2017 at 11:41:21AM +0300, Fathi Boudra wrote: > Shuah, should I resend? Hi, I also did send some patches to his kernel.org address after lazy searching for "Shuah" in my inbox. But maybe his other email address is the correct one. with kind regards thomas

Re: [PATCH] selftests: breakpoints: re-order TEST_GEN_PROGS targets

2017-09-08 Thread Fathi Boudra
Shuah, should I resend? On 29 June 2017 at 12:39, Fathi Boudra wrote: > breakpoint_test can fail on arm64 with older/unpatched glibc: > > breakpoint_test_arm64.c: In function 'run_test': > breakpoint_test_arm64.c:170:25: error: 'TRAP_HWBKPT' undeclared (first use > in

Re: [PATCH] selftests: breakpoints: re-order TEST_GEN_PROGS targets

2017-09-08 Thread Fathi Boudra
Shuah, should I resend? On 29 June 2017 at 12:39, Fathi Boudra wrote: > breakpoint_test can fail on arm64 with older/unpatched glibc: > > breakpoint_test_arm64.c: In function 'run_test': > breakpoint_test_arm64.c:170:25: error: 'TRAP_HWBKPT' undeclared (first use > in this function) > > due