Re: [PATCH v2] uselib: default depending if libc5 was used

2015-12-01 Thread Josh Triplett
On Tue, Dec 01, 2015 at 02:35:24PM +0200, Riku Voipio wrote: > On 1 December 2015 at 10:46, Geert Uytterhoeven wrote: > > On Tue, Dec 1, 2015 at 1:31 AM, Andrew Morton > > wrote: > >> On Fri, 27 Nov 2015 12:07:10 -0800 Josh Triplett > >> wrote: > >>> IA32_EMULATION depends on X86_64, so

Re: [PATCH v2] uselib: default depending if libc5 was used

2015-12-01 Thread Riku Voipio
On 1 December 2015 at 10:46, Geert Uytterhoeven wrote: > On Tue, Dec 1, 2015 at 1:31 AM, Andrew Morton > wrote: >> On Fri, 27 Nov 2015 12:07:10 -0800 Josh Triplett >> wrote: >>> IA32_EMULATION depends on X86_64, so doesn't that reduce to: >>> def_bool ALPHA || M68K || SPARC || X86_32 ||

Re: [PATCH v2] uselib: default depending if libc5 was used

2015-12-01 Thread Geert Uytterhoeven
Hi Andrew, On Tue, Dec 1, 2015 at 1:31 AM, Andrew Morton wrote: > On Fri, 27 Nov 2015 12:07:10 -0800 Josh Triplett > wrote: >> On Fri, Nov 27, 2015 at 01:14:20PM +0200, Riku Voipio wrote: >> > uselib hasn't been used since libc5; glibc does not use it. >> > Deprecate uselib a bit more, by

Re: [PATCH v2] uselib: default depending if libc5 was used

2015-12-01 Thread Geert Uytterhoeven
Hi Andrew, On Tue, Dec 1, 2015 at 1:31 AM, Andrew Morton wrote: > On Fri, 27 Nov 2015 12:07:10 -0800 Josh Triplett > wrote: >> On Fri, Nov 27, 2015 at 01:14:20PM +0200, Riku Voipio wrote: >> > uselib hasn't been used since libc5; glibc does not

Re: [PATCH v2] uselib: default depending if libc5 was used

2015-12-01 Thread Riku Voipio
On 1 December 2015 at 10:46, Geert Uytterhoeven wrote: > On Tue, Dec 1, 2015 at 1:31 AM, Andrew Morton > wrote: >> On Fri, 27 Nov 2015 12:07:10 -0800 Josh Triplett >> wrote: >>> IA32_EMULATION depends on X86_64, so

Re: [PATCH v2] uselib: default depending if libc5 was used

2015-12-01 Thread Josh Triplett
On Tue, Dec 01, 2015 at 02:35:24PM +0200, Riku Voipio wrote: > On 1 December 2015 at 10:46, Geert Uytterhoeven wrote: > > On Tue, Dec 1, 2015 at 1:31 AM, Andrew Morton > > wrote: > >> On Fri, 27 Nov 2015 12:07:10 -0800 Josh Triplett

Re: [PATCH v2] uselib: default depending if libc5 was used

2015-11-30 Thread Josh Triplett
On Mon, Nov 30, 2015 at 04:31:29PM -0800, Andrew Morton wrote: > On Fri, 27 Nov 2015 12:07:10 -0800 Josh Triplett > wrote: > > > On Fri, Nov 27, 2015 at 01:14:20PM +0200, Riku Voipio wrote: > > > uselib hasn't been used since libc5; glibc does not use it. > > > Deprecate uselib a bit more, by

Re: [PATCH v2] uselib: default depending if libc5 was used

2015-11-30 Thread Andrew Morton
On Fri, 27 Nov 2015 12:07:10 -0800 Josh Triplett wrote: > On Fri, Nov 27, 2015 at 01:14:20PM +0200, Riku Voipio wrote: > > uselib hasn't been used since libc5; glibc does not use it. > > Deprecate uselib a bit more, by making the default y only > > if libc5 was widely used on the plaform. > > >

Re: [PATCH v2] uselib: default depending if libc5 was used

2015-11-30 Thread Josh Triplett
On Mon, Nov 30, 2015 at 04:31:29PM -0800, Andrew Morton wrote: > On Fri, 27 Nov 2015 12:07:10 -0800 Josh Triplett > wrote: > > > On Fri, Nov 27, 2015 at 01:14:20PM +0200, Riku Voipio wrote: > > > uselib hasn't been used since libc5; glibc does not use it. > > > Deprecate

Re: [PATCH v2] uselib: default depending if libc5 was used

2015-11-30 Thread Andrew Morton
On Fri, 27 Nov 2015 12:07:10 -0800 Josh Triplett wrote: > On Fri, Nov 27, 2015 at 01:14:20PM +0200, Riku Voipio wrote: > > uselib hasn't been used since libc5; glibc does not use it. > > Deprecate uselib a bit more, by making the default y only > > if libc5 was widely used

Re: [PATCH v2] uselib: default depending if libc5 was used

2015-11-27 Thread Josh Triplett
On Fri, Nov 27, 2015 at 01:14:20PM +0200, Riku Voipio wrote: > uselib hasn't been used since libc5; glibc does not use it. > Deprecate uselib a bit more, by making the default y only > if libc5 was widely used on the plaform. > > This makes arm64 kernel built with defconfig slighly smaller > >

[PATCH v2] uselib: default depending if libc5 was used

2015-11-27 Thread Riku Voipio
uselib hasn't been used since libc5; glibc does not use it. Deprecate uselib a bit more, by making the default y only if libc5 was widely used on the plaform. This makes arm64 kernel built with defconfig slighly smaller bloat-o-meter: add/remove: 0/3 grow/shrink: 0/2 up/down: 0/-1390 (-1390)

[PATCH v2] uselib: default depending if libc5 was used

2015-11-27 Thread Riku Voipio
uselib hasn't been used since libc5; glibc does not use it. Deprecate uselib a bit more, by making the default y only if libc5 was widely used on the plaform. This makes arm64 kernel built with defconfig slighly smaller bloat-o-meter: add/remove: 0/3 grow/shrink: 0/2 up/down: 0/-1390 (-1390)

Re: [PATCH v2] uselib: default depending if libc5 was used

2015-11-27 Thread Josh Triplett
On Fri, Nov 27, 2015 at 01:14:20PM +0200, Riku Voipio wrote: > uselib hasn't been used since libc5; glibc does not use it. > Deprecate uselib a bit more, by making the default y only > if libc5 was widely used on the plaform. > > This makes arm64 kernel built with defconfig slighly smaller > >