mbox series

[GIT,PULL] drm/tegra: Fixes for v5.1-rc2

Message ID 20190322131517.825-1-thierry.reding@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] drm/tegra: Fixes for v5.1-rc2 | expand

Pull-request

git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.1-rc2

Message

Thierry Reding March 22, 2019, 1:15 p.m. UTC
Hi Dave,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.1-rc2

for you to fetch changes up to 509869a2fec36ecb2b841180915995f41d5a0219:

  drm/tegra: vic: Fix implicit function declaration warning (2019-03-22 14:08:55 +0100)

I'm a little late sending this out, so I realize this will probably go
into v5.1-rc3 despite the name of the tag.

Thanks,
Thierry

----------------------------------------------------------------
drm/tegra: Fixes for v5.1-rc2

These are a couple of minor fixes for build issues and sparse warnings.

----------------------------------------------------------------
Anders Roxell (1):
      drm/tegra: vic: Fix implicit function declaration warning

Thierry Reding (1):
      drm/tegra: hub: Fix dereference before check

 drivers/gpu/drm/tegra/hub.c | 4 +++-
 drivers/gpu/drm/tegra/vic.c | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

Comments

Thierry Reding April 3, 2019, 4:06 p.m. UTC | #1
On Fri, Mar 22, 2019 at 02:15:17PM +0100, Thierry Reding wrote:
> Hi Dave,
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.1-rc2
> 
> for you to fetch changes up to 509869a2fec36ecb2b841180915995f41d5a0219:
> 
>   drm/tegra: vic: Fix implicit function declaration warning (2019-03-22 14:08:55 +0100)
> 
> I'm a little late sending this out, so I realize this will probably go
> into v5.1-rc3 despite the name of the tag.
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> drm/tegra: Fixes for v5.1-rc2
> 
> These are a couple of minor fixes for build issues and sparse warnings.
> 
> ----------------------------------------------------------------
> Anders Roxell (1):
>       drm/tegra: vic: Fix implicit function declaration warning
> 
> Thierry Reding (1):
>       drm/tegra: hub: Fix dereference before check
> 
>  drivers/gpu/drm/tegra/hub.c | 4 +++-
>  drivers/gpu/drm/tegra/vic.c | 2 ++
>  2 files changed, 5 insertions(+), 1 deletion(-)

Ping. Can we get this into drm-fixes?

Thanks,
Thierry
Dave Airlie April 4, 2019, 2:15 a.m. UTC | #2
On Thu, 4 Apr 2019 at 02:07, Thierry Reding <thierry.reding@gmail.com> wrote:
>
> On Fri, Mar 22, 2019 at 02:15:17PM +0100, Thierry Reding wrote:
> > Hi Dave,
> >
> > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> >
> >   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> >
> > are available in the Git repository at:
> >
> >   git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.1-rc2
> >
> > for you to fetch changes up to 509869a2fec36ecb2b841180915995f41d5a0219:
> >
> >   drm/tegra: vic: Fix implicit function declaration warning (2019-03-22 14:08:55 +0100)
> >
> > I'm a little late sending this out, so I realize this will probably go
> > into v5.1-rc3 despite the name of the tag.
> >
> > Thanks,
> > Thierry
> >
> > ----------------------------------------------------------------
> > drm/tegra: Fixes for v5.1-rc2
> >
> > These are a couple of minor fixes for build issues and sparse warnings.
> >
> > ----------------------------------------------------------------
> > Anders Roxell (1):
> >       drm/tegra: vic: Fix implicit function declaration warning
> >
> > Thierry Reding (1):
> >       drm/tegra: hub: Fix dereference before check
> >
> >  drivers/gpu/drm/tegra/hub.c | 4 +++-
> >  drivers/gpu/drm/tegra/vic.c | 2 ++
> >  2 files changed, 5 insertions(+), 1 deletion(-)
>
> Ping. Can we get this into drm-fixes?

Huh this already landed in Linus tree afaik,

Dave.
Thierry Reding April 4, 2019, 11:33 a.m. UTC | #3
On Thu, Apr 04, 2019 at 12:15:48PM +1000, Dave Airlie wrote:
> On Thu, 4 Apr 2019 at 02:07, Thierry Reding <thierry.reding@gmail.com> wrote:
> >
> > On Fri, Mar 22, 2019 at 02:15:17PM +0100, Thierry Reding wrote:
> > > Hi Dave,
> > >
> > > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> > >
> > >   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> > >
> > > are available in the Git repository at:
> > >
> > >   git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.1-rc2
> > >
> > > for you to fetch changes up to 509869a2fec36ecb2b841180915995f41d5a0219:
> > >
> > >   drm/tegra: vic: Fix implicit function declaration warning (2019-03-22 14:08:55 +0100)
> > >
> > > I'm a little late sending this out, so I realize this will probably go
> > > into v5.1-rc3 despite the name of the tag.
> > >
> > > Thanks,
> > > Thierry
> > >
> > > ----------------------------------------------------------------
> > > drm/tegra: Fixes for v5.1-rc2
> > >
> > > These are a couple of minor fixes for build issues and sparse warnings.
> > >
> > > ----------------------------------------------------------------
> > > Anders Roxell (1):
> > >       drm/tegra: vic: Fix implicit function declaration warning
> > >
> > > Thierry Reding (1):
> > >       drm/tegra: hub: Fix dereference before check
> > >
> > >  drivers/gpu/drm/tegra/hub.c | 4 +++-
> > >  drivers/gpu/drm/tegra/vic.c | 2 ++
> > >  2 files changed, 5 insertions(+), 1 deletion(-)
> >
> > Ping. Can we get this into drm-fixes?
> 
> Huh this already landed in Linus tree afaik,

Indeed it has. I must've gotten confused because this is not in drm-misc
and I was seeing build failures due to the above.

Anyway, sorry for the noise.

Thierry
Sean Paul April 5, 2019, 7:45 p.m. UTC | #4
On Thu, Apr 4, 2019 at 7:33 AM Thierry Reding <thierry.reding@gmail.com> wrote:
>
> On Thu, Apr 04, 2019 at 12:15:48PM +1000, Dave Airlie wrote:
> > On Thu, 4 Apr 2019 at 02:07, Thierry Reding <thierry.reding@gmail.com> wrote:
> > >
> > > On Fri, Mar 22, 2019 at 02:15:17PM +0100, Thierry Reding wrote:
> > > > Hi Dave,
> > > >
> > > > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> > > >
> > > >   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> > > >
> > > > are available in the Git repository at:
> > > >
> > > >   git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.1-rc2
> > > >
> > > > for you to fetch changes up to 509869a2fec36ecb2b841180915995f41d5a0219:
> > > >
> > > >   drm/tegra: vic: Fix implicit function declaration warning (2019-03-22 14:08:55 +0100)
> > > >
> > > > I'm a little late sending this out, so I realize this will probably go
> > > > into v5.1-rc3 despite the name of the tag.
> > > >
> > > > Thanks,
> > > > Thierry
> > > >
> > > > ----------------------------------------------------------------
> > > > drm/tegra: Fixes for v5.1-rc2
> > > >
> > > > These are a couple of minor fixes for build issues and sparse warnings.
> > > >
> > > > ----------------------------------------------------------------
> > > > Anders Roxell (1):
> > > >       drm/tegra: vic: Fix implicit function declaration warning
> > > >
> > > > Thierry Reding (1):
> > > >       drm/tegra: hub: Fix dereference before check
> > > >
> > > >  drivers/gpu/drm/tegra/hub.c | 4 +++-
> > > >  drivers/gpu/drm/tegra/vic.c | 2 ++
> > > >  2 files changed, 5 insertions(+), 1 deletion(-)
> > >
> > > Ping. Can we get this into drm-fixes?
> >
> > Huh this already landed in Linus tree afaik,
>
> Indeed it has. I must've gotten confused because this is not in drm-misc
> and I was seeing build failures due to the above.
>

Adding Maxime for a backmerge/rebase of -fixes so we can pick this up.

Sean

> Anyway, sorry for the noise.
>
> Thierry
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
Maxime Ripard April 8, 2019, 9:05 a.m. UTC | #5
On Fri, Apr 05, 2019 at 03:45:10PM -0400, Sean Paul wrote:
> On Thu, Apr 4, 2019 at 7:33 AM Thierry Reding <thierry.reding@gmail.com> wrote:
> >
> > On Thu, Apr 04, 2019 at 12:15:48PM +1000, Dave Airlie wrote:
> > > On Thu, 4 Apr 2019 at 02:07, Thierry Reding <thierry.reding@gmail.com> wrote:
> > > >
> > > > On Fri, Mar 22, 2019 at 02:15:17PM +0100, Thierry Reding wrote:
> > > > > Hi Dave,
> > > > >
> > > > > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> > > > >
> > > > >   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> > > > >
> > > > > are available in the Git repository at:
> > > > >
> > > > >   git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.1-rc2
> > > > >
> > > > > for you to fetch changes up to 509869a2fec36ecb2b841180915995f41d5a0219:
> > > > >
> > > > >   drm/tegra: vic: Fix implicit function declaration warning (2019-03-22 14:08:55 +0100)
> > > > >
> > > > > I'm a little late sending this out, so I realize this will probably go
> > > > > into v5.1-rc3 despite the name of the tag.
> > > > >
> > > > > Thanks,
> > > > > Thierry
> > > > >
> > > > > ----------------------------------------------------------------
> > > > > drm/tegra: Fixes for v5.1-rc2
> > > > >
> > > > > These are a couple of minor fixes for build issues and sparse warnings.
> > > > >
> > > > > ----------------------------------------------------------------
> > > > > Anders Roxell (1):
> > > > >       drm/tegra: vic: Fix implicit function declaration warning
> > > > >
> > > > > Thierry Reding (1):
> > > > >       drm/tegra: hub: Fix dereference before check
> > > > >
> > > > >  drivers/gpu/drm/tegra/hub.c | 4 +++-
> > > > >  drivers/gpu/drm/tegra/vic.c | 2 ++
> > > > >  2 files changed, 5 insertions(+), 1 deletion(-)
> > > >
> > > > Ping. Can we get this into drm-fixes?
> > >
> > > Huh this already landed in Linus tree afaik,
> >
> > Indeed it has. I must've gotten confused because this is not in drm-misc
> > and I was seeing build failures due to the above.
> >
>
> Adding Maxime for a backmerge/rebase of -fixes so we can pick this up.

It's done now, thanks for the notice
Maxime

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com