Message ID | 20180725152244.fykhouzwpr5mmlpy@verge.net.au (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT/RFC,PULL,LTSI-4.14] Renesas SoCs and Drivers to v4.18-rc6 | expand |
Hi Simon, On Wed, Jul 25, 2018 at 5:23 PM Simon Horman <horms@verge.net.au> wrote: > ** This series is for informational purposes only! ** > > This series is comprised of backports to v4.14.57 of the components used by > Renesas SoCs to their standard as of v4.18-rc6, selected dependencies for > those backports and selected post-v4.18-rc6 fixes as detailed in the git > changelog text below. > > This is intended as dry-run of backports components used by > Renesas SoCs from v4.18 to v4.14.57. > > There are 1601 patches. > > As this work is for informational purposes I do not expect these patches > to be imported to quilt by Greg at this time. However, if you would like to > do so and rebasing would help please feel free to ask me to do so. > > I do plan to post an updated version of this work once the > LTSI-4.14 merge window opens. As part of that work I intend > to address the following known problems: > > * R-Car H1 / Marzen does not boot to user-space due to an upstream > regression in the R-Car Thermal driver which I have posted a fix for. > > "[PATCH] thermal: rcar_thermal: avoid NULL dereference in absense of IRQ > resources" > > * "xhci: Fix use-after-free in xhci_free_virt_device" is already > present in v4.14.57 and should be dropped from these backports. > > I have performed build testing of this backports on a wide range of > backports. And boot-to-userspace testing on a wide range of boards > based on Renesas SoCs. The only regression that testing highlighted > is that on Marzen as highlighted above. > > > The following changes since commit ecc160ece609498c946e73710e5c7c54c62b966a: > > Linux 4.14.57 (2018-07-22 14:28:52 +0200) > > are available in the git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git backport/v4.14.57/snapshot-to-v4.18-rc6+fixes-flattened Thank you! I subjected this to the same testing I do for each renesas-drivers release. I have detected no regressions from v4.14.48, only increased functionality. Gr{oetje,eeting}s, Geert
Hi Simon-san, > From: Simon Horman, Sent: Thursday, July 26, 2018 12:23 AM > > https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git > backport/v4.14.57/snapshot-to-v4.18-rc6+fixes-flattened Our test team found that the kernel image could not probe the gpio-pca953x driver because the following commit was missing in the branch: ---- commit 8a64e557f399090f5d1917b2f32a065da2b12be1 Author: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Date: Thu Nov 16 23:18:32 2017 +0300 gpio: pca953x: fix vendor prefix for PCA9654 ---- So, would you backport the commit? Best regards, Yoshihiro Shimoda
On Thu, Aug 02, 2018 at 05:36:00AM +0000, Yoshihiro Shimoda wrote: > Hi Simon-san, > > > From: Simon Horman, Sent: Thursday, July 26, 2018 12:23 AM > > > > https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git > > backport/v4.14.57/snapshot-to-v4.18-rc6+fixes-flattened > > Our test team found that the kernel image could not probe the gpio-pca953x driver > because the following commit was missing in the branch: > > ---- > commit 8a64e557f399090f5d1917b2f32a065da2b12be1 > Author: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > Date: Thu Nov 16 23:18:32 2017 +0300 > > gpio: pca953x: fix vendor prefix for PCA9654 > ---- > > So, would you backport the commit? Sure, will do.
On Tue, Jul 31, 2018 at 05:25:20PM +0200, Geert Uytterhoeven wrote: > Hi Simon, > > On Wed, Jul 25, 2018 at 5:23 PM Simon Horman <horms@verge.net.au> wrote: > > ** This series is for informational purposes only! ** > > > > This series is comprised of backports to v4.14.57 of the components used by > > Renesas SoCs to their standard as of v4.18-rc6, selected dependencies for > > those backports and selected post-v4.18-rc6 fixes as detailed in the git > > changelog text below. > > > > This is intended as dry-run of backports components used by > > Renesas SoCs from v4.18 to v4.14.57. > > > > There are 1601 patches. > > > > As this work is for informational purposes I do not expect these patches > > to be imported to quilt by Greg at this time. However, if you would like to > > do so and rebasing would help please feel free to ask me to do so. > > > > I do plan to post an updated version of this work once the > > LTSI-4.14 merge window opens. As part of that work I intend > > to address the following known problems: > > > > * R-Car H1 / Marzen does not boot to user-space due to an upstream > > regression in the R-Car Thermal driver which I have posted a fix for. > > > > "[PATCH] thermal: rcar_thermal: avoid NULL dereference in absense of IRQ > > resources" > > > > * "xhci: Fix use-after-free in xhci_free_virt_device" is already > > present in v4.14.57 and should be dropped from these backports. > > > > I have performed build testing of this backports on a wide range of > > backports. And boot-to-userspace testing on a wide range of boards > > based on Renesas SoCs. The only regression that testing highlighted > > is that on Marzen as highlighted above. > > > > > > The following changes since commit ecc160ece609498c946e73710e5c7c54c62b966a: > > > > Linux 4.14.57 (2018-07-22 14:28:52 +0200) > > > > are available in the git repository at: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git backport/v4.14.57/snapshot-to-v4.18-rc6+fixes-flattened > > Thank you! > > I subjected this to the same testing I do for each renesas-drivers release. > I have detected no regressions from v4.14.48, only increased functionality. Thanks, this feedback is very valuable.