On Tue, Mar 31, 2020 at 6:36 PM Vitor Massaru Iha <vitor@xxxxxxxxxxx> wrote: > > Fix this bug: https://bugzilla.kernel.org/show_bug.cgi?id=205219 > > For some reason, the environment variable ARCH is used instead of ARCH > passed as an argument, this patch uses a copy of the env, but using > ARCH=um and CROSS_COMPILER='' to avoid this problem. > > This patch doesn't change the user's environment variables, avoiding > side effects. > > Signed-off-by: Vitor Massaru Iha <vitor@xxxxxxxxxxx> Sorry for the delayed reply. I had two people finish up on my team last week and I needed to do some things for that. You now have my undivided attention. So, I tried to apply this patch and it still doesn't apply on kselftest/kunit. At this point, basing your changes on torvalds/master would be fine since kselftest/kunit just got merged for 5.7. Can you use the --base branch option when you send your next revision so I know what branch you are working against (just to be sure)?