Re: [PATCH 12/20] kbuild: m68k: use common install script

2021-04-08 Thread Kees Cook
On Wed, Apr 07, 2021 at 07:34:11AM +0200, Greg Kroah-Hartman wrote: > The common scripts/install.sh script will now work for m68k, all that > is needed is to add it to the list of arches that do not put the version > number in the installed file name. > > With that we can remove the m68k-only vers

Re: [PATCH 12/20] kbuild: m68k: use common install script

2021-04-07 Thread Geert Uytterhoeven
Hi Greg, On Wed, Apr 7, 2021 at 7:35 AM Greg Kroah-Hartman wrote: > The common scripts/install.sh script will now work for m68k, all that > is needed is to add it to the list of arches that do not put the version > number in the installed file name. > > With that we can remove the m68k-only versi

[PATCH 12/20] kbuild: m68k: use common install script

2021-04-06 Thread Greg Kroah-Hartman
The common scripts/install.sh script will now work for m68k, all that is needed is to add it to the list of arches that do not put the version number in the installed file name. With that we can remove the m68k-only version of the install script. Cc: Geert Uytterhoeven Cc: linux-m...@lists.linux