Re: [PATCH] kunit: add --make_options

From: Greg Thelen
Date: Sun Mar 15 2020 - 00:58:08 EST


shuah <shuah@xxxxxxxxxx> wrote:

> On 2/28/20 6:53 PM, Nathan Chancellor wrote:
>> On Wed, Feb 26, 2020 at 10:31:34PM -0800, 'Greg Thelen' via Clang Built Linux wrote:
>>> The kunit.py utility builds an ARCH=um kernel and then runs it. Add
>>> optional --make_options flag to kunit.py allowing for the operator to
>>> specify extra build options.
>>>
>>> This allows use of the clang compiler for kunit:
>>> tools/testing/kunit/kunit.py run --defconfig \
>>> --make_options CC=clang --make_options HOSTCC=clang
>>>
>>> Signed-off-by: Greg Thelen <gthelen@xxxxxxxxxx>
>>
>> Reviewed-by: Nathan Chancellor <natechancellor@xxxxxxxxx>
>>
>
> Please rebase on Linux 5.6-rc5 and resend. I tried applying
> on Linux 5.6-rc1 as well as 5.6-rc5 and both fail.
>
> thanks,
> -- Shuah

Rebased onto v5.6-rc5 below: