Re: [PATCH V3] ARM: dts: sun7i: Add dts file for Bananapi M1 Plus board

2016-06-23 Thread luoyi . ly
From: Luo Yi Add support for the Bananapi M1 Plus A20 development board from sinovoip.com.cn . This board is nearly a clone of the Lemaker's Bananapro, but differ with the wlan chipset connection and i2s pinout. And I also enable the integrated audio codec on default. Signed-off-by: Luo Yi ---

Re: [v11,3/3] Bluetooth: hci_uart: Support firmware download for Marvell

2016-06-23 Thread Jeffy Chen
On 2016-5-6 23:31, Amitkumar Karwar wrote: From: Ganapathi Bhat This patch implement firmware download feature for Marvell Bluetooth devices. If firmware is already downloaded, it will skip downloading. Signed-off-by: Ganapathi Bhat Signed-off-by: Amitkumar Karwar --- v2: Fixed compilation w

Re: [v11, 2/3] Bluetooth: hci_uart: check if hdev is present before using it

2016-06-23 Thread Jeffy Chen
On 2016-5-6 23:31, Amitkumar Karwar wrote: From: Ganapathi Bhat The hdev struct might not have initialized in protocol receive handler. This patch adds necessary checks. Signed-off-by: Ganapathi Bhat Signed-off-by: Amitkumar Karwar --- drivers/bluetooth/hci_ldisc.c | 6 -- 1 file chan

Re: [PATCH v8 0/6] crypto: algif - add akcipher

2016-06-23 Thread Stephan Mueller
Am Donnerstag, 23. Juni 2016, 15:55:26 schrieb Tadeusz Struk: Hi Tadeusz, > First four patches are a resend algif_akcipher from > Stephan Mueller, with minor changes after rebase on top of 4.7-rc1. The first four patches: Acked-by: Stephan Mueller Ciao Stephan

Re: kernel-4.7 bug in Intel sound and/or ACPI

2016-06-23 Thread Sinan Kaya
On 6/23/2016 7:25 PM, Wim Osterholt wrote: > On Thu, Jun 23, 2016 at 11:45:47AM -0400, Sinan Kaya wrote: >>> >>> Sure, let me get a patch for you. >> >> Here it is > > http://webserver.djo.tudelft.nl/dmesg460+printpatch2 > Thanks, this was very helpful. I was able to fix the problem by using the

Re: [PATCH v4 01/16] bluetooth: Switch SMP to crypto_cipher_encrypt_one()

2016-06-23 Thread Herbert Xu
On Thu, Jun 23, 2016 at 09:22:56PM -0700, Andy Lutomirski wrote: > SMP does ECB crypto on stack buffers. This is complicated and > fragile, and it will not work if the stack is virtually allocated. > > Switch to the crypto_cipher interface, which is simpler and safer. > > Cc: Marcel Holtmann >

Re: [PATCH] pci: Add support for unbinding the generic PCI host controller

2016-06-23 Thread Will Deacon
On Thu, Jun 23, 2016 at 07:31:34PM +0200, Jan Kiszka wrote: > On 2016-06-22 08:06, Will Deacon wrote: > > On Tue, Jun 21, 2016 at 08:07:50PM +0200, Jan Kiszka wrote: > >> diff --git a/drivers/pci/host/pci-host-common.c > >> b/drivers/pci/host/pci-host-common.c > >> index 8cba7ab..c0ff4b1 100644 >

Re: [PATCH v5 2/5] ARM: davinci: da8xx: Add CFGCHIP syscon platform declaration.

2016-06-23 Thread Sekhar Nori
On Wednesday 22 June 2016 10:37 PM, David Lechner wrote: > On 05/25/2016 06:15 AM, Sekhar Nori wrote: >> On Tuesday 10 May 2016 10:14 PM, David Lechner wrote: >>> On 05/10/2016 06:26 AM, Sergei Shtylyov wrote: On 5/10/2016 2:46 AM, David Lechner wrote: [...] > +static struct platform_dev

Re: [PATCH v3 00/13] Virtually mapped stacks with guard pages (x86, core)

2016-06-23 Thread Linus Torvalds
On Thu, Jun 23, 2016 at 12:17 PM, Linus Torvalds wrote: > > With the goal being that I'm hoping that we can then actually get rid > of this (at least on x86-64, even if we leave it in some other > architectures) in 4.8. The context here was that we could almost get rid of thread-info entirely, at

[PATCH] w1: Remove unneeded header file

2016-06-23 Thread Amitoj Kaur Chawla
Drop redundant include of moduleparam.h The Coccinelle semantic patch used to make this change is as follows: @ includesmodule @ @@ #include @ depends on includesmodule @ @@ - #include Signed-off-by: Amitoj Kaur Chawla --- drivers/w1/w1.c | 1 - 1 file changed, 1 deletion(-) diff --git a/

linux-next: build failure after merge of the crypto tree

2016-06-23 Thread Stephen Rothwell
Hi Herbert, After merging the crypto tree, today's linux-next build (powerpc allyesconfig) failed like this: net/built-in.o: In function `.ecdh_shared_secret': (.text+0x4ad8d0): multiple definition of `.ecdh_shared_secret' crypto/built-in.o:(.text+0x113f0): first defined here net/built-in.o:(.opd

[PATCH] ASOC: wm8753: Remove unneeded header file

2016-06-23 Thread Amitoj Kaur Chawla
Drop redundant include of moduleparam.h The Coccinelle semantic patch used to make this change is as follows: @ includesmodule @ @@ #include @ depends on includesmodule @ @@ - #include Signed-off-by: Amitoj Kaur Chawla --- sound/soc/codecs/wm8753.c | 1 - 1 file changed, 1 deletion(-) dif

Re: [PATCH 10/10] mm: balance LRU lists based on relative thrashing

2016-06-23 Thread Minchan Kim
On Wed, Jun 22, 2016 at 05:56:52PM -0400, Johannes Weiner wrote: > On Mon, Jun 20, 2016 at 04:42:08PM +0900, Minchan Kim wrote: > > On Fri, Jun 17, 2016 at 01:01:29PM -0400, Johannes Weiner wrote: > > > On Fri, Jun 17, 2016 at 04:49:45PM +0900, Minchan Kim wrote: > > > > On Thu, Jun 16, 2016 at 11:

[PATCH] caif: Remove unneeded header file

2016-06-23 Thread Amitoj Kaur Chawla
Drop redundant include of moduleparam.h The Coccinelle semantic patch used to make this change is as follows: @ includesmodule @ @@ #include @ depends on includesmodule @ @@ - #include Signed-off-by: Amitoj Kaur Chawla --- net/caif/chnl_net.c | 1 - 1 file changed, 1 deletion(-) diff --gi

RE: [PATCH 2/6] virtio-balloon: speed up inflate/deflate process

2016-06-23 Thread Li, Liang Z
Hi Michael, Thanks for your comments! > > 2<< 30 is 2G but that is not a useful comment. > pls explain what is the reason for this selection. > Will change in the next version. > > +struct balloon_bmap_hdr { > > + __virtio32 id; > > + __virtio32 page_shift; > > + __virtio64 start_pfn;

Re: [RFC/PATCH] ftrace: Reduce size of function graph entries

2016-06-23 Thread Namhyung Kim
Hi Steve, On Thu, Jun 23, 2016 at 09:37:40AM -0400, Steven Rostedt wrote: > On Mon, 23 May 2016 00:26:15 +0900 > Namhyung Kim wrote: > > > Currently ftrace_graph_ent{,_entry} and ftrace_graph_ret{,_entry} struct > > can have padding bytes at the end due to alignment in 64-bit data type. > > As t

Re: Documenting ptrace access mode checking

2016-06-23 Thread Jann Horn
On Thu, Jun 23, 2016 at 09:42:09AM +0200, Michael Kerrisk (man-pages) wrote: > Hi Jann, > > Thanks for your further review. Follow-up of one point below. > > On 06/23/2016 12:44 AM, Jann Horn wrote: > >On Wed, Jun 22, 2016 at 09:21:29PM +0200, Michael Kerrisk (man-pages) wrote: > >>On 06/21/2016

Re: [PATCH 00/27] Move LRU page reclaim from zones to nodes v7

2016-06-23 Thread Balbir Singh
On 22/06/16 00:15, Mel Gorman wrote: > (sorry for resend, the previous attempt didn't go through fully for > some reason) > > The bulk of the updates are in response to review from Vlastimil Babka > and received a lot more testing than v6. > > Changelog since v6 > o Correct reclaim_idx when dir

Re: [PATCH] pci: Add support for unbinding the generic PCI host controller

2016-06-23 Thread Jan Kiszka
On 2016-06-24 08:12, Will Deacon wrote: > On Thu, Jun 23, 2016 at 07:31:34PM +0200, Jan Kiszka wrote: >> On 2016-06-22 08:06, Will Deacon wrote: >>> On Tue, Jun 21, 2016 at 08:07:50PM +0200, Jan Kiszka wrote: diff --git a/drivers/pci/host/pci-host-common.c b/drivers/pci/host/pci-host-com

Re: [PATCH V3] clocksource/drivers/arc: Convert init function to return error

2016-06-23 Thread Daniel Lezcano
On 06/24/2016 06:06 AM, Vineet Gupta wrote: On Friday 17 June 2016 03:39 PM, Daniel Lezcano wrote: The init functions do not return any error. They behave as the following: - panic, thus leading to a kernel crash while another timer may work and make the system boot up correctly

Re: [PATCH] perf: symbols: dso__load(): remove check of file on uninitialized memory

2016-06-23 Thread Jiri Olsa
On Thu, Jun 23, 2016 at 04:20:21PM +0200, Marc Kleine-Budde wrote: > In commit "403567217d3f perf symbols: Do not read symbols/data from > device files" a check to uninitialzied memory was added. This leads to > the following valgrind output: > > ==24515== Syscall param stat(file_name) points to u

Re: [PATCH v5] leds: documentation: 'ide-disk' to 'disk-activity'

2016-06-23 Thread Jacek Anaszewski
Hi Stephan, On 06/23/2016 09:38 PM, Stephan Linz wrote: Cc: Joseph Jezak Cc: Jörg Sommer Cc: Mark Rutland Signed-off-by: Stephan Linz Acked-by: Rob Herring Signed-off-by: Jacek Anaszewski --- Changes in v5: - Keep documentation for the old 'ide-disk' device tree binding, but mark a

Re: [PATCH] pci: Add support for unbinding the generic PCI host controller

2016-06-23 Thread Will Deacon
On Fri, Jun 24, 2016 at 08:39:08AM +0200, Jan Kiszka wrote: > On 2016-06-24 08:12, Will Deacon wrote: > > On Thu, Jun 23, 2016 at 07:31:34PM +0200, Jan Kiszka wrote: > >> On 2016-06-22 08:06, Will Deacon wrote: > >>> - The probe path seems to have some stateful operations outside of PCI > >>>

linux-next: Tree for Jun 24

2016-06-23 Thread Stephen Rothwell
Hi all, Changes since 20160623: The net-next tree gained a conflict against the net tree. The block tree gained a conflict against the btrfs-kdave tree. The crypto tree gained a build failure for which I applied a fix patch. The userns tree gained a conflict against Linus' tree. Non-

Re: [PATCH] mwifiex: Fixed endianness for event TLV type TLV_BTCOEX_WL_SCANTIME

2016-06-23 Thread Prasun Maiti
On Thu, Jun 16, 2016 at 9:49 AM, Prasun Maiti wrote: > The two members min_scan_time and max_scan_time of structure > "mwifiex_ie_types_btcoex_scan_time" are of two bytes each. The values > are assigned directtly from firmware without endian conversion handling. > So, wrong datas will get saved in

Re: Re: [PATCH] arm:swiotlb:keep disabled in default configuration

2016-06-23 Thread Manjeet Pawar
> > On Jun 23, 2016 8:27 AM, "Manjeet Pawar" wrote: >> > >> > From: Rohit Thapliyal >> > >> > swiotlb implementation not required to be enabled in arm and >> > disabling it reduces uImage size by 16KB. >> > >> >> How so? There are no DMA operations on ARM? >Xen actively uses the swiotlb on ARM,

<    5   6   7   8   9   10