Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1210081 > unrolled thread

Re: Ping Re: [PATCH 0/8] math-emu: Update kernel math-emu code from current glibc soft-fp

Started byMichael Ellerman <mpe@ellerman.id.au>
First post2015-08-20 01:30 +0200
Last post2015-08-28 05:40 +0200
Articles 7 — 5 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Ping Re: [PATCH 0/8] math-emu: Update kernel math-emu code from  current glibc soft-fp Michael Ellerman <mpe@ellerman.id.au> - 2015-08-20 01:30 +0200
    Re: Ping Re: [PATCH 0/8] math-emu: Update kernel math-emu code from  current glibc soft-fp Joseph Myers <joseph@codesourcery.com> - 2015-08-26 16:50 +0200
      Re: Ping Re: [PATCH 0/8] math-emu: Update kernel math-emu code from  current glibc soft-fp Geert Uytterhoeven <geert@linux-m68k.org> - 2015-08-26 16:50 +0200
      Re: Ping Re: [PATCH 0/8] math-emu: Update kernel math-emu code from  current glibc soft-fp Richard Henderson <rth@twiddle.net> - 2015-08-26 21:50 +0200
      Re: Ping Re: [PATCH 0/8] math-emu: Update kernel math-emu code from  current glibc soft-fp Michael Ellerman <mpe@ellerman.id.au> - 2015-08-27 05:20 +0200
        Re: Ping Re: [PATCH 0/8] math-emu: Update kernel math-emu code from  current glibc soft-fp Martin Schwidefsky <schwidefsky@de.ibm.com> - 2015-08-27 13:40 +0200
          Re: Ping Re: [PATCH 0/8] math-emu: Update kernel math-emu code from  current glibc soft-fp Michael Ellerman <mpe@ellerman.id.au> - 2015-08-28 05:40 +0200

#1210081 — Re: Ping Re: [PATCH 0/8] math-emu: Update kernel math-emu code from current glibc soft-fp

FromMichael Ellerman <mpe@ellerman.id.au>
Date2015-08-20 01:30 +0200
SubjectRe: Ping Re: [PATCH 0/8] math-emu: Update kernel math-emu code from current glibc soft-fp
Message-ID<pZkXU-3Qu-15@gated-at.bofh.it>
On Wed, 2015-08-19 at 14:39 +0000, Joseph Myers wrote:
> I'd like to ping this patch series, not having seen any comments on it.
> 
> [PATCH 0/8] math-emu: Update kernel math-emu code from current glibc soft-fp
> https://lkml.org/lkml/2015/7/2/394
> 
> [PATCH 1/8] math-emu: Move math-emu to math-emu-old
> https://lkml.org/lkml/2015/7/2/395
> 
> [PATCH 2/8] math-emu: Import current glibc soft-fp as include/math-emu
> https://lkml.org/lkml/2015/7/2/398
> 
> [PATCH 3/8] alpha/math-emu: Move alpha from math-emu-old to math-emu
> https://lkml.org/lkml/2015/7/2/399
> 
> [PATCH 4/8] powerpc/math-emu: Move powerpc from math-emu-old to math-emu
> https://lkml.org/lkml/2015/7/2/400
> 
> [PATCH 5/8] s390/math-emu: Move s390 from math-emu-old to math-emu
> https://lkml.org/lkml/2015/7/2/401
> 
> [PATCH 6/8] sh/math-emu: Move sh from math-emu-old to math-emu
> https://lkml.org/lkml/2015/7/2/402
> 
> [PATCH 7/8] sparc/math-emu: Move sparc from math-emu-old to math-emu
> https://lkml.org/lkml/2015/7/2/404
> 
> [PATCH 8/8] math-emu: Remove math-emu-old
> https://lkml.org/lkml/2015/7/2/405
> 
> As noted in patch 0, the dependencies are as follows: patch 2 depends on 
> patch 1, patches 3-7 depend on patches 1 and 2 but are independent of each 
> other, patch 8 depends on all the other patches.

Hi Joseph,

I have done some testing on powerpc, and it seems good.

I'm reluctant to proceed with merging them though until we've heard at least
*something* from the other maintainers.

We don't want to end up with math-emu-old hanging around for ever.

cheers


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1213934

FromJoseph Myers <joseph@codesourcery.com>
Date2015-08-26 16:50 +0200
Message-ID<q1Kbv-fe-11@gated-at.bofh.it>
In reply to#1210081
On Thu, 20 Aug 2015, Michael Ellerman wrote:

> On Wed, 2015-08-19 at 14:39 +0000, Joseph Myers wrote:
> > I'd like to ping this patch series, not having seen any comments on it.
> > 
> > [PATCH 0/8] math-emu: Update kernel math-emu code from current glibc soft-fp
> > https://lkml.org/lkml/2015/7/2/394
> > 
> > [PATCH 1/8] math-emu: Move math-emu to math-emu-old
> > https://lkml.org/lkml/2015/7/2/395
> > 
> > [PATCH 2/8] math-emu: Import current glibc soft-fp as include/math-emu
> > https://lkml.org/lkml/2015/7/2/398
> > 
> > [PATCH 3/8] alpha/math-emu: Move alpha from math-emu-old to math-emu
> > https://lkml.org/lkml/2015/7/2/399
> > 
> > [PATCH 4/8] powerpc/math-emu: Move powerpc from math-emu-old to math-emu
> > https://lkml.org/lkml/2015/7/2/400
> > 
> > [PATCH 5/8] s390/math-emu: Move s390 from math-emu-old to math-emu
> > https://lkml.org/lkml/2015/7/2/401
> > 
> > [PATCH 6/8] sh/math-emu: Move sh from math-emu-old to math-emu
> > https://lkml.org/lkml/2015/7/2/402
> > 
> > [PATCH 7/8] sparc/math-emu: Move sparc from math-emu-old to math-emu
> > https://lkml.org/lkml/2015/7/2/404
> > 
> > [PATCH 8/8] math-emu: Remove math-emu-old
> > https://lkml.org/lkml/2015/7/2/405
> > 
> > As noted in patch 0, the dependencies are as follows: patch 2 depends on 
> > patch 1, patches 3-7 depend on patches 1 and 2 but are independent of each 
> > other, patch 8 depends on all the other patches.
> 
> Hi Joseph,
> 
> I have done some testing on powerpc, and it seems good.
> 
> I'm reluctant to proceed with merging them though until we've heard at least
> *something* from the other maintainers.

Ping again for the other-architecture maintainers (alpha, s390, sh, 
sparc)....

-- 
Joseph S. Myers
joseph@codesourcery.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1213938

FromGeert Uytterhoeven <geert@linux-m68k.org>
Date2015-08-26 16:50 +0200
Message-ID<q1Kbw-fe-29@gated-at.bofh.it>
In reply to#1213934
On Wed, Aug 26, 2015 at 4:44 PM, Joseph Myers <joseph@codesourcery.com> wrote:
> Ping again for the other-architecture maintainers (alpha, s390, sh,
> sparc)....

sh is orphaned, cfr. MAINTAINERS.

Perhaps the J2/J4 people are interested in maintainership?

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1214153

FromRichard Henderson <rth@twiddle.net>
Date2015-08-26 21:50 +0200
Message-ID<q1ORP-6Zw-9@gated-at.bofh.it>
In reply to#1213934
On 08/26/2015 07:44 AM, Joseph Myers wrote:
> On Thu, 20 Aug 2015, Michael Ellerman wrote:
>
>> On Wed, 2015-08-19 at 14:39 +0000, Joseph Myers wrote:
>>> I'd like to ping this patch series, not having seen any comments on it.
>>>
>>> [PATCH 0/8] math-emu: Update kernel math-emu code from current glibc soft-fp
>>> https://lkml.org/lkml/2015/7/2/394
>>>
>>> [PATCH 1/8] math-emu: Move math-emu to math-emu-old
>>> https://lkml.org/lkml/2015/7/2/395
>>>
>>> [PATCH 2/8] math-emu: Import current glibc soft-fp as include/math-emu
>>> https://lkml.org/lkml/2015/7/2/398
>>>
>>> [PATCH 3/8] alpha/math-emu: Move alpha from math-emu-old to math-emu
>>> https://lkml.org/lkml/2015/7/2/399
>>>
>>> [PATCH 4/8] powerpc/math-emu: Move powerpc from math-emu-old to math-emu
>>> https://lkml.org/lkml/2015/7/2/400
>>>
>>> [PATCH 5/8] s390/math-emu: Move s390 from math-emu-old to math-emu
>>> https://lkml.org/lkml/2015/7/2/401
>>>
>>> [PATCH 6/8] sh/math-emu: Move sh from math-emu-old to math-emu
>>> https://lkml.org/lkml/2015/7/2/402
>>>
>>> [PATCH 7/8] sparc/math-emu: Move sparc from math-emu-old to math-emu
>>> https://lkml.org/lkml/2015/7/2/404
>>>
>>> [PATCH 8/8] math-emu: Remove math-emu-old
>>> https://lkml.org/lkml/2015/7/2/405
>>>
>>> As noted in patch 0, the dependencies are as follows: patch 2 depends on
>>> patch 1, patches 3-7 depend on patches 1 and 2 but are independent of each
>>> other, patch 8 depends on all the other patches.
>>
>> Hi Joseph,
>>
>> I have done some testing on powerpc, and it seems good.
>>
>> I'm reluctant to proceed with merging them though until we've heard at least
>> *something* from the other maintainers.
>
> Ping again for the other-architecture maintainers (alpha, s390, sh,
> sparc)....
>

I thought I already gave an

Acked-by: Richard Henderson <rth@twiddle.net>

for the alpha patches.


r~
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1214300

FromMichael Ellerman <mpe@ellerman.id.au>
Date2015-08-27 05:20 +0200
Message-ID<q1VTj-sg-3@gated-at.bofh.it>
In reply to#1213934
On Wed, 2015-08-26 at 14:44 +0000, Joseph Myers wrote:
> On Thu, 20 Aug 2015, Michael Ellerman wrote:
> 
> > On Wed, 2015-08-19 at 14:39 +0000, Joseph Myers wrote:
> > > I'd like to ping this patch series, not having seen any comments on it.
> > > 
> > > [PATCH 0/8] math-emu: Update kernel math-emu code from current glibc soft-fp
> > > https://lkml.org/lkml/2015/7/2/394
> > > 
> > > [PATCH 1/8] math-emu: Move math-emu to math-emu-old
> > > https://lkml.org/lkml/2015/7/2/395
> > > 
> > > [PATCH 2/8] math-emu: Import current glibc soft-fp as include/math-emu
> > > https://lkml.org/lkml/2015/7/2/398
> > > 
> > > [PATCH 3/8] alpha/math-emu: Move alpha from math-emu-old to math-emu
> > > https://lkml.org/lkml/2015/7/2/399
> > > 
> > > [PATCH 4/8] powerpc/math-emu: Move powerpc from math-emu-old to math-emu
> > > https://lkml.org/lkml/2015/7/2/400
> > > 
> > > [PATCH 5/8] s390/math-emu: Move s390 from math-emu-old to math-emu
> > > https://lkml.org/lkml/2015/7/2/401
> > > 
> > > [PATCH 6/8] sh/math-emu: Move sh from math-emu-old to math-emu
> > > https://lkml.org/lkml/2015/7/2/402
> > > 
> > > [PATCH 7/8] sparc/math-emu: Move sparc from math-emu-old to math-emu
> > > https://lkml.org/lkml/2015/7/2/404
> > > 
> > > [PATCH 8/8] math-emu: Remove math-emu-old
> > > https://lkml.org/lkml/2015/7/2/405
> > > 
> > > As noted in patch 0, the dependencies are as follows: patch 2 depends on 
> > > patch 1, patches 3-7 depend on patches 1 and 2 but are independent of each 
> > > other, patch 8 depends on all the other patches.
> > 
> > Hi Joseph,
> > 
> > I have done some testing on powerpc, and it seems good.
> > 
> > I'm reluctant to proceed with merging them though until we've heard at least
> > *something* from the other maintainers.
> 
> Ping again for the other-architecture maintainers (alpha, s390, sh, 
> sparc)....


OK I've put this whole series in a branch with the acks we have so far.

I'll ask Stephen to put it in linux-next once 4.3-rc1 is out, and I'll ask
Linus to pull it for 4.4

I haven't published the branch yet, so if the s390 and sparc maintainers want
to send me acks I'll rebase and add them.

cheers



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1214485

FromMartin Schwidefsky <schwidefsky@de.ibm.com>
Date2015-08-27 13:40 +0200
Message-ID<q23Hc-3ca-13@gated-at.bofh.it>
In reply to#1214300
On Thu, 27 Aug 2015 13:12:05 +1000
Michael Ellerman <mpe@ellerman.id.au> wrote:

> On Wed, 2015-08-26 at 14:44 +0000, Joseph Myers wrote:
> > On Thu, 20 Aug 2015, Michael Ellerman wrote:
> > 
> > > On Wed, 2015-08-19 at 14:39 +0000, Joseph Myers wrote:
> > > > I'd like to ping this patch series, not having seen any comments on it.
> > > > 
> > > > [PATCH 0/8] math-emu: Update kernel math-emu code from current glibc soft-fp
> > > > https://lkml.org/lkml/2015/7/2/394
> > > > 
> > > > [PATCH 1/8] math-emu: Move math-emu to math-emu-old
> > > > https://lkml.org/lkml/2015/7/2/395
> > > > 
> > > > [PATCH 2/8] math-emu: Import current glibc soft-fp as include/math-emu
> > > > https://lkml.org/lkml/2015/7/2/398
> > > > 
> > > > [PATCH 3/8] alpha/math-emu: Move alpha from math-emu-old to math-emu
> > > > https://lkml.org/lkml/2015/7/2/399
> > > > 
> > > > [PATCH 4/8] powerpc/math-emu: Move powerpc from math-emu-old to math-emu
> > > > https://lkml.org/lkml/2015/7/2/400
> > > > 
> > > > [PATCH 5/8] s390/math-emu: Move s390 from math-emu-old to math-emu
> > > > https://lkml.org/lkml/2015/7/2/401
> > > > 
> > > > [PATCH 6/8] sh/math-emu: Move sh from math-emu-old to math-emu
> > > > https://lkml.org/lkml/2015/7/2/402
> > > > 
> > > > [PATCH 7/8] sparc/math-emu: Move sparc from math-emu-old to math-emu
> > > > https://lkml.org/lkml/2015/7/2/404
> > > > 
> > > > [PATCH 8/8] math-emu: Remove math-emu-old
> > > > https://lkml.org/lkml/2015/7/2/405
> > > > 
> > > > As noted in patch 0, the dependencies are as follows: patch 2 depends on 
> > > > patch 1, patches 3-7 depend on patches 1 and 2 but are independent of each 
> > > > other, patch 8 depends on all the other patches.
> > > 
> > > Hi Joseph,
> > > 
> > > I have done some testing on powerpc, and it seems good.
> > > 
> > > I'm reluctant to proceed with merging them though until we've heard at least
> > > *something* from the other maintainers.
> > 
> > Ping again for the other-architecture maintainers (alpha, s390, sh, 
> > sparc)....
> 
> 
> OK I've put this whole series in a branch with the acks we have so far.
> 
> I'll ask Stephen to put it in linux-next once 4.3-rc1 is out, and I'll ask
> Linus to pull it for 4.4
> 
> I haven't published the branch yet, so if the s390 and sparc maintainers want
> to send me acks I'll rebase and add them.
> 

For the s390 parts:
Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com> 


-- 
blue skies,
   Martin.

"Reality continues to ruin my life." - Calvin.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1215078

FromMichael Ellerman <mpe@ellerman.id.au>
Date2015-08-28 05:40 +0200
Message-ID<q2iGd-82n-5@gated-at.bofh.it>
In reply to#1214485
On Thu, 2015-08-27 at 13:31 +0200, Martin Schwidefsky wrote:
> On Thu, 27 Aug 2015 13:12:05 +1000
> Michael Ellerman <mpe@ellerman.id.au> wrote:
> > On Wed, 2015-08-26 at 14:44 +0000, Joseph Myers wrote:
> > > On Thu, 20 Aug 2015, Michael Ellerman wrote:
> > > > I'm reluctant to proceed with merging them though until we've heard at least
> > > > *something* from the other maintainers.
> > > 
> > > Ping again for the other-architecture maintainers (alpha, s390, sh, 
> > > sparc)....
> > 
> > OK I've put this whole series in a branch with the acks we have so far.
> > 
> > I'll ask Stephen to put it in linux-next once 4.3-rc1 is out, and I'll ask
> > Linus to pull it for 4.4
> > 
> > I haven't published the branch yet, so if the s390 and sparc maintainers want
> > to send me acks I'll rebase and add them.
> 
> For the s390 parts:
> Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

Thanks.

So we're just waiting on davem for an ack for arch/sparc :D

cheers


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web