All of lore.kernel.org
 help / color / mirror / Atom feed
* Kbuild fix for today's linux-next
@ 2021-03-28 23:19 Masahiro Yamada
  2021-03-28 23:37 ` Stephen Rothwell
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2021-03-28 23:19 UTC (permalink / raw)
  To: Stephen Rothwell, Linux-Next Mailing List; +Cc: Linux Kernel Mailing List

Hi Stephen,

I noticed Clang build breakage for kbuild/for-next.

Please apply the following, or use the old branch
for kbuild tree.

Thanks.




diff --git a/scripts/as-version.sh b/scripts/as-version.sh
index 11f1e7b24bff..8b9410e329df 100755
--- a/scripts/as-version.sh
+++ b/scripts/as-version.sh
@@ -45,7 +45,7 @@ orig_args="$@"
 # Get the first line of the --version output.
 IFS='
 '
-set -- $(LC_ALL=C "$@" -Wa,--version -c -x assembler /dev/null -o
/dev/null 2>&1)
+set -- $(LC_ALL=C "$@" -Wa,--version -c -x assembler /dev/null -o
/dev/null 2>/dev/null)

 # Split the line on spaces.
 IFS=' '


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Kbuild fix for today's linux-next
  2021-03-28 23:19 Kbuild fix for today's linux-next Masahiro Yamada
@ 2021-03-28 23:37 ` Stephen Rothwell
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2021-03-28 23:37 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: Linux-Next Mailing List, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 369 bytes --]

Hi Masahiro,

On Mon, 29 Mar 2021 08:19:52 +0900 Masahiro Yamada <masahiroy@kernel.org> wrote:
>
> I noticed Clang build breakage for kbuild/for-next.
> 
> Please apply the following, or use the old branch
> for kbuild tree.

I had already merged the kbuild tree, so I applied your patch by hand
for today (it was wrapped).

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-28 23:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-28 23:19 Kbuild fix for today's linux-next Masahiro Yamada
2021-03-28 23:37 ` Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.