linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Build regressions/improvements in v4.3-rc2
       [not found] <1442920779-19384-1-git-send-email-geert@linux-m68k.org>
@ 2015-09-22 11:22 ` Geert Uytterhoeven
  2015-09-22 11:33   ` Andy Shevchenko
  2015-09-22 14:24   ` Ross Zwisler
  0 siblings, 2 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2015-09-22 11:22 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org
  Cc: Andy Shevchenko, Matthew Wilcox, Linux FS Devel

On Tue, Sep 22, 2015 at 1:19 PM, Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> JFYI, when comparing v4.3-rc2[1] to v4.3-rc1[3], the summaries are:
>   - build errors: +4/-9

  + /home/kisskb/slave/src/drivers/mfd/intel-lpss-pci.c: error:
'INTEL_LPSS_SLEEP_PM_OPS' undeclared here (not in a function):  =>
62:8

i386-randconfig

  + /home/kisskb/slave/src/fs/dax.c: error: implicit declaration of
function 'copy_user_page' [-Werror=implicit-function-declaration]:  =>
280:2

sh-randconfig

> [1] http://kisskb.ellerman.id.au/kisskb/head/9376/ (255 out of 254 configs)
> [3] http://kisskb.ellerman.id.au/kisskb/head/9353/ (253 out of 254 configs)

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: Build regressions/improvements in v4.3-rc2
  2015-09-22 11:22 ` Build regressions/improvements in v4.3-rc2 Geert Uytterhoeven
@ 2015-09-22 11:33   ` Andy Shevchenko
  2015-09-27 16:09     ` Andy Shevchenko
  2015-09-22 14:24   ` Ross Zwisler
  1 sibling, 1 reply; 7+ messages in thread
From: Andy Shevchenko @ 2015-09-22 11:33 UTC (permalink / raw)
  To: Geert Uytterhoeven, linux-kernel@vger.kernel.org
  Cc: Matthew Wilcox, Linux FS Devel, Lee Jones

On Tue, 2015-09-22 at 13:22 +0200, Geert Uytterhoeven wrote:
> On Tue, Sep 22, 2015 at 1:19 PM, Geert Uytterhoeven
> <geert@linux-m68k.org> wrote:
> > JFYI, when comparing v4.3-rc2[1] to v4.3-rc1[3], the summaries are:
> >   - build errors: +4/-9
> 
>   + /home/kisskb/slave/src/drivers/mfd/intel-lpss-pci.c: error:
> 'INTEL_LPSS_SLEEP_PM_OPS' undeclared here (not in a function):  =>
> 62:8

It should be already fixed in Lee's tree [1]. 
Though I can't see the fix on git.kernel.org yet.

[1] 
http://www.serverphorums.com/read.php?12,1294088,1299492#msg-1299492

> 
> i386-randconfig
> 
>   + /home/kisskb/slave/src/fs/dax.c: error: implicit declaration of
> function 'copy_user_page' [-Werror=implicit-function-declaration]: 
>  =>
> 280:2
> 
> sh-randconfig
> 
> > [1] http://kisskb.ellerman.id.au/kisskb/head/9376/ (255 out of 254 
> > configs)
> > [3] http://kisskb.ellerman.id.au/kisskb/head/9353/ (253 out of 254 
> > configs)
> 
> Gr{oetje,eeting}s,
> 
>                         Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- 
> geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a 
> hacker. But
> when I'm talking to journalists I just say "programmer" or something 
> like that.
>                                 -- Linus Torvalds

-- 
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy

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

* Re: Build regressions/improvements in v4.3-rc2
  2015-09-22 11:22 ` Build regressions/improvements in v4.3-rc2 Geert Uytterhoeven
  2015-09-22 11:33   ` Andy Shevchenko
@ 2015-09-22 14:24   ` Ross Zwisler
  1 sibling, 0 replies; 7+ messages in thread
From: Ross Zwisler @ 2015-09-22 14:24 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: linux-kernel@vger.kernel.org, Andy Shevchenko, Matthew Wilcox,
	Linux FS Devel

On Tue, Sep 22, 2015 at 01:22:24PM +0200, Geert Uytterhoeven wrote:
> On Tue, Sep 22, 2015 at 1:19 PM, Geert Uytterhoeven
> <geert@linux-m68k.org> wrote:
> > JFYI, when comparing v4.3-rc2[1] to v4.3-rc1[3], the summaries are:
> >   - build errors: +4/-9
> 
>   + /home/kisskb/slave/src/drivers/mfd/intel-lpss-pci.c: error:
> 'INTEL_LPSS_SLEEP_PM_OPS' undeclared here (not in a function):  =>
> 62:8
> 
> i386-randconfig
> 
>   + /home/kisskb/slave/src/fs/dax.c: error: implicit declaration of
> function 'copy_user_page' [-Werror=implicit-function-declaration]:  =>
> 280:2
> 
> sh-randconfig

I'll fix this one - thanks for reporting.

- Ross

> 
> > [1] http://kisskb.ellerman.id.au/kisskb/head/9376/ (255 out of 254 configs)
> > [3] http://kisskb.ellerman.id.au/kisskb/head/9353/ (253 out of 254 configs)
> 
> Gr{oetje,eeting}s,
> 
>                         Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                 -- Linus Torvalds
> --
> To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: Build regressions/improvements in v4.3-rc2
  2015-09-22 11:33   ` Andy Shevchenko
@ 2015-09-27 16:09     ` Andy Shevchenko
  2015-10-01 12:29       ` Lee Jones
  0 siblings, 1 reply; 7+ messages in thread
From: Andy Shevchenko @ 2015-09-27 16:09 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Geert Uytterhoeven, linux-kernel@vger.kernel.org, Matthew Wilcox,
	Linux FS Devel, Lee Jones

On Tue, Sep 22, 2015 at 2:33 PM, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
> On Tue, 2015-09-22 at 13:22 +0200, Geert Uytterhoeven wrote:
>> On Tue, Sep 22, 2015 at 1:19 PM, Geert Uytterhoeven
>> <geert@linux-m68k.org> wrote:
>> > JFYI, when comparing v4.3-rc2[1] to v4.3-rc1[3], the summaries are:
>> >   - build errors: +4/-9
>>
>>   + /home/kisskb/slave/src/drivers/mfd/intel-lpss-pci.c: error:
>> 'INTEL_LPSS_SLEEP_PM_OPS' undeclared here (not in a function):  =>
>> 62:8
>
> It should be already fixed in Lee's tree [1].
> Though I can't see the fix on git.kernel.org yet.
>
> [1]
> http://www.serverphorums.com/read.php?12,1294088,1299492#msg-1299492

Lee, any reason why it's not in the 4.3-rc3?

-- 
With Best Regards,
Andy Shevchenko

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

* Re: Build regressions/improvements in v4.3-rc2
  2015-09-27 16:09     ` Andy Shevchenko
@ 2015-10-01 12:29       ` Lee Jones
  2015-10-01 12:57         ` Andy Shevchenko
  0 siblings, 1 reply; 7+ messages in thread
From: Lee Jones @ 2015-10-01 12:29 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Andy Shevchenko, Geert Uytterhoeven, linux-kernel@vger.kernel.org,
	Matthew Wilcox, Linux FS Devel

On Sun, 27 Sep 2015, Andy Shevchenko wrote:

> On Tue, Sep 22, 2015 at 2:33 PM, Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
> > On Tue, 2015-09-22 at 13:22 +0200, Geert Uytterhoeven wrote:
> >> On Tue, Sep 22, 2015 at 1:19 PM, Geert Uytterhoeven
> >> <geert@linux-m68k.org> wrote:
> >> > JFYI, when comparing v4.3-rc2[1] to v4.3-rc1[3], the summaries are:
> >> >   - build errors: +4/-9
> >>
> >>   + /home/kisskb/slave/src/drivers/mfd/intel-lpss-pci.c: error:
> >> 'INTEL_LPSS_SLEEP_PM_OPS' undeclared here (not in a function):  =>
> >> 62:8
> >
> > It should be already fixed in Lee's tree [1].
> > Though I can't see the fix on git.kernel.org yet.
> >
> > [1]
> > http://www.serverphorums.com/read.php?12,1294088,1299492#msg-1299492
> 
> Lee, any reason why it's not in the 4.3-rc3?

You're using the wrong email address.

Please re-direct so I can deal with this appropriately.

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

* Re: Build regressions/improvements in v4.3-rc2
  2015-10-01 12:29       ` Lee Jones
@ 2015-10-01 12:57         ` Andy Shevchenko
  2015-10-01 14:46           ` Lee Jones
  0 siblings, 1 reply; 7+ messages in thread
From: Andy Shevchenko @ 2015-10-01 12:57 UTC (permalink / raw)
  To: Lee Jones
  Cc: Andy Shevchenko, Geert Uytterhoeven, linux-kernel@vger.kernel.org,
	Matthew Wilcox, Linux FS Devel

On Thu, Oct 1, 2015 at 3:29 PM, Lee Jones <lee@kernel.org> wrote:
> On Sun, 27 Sep 2015, Andy Shevchenko wrote:
>
>> On Tue, Sep 22, 2015 at 2:33 PM, Andy Shevchenko
>> <andriy.shevchenko@linux.intel.com> wrote:
>> > On Tue, 2015-09-22 at 13:22 +0200, Geert Uytterhoeven wrote:
>> >> On Tue, Sep 22, 2015 at 1:19 PM, Geert Uytterhoeven
>> >> <geert@linux-m68k.org> wrote:
>> >> > JFYI, when comparing v4.3-rc2[1] to v4.3-rc1[3], the summaries are:
>> >> >   - build errors: +4/-9
>> >>
>> >>   + /home/kisskb/slave/src/drivers/mfd/intel-lpss-pci.c: error:
>> >> 'INTEL_LPSS_SLEEP_PM_OPS' undeclared here (not in a function):  =>
>> >> 62:8
>> >
>> > It should be already fixed in Lee's tree [1].
>> > Though I can't see the fix on git.kernel.org yet.
>> >
>> > [1]
>> > http://www.serverphorums.com/read.php?12,1294088,1299492#msg-1299492
>>
>> Lee, any reason why it's not in the 4.3-rc3?
>
> You're using the wrong email address.

It a bit confuses me. The patch series contains two patches, both of
them you saw and applied (accordingly to mail archive).

> Please re-direct so I can deal with this appropriately.

I will resend the one which is not applied.

-- 
With Best Regards,
Andy Shevchenko

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

* Re: Build regressions/improvements in v4.3-rc2
  2015-10-01 12:57         ` Andy Shevchenko
@ 2015-10-01 14:46           ` Lee Jones
  0 siblings, 0 replies; 7+ messages in thread
From: Lee Jones @ 2015-10-01 14:46 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Andy Shevchenko, Geert Uytterhoeven, linux-kernel@vger.kernel.org,
	Matthew Wilcox, Linux FS Devel

On Thu, 01 Oct 2015, Andy Shevchenko wrote:

> On Thu, Oct 1, 2015 at 3:29 PM, Lee Jones <lee@kernel.org> wrote:
> > On Sun, 27 Sep 2015, Andy Shevchenko wrote:
> >
> >> On Tue, Sep 22, 2015 at 2:33 PM, Andy Shevchenko
> >> <andriy.shevchenko@linux.intel.com> wrote:
> >> > On Tue, 2015-09-22 at 13:22 +0200, Geert Uytterhoeven wrote:
> >> >> On Tue, Sep 22, 2015 at 1:19 PM, Geert Uytterhoeven
> >> >> <geert@linux-m68k.org> wrote:
> >> >> > JFYI, when comparing v4.3-rc2[1] to v4.3-rc1[3], the summaries are:
> >> >> >   - build errors: +4/-9
> >> >>
> >> >>   + /home/kisskb/slave/src/drivers/mfd/intel-lpss-pci.c: error:
> >> >> 'INTEL_LPSS_SLEEP_PM_OPS' undeclared here (not in a function):  =>
> >> >> 62:8
> >> >
> >> > It should be already fixed in Lee's tree [1].
> >> > Though I can't see the fix on git.kernel.org yet.
> >> >
> >> > [1]
> >> > http://www.serverphorums.com/read.php?12,1294088,1299492#msg-1299492
> >>
> >> Lee, any reason why it's not in the 4.3-rc3?
> >
> > You're using the wrong email address.
> 
> It a bit confuses me. The patch series contains two patches, both of
> them you saw and applied (accordingly to mail archive).

I do not use this email address for MFD work.

> > Please re-direct so I can deal with this appropriately.
> 
> I will resend the one which is not applied.

Please resent _again_ to the correct address.

HINT: Use ./scripts/get_maintainer.pl

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

end of thread, other threads:[~2015-10-01 14:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1442920779-19384-1-git-send-email-geert@linux-m68k.org>
2015-09-22 11:22 ` Build regressions/improvements in v4.3-rc2 Geert Uytterhoeven
2015-09-22 11:33   ` Andy Shevchenko
2015-09-27 16:09     ` Andy Shevchenko
2015-10-01 12:29       ` Lee Jones
2015-10-01 12:57         ` Andy Shevchenko
2015-10-01 14:46           ` Lee Jones
2015-09-22 14:24   ` Ross Zwisler

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