Re: [PATCH 07/20] kbuild: scripts/install.sh: allow for the version number

2021-04-07 Thread Masahiro Yamada
On Wed, Apr 7, 2021 at 10:04 PM Greg Kroah-Hartman wrote: > > On Wed, Apr 07, 2021 at 08:05:23PM +0900, Masahiro Yamada wrote: > > On Wed, Apr 7, 2021 at 2:35 PM Greg Kroah-Hartman > > wrote: > > > > > > Some architectures put the version number by default at the end of the > > > files that are

Re: [PATCH 07/20] kbuild: scripts/install.sh: allow for the version number

2021-04-07 Thread Greg Kroah-Hartman
On Wed, Apr 07, 2021 at 08:05:23PM +0900, Masahiro Yamada wrote: > On Wed, Apr 7, 2021 at 2:35 PM Greg Kroah-Hartman > wrote: > > > > Some architectures put the version number by default at the end of the > > files that are copied, so add support for this to be set by arch type. > > > > Odds are

Re: [PATCH 07/20] kbuild: scripts/install.sh: allow for the version number

2021-04-07 Thread Masahiro Yamada
On Wed, Apr 7, 2021 at 2:35 PM Greg Kroah-Hartman wrote: > > Some architectures put the version number by default at the end of the > files that are copied, so add support for this to be set by arch type. > > Odds are one day we should change this for x86, but let's not break > anyone's systems

[PATCH 07/20] kbuild: scripts/install.sh: allow for the version number

2021-04-06 Thread Greg Kroah-Hartman
Some architectures put the version number by default at the end of the files that are copied, so add support for this to be set by arch type. Odds are one day we should change this for x86, but let's not break anyone's systems just yet. Signed-off-by: Greg Kroah-Hartman --- scripts/install.sh