Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1650958 > unrolled thread
| Started by | Andrew Morton <akpm@linux-foundation.org> |
|---|---|
| First post | 2017-05-26 00:50 +0200 |
| Last post | 2017-05-26 03:00 +0200 |
| Articles | 2 — 2 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: [PATCH v6 05/10] mm: thp: enable thp migration in generic path Andrew Morton <akpm@linux-foundation.org> - 2017-05-26 00:50 +0200
Re: [PATCH v6 05/10] mm: thp: enable thp migration in generic path Fengguang Wu <lkp@intel.com> - 2017-05-26 03:00 +0200
| From | Andrew Morton <akpm@linux-foundation.org> |
|---|---|
| Date | 2017-05-26 00:50 +0200 |
| Subject | Re: [PATCH v6 05/10] mm: thp: enable thp migration in generic path |
| Message-ID | <tL9JT-5SC-13@gated-at.bofh.it> |
On Thu, 25 May 2017 13:19:54 -0400 "Zi Yan" <zi.yan@cs.rutgers.edu> wrote:
> On 25 May 2017, at 13:06, kbuild test robot wrote:
>
> > Hi Zi,
> >
> > [auto build test WARNING on mmotm/master]
> > [also build test WARNING on v4.12-rc2 next-20170525]
> > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
> >
> > url: https://github.com/0day-ci/linux/commits/Zi-Yan/mm-page-migration-enhancement-for-thp/20170526-003749
> > base: git://git.cmpxchg.org/linux-mmotm.git master
> > config: i386-randconfig-x016-201721 (attached as .config)
> > compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
> > reproduce:
> > # save the attached .config to linux build tree
> > make ARCH=i386
> >
> > All warnings (new ones prefixed by >>):
> >
> > In file included from fs/proc/task_mmu.c:15:0:
> > include/linux/swapops.h: In function 'swp_entry_to_pmd':
> >>> include/linux/swapops.h:222:16: warning: missing braces around initializer [-Wmissing-braces]
> > return (pmd_t){{ 0 }};
> > ^
>
> The braces are added to eliminate the warning from "m68k-linux-gcc (GCC) 4.9.0",
> which has the bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119.
I think we'd prefer to have a warning on m68k than on i386! Is there
something smarter we can do here?
[toc] | [next] | [standalone]
| From | Fengguang Wu <lkp@intel.com> |
|---|---|
| Date | 2017-05-26 03:00 +0200 |
| Message-ID | <tLbLH-7dl-5@gated-at.bofh.it> |
| In reply to | #1650958 |
Hi Yan, >The bug is present in gcc 4.8 and 4.9 and m68k has newer gcc to use, >so kbuild test robot needs to upgrade its m68k gcc (maybe it has done it). FYI Debian has gcc-6 package for m68k and we're using it. Thanks, Fengguang
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web