Re: Linux 3.16 boot hangs at initramfs scripts when mounting filesystems

2014-08-19 Thread Petri Gynther
which can cause incorrect system call restarts On Wed, Aug 13, 2014 at 7:12 PM, Petri Gynther pgynt...@google.com wrote: Hi linux-kernel and linux-mips: I'm trying to boot Linux 3.16 on Broadcom BMIPS5000-based platform. However, 90% of the time, the system hangs at initramfs scripts at one

Linux 3.16 boot hangs at initramfs scripts when mounting filesystems

2014-08-13 Thread Petri Gynther
Hi linux-kernel and linux-mips: I'm trying to boot Linux 3.16 on Broadcom BMIPS5000-based platform. However, 90% of the time, the system hangs at initramfs scripts at one of the mount commands. I'm also seeing this same issue when booting Linux 3.15. Please see the boot log below. At 2.583000,

[PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-08-04 Thread Petri Gynther
/bits/uClibc_config.h __UCLIBC_MAJOR__ 0 __UCLIBC_MINOR__ 9 __UCLIBC_SUBLEVEL__ 33 sysroot/usr/include/features.h __UCLIBC__ 1 __GLIBC__ 2 __GLIBC_MINOR__ 2 Signed-off-by: Petri Gynther pgynt...@google.com --- tools/build/feature/test-glibc.c | 11 +++ tools/perf/util/cloexec.h| 2

Re: [PATCH] HID: hid-gfrm: avoid warning for input_configured API change

2015-11-03 Thread Petri Gynther
type [-Wincompatible-pointer-types] > > This changes the driver like the other ones. > > Signed-off-by: Arnd Bergmann <a...@arndb.de> Acked-by: Petri Gynther <pgynt...@google.com> > Fixes: 34fc1322e7aa ("HID: hid-gfrm: Google Fiber TV Box remote controls") >

Re: [PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-10-14 Thread Petri Gynther
On Wed, Oct 7, 2015 at 11:58 AM, Alexey Brodkin wrote: > Hi Petri, > >> I'd suggest to revert these two commits in Linus' tree: >> >> commit af4aeadd8c04303c0aa2d112145c3627e2ebd026 >> Author: Stephane Eranian >> Date: Tue Sep 1 11:30:14 2015

Re: [PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-09-04 Thread Petri Gynther
isters to record On Fri, Sep 4, 2015 at 3:19 PM, Petri Gynther <pgynt...@google.com> wrote: > I see that this patch is now in upstream. However, something else has > now broken the perf tool MIPS build: > > linux/tools$ git describe > v4.2-7656-g51e771c > > linux/tools$ make ARC

Re: [PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-09-04 Thread Petri Gynther
to `sample_reg_masks' libperf.a(libperf-in.o): In function `parse_regs': (.text+0x9f708): undefined reference to `sample_reg_masks' collect2: error: ld returned 1 exit status make[2]: *** [perf] Error 1 make[1]: *** [all] Error 2 make: *** [perf] Error 2 On Tue, Aug 4, 2015 at 5:38 PM, Petri Gynther

Re: [PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-09-04 Thread Petri Gynther
On Fri, Sep 4, 2015 at 3:48 PM, Arnaldo Carvalho de Melo <a...@kernel.org> wrote: > Em Fri, Sep 04, 2015 at 03:45:03PM -0700, Petri Gynther escreveu: >> This commit breaks the perf tool MIPS build because MIPS doesn't have >> CONFIG_PERF_REGS=y in .config-d

Re: [PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-10-05 Thread Petri Gynther
> Em Fri, Sep 04, 2015 at 04:01:54PM -0700, Petri Gynther escreveu: >> > > > On Fri, Sep 4, 2015 at 3:48 PM, Arnaldo Carvalho de Melo >> > > > <ac...@kernel.org> wrote: >> > > > > Em Fri, Sep 04, 2015 at 03:45:03PM -0700, Petri Gynther escreve

v4.4-rc8: compile warning in scripts/recordmcount.c

2016-01-04 Thread Petri Gynther
vmlinux: scripts/recordmcount.c: In function ‘main’: vmlinux: scripts/recordmcount.c:589:4: warning: format not a string literal and no format arguments [-Wformat-security] vmlinux: sprintf("%s: failed\n", file); Introduced by commit: commit a50bd43935586420fb75f4558369eb08566fac5e Author:

Linux 3.16 boot hangs at initramfs scripts when mounting filesystems

2014-08-13 Thread Petri Gynther
Hi linux-kernel and linux-mips: I'm trying to boot Linux 3.16 on Broadcom BMIPS5000-based platform. However, 90% of the time, the system hangs at initramfs scripts at one of the mount commands. I'm also seeing this same issue when booting Linux 3.15. Please see the boot log below. At 2.583000,

Re: Linux 3.16 boot hangs at initramfs scripts when mounting filesystems

2014-08-19 Thread Petri Gynther
incorrect system call restarts On Wed, Aug 13, 2014 at 7:12 PM, Petri Gynther wrote: > Hi linux-kernel and linux-mips: > > I'm trying to boot Linux 3.16 on Broadcom BMIPS5000-based platform. > However, 90% of the time, the system hangs at initramfs scripts at one > of the mount commands.

[PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-08-04 Thread Petri Gynther
/bits/uClibc_config.h __UCLIBC_MAJOR__ 0 __UCLIBC_MINOR__ 9 __UCLIBC_SUBLEVEL__ 33 sysroot/usr/include/features.h __UCLIBC__ 1 __GLIBC__ 2 __GLIBC_MINOR__ 2 Signed-off-by: Petri Gynther --- tools/build/feature/test-glibc.c | 11 +++ tools/perf/util/cloexec.h| 2 +- 2 files changed

Re: [PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-09-04 Thread Petri Gynther
to `sample_reg_masks' libperf.a(libperf-in.o): In function `parse_regs': (.text+0x9f708): undefined reference to `sample_reg_masks' collect2: error: ld returned 1 exit status make[2]: *** [perf] Error 1 make[1]: *** [all] Error 2 make: *** [perf] Error 2 On Tue, Aug 4, 2015 at 5:38 PM, Petri Gynther

Re: [PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-09-04 Thread Petri Gynther
, 2015 at 3:19 PM, Petri Gynther wrote: > I see that this patch is now in upstream. However, something else has > now broken the perf tool MIPS build: > > linux/tools$ git describe > v4.2-7656-g51e771c > > linux/tools$ make ARCH=mips CROSS_COMPILE=mipsel-linux- perf > mkdir

Re: [PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-09-04 Thread Petri Gynther
On Fri, Sep 4, 2015 at 3:48 PM, Arnaldo Carvalho de Melo wrote: > Em Fri, Sep 04, 2015 at 03:45:03PM -0700, Petri Gynther escreveu: >> This commit breaks the perf tool MIPS build because MIPS doesn't have >> CONFIG_PERF_REGS=y in .config-detecte

Re: [PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-10-05 Thread Petri Gynther
On Sun, Oct 4, 2015 at 6:53 AM, Alexey Brodkin wrote: > Hello Stephane, Armaldo, > > On Tue, 2015-09-22 at 00:06 +0300, Aaro Koskinen wrote: >> Hi, >> >> On Mon, Sep 21, 2015 at 04:29:39PM +, Alexey Brodkin wrote: >> > > Em Fri, Sep 04, 2015 at 0

Re: [PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-10-14 Thread Petri Gynther
On Wed, Oct 7, 2015 at 11:58 AM, Alexey Brodkin wrote: > Hi Petri, > >> I'd suggest to revert these two commits in Linus' tree: >> >> commit af4aeadd8c04303c0aa2d112145c3627e2ebd026 >> Author: Stephane Eranian >> Date: Tue Sep 1 11:30:14 2015 +0200 >> >> perf tools: Fix link time error

Re: [PATCH] HID: hid-gfrm: avoid warning for input_configured API change

2015-11-03 Thread Petri Gynther
e-pointer-types] > > This changes the driver like the other ones. > > Signed-off-by: Arnd Bergmann Acked-by: Petri Gynther > Fixes: 34fc1322e7aa ("HID: hid-gfrm: Google Fiber TV Box remote controls") > Fixes: b2c68a2f1bab ("HID: hid-input: allow input_configured

v4.4-rc8: compile warning in scripts/recordmcount.c

2016-01-04 Thread Petri Gynther
vmlinux: scripts/recordmcount.c: In function ‘main’: vmlinux: scripts/recordmcount.c:589:4: warning: format not a string literal and no format arguments [-Wformat-security] vmlinux: sprintf("%s: failed\n", file); Introduced by commit: commit a50bd43935586420fb75f4558369eb08566fac5e Author:

[tip:perf/core] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-08-06 Thread tip-bot for Petri Gynther
Commit-ID: f151f53aa4f54a647353e1935e4c6cef7f094dd4 Gitweb: http://git.kernel.org/tip/f151f53aa4f54a647353e1935e4c6cef7f094dd4 Author: Petri Gynther pgynt...@google.com AuthorDate: Tue, 4 Aug 2015 17:38:01 -0700 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Wed, 5 Aug

[tip:perf/core] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-08-06 Thread tip-bot for Petri Gynther
Commit-ID: f151f53aa4f54a647353e1935e4c6cef7f094dd4 Gitweb: http://git.kernel.org/tip/f151f53aa4f54a647353e1935e4c6cef7f094dd4 Author: Petri Gynther AuthorDate: Tue, 4 Aug 2015 17:38:01 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 5 Aug 2015 16:56:16 -0300 perf tools