Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-24 Thread Andy Lutomirski
On Tue, Jun 24, 2014 at 11:43 AM, H. Peter Anvin wrote: > On 06/24/2014 11:37 AM, Andy Lutomirski wrote: >>> >>> diff --git a/arch/x86/vdso/vdso2c.h b/arch/x86/vdso/vdso2c.h >>> index f42e2ddc663d..94158e100f26 100644 >>> --- a/arch/x86/vdso/vdso2c.h >>> +++ b/arch/x86/vdso/vdso2c.h >>> @@ -99,8

Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-24 Thread H. Peter Anvin
On 06/24/2014 11:29 AM, H. Peter Anvin wrote: > > Hi Ingo, > > Could you try this with the attached patch? > Nevermind, not useful... -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-24 Thread H. Peter Anvin
On 06/24/2014 11:37 AM, Andy Lutomirski wrote: >> >> diff --git a/arch/x86/vdso/vdso2c.h b/arch/x86/vdso/vdso2c.h >> index f42e2ddc663d..94158e100f26 100644 >> --- a/arch/x86/vdso/vdso2c.h >> +++ b/arch/x86/vdso/vdso2c.h >> @@ -99,8 +99,9 @@ static void BITSFUNC(copy_section)(struct >>

Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-24 Thread Andy Lutomirski
On Tue, Jun 24, 2014 at 11:26 AM, H. Peter Anvin wrote: > On 06/24/2014 11:19 AM, Andy Lutomirski wrote: One of the recent x86/urgent vdso commits causes this build failure: Error: too many copied sections (max = 13) >>> >>> I can't reproduce this with your config, which

Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-24 Thread H. Peter Anvin
On 06/22/2014 01:47 AM, Ingo Molnar wrote: > > * tip-bot for Andy Lutomirski wrote: > >> Commit-ID: 5f56e7167e6d438324fcba87018255d81e201383 >> Gitweb: >> http://git.kernel.org/tip/5f56e7167e6d438324fcba87018255d81e201383 >> Author: Andy Lutomirski >> AuthorDate: Wed, 18 Jun 2014

Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-24 Thread H. Peter Anvin
On 06/24/2014 11:19 AM, Andy Lutomirski wrote: >>> >>> One of the recent x86/urgent vdso commits causes this build failure: >>> >>> Error: too many copied sections (max = 13) >> >> I can't reproduce this with your config, which suggestes a binutils >> issue, which is annoying. Can you tell me

Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-24 Thread Andy Lutomirski
On Sun, Jun 22, 2014 at 9:59 AM, Andy Lutomirski wrote: > On Sun, Jun 22, 2014 at 1:47 AM, Ingo Molnar wrote: >> >> * tip-bot for Andy Lutomirski wrote: >> >>> Commit-ID: 5f56e7167e6d438324fcba87018255d81e201383 >>> Gitweb: >>>

Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-24 Thread Andy Lutomirski
On Sun, Jun 22, 2014 at 9:59 AM, Andy Lutomirski l...@amacapital.net wrote: On Sun, Jun 22, 2014 at 1:47 AM, Ingo Molnar mi...@kernel.org wrote: * tip-bot for Andy Lutomirski tip...@zytor.com wrote: Commit-ID: 5f56e7167e6d438324fcba87018255d81e201383 Gitweb:

Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-24 Thread H. Peter Anvin
On 06/24/2014 11:19 AM, Andy Lutomirski wrote: One of the recent x86/urgent vdso commits causes this build failure: Error: too many copied sections (max = 13) I can't reproduce this with your config, which suggestes a binutils issue, which is annoying. Can you tell me what version of ld

Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-24 Thread H. Peter Anvin
On 06/22/2014 01:47 AM, Ingo Molnar wrote: * tip-bot for Andy Lutomirski tip...@zytor.com wrote: Commit-ID: 5f56e7167e6d438324fcba87018255d81e201383 Gitweb: http://git.kernel.org/tip/5f56e7167e6d438324fcba87018255d81e201383 Author: Andy Lutomirski l...@amacapital.net

Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-24 Thread Andy Lutomirski
On Tue, Jun 24, 2014 at 11:26 AM, H. Peter Anvin h...@zytor.com wrote: On 06/24/2014 11:19 AM, Andy Lutomirski wrote: One of the recent x86/urgent vdso commits causes this build failure: Error: too many copied sections (max = 13) I can't reproduce this with your config, which suggestes a

Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-24 Thread H. Peter Anvin
On 06/24/2014 11:37 AM, Andy Lutomirski wrote: diff --git a/arch/x86/vdso/vdso2c.h b/arch/x86/vdso/vdso2c.h index f42e2ddc663d..94158e100f26 100644 --- a/arch/x86/vdso/vdso2c.h +++ b/arch/x86/vdso/vdso2c.h @@ -99,8 +99,9 @@ static void BITSFUNC(copy_section)(struct BITSFUNC(fake_sections)

Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-24 Thread H. Peter Anvin
On 06/24/2014 11:29 AM, H. Peter Anvin wrote: Hi Ingo, Could you try this with the attached patch? Nevermind, not useful... -hpa -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-24 Thread Andy Lutomirski
On Tue, Jun 24, 2014 at 11:43 AM, H. Peter Anvin h...@zytor.com wrote: On 06/24/2014 11:37 AM, Andy Lutomirski wrote: diff --git a/arch/x86/vdso/vdso2c.h b/arch/x86/vdso/vdso2c.h index f42e2ddc663d..94158e100f26 100644 --- a/arch/x86/vdso/vdso2c.h +++ b/arch/x86/vdso/vdso2c.h @@ -99,8 +99,9

Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-22 Thread Andy Lutomirski
On Sun, Jun 22, 2014 at 1:47 AM, Ingo Molnar wrote: > > * tip-bot for Andy Lutomirski wrote: > >> Commit-ID: 5f56e7167e6d438324fcba87018255d81e201383 >> Gitweb: >> http://git.kernel.org/tip/5f56e7167e6d438324fcba87018255d81e201383 >> Author: Andy Lutomirski >> AuthorDate: Wed, 18 Jun

Re: [tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-22 Thread Andy Lutomirski
On Sun, Jun 22, 2014 at 1:47 AM, Ingo Molnar mi...@kernel.org wrote: * tip-bot for Andy Lutomirski tip...@zytor.com wrote: Commit-ID: 5f56e7167e6d438324fcba87018255d81e201383 Gitweb: http://git.kernel.org/tip/5f56e7167e6d438324fcba87018255d81e201383 Author: Andy Lutomirski

[tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-20 Thread tip-bot for Andy Lutomirski
Commit-ID: 5f56e7167e6d438324fcba87018255d81e201383 Gitweb: http://git.kernel.org/tip/5f56e7167e6d438324fcba87018255d81e201383 Author: Andy Lutomirski AuthorDate: Wed, 18 Jun 2014 15:59:46 -0700 Committer: H. Peter Anvin CommitDate: Thu, 19 Jun 2014 15:44:51 -0700 x86/vdso: Discard

[tip:x86/urgent] x86/vdso: Discard the __bug_table section

2014-06-20 Thread tip-bot for Andy Lutomirski
Commit-ID: 5f56e7167e6d438324fcba87018255d81e201383 Gitweb: http://git.kernel.org/tip/5f56e7167e6d438324fcba87018255d81e201383 Author: Andy Lutomirski l...@amacapital.net AuthorDate: Wed, 18 Jun 2014 15:59:46 -0700 Committer: H. Peter Anvin h...@linux.intel.com CommitDate: Thu, 19 Jun