Re: [PATCH v2 1/6] ARM: dts: dra7-evm: Make VDDA_1V8_PHY supply always on

2014-07-07 Thread Tony Lindgren
* Roger Quadros [140707 01:36]: > Hi Tony, > > On 07/07/2014 11:29 AM, Tony Lindgren wrote: > > * Roger Quadros [140704 02:57]: > >> After clarification from the hardware team it was found that > >> this 1.8V PHY supply can't be switched OFF when SoC is Active. > >> > >> Since the PHY IPs don't

Re: [PATCH] KVM: nVMX: Fix IRQs inject to L2 which belong to L1 since race

2014-07-07 Thread Wanpeng Li
On Sun, Jul 06, 2014 at 08:56:07PM -0400, Bandan Das wrote: [...] >> >> How about revert commit b6b8a1451 and try if the bug which you mentioned >> is still there? > >Sorry, didn't get time at all to look at this over the weekend but thought of >putting down what I have so far.. > >So, as

Re: [Intel-gfx] [PATCH 5/5] drm/i915: Kick out vga console

2014-07-07 Thread Daniel Vetter
On Mon, Jun 30, 2014 at 07:59:55AM +0100, Chris Wilson wrote: > On Sat, Jun 28, 2014 at 11:55:19PM -0400, Ed Tomlinson wrote: > > On Saturday 28 June 2014 15:28:22 Ed Tomlinson wrote: > > > > Resend without html krud which causes list to bounce the message. > > > > > Hi > > > > > > This commit

Re: [PATCH] arm64: KVM: allow export and import of generic timer regs

2014-07-07 Thread Christoffer Dall
On Fri, Jul 04, 2014 at 03:54:14PM +0100, Alex Bennée wrote: > For correct guest suspend/resume behaviour we need to ensure we include > the generic timer registers for 64 bit guests. As CONFIG_KVM_ARM_TIMER is > always set for arm64 we don't need to worry about null implementations. > However I

[PATCH] drivers: staging: android: ion: Kconfig: Let it also depend on HAS_DMA

2014-07-07 Thread Chen Gang
ION need HAS_DMA (e.g. need DMA_SHARED_BUFFER), so it has to depend on HAS_DMA, or can not pass compiling with allmodconfig under score which NO_DMA. And the related error: CC drivers/staging/android/ion/ion_cma_heap.o drivers/staging/android/ion/ion_cma_heap.c: In function

Re: [PATCH] xen/setup: Remap Xen Identity Mapped RAM

2014-07-07 Thread Matthew Rushton
On 06/10/14 07:30, Konrad Rzeszutek Wilk wrote: On Thu, Jun 05, 2014 at 11:43:14AM -0700, Matt Rushton wrote: Instead of ballooning up and down dom0 memory this remaps the existing mfns that were replaced by the identity map. The reason for this is that the existing implementation ballooned

[PATCH v3] crypto: caam - fix memleak in caam_jr module

2014-07-07 Thread Cristian Stoica
This patch fixes a memory leak that appears when caam_jr module is unloaded. Cc: # 3.13+ Signed-off-by: Cristian Stoica --- drivers/crypto/caam/jr.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/crypto/caam/jr.c b/drivers/crypto/caam/jr.c index

[GIT PULL] pin control fixes for v3.16, take one

2014-07-07 Thread Linus Walleij
Hi Linus, here are two pin control fixes for v3.16. I'm a bit snowed under by mail but these have boiled in linux-next and should propagate to you. Please pull them in! Yours, Linus Walleij The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f: Linux 3.16-rc1

Re: [PATCH 1/11 V2] USB: kl5kusb105: Remove klsi_105_tiocmset function

2014-07-07 Thread Johan Hovold
On Sun, Jun 01, 2014 at 11:31:17AM +0200, Johan Hovold wrote: > On Sat, May 31, 2014 at 01:03:00PM -0300, Peter Senna Tschudin wrote: > > This patch remove the function klsi_105_tiocmset which was only > > returning -EINVAL. It also removes the function prototype and > > the .tiocmset entry in the

RE: [PATCH 0/3] iommu/fsl: Fixes for the PAMU driver.

2014-07-07 Thread Varun Sethi
Thanks Joerg. > -Original Message- > From: Joerg Roedel [mailto:j...@8bytes.org] > Sent: Monday, July 07, 2014 2:02 PM > To: Sethi Varun-B16395 > Cc: io...@lists.linux-foundation.org; linux-kernel@vger.kernel.org; > linuxppc-...@lists.ozlabs.org; alex.william...@redhat.com > Subject: Re:

Re: [PATCH] appletalk: Set skb with destructor

2014-07-07 Thread Eric Dumazet
On Mon, 2014-07-07 at 11:03 +0300, Andrey Utkin wrote: > 2014-07-07 0:42 GMT+03:00 Eric Dumazet : > >> /* Queue packet (standard) */ > >> + sock_hold(sock); > >> + skb->destructor = atalk_skb_destructor; > >> skb->sk = sock; > > > > This part is not needed :

Re: [PATCH 1/1] perf: Prevent race in PERF_SAMPLE_READ group format sample output

2014-07-07 Thread Peter Zijlstra
On Wed, Jun 25, 2014 at 08:44:35PM +0200, Jiri Olsa wrote: > From: Jiri Olsa > > While iterating siblings in perf_output_read_group we could > race with addition and removal of sibling in perf_group_attach > and perf_group_detach respective. So why would anybody do this? > While in

[PATCH 1/2] hso: remove unused workqueue

2014-07-07 Thread Olivier Sobrie
The workqueue "retry_unthrottle_workqueue" is not scheduled anywhere in the code. So, remove it. Signed-off-by: Olivier Sobrie --- drivers/net/usb/hso.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c index a3a0586..9ca2b41 100644

[PATCH 2/2] hso: fix deadlock when receiving bursts of data

2014-07-07 Thread Olivier Sobrie
When the module sends bursts of data, sometimes a deadlock happens in the hso driver when the tty buffer doesn't get the chance to be flushed quickly enough. To avoid this, first, we remove the endless while loop in put_rx_bufdata() which is the root cause of the deadlock. Secondly, when there is

Re: [PATCH v10 6/7] ARM: add pmd_[dirty|mkclean] for THP

2014-07-07 Thread Will Deacon
On Mon, Jul 07, 2014 at 01:53:57AM +0100, Minchan Kim wrote: > MADV_FREE needs pmd_dirty and pmd_mkclean for detecting recent > overwrite of the contents since MADV_FREE syscall is called for > THP page. > > This patch adds pmd_dirty and pmd_mkclean for THP page MADV_FREE > support. Looks fine

Re: [PATCH] RFC: perf: Make overflow signals inheritable

2014-07-07 Thread Peter Zijlstra
On Wed, Jun 25, 2014 at 04:12:09PM -0400, Christopher Covington wrote: > In order to get a signal from the perf events framework (use an > "event_limit"), one must not not only call perf_event_open() with the > appropriate sample_period, watermark, and wakeup_watermark values, > but also set the

RE: [PATCH 2/2] hso: fix deadlock when receiving bursts of data

2014-07-07 Thread David Laight
From: Olivier Sobrie > When the module sends bursts of data, sometimes a deadlock happens in > the hso driver when the tty buffer doesn't get the chance to be flushed > quickly enough. > > To avoid this, first, we remove the endless while loop in > put_rx_bufdata() which is the root cause of the

Re: [PATCH v10 6/7] ARM: add pmd_[dirty|mkclean] for THP

2014-07-07 Thread Steve Capper
On Mon, Jul 07, 2014 at 09:53:57AM +0900, Minchan Kim wrote: > MADV_FREE needs pmd_dirty and pmd_mkclean for detecting recent > overwrite of the contents since MADV_FREE syscall is called for > THP page. > > This patch adds pmd_dirty and pmd_mkclean for THP page MADV_FREE > support. > > Cc:

Re: [PATCH] appletalk: Set skb with destructor

2014-07-07 Thread Eric Dumazet
On Mon, 2014-07-07 at 10:57 +0200, Eric Dumazet wrote: > On Mon, 2014-07-07 at 11:03 +0300, Andrey Utkin wrote: > > 2014-07-07 0:42 GMT+03:00 Eric Dumazet : > > >> /* Queue packet (standard) */ > > >> + sock_hold(sock); > > >> + skb->destructor = atalk_skb_destructor; > > >>

Re: [PATCH] video: fbdev: sis: init.c: Cleaning up redundant condition is always true

2014-07-07 Thread Noralf Tronnes
Den 07.07.2014 09:57, skrev Dan Carpenter: On Thu, Jul 03, 2014 at 11:15:21PM +0200, Rickard Strandqvist wrote: diff --git a/drivers/video/fbdev/sis/init.c b/drivers/video/fbdev/sis/init.c index bd40f5e..9e2dd96 100644 --- a/drivers/video/fbdev/sis/init.c +++ b/drivers/video/fbdev/sis/init.c @@

Re: [RFC PATCH 0/8] rework iowait accounting

2014-07-07 Thread Peter Zijlstra
On Thu, Jun 26, 2014 at 06:06:23PM +0900, Hidetoshi Seto wrote: > [Request for Comments] > > So, as the first step to solve this bunch of problems, I wrote > some pseudo codes for review to check my direction. These codes > look like usual patch set but !! _NOT_TESTED_COMPLETELY_ !! > Now

Re: [PATCH 4/4] kvm, mem-hotplug: Update apic access page when it is migrated.

2014-07-07 Thread Tang Chen
Hi Gleb, The guest hang problem has been solved. When mmu_notifier is called, I set VMCS APIC_ACCESS_ADDR to the new value instead of setting it to 0. And only update kvm->arch.apic_access_page in the next ept violation. The guest is running well now. I'll post the new patches tomorrow. ;)

Re: [RFC 01/10] iommu: Add IOMMU device registry

2014-07-07 Thread Arnd Bergmann
On Friday 04 July 2014, Will Deacon wrote: > On Fri, Jul 04, 2014 at 02:47:10PM +0100, Thierry Reding wrote: > > On Fri, Jul 04, 2014 at 01:05:30PM +0200, Joerg Roedel wrote: > > > On Thu, Jun 26, 2014 at 10:49:41PM +0200, Thierry Reding wrote: > > > > Add an IOMMU device registry for drivers to

Re: [PATCH v10 2/2] dmaengine: sun6i: Add driver for the Allwinner A31 DMA controller

2014-07-07 Thread Arnd Bergmann
On Friday 04 July 2014, Maxime Ripard wrote: > > > > It feels a little fragile to rely on the organisation of the clock tree > > > > and the naming thereof. If the IP block is ever reused on an SoC with a > > > > different clock tree layout then we have to handle things differently. > > > > > >

[PATCH] block: Add support for Sony SxS cards Signed-off-by: Kieran Kunhya

2014-07-07 Thread Kieran Kunhya
--- drivers/block/Kconfig |9 + drivers/block/Makefile |1 + drivers/block/sxs.c| 491 3 files changed, 501 insertions(+) create mode 100644 drivers/block/sxs.c diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index

[PATCH] Add support for Sony SxS cards

2014-07-07 Thread Kieran Kunhya
This patch adds a reverse-engineered read-only driver for Sony SxS cards. SxS cards are an Expresscard based memory card used in professional cameras. I've not managed to get block device DMA working for some reason and currently this driver uses a memcpy. I may well be using the block device DMA

Re: [PATCH] appletalk: Set skb with destructor

2014-07-07 Thread Andrey Utkin
2014-07-07 12:26 GMT+03:00 Eric Dumazet : > Reading again this code, I think all you need is to remove the 2 buggy > lines. > > No need for setup destructors. Reviewing the code again, i find you're right and adding a destructor in that place is stupid, and just not setting skb->sk would make bug

Re: [PATCH 2/2] sched: Rewrite per entity runnable load average tracking

2014-07-07 Thread Peter Zijlstra
On Wed, Jul 02, 2014 at 10:30:56AM +0800, Yuyang Du wrote: > The idea of per entity runnable load average (aggregated to cfs_rq and > task_group load) > was proposed by Paul Turner, and it is still followed by this rewrite. But > this rewrite > is made due to the following ends: > > (1).

Re: [PATCH 0/2] virtio-scsi queue for 3.17

2014-07-07 Thread Christoph Hellwig
Thanks Paolo, I've applied the patches. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH v9 1/7] phy: add a driver for the Berlin SATA PHY

2014-07-07 Thread Antoine Ténart
The Berlin SoC has a two SATA ports. Add a PHY driver to handle them. The mode selection can let us think this PHY can be configured to fit other purposes. But there are reasons to think the SATA mode will be the only one usable: the PHY registers are only accessible indirectly through two

[PATCH v9 5/7] Documentation: bindings: document the sub-nodes AHCI bindings

2014-07-07 Thread Antoine Ténart
The libahci now allows to use multiple PHYs and to represent each port as a sub-node. Add these bindings to the documentation. Signed-off-by: Antoine Ténart --- .../devicetree/bindings/ata/ahci-platform.txt | 37 ++ 1 file changed, 37 insertions(+) diff --git

[PATCH v9 0/7] ARM: berlin: add AHCI support

2014-07-07 Thread Antoine Ténart
This series adds the support for Berlin SoC AHCI controller. The controller allows to use the SATA host interface and, for example, the eSATA port on the BG2Q. The series adds a PHY driver to control the two SATA ports available, and adds a generic compatible to use the existing ahci_platform

[PATCH v9 4/7] ata: ahci_platform: add a generic AHCI compatible

2014-07-07 Thread Antoine Ténart
The ahci_platform driver is a generic driver using the libahci_platform functions. Add a generic compatible to avoid having an endless list of compatibles with no differences for the same driver. Signed-off-by: Antoine Ténart --- drivers/ata/ahci_platform.c | 2 ++ 1 file changed, 2

[PATCH v9 7/7] ARM: berlin: enable the eSATA interface on the BG2Q DMP

2014-07-07 Thread Antoine Ténart
The BG2Q has an AHCI SATA controller with an eSATA interface. Enable it. Only enable the first port, the BG2Q DMP does not support the second one. Signed-off-by: Antoine Ténart --- arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 8 1 file changed, 8 insertions(+) diff --git

[PATCH v9 6/7] ARM: berlin: add the AHCI node for the BG2Q

2014-07-07 Thread Antoine Ténart
The BG2Q has an AHCI SATA controller. Add the corresponding nodes (AHCI, PHY) into its device tree. Signed-off-by: Antoine Ténart --- arch/arm/boot/dts/berlin2q.dtsi | 39 +++ 1 file changed, 39 insertions(+) diff --git a/arch/arm/boot/dts/berlin2q.dtsi

[PATCH v9 3/7] ata: libahci: allow to use multiple PHYs

2014-07-07 Thread Antoine Ténart
The current implementation of the libahci does not allow to use multiple PHYs. This patch adds the support of multiple PHYs by the libahci while keeping the old bindings valid for device tree compatibility. This introduce a new way of defining SATA ports in the device tree, with one port per

[PATCH v9 2/7] Documentation: bindings: add the Berlin SATA PHY

2014-07-07 Thread Antoine Ténart
The Berlin SATA PHY drives the PHY related to the SATA interface. Add the corresponding documentation. Signed-off-by: Antoine Ténart --- .../devicetree/bindings/phy/berlin-sata-phy.txt| 34 ++ 1 file changed, 34 insertions(+) create mode 100644

[PATCH] bio-integrity: remove the needless fail handle of bip_slab creating

2014-07-07 Thread Gu Zheng
bip_slab is created with SLAB_PANIC, so the fail handle is needless, remove it. Signed-off-by: Gu Zheng --- block/bio-integrity.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/block/bio-integrity.c b/block/bio-integrity.c index 9e24106..56754c4 100644 ---

Re: [PATCH v4 1/1] pinctrl: baytrail: Warn if direct IRQ GPIO set to output

2014-07-07 Thread Linus Walleij
On Thu, Jun 12, 2014 at 8:06 PM, wrote: > From: Eric Ernst > > For Baytrail, you should never set a GPIO set to direct_irq > to output mode. When direct_irq_en is set for a GPIO, it is > tied directly to an APIC internally, and making the pad output > does not make any sense. Assert a WARN()

Re: [PATCH 1/1] perf: Prevent race in PERF_SAMPLE_READ group format sample output

2014-07-07 Thread Jiri Olsa
On Mon, Jul 07, 2014 at 11:04:28AM +0200, Peter Zijlstra wrote: > On Wed, Jun 25, 2014 at 08:44:35PM +0200, Jiri Olsa wrote: > > From: Jiri Olsa > > > > While iterating siblings in perf_output_read_group we could > > race with addition and removal of sibling in perf_group_attach > > and

Re: [PATCH] video: fbdev: xen-fbfront.c: Cleaning up useless assignment of function parameter

2014-07-07 Thread Stefano Stabellini
On Sun, 6 Jul 2014, Rickard Strandqvist wrote: > Remove assignment of function parameter, that has no effect outside the > function > > This was found using a static code analysis program called cppcheck > > Signed-off-by: Rickard Strandqvist Acked-by: Stefano Stabellini >

Re: [RFC PATCH 00/11] Adding FreeBSD's Capsicum security framework (part 1)

2014-07-07 Thread David Drysdale
On Fri, Jul 4, 2014 at 8:03 AM, Paolo Bonzini wrote: > > Il 03/07/2014 20:39, David Drysdale ha scritto: >> On Thu, Jul 03, 2014 at 11:12:33AM +0200, Paolo Bonzini wrote: >>> Given Linux's previous experience with BPF filters, what do you >>> think about attaching specific BPF programs to file

Re: [PATCH] Allow increasing the buffer-head per-CPU LRU size

2014-07-07 Thread Sebastien Buisson
Allow increasing the buffer-head per-CPU LRU size to allow efficient filesystem operations that access many blocks for each transaction. For example, creating a file in a large ext4 directory with quota enabled will accesses multiple buffer heads and will overflow the LRU at the default 8-block

Re: [PATCH 4/4] kvm, mem-hotplug: Update apic access page when it is migrated.

2014-07-07 Thread Wanpeng Li
On Wed, Jul 02, 2014 at 05:00:37PM +0800, Tang Chen wrote: >apic access page is pinned in memory, and as a result it cannot be >migrated/hot-removed. > >Actually it doesn't need to be pinned in memory. > >This patch introduces a new vcpu request: KVM_REQ_MIGRATE_EPT. This requet

[PATCH v2] power: poweroff: gpio: convert to use descriptors

2014-07-07 Thread Linus Walleij
This switches the GPIO poweroff driver to use GPIO descriptors rather than numeral GPIOs. We get rid of the specific inversion handling as GPIO descriptors know if they are active low or high and can assert the line properly, so we do not need to check the flag OF_GPIO_ACTIVE_LOW returned from the

Re: [PATCH 4/4] drivers: dma-contiguous: add initialization from device tree

2014-07-07 Thread Marek Szyprowski
Hello, On 2014-07-04 07:52, Joonsoo Kim wrote: -Original Message- From: Marek Szyprowski [mailto:m.szyprow...@samsung.com] Sent: Wednesday, July 02, 2014 7:49 PM Subject: [PATCH 4/4] drivers: dma-contiguous: add initialization from device tree Add a code to create CMA region from

Re: [PATCH 2/2] hso: fix deadlock when receiving bursts of data

2014-07-07 Thread Olivier Sobrie
Hi David, On Mon, Jul 07, 2014 at 09:13:53AM +, David Laight wrote: > From: Olivier Sobrie > > When the module sends bursts of data, sometimes a deadlock happens in > > the hso driver when the tty buffer doesn't get the chance to be flushed > > quickly enough. > > > > To avoid this, first,

Re: [PATCH] gpio_keys, twl4030-pwrbutton: stay awake for 1sec on resume

2014-07-07 Thread NeilBrown
On Fri, 4 Jul 2014 22:03:36 +1000 NeilBrown wrote: > On Fri, 04 Jul 2014 12:39:38 +0200 Lukas Maerdian wrote: > > > Hi all! > > > > On 28.06.2014 22:04 UTC+0200, Pavel Machek wrote: > > >> And the msec parameter is described as: > > >> > > >> @msec: Anticipated event processing time (in

Re: [PATCH v10 1/7] mm: support madvise(MADV_FREE)

2014-07-07 Thread Kirill A. Shutemov
On Mon, Jul 07, 2014 at 09:53:52AM +0900, Minchan Kim wrote: > Linux doesn't have an ability to free pages lazy while other OS > already have been supported that named by madvise(MADV_FREE). > > The gain is clear that kernel can discard freed pages rather than > swapping out or OOM if memory

Re: [RFC PATCH 4/9] irqchip: GIC: add support for forwarded interrupts

2014-07-07 Thread Marc Zyngier
On Fri, Jun 27 2014 at 2:17:48 pm BST, Will Deacon wrote: > Hi Marc, > > On Wed, Jun 25, 2014 at 10:28:45AM +0100, Marc Zyngier wrote: >> Now that we've switched to EOImode == 1, prevent a forwarded interrupt >> from being deactivated after its priority has been dropped. >> >> Also add support

Re: [PATCH] USB: ftdi_sio: add GPIO support

2014-07-07 Thread Linus Walleij
On Fri, Jun 13, 2014 at 8:31 PM, Greg Kroah-Hartman wrote: > On Fri, Jun 13, 2014 at 09:25:07AM +0200, Linus Walleij wrote: >> But I also want to bring the device model into question: normally >> when a mother device spawns children across different subsystems >> we model them as MFD devices

Re: [PATCH v10 2/7] x86: add pmd_[dirty|mkclean] for THP

2014-07-07 Thread Kirill A. Shutemov
On Mon, Jul 07, 2014 at 09:53:53AM +0900, Minchan Kim wrote: > MADV_FREE needs pmd_dirty and pmd_mkclean for detecting recent > overwrite of the contents since MADV_FREE syscall is called for > THP page. > > This patch adds pmd_dirty and pmd_mkclean for THP page MADV_FREE > support. > > Cc:

Re: [Intel-gfx] [PATCH 5/5] drm/i915: Kick out vga console

2014-07-07 Thread Ed Tomlinson
Daniel, I am not quite sure I understand what you want me to test? Do you want me to try it without: > > + if (ret == 0) { > > + ret = do_unregister_con_driver(_con); Thanks Ed On Monday 07 July 2014 10:48:26 Daniel Vetter wrote: > On Mon, Jun 30, 2014 at

Re: [PATCH] video: backlight: jornada720_lcd.c: Cleaning up variable that is never used

2014-07-07 Thread Lee Jones
> Variable ar assigned a value that is never used. > I have also removed all the code that thereby serves no purpose. > > This was found using a static code analysis program called cppcheck > > Signed-off-by: Rickard Strandqvist > --- > drivers/video/backlight/jornada720_lcd.c |4 +--- > 1

Re: [PATCH 2/2] sched: Rewrite per entity runnable load average tracking

2014-07-07 Thread Peter Zijlstra
On Wed, Jul 02, 2014 at 10:30:56AM +0800, Yuyang Du wrote: > The idea of per entity runnable load average (aggregated to cfs_rq and > task_group load) > was proposed by Paul Turner, and it is still followed by this rewrite. But > this rewrite > is made due to the following ends: > > (1).

MY LOVE

2014-07-07 Thread mirianmastandre...@adinet.com.uy
prosím, můj drahý, budu rád, kdybyste mě kontaktovat na (mirianandrevv@yahoo. in) Můj nejdražší Jak se dnes máte a vaše rodina doufám, že je vše v pořádku s tebou Já jsem volal Mirian viděl jsem váš profil dnes (facebook) a zjistíte, že jste hoden být moje jako někoho, koho můžu ležel na jeho

Re: [PATCH] video: backlight: ili922x.c: Cleaning up variable that is never used

2014-07-07 Thread Lee Jones
On Sun, 06 Jul 2014, Rickard Strandqvist wrote: > Variable ar assigned a value that is never used. > I have also removed all the code that thereby serves no purpose. > > This was found using a static code analysis program called cppcheck > > Signed-off-by: Rickard Strandqvist > --- >

Re: [PATCH] Doc: mfd: as3722: Add details of optional missing property

2014-07-07 Thread Linus Walleij
On Mon, Jun 16, 2014 at 11:52 AM, Lee Jones wrote: > CC'ing Linus as he had an opinion. > > On Mon, 09 Jun 2014, Laxman Dewangan wrote: >> Add details of following properties which are used on driver but >> not documented on DT binding document. >> - ams,enable-internal-int-pullup >> -

Re: [PATCH] video: backlight: ili922x.c: Cleaning up variable that is never used

2014-07-07 Thread Lee Jones
On Sat, 05 Jul 2014, Rickard Strandqvist wrote: > From: Rickard Strandqvist > > Variable ar assigned a value that is never used. > I have also removed all the code that thereby serves no purpose. > > This was found using a static code analysis program called cppcheck > > Signed-off-by:

Re: [PATCH] video: backlight: jornada720_lcd.c: Cleaning up variable that is never used

2014-07-07 Thread Lee Jones
On Sat, 05 Jul 2014, Rickard Strandqvist wrote: > From: Rickard Strandqvist > > Variable ar assigned a value that is never used. > I have also removed all the code that thereby serves no purpose. > > This was found using a static code analysis program called cppcheck > > Signed-off-by:

Re: [PATCH v2] ARM: OMAP2+: Make GPMC skip disabled devices

2014-07-07 Thread Tony Lindgren
* Guido Martínez [140702 06:34]: > Currently, child nodes of the gpmc node are iterated and probed > regardless of their 'status' property. This means adding 'status = > "disabled";' has no effect. > > This patch changes the iteration to only probe nodes marked as > available. > >

Re: [PATCH v2 3/3] MAINTAINERS: Add dwc3-st.c file to ARCH/STI architecture

2014-07-07 Thread Lee Jones
On Sat, 05 Jul 2014, Peter Griffin wrote: > Signed-off-by: Peter Griffin > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) Acked-by: Lee Jones > diff --git a/MAINTAINERS b/MAINTAINERS > index 702ca10..269ad3b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1325,6 +1325,7 @@ F:

Re: [RFC PATCH 02/11] coresight: add CoreSight TMC driver

2014-07-07 Thread Linus Walleij
On Tue, Jun 17, 2014 at 1:12 AM, Mathieu Poirier wrote: > On 3 June 2014 03:09, Linus Walleij wrote: >> On Fri, May 30, 2014 at 3:43 PM, wrote: >>> + int read_count; >> >> Can this really be negative? > > It is useful for debugging, as an example see "tmc_release()".

Re: [PATCH] spi/spi-sh: Use devm_ioremap

2014-07-07 Thread Mark Brown
On Sun, Jul 06, 2014 at 09:44:50PM +0530, Himangi Saraogi wrote: > This patch introduces the use of devm_ioremap and removes the iounmaps > in the probe and remove functions. Also, the labels are renamed to > preserve ordering. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] Kbuild: Move -Wmaybe-uninitialized to W=1

2014-07-07 Thread Borislav Petkov
Ok, here's a v2 which goes ontop of http://lkml.kernel.org/r/1404175346-12330-1-git-send-email-beh...@converseincode.com After this, all warnings stuff should be back to normal. --- From: Borislav Petkov Subject: [PATCH -v2] Kbuild: Move -Wmaybe-uninitialized to W=1 This warning is enabled by

Re: [PATCH] gpio-pxa: gpio0 and gpio1 support on dt

2014-07-07 Thread Linus Walleij
On Thu, Jun 5, 2014 at 9:13 PM, Andrew Ruder wrote: > pxa_gpio_probe() has some issues supporting the gpio0 and gpio1 > interrupts under device-tree - it never actually sets up the chain > handler to get interrupts on edge detect for GPIO0 and GPIO1. > > Signed-off-by: Andrew Ruder Patch

Re: 3.16rc3 multiplatform, Armada 370 and IOMMU: unbootable kernel

2014-07-07 Thread Ezequiel Garcia
On 05 Jul 01:59 PM, Greg Kroah-Hartman wrote: > On Sat, Jul 05, 2014 at 12:03:08PM -0300, Ezequiel Garcia wrote: > > After following Gregory's stacktrace (also reproduced here): > > > > [] (iommu_bus_notifier) from [] > > (notifier_call_chain+0x64/0x9c) > > [] (notifier_call_chain) from [] > >

Re: [UPDATE PATCH v2 0/6] ACPI/EC: Critical race fixes.

2014-07-07 Thread Rafael J. Wysocki
On Monday, July 07, 2014 11:09:49 AM Lv Zheng wrote: > History: > v1: > The collection of bug-fixes from kernel bugzilla bug 70891. > v2: > 1. Improves the patch descriptions to make the root cause of the 70891 bug > more correct. > 2. Improves a race fix to make it more robust. > v2

Re: [Intel-gfx] [PATCH 5/5] drm/i915: Kick out vga console

2014-07-07 Thread Ed Tomlinson
Daniel, Just to be sure. The intel card here should not be claiming the real console. It does not have an output device and the bios set set so the radeon is the primary device. Ed On Monday 07 July 2014 10:48:26 Daniel Vetter wrote: > On Mon, Jun 30, 2014 at 07:59:55AM +0100, Chris Wilson

Re: [PATCH v2 2/3] ARM: dts: sti: Add st-dwc3 devicetree bindings documentation

2014-07-07 Thread Lee Jones
Subject is wrong, this has nothing to do with ARM. Should be USB. On Sat, 05 Jul 2014, Peter Griffin wrote: > This patch documents the device tree documentation required for > the ST usb3 controller glue layer found in STiH407 devices. > > Signed-off-by: Giuseppe Cavallaro > Signed-off-by:

Re: [patch[ epoll_ctl.2, epoll.7: document EPOLLWAKEUP

2014-07-07 Thread NeilBrown
(adding lkml and linux-pm and I probably should have done from the start). On Mon, 07 Jul 2014 08:46:28 +0200 "Michael Kerrisk (man-pages)" wrote: > Hi Neil, > > On 07/06/2014 11:03 AM, NeilBrown wrote: > > > > > > Signed-off-by: NeilBrown > > -- > > > > I noticed that this was missing so

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2014-07-07 Thread Michal Marek
On 2014-07-05 01:45, Andy Lutomirski wrote: > On Fri, Jul 4, 2014 at 3:15 PM, Michal Marek wrote: >> Dne 13.6.2014 19:29, Andy Lutomirski napsal(a): >>> On Fri, Jun 13, 2014 at 2:45 AM, Michal Marek wrote: Dne 13.6.2014 11:39, Michal Marek napsal(a): > Based on a x86-only patch by Andy

Re: [patch[ epoll_ctl.2, epoll.7: document EPOLLWAKEUP

2014-07-07 Thread Rafael J. Wysocki
On Monday, July 07, 2014 09:01:57 PM NeilBrown wrote: > > --Sig_/ryAieyiS4Xod5WCxzxhl62b > Content-Type: text/plain; charset=US-ASCII > Content-Transfer-Encoding: quoted-printable > > > (adding lkml and linux-pm and I probably should have done from the start). First off, thanks a lot for

Re: [PATCH v8 4/9] pci: OF: Fix the conversion of IO ranges into IO resources.

2014-07-07 Thread Liviu Dudau
On Sat, Jul 05, 2014 at 09:46:09PM +0100, Arnd Bergmann wrote: > On Saturday 05 July 2014 14:25:52 Rob Herring wrote: > > On Tue, Jul 1, 2014 at 1:43 PM, Liviu Dudau wrote: > > > The ranges property for a host bridge controller in DT describes > > > the mapping between the PCI bus address and the

Re: [PATCH v8 0/9] Support for creating generic PCI host bridges from DT

2014-07-07 Thread Liviu Dudau
On Sun, Jul 06, 2014 at 04:23:43PM +0100, Rob Herring wrote: > On Tue, Jul 1, 2014 at 1:43 PM, Liviu Dudau wrote: > > This is my resurected attempt at adding support for generic PCI host > > bridge controllers that make use of device tree information to > > configure themselves. I've tagged it as

Re: [PATCH v10 7/7] mm: Don't split THP page when syscall is called

2014-07-07 Thread Kirill A. Shutemov
On Mon, Jul 07, 2014 at 09:53:58AM +0900, Minchan Kim wrote: > We don't need to split THP page when MADV_FREE syscall is > called. It could be done when VM decide really frees it so > we could reduce the number of THP split. > > Signed-off-by: Minchan Kim > --- > include/linux/huge_mm.h | 3

Re: [PATCH 00/15] atmel_mxt_ts - device tree, bootloader, etc

2014-07-07 Thread Sekhar Nori
Hi Nick, On Thursday 03 July 2014 08:31 PM, nick.d...@itdev.co.uk wrote: > Hi Dimitry- > > Here is another set of atmel_mxt_ts patches for upstream. There are some > really useful new features, but I hope nothing too controversial. I was unable to get the touchscreen working on my board after

Re: [PATCH] sparse: Add CLOG option for saving warning

2014-07-07 Thread Sam Ravnborg
On Fri, Jul 04, 2014 at 12:48:00AM -0700, Christopher Li wrote: > On Mon, Jun 30, 2014 at 1:57 AM, Christopher Li wrote: > > > > Add the CLOG= option in command line to > > save the sparse warning into individual log file. > > > > Typical usage: > > > > make -j8 C=2 CLOG= > > Any feed back for

Re: doing lots of disk writes causes oom killer to kill processes

2014-07-07 Thread Michal Suchanek
On 9 October 2013 16:19, Michal Suchanek wrote: > Hello, > > On 19 September 2013 12:13, Jan Kara wrote: >> On Wed 18-09-13 16:56:08, Michal Suchanek wrote: >>> On 17 September 2013 23:13, Jan Kara wrote: >>> > Hello, >>> >>> The default for dirty_ratio/dirty_background_ratio is 60/40.

[PATCH 1/2] Allow to override the hctosys RTC using a kernel parameter

2014-07-07 Thread Roman Fietze
Hello RTC maintainers and list members, I would like to hear your criticism about the following two small patches. These patches allow to overwrite the hctosys RTC specified in the kernel config using CONFIG_RTC_HCTOSYS_DEVICE. The background ist, that we have two almost identical x86 boards

Re: [PATCH 00/15] atmel_mxt_ts - device tree, bootloader, etc

2014-07-07 Thread Nick Dyer
On 07/07/14 12:21, Sekhar Nori wrote: > I was unable to get the touchscreen working on my board after applying > just these patches. It does work correctly with your for-next branch so > I guess I need to wait for you to post the rest of your patches too. > > Here are the relevant messages at

Re: [PATCH 4/4] kvm, mem-hotplug: Update apic access page when it is migrated.

2014-07-07 Thread Nadav Amit
Tang, Running some (unrelated) tests I see that KVM does not handle APIC base relocation correctly. When the base is changed, kvm_lapic_set_base just changes lapic->base_address without taking further action (i.e., modifying the VMCS apic address in VMX). This patch follows KVM bad behavior

Re: [RFC 01/10] iommu: Add IOMMU device registry

2014-07-07 Thread Thierry Reding
On Sun, Jul 06, 2014 at 08:17:22PM +0200, Arnd Bergmann wrote: > On Friday 04 July 2014, Will Deacon wrote: > > On Fri, Jul 04, 2014 at 02:47:10PM +0100, Thierry Reding wrote: > > > On Fri, Jul 04, 2014 at 01:05:30PM +0200, Joerg Roedel wrote: > > > > On Thu, Jun 26, 2014 at 10:49:41PM +0200,

Re: [PATCH 1/1] perf: Prevent race in PERF_SAMPLE_READ group format sample output

2014-07-07 Thread Peter Zijlstra
On Mon, Jul 07, 2014 at 12:20:20PM +0200, Jiri Olsa wrote: > On Mon, Jul 07, 2014 at 11:04:28AM +0200, Peter Zijlstra wrote: > > On Wed, Jun 25, 2014 at 08:44:35PM +0200, Jiri Olsa wrote: > > > From: Jiri Olsa > > > > > > While iterating siblings in perf_output_read_group we could > > > race

Re: [PATCH 1/2] power: generic-adc-battery: use devm_kcalloc for psy->properties

2014-07-07 Thread Heiko Stübner
Am Freitag, 16. Mai 2014, 15:12:50 schrieb Heiko Stübner: > From: Heiko Stuebner > > This reduces the amount of code spent on initialization and cleanup > of the properties memory and also simplifies the error handling a bit. > > Signed-off-by: Heiko Stuebner any comments on these two

SCHNELLE KREDITE VON UNS BEKOMMEN UND IHRE DRINGENDEN FINANZIELLEN PROBLEME ZU LÖSEN

2014-07-07 Thread weboffice1234...@libero.it
Suchen Sie Darlehen?Haben Sie schlechte Kredit und ist fast unmöglich einen Kredit zu bekommen? Es muss nicht so sein. Lassen Sie unsere Kreditgeber-Hilfe erhalten Sie das Geld, was, das Sie brauchen. Kontakt an Tag e-Mail: morganhomefinanc...@gmail.com -- To unsubscribe from this list: send

[PATCH 2/2] Allow to override the hctosys RTC using a kernel parameter

2014-07-07 Thread Roman Fietze
Hello list members, And here the second part. >From e523006a34db26c274d3b71de5b914f476fb029e Mon Sep 17 00:00:00 2001 From: Roman Fietze Date: Fri, 4 Jul 2014 10:05:08 +0200 Subject: [PATCH 2/2] rtc: add kernel parameter hctosys, use it instead of CONFIG_RTC_HCTOSYS_DEVICE This change allows

Re: [PATCH] arch: arm: mach-omap2: usb-tusb6010.c: Cleaning up variable is set more than once

2014-07-07 Thread Tony Lindgren
* Rickard Strandqvist [140625 05:29]: > A struct member variable is set to the same value more than once > > This was found using a static code analysis program called cppcheck. Applying into omap-for-v3.17/fixes-not-urgent thanks. Tony -- To unsubscribe from this list: send the line

Re: [PATCH 4/4] kvm, mem-hotplug: Update apic access page when it is migrated.

2014-07-07 Thread Gleb Natapov
On Mon, Jul 07, 2014 at 02:42:27PM +0300, Nadav Amit wrote: > Tang, > > Running some (unrelated) tests I see that KVM does not handle APIC base > relocation correctly. When the base is changed, kvm_lapic_set_base just > changes lapic->base_address without taking further action (i.e., modifying >

Re: [PATCH v3 1/3] ima: use ahash API for file hash calculation

2014-07-07 Thread Mimi Zohar
On Fri, 2014-07-04 at 15:05 +0300, Dmitry Kasatkin wrote: > Async hash API allows to use HW acceleration for hash calculation. > It may give significant performance gain or/and reduce power consumption, > which might be very beneficial for battery powered devices. > > This patch introduces hash

[PATCH -mm 3/8] slab: guarantee unique kmem cache naming

2014-07-07 Thread Vladimir Davydov
Unique names are necessary to avoid sysfs name clashes in SLUB's implementation. Currently we give per memcg caches unique names by appending memcg name and id to the root cache's name. However, it won't be enough when kmem cache re-parenting is introduced, because then memcg id and name can be

[PATCH -mm 4/8] slub: remove kmemcg id from create_unique_id

2014-07-07 Thread Vladimir Davydov
This function is never called for memcg caches, because they are unmergeable, so remove the dead code. Signed-off-by: Vladimir Davydov --- mm/slub.c |6 -- 1 file changed, 6 deletions(-) diff --git a/mm/slub.c b/mm/slub.c index 1821e2096cbb..81f3823f3e03 100644 --- a/mm/slub.c +++

[PATCH -mm 8/8] memcg: reparent kmem context on memcg offline

2014-07-07 Thread Vladimir Davydov
Currently, mem_cgroup_kmem_context holds a reference to the owner memcg, so a memcg will be hanging around after offline until the last kmem object charged to it is freed. This is bad, because the mem_cgroup struct is huge, and we actually don't need most of its fields to uncharge kmem after css

[PATCH -mm 6/8] memcg: introduce kmem context

2014-07-07 Thread Vladimir Davydov
Currently, each kmem allocation keeps a pointer to the memcg which it was charged to. It's kmem_cache->memcg_params->memcg in case of kmalloc and page->memcg in case of alloc_kmem_pages. As a result, to re-parent those charges on memcg offline we have to fix all the pointers so that they would

[PATCH -mm 7/8] memcg: move some kmem definitions upper

2014-07-07 Thread Vladimir Davydov
I need this in the next patch. Signed-off-by: Vladimir Davydov --- mm/memcontrol.c | 114 +++ 1 file changed, 56 insertions(+), 58 deletions(-) diff --git a/mm/memcontrol.c b/mm/memcontrol.c index fb25575bdb22..21cf15184ad8 100644 ---

[PATCH -mm 0/8] memcg: reparent kmem on css offline

2014-07-07 Thread Vladimir Davydov
Hi, This patch set introduces re-parenting of kmem charges on memcg css offline. The idea lying behind it is very simple - instead of pointing from kmem objects (kmem caches, non-slab kmem pages) directly to the memcg which they are charged against, we make them point to a proxy object,

[PATCH -mm 5/8] memcg: rework non-slab kmem pages charge path

2014-07-07 Thread Vladimir Davydov
Currently we have two functions for that: memcg_kmem_newpage_charge and memcg_kmem_commit_charge. The former is called before allocating a page to charge it to the current cgroup, while the latter saves the memcg the new page was charged to in its page_cgroup. Actually, there's no need to use

Re: [PATCH v2] declance: Fix 64-bit compilation warnings

2014-07-07 Thread Grant Likely
On Sat, 05 Jul 2014 11:31:39 -0700, Joe Perches wrote: > On Sat, 2014-07-05 at 19:20 +0100, Maciej W. Rozycki wrote: > > On Sat, 5 Jul 2014, Joe Perches wrote: > > > I don't think %#p is valid so it > > > shouldn't have been set by #. > > > > Huh? As recently as last Wednesday you pointed me

[PATCH -mm 1/8] memcg: add pointer from memcg_cache_params to owner cache

2014-07-07 Thread Vladimir Davydov
We don't keep a pointer to the owner kmem cache in the memcg_cache_params struct, because we can always get the cache by reading the slot corresponding to the owner memcg in the root cache's memcg_caches array (see memcg_params_to_cache). However, this won't work when kmem cache re-parenting is

[PATCH -mm 2/8] memcg: keep all children of each root cache on a list

2014-07-07 Thread Vladimir Davydov
Sometimes we need to iterate over all child caches of a particular root cache, e.g. when we are destroying it. Currently each root cache keeps pointers to its children in its memcg_cache_params::memcg_caches_array so that we can enumerate all active kmemcg ids dereferencing appropriate array slots

<    8   9   10   11   12   13   14   15   16   17   >