* Re: [linuxppc-dev] Patch notification: 1 patch updated [not found] <20200203010001.21489.11114@bilbo.ozlabs.org> @ 2020-02-03 6:21 ` Christophe Leroy 2020-02-03 10:51 ` Segher Boessenkool 0 siblings, 1 reply; 4+ messages in thread From: Christophe Leroy @ 2020-02-03 6:21 UTC (permalink / raw) To: Michael Ellerman; +Cc: linuxppc-dev@lists.ozlabs.org Le 03/02/2020 à 02:00, Patchwork a écrit : > Hello, > > The following patch (submitted by you) has been updated in Patchwork: > > * linuxppc-dev: powerpc/nohash: Don't flush all TLBs when flushing one page > - http://patchwork.ozlabs.org/patch/1231983/ > - for: Linux PPC development > was: New > now: Superseded Superseded ? By what ? I sent a v2 for book3s/32, but this one is for nohash. Christophe ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linuxppc-dev] Patch notification: 1 patch updated 2020-02-03 6:21 ` [linuxppc-dev] Patch notification: 1 patch updated Christophe Leroy @ 2020-02-03 10:51 ` Segher Boessenkool 0 siblings, 0 replies; 4+ messages in thread From: Segher Boessenkool @ 2020-02-03 10:51 UTC (permalink / raw) To: Christophe Leroy; +Cc: linuxppc-dev@lists.ozlabs.org On Mon, Feb 03, 2020 at 07:21:52AM +0100, Christophe Leroy wrote: > Le 03/02/2020 à 02:00, Patchwork a écrit : > >The following patch (submitted by you) has been updated in Patchwork: > > > > * linuxppc-dev: powerpc/nohash: Don't flush all TLBs when flushing one > > page > > - http://patchwork.ozlabs.org/patch/1231983/ > > - for: Linux PPC development > > was: New > > now: Superseded > > Superseded ? By what ? > > I sent a v2 for book3s/32, but this one is for nohash. Other than the prefix, those patches have an identical subject. It looks like something automated (maybe Michael himself ;-) ) was confused by that :-) Segher ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20170407121001.12571.87508@ozlabs.org>]
* Re: [linuxppc-dev] Patch notification: 1 patch updated [not found] <20170407121001.12571.87508@ozlabs.org> @ 2017-04-12 15:22 ` Christophe LEROY 2017-04-13 11:28 ` Michael Ellerman 0 siblings, 1 reply; 4+ messages in thread From: Christophe LEROY @ 2017-04-12 15:22 UTC (permalink / raw) To: Michael Ellerman, Scott Wood; +Cc: linuxppc-dev@lists.ozlabs.org, David Miller Hello Michael and Scott, I see that the status of the below patch has been changed to 'Not Applicable' in the linuxppc-dev Patchwork. About this serie, David S. Miller said: Sujet : Re: [PATCH 0/2] get rid of immrbar_virt_to_phys() Date : Wed, 08 Feb 2017 13:17:32 -0500 (EST) De : David Miller <davem@davemloft.net> Pour : christophe.leroy@c-s.fr Copie à : leoli@freescale.com, qiang.zhao@nxp.com, oss@buserror.net, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org From: Christophe Leroy <christophe.leroy@c-s.fr> Date: Tue, 7 Feb 2017 10:05:07 +0100 (CET) > ucc_geth ethernet driver is the only driver using immrbar_virt_to_phys() and it uses it incorrectly. > > This patch fixes ucc_geth driver then removes immrbar_virt_to_phys() Feel free to merge this via whatever tree handles that SOC fsl driver. Acked-by: David S. Miller <davem@davemloft.net> Therefore, who is going to commit this patch ? Regards Christophe Le 07/04/2017 à 14:10, Patchwork a écrit : > Hello, > > The following patch (submitted by you) has been updated in patchwork: > > * linuxppc-dev: [1/2] net: ethernet: ucc_geth: fix MEM_PART_MURAM mode > - http://patchwork.ozlabs.org/patch/725043/ > - for: Linux PPC development > was: New > now: Not Applicable > > This email is a notification only - you do not need to respond. > > Happy patchworking. > > -- > > This is an automated mail sent by the patchwork system at > patchwork.ozlabs.org. To stop receiving these notifications, edit > your mail settings at: > http://patchwork.ozlabs.org/mail/ > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linuxppc-dev] Patch notification: 1 patch updated 2017-04-12 15:22 ` Christophe LEROY @ 2017-04-13 11:28 ` Michael Ellerman 0 siblings, 0 replies; 4+ messages in thread From: Michael Ellerman @ 2017-04-13 11:28 UTC (permalink / raw) To: Christophe LEROY, Scott Wood; +Cc: linuxppc-dev@lists.ozlabs.org, David Miller Christophe LEROY <christophe.leroy@c-s.fr> writes: > Hello Michael and Scott, > > I see that the status of the below patch has been changed to 'Not=20 > Applicable' in the linuxppc-dev Patchwork. > > About this serie, David S. Miller said: > > Sujet : Re: [PATCH 0/2] get rid of immrbar_virt_to_phys() > Date : Wed, 08 Feb 2017 13:17:32 -0500 (EST) > De : David Miller <davem@davemloft.net> > Pour : christophe.leroy@c-s.fr > Copie =C3=A0 : leoli@freescale.com, qiang.zhao@nxp.com, oss@buserror.net,= =20 > linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,=20 > netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org > > From: Christophe Leroy <christophe.leroy@c-s.fr> > Date: Tue, 7 Feb 2017 10:05:07 +0100 (CET) > > > ucc_geth ethernet driver is the only driver using=20 > immrbar_virt_to_phys() and it uses it incorrectly. > > > > This patch fixes ucc_geth driver then removes immrbar_virt_to_phys() > > Feel free to merge this via whatever tree handles that SOC fsl driver. > > Acked-by: David S. Miller <davem@davemloft.net> > > Therefore, who is going to commit this patch ? Sorry my bad, I tend to mark all "net:" patches as not applicable because Dave nearly always takes them. But I'll put this back to new and delegate it to Scott. =20 cheers ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-02-03 10:53 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <20200203010001.21489.11114@bilbo.ozlabs.org> 2020-02-03 6:21 ` [linuxppc-dev] Patch notification: 1 patch updated Christophe Leroy 2020-02-03 10:51 ` Segher Boessenkool [not found] <20170407121001.12571.87508@ozlabs.org> 2017-04-12 15:22 ` Christophe LEROY 2017-04-13 11:28 ` Michael Ellerman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).