RE: linux-next: Tree for Mar 22 (thermal)

From: Zhang, Rui
Date: Mon Mar 26 2018 - 22:09:08 EST




> -----Original Message-----
> From: Eduardo Valentin [mailto:edubezval@xxxxxxxxx]
> Sent: Tuesday, March 27, 2018 5:05 AM
> To: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>; Linux-Next Mailing List <linux-
> next@xxxxxxxxxxxxxxx>; Linux Kernel Mailing List <linux-
> kernel@xxxxxxxxxxxxxxx>; Linux PM list <linux-pm@xxxxxxxxxxxxxxx>; Zhang,
> Rui <rui.zhang@xxxxxxxxx>
> Subject: Re: linux-next: Tree for Mar 22 (thermal)
> Importance: High
>
> Rui,
>
> On Thu, Mar 22, 2018 at 10:36:38AM -0700, Randy Dunlap wrote:
> > On 03/22/2018 01:38 AM, Stephen Rothwell wrote:
> > > Hi all,
> > >
> > > Changes since 20180321:
> > >
> > > The vfs tree still had its build failure for which I reverted a commit.
> > >
> >
> > on i386:
> >
> > ERROR: "nsec_to_clock_t" [drivers/thermal/thermal_sys.ko] undefined!
> >
> > so in drivers/thermal/thermal_sysfs.c, please add:
> >
> > #include <linux/jiffies.h>
> >
> >
> > Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
>
> Are you taking care of this?
>
No, I missed that email.
Will check it today.

Thanks,
rui
> >
> > thanks,
> > --
> > ~Randy