stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v5 2/4] lib: devres: add a helper function for ioremap_uc
       [not found] ` <20191017143144.9985421848@mail.kernel.org>
@ 2019-10-17 17:49   ` Tuowen Zhao
  2019-10-18 16:47     ` Sasha Levin
  0 siblings, 1 reply; 7+ messages in thread
From: Tuowen Zhao @ 2019-10-17 17:49 UTC (permalink / raw)
  To: Sasha Levin, lee.jones, linux-kernel
  Cc: andriy.shevchenko, mika.westerberg, stable

Sorry, patches in this set should have tag # v4.19+

Should I resubmit a set with the correct tags?

Tuowen


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v5 2/4] lib: devres: add a helper function for ioremap_uc
  2019-10-17 17:49   ` [PATCH v5 2/4] lib: devres: add a helper function for ioremap_uc Tuowen Zhao
@ 2019-10-18 16:47     ` Sasha Levin
  2019-12-04 15:51       ` Tuowen Zhao
  0 siblings, 1 reply; 7+ messages in thread
From: Sasha Levin @ 2019-10-18 16:47 UTC (permalink / raw)
  To: Tuowen Zhao
  Cc: lee.jones, linux-kernel, andriy.shevchenko, mika.westerberg, stable

On Thu, Oct 17, 2019 at 11:49:50AM -0600, Tuowen Zhao wrote:
>Sorry, patches in this set should have tag # v4.19+
>
>Should I resubmit a set with the correct tags?

Nah, this note should be good enough, thanks.

-- 
Thanks,
Sasha

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v5 2/4] lib: devres: add a helper function for ioremap_uc
  2019-10-18 16:47     ` Sasha Levin
@ 2019-12-04 15:51       ` Tuowen Zhao
  2019-12-04 19:54         ` Andy Shevchenko
  2019-12-16 13:06         ` Greg KH
  0 siblings, 2 replies; 7+ messages in thread
From: Tuowen Zhao @ 2019-12-04 15:51 UTC (permalink / raw)
  To: Sasha Levin
  Cc: lee.jones, linux-kernel, andriy.shevchenko, mika.westerberg,
	stable, linux

Hi Sasha,

Sorry to bother. Can I ask for patches in this series to NOT be applied
to stable?

They causes build failure on Hexagon.

Relevant patches include

sparc64: implement ioremap_uc
lib: devres: add a helper function for ioremap_uc
mfd: intel-lpss: Use devm_ioremap_uc for MMIO

Best,
Tuowen


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v5 2/4] lib: devres: add a helper function for ioremap_uc
  2019-12-04 15:51       ` Tuowen Zhao
@ 2019-12-04 19:54         ` Andy Shevchenko
  2019-12-04 20:06           ` Tuowen Zhao
  2019-12-16 13:06         ` Greg KH
  1 sibling, 1 reply; 7+ messages in thread
From: Andy Shevchenko @ 2019-12-04 19:54 UTC (permalink / raw)
  To: Tuowen Zhao
  Cc: Sasha Levin, lee.jones, linux-kernel, mika.westerberg, stable,
	linux, Luis Chamberlain

On Wed, Dec 04, 2019 at 08:51:30AM -0700, Tuowen Zhao wrote:
> Hi Sasha,
> 
> Sorry to bother. Can I ask for patches in this series to NOT be applied
> to stable?
> 
> They causes build failure on Hexagon.
> 
> Relevant patches include
> 
> sparc64: implement ioremap_uc
> lib: devres: add a helper function for ioremap_uc
> mfd: intel-lpss: Use devm_ioremap_uc for MMIO

Since Guenter submitted a fix, we can leave with these ones and fix applied together.

-- 
With Best Regards,
Andy Shevchenko



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v5 2/4] lib: devres: add a helper function for ioremap_uc
  2019-12-04 19:54         ` Andy Shevchenko
@ 2019-12-04 20:06           ` Tuowen Zhao
  0 siblings, 0 replies; 7+ messages in thread
From: Tuowen Zhao @ 2019-12-04 20:06 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Sasha Levin, lee.jones, linux-kernel, mika.westerberg, stable,
	linux, Luis Chamberlain

On Wed, 2019-12-04 at 21:54 +0200, Andy Shevchenko wrote:
> 
> Since Guenter submitted a fix, we can leave with these ones and fix
> applied together.
> 

Since I have apparently missed something with hexagon, I don't feel
comfortable with messing with stable with this. I'm not sure as before
that this series is self-contained.

Tuowen


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v5 2/4] lib: devres: add a helper function for ioremap_uc
  2019-12-04 15:51       ` Tuowen Zhao
  2019-12-04 19:54         ` Andy Shevchenko
@ 2019-12-16 13:06         ` Greg KH
  2019-12-16 18:02           ` Tuowen Zhao
  1 sibling, 1 reply; 7+ messages in thread
From: Greg KH @ 2019-12-16 13:06 UTC (permalink / raw)
  To: Tuowen Zhao
  Cc: Sasha Levin, lee.jones, linux-kernel, andriy.shevchenko,
	mika.westerberg, stable, linux

On Wed, Dec 04, 2019 at 08:51:30AM -0700, Tuowen Zhao wrote:
> Hi Sasha,
> 
> Sorry to bother. Can I ask for patches in this series to NOT be applied
> to stable?
> 
> They causes build failure on Hexagon.
> 
> Relevant patches include
> 
> sparc64: implement ioremap_uc
> lib: devres: add a helper function for ioremap_uc
> mfd: intel-lpss: Use devm_ioremap_uc for MMIO

Oops, almost added that last one.  Will go drop them all now from my
queue, thanks!

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v5 2/4] lib: devres: add a helper function for ioremap_uc
  2019-12-16 13:06         ` Greg KH
@ 2019-12-16 18:02           ` Tuowen Zhao
  0 siblings, 0 replies; 7+ messages in thread
From: Tuowen Zhao @ 2019-12-16 18:02 UTC (permalink / raw)
  To: Greg KH
  Cc: Sasha Levin, lee.jones, linux-kernel, andriy.shevchenko,
	mika.westerberg, stable, linux

Thanks, sorry for the trouble.

Tuowen


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-12-16 18:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20191016210629.1005086-3-ztuowen@gmail.com>
     [not found] ` <20191017143144.9985421848@mail.kernel.org>
2019-10-17 17:49   ` [PATCH v5 2/4] lib: devres: add a helper function for ioremap_uc Tuowen Zhao
2019-10-18 16:47     ` Sasha Levin
2019-12-04 15:51       ` Tuowen Zhao
2019-12-04 19:54         ` Andy Shevchenko
2019-12-04 20:06           ` Tuowen Zhao
2019-12-16 13:06         ` Greg KH
2019-12-16 18:02           ` Tuowen Zhao

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).