Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1230087 > unrolled thread
| Started by | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| First post | 2015-09-22 13:30 +0200 |
| Last post | 2015-09-22 16:30 +0200 |
| Articles | 7 — 5 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Build regressions/improvements in v4.3-rc2 Geert Uytterhoeven <geert@linux-m68k.org> - 2015-09-22 13:30 +0200
Re: Build regressions/improvements in v4.3-rc2 Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2015-09-22 13:40 +0200
Re: Build regressions/improvements in v4.3-rc2 Andy Shevchenko <andy.shevchenko@gmail.com> - 2015-09-27 18:10 +0200
Re: Build regressions/improvements in v4.3-rc2 Lee Jones <lee@kernel.org> - 2015-10-01 14:40 +0200
Re: Build regressions/improvements in v4.3-rc2 Andy Shevchenko <andy.shevchenko@gmail.com> - 2015-10-01 15:00 +0200
Re: Build regressions/improvements in v4.3-rc2 Lee Jones <lee@kernel.org> - 2015-10-01 16:50 +0200
Re: Build regressions/improvements in v4.3-rc2 Ross Zwisler <ross.zwisler@linux.intel.com> - 2015-09-22 16:30 +0200
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Date | 2015-09-22 13:30 +0200 |
| Subject | Re: Build regressions/improvements in v4.3-rc2 |
| Message-ID | <qbtVM-3Un-17@gated-at.bofh.it> |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| Date | 2015-09-22 13:40 +0200 |
| Message-ID | <qbu5t-45y-29@gated-at.bofh.it> |
| In reply to | #1230087 |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Andy Shevchenko <andy.shevchenko@gmail.com> |
|---|---|
| Date | 2015-09-27 18:10 +0200 |
| Message-ID | <qdmGt-3Dl-5@gated-at.bofh.it> |
| In reply to | #1230094 |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Lee Jones <lee@kernel.org> |
|---|---|
| Date | 2015-10-01 14:40 +0200 |
| Message-ID | <qeLjs-46x-19@gated-at.bofh.it> |
| In reply to | #1233700 |
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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Andy Shevchenko <andy.shevchenko@gmail.com> |
|---|---|
| Date | 2015-10-01 15:00 +0200 |
| Message-ID | <qeLCO-4xp-25@gated-at.bofh.it> |
| In reply to | #1237383 |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Lee Jones <lee@kernel.org> |
|---|---|
| Date | 2015-10-01 16:50 +0200 |
| Message-ID | <qeNlg-7wZ-15@gated-at.bofh.it> |
| In reply to | #1237400 |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Ross Zwisler <ross.zwisler@linux.intel.com> |
|---|---|
| Date | 2015-09-22 16:30 +0200 |
| Message-ID | <qbwJY-7Vf-9@gated-at.bofh.it> |
| In reply to | #1230087 |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web