Re: [RFC v2 -next 0/2] virtio-net: Advised MTU feature

2016-03-15 Thread Pankaj Gupta
> > The following series adds the ability for a hypervisor to set an MTU on the > guest during feature negotiation phase. This is useful for VM orchestration > when, for instance, tunneling is involved and the MTU of the various systems > should be homogenous. > > The first patch adds the featur

Re: [PATCH 3/5] ARM: davinci: da8xx: add cfgchip2 to resources

2016-03-15 Thread David Lechner
On 03/15/2016 10:46 PM, David Lechner wrote: On 03/15/2016 05:45 PM, Sergei Shtylyov wrote: No, this register is shared b/w MUSB and OHCI. The proper thing to do is to write the PHY driver and let it control this shared register. OK. I've started working on this. I am looking at using st

Re: [GIT PULL] LED subsystem updates for 4.6

2016-03-15 Thread Linus Torvalds
On Tue, Mar 15, 2016 at 12:51 AM, Jacek Anaszewski wrote: > > I just wanted to make sure that no unexpected problem has occurred > after rebasing onto 4.5 release. Is it in some way more advantageous to > base a pull request on rc7, than on a final release? I'd rather see the pull request based o

Re: [GIT PULL] LED subsystem updates for 4.6

2016-03-15 Thread Linus Torvalds
On Mon, Mar 14, 2016 at 3:24 AM, Jacek Anaszewski wrote: > > New LED class driver: > > - Add driver for the ISSI IS31FL32xx family of LED controllers. Grr. This has apparently not gotten with the program, and causes a few annoying warnings: drivers/leds/leds-is31fl32xx.c: In function ‘is31fl32xx

Re: [PATCH V2 2/2] mailbox: Introduce TI message manager driver

2016-03-15 Thread Jassi Brar
On Tue, Mar 15, 2016 at 10:35 PM, Nishanth Menon wrote: > On Tue, Mar 15, 2016 at 12:31 AM, Jassi Brar wrote: >> On Tue, Mar 8, 2016 at 8:07 PM, Nishanth Menon wrote: >>> Jassi, >>> >>> On Tue, Mar 8, 2016 at 1:10 AM, Jassi Brar wrote: On Tue, Mar 8, 2016 at 2:18 AM, Nishanth Menon wrote:

Re: [PATCH RFC 0/2] mempool based chained scatterlist alloc/free api api

2016-03-15 Thread Ming Lin
On Tue, 2016-03-15 at 16:12 -0700, James Bottomley wrote: > On Tue, 2016-03-15 at 15:39 -0700, Ming Lin wrote: > > From: Ming Lin > > > > Hi list, > > > > This moves the mempool based chained scatterlist alloc/free code > > from > > scsi_lib.c to lib/scatterlist.c. > > > > So other drivers(for

Re: [PATCH] mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage

2016-03-15 Thread Johannes Weiner
On Fri, Mar 11, 2016 at 12:19:31PM +0300, Vladimir Davydov wrote: > On Fri, Mar 11, 2016 at 09:18:25AM +0100, Michal Hocko wrote: > > On Thu 10-03-16 15:50:14, Johannes Weiner wrote: > ... > > > @@ -5037,9 +5040,36 @@ static ssize_t memory_max_write(struct > > > kernfs_open_file *of, > > > if (e

RE: [PATCH] pinctrl: amd:Add device HID for future AMD GPIO controller

2016-03-15 Thread Xue, Ken
> From: Wang Hongcheng [mailto:annie.w...@amd.com] > Sent: Friday, March 11, 2016 10:59 AM > To: Linus Walleij; linux-g...@vger.kernel.org; linux-kernel@vger.kernel.org; > SPG_Linux_Kernel > Cc: Wang, Annie > Subject: [PATCH] pinctrl: amd:Add device HID for future AMD GPIO controller > > Add devic

Re: [RFC PATCH kernel] Revert "net/mlx4_core: Set UAR page size to 4KB regardless of system page size"

2016-03-15 Thread Eli Cohen
On Wed, Mar 16, 2016 at 01:07:58PM +1100, Alexey Kardashevskiy wrote: > > So with v4.5 as a host, there is no actual distro available today to > use as a guest in the next 6 months (or whatever it takes to > backport this partucular patch back there). > > You could have added a module parameter t

Re: [RFC][PATCH v4 1/2] printk: Make printk() completely async

2016-03-15 Thread Byungchul Park
On Tue, Mar 15, 2016 at 11:07:38PM +0900, Sergey Senozhatsky wrote: > > something like this (*minimally tested so far*). > > -- move wake_up() and friends under the logbuf section; so we can detect ^^

RE: [PATCH V2] ACPI: APD: Add device HID for future AMD UART controller

2016-03-15 Thread Xue, Ken
> From: Wang Hongcheng [mailto:annie.w...@amd.com] > Sent: Friday, March 11, 2016 5:28 PM > To: Rafael J. Wysocki; Len Brown; linux-a...@vger.kernel.org; linux- > ker...@vger.kernel.org; SPG_Linux_Kernel > Cc: Wang, Annie > Subject: [PATCH V2] ACPI: APD: Add device HID for future AMD UART > control

Re: [PATCH] mm: memcontrol: reclaim when shrinking memory.high below usage

2016-03-15 Thread Johannes Weiner
On Fri, Mar 11, 2016 at 11:34:40AM +0300, Vladimir Davydov wrote: > On Thu, Mar 10, 2016 at 03:50:13PM -0500, Johannes Weiner wrote: > > When setting memory.high below usage, nothing happens until the next > > charge comes along, and then it will only reclaim its own charge and > > not the now pote

Re: [PATCH v11 3/9] arm64: add copy_to/from_user to kprobes blacklist

2016-03-15 Thread Pratyush Anand
On 15/03/2016:06:47:52 PM, James Morse wrote: > Hi David, > > On 09/03/16 05:32, David Long wrote: > > From: "David A. Long" > > diff --git a/arch/arm64/lib/copy_from_user.S > > b/arch/arm64/lib/copy_from_user.S > > index 4699cd7..0ac2131 100644 > > --- a/arch/arm64/lib/copy_from_user.S > > +++

Re: [RFC PATCH kernel] Revert "net/mlx4_core: Set UAR page size to 4KB regardless of system page size"

2016-03-15 Thread Alexey Kardashevskiy
On 03/16/2016 04:10 PM, Eli Cohen wrote: On Wed, Mar 16, 2016 at 01:07:58PM +1100, Alexey Kardashevskiy wrote: So with v4.5 as a host, there is no actual distro available today to use as a guest in the next 6 months (or whatever it takes to backport this partucular patch back there). You could

Re: [PATCH V7 09/12] thermal: tegra: add thermtrip function

2016-03-15 Thread Wei Ni
On 2016年03月16日 03:49, Eduardo Valentin wrote: > * PGP Signed by an unknown key > > On Tue, Mar 15, 2016 at 05:12:12PM +0800, Wei Ni wrote: >> >> >> On 2016年03月15日 03:16, Eduardo Valentin wrote: Old Signed by an unknown key >>> >>> On Fri, Mar 11, 2016 at 11:11:12AM +0800, Wei Ni wrote:

RE: [PATCH][RFC,v4] ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5

2016-03-15 Thread Chen, Yu C
Hi Matt, > -Original Message- > From: Matt Fleming [mailto:m...@codeblueprint.co.uk] > Sent: Tuesday, March 15, 2016 4:01 AM > To: Chen, Yu C > Cc: linux-a...@vger.kernel.org; linux...@vger.kernel.org; Rafael J. Wysocki; > Len Brown; Thomas Gleixner; Ingo Molnar; H. Peter Anvin; Zhang, Rui

RE: [PATCH 5/7] dmaengine: xilinx_vdma: Remove unnecessary axi dma device-tree binding doc

2016-03-15 Thread Appana Durga Kedareswara Rao
Hi Moritz, > -Original Message- > From: Moritz Fischer [mailto:moritz.fisc...@ettus.com] > Sent: Wednesday, March 16, 2016 7:04 AM > To: Appana Durga Kedareswara Rao > Cc: Dan Williams; Vinod Koul; Michal Simek; Soren Brinkmann; Appana Durga > Kedareswara Rao; Laurent Pinchart; Luis de Be

RE: [PATCH 0/7] dmaengine: xilinx_vdma: AXI DMA's enhancments

2016-03-15 Thread Appana Durga Kedareswara Rao
Hi Moritz, > -Original Message- > From: Moritz Fischer [mailto:moritz.fisc...@ettus.com] > Sent: Wednesday, March 16, 2016 7:00 AM > To: Appana Durga Kedareswara Rao > Cc: Dan Williams; Vinod Koul; Michal Simek; Soren Brinkmann; Appana Durga > Kedareswara Rao; Laurent Pinchart; Luis de Be

RE: [PATCH 2/7] dmaengine: xilinx_vdma: Add quirks support to differentiate differnet IP cores

2016-03-15 Thread Appana Durga Kedareswara Rao
Hi Vinod, > -Original Message- > From: dmaengine-ow...@vger.kernel.org [mailto:dmaengine- > ow...@vger.kernel.org] On Behalf Of Vinod Koul > Sent: Wednesday, March 16, 2016 8:44 AM > To: Appana Durga Kedareswara Rao > Cc: dan.j.willi...@intel.com; Michal Simek; Soren Brinkmann; Appana Durg

[PATCH] MAINTAINERS: ti-soc-thermal: add a co-maintainer and update the entry

2016-03-15 Thread Keerthy
Add myself as a co-maintainer for ti-soc-thermal Signed-off-by: Keerthy --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 57adf39..480ed29 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10876,6 +10876,7 @@ F: drivers/platform/x86/thinkpad_ac

RE: [PATCH 0/7] dmaengine: xilinx_vdma: AXI DMA's enhancments

2016-03-15 Thread Appana Durga Kedareswara Rao
Hi Vinod, > -Original Message- > From: Vinod Koul [mailto:vinod.k...@intel.com] > Sent: Wednesday, March 16, 2016 8:41 AM > To: Moritz Fischer > Cc: Appana Durga Kedareswara Rao; Dan Williams; Michal Simek; Soren > Brinkmann; Appana Durga Kedareswara Rao; Laurent Pinchart; Luis de > Bethen

RE: [PATCH 4/7] dmaengine: xilinx_vdma: Add Support for Xilinx AXI Direct Memory Access Engine

2016-03-15 Thread Appana Durga Kedareswara Rao
Hi Vinod, > -Original Message- > From: Vinod Koul [mailto:vinod.k...@intel.com] > Sent: Wednesday, March 16, 2016 8:47 AM > To: Appana Durga Kedareswara Rao > Cc: dan.j.willi...@intel.com; Michal Simek; Soren Brinkmann; Appana Durga > Kedareswara Rao; moritz.fisc...@ettus.com; > laurent.pi

Re: [PART1 RFC v2 05/10] KVM: x86: Detect and Initialize AVIC support

2016-03-15 Thread Suravee Suthikulpanit
Hi, On 03/16/2016 12:22 AM, Paolo Bonzini wrote: Why is this necessary? The APIC access page is a peculiarity of Intel >>processors (and the special memslot for only needs to map 0xfee0 to >>0xfee00fff; after that there is the MSI area). > >The current lapic regs page is allocated using ge

Re: [PATCH v4 0/3] Syscon support for iProc touchscreen driver

2016-03-15 Thread Raveendra Padasalagi
Hi Dmitry, Arnd, Do you have any comments on this patch set [PATCH v4 0/3] ? Thanks, Raveendra On Sat, Feb 27, 2016 at 12:29 PM, Raveendra Padasalagi wrote: > This patchset is based on v4.5-rc3 tag and its tested on > Broadcom Cygnus SoC. > > The patches can be fetched from iproc-tsc-v4 branch

linux-next: Tree for Mar 16

2016-03-15 Thread Stephen Rothwell
Hi all, Please do not add any v4.7 related material to your linux-next included trees until after v4.6-rc1 is released. Changes since 20160315: The kbuild tree gained a build failure for which I reverted a commit. The rdma tree gained conflicts against the net-next tree and also build failures

Re: [RFC PATCH kernel] Revert "net/mlx4_core: Set UAR page size to 4KB regardless of system page size"

2016-03-15 Thread Eli Cohen
On Wed, Mar 16, 2016 at 04:49:00PM +1100, Alexey Kardashevskiy wrote: > On 03/16/2016 04:10 PM, Eli Cohen wrote: > >On Wed, Mar 16, 2016 at 01:07:58PM +1100, Alexey Kardashevskiy wrote: > >> > >>So with v4.5 as a host, there is no actual distro available today to > >>use as a guest in the next 6 mo

RE: [Ask for help] met a deadlock with switch_fpu_finish on suse 3.0.93-0.8-default kernel

2016-03-15 Thread Liuyongan
> -Original Message- > From: Wangweidong (Dan) > Sent: Tuesday, March 15, 2016 9:25 PM > To: t...@linutronix.de; mi...@redhat.com; h...@zytor.com; x...@kernel.org; > linux-kernel@vger.kernel.org; torva...@linux-foundation.org > Cc: Fengtiantian; Liuyongan; Wangweidong (Dan) > Subject: [Ask

Re: [PATCH v10 7/9] dt-bindings: usb: xhci-tegra: Add Tegra210 XUSB controller support

2016-03-15 Thread Rob Herring
On Fri, Mar 04, 2016 at 05:19:37PM +0100, Thierry Reding wrote: > From: Thierry Reding > > Extend the Tegra XUSB controller device tree binding with Tegra210 > support. > > Signed-off-by: Thierry Reding > --- > .../devicetree/bindings/usb/nvidia,tegra124-xusb.txt | 12 > >

Re: [PATCH v10 1/9] dt-bindings: phy: Add NVIDIA Tegra XUSB pad controller binding

2016-03-15 Thread Rob Herring
On Mon, Mar 07, 2016 at 12:24:18PM +0100, Thierry Reding wrote: > On Fri, Mar 04, 2016 at 10:31:45PM -0600, Rob Herring wrote: > > On Fri, Mar 04, 2016 at 05:19:31PM +0100, Thierry Reding wrote: > > > From: Thierry Reding > > > > > > The NVIDIA Tegra XUSB pad controller provides a set of pads, ea

Re: linux-next: build failure after merge of the rdma tree

2016-03-15 Thread Herbert Xu
rom the rdma tree. > > Its a bit of a pain finding these conflicts now - it would have been > better a few weeks ago. > > For now, all I can do is to use the rdma tree from next-20160315 for > today. > > Herbert, any hints for Doug, Faisal? crypto_hash is obsolete. You s

Re: NVMEM usage question

2016-03-15 Thread Srinivas Kandagatla
On 14/03/16 12:01, Eddie Huang wrote: Hi, Mediatek PMIC chip have some spare registers used to store information. The value of these registers will exist until user unplug battery or battery depletion. One of our usage example is store battery utilization in these spare registers. We want to i

[lkp] [SKL BOOT FAILURE unless idle=nomwait (was Re] 256126a34c: +6.5% blogbench.write_score

2016-03-15 Thread kernel test robot
FYI, we noticed that blogbench.write_score +6.5% improvement on https://github.com/0day-ci/linux Rik-van-Riel/cpuidle-use-predicted_us-not-interactivity_req-to-consider-polling/20160312-043358 commit 256126a34c2a087a2a9900c2c7ac9a7c4f5e54e4 ("SKL BOOT FAILURE unless idle=nomwait (was Re: PROBLEM

<    3   4   5   6   7   8