Re: [GIT PULL] Kbuild updates for 4.18 (2nd round)

2018-06-14 Thread Masahiro Yamada
Hi Linus, 2018-06-14 15:26 GMT+09:00 Linus Torvalds : > On Thu, Jun 14, 2018 at 3:16 AM Masahiro Yamada > wrote: >> >> Could you run sed directly in your tree? > > Sure, I did that on the plane. Now on the ground, pushed out. > Somebody should double- and triple-check it. > I double-checked it

Re: [GIT PULL] Kbuild updates for 4.18 (2nd round)

2018-06-13 Thread Linus Torvalds
On Thu, Jun 14, 2018 at 3:16 AM Masahiro Yamada wrote: > > Could you run sed directly in your tree? Sure, I did that on the plane. Now on the ground, pushed out. Somebody should double- and triple-check it. Linus

Re: [GIT PULL] Kbuild updates for 4.18 (2nd round)

2018-06-13 Thread Masahiro Yamada
Hi Linus, 2018-06-14 2:49 GMT+09:00 Linus Torvalds : > On Wed, Jun 13, 2018 at 10:29 AM Masahiro Yamada > wrote: >> >> I cannot come up with a name better than CC_STACKPROTECTOR_STRONG. > > How about just calling it STACKPROTETOR_STRONG and leaving it at that? Good idea! > Make the "CC_HAVE_xyz

Re: [GIT PULL] Kbuild updates for 4.18 (2nd round)

2018-06-13 Thread Linus Torvalds
On Wed, Jun 13, 2018 at 10:29 AM Masahiro Yamada wrote: > > I cannot come up with a name better than CC_STACKPROTECTOR_STRONG. How about just calling it STACKPROTETOR_STRONG and leaving it at that? Make the "CC_HAVE_xyz" model for compiler feature tests, but when actually picking an actual optio

Re: [GIT PULL] Kbuild updates for 4.18 (2nd round)

2018-06-13 Thread Masahiro Yamada
Hi Linus, 2018-06-14 1:03 GMT+09:00 Linus Torvalds : > On Wed, Jun 13, 2018 at 8:55 AM Linus Torvalds > wrote: >> >> On Wed, Jun 13, 2018 at 7:47 AM Masahiro Yamada >> wrote: >> > >> > Please pull more Kbuild updates. >> >> Pulled. However, I notice a few oddities. > > Oh, and one actual bug: "m

Re: [GIT PULL] Kbuild updates for 4.18 (2nd round)

2018-06-13 Thread Linus Torvalds
On Wed, Jun 13, 2018 at 9:03 AM Linus Torvalds wrote: > > This is a pretty dangerous silent change. I've merged it despite this, but I think we need to revisit the whole issue. Possibly by just renaming that option, so that people _see_ the change and get asked about it. Linus

Re: [GIT PULL] Kbuild updates for 4.18 (2nd round)

2018-06-13 Thread Linus Torvalds
On Wed, Jun 13, 2018 at 8:55 AM Linus Torvalds wrote: > > On Wed, Jun 13, 2018 at 7:47 AM Masahiro Yamada > wrote: > > > > Please pull more Kbuild updates. > > Pulled. However, I notice a few oddities. Oh, and one actual bug: "make oldconfig" doesn't work right. I used to have CONFIG_HAVE_CC

Re: [GIT PULL] Kbuild updates for 4.18 (2nd round)

2018-06-13 Thread Linus Torvalds
On Wed, Jun 13, 2018 at 7:47 AM Masahiro Yamada wrote: > > Please pull more Kbuild updates. Pulled. However, I notice a few oddities. This causes a non-clang build to have CLANG_VERSION=0 in the config file. Maybe that's intentional to simplify other expressions (ie allow "depends on CLANG

[GIT PULL] Kbuild updates for 4.18 (2nd round)

2018-06-13 Thread Masahiro Yamada
Hi Linus, Please pull more Kbuild updates. Thanks! The following changes since commit c90fca951e90ba470a3dc6087667edffcf8db21b: Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2018-06-07 10:23:33 -0700) are available in the git repository at: g