Re: [PATCH 00/12] Add kdbus implementation

2014-10-29 Thread Eric W. Biederman
Greg KH writes: > On Wed, Oct 29, 2014 at 03:00:44PM -0700, Greg Kroah-Hartman wrote: >> kdbus is a kernel-level IPC implementation that aims for resemblance to >> the the protocol layer with the existing userspace D-Bus daemon while >> enabling some features that couldn't be implemented before i

Re: [PATCH V2 06/15] genirq: Generic chip: Optimize for fixed-endian systems

2014-10-29 Thread Brian Norris
On Wed, Oct 29, 2014 at 07:17:59PM -0700, Kevin Cernekee wrote: > @@ -19,7 +20,14 @@ static DEFINE_RAW_SPINLOCK(gc_lock); > > static int is_big_endian(struct irq_chip_generic *gc) > { > - return !!(gc->domain->gc->gc_flags & IRQ_GC_BE_IO); > + if (IS_ENABLED(CONFIG_GENERIC_IRQ_CHIP) &&

Re: [RFC PATCH 0/5] Enable use of Solid State Hybrid Drives

2014-10-29 Thread Dan Williams
On Wed, Oct 29, 2014 at 8:28 PM, Martin K. Petersen wrote: > The next step was trying to map these hints into what was available in > xadvise(), NFS 4.2 and the recent T10/T13 efforts. That wasn't trivial > and there really isn't a 1:1 mapping that works. So I went to T10 and > tried to nudge thin

Re: [PATCH 00/12] Add kdbus implementation

2014-10-29 Thread Eric W. Biederman
The userspace API breaks userspace in an unfixable way. Nacked-by: "Eric W. Biederman" Problem the first. - Using global names for containers makes it impossible to create unprivileged containers. This is a back to the drawing board problem, and makes device nodes fundamentally unsuited

Re: [PATCH] clk: rockchip: disable unused clocks

2014-10-29 Thread Doug Anderson
Kever, On Wed, Oct 29, 2014 at 6:10 PM, Kever Yang wrote: >>> I'll also say that when I applied this atop my local tree that USB >>> stopped working. I just see: >>> >>> [ 1647.626747] hub 2-1:1.0: hub_port_status failed (err = -110) >>> [ 1657.626746] hub 2-1:1.0: hub_port_status failed (err =

Re: [PATCH] futex: fix a race condition between REQUEUE_PI and task death

2014-10-29 Thread Darren Hart
On Thu, Oct 23, 2014 at 03:28:07PM -0400, Brian Silverman wrote: > Here's the test code: > I want to say "Thanks!" and pull it into futextest... but destroying filesystems and BIOS errors?!? may not be ideal failure detection modes. (Apologies for being so late to this particular party). -- Da

Re: [PATCH] rtlwifi: Add more checks for get_btc_status callback

2014-10-29 Thread Larry Finger
On 10/29/2014 06:28 PM, Murilo Opsfelder Araujo wrote: This is a complement of commit 08054200117a95afc14c3d2ed3a38bf4e345bf78 "rtlwifi: Add check for get_btc_status callback". With this patch, next-20141029 at least does not panic with rtl8192se device. This patch is OK, but as n

Re: [PATCH] mmc: dw_mmc: add a quirk for the defferent bit of sdio interrupt

2014-10-29 Thread Jaehoon Chung
Hi, Addy. On 10/30/2014 11:21 AM, Addy Ke wrote: > This patch add a quirk: DW_MCI_QUIRK_SDIO_INT_24BIT. > > The bit of sdio interrupt is 16 in designware implementation, but > is 24 in RK3288. To support RK3288 mmc controller, we need add > a quirk for it. > > Signed-off-by: Addy Ke > --- > dr

Re: [RFA][PATCH 1/8] seq_file: Rename seq_overflow() to seq_has_overflowed() and make public

2014-10-29 Thread Joe Perches
On Wed, 2014-10-29 at 20:27 -0400, Steven Rostedt wrote: > On Wed, 29 Oct 2014 20:20:45 -0400 > Steven Rostedt wrote: > > I'll change the comment about that. > > How's this? Fine, but I think whether a function is inlined or not is largely irrelevant to functionality. cheers, Joe > Move the se

Re: [LKP] [futex] 76835b0ebf8: -12.1% will-it-scale.per_process_ops

2014-10-29 Thread Darren Hart
On Mon, Oct 27, 2014 at 10:18:22AM +0800, kernel test robot wrote: > FYI, we noticed the below changes on > > commit 76835b0ebf8a7fe85beb03c75121419a7dec52f0 ("futex: Ensure > get_futex_key_refs() always implies a barrier") Wow, this is great information to get for free. Thanks Fengguang! -- D

Re: [PATCH] mmc: dw_mmc: add a quirk for the defferent bit of sdio interrupt

2014-10-29 Thread Doug Anderson
Addy, On Wed, Oct 29, 2014 at 7:21 PM, Addy Ke wrote: > --- a/drivers/mmc/host/dw_mmc.c > +++ b/drivers/mmc/host/dw_mmc.c > @@ -778,6 +778,12 @@ static void dw_mci_setup_bus(struct dw_mci_slot *slot, > bool force_clkinit) > u32 div; > u32 clk_en_a; > u32 sdmmc_cmd_bits =

Re: UKSM: What's maintainers think about it?

2014-10-29 Thread Timofey Titovets
2014-10-30 6:19 GMT+03:00 Matt : > Hi Timofey, > Hi List, > don't forget to consider PKSM - it's supposed to be an improvement > over UKSM & KSM: > > http://www.phoronix.com/scan.php?page=news_item&px=MTM0OTQ > https://code.google.com/p/pksm/ > > Kind Regards > > Matt I can mistaking, as i know UK

Re: [PATCH] backlight: use of_find_backlight_by_node stub when backlight class disabled

2014-10-29 Thread Jingoo Han
On Wednesday, October 29, 2014 9:20 AM, Heiko Stübner wrote: > > Drivers may want to search for an optional backlight even when the backlight > class is disabled. In this case the linker would miss the function referenced > in the backlight header. > > Therefore use the stub function also when th

Re: [Patch Part2 v3 15/24] x86, MSI: Use hierarchy irqdomain to manage MSI interrupts

2014-10-29 Thread Jiang Liu
On 2014/10/29 17:19, Thomas Gleixner wrote: >> Hi Thomas, >> Thanks for your great suggestion and I have worked out a draft >> patch to achieve what you want:) >> I have made following changes to irq core to get rid of remapped >> irq logic from msi.c: >> 1) Add IRQ_SET_MASK_OK_DONE in ad

Re: [PATCH] mmc: dw_mmc: add a quirk for the defferent bit of sdio interrupt

2014-10-29 Thread Doug Anderson
Addy, On Wed, Oct 29, 2014 at 9:41 PM, Doug Anderson wrote: > You can avoid a lot of "if" tests if you just add a new "sdio->id" Whoops, I mean "slot->sdio_id" -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More ma

[PATCH] mmc: Add a quirk for AMD SDHC transfer mode register need to be cleared for cmd without data

2014-10-29 Thread Vincent Wan
SDHC controller in AMD chipsets require SDHC transfer mode register to be cleared for commands without data. The issue was uncovered during testing eMMC cards on KB/ML based platforms. Signed-off-by: Vincent Wan Signed-off-by: Arindam Nath Tested-by: Vikram B Tested-by: Raghavendra Swamy ---

Re: [PATCHv2] phy: omap-usb2: Enable runtime PM of omap-usb2 phy properly

2014-10-29 Thread Kishon Vijay Abraham I
On Thursday 30 October 2014 04:39 AM, Rabin Vincent wrote: > Unless I'm missing something, this patch appears to have still not been > picked up. It would be nice if it can go in for 3.18 so that we have > working USB on pandaboard again at least in that release. > > Tony, would you mind carryi

Re: [PATCH v2] MAINTAINERS: drop list entry for davinci

2014-10-29 Thread Sekhar Nori
On Wednesday 29 October 2014 03:14 PM, Lad, Prabhakar wrote: > As davinci-linux-open-sou...@linux.davincidsp.com is now > shut and no more maintained by TI, drop this entry from > DAVINCI MACHINE SUPPORT and DAVINCI SERIES MEDIA DRIVER. > > Signed-off-by: Lad, Prabhakar > Cc: Sekhar Nori > Cc: K

Re: [PATCH] futex: fix a race condition between REQUEUE_PI and task death

2014-10-29 Thread Mike Galbraith
On Wed, 2014-10-29 at 21:28 -0700, Darren Hart wrote: > On Thu, Oct 23, 2014 at 03:28:07PM -0400, Brian Silverman wrote: > > Here's the test code: > > > > I want to say "Thanks!" and pull it into futextest... but destroying > filesystems > and BIOS errors?!? may not be ideal failure detection m

linux-next: build warning after merge of the akpm-current tree

2014-10-29 Thread Stephen Rothwell
Hi Andrew, After merging the akpm tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: In file included from include/linux/mm.h:52:0, from mm/gup.c:7: arch/arm/include/asm/pgtable.h:184:0: warning: "pgd_huge" redefined #define pgd_huge(pgd) (0) ^ In f

[PATCH] phy: phy-core: use the np present in of_phandle_args to get the PHY

2014-10-29 Thread Kishon Vijay Abraham I
Instead of using the node pointer of the PHY provider and then scanning its child nodes to get a reference to the PHY, directly use the node pointer present in of_phandle_args to get a reference to the PHY. Signed-off-by: Kishon Vijay Abraham I --- drivers/phy/phy-core.c |8 +--- 1 file

Re: [PATCH v2 1/5] phy: berlin-sata: Move PHY_BASE into private data struct

2014-10-29 Thread Kishon Vijay Abraham I
On Tuesday 28 October 2014 12:02 AM, Sebastian Hesselbarth wrote: > On 10/27/2014 01:27 PM, Kishon Vijay Abraham I wrote: >> On Saturday 25 October 2014 01:55 AM, Felipe Balbi wrote: >>> On Fri, Oct 24, 2014 at 10:14:55PM +0200, Sebastian Hesselbarth wrote: On 21.10.2014 11:40, Sebastian Hes

Re: [PATCH] staging: rtl8192e: from bus specific dma api to dma api

2014-10-29 Thread Sudip Mukherjee
On Wed, Oct 29, 2014 at 04:47:25PM +0800, Greg Kroah-Hartman wrote: > On Wed, Oct 22, 2014 at 02:24:46PM +0530, Sudip Mukherjee wrote: > > we should be using DMA API rather than using bus specific DMA API. > > Why? > as given in the DMA-API-HOWTO.txt : the DMA API works with any bus independent

linux-next: Tree for Oct 30

2014-10-29 Thread Stephen Rothwell
Hi all, Changes since 20141029: The usb-gadget-fixes tree lost its build failure. The akpm-current tree gained a build failure for which I reverted a patch. Non-merge commits (relative to Linus' tree): 2612 2221 files changed, 70338 insertions(+), 68324 dele

[PATCH] fix a leak in bch_cached_dev_run()

2014-10-29 Thread Al Viro
Signed-off-by: Al Viro diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c --- a/drivers/md/bcache/super.c +++ b/drivers/md/bcache/super.c @@ -878,8 +878,11 @@ void bch_cached_dev_run(struct cached_dev *dc) buf[SB_LABEL_SIZE] = '\0'; env[2] = kasprintf(GFP_KERNEL, "

Re: [PATCH] staging: skein: skein_api.c: removed space before ','

2014-10-29 Thread Sudip Mukherjee
On Wed, Oct 29, 2014 at 06:45:14PM +0100, Mikael Svantesson wrote: > Signed-off-by: Mikael Svantesson > --- better to send this as a new thread and start the subject as [PATCH v3] and also mention a commit message. thanks sudip > drivers/staging/skein/skein_api.c | 2 +- > 1 file changed, 1 ins

urgent respond needed

2014-10-29 Thread MUSA MOHAMED
Dear BROTHER SAALAMUALAIKUM I know that this message will come to you as a surprise. I Hope that you will not expose or betray this trust and confident that I am about to repose on you for the mutual benefit of our both families. I need your urgent assistance in received my money with united nati

Re: [PATCH 1/1 linux-next] hpsa: remove set but unused variable rc

2014-10-29 Thread Sudip Mukherjee
On Wed, Oct 29, 2014 at 04:15:04PM +0100, Fabian Frederick wrote: > Fix -Wunused-but-set-variable warning you should also mention why you have left the call to irq_set_affinity_hint(). i am not sure , but it looks like irq_set_affinity_hint() is only checking if the lock is available or not. It is

Re: [PATCH] staging: panel: Use designated initializers

2014-10-29 Thread Willy Tarreau
Hi Mariusz, On Wed, Oct 29, 2014 at 11:32:30PM +0100, Mariusz Gorski wrote: > Fix "warning: missing initializer [-Wmissing-field-initializers]" > by using designated struct initializers. > > Signed-off-by: Mariusz Gorski Acked-by: Willy Tarreau Thanks, Willy -- To unsubscribe from this list:

Re: Tool to match kernel C file to CONFIG symbol

2014-10-29 Thread Julia Lawall
On Wed, 29 Oct 2014, Luis R. Rodriguez wrote: > On Wed, Oct 29, 2014 at 4:15 PM, Luis R. Rodriguez > wrote: > > Anyone familiar with a tool to match a specific C file to a respective > > CONFIG symbol on the kernel? I'd prefer if its written in C or Python. > > This should be easy to write if w

[PATCH] zram: avoid kunmap_atomic a NULL pointer

2014-10-29 Thread Weijie Yang
zram could kunmap_atomic a NULL pointer in a rare situation: a zram page become a full-zeroed page after a partial write io. The current code doesn't handle this case and kunmap_atomic a NULL porinter, which panic the kernel. This patch fixes this issue. Signed-off-by: Weijie Yang --- drivers/b

[PATCH] msm: iommu: use dev_get_platdata()

2014-10-29 Thread Kiran Padwal
Use the wrapper function for retrieving the platform data instead of accessing dev->platform_data directly. Signed-off-by: Kiran Padwal --- drivers/iommu/msm_iommu_dev.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/iommu/msm_iommu_dev.c b/drivers/iommu/msm_i

RE: [PATCH 1/1 linux-next] hpsa: remove set but unused variable rc

2014-10-29 Thread Elliott, Robert (Server Storage)
> -Original Message- > From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- > ow...@vger.kernel.org] On Behalf Of Sudip Mukherjee > Sent: Thursday, October 30, 2014 12:55 AM > To: Fabian Frederick > Cc: linux-kernel@vger.kernel.org; Stephen M. Cameron; James E.J. > Bottomley; iss_st

[PATCH] iommu/omap: use dev_get_platdata()

2014-10-29 Thread Kiran Padwal
Use the wrapper function for retrieving the platform data instead of accessing dev->platform_data directly. Signed-off-by: Kiran Padwal --- drivers/iommu/omap-iommu.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/iommu/omap-iommu.c b/drivers/iommu/omap-iomm

Re: [GIT PULL 00/10] perf/urgent fixes

2014-10-29 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > The following changes since commit 1776b10627e486dd431fe72d8d47e5a865cf65d1: > > perf/x86/intel: Revert incomplete and undocumented Broadwell client support > (2014-10-29 11:07:58 +0100) > >

Re: [GIT PULL 00/25] perf/core improvements

2014-10-29 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, as suggested, this is done on top > of my last +perf-urgent-for-mingo tag. > > - Arnaldo > > The following changes since commit 4cdcc33db2f0455f297b4e14e434ba311ec5ca06: > > perf probe: Trivial typo fix for --d

[PATCHv2 3/5] mmc: shdci-bcm2835: add efficient back-to-back write workaround

2014-10-29 Thread Scott Branden
The bcm2835 has clock domain issues when back to back writes to certain registers are written. The existing driver works around this issue with udelay. A more efficient method is to store the 8 and 16 bit writes to the registers affected and then write them as 32 bits at the appropriate time. Si

[PATCHv2 5/5] mmc: sdhci-bcm2835: add sdhci quirk SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12

2014-10-29 Thread Scott Branden
SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 is missing and needed for this controller. Signed-off-by: Scott Branden --- drivers/mmc/host/sdhci-bcm2835.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/host/sdhci-bcm2835.c b/drivers/mmc/host/sdhci-bcm2835.c index 11af2

[PATCHv2 1/5] mmc: sdhci-bcm2835: group read and write functions to improve readability

2014-10-29 Thread Scott Branden
Group the read and write functions to improve readability. Now all similar functions are grouped together to evaluate behaviours. Signed-off-by: Scott Branden --- drivers/mmc/host/sdhci-bcm2835.c | 61 +++--- 1 file changed, 31 insertions(+), 30 deletions(-) d

[PATCHv2 4/5] mmc: shdci-bcm2835: add verify for 32-bit back-to-back workaround

2014-10-29 Thread Scott Branden
Add a verify option to driver to print out an error message if a potential back to back write could cause a clock domain issue. Signed-off-by: Scott Branden --- drivers/mmc/host/Kconfig |9 + drivers/mmc/host/sdhci-bcm2835.c | 17 + 2 files changed, 26 inser

[PATCHv2 0/5] sdhci-bcm2835: added quirk and removed udelay in write ops

2014-10-29 Thread Scott Branden
This patch contains driver cleanup of sdhci-bcm2835. Please note that this has not actually been tested on bcm2835 yet. Testing comes from other devices with the same sdhci controller. This patch is being put out for testing and acceptance on the 2835. Please test and comment. Scott Branden (5):

[PATCHv2 2/5] mmc: sdhci-bcm2835: make shift calculations consistent

2014-10-29 Thread Scott Branden
Make the shift calculations consistent rather than having different implementations to calculate the same thing. Signed-off-by: Scott Branden --- drivers/mmc/host/sdhci-bcm2835.c | 18 ++ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/drivers/mmc/host/sdhci-bcm2

Re: [GIT PULL rcu/urgent-for-mingo] Regression fixes

2014-10-29 Thread Ingo Molnar
* Paul E. McKenney wrote: > Hello, Ingo, > > This pull request contains a couple of fixes for RCU regressions: > > 1.Complete the work of commit dd56af42bd82 (rcu: Eliminate deadlock > between CPU hotplug and expedited grace periods), which was > intended to allow synchronize_s

[tip:perf/core] perf tools: Make CPUINFO_PROC an array to support different kernel versions

2014-10-29 Thread tip-bot for Wang Nan
Commit-ID: 493c3031336a49bbd50777dc2adfa52a49933d43 Gitweb: http://git.kernel.org/tip/493c3031336a49bbd50777dc2adfa52a49933d43 Author: Wang Nan AuthorDate: Fri, 24 Oct 2014 09:45:26 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:27:36 -0200 perf tools: Make C

[tip:perf/core] perf tools: Fix report -F mispredict for data without branch info

2014-10-29 Thread tip-bot for Jiri Olsa
Commit-ID: 428560e762601d1248359052361322b71561c093 Gitweb: http://git.kernel.org/tip/428560e762601d1248359052361322b71561c093 Author: Jiri Olsa AuthorDate: Thu, 16 Oct 2014 16:07:03 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:28:20 -0200 perf tools: Fix r

[tip:perf/core] perf tools: Fix report -F abort for data without branch info

2014-10-29 Thread tip-bot for Jiri Olsa
Commit-ID: 49f4744307f9718d8e100755110b3b7b40ec4237 Gitweb: http://git.kernel.org/tip/49f4744307f9718d8e100755110b3b7b40ec4237 Author: Jiri Olsa AuthorDate: Thu, 16 Oct 2014 16:07:01 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:27:56 -0200 perf tools: Fix r

Re: [PATCH 1/1 linux-next] hpsa: remove set but unused variable rc

2014-10-29 Thread Sudip Mukherjee
On Thu, Oct 30, 2014 at 06:28:13AM +, Elliott, Robert (Server Storage) wrote: > > > > -Original Message- > > From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- > > ow...@vger.kernel.org] On Behalf Of Sudip Mukherjee > > Sent: Thursday, October 30, 2014 12:55 AM > > To: Fabian

[tip:perf/core] perf callchain: Use global caching provided by libunwind

2014-10-29 Thread tip-bot for Namhyung Kim
Commit-ID: 380b5143ab76de71572c7a30e68c8e22b94bee52 Gitweb: http://git.kernel.org/tip/380b5143ab76de71572c7a30e68c8e22b94bee52 Author: Namhyung Kim AuthorDate: Mon, 6 Oct 2014 09:46:01 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:25:22 -0200 perf callchain:

[tip:perf/core] perf tools: Fix report -F dso_to for data without branch info

2014-10-29 Thread tip-bot for Jiri Olsa
Commit-ID: 8b62fa59ed62bf1f42d35360fae8592c6b816a06 Gitweb: http://git.kernel.org/tip/8b62fa59ed62bf1f42d35360fae8592c6b816a06 Author: Jiri Olsa AuthorDate: Thu, 16 Oct 2014 16:07:06 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:28:48 -0200 perf tools: Fix r

[tip:perf/core] perf tools: Fix report -F symbol_from for data without branch info

2014-10-29 Thread tip-bot for Jiri Olsa
Commit-ID: 1b9e97a2a95e4941dcfa968c4b2e04022e9a343e Gitweb: http://git.kernel.org/tip/1b9e97a2a95e4941dcfa968c4b2e04022e9a343e Author: Jiri Olsa AuthorDate: Thu, 16 Oct 2014 16:07:05 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:28:39 -0200 perf tools: Fix r

[tip:perf/core] perf tools: Fix report -F symbol_to for data without branch info

2014-10-29 Thread tip-bot for Jiri Olsa
Commit-ID: 38cdbd39ddf39c1284d54c4b7fe04db80ce97d04 Gitweb: http://git.kernel.org/tip/38cdbd39ddf39c1284d54c4b7fe04db80ce97d04 Author: Jiri Olsa AuthorDate: Thu, 16 Oct 2014 16:07:04 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:28:30 -0200 perf tools: Fix r

[tip:perf/core] perf tools: Fix report -F in_tx for data without branch info

2014-10-29 Thread tip-bot for Jiri Olsa
Commit-ID: 0199d244d6ed6bc1fcab38a8732fdba1ddf04080 Gitweb: http://git.kernel.org/tip/0199d244d6ed6bc1fcab38a8732fdba1ddf04080 Author: Jiri Olsa AuthorDate: Thu, 16 Oct 2014 16:07:02 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:28:10 -0200 perf tools: Fix r

[tip:perf/core] perf tools powerpc: Cache the DWARF debug info

2014-10-29 Thread tip-bot for Sukadev Bhattiprolu
Commit-ID: 7d073b335edc8d97af730c2e3b83ed6642bd3c27 Gitweb: http://git.kernel.org/tip/7d073b335edc8d97af730c2e3b83ed6642bd3c27 Author: Sukadev Bhattiprolu AuthorDate: Tue, 21 Oct 2014 17:09:58 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:46 -0200 perf to

[tip:perf/core] perf tools: Fix report -F dso_from for data without branch info

2014-10-29 Thread tip-bot for Jiri Olsa
Commit-ID: 288a4b91fc0dc7c0ce3509339e8dec7b590a4d73 Gitweb: http://git.kernel.org/tip/288a4b91fc0dc7c0ce3509339e8dec7b590a4d73 Author: Jiri Olsa AuthorDate: Thu, 16 Oct 2014 16:07:07 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:29:05 -0200 perf tools: Fix r

[tip:perf/core] perf probe: Trivial typo fix for --demangle

2014-10-29 Thread tip-bot for Masami Hiramatsu
Commit-ID: 4cdcc33db2f0455f297b4e14e434ba311ec5ca06 Gitweb: http://git.kernel.org/tip/4cdcc33db2f0455f297b4e14e434ba311ec5ca06 Author: Masami Hiramatsu AuthorDate: Mon, 27 Oct 2014 16:31:24 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:30:18 -0200 perf probe

[tip:perf/core] perf tools: Set thread->mg.machine in all places

2014-10-29 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 11246c708acdfa9512d7b69c18938810c20fd6ab Gitweb: http://git.kernel.org/tip/11246c708acdfa9512d7b69c18938810c20fd6ab Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 21 Oct 2014 17:29:02 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:46 -0200 pe

Re: [PATCH v3 2/2] dt: bindings: tps65217: add compatible property for backlight subnode

2014-10-29 Thread Johannes Pointner
ping 2014-10-08 23:20 GMT+02:00 Johannes Pointner : > Add documentation for compatible property of backlight subnode. > > Signed-off-by: Johannes Pointner > --- > Changes since v2: > 1. Removed the pmic part of the patch. > 2. Added newline before subnode in the example. > --- > .../devicetree/b

[tip:perf/core] perf tools: A thread' s machine can be found via thread->mg->machine

2014-10-29 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: bb871a9c8d68692ed2513b3f0e1c010c2ac12f44 Gitweb: http://git.kernel.org/tip/bb871a9c8d68692ed2513b3f0e1c010c2ac12f44 Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 23 Oct 2014 12:50:25 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:46 -0200 pe

[tip:perf/core] perf thread: Adopt resolve_callchain method from machine

2014-10-29 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: cc8b7c2bf553151a579a8009020875faa1d43e29 Gitweb: http://git.kernel.org/tip/cc8b7c2bf553151a579a8009020875faa1d43e29 Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 23 Oct 2014 15:26:17 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:46 -0200 pe

[tip:perf/core] perf tools: Export usage string and option table of perf record

2014-10-29 Thread tip-bot for Namhyung Kim
Commit-ID: e5b2c20755d37d781bb6e1e733faec5c39bd087a Gitweb: http://git.kernel.org/tip/e5b2c20755d37d781bb6e1e733faec5c39bd087a Author: Namhyung Kim AuthorDate: Thu, 23 Oct 2014 00:15:46 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:47 -0200 perf tools: Ex

[tip:perf/core] perf tools: Add PARSE_OPT_DISABLED flag

2014-10-29 Thread tip-bot for Namhyung Kim
Commit-ID: d152d1be5962ace0706066db71b4f05dff8764eb Gitweb: http://git.kernel.org/tip/d152d1be5962ace0706066db71b4f05dff8764eb Author: Namhyung Kim AuthorDate: Thu, 23 Oct 2014 00:15:45 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:47 -0200 perf tools: Ad

[tip:perf/core] perf tests: Use thread->mg->machine

2014-10-29 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 29f9e5211132b0a0a4dfbbb403c136eebc334b73 Gitweb: http://git.kernel.org/tip/29f9e5211132b0a0a4dfbbb403c136eebc334b73 Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 23 Oct 2014 17:21:54 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:47 -0200 pe

[tip:perf/core] perf callchains: Use thread->mg->machine

2014-10-29 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: dd8c17a5fe80148aab8844e8774cf341212a4eb1 Gitweb: http://git.kernel.org/tip/dd8c17a5fe80148aab8844e8774cf341212a4eb1 Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 23 Oct 2014 16:42:19 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:46 -0200 pe

[tip:perf/core] perf tests: Remove misplaced __maybe_unused

2014-10-29 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: f498784c39c7c840347e28b830aedc31ce699816 Gitweb: http://git.kernel.org/tip/f498784c39c7c840347e28b830aedc31ce699816 Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 23 Oct 2014 17:20:38 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:46 -0200 pe

[tip:perf/core] perf tools: Add support for exclusive option

2014-10-29 Thread tip-bot for Namhyung Kim
Commit-ID: 42bd71d0812ecd955cf65a14375ebe6a3195d979 Gitweb: http://git.kernel.org/tip/42bd71d0812ecd955cf65a14375ebe6a3195d979 Author: Namhyung Kim AuthorDate: Thu, 23 Oct 2014 00:15:48 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:47 -0200 perf tools: Ad

[tip:perf/core] perf kvm: Print kvm specific --help output

2014-10-29 Thread tip-bot for Namhyung Kim
Commit-ID: f45d20ffb654f4559648da402b1608e747d46942 Gitweb: http://git.kernel.org/tip/f45d20ffb654f4559648da402b1608e747d46942 Author: Namhyung Kim AuthorDate: Thu, 23 Oct 2014 00:15:47 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:47 -0200 perf kvm: Prin

[tip:perf/core] perf tools: Ensure return negative value when write header error

2014-10-29 Thread tip-bot for Wang Nan
Commit-ID: ed3077585f2f041e0db0fc41060b69673e98963b Gitweb: http://git.kernel.org/tip/ed3077585f2f041e0db0fc41060b69673e98963b Author: Wang Nan AuthorDate: Thu, 16 Oct 2014 11:08:29 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:48 -0200 perf tools: Ensure

[tip:perf/core] perf probe: Use PARSE_OPT_EXCLUSIVE flag

2014-10-29 Thread tip-bot for Namhyung Kim
Commit-ID: 13dcbbc0222f9768394b0a58ab84adcd630f48d6 Gitweb: http://git.kernel.org/tip/13dcbbc0222f9768394b0a58ab84adcd630f48d6 Author: Namhyung Kim AuthorDate: Thu, 23 Oct 2014 00:15:49 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:47 -0200 perf probe: Us

[tip:perf/core] perf pmu: Let pmu' s with no events show up on perf list

2014-10-29 Thread tip-bot for Adrian Hunter
Commit-ID: 42634bc7a02ead59cf2d50e60d8b8f825de8a3b0 Gitweb: http://git.kernel.org/tip/42634bc7a02ead59cf2d50e60d8b8f825de8a3b0 Author: Adrian Hunter AuthorDate: Thu, 23 Oct 2014 13:45:10 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:48 -0200 perf pmu: Let

[tip:perf/core] perf pmu: Add proper error handling to print_pmu_events()

2014-10-29 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 7e4772dc99a3ebfc53708eff262f7a8155485e85 Gitweb: http://git.kernel.org/tip/7e4772dc99a3ebfc53708eff262f7a8155485e85 Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 24 Oct 2014 10:25:09 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:48 -0200 pe

[tip:perf/core] perf tools: Add support for 32-bit compatibility VDSOs

2014-10-29 Thread tip-bot for Adrian Hunter
Commit-ID: f6832e1720f5cc283703cfe9ccbfb46a3fb6f548 Gitweb: http://git.kernel.org/tip/f6832e1720f5cc283703cfe9ccbfb46a3fb6f548 Author: Adrian Hunter AuthorDate: Thu, 23 Oct 2014 13:45:23 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:48 -0200 perf tools: A

[tip:perf/core] perf tools: Do not attempt to run perf-read-vdso32 if it wasn't built

2014-10-29 Thread tip-bot for Adrian Hunter
Commit-ID: 46b1fa85ff5a2e03423770b3931b97266e8ac6cf Gitweb: http://git.kernel.org/tip/46b1fa85ff5a2e03423770b3931b97266e8ac6cf Author: Adrian Hunter AuthorDate: Thu, 23 Oct 2014 13:45:24 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:48 -0200 perf tools: D

[tip:perf/core] perf tools: Build programs to copy 32-bit compatibility

2014-10-29 Thread tip-bot for Adrian Hunter
Commit-ID: e477f3f01a89a8fd44031e7f2ba6ffcab037336c Gitweb: http://git.kernel.org/tip/e477f3f01a89a8fd44031e7f2ba6ffcab037336c Author: Adrian Hunter AuthorDate: Thu, 23 Oct 2014 18:16:03 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:48 -0200 perf tools: B

[tip:perf/core] perf probe: Add --quiet option to suppress output result message

2014-10-29 Thread tip-bot for Masami Hiramatsu
Commit-ID: 5e17b28f1e246b98e08cb463f7d72cff6415fc53 Gitweb: http://git.kernel.org/tip/5e17b28f1e246b98e08cb463f7d72cff6415fc53 Author: Masami Hiramatsu AuthorDate: Mon, 27 Oct 2014 16:31:31 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:49 -0200 perf probe

[PATCH] MAINTAINERS: remove list iss_storage...@hp.com

2014-10-29 Thread Sudip Mukherjee
when sending mail to iss_storage...@hp.com it failed permanently "Google tried to deliver your message, but it was rejected by the server for the recipient domain hp.com by smtp.hp.com. [15.201.208.57]. The error that the other server returned was: 550 5.1.1 : Recipient address rejected: User unkn

[tip:perf/core] perf script: Add Python script to export to postgresql

2014-10-29 Thread tip-bot for Adrian Hunter
Commit-ID: 2987e32f75dcb40bce0f3ab1d5d48cc1c580fd8b Gitweb: http://git.kernel.org/tip/2987e32f75dcb40bce0f3ab1d5d48cc1c580fd8b Author: Adrian Hunter AuthorDate: Thu, 23 Oct 2014 13:45:15 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:49 -0200 perf script:

Re: [PATCH] Add ltc3562 voltage regulator driver

2014-10-29 Thread Mike Looijmans
On 10/29/2014 01:30 PM, Mark Brown wrote: On Wed, Oct 29, 2014 at 09:16:00AM +0100, Mike Looijmans wrote: + if (!status->voltage_set) { + if (of_property_read_u32(dev->dev.of_node, + "ltc3562-default-voltage", &v_default) == 0) { A couple of problems

[tip:perf/core] perf tools: Add facility to export data in database-friendly way

2014-10-29 Thread tip-bot for Adrian Hunter
Commit-ID: 0db15b1e84a59e6e1da5fe6e74c35fe52fa29d92 Gitweb: http://git.kernel.org/tip/0db15b1e84a59e6e1da5fe6e74c35fe52fa29d92 Author: Adrian Hunter AuthorDate: Thu, 23 Oct 2014 13:45:13 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:49 -0200 perf tools: A

[tip:perf/core] perf scripting python: Extend interface to export data in a database-friendly way

2014-10-29 Thread tip-bot for Adrian Hunter
Commit-ID: df919b400ad3f9e6aac392ce421d710207abf9be Gitweb: http://git.kernel.org/tip/df919b400ad3f9e6aac392ce421d710207abf9be Author: Adrian Hunter AuthorDate: Thu, 23 Oct 2014 13:45:14 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 10:32:49 -0200 perf scriptin

[tip:perf/core] perf session: Add perf_session__deliver_synth_event()

2014-10-29 Thread tip-bot for Adrian Hunter
Commit-ID: a293829df788ae96a174b315010d4b56a10e5114 Gitweb: http://git.kernel.org/tip/a293829df788ae96a174b315010d4b56a10e5114 Author: Adrian Hunter AuthorDate: Mon, 27 Oct 2014 15:49:23 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 11:36:15 -0200 perf session:

[tip:perf/core] perf tools: Add id index

2014-10-29 Thread tip-bot for Adrian Hunter
Commit-ID: 3c659eedada2fbf909c5818848753a6647a56426 Gitweb: http://git.kernel.org/tip/3c659eedada2fbf909c5818848753a6647a56426 Author: Adrian Hunter AuthorDate: Mon, 27 Oct 2014 15:49:22 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 11:24:47 -0200 perf tools: A

[tip:perf/core] perf tools: Use evlist__for_each in a few remaining places

2014-10-29 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: cba9b847f649af350809d8ff4119e84b0466c1d9 Gitweb: http://git.kernel.org/tip/cba9b847f649af350809d8ff4119e84b0466c1d9 Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 29 Oct 2014 11:31:54 -0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 29 Oct 2014 11:31:54 -0200 pe

Re: net: fec: fix regression on i.MX28 introduced by rx_copybreak support

2014-10-29 Thread Lothar Waßmann
Hi, David Miller wrote: > From: Lothar Waßmann > Date: Tue, 28 Oct 2014 14:22:55 +0100 > > > Changes wrt. v1: > > - added some cleanup patches > > - simplify handling of 'quirks' flags as suggested by Russell King. > > - remove DIV_ROUND_UP() from byte swapping loop as suggested by > > Eric Du

Re: [PATCH 1/1] spi: spi-gpio: Add dt support for a single device with no chip select

2014-10-29 Thread Torsten Fleischer
2014-10-27 18:30 GMT+01:00 Mark Rutland : > On Mon, Oct 27, 2014 at 03:27:17PM +, Torsten Fleischer wrote: >> From: Torsten Fleischer >> >> Use an empty 'cs-gpios' property if a single device is connected which >> has no chip select. >> This refers to the discussion at https://lkml.org/lkml/20

Re: [PATCH] mmc: dw_mmc: add a quirk for the defferent bit of sdio interrupt

2014-10-29 Thread addy ke
Hi, Doug, On 2014/10/30 12:49, Doug Anderson wrote: > Addy, > > On Wed, Oct 29, 2014 at 9:41 PM, Doug Anderson wrote: >> You can avoid a lot of "if" tests if you just add a new "sdio->id" > > Whoops, I mean "slot->sdio_id" > To use "slot->sdio_id", I think the subject must be changed. So I wi

Re: [PATCH v5 07/29] nios2: I/O Mapping

2014-10-29 Thread Ley Foon Tan
On Tue, Oct 28, 2014 at 9:30 PM, Arnd Bergmann wrote: > On Friday 24 October 2014 16:24:09 Ley Foon Tan wrote: > >> +/* PCI is not supported in nios2, set this to 0. */ >> +#define IO_SPACE_LIMIT 0 >> + >> +extern void outsb(unsigned long addr, const void *buf, int len); >> +extern void outsw(unsi

Re: [RFC Patch] gpio: add GPIO hogging mechanism

2014-10-29 Thread Alexandre Courbot
Sorry for the delay in reviewing. Adding Jiri and Pantelis who might want to extend over this patch and thus will likely have interesting comments to make. On Wed, Oct 22, 2014 at 5:09 AM, Benoit Parrot wrote: > Based on Boris Brezillion work this is a reworked patch > of his initial GPIO hogging

Re: [PATCH v2] staging: skein: skein_api.c: removed space before ','

2014-10-29 Thread Mikael Svantesson
I'm saving the patch to my mail server using git-imap-send, then enter e-mail addresses using Thunderbird and send it. The problem seems to be that Thunderbird thrashes empty lines when double clicking the e-mail in Drafts or selecting "Edit as new". When forwarding the e-mail it doesn't seem to a

Re: [PATCH v2] staging: skein: skein_api.c: removed space before ','

2014-10-29 Thread Mikael Svantesson
Signed-off-by: Mikael Svantesson --- drivers/staging/skein/skein_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/skein/skein_api.c b/drivers/staging/skein/skein_api.c index 6e700ee..5bfce07 100644 --- a/drivers/staging/skein/skein_api.c +++ b/drivers/sta

[PATCH] kbuild: collect shorthands into the top Makefile

2014-10-29 Thread Masahiro Yamada
The motivation of this commit is to avoid duplicated definitions of "clean" and "hdr-inst" shorthands. The shorthand "clean" is defined in both the top Makefile and scripts/Makefile.clean. Likewise, "hdr-inst" is defined in both the top Makefile and scripts/Makefile.headersinst. The idea here is

Re: [PATCH 02/11] irqchip: brcmstb-l2: Eliminate dependency on ARM code

2014-10-29 Thread Arnd Bergmann
On Tuesday 28 October 2014 20:58:49 Kevin Cernekee wrote: > The irq-brcmstb-l2 driver has a single dependency on the ARM code, the > do_bad_IRQ macro. Expand this macro in-place so that the driver can be > built on non-ARM platforms. > > Signed-off-by: Kevin Cernekee > Acked-by: Arnd Bergmann

Re: [PATCH v5 21/29] nios2: Time keeping

2014-10-29 Thread Ley Foon Tan
On Tue, Oct 28, 2014 at 9:39 PM, Arnd Bergmann wrote: >> Hi Arnd, >> No problem, I can change that. But, seem that we don't need to have >> calibrate_delay_is_known() as well. We can just set "lpj_fine" variable, >> arm64 uses this. > > Right, that works too. Okay. > >> BTW, do you have further c

Re: [PATCH] ACPI / GPIO: Pass index to acpi_get_gpiod_by_index() when using properties

2014-10-29 Thread Alexandre Courbot
On 10/29/2014 06:59 AM, Rafael J. Wysocki wrote: On Tuesday, October 28, 2014 01:15:27 PM Mika Westerberg wrote: acpi_dev_add_driver_gpios() makes it possible to set up mapping between properties and ACPI GpioIo resources in a driver, so we can take index parameter in acpi_find_gpio() into use w

Re: [PATCH 01/11] irqchip: Allow irq_reg_{readl,writel} to use __raw_{readl_writel}

2014-10-29 Thread Arnd Bergmann
On Tuesday 28 October 2014 20:58:48 Kevin Cernekee wrote: > > +#ifdef CONFIG_RAW_IRQ_ACCESSORS > + > +#ifndef irq_reg_writel > +# define irq_reg_writel(val, addr) __raw_writel(val, addr) > +#endif > +#ifndef irq_reg_readl > +# define irq_reg_readl(addr) __raw_readl(addr) > +#endif >

Re: [PATCH 04/11] irqchip: Remove ARM dependency for bcm7120-l2 and brcmstb-l2

2014-10-29 Thread Arnd Bergmann
On Tuesday 28 October 2014 20:58:51 Kevin Cernekee wrote: > This can compile for MIPS (or anything else) now. > > Signed-off-by: Kevin Cernekee > It's a silent symbol, so the dependency is obviously not needed, Acked-by: Arnd Bergmann -- To unsubscribe from this list: send the line "unsubscri

Re: NULL derefs after failed suspend (i915, pm, ext4, slub)

2014-10-29 Thread Johan Hovold
On Tue, Oct 28, 2014 at 05:06:01PM +0200, Jani Nikula wrote: > On Tue, 28 Oct 2014, Johan Hovold wrote: > > Hi, > > > > I have had some problems with crashes involving suspend-to-disk after > > updating to v3.16. > > > > Below is a log with 3.16.6 from a failed suspend attempt after which I > > g

Re: [PATCH v3 05/19] usb: dwc3: add lpm erratum support

2014-10-29 Thread Huang Rui
On Tue, Oct 28, 2014 at 10:30:50AM -0600, Bjorn Helgaas wrote: > On Tue, Oct 28, 2014 at 5:54 AM, Huang Rui wrote: > > When parameter DWC_USB3_LPM_ERRATA_ENABLE is enabled in Andvanced > > "Advanced" > > > Configuration of coreConsultant, it supports of xHCI BESL Errata Dated > > I can't parse

Re: [PATCH 05/11] irqchip: bcm7120-l2: Make sure all register accesses use base+offset

2014-10-29 Thread Arnd Bergmann
On Tuesday 28 October 2014 20:58:52 Kevin Cernekee wrote: > > irq_gc_lock(gc); > /* Save the current mask and the interrupt forward mask */ > - b->saved_mask = __raw_readl(b->base) | b->irq_fwd_mask; > + b->saved_mask = __raw_readl(b->base + IRQEN) | b->irq_fwd_mask; >

Re: [PATCH 06/11] irqchip: bcm7120-l2: Use irq_reg_* accessors

2014-10-29 Thread Arnd Bergmann
On Tuesday 28 October 2014 20:58:53 Kevin Cernekee wrote: > This keeps things consistent between the "core" bcm7120-l2 driver and the > helpers in generic-chip.c. > > Signed-off-by: Kevin Cernekee > --- > Ah, you did. Nevermind my comment to patch 5 then ;-) Acked-by: Arnd Bergmann -- To unsu

Re: [PATCH v8 7/8] of: spi: Export single device registration method and accessors

2014-10-29 Thread Alexander Sverdlin
Hello Pantelis, I've pointed to this already, but anyway: On 28/10/14 21:36, ext Pantelis Antoniou wrote: > Dynamically inserting spi device nodes requires the use of a single > device registration method. Rework and export it. > > Methods to lookup a device/master using a device node are added

<    1   2   3   4   5   6   7   8   9   10   >