[PATCH] perf tools: Improve libperl detection message

2015-02-28 Thread Ingo Molnar
Before: Missing perl devel files. Disabling perl scripting support, consider installing perl-ExtUtils-Embed After: Missing perl devel files. Disabling perl scripting support, please install perl-ExtUtils-Embed/libperl-dev Change the message to the standard 'please install' language and

[PATCH] mm: cma: constify and use correct signness in mm/cma.c

2015-02-28 Thread Sasha Levin
Constify function parameters and use correct signness where needed. Signed-off-by: Sasha Levin sasha.le...@oracle.com --- include/linux/cma.h | 12 ++-- mm/cma.c| 24 ++-- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git

Re: [tip:perf/core] perf tools: Add feature check for libbabeltrace

2015-02-28 Thread Ingo Molnar
* tip-bot for Jiri Olsa tip...@zytor.com wrote: Commit-ID: 53d0a57343949b2af9b27229db534b98e5a0c4d0 Gitweb: http://git.kernel.org/tip/53d0a57343949b2af9b27229db534b98e5a0c4d0 Author: Jiri Olsa jo...@kernel.org AuthorDate: Fri, 20 Feb 2015 23:16:58 +0100 Committer: Arnaldo Carvalho

Re: [PATCH RFC 0/2] add nproc cgroup subsystem

2015-02-28 Thread Aleksa Sarai
I wouldn't think that preventing PID exhaustion would be all that much of a niche case, it's fully possible for it to happen without using excessive amounts of kernel memory (think about BIG server systems with terabytes of memory running (arguably poorly written) forking servers that handle

[tip:perf/core] perf tools: Remove the '--(null)' long_name for --list-opts

2015-02-28 Thread tip-bot for Yunlong Song
Commit-ID: 3ef1e65c829c86ffaa94a4ed59fed5da37f9610a Gitweb: http://git.kernel.org/tip/3ef1e65c829c86ffaa94a4ed59fed5da37f9610a Author: Yunlong Song yunlong.s...@huawei.com AuthorDate: Fri, 27 Feb 2015 18:21:30 +0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 27

[tip:perf/core] perf list: Avoid confusion of perf output and the next command prompt

2015-02-28 Thread tip-bot for Yunlong Song
Commit-ID: ed45752061be11a40f57df4304296147dbda2da9 Gitweb: http://git.kernel.org/tip/ed45752061be11a40f57df4304296147dbda2da9 Author: Yunlong Song yunlong.s...@huawei.com AuthorDate: Fri, 27 Feb 2015 18:21:29 +0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 27

[tip:perf/core] perf list: Clean up the printing functions of hardware/software events

2015-02-28 Thread tip-bot for Yunlong Song
Commit-ID: 705750f2d6e283ba2856ba8eda60dce2d405b387 Gitweb: http://git.kernel.org/tip/705750f2d6e283ba2856ba8eda60dce2d405b387 Author: Yunlong Song yunlong.s...@huawei.com AuthorDate: Fri, 27 Feb 2015 18:21:27 +0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 27

[tip:perf/core] perf list: Allow listing events with 'tracepoint' prefix

2015-02-28 Thread tip-bot for Yunlong Song
Commit-ID: 161149513b3570ebd7fe14fc2ddc42cb46557e37 Gitweb: http://git.kernel.org/tip/161149513b3570ebd7fe14fc2ddc42cb46557e37 Author: Yunlong Song yunlong.s...@huawei.com AuthorDate: Fri, 27 Feb 2015 18:21:26 +0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 27

Re: [PATCH] perf: fix building error

2015-02-28 Thread He Kuang
Well, I've tested and it worked. On 2015/2/28 10:49, Namhyung Kim wrote: Hi He, On Fri, Feb 27, 2015 at 06:05:37PM +0800, He Kuang wrote: When build with ARCH=x86_64/i386, perf failed to compile with following error: tests/builtin-test.o:(.data+0x158): undefined reference to

[tip:perf/core] perf trace: Fix SIGBUS failures due to misaligned accesses

2015-02-28 Thread tip-bot for David Ahern
Commit-ID: 55d43bcafe78b6da33f8a49be68ef168f3cbfec9 Gitweb: http://git.kernel.org/tip/55d43bcafe78b6da33f8a49be68ef168f3cbfec9 Author: David Ahern david.ah...@oracle.com AuthorDate: Thu, 19 Feb 2015 15:00:22 -0500 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Thu, 26

[tip:perf/core] perf probe: Handle strdup() failure

2015-02-28 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 38ae502b1df196f712f6f5d3609afc36337b330b Gitweb: http://git.kernel.org/tip/38ae502b1df196f712f6f5d3609afc36337b330b Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Thu, 26 Feb 2015 11:47:18 -0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri,

[PATCH] perf tools: Add PERF-FEATURES to the .gitignore file

2015-02-28 Thread Ingo Molnar
It's an auto-generated file. Signed-off-by: Ingo Molnar mi...@kernel.org diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index 40399c3d97d6..68328f517a2e 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -1,6 +1,7 @@ PERF-CFLAGS PERF-GUI-VARS PERF-VERSION-FILE

Invalid assignment to gate in st21nfca_get_iso14443_3_uid

2015-02-28 Thread Nicolas Iooss
Hello, While compiling Linux with -Wunused-but-set-parameter, gcc reported a warning in st21nfca_get_iso14443_3_uid function, about gate being set but not used [1]. By looking at the code, it is clear that gate = uid_skb-data; does nothing useful. The function is only called once, by

[PATCH] perf tools: Improve libbfd detection message

2015-02-28 Thread Ingo Molnar
Before: No bfd.h/libbfd found, install binutils-dev[el]/zlib-static to gain symbol demangling After: No bfd.h/libbfd found, please install binutils-dev[el]/zlib-static to gain symbol demangling Change the message to the standard 'please install' language. Signed-off-by: Ingo Molnar

RE: [PATCH v2] f2fs: fix max orphan inodes calculation

2015-02-28 Thread Chao Yu
-Original Message- From: Wanpeng Li [mailto:wanpeng...@linux.intel.com] Sent: Friday, February 27, 2015 5:38 PM To: Jaegeuk Kim Cc: Changman Lee; Chao Yu; linux-f2fs-de...@lists.sourceforge.net; linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; Wanpeng Li Subject: [PATCH

Re: [PATCH v4 1/2] mtd: nand: pxa3xx: Fix PIO FIFO draining

2015-02-28 Thread Brian Norris
On Wed, Feb 18, 2015 at 11:32:07AM +0100, Maxime Ripard wrote: The NDDB register holds the data that are needed by the read and write commands. However, during a read PIO access, the datasheet specifies that after each 32 bytes read in that register, when BCH is enabled, we have to make sure

[PATCH] f2fs: fix to issue small discard in real-time mode discard

2015-02-28 Thread Chao Yu
Now in f2fs, we share functions and structures for batch mode and real-time mode discard. For real-time mode discard, in shared function add_discard_addrs, we will use uninitialized trim_minlen in struct cp_control to compare with length of contiguous free blocks to decide whether skipping discard

Re: [PATCH] mtd: pxa3xx_nand: fix driver when num_cs is 0

2015-02-28 Thread Brian Norris
On Sun, Feb 08, 2015 at 09:02:09PM +0100, Robert Jarzmik wrote: As the devicetree binding doesn't require num_cs to exist or be strictly positive, and neither does the platform data case, a bug appear when num_cs is set to 0 and panics the kernel. The issue is that in alloc_nand_resource(),

Re: regression in 4.0.0-rc1 with r8169 ethernet

2015-02-28 Thread Jiang Liu
On 2015/2/28 6:24, Rafael J. Wysocki wrote: On Friday, February 27, 2015 03:50:32 PM Thomas Voegtle wrote: Hi, I have the same problem with a Asrock Q1900B-ITX mainboard with a Intel Celeron J1900 onboard. I did a bisect and ended up with: 593669c2ac0fe18baee04a3cd5539a148aa48574 is the

[PATCH v2] perf tools: Improve libbfd detection message

2015-02-28 Thread Ingo Molnar
Before: No bfd.h/libbfd found, install binutils-dev[el]/zlib-static to gain symbol demangling After: No bfd.h/libbfd found, please install binutils-dev[el]/zlib-static/libiberty-dev to gain symbol demangling Change the message to the standard 'please install' language and also add

Re: [PATCH] staging: lustre: fld_request.c: Remove else after return.

2015-02-28 Thread Sudip Mukherjee
On Fri, Feb 27, 2015 at 11:59:21AM -0300, Alberto Pires de Oliveira Neto wrote: Sorry, still getting the hang of it. Should I resend the patch ? better. and then your subject line should have [PATCH v2]. regards sudip -- To unsubscribe from this list: send the line unsubscribe linux-kernel in

Re: [PATCH v2 01/10] mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0

2015-02-28 Thread Brian Norris
On Thu, Feb 12, 2015 at 03:53:27PM +0100, Antoine Tenart wrote: pxa3xx_flash_ids wasn't initialized to 0, which in certain cases could end up containing corrupted values in its members. Fix this to avoid possible issues. Signed-off-by: Antoine Tenart antoine.ten...@free-electrons.com

[tip:perf/core] perf diff: Support for different binaries

2015-02-28 Thread tip-bot for Kan Liang
Commit-ID: 94ba462d69efeba2f97111321a9ba1aa8141da57 Gitweb: http://git.kernel.org/tip/94ba462d69efeba2f97111321a9ba1aa8141da57 Author: Kan Liang kan.li...@intel.com AuthorDate: Mon, 9 Feb 2015 05:39:44 + Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 27 Feb 2015

[tip:perf/core] perf probe: Fix get_real_path to free allocated memory in error path

2015-02-28 Thread tip-bot for Masami Hiramatsu
Commit-ID: eb47cb2eb22dfacac9689708f5bd3cb0e975e290 Gitweb: http://git.kernel.org/tip/eb47cb2eb22dfacac9689708f5bd3cb0e975e290 Author: Masami Hiramatsu masami.hiramatsu...@hitachi.com AuthorDate: Thu, 26 Feb 2015 17:25:04 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com

[PATCH] perf tools: Remove annoying extra message from the features build

2015-02-28 Thread Ingo Molnar
This message: Makefile:153: The path 'python-config' is not executable. Appears on every perf build that does not have a sufficient python environment installed. It's really just an internal detail of python configuration pass and users should not see it - and it's pretty meaningless to

Re: regression in 4.0.0-rc1 with r8169 ethernet

2015-02-28 Thread Marcel Holtmann
Hi Jiang, I have the same problem with a Asrock Q1900B-ITX mainboard with a Intel Celeron J1900 onboard. I did a bisect and ended up with: 593669c2ac0fe18baee04a3cd5539a148aa48574 is the first bad commit commit 593669c2ac0fe18baee04a3cd5539a148aa48574 Author: Jiang Liu

Re: regression in 4.0.0-rc1 with r8169 ethernet

2015-02-28 Thread Jiang Liu
On 2015/2/25 15:10, Bjorn Helgaas wrote: [+cc Jiang, Thomas, Lv, Rafael, linux-pci, linux-acpi] On Tue, Feb 24, 2015 at 9:47 PM, Dave Airlie airl...@gmail.com wrote: Hey, just booted an old AMD rs780 box with new kernel and my ethernet failed to come up! Looks like the MAC addr is all

Re: regression in 4.0.0-rc1 with r8169 ethernet

2015-02-28 Thread Jiang Liu
On 2015/2/28 16:36, Marcel Holtmann wrote: Hi Jiang, I have the same problem with a Asrock Q1900B-ITX mainboard with a Intel Celeron J1900 onboard. I did a bisect and ended up with: 593669c2ac0fe18baee04a3cd5539a148aa48574 is the first bad commit commit

RE: [f2fs-dev] [PATCH] f2fs: don't need to collect dirty sit entries and flush journal when there's no dirty sit entries

2015-02-28 Thread Chao Yu
-Original Message- From: Wanpeng Li [mailto:wanpeng...@linux.intel.com] Sent: Friday, February 27, 2015 4:53 PM To: Jaegeuk Kim Cc: linux-fsde...@vger.kernel.org; Wanpeng Li; linux-kernel@vger.kernel.org; linux-f2fs-de...@lists.sourceforge.net Subject: [f2fs-dev] [PATCH] f2fs: don't

[tip:perf/core] perf probe: Fix a precedence bug

2015-02-28 Thread tip-bot for He Kuang
Commit-ID: f56847c2e99810781f6941d01baff9ae223eeac3 Gitweb: http://git.kernel.org/tip/f56847c2e99810781f6941d01baff9ae223eeac3 Author: He Kuang heku...@huawei.com AuthorDate: Fri, 27 Feb 2015 18:52:53 +0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 27 Feb 2015

ACPI regression with 3.19+

2015-02-28 Thread Prakash Punnoor
Hallo, my system won't boot with current GIT kernel (see attached screenshot). The system seems somewhat frozen (cannot ssh into it), but magic sysrq still works. I bisected the problem to commit 593669c2ac0fe18baee04a3cd5539a148aa48574. Attached are my config and dmesg output from previous

[tip:perf/core] perf data: Fix sentinel setting for data_cmds array

2015-02-28 Thread tip-bot for Yunlong Song
Commit-ID: 1f924c29b5ab2257be88a2a4075d0800573d8479 Gitweb: http://git.kernel.org/tip/1f924c29b5ab2257be88a2a4075d0800573d8479 Author: Yunlong Song yunlong.s...@huawei.com AuthorDate: Fri, 27 Feb 2015 19:53:46 +0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 27

[tip:perf/core] perf buildid-cache: Add new buildid cache if update target is not cached

2015-02-28 Thread tip-bot for Masami Hiramatsu
Commit-ID: a50d11a10c2db86d7383c281d4e249d5393661e9 Gitweb: http://git.kernel.org/tip/a50d11a10c2db86d7383c281d4e249d5393661e9 Author: Masami Hiramatsu masami.hiramatsu...@hitachi.com AuthorDate: Thu, 26 Feb 2015 15:54:40 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com

[tip:perf/core] perf list: Sort the output of 'perf list' to view more clearly

2015-02-28 Thread tip-bot for Yunlong Song
Commit-ID: ab0e48002db818c1937f105cd18001dfdd3ce056 Gitweb: http://git.kernel.org/tip/ab0e48002db818c1937f105cd18001dfdd3ce056 Author: Yunlong Song yunlong.s...@huawei.com AuthorDate: Fri, 27 Feb 2015 18:21:25 +0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 27

[tip:perf/core] perf probe: Check kprobes blacklist when adding new events

2015-02-28 Thread tip-bot for Masami Hiramatsu
Commit-ID: 9aaf5a5f479bd68699f2e6f6e5e5f1253377b6da Gitweb: http://git.kernel.org/tip/9aaf5a5f479bd68699f2e6f6e5e5f1253377b6da Author: Masami Hiramatsu masami.hiramatsu...@hitachi.com AuthorDate: Thu, 19 Feb 2015 23:31:13 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com

[PATCH] perf tools: Improve Python feature detection messages

2015-02-28 Thread Ingo Molnar
Change the Python detection message from: config/Makefile:566: No python-config tool was found config/Makefile:566: Python support will not be built To: config/Makefile:565: No 'python-config' tool was found: disables Python support - please install python-devel/python-dev It's now a

Re: [PATCH 3/4] clk: Provide always-on clock support

2015-02-28 Thread Jassi Brar
On 28 February 2015 at 02:44, Lee Jones lee.jo...@linaro.org wrote: Lots of platforms contain clocks which if turned off would prove fatal. The only way to recover from these catastrophic failures is to restart the board(s). Now, when a clock is registered with the framework it is compared

Re: [PATCH] dma: mmp-tdma: refine dma disable and dma-pos update

2015-02-28 Thread Qiao Zhou
On 02/23/2015 07:23 PM, Vinod Koul wrote: On Thu, Feb 05, 2015 at 08:54:19PM +0800, Qiao Zhou wrote: Below are the refinements. 1. Set DMA abort bit when disabling dma channel. This will clear the remaining data in dma FIFO, to fix channel-swap issue. 2. Read DMA HW pointer when updating DMA

[PATCH] perf tools: Improve 'libbabel' feature check failure message

2015-02-28 Thread Ingo Molnar
On Debian-ish systems libbabeltrace-dev should be suggested as a package install as well. Signed-off-by: Ingo Molnar mi...@kernel.org diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index 40399c3d97d6..68328f517a2e 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@

[tip:perf/core] perf buildid-cache: Use pr_debug instead of verbose pr_info

2015-02-28 Thread tip-bot for Masami Hiramatsu
Commit-ID: cc169c7c31253e80e0d504f0cd5dbb9f1e3d3ac5 Gitweb: http://git.kernel.org/tip/cc169c7c31253e80e0d504f0cd5dbb9f1e3d3ac5 Author: Masami Hiramatsu masami.hiramatsu...@hitachi.com AuthorDate: Fri, 27 Feb 2015 13:50:28 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com

[tip:perf/core] perf list: Extend raw-dump to certain kind of events

2015-02-28 Thread tip-bot for Yunlong Song
Commit-ID: 5ef803ee02d67ad0b49f357cb7feb7d5e6b0015d Gitweb: http://git.kernel.org/tip/5ef803ee02d67ad0b49f357cb7feb7d5e6b0015d Author: Yunlong Song yunlong.s...@huawei.com AuthorDate: Fri, 27 Feb 2015 18:21:28 +0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 27

[tip:perf/core] perf buildid-cache: Add --purge FILE to remove all caches of FILE

2015-02-28 Thread tip-bot for Masami Hiramatsu
Commit-ID: 8d8c8e4cb3014fcc51f0e127b4316043306f5bb0 Gitweb: http://git.kernel.org/tip/8d8c8e4cb3014fcc51f0e127b4316043306f5bb0 Author: Masami Hiramatsu masami.hiramatsu...@hitachi.com AuthorDate: Fri, 27 Feb 2015 13:50:26 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com

[tip:perf/core] perf report: Fix branch stack mode cannot be set

2015-02-28 Thread tip-bot for He Kuang
Commit-ID: fefd2d9619de3bf0bf02a8622e9f445c3d19cc3f Gitweb: http://git.kernel.org/tip/fefd2d9619de3bf0bf02a8622e9f445c3d19cc3f Author: He Kuang heku...@huawei.com AuthorDate: Sun, 15 Feb 2015 10:33:37 +0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 27 Feb 2015

ACPI regression with 3.19+

2015-02-28 Thread Prakash Punnoor
Hallo, my system won't boot with current GIT kernel (see attached screenshot). The system seems somewhat frozen (cannot ssh into it), but magic sysrq still works. I bisected the problem to commit 593669c2ac0fe18baee04a3cd5539a148aa48574. Attached are my config and dmesg output from previous

[tip:perf/core] perf buildid-cache: Show usage with incorrect params

2015-02-28 Thread tip-bot for Masami Hiramatsu
Commit-ID: 0497d0a8201a38f0c95edc8a1fc0325f2f879ddb Gitweb: http://git.kernel.org/tip/0497d0a8201a38f0c95edc8a1fc0325f2f879ddb Author: Masami Hiramatsu masami.hiramatsu...@hitachi.com AuthorDate: Fri, 27 Feb 2015 13:50:31 +0900 Committer: Arnaldo Carvalho de Melo a...@redhat.com

[tip:perf/core] perf tools: Fix the bash completion problem of ' perf --*'

2015-02-28 Thread tip-bot for Yunlong Song
Commit-ID: 7335399a6a4bead9ef8b59ce7d811fc4e99ca98c Gitweb: http://git.kernel.org/tip/7335399a6a4bead9ef8b59ce7d811fc4e99ca98c Author: Yunlong Song yunlong.s...@huawei.com AuthorDate: Fri, 27 Feb 2015 18:21:31 +0800 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Fri, 27

Re: [PATCH 3/3] lib/vsprintf: Add %pC{,n,r} format specifiers for clocks

2015-02-28 Thread Geert Uytterhoeven
Hi Joe, On Fri, Feb 27, 2015 at 11:55 PM, Joe Perches j...@perches.com wrote: On Fri, 2015-02-27 at 14:18 -0800, Andrew Morton wrote: On Thu, 26 Feb 2015 12:13:03 +0100 Geert Uytterhoeven ge...@linux-m68k.org wrote: Add format specifiers for printing struct clk: - '%pC' or '%pCn': name

[PATCH] perf tools: Improve feature test debuggability

2015-02-28 Thread Ingo Molnar
Certain feature tests fail with link errors: triton:~/tip/tools/perf/config/feature-checks make test-libbabeltrace.bin gcc -MD -o test-libbabeltrace.bin test-libbabeltrace.c # -lbabeltrace provided by /tmp/cc6dRSqd.o: In function `main': test-libbabeltrace.c:(.text+0xf): undefined

Re: [PATCH v2] mtd: pxa3xx-nand: handle PIO in threaded interrupt

2015-02-28 Thread Brian Norris
On Fri, Feb 20, 2015 at 07:36:43PM +0100, Robert Jarzmik wrote: Change the handling of the data stage in the driver : don't pump data in the top-half interrupt, but rather schedule a thread for non dma cases. This will enable latencies in the data pumping, especially if delays are required.

Re: [LKP] [x86/mm/ASLR] f47233c2d34: WARNING: CPU: 0 PID: 1 at arch/x86/mm/ioremap.c:63 __ioremap_check_ram+0x445/0x4a0()

2015-02-28 Thread Borislav Petkov
On Thu, Feb 26, 2015 at 01:16:17PM +0100, Borislav Petkov wrote: The proper fix should be to say, don't ioremap setup_data which is kernel memory but I'm not sure I have a good idea at the moment how to do that *without* ioremapping the thing to inspect it first... More hmm... Yeah, too

Re: [PATCH v2 6/6] HID: uclogic: actually invert the in-range bit for huion tablets only

2015-02-28 Thread Nikolai Kondrashov
On 02/26/2015 08:57 PM, Benjamin Tissoires wrote: This hack is only needed for Huion tablets. It does not seem to have any effect on the other tablets handled by this device right now, but it's better to check for the product id sooner than discovering that we have messed up one tablet later.

[PATCH] Staging: Octeon USB: Fix space prohibited between function name and open parenthesis

2015-02-28 Thread Sean Darcy
This patch fixes the following checkpatch.pl warning in drivers/staging/octeon-usb/octeon-hcd.c WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Sean Darcy darcy...@gmail.com --- drivers/staging/octeon-usb/octeon-hcd.c | 2 +- 1 file changed, 1

[PATCH] Staging: fbtft: fix space errors

2015-02-28 Thread Matteo Semenzato
From: Matteo Semenzato mattew8...@gmail.com This patch fixes the following errors: spaces required around that '=' (ctx:VxV) space required after that ',' (ctx:VxV) space required after that ';' (ctx:VxV) Signed-off-by: Matteo Semenzato mattew8...@gmail.com --- drivers/staging/fbtft/flexfb.c |

[PATCH 5/5] mfd: arizona: Update DT binding documentation for inmode

2015-02-28 Thread Charles Keepax
Update the DT binding documentation for the inmode binding to mention the new defines and clarify the text slightly. Signed-off-by: Charles Keepax ckee...@opensource.wolfsonmicro.com --- Documentation/devicetree/bindings/mfd/arizona.txt | 11 +-- 1 files changed, 5 insertions(+), 6

Re: [PATCH v2 2/2] Input: bcm-keypad: Add Broadcom keypad controller

2015-02-28 Thread Scott Branden
On 15-02-27 03:44 PM, Dmitry Torokhov wrote: Hi Scott, Mostly style nitpicks here... On Thu, Feb 26, 2015 at 08:08:49AM -0800, Scott Branden wrote: Add driver for Broadcom's keypad controller. Broadcom Keypad controller is used to interface a SoC with a matrix-type keypad device. The keypad

[PATCH v3 2/2] Input: bcm-keypad: Add Broadcom keypad controller

2015-02-28 Thread Scott Branden
Add driver for Broadcom's keypad controller. Broadcom Keypad controller is used to interface a SoC with a matrix-type keypad device. The keypad controller supports multiple row and column lines. A key can be placed at each intersection of a unique row and a unique column. The keypad controller

[PATCH V2] Staging: fbtft: fix space errors

2015-02-28 Thread Matteo Semenzato
From: Matteo Semenzato mattew8...@gmail.com This patch fixes the following errors: spaces required around that '=' (ctx:VxV) space required after that ',' (ctx:VxV) space required after that ';' (ctx:VxV) Signed-off-by: Matteo Semenzato mattew8...@gmail.com --- drivers/staging/fbtft/flexfb.c |

Re: [PATCH v4 2/4] mfd: lubbock_cplds: add lubbock IO board

2015-02-28 Thread Robert Jarzmik
Robert Jarzmik robert.jarz...@free.fr writes: Hi Arnd and Greg, It's been a week, backlog ping ? I have this driver I'm upstreaming, which comes out of arch/arm/mach-pxa/lubbock.c. As for the reason it is extracted, see submitted commit [1] for reference. The main question is : where does

[PATCH 1/5] UBI: account for bitflips in both the VID header and data

2015-02-28 Thread Brian Norris
We are completely discarding the earlier value of 'bitflips', which could reflect a bitflip found in ubi_io_read_vid_hdr(). Let's use the bitwise OR of header and data 'bitflip' statuses instead. Coverity CID #1226856 Signed-off-by: Brian Norris computersforpe...@gmail.com ---

[PATCH 5/5] UBI: align comment for readability

2015-02-28 Thread Brian Norris
The kerneldoc for @vid_hdr_aloffset continues onto a second line, but this is not obvious, because the second line isn't indented, and it begins with '@'. Signed-off-by: Brian Norris computersforpe...@gmail.com --- drivers/mtd/ubi/ubi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 4/5] UBI: fix check for too many bytes

2015-02-28 Thread Brian Norris
The comparison from the previous line seems to have been erroneously (partially) copied-and-pasted onto the next. The second line should be checking req.bytes, not req.lnum. Coverity CID #139400 Signed-off-by: Brian Norris computersforpe...@gmail.com --- drivers/mtd/ubi/cdev.c | 2 +- 1 file

[PATCH 2/5] UBI: fix out of bounds write

2015-02-28 Thread Brian Norris
If aeb-len = vol-reserved_pebs, we should not be writing aeb into the PEB-LEB mapping. Caught by Coverity, CID #711212. Signed-off-by: Brian Norris computersforpe...@gmail.com --- drivers/mtd/ubi/eba.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/mtd/ubi/eba.c

[PATCH 0/5] UBI: Coverity-inspired fixes

2015-02-28 Thread Brian Norris
Except for the last one, these were inspired by Coverity Scan results. These fixes have barely been tested, but they are pretty straightforward logically. As they've been sitting in my dust pile too long, I thought I'd at least get them out there. Brian Norris (5): UBI: account for bitflips in

Re: [tip:perf/core] perf tools: Add feature check for libbabeltrace

2015-02-28 Thread Jiri Olsa
On Sat, Feb 28, 2015 at 10:25:03AM +0100, Ingo Molnar wrote: * tip-bot for Jiri Olsa tip...@zytor.com wrote: Commit-ID: 53d0a57343949b2af9b27229db534b98e5a0c4d0 Gitweb: http://git.kernel.org/tip/53d0a57343949b2af9b27229db534b98e5a0c4d0 Author: Jiri Olsa jo...@kernel.org

Re: [RFC] mm: change mm_advise_free to clear page dirty

2015-02-28 Thread Minchan Kim
On Sat, Feb 28, 2015 at 10:11:13AM +0800, Wang, Yalin wrote: -Original Message- From: Michal Hocko [mailto:msts...@gmail.com] On Behalf Of Michal Hocko Sent: Saturday, February 28, 2015 5:03 AM To: Wang, Yalin Cc: 'Minchan Kim'; Andrew Morton; linux-kernel@vger.kernel.org; linux-

Re: [PATCH_V3 1/3] dt-bindings: dma: Add binding for jz4780-dma

2015-02-28 Thread Alex Smith
On 27 February 2015 at 09:20, Zubair Lutfullah Kakakhel zubair.kakak...@imgtec.com wrote: Hi Alex, On 26/02/15 20:04, Alex Smith wrote: Hi Zubair, On 26 February 2015 at 12:43, Zubair Lutfullah Kakakhel zubair.kakak...@imgtec.com wrote: From: Alex Smith alex.sm...@imgtec.com Add device

Re: perf: fuzzer causes lockup in x86_pmu_event_init()

2015-02-28 Thread Jiri Olsa
On Wed, Feb 25, 2015 at 04:16:39PM +0100, Peter Zijlstra wrote: On Mon, Feb 23, 2015 at 10:56:10PM -0500, Vince Weaver wrote: On Tue, 17 Feb 2015, Vince Weaver wrote: [884044.228001] RIP: 0010:[810138a8] [810138a8] x86_pmu_event_init+0x138/0x31d [884044.228001] Call

[PATCH] x86-64: no need to fix up physical addresses if they are correct

2015-02-28 Thread Alexander Kuleshov
If kernel doesn't use kASLR and runned on the same address that was compiled to run, %rbp will be zero and no need to fix physical addresses in the page tables. Signed-off-by: Alexander Kuleshov kuleshovm...@gmail.com --- arch/x86/kernel/head_64.S | 9 + 1 file changed, 9 insertions(+)

Re: [PATCH] fs: record task name which froze superblock

2015-02-28 Thread Alexey Dobriyan
On Fri, Feb 20, 2015 at 01:15:22PM +0100, Jan Kara wrote: On Fri 20-02-15 14:42:29, Alexey Dobriyan wrote: On Wed, Feb 18, 2015 at 12:13 PM, Jan Kara j...@suse.cz wrote: --- a/fs/ioctl.c +++ b/fs/ioctl.c @@ -518,6 +518,7 @@ static int ioctl_fioasync(unsigned int fd, struct

Re: [PATCH v4 2/4] mfd: lubbock_cplds: add lubbock IO board

2015-02-28 Thread Greg Kroah-Hartman
On Sat, Feb 28, 2015 at 10:57:30AM +0100, Robert Jarzmik wrote: Robert Jarzmik robert.jarz...@free.fr writes: Hi Arnd and Greg, It's been a week, backlog ping ? If only my backlog was just one week... And I'm not the mfd maintainer... -- To unsubscribe from this list: send the line

[PATCH] mfd: rk808: disable the under voltage detect

2015-02-28 Thread Chris Zhong
Rk808 has a under voltage detect function, when the voltage of buck is under 85% the target voltage, the buck output will reset. But if the power load is too heavy, this function maybe err, when current over 4.2A, although the voltage is normal, but RK808 mistakenly think it is under 85%, and

Re: [PATCH v3] net: macb: Add big endian CPU support

2015-02-28 Thread Arun Chandran
Hi David, This patch converts all __raw_readl and __raw_writel function calls to their corresponding readl_relaxed and writel_relaxed variants. It also tells the driver to set ahb_endian_swp_mgmt_en bit in dma_cfg when the CPU is configured in big endian mode. Signed-off-by: Arun Chandran

[PATCH v2] power: bq27x00_battery: add bq27510 support

2015-02-28 Thread Alexandre Belloni
Add support for bq27510 to the bq27x00 driver. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- Changes in v2: - corrected the bq27x00_battery_read_cyct changes drivers/power/bq27x00_battery.c | 52 - 1 file changed, 46

Re: [RFC] mm: change mm_advise_free to clear page dirty

2015-02-28 Thread Minchan Kim
On Fri, Feb 27, 2015 at 10:37:14PM +0900, Minchan Kim wrote: On Fri, Feb 27, 2015 at 03:50:29PM +0800, Wang, Yalin wrote: -Original Message- From: Minchan Kim [mailto:minchan@gmail.com] On Behalf Of Minchan Kim Sent: Friday, February 27, 2015 2:44 PM To: Wang, Yalin Cc:

Re: [PATCH] x86-64: no need to fix up physical addresses if they are correct

2015-02-28 Thread Borislav Petkov
On Sat, Feb 28, 2015 at 07:34:20PM +0600, Alexander Kuleshov wrote: If kernel doesn't use kASLR and runned on the same address that was compiled to run, %rbp will be zero and no need to fix physical addresses in the page tables. Signed-off-by: Alexander Kuleshov kuleshovm...@gmail.com ---

Re: [PATCH v2 2/2] hwrng: iproc-rng200 - Add Broadcom IPROC RNG driver

2015-02-28 Thread Scott Branden
On 15-02-27 01:14 AM, Arnd Bergmann wrote: On Thursday 26 February 2015 14:26:02 Scott Branden wrote: On 15-02-26 12:15 PM, Arnd Bergmann wrote: On 15-02-25 11:17 AM, Arnd Bergmann wrote: On Wednesday 25 February 2015 10:16:24 Scott Branden wrote: This code was following examples of other

Re: [PATCH 2/6] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-02-28 Thread Paul Bolle
On Tue, 2015-02-24 at 16:21 +0200, Peter Ujfalusi wrote: The DRA7x has more peripherals with DMA requests than the sDMA can handle: 205 vs 127. All DMA requests are routed through the DMA crossbar, which can be configured to route selected incoming DMA requests to specific sDMA request.

[tip:x86/mm] x86/mm: Unexport set_memory_ro() and set_memory_rw()

2015-02-28 Thread tip-bot for Daniel Borkmann
Commit-ID: 6bbb614ec478961c7443086bdf7fd6784479c14a Gitweb: http://git.kernel.org/tip/6bbb614ec478961c7443086bdf7fd6784479c14a Author: Daniel Borkmann dan...@iogearbox.net AuthorDate: Fri, 27 Feb 2015 15:55:40 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate: Sat, 28 Feb 2015

Re: [PATCH] Input: ALPS - fix memory leak when detection fails

2015-02-28 Thread Pali Rohár
On Saturday 28 February 2015 00:53:57 Dmitry Torokhov wrote: This fixes memory leak introduced by commit a09221e83e13e09a33109b9b037484eade901cea Signed-off-by: Dmitry Torokhov dmitry.torok...@gmail.com --- drivers/input/mouse/alps.c | 4 +++- 1 file changed, 3 insertions(+), 1

Re: [PATCH RFC 0/2] add nproc cgroup subsystem

2015-02-28 Thread Tejun Heo
Hello, Aleksa. On Sat, Feb 28, 2015 at 08:26:34PM +1100, Aleksa Sarai wrote: I just want to quickly echo my support for this statement. Process IDs aren't limited by kernel memory, they're a hard-set limit. Thus they are Process IDs become a hard global resource because we didn't switch to

Re: [tip:x86/mm] x86/mm: Unexport set_memory_ro() and set_memory_rw()

2015-02-28 Thread Arjan van de Ven
On 2/28/2015 2:00 AM, tip-bot for Daniel Borkmann wrote: Commit-ID: 6bbb614ec478961c7443086bdf7fd6784479c14a Gitweb: http://git.kernel.org/tip/6bbb614ec478961c7443086bdf7fd6784479c14a Author: Daniel Borkmann dan...@iogearbox.net AuthorDate: Fri, 27 Feb 2015 15:55:40 +0100 Committer:

[PATCH] Staging: fbtft: fix coding style errors

2015-02-28 Thread Matteo Semenzato
From: Matteo Semenzato mattew8...@gmail.com This patch fixes the following error: space required after that ';' Signed-off-by: Matteo Semenzato mattew8...@gmail.com --- drivers/staging/fbtft/fbtft_device.c | 68 ++-- 1 file changed, 34 insertions(+), 34

[PATCH] proc: fix PAGE_SIZE limit of /proc/$PID/cmdline

2015-02-28 Thread Alexey Dobriyan
/proc/$PID/cmdline truncates output at PAGE_SIZE. It is easy to see with $ cat /proc/self/cmdline $(seq 1037) 2/dev/null However, command line size was never limited to PAGE_SIZE but to 128 KB and relatively recently limitation was removed altogether. seq file interface is not OK,

[PATCH] Staging: fbtft: fix indent

2015-02-28 Thread Matteo Semenzato
From: Matteo Semenzato mattew8...@gmail.com This patch fixes the following error: code indent should use tabs where possible Signed-off-by: Matteo Semenzato mattew8...@gmail.com --- drivers/staging/fbtft/flexfb.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

Re: [PATCH v2 1/2] Input: bcm-keypad: add device tree bindings

2015-02-28 Thread Scott Branden
Hi Dmitry, On 15-02-27 03:39 PM, Dmitry Torokhov wrote: Hi Scott, On Thu, Feb 26, 2015 at 08:08:48AM -0800, Scott Branden wrote: Documents the Broadcom keypad controller device tree bindings. Reviewed-by: Ray Jui r...@broadcom.com Signed-off-by: Scott Branden sbran...@broadcom.com ---

[PATCH v3 1/2] Input: bcm-keypad: add device tree bindings

2015-02-28 Thread Scott Branden
Documents the Broadcom keypad controller device tree bindings. Reviewed-by: Ray Jui r...@broadcom.com Signed-off-by: Scott Branden sbran...@broadcom.com --- .../devicetree/bindings/input/brcm,bcm-keypad.txt | 108 + 1 file changed, 108 insertions(+) create mode 100644

[PATCH v3 0/2] Add support for Broadcom keypad controller

2015-02-28 Thread Scott Branden
This series of patchsets contains the Broadcom keypad controller driver and device tree binding documentation. Changes from v2: - changed binding to use autorepeat - stylistic updates Changes from v1: - updated dt documentation to remove to matrix-keymap.txt - removed bcm_kp_remove as it is not

[PATCH 1/7] mtd: docg3: drop dead code

2015-02-28 Thread Brian Norris
If no devices were found, we would already have skipped over this code. Detected by Coverity, CID #744270 Signed-off-by: Brian Norris computersforpe...@gmail.com --- drivers/mtd/devices/docg3.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mtd/devices/docg3.c

[PATCH 3/7] mtd: tests: fix more potential integer overflows

2015-02-28 Thread Brian Norris
Caught by Coverity (CID #200625 and others) Signed-off-by: Brian Norris computersforpe...@gmail.com Cc: Akinobu Mita akinobu.m...@gmail.com --- drivers/mtd/tests/oobtest.c | 2 +- drivers/mtd/tests/speedtest.c | 2 +- drivers/mtd/tests/stresstest.c | 4 ++--

[PATCH 4/7] mtd: nand: fixup bounds checks for nand_{lock,unlock}()

2015-02-28 Thread Brian Norris
Coverity noticed that these 'ret' assignments weren't being used. Let's use them. Note that nand_lock() and nand_unlock() are still not officially used by any drivers. Coverity CIDs #1227054 and #1227037 Signed-off-by: Brian Norris computersforpe...@gmail.com --- drivers/mtd/nand/nand_base.c |

[PATCH 3/5] UBI: initialize LEB number variable

2015-02-28 Thread Brian Norris
In some of the 'out_not_moved' error paths, lnum may be used uninitialized. Don't ignore the warning; let's fix it. This uninitialized variable doesn't have much visible effect in the end, since we just schedule the PEB for erasure, and its LEB number doesn't really matter (it just gets printed

Re: [PATCH] Staging: fbtft: fix space errors

2015-02-28 Thread Joe Perches
On Sat, 2015-02-28 at 15:44 +0100, Matteo Semenzato wrote: This patch fixes the following errors: spaces required around that '=' (ctx:VxV) space required after that ',' (ctx:VxV) space required after that ';' (ctx:VxV) [] diff --git a/drivers/staging/fbtft/flexfb.c

Re: [PATCH] Input: psmouse - when comparing PNP IDs ignore case

2015-02-28 Thread Hans de Goede
Hi, On 28-02-15 01:18, Dmitry Torokhov wrote: PNP IDs are supposed to be case-insensitive and so we should compare them as such. Signed-off-by: Dmitry Torokhov dmitry.torok...@gmail.com Looks good: Acked-by: Hans de Goede hdego...@redhat.com Regards, Hans ---

Re: [PATCHv2 0/7] Add VMX module for PPC64

2015-02-28 Thread Herbert Xu
On Fri, Feb 06, 2015 at 02:54:55PM -0200, Leonidas S. Barbosa wrote: VMX cryptographic acceleration instructions were added to the POWER8 CPU. These instructions implement portions of AES and GHASH in hardware. This patch set adds a new module for PPC64, vmx, that support cryptographic

Re: [PATCH 0/2] drivers: cpuidle: minor suspend-to-idle fixes

2015-02-28 Thread Lorenzo Pieralisi
On Fri, Feb 27, 2015 at 10:11:54PM +, Rafael J. Wysocki wrote: On Friday, February 27, 2015 10:00:00 AM Lorenzo Pieralisi wrote: [CC'ed Preeti] On Thu, Feb 26, 2015 at 11:37:54PM +, Rafael J. Wysocki wrote: Me versions of the two $subject patches follow. Thank you. I am

Attn My Dear

2015-02-28 Thread ali alimu
Attn My Dear I have registered your package with BCEAO BANK PLC Republic of Togo this morning and we agreed up that the delivery of your $2.8m in ATM CARD delivery will take place Tomorrow morning call me +234-070-313-564-01 your information is needed Full Name: Home Address occupation: Cell

Re: [PATCH] power: bq27x00_battery: add bq27510 support

2015-02-28 Thread Alexandre Belloni
Hi, On 25/02/2015 at 23:17:48 +0100, Sebastian Reichel wrote : @@ -350,6 +378,9 @@ static int bq27x00_battery_read_cyct(struct bq27x00_device_info *di) { int cyct; + spurious newline. + if (di-chip == BQ27510) + cyct = bq27x00_read(di, BQ27510_REG_CYCT,

Re: [PATCH v2 2/2] Input: bcm-keypad: Add Broadcom keypad controller

2015-02-28 Thread Paul Bolle
On Thu, 2015-02-26 at 08:08 -0800, Scott Branden wrote: Add driver for Broadcom's keypad controller. Broadcom Keypad controller is used to interface a SoC with a matrix-type keypad device. The keypad controller supports multiple row and column lines. A key can be placed at each intersection

[PATCH 3/5] mfd: arizona: Add DT binding for the DMIC references

2015-02-28 Thread Charles Keepax
Signed-off-by: Charles Keepax ckee...@opensource.wolfsonmicro.com --- drivers/mfd/arizona-core.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/mfd/arizona-core.c b/drivers/mfd/arizona-core.c index dddaaef..6002ce9 100644 ---

[PATCH 2/5] mfd: arizona: Add DT binding documentation for CODEC 32k clock source

2015-02-28 Thread Charles Keepax
Signed-off-by: Charles Keepax ckee...@opensource.wolfsonmicro.com --- Documentation/devicetree/bindings/mfd/arizona.txt |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt

  1   2   3   4   5   6   7   >