Re: [PATCH 14/18] perf tools: Make vmlinux short name more like kallsyms short name

2014-11-08 Thread Jiri Olsa
On Thu, Nov 06, 2014 at 06:04:35PM -0300, Arnaldo Carvalho de Melo wrote: > From: Namhyung Kim > > The previous patch changed kernel dso name from '[kernel.kallsyms]' to > vmlinux. However it might add confusion to old users accustomed to the > old name. So change the short name to

Re: [PATCH v3 3/4] input: alps: For protocol V3, do not process data when last packet's bit7 is set

2014-11-08 Thread Dmitry Torokhov
Hi Pali, On Sun, Nov 02, 2014 at 12:25:09AM +0100, Pali Rohár wrote: > Sometimes on Dell Latitude laptops psmouse/alps driver receive invalid ALPS > protocol V3 packets with bit7 set in last byte. More often it can be > reproduced > on Dell Latitude E6440 or E7440 with closed lid and pushing

[PATCH 4/5] f2fs: write node pages if checkpoint is not doing

2014-11-08 Thread Jaegeuk Kim
It needs to write node pages if checkpoint is not doing in order to avoid memory pressure. Signed-off-by: Jaegeuk Kim --- fs/f2fs/node.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c index 4ea2c47..6f514fb 100644 ---

[PATCH 3/5] f2fs: control the memory footprint used by ino entries

2014-11-08 Thread Jaegeuk Kim
This patch adds to control the memory footprint used by ino entries. This will conduct best effort, not strictly. Signed-off-by: Jaegeuk Kim --- fs/f2fs/node.c| 28 ++-- fs/f2fs/node.h| 3 ++- fs/f2fs/segment.c | 3 ++- 3 files changed, 26 insertions(+), 8

[PATCH 5/5] f2fs: do not skip any writes under memory pressure

2014-11-08 Thread Jaegeuk Kim
Under memory pressure, let's avoid skipping data writes. Signed-off-by: Jaegeuk Kim --- fs/f2fs/segment.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fs/f2fs/segment.h b/fs/f2fs/segment.h index 6723ccc..7f327c0 100644 --- a/fs/f2fs/segment.h +++ b/fs/f2fs/segment.h @@ -711,6 +711,9

[PATCH 2/5] f2fs: introduce the number of inode entries

2014-11-08 Thread Jaegeuk Kim
This patch adds to monitor the number of ino entries. Signed-off-by: Jaegeuk Kim --- fs/f2fs/checkpoint.c | 27 +++ fs/f2fs/debug.c | 4 +++- fs/f2fs/f2fs.h | 2 +- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/fs/f2fs/checkpoint.c

[PATCH 1/5] f2fs: disable roll-forward when active_logs = 2

2014-11-08 Thread Jaegeuk Kim
The roll-forward mechanism should be activated when the number of active logs is not 2. Signed-off-by: Jaegeuk Kim --- fs/f2fs/file.c| 2 ++ fs/f2fs/segment.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c index 46311e7..54722a0

Re: [PATCH v6] Move BTRFS RCU string to common library

2014-11-08 Thread Omar Sandoval
On Sat, Nov 08, 2014 at 08:13:37AM -0800, Joe Perches wrote: > On Sat, 2014-11-08 at 00:46 -0800, Omar Sandoval wrote: > > The RCU-friendly string API used internally by BTRFS is generic enough for > > common use. This doesn't add any new functionality, but instead just moves > > the > > code and

Re: [Patch Part2 v5 21/31] PCI/MSI: Enhance core to support hierarchy irqdomain

2014-11-08 Thread Jiang Liu
On 2014/11/9 12:26, Suravee Suthikulpanit wrote: > Hi Gerry, > > Please see my comments / questions below. > > On 11/6/14 21:20, Jiang Liu wrote: >> Enhance PCI MSI core to support hierarchy irqdomain, so the common >> code could be shared among architectures. >> >> Signed-off-by: Jiang Liu >>

[GIT PULL] ARM: SoC fixes for 3.18-rc4

2014-11-08 Thread Olof Johansson
Hi Linus, The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4: Linux 3.18-rc3 (2014-11-02 15:01:51 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-for-rc4 for you to fetch changes up to

Re: [PATCH v5 3/6] irqchip: gic: Support hierarchy irq domain.

2014-11-08 Thread Jiang Liu
On 2014/10/29 18:00, Yingjoe Chen wrote: > Add support to use gic as a parent for stacked irq domain. > > Signed-off-by: Yingjoe Chen > --- > drivers/irqchip/Kconfig | 1 + > drivers/irqchip/irq-gic.c | 90 > +-- > 2 files changed, 65

Re: [PATCH v8 4/8] ARM: dts: Enable Broadcom Cygnus SoC

2014-11-08 Thread Olof Johansson
On Sat, Nov 8, 2014 at 10:13 PM, Scott Branden wrote: > On 14-11-08 04:22 PM, Olof Johansson wrote: >> >> Hi, >> >> A bunch of small comments below, should be quick to fix. >> >> On Tue, Oct 28, 2014 at 12:53 PM, Scott Branden >> wrote: >>> >>> DT files to enable cygnus consisting on reference

[GIT PULL] irqchip: Core changes for v3.19

2014-11-08 Thread Jason Cooper
Thomas, This is a little smaller than I usual send, but I'm trying to keep on top of it with everything else I have going on. These changes have been in -next for at least 4 builds of -next. Please pull. thx, Jason. The following changes since commit

Re: [PATCH v8 4/8] ARM: dts: Enable Broadcom Cygnus SoC

2014-11-08 Thread Scott Branden
On 14-11-08 04:22 PM, Olof Johansson wrote: Hi, A bunch of small comments below, should be quick to fix. On Tue, Oct 28, 2014 at 12:53 PM, Scott Branden wrote: DT files to enable cygnus consisting on reference designs and cygnus core configuration. Reviewed-by: Ray Jui Reviewed-by: Arun

Re: [PATCH v5 0/6] ARM: mediatek: Add support for interrupt polarity

2014-11-08 Thread Jason Cooper
Thomas, Marc, Could I get Acks for the core changes and gic changes when you have a moment? thx, Jason. On Wed, Oct 29, 2014 at 06:00:18PM +0800, Yingjoe Chen wrote: > This series is 5th version of interrupt polarity support for MediaTek SoCs. > This is based on Jiang's hierarchy irqdomain

Re: [PATCH] scripts/ksize: Add kernel build size report

2014-11-08 Thread Darren Hart
On 11/8/14 19:26, Josh Triplett wrote: > On Sat, Nov 08, 2014 at 03:18:18PM -0800, Darren Hart wrote: >> ksize generates hierarchical build size reports from vmlinux, *.o, and >> built-in.o files. >> >> ksize is useful in preparing minimal configurations and comparing >> similar configurations

Re: [PATCH v2 0/5] irqchip: atmel-aic: add RTT irq fixup

2014-11-08 Thread Jason Cooper
On Mon, Nov 03, 2014 at 09:30:59AM +0100, Boris Brezillon wrote: > Hello, > > This patch series add a new fixup function for the RTT (Real Time Timer) > block and make use of it on SoCs integrating at least one RTT to prevent > spurious interrupts on the first interrupt line. > > This fixup

Re: Early test: hangs in mm/compact.c w. Linus's 12d7aacab56e9ef185c

2014-11-08 Thread Hillf Danton
> > Can you please try the following patch? > > --- a/mm/compaction.c > > +++ b/mm/compaction.c > > @@ -1325,13 +1325,6 @@ unsigned long try_to_compact_pages(struct zonelist > > - compaction_defer_reset(zone, order, false); > > NACK :( > > I just got again into a state that

Systemd Blues. A lyrical song that says Fuck SystemD, no harm Ment Mr. Poettering

2014-11-08 Thread Brad Townshend
Systemd Blues. A lyrical song accompanied by some drum and a heavy thick bass line that's been laid down like tar during a southern snow storm, that says Fuck SystemD, no harm Ment Mr. Poettering (who is an important man) http://youtu.be/y0aTqsl-vfU Please discuss. Best Regards. Fuck Systemd.

Re: [PATCH V4 00/14] genirq endian fixes; bcm7120/brcmstb IRQ updates

2014-11-08 Thread Jason Cooper
On Fri, Nov 07, 2014 at 07:27:45AM -0500, Jason Cooper wrote: > Thomas, > > On Thu, Nov 06, 2014 at 10:44:15PM -0800, Kevin Cernekee wrote: > > V3->V4: > > > > - Fix buildbot bisectability warning on patch 02/14 (missing include) > > Dammit. :( Even if I had created a topic branch for this

Re: [Patch Part2 v5 21/31] PCI/MSI: Enhance core to support hierarchy irqdomain

2014-11-08 Thread Suravee Suthikulpanit
Hi Gerry, Please see my comments / questions below. On 11/6/14 21:20, Jiang Liu wrote: Enhance PCI MSI core to support hierarchy irqdomain, so the common code could be shared among architectures. Signed-off-by: Jiang Liu --- Hi Thomas, These changes are a temporary solution, I'm

Re: [PATCH v5 06/24] Update MAINTAINERS and CREDITS files with amdkfd info

2014-11-08 Thread Josh Triplett
On Sat, Nov 08, 2014 at 12:49:29PM -0800, Joe Perches wrote: > On Sat, 2014-11-08 at 11:01 -0800, Josh Triplett wrote: > > On Sat, Nov 08, 2014 at 08:37:27PM +0200, Oded Gabbay wrote: > > > CREDITS | 7 +++ > > > MAINTAINERS | 10 ++ > > > 2 files changed, 17 insertions(+) > > >

[PATCH] drivers: staging: lustre: Kconfig: Let LUSTRE_LLITE_LLOOP depend on all !"*_64K*" page

2014-11-08 Thread Chen Gang
It does not support 64K page, so let it disabled for 64K page under all architectures. The related error (with allmodconfig under tile): CC [M] drivers/staging/lustre/lustre/llite/lloop.o In file included from

[PATCH 1/2] arm: dts: zynq: Move crystal freq. to board level

2014-11-08 Thread Peter Crosthwaite
The fact that all supported boards use the same 33MHz crystal is a co-incidence. The Zynq PS support a range of crystal freqs so the hardcoded setting should be removed from the dtsi. Re-implement it on the board level. This prepares support for Zynq boards with different crystal frequencies

[PATCH 2/2] arm: dts: zynq: Add Digilent ZYBO board

2014-11-08 Thread Peter Crosthwaite
Add a DTS describing the Digilent ZYBO board. Similar to ZED but with a 50MHz crystal instead of 33MHz. Signed-off-by: Peter Crosthwaite --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/zynq-zybo.dts | 52 + 2 files changed, 54

Re: [PATCH] scripts/ksize: Add kernel build size report

2014-11-08 Thread Josh Triplett
On Sat, Nov 08, 2014 at 03:18:18PM -0800, Darren Hart wrote: > ksize generates hierarchical build size reports from vmlinux, *.o, and > built-in.o files. > > ksize is useful in preparing minimal configurations and comparing > similar configurations across kernel versions. > > Signed-off-by:

Re: [PATCH v2 01/11] crypto: Documentation - crypto API high level spec

2014-11-08 Thread Jason Cooper
Stephan, On Mon, Nov 03, 2014 at 03:18:29PM +0100, Stephan Mueller wrote: > Am Montag, 3. November 2014, 08:34:39 schrieb Jonathan Corbet: > > These are all useful. But I wonder if it would be worth the effort to turn > > this inti a proper docbook document that automatically has everything > >

Hello

2014-11-08 Thread Thaung Lin Yan
Your partnership is needed for a profitable business transaction involving huge amounts of fund please contact me for more details. --- Uw partnerschap is nodig voor een winstgevende business transactie waarbij enorme hoeveelheden fonds

Re: [PATCH net-next] dccp: Convert DCCP_WARN to net_warn_ratelimited

2014-11-08 Thread David Miller
From: Joe Perches Date: Thu, 06 Nov 2014 12:53:41 -0800 > Remove the dependency on the "warning" sysctl (net_msg_warn) > which is only used by the LIMIT_NETDEBUG macro. > > Convert the LIMIT_NETDEBUG use in DCCP_WARN to the more > common net_warn_ratelimited mechanism. > > This still

Re: [PATCH 0/7] Security: Provide unioned file support

2014-11-08 Thread Casey Schaufler
On 11/7/2014 10:54 AM, Daniel J Walsh wrote: > On 11/07/2014 10:21 AM, David Howells wrote: >> Casey Schaufler wrote: >> > What does this mean? It has been decided that for the purposes of docker, all files within the docker root fs will have the same label. We'd have to provide

[PATCH 4/5] serial: jsm: Replace magic value with the proper define

2014-11-08 Thread Konrad Zapalowicz
The changed function flushes the tx UART and the '4' corresponds to the UART_FCR_CLEAR_XMIT value. This commit replaces the magic number with this define. Signed-off-by: Konrad Zapalowicz --- drivers/tty/serial/jsm/jsm_neo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 1/5] serial: jsm: Remove unnecessary parameter from clear_break()

2014-11-08 Thread Konrad Zapalowicz
The 'force' parameter to the {cls,neo}_send_break() function has been removed because it has not been used. The client to this API (the tty code) always called this function with only one value. Signed-off-by: Konrad Zapalowicz --- drivers/tty/serial/jsm/jsm.h | 2 +-

[PATCH 2/5] serial: jsm: Remove unnecessary if statement

2014-11-08 Thread Konrad Zapalowicz
The flow of {neo,cls}_param() shows that at this stage the baud rate has a non-zero value. This fact makes the if clausule obsolete and acknowledges it's removal. Signed-off-by: Konrad Zapalowicz --- drivers/tty/serial/jsm/jsm_cls.c | 3 --- drivers/tty/serial/jsm/jsm_neo.c | 3 --- 2 files

[PATCH 0/5] serial: jsm: Provide better code quality

2014-11-08 Thread Konrad Zapalowicz
This series of patches fixes a few minor issues in the jsm driver. The patches do not only address the coding style issues however none of them changes the logic. These patches are against the current tty-next. Konrad Zapalowicz (5): serial: jsm: Remove unnecessary parameter from clear_break()

[PATCH 5/5] serial: jsm: Fix unnecessary space before function ptr arguments

2014-11-08 Thread Konrad Zapalowicz
This commit deals with the checkpatch warning "Unnecessary space before function pointer arguments". Signed-off-by: Konrad Zapalowicz --- drivers/tty/serial/jsm/jsm.h | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git

[PATCH 3/5] serial: jsm: Fix the alignment of the switch satement

2014-11-08 Thread Konrad Zapalowicz
This commit fixes the alignment of the 'case's i the switch statement. Signed-off-by: Konrad Zapalowicz --- drivers/tty/serial/jsm/jsm_neo.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/tty/serial/jsm/jsm_neo.c

libkcapi: First release of kernel crypto API userspace library

2014-11-08 Thread Stephan Mueller
Hi, The Linux kernel exports a Netlink interface of type AF_ALG to allow user space to utilize the kernel crypto API. libkcapi uses this Netlink interface and exports easy to use APIs so that a developer does not need to consider the low-level Netlink interface handling. Its first release is

[GIT PULL] Btrfs

2014-11-08 Thread Chris Mason
Hi Linus, Please pull my for-linus branch: git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus It's a one liner for an error cleanup path that leads to crashes. Chris Mason (1) commits (+1/-1): Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error

Re: [PATCH] ARM: dts: zynq: Enable PL clocks for Parallella

2014-11-08 Thread Olof Johansson
On Fri, Nov 07, 2014 at 07:44:16AM +0100, Michal Simek wrote: > On 11/06/2014 06:22 PM, Andreas Färber wrote: > > The Parallella board comes with a U-Boot bootloader that loads one of > > two predefined FPGA bitstreams before booting the kernel. Both define an > > AXI interface to the on-board

Re: [GIT PULL] at91: cleanup for 3.19 #1

2014-11-08 Thread Olof Johansson
On Mon, Nov 03, 2014 at 06:54:47PM +0100, Nicolas Ferre wrote: > Arnd, Olof, Kevin, > > The pull-request that was sent late for 3.18. It was removing the old > !MMU at91x40 and 2 board files plus the whole code in at91sam9g45 & at91sam9rl > files for implementing this deprecated method. For these

Re: [GIT PULL] at91: dt for 3.19 #1

2014-11-08 Thread Olof Johansson
On Mon, Nov 03, 2014 at 06:43:17PM +0100, Nicolas Ferre wrote: > Arnd, Olof, Kevin, > > Very little DT update for AT91. More will come but I want to send this first > batch soon so it doesn't get in the way of larger modifications. > > Thanks, best regards, > > The following changes since

Re: [PATCH] ACPI/osl: speedup grace period in acpi_os_map_cleanup

2014-11-08 Thread Paul E. McKenney
On Sun, Nov 09, 2014 at 03:24:34AM +0400, Alexander Monakov wrote: > On Sun, Nov 9, 2014 at 1:13 AM, Paul E. McKenney > wrote: > > > > Did anyone try replacing the synchronize_rcu() with > > synchronize_rcu_expedited()? That should provide substantial speedups > > over synchronize_rcu(). > >

Re: [PATCH v8 4/8] ARM: dts: Enable Broadcom Cygnus SoC

2014-11-08 Thread Olof Johansson
Hi, A bunch of small comments below, should be quick to fix. On Tue, Oct 28, 2014 at 12:53 PM, Scott Branden wrote: > DT files to enable cygnus consisting on reference designs > and cygnus core configuration. > > Reviewed-by: Ray Jui > Reviewed-by: Arun Parameswaran > Tested-by: Jonathan

Re: [RFC PATCH 0/5] kdbus: add support for lsm

2014-11-08 Thread Karol Lewandowski
On Fri, Nov 07, 2014 at 10:01:20AM -0800, Greg KH wrote: > On Fri, Oct 31, 2014 at 05:36:32PM +0100, Karol Lewandowski wrote: > > This is set of EXPERIMENTAL patches adding lsm support to kdbus. > > (Rebased on top of v3.17.) > > > > >From least to most invasive: > > > > - (1) kdbus: extend

Re: [PATCH RESEND] PM / sleep: Fix racing timers

2014-11-08 Thread Sören Brinkmann
Hi Rafael, On Thu, 2014-11-06 at 01:33AM +0100, Rafael J. Wysocki wrote: > On Thursday, October 02, 2014 09:01:15 AM Sören Brinkmann wrote: > > Hi Rafael, > > Hi, > > Sorry for the huge delay. > > > On Tue, 2014-09-23 at 01:01AM +0200, Rafael J. Wysocki wrote: > > > On Monday, September 22,

Re: [PATCH] ACPI/osl: speedup grace period in acpi_os_map_cleanup

2014-11-08 Thread Alexander Monakov
On Sun, Nov 9, 2014 at 1:13 AM, Paul E. McKenney wrote: > > Did anyone try replacing the synchronize_rcu() with > synchronize_rcu_expedited()? That should provide substantial speedups > over synchronize_rcu(). I've just briefly tested it on my laptop, and it also helps to avoid the issue.

[GIT PULL] Devicetree bug fix for v3.18

2014-11-08 Thread Grant Likely
[resending; forgot to cc the mailing lists] Hi Linus. Please pull the following branch for a device tree bug fix. Thanks, g. The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4: Linux 3.18-rc3 (2014-11-02 15:01:51 -0800) are available in the git repository at:

[PATCH] scripts/ksize: Add kernel build size report

2014-11-08 Thread Darren Hart
ksize generates hierarchical build size reports from vmlinux, *.o, and built-in.o files. ksize is useful in preparing minimal configurations and comparing similar configurations across kernel versions. Signed-off-by: Darren Hart Cc: Josh Triplett --- scripts/ksize | 345

e100: Laptop battery drain and WoL settings from EEPROM

2014-11-08 Thread Ondrej Zary
Hello, there is long-standing problem with battery drain after turning off at least some Toshiba laptops, see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/110784 I have the same problem with Toshiba Portege R100. When I shut it down in Linux, the battery is drained to zero in a couple of

[PATCH v2 1/3] KSM: Add auto flag new VMA as VM_MERGEABLE

2014-11-08 Thread Timofey Titovets
Implement two functions: ksm_vm_flags_mod() - if existing flags supported by ksm - then mark like VM_MERGEABLE ksm_vma_add_new() - If vma marked as VM_MERGEABLE add it to ksm page queue Signed-off-by: Timofey Titovets --- include/linux/ksm.h | 31 +++ mm/mmap.c

[PATCH v2 3/3] KSM: Add config to control mark_new_vma

2014-11-08 Thread Timofey Titovets
Allowing to control mark_new_vma default value Allowing work ksm on early allocated vmas Signed-off-by: Timofey Titovets --- mm/Kconfig | 7 +++ 1 file changed, 7 insertions(+) diff --git a/mm/Kconfig b/mm/Kconfig index 1d1ae6b..90f40a6 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -340,6

[PATCH v2 0/3] KSM: Mark new vma for deduplication

2014-11-08 Thread Timofey Titovets
Good time of day List, this tiny series of patches implement feature for auto deduping all anonymous memory. mark_new_vma - new ksm sysfs interface Every time then new vma created and mark_new_vma set to 1, then will be vma marked as VM_MERGEABLE and added to ksm queue. This can produce small

[PATCH v2 2/3] KSM: Add to sysfs - mark_new_vma

2014-11-08 Thread Timofey Titovets
It allow for user to control process of marking new vma as VM_MERGEABLE Create new sysfs interface /sys/kernel/mm/ksm/mark_new_vma 1 - enabled - mark new allocated vma as VM_MERGEABLE and add it to ksm queue 0 - disable it Signed-off-by: Timofey Titovets --- include/linux/ksm.h | 10 +-

Re: Early test: hangs in mm/compact.c w. Linus's 12d7aacab56e9ef185c

2014-11-08 Thread Vlastimil Babka
On 11/08/2014 02:11 PM, P. Christeas wrote: > On Thursday 06 November 2014, Vlastimil Babka wrote: >>> On Wednesday 05 November 2014, Vlastimil Babka wrote: Can you please try the following patch? - compaction_defer_reset(zone, order, false); >> Oh and did I ask in this

Re: [PATCH] ACPI/osl: speedup grace period in acpi_os_map_cleanup

2014-11-08 Thread Paul E. McKenney
On Sat, Nov 08, 2014 at 12:47:17PM +0400, Konstantin Khlebnikov wrote: > ACPI maintains cache of ioremap regions to speed up operations and > access to them from irq context where ioremap() calls aren't allowed. > This code abuses synchronize_rcu() on unmap path for synchronization > with

Re: [PATCH net-next v2 2/3] r8152: clear theflagofSCHEDULE_TASKLETin tasklet

2014-11-08 Thread Francois Romieu
Hayes Wang : > Francois Romieu [mailto:rom...@fr.zoreil.com] > > Sent: Monday, November 03, 2014 6:53 AM > [...] > > test_and_clear_bit (dense) or clear_bit would be more idiomatic. > > Excuse me. Any suggestion? > Should I use clear_bit directly, or something else? > Or, do I have to remove

Re: [PATCH 7/8] x86, microcode, intel: guard against misaligned microcode data

2014-11-08 Thread Henrique de Moraes Holschuh
On Sat, 08 Nov 2014, Borislav Petkov wrote: > On Fri, Nov 07, 2014 at 08:54:25PM -0200, Henrique de Moraes Holschuh wrote: > > Well, it might well be lost in the noise given how slow a microcode update > > is. > > > > What I mean is that the early microcode driver "won't waste cpu time moving > >

Re: [PATCH] i2c-davinci: Handle signals gracefully

2014-11-08 Thread Wolfram Sang
On Sun, Jun 01, 2014 at 10:11:34PM +0200, Wolfram Sang wrote: > > > Feel free to adap my patch or comments and commit. Or wait a few weeks for > > when I have a sponsor to split and update the patch. > > OK, I'll hope you can make it for 3.17. Thanks! I now picked the part removing the

Re: PATCH: Fix coding style warning.

2014-11-08 Thread Dan Carpenter
On Sat, Nov 08, 2014 at 06:39:06PM +0200, sharon wrote: > Fix coding style warning. > (First submission, sorry in advance for any dumb stuff I'm missing. > Let me know and I'll fix it.) > Everyone's first patch is rejected. 1) You need to work against linux-next. 2) Fix the subject: [PATCH]

Re: [PATCH] Fix entering suspend-to-IDLE if no freeze_oops is set

2014-11-08 Thread Rafael J. Wysocki
On Saturday, November 08, 2014 07:17:13 PM Dmitry Eremin-Solenikov wrote: > If no freeze_ops is set, trying to enter suspend-to-IDLE will cause a > nice oops in platform_suspend_prepare_late(). Add respective checks to > platform_suspend_prepare_late() and platform_resume_early() functions. > >

Hello

2014-11-08 Thread Thaung Lin Yan
Your partnership is needed for a profitable business transaction involving huge amounts of fund please contact me for more details. --- Uw partnerschap is nodig voor een winstgevende business transactie waarbij enorme hoeveelheden fonds

Re: [PATCH 5/5] cpufreq, add BUG() messages in critical paths to aid debugging failures

2014-11-08 Thread Rafael J. Wysocki
On Saturday, November 08, 2014 08:33:35 AM Prarit Bhargava wrote: > > On 11/07/2014 09:00 PM, Rafael J. Wysocki wrote: > > On Wednesday, November 05, 2014 09:53:59 AM Prarit Bhargava wrote: > >> Add some additional debug to capture failures in the locking scheme for > >> cpufreq. Instead of just

Re: [PATCH] rtl8188eu: Remove unnecessary braces for simple return in xmit_linux.c

2014-11-08 Thread Joe Perches
On Sat, 2014-11-08 at 22:14 +0100, Krzysztof Konopko wrote: > scripts/checkpatch.pl reports a coding style problem in xmit_linux.c [] > diff --git a/drivers/staging/rtl8188eu/os_dep/xmit_linux.c > b/drivers/staging/rtl8188eu/os_dep/xmit_linux.c [] > @@ -67,9 +67,8 @@ uint _rtw_pktfile_read(struct

[PATCH] rtl8188eu: Remove unnecessary braces for simple return in xmit_linux.c

2014-11-08 Thread Krzysztof Konopko
scripts/checkpatch.pl reports a coding style problem in xmit_linux.c WARNING:BRACES: braces {} are not necessary for single statement blocks #61852: FILE: rtl8188eu/os_dep/xmit_linux.c:70: This patch removes unnecessary braces. Signed-off-by: Krzysztof Konopko ---

Re: [PATCH v1 0/3] Transition pxa25x clock to common clocks

2014-11-08 Thread Robert Jarzmik
Dmitry Eremin-Solenikov writes: > 2014-11-08 20:26 GMT+03:00 Robert Jarzmik : >> Dmitry Eremin-Solenikov writes: >> >>> Hello, >>> Tested in qemu (pxa25x target). >>> >>> 2) sa1100-rtc could not find a clock and thus failed to be probed. >>> 4) Got an issue with IrDA driver - it gets -ENODEV

Re: [PATCH v3 2/4] input: alps: Allow 2 invalid packets without resetting device

2014-11-08 Thread Dmitry Torokhov
On Sun, Nov 02, 2014 at 12:25:08AM +0100, Pali Rohár wrote: > On some Dell Latitude laptops ALPS device or Dell EC send one invalid byte in > 6 bytes ALPS packet. In this case psmouse driver enter out of sync state. It > looks like that all other bytes in packets are valid and also device working

Re: [PATCH v5 06/24] Update MAINTAINERS and CREDITS files with amdkfd info

2014-11-08 Thread Joe Perches
On Sat, 2014-11-08 at 20:59 +0200, Oded Gabbay wrote: > I also noticed I forgot to modify drivers/gpu/drm/radeon/amdkfd/* to > drivers/gpu/drm/amd/amdkfd/* That should probably just be drivers/gpu/drm/adm/amdkfd/ The trailing star means if there are subdirectories, do not match them, just match

Re: [PATCH v3 1/4] input: alps: Do not try to parse data as 3 bytes packet when driver is out of sync

2014-11-08 Thread Dmitry Torokhov
On Sun, Nov 02, 2014 at 12:25:07AM +0100, Pali Rohár wrote: > 5th and 6th byte of ALPS trackstick V3 protocol match condition for first byte > of PS/2 3 bytes packet. When driver enters out of sync state and ALPS > trackstick > is sending data then driver match 5th, 6th and next 1st bytes as

Re: [PATCH v5 06/24] Update MAINTAINERS and CREDITS files with amdkfd info

2014-11-08 Thread Joe Perches
On Sat, 2014-11-08 at 11:01 -0800, Josh Triplett wrote: > On Sat, Nov 08, 2014 at 08:37:27PM +0200, Oded Gabbay wrote: > > CREDITS | 7 +++ > > MAINTAINERS | 10 ++ > > 2 files changed, 17 insertions(+) > > Given the wide variety of folks who patch CREDITS and MAINTAINERS, might

[PATCH v2 1/3] trace: Replace seq_printf by simpler equivalents

2014-11-08 Thread Rasmus Villemoes
Using seq_printf to print a simple string or a single character is a lot more expensive than it needs to be, since seq_puts and seq_putc exist. These patches do seq_printf(m, s) -> seq_puts(m, s) seq_printf(m, "%s", s) -> seq_puts(m, s) seq_printf(m, "%c", c) -> seq_putc(m, c) Subsequent

[PATCH v2 3/3] trace: Replace single-character seq_puts with seq_putc

2014-11-08 Thread Rasmus Villemoes
Printing a single character to a seqfile might as well be done with seq_putc instead of seq_puts; this avoids a strlen() call and a memory access. It also shaves another few bytes off the generated code. Signed-off-by: Rasmus Villemoes --- kernel/trace/ftrace.c| 2 +-

[PATCH v2 2/3] trace: Merge consecutive seq_puts calls

2014-11-08 Thread Rasmus Villemoes
Consecutive seq_puts calls with literal strings can be merged to a single call. This reduces the size of the generated code, and can also lead to slight .rodata reduction (because of fewer nul and padding bytes). It should also shave a off a few clock cycles. Signed-off-by: Rasmus Villemoes ---

[PATCH v2 0/3] trace: Use simpler seq_file functions

2014-11-08 Thread Rasmus Villemoes
Using printf to print a simple string or puts to print a single character is more expensive than it needs to be. Also, consecutive puts calls can be replaced by a single call. These patches do this to kernel/trace/, saving ~256 bytes of .text. v2: Keep the original splitting of strings across

Re: [PATCH] Input: twl4030-pwrbutton: ensure a wakeup event is recorded.

2014-11-08 Thread Dmitry Torokhov
On Sat, Nov 08, 2014 at 10:40:15AM +1100, NeilBrown wrote: > > > This button is treated as a wakeup source, so we need to initialise it > correctly. > > Without the device_init_wakeup() call, dev->power.wakeup will > be NULL, and pm_wakeup_event() will do nothing. > > Signed-off-by: NeilBrown

Re: [PATCH 3/3] hda_intel: Add DeviceIDs for Sunrise Point-LP

2014-11-08 Thread Takashi Iwai
At Fri, 07 Nov 2014 18:02:47 -0500, Devin Ryles wrote: > > >From e02662c35ea1352ce711701a46f85e3547f842e1 Mon Sep 17 00:00:00 2001 > From: Devin Ryles > Date: Thu, 6 Nov 2014 12:35:25 -0500 > Subject: [PATCH 3/3] hda_intel: Add DeviceIDs for Sunrise Point-LP > > This patch adds DeviceIDs for

[PATCH] checkkconfigsymbols.py: improve detection of defects

2014-11-08 Thread Valentin Rothberg
This patch improves the detection of defects by updating the regular expression to find Kconfig identifiers in the source code, and fixes some cases of false positives. The following changes are made: - improve regex to find Kconfig identifiers in the source - exclude .log files from analysis -

Re: [PATCH] staging: skein: fixed sparse warnings related to static declarations

2014-11-08 Thread Jason Cooper
On Sat, Nov 08, 2014 at 04:49:18PM +0100, Niklas Svensson wrote: > drivers/staging/skein/skein_generic.c:30:5: warning: symbol 'skein256_update' > was not declared. Should it be static? > drivers/staging/skein/skein_generic.c:65:5: warning: symbol 'skein512_update' > was not declared. Should it

Re: [PATCH v1 0/3] Transition pxa25x clock to common clocks

2014-11-08 Thread Dmitry Eremin-Solenikov
2014-11-08 20:26 GMT+03:00 Robert Jarzmik : > Dmitry Eremin-Solenikov writes: > >> Hello, >> Tested in qemu (pxa25x target). >> >> 2) sa1100-rtc could not find a clock and thus failed to be probed. >> 4) Got an issue with IrDA driver - it gets -ENODEV for UARTCLK clock > > Hi Dmitry, > > Would

Re: [PATCH] tty: serial: msm_serial: Use DT aliases

2014-11-08 Thread Arnd Bergmann
On Friday 07 November 2014 13:35:45 Frank Rowand wrote: > On 11/7/2014 1:47 AM, Arnd Bergmann wrote: > > On Thursday 06 November 2014 22:42:47 Frank Rowand wrote: > >> This same change is also needed in: > >> > >> qcom-ipq8064.dtsi > >> qcom-msm8960.dtsi > >> qcom-apq8084.dtsi > >>

Re: [PATCH v2 1/3] firmware loader: Introduce new API - request_firmware_abort()

2014-11-08 Thread Greg Kroah-Hartman
On Mon, Nov 03, 2014 at 11:07:08AM +0800, Kweh Hock Leong wrote: > From: "Kweh, Hock Leong" > > Besides aborting through user helper interface, a new API > request_firmware_abort() allows kernel driver module to abort the > request_firmware() / request_firmware_nowait() when they are no > longer

Re: [PATCH v2 2/3] firmware loader: fix hung task warning dump

2014-11-08 Thread Greg Kroah-Hartman
On Mon, Nov 03, 2014 at 11:07:09AM +0800, Kweh Hock Leong wrote: > From: "Kweh, Hock Leong" > > When using request_firmware_nowait() with FW_ACTION_NOHOTPLUG param to > expose user helper interface, if the user do not react immediately, after > 120 seconds there will be a hung task warning

Re: [PATCH v5 06/24] Update MAINTAINERS and CREDITS files with amdkfd info

2014-11-08 Thread Josh Triplett
On Sat, Nov 08, 2014 at 08:37:27PM +0200, Oded Gabbay wrote: > CREDITS | 7 +++ > MAINTAINERS | 10 ++ > 2 files changed, 17 insertions(+) Given the wide variety of folks who patch CREDITS and MAINTAINERS, might I suggest adding CREDITS and MAINTAINERS themselves to the

[GIT PULL] Driver core fixes for 3.18-rc4

2014-11-08 Thread Greg KH
The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4: Linux 3.18-rc3 (2014-11-02 15:01:51 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-3.18-rc4 for you to fetch changes up to

[GIT PULL] TTY/Serial fixes for 3.18-rc3

2014-11-08 Thread Greg KH
The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4: Linux 3.18-rc3 (2014-11-02 15:01:51 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-3.18-rc4 for you to fetch changes up to

[GIT PULL] Staging driver fixes for 3.18-rc4

2014-11-08 Thread Greg KH
The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4: Linux 3.18-rc3 (2014-11-02 15:01:51 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-3.18-rc4 for you to fetch changes up to

[GIT PULL] USB driver fixes for 3.18-rc4

2014-11-08 Thread Greg KH
The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4: Linux 3.18-rc3 (2014-11-02 15:01:51 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-3.18-rc4 for you to fetch changes up to

Re: [PATCH v5 06/24] Update MAINTAINERS and CREDITS files with amdkfd info

2014-11-08 Thread Oded Gabbay
On 11/08/2014 08:46 PM, Joe Perches wrote: > On Sat, 2014-11-08 at 20:37 +0200, Oded Gabbay wrote: > [] >> diff --git a/MAINTAINERS b/MAINTAINERS > [] >> @@ -610,6 +610,16 @@ F: drivers/crypto/geode* >> F: drivers/video/fbdev/geode/ >> F: arch/x86/include/asm/geode.h >> >> +AMD KFD

[PATCH v5 24/24] amdkfd: Implement the Get Version IOCTL

2014-11-08 Thread Oded Gabbay
Signed-off-by: Oded Gabbay --- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c b/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c index 3130265..64c73ba 100644 ---

[PATCH v5 22/24] amdkfd: Implement the Get Clock Counters IOCTL

2014-11-08 Thread Oded Gabbay
From: Evgeny Pinchuk Signed-off-by: Evgeny Pinchuk Signed-off-by: Oded Gabbay --- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c

[PATCH v5 23/24] amdkfd: Implement the Get Process Aperture IOCTL

2014-11-08 Thread Oded Gabbay
From: Alexey Skidanov v3: Fixed debug messages Signed-off-by: Alexey Skidanov Signed-off-by: Oded Gabbay --- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 56 +++- drivers/gpu/drm/amd/amdkfd/kfd_priv.h| 6 2 files changed, 61 insertions(+), 1 deletion(-)

[PATCH v5 21/24] amdkfd: Implement the Set Memory Policy IOCTL

2014-11-08 Thread Oded Gabbay
From: Andrew Lewycky Signed-off-by: Andrew Lewycky Signed-off-by: Oded Gabbay --- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 52 +++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c

Re: [PATCH v5 06/24] Update MAINTAINERS and CREDITS files with amdkfd info

2014-11-08 Thread Joe Perches
On Sat, 2014-11-08 at 20:37 +0200, Oded Gabbay wrote: [] > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -610,6 +610,16 @@ F: drivers/crypto/geode* > F: drivers/video/fbdev/geode/ > F: arch/x86/include/asm/geode.h > > +AMD KFD (radeon extension) > +M: Oded Gabbay > +L:

[PATCH v5 20/24] amdkfd: Implement the create/destroy/update queue IOCTLs

2014-11-08 Thread Oded Gabbay
v3: Removed the use of internal typedefs, fixed debug prints, added checks for parameters and moved to using doorbell address from user v4: Extracted some of the code in the create queue ioctl to a different function that may be also called from other ioctls in the future. Also fixed

[PATCH v5 18/24] amdkfd: Add device queue manager module

2014-11-08 Thread Oded Gabbay
From: Ben Goz The queue scheduler divides into two sections, one section is process bounded and the other section is device bounded. The device bounded section is handled by this module. The DQM module handles queue setup, update and tear-down from the device side. It also supports

[PATCH v5 19/24] amdkfd: Add interrupt handling module

2014-11-08 Thread Oded Gabbay
From: Andrew Lewycky This patch adds the interrupt handling module, in kfd_interrupt.c, and its related members in different data structures to the amdkfd driver. The amdkfd interrupt module maintains an internal interrupt ring per amdkfd device. The internal interrupt ring contains interrupts

[PATCH v5 17/24] amdkfd: Add process queue manager module

2014-11-08 Thread Oded Gabbay
From: Ben Goz The queue scheduler divides into two sections, one section is process bounded and the other section is device bounded. The process bounded section is handled by this module. The PQM handles usermode queue setup, updates and tear-down. v3: Used kernel parameter to limit queues per

[PATCH v5 16/24] amdkfd: Add packet manager module

2014-11-08 Thread Oded Gabbay
From: Ben Goz The packet manager module builds PM4 packets for the sole use of the CP scheduler. Those packets are used by the HIQ to submit runlists to the CP. v3: Removed include of cik_mqds.h Changed lower_32/upper_32 calls to use linux macros Used new gart allocation functions Added

[PATCH v5 15/24] amdkfd: Add module parameter of scheduling policy

2014-11-08 Thread Oded Gabbay
From: Ben Goz This patch adds a new parameter to the amdkfd driver. This parameter enables the user to select the scheduling policy of the CP. The choices are: * CP Scheduling with support for over-subscription * CP Scheduling without support for over-subscription * Without CP Scheduling Note

[PATCH v5 14/24] amdkfd: Add kernel queue module

2014-11-08 Thread Oded Gabbay
From: Ben Goz The kernel queue module enables the amdkfd to establish kernel queues, not exposed to user space. The kernel queues are used for HIQ (HSA Interface Queue) and DIQ (Debug Interface Queue) operations v3: Removed use of internal typedefs and added use of the new gart allocation

[PATCH v5 13/24] amdkfd: Add mqd_manager module

2014-11-08 Thread Oded Gabbay
From: Ben Goz The mqd_manager module handles MQD data structures. MQD stands for Memory Queue Descriptor, which is used by the H/W to keep the usermode queue state in memory. v3: Removed new typedefs Removed pragma pack 4 Remove cik_mqds.h file Changed lower_32/upper_32 calls to use linux

  1   2   3   4   5   >