Re: [PATCH v2] sh: vsyscall: drop unnecessary cc-ldoption

2019-05-11 Thread Yoshinori Sato
On Thu, 09 May 2019 17:44:45 +0900, John Paul Adrian Glaubitz wrote: > > Hi Masahiro! > > On 5/9/19 9:07 AM, Masahiro Yamada wrote: > >> So, if in doubt, there are folks in Debian which can test your kernel patch > >> if you fear that it breaks something. > > > > Thanks for taking care of them i

Re: [PATCH v2] sh: vsyscall: drop unnecessary cc-ldoption

2019-05-11 Thread Yoshinori Sato
On Thu, 25 Apr 2019 03:02:21 +0900, Nick Desaulniers wrote: > > Towards the goal of removing cc-ldoption, it seems that --hash-style= > was added to binutils 2.17.50.0.2 in 2006. The minimal required version > of binutils for the kernel according to > Documentation/process/changes.rst is 2.20. >

Re: [PATCH v2] sh: vsyscall: drop unnecessary cc-ldoption

2019-05-09 Thread John Paul Adrian Glaubitz
Hi Masahiro! On 5/9/19 9:07 AM, Masahiro Yamada wrote: >> So, if in doubt, there are folks in Debian which can test your kernel patch >> if you fear that it breaks something. > > Thanks for taking care of them in Debian. > > I am talking about the sh sub-system in the kernel here. Yes, I'm awar

Re: [PATCH v2] sh: vsyscall: drop unnecessary cc-ldoption

2019-05-09 Thread Masahiro Yamada
On Thu, May 9, 2019 at 3:11 PM John Paul Adrian Glaubitz wrote: > > On 5/9/19 2:44 AM, Masahiro Yamada wrote: > > On Thu, May 9, 2019 at 5:13 AM Nick Desaulniers > > wrote: > >> > >> bumping for review, as the merge window is now open. > > > > > > sh is not very active these days. > > We're stil

Re: [PATCH v2] sh: vsyscall: drop unnecessary cc-ldoption

2019-05-08 Thread John Paul Adrian Glaubitz
On 5/9/19 2:44 AM, Masahiro Yamada wrote: > On Thu, May 9, 2019 at 5:13 AM Nick Desaulniers > wrote: >> >> bumping for review, as the merge window is now open. > > > sh is not very active these days. We're still supporting SH with an up-to-date kernel and userland in Debian, so if your patch b

Re: [PATCH v2] sh: vsyscall: drop unnecessary cc-ldoption

2019-05-08 Thread Masahiro Yamada
On Thu, May 9, 2019 at 5:13 AM Nick Desaulniers wrote: > > bumping for review, as the merge window is now open. sh is not very active these days. I applied this to my kbuild tree. I will send PR for this in the current MW. Thanks. > On Tue, Apr 30, 2019 at 1:26 PM Nick Desaulniers > wrote:

Re: [PATCH v2] sh: vsyscall: drop unnecessary cc-ldoption

2019-05-08 Thread Nick Desaulniers
bumping for review, as the merge window is now open. On Tue, Apr 30, 2019 at 1:26 PM Nick Desaulniers wrote: > > On Wed, Apr 24, 2019 at 11:02 AM Nick Desaulniers > wrote: > > > > Towards the goal of removing cc-ldoption, it seems that --hash-style= > > was added to binutils 2.17.50.0.2 in 2006.

Re: [PATCH v2] sh: vsyscall: drop unnecessary cc-ldoption

2019-04-30 Thread Nick Desaulniers
On Wed, Apr 24, 2019 at 11:02 AM Nick Desaulniers wrote: > > Towards the goal of removing cc-ldoption, it seems that --hash-style= > was added to binutils 2.17.50.0.2 in 2006. The minimal required version > of binutils for the kernel according to > Documentation/process/changes.rst is 2.20. > > Li

[PATCH v2] sh: vsyscall: drop unnecessary cc-ldoption

2019-04-24 Thread Nick Desaulniers
Towards the goal of removing cc-ldoption, it seems that --hash-style= was added to binutils 2.17.50.0.2 in 2006. The minimal required version of binutils for the kernel according to Documentation/process/changes.rst is 2.20. Link: https://gcc.gnu.org/ml/gcc/2007-01/msg01141.html Cc: clang-built-li