Re: [PATCH] lib/test-hexdump: Changed to work on BE

2016-04-12 Thread Michael Ellerman
On Tue, 2016-04-12 at 17:39 +0800, kbuild test robot wrote: > Hi Rashmica, > > [auto build test WARNING on v4.6-rc3] > [also build test WARNING on next-20160412] > [if your patch is applied to the wrong git tree, please drop us a note to > help improving the system] > > url: > https://github

Re: [PATCH] lib/test-hexdump: Changed to work on BE

2016-04-12 Thread kbuild test robot
Hi Rashmica, [auto build test WARNING on v4.6-rc3] [also build test WARNING on next-20160412] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Rashmica-Gupta/lib-test-hexdump-Changed-to-work-on-

[PATCH] lib/test-hexdump: Changed to work on BE

2016-04-11 Thread Rashmica Gupta
test-hexdump.c doesn't work on BE because the test data is in LE format. So add in data for BE. Signed-off-by: Rashmica Gupta --- lib/test_hexdump.c | 35 +++ 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/lib/test_hexdump.c b/lib/test_hexdump.c in