[PATCH v15 06/15] selftests/powerpc: Add ptrace tests for GPR/FPR registers in suspended TM

2016-09-29 Thread wei . guo . simon
From: Anshuman Khandual This patch adds ptrace interface test for GPR/FPR registers inside suspended TM context. Signed-off-by: Anshuman Khandual Signed-off-by: Simon Guo ---

[PATCH v15 08/15] selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR in TM

2016-09-29 Thread wei . guo . simon
From: Anshuman Khandual This patch adds ptrace interface test for TAR, PPR, DSCR registers inside TM context. This also adds ptrace interface based helper functions related to checkpointed TAR, PPR, DSCR register access. Signed-off-by: Anshuman Khandual

[PATCH v15 10/15] selftests/powerpc: Add ptrace tests for VSX, VMX registers

2016-09-29 Thread wei . guo . simon
From: Anshuman Khandual This patch adds ptrace interface test for VSX, VMX registers. This also adds ptrace interface based helper functions related to VSX, VMX registers access. This also adds some assembly helper functions related to VSX and VMX registers.

[PATCH v15 07/15] selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR registers

2016-09-29 Thread wei . guo . simon
From: Anshuman Khandual This patch adds ptrace interface test for TAR, PPR, DSCR registers. This also adds ptrace interface based helper functions related to TAR, PPR, DSCR register access. Signed-off-by: Anshuman Khandual

[PATCH v15 03/15] selftests/powerpc: Add ptrace tests for EBB

2016-09-29 Thread wei . guo . simon
From: Anshuman Khandual This patch adds ptrace interface test for EBB/PMU specific registers. This also adds some generic ptrace interface based helper functions to be used by other patches later on in the series. Signed-off-by: Anshuman Khandual

Re: [PATCH] drm/mediatek: fix a typo

2016-09-29 Thread Bibby Hsieh
On Thu, 2016-09-29 at 10:46 +0200, Matthias Brugger wrote: > > On 29/09/16 06:01, CK Hu wrote: > > Acked-by: CK Hu > > > > On Thu, 2016-09-29 at 11:22 +0800, Bibby Hsieh wrote: > >> Fix the typo: OD_RELAYMODE->OD_CFG > >> > Hi, Matthias Thanks for your reply. > Although it

linux-next: manual merge of the tty tree with the v4l-dvb tree

2016-09-29 Thread Stephen Rothwell
Hi Greg, Today's linux-next merge of the tty tree got a conflict in: MAINTAINERS between commit: 71fb2c74287d ("[media] MAINTAINERS: atmel-isc: add entry for Atmel ISC") from the v4l-dvb tree and commit: 5615c3715749 ("MAINTAINERS: update entry for atmel_serial driver") from the tty

[PATCH v6 6/7] ipv6: Remove useless parameter in __snmp6_fill_statsdev

2016-09-29 Thread Jia He
The parameter items(is always ICMP6_MIB_MAX) is useless for __snmp6_fill_statsdev Signed-off-by: Jia He --- net/ipv6/addrconf.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index 2f1f5d4..35d4baa

[PATCH v6 4/7] proc: Reduce cache miss in sctp_snmp_seq_show

2016-09-29 Thread Jia He
This is to use the generic interfaces snmp_get_cpu_field{,64}_batch to aggregate the data by going through all the items of each cpu sequentially. Signed-off-by: Jia He --- net/sctp/proc.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

[PATCH 1/2] perf intel-pt-decoder: Report instruction bytes and length in sample

2016-09-29 Thread Andi Kleen
From: Andi Kleen Change the Intel PT decoder to pass up the length and the instruction bytes of the decoded or sampled instruction in the perf sample. The decoder already knows this information, we just need to pass it up. Since it is only a couple of movs it is not very

[PATCH 2/2] perf tools: Support insn and insnlen in perf script

2016-09-29 Thread Andi Kleen
From: Andi Kleen When looking at Intel PT traces with perf script it is useful to have some indication of the instruction. Dump the instruction bytes and instruction length, which can be used for simple pattern analysis in scripts. % perf record -e intel_pt// foo % perf

Re: pull-request: wireless-drivers-next 2016-09-29

2016-09-29 Thread David Miller
From: Kalle Valo Date: Thu, 29 Sep 2016 19:57:28 +0300 > this should be the last wireless-drivers-next pull request for 4.9, from > now on only important bugfixes. Nothing really special stands out, > iwlwifi being most active but other drivers also getting attention. More

Re: [PATCH 2/3] zram: support page-based parallel write

2016-09-29 Thread Minchan Kim
Hi Sergey, On Thu, Sep 29, 2016 at 12:18:31PM +0900, Sergey Senozhatsky wrote: > Hello Minchan, > > On (09/22/16 15:42), Minchan Kim wrote: > > zram supports stream-based parallel compression. IOW, it can support > > parallel compression on SMP system only if each cpus has streams. > > For

Re: [PATCH v2 1/1] s390/spinlock: Provide vcpu_is_preempted

2016-09-29 Thread Boqun Feng
On Fri, Sep 30, 2016 at 12:49:52PM +0800, Pan Xinhui wrote: > > > 在 2016/9/29 23:51, Christian Borntraeger 写道: > > this implements the s390 backend for commit > > "kernel/sched: introduce vcpu preempted check interface" > > by reworking the existing smp_vcpu_scheduled into > >

Re: linux-next: manual merge of the tty tree with the pm tree

2016-09-29 Thread Greg KH
On Fri, Sep 30, 2016 at 01:42:23PM +1000, Stephen Rothwell wrote: > Hi Greg, > > Today's linux-next merge of the tty tree got a conflict in: > > include/linux/acpi.h > > between commit: > > 058dfc767008 ("ACPI / watchdog: Add support for WDAT hardware watchdog") > > from the pm tree and

Re: linux-next: manual merge of the tty tree with the v4l-dvb tree

2016-09-29 Thread Greg KH
On Fri, Sep 30, 2016 at 01:33:19PM +1000, Stephen Rothwell wrote: > Hi Greg, > > Today's linux-next merge of the tty tree got a conflict in: > > MAINTAINERS > > between commit: > > 71fb2c74287d ("[media] MAINTAINERS: atmel-isc: add entry for Atmel ISC") > > from the v4l-dvb tree and

linux-next: manual merge of the tty tree with the arm64 tree

2016-09-29 Thread Stephen Rothwell
Hi Greg, Today's linux-next merge of the tty tree got conflicts in: arch/arm64/Kconfig between commit: 1d8f51d41fc7 ("arm/arm64: arch_timer: Use archdata to indicate vdso suitability") from the arm64 tree and commit: 888125a71298 ("ARM64: ACPI: enable ACPI_SPCR_TABLE") from the tty

Re: [PATCH 0/4] Add DMA support for ti_am335x_adc driver

2016-09-29 Thread John Syne
I applied your patches to the following kernel: github.com/RobertCNelson/bb-kernel.git branch am33x-v4.8 Changing #define REG_DMAENABLE_CLEAR 0x038 to #define REG_DMAENABLE_CLEAR 0x03C Also applying the following DTS changes: target = <>; __overlay__ {

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

2016-09-29 Thread Stephen Rothwell
Hi Greg, After merging the tty tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/tty/serial/amba-pl011.c: In function 'pl011_console_match': drivers/tty/serial/amba-pl011.c:2346:44: error: passing argument 3 of 'uart_parse_earlycon' from incompatible pointer type

Re: [PATCH] spmi: regmap: enable userspace writes

2016-09-29 Thread kgunda
On 2016-09-29 23:30, Mark Brown wrote: On Thu, Sep 29, 2016 at 05:06:26PM +0530, Kiran Gunda wrote: -#undef REGMAP_ALLOW_WRITE_DEBUGFS +#define REGMAP_ALLOW_WRITE_DEBUGFS This is completely inappropriate for upstream, if you need to do debugging on your platform you can enable this locally

Re: [PATCH 3.12 000/119] 3.12.64-stable review

2016-09-29 Thread Mike Galbraith
This one seems to be missing. 135e8c9250dd sched/core: Fix a race between try_to_wake_up() and a woken up task

Re: [PATCH net-next 0/6] rxrpc: Fixes and adjustments

2016-09-29 Thread David Miller
c-rewrite > > Tagged thusly: > > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git > rxrpc-rewrite-20160929 Pulled, thanks David.

Re: [PATCH] Input: synaptics-rmi4 - Fix error handling in I2C transport driver

2016-09-29 Thread Bjorn Andersson
On Wed 28 Sep 17:37 PDT 2016, Guenter Roeck wrote: > Instantiating the rmi4 I2C transport driver without interrupts assigned > (for example using manual i2c instantiation from the command line) > caused the driver to fail to load, but it does not clean up its > regulator or transport device

[PATCH] dmaengine: coh901318: fix integer overflow when shifting more than 32 places

2016-09-29 Thread Colin King
From: Colin Ian King Currently U300_DMA_CHANNELS is set to 40, meaning that the shift of 1 can be more than 32 places, which leads to a 32 bit integer overflow. Fix this by casting 1 to a u64 (the same type as started_channels) before shifting it. Signed-off-by: Colin

Re: [PATCH] spmi: regmap: enable userspace writes

2016-09-29 Thread Mark Brown
On Thu, Sep 29, 2016 at 05:06:26PM +0530, Kiran Gunda wrote: > -#undef REGMAP_ALLOW_WRITE_DEBUGFS > +#define REGMAP_ALLOW_WRITE_DEBUGFS This is completely inappropriate for upstream, if you need to do debugging on your platform you can enable this locally but enabling random writes from

Re: 4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off

2016-09-29 Thread Ondrej Zary
On Thursday 29 September 2016 19:18:43 Sinan Kaya wrote: > On 9/29/2016 12:48 PM, Ondrej Zary wrote: > >> Let's see the new set. If this doesn't work, I'll have to provide you > >> with > >> > >> > another patch to get the penalty counts again. The original debug aids > >> > patch may not apply

[tip:perf/core] perf record: Add support for using symbols in address filters

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: 1b36c03e356936d62abbe2accaae1573d3b66f14 Gitweb: http://git.kernel.org/tip/1b36c03e356936d62abbe2accaae1573d3b66f14 Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:39 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf evsel: Add support for address filters

2016-09-29 Thread tip-bot for Mathieu Poirier
Commit-ID: 1e85748437ba5fd05abe5396d67062e0b4b502f2 Gitweb: http://git.kernel.org/tip/1e85748437ba5fd05abe5396d67062e0b4b502f2 Author: Mathieu Poirier AuthorDate: Fri, 16 Sep 2016 08:44:05 -0600 Committer: Arnaldo Carvalho de Melo

[tip:perf/core] perf probe: Increase debug level of SDT debug messages

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: f9655200ecd2d6cc13900a727150177b94ca229e Gitweb: http://git.kernel.org/tip/f9655200ecd2d6cc13900a727150177b94ca229e Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:40 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf record: Fix error paths

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: 5c01ad60b8a23f8ff59b9a5a756f07ed08f0b6d1 Gitweb: http://git.kernel.org/tip/5c01ad60b8a23f8ff59b9a5a756f07ed08f0b6d1 Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:37 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf intel-pt: Fix snapshot overlap detection decoder errors

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: 810c398bc09b2f2dfde52a7d2483a710612c5fb8 Gitweb: http://git.kernel.org/tip/810c398bc09b2f2dfde52a7d2483a710612c5fb8 Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:41 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf symbols: Add dso__last_symbol()

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: cd67f99fe90dcf515f1c70c474b84d56b6236cbb Gitweb: http://git.kernel.org/tip/cd67f99fe90dcf515f1c70c474b84d56b6236cbb Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:38 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf intel-pt: Add a helper function for processing AUXTRACE_INFO

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: 40b746a06332799786ba557fe84184428bef62fb Gitweb: http://git.kernel.org/tip/40b746a06332799786ba557fe84184428bef62fb Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:44 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf evsel: New tracepoint specific function

2016-09-29 Thread tip-bot for Mathieu Poirier
Commit-ID: 3541c034d9b953cbd4b961db74630fb6d72e7f37 Gitweb: http://git.kernel.org/tip/3541c034d9b953cbd4b961db74630fb6d72e7f37 Author: Mathieu Poirier AuthorDate: Fri, 16 Sep 2016 08:44:04 -0600 Committer: Arnaldo Carvalho de Melo

[tip:perf/core] perf intel-pt: Fix missing error codes processing auxtrace_info

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: 4d34e10a9f9a38c611cac0deda8f91b064282747 Gitweb: http://git.kernel.org/tip/4d34e10a9f9a38c611cac0deda8f91b064282747 Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:43 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

Re: [PATCH] kvm/x86: Fix unused variable warning in kvm_timer_init()

2016-09-29 Thread Radim Krčmář
2016-09-04 19:13+0200, Borislav Petkov: > From: Borislav Petkov > > When CONFIG_CPU_FREQ is not set, int cpu is unused and gcc rightfully > warns about it: > > arch/x86/kvm/x86.c: In function ‘kvm_timer_init’: > arch/x86/kvm/x86.c:5697:6: warning: unused variable ‘cpu’ >

[tip:x86/urgent] x86/init: Fix cr4_init_shadow() on CR4-less machines

2016-09-29 Thread tip-bot for Andy Lutomirski
Commit-ID: e1bfc11c5a6f40222a698a818dc269113245820e Gitweb: http://git.kernel.org/tip/e1bfc11c5a6f40222a698a818dc269113245820e Author: Andy Lutomirski AuthorDate: Wed, 28 Sep 2016 12:34:14 -0700 Committer: Ingo Molnar CommitDate: Thu, 29 Sep 2016

Re: [PATCH 4/6] vfio_pci: use pci_irq_allocate_vectors

2016-09-29 Thread Christoph Hellwig
On Sun, Sep 11, 2016 at 03:31:26PM +0200, Christoph Hellwig wrote: > Simply the interrupt setup by using the new PCI layer helpers. > > Signed-off-by: Christoph Hellwig Any chance to get a review for this one? Vfio seems to be actively maintained, so the silence seems odd. I'm

Re: [GIT PULL 00/27] perf/core improvements and fixes

2016-09-29 Thread Ingo Molnar
b6af76096: > > Merge tag 'perf-core-for-mingo-20160922' of > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core > (2016-09-23 07:21:38 +0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/li

[PATCH V2 for-next 8/8] net: hns: delete redundant broadcast packet filter process

2016-09-29 Thread Salil Mehta
From: Daode Huang The broadcast packets is filtered in the hardware now, so this process is no need in the driver, just delete it. Signed-off-by: Daode Huang Reviewed-by: Yisen Zhuang Signed-off-by: Salil Mehta

[PATCH] ASoC: Intel: Skylake: fix memory leak of module on error exit path

2016-09-29 Thread Colin King
From: Colin Ian King Currently there is a memory leak of module on a ENOMEM return path. Fix this by kfree'ing module before returning. Signed-off-by: Colin Ian King --- sound/soc/intel/skylake/skl-sst-utils.c | 4 +++- 1 file changed, 3

[PATCH V2 for-next 3/8] net: hns: add fini_process for v2 napi process

2016-09-29 Thread Salil Mehta
From: Daode Huang This patch adds fini_process for v2, it handles the packets recevied by the hardware in the napi porcess. With this patch, the hardware irq numbers will drop 50% per sec. Signed-off-by: Daode Huang Reviewed-by: Yisen Zhuang

[PATCH V2 for-next 5/8] net: hns: fix port not available after testing loopback

2016-09-29 Thread Salil Mehta
From: Kejian Yan After running command "ethtool -t eth0", eth0 can not be connected to network. It is caused by the changing the inner loopback register and this register cannot be changed when hns connected to network. The routine of setting this register needs to be

[PATCH V2 for-next 1/8] net: hns: fix port unavailable after hnae_reserve_buffer_map fail

2016-09-29 Thread Salil Mehta
From: lipeng When hnae_reserve_buffer_map fail, it will break cycle and some buffer description has no available memory, therefore the port will be unavailable. Signed-off-by: Peng Li Reviewed-by: Yisen Zhuang Signed-off-by:

Re: [PATCH v7 1/6] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's

2016-09-29 Thread Thomas Gleixner
On Wed, 28 Sep 2016, Tan Jui Nee wrote: > arch/x86/Kconfig | 4 ++ > arch/x86/include/asm/p2sb.h | 27 +++ > arch/x86/platform/intel/Makefile | 1 + > arch/x86/platform/intel/p2sb.c | 98 > I think this should go into

Re: [PATCH] audit: add exclude filter extension to feature bitmap

2016-09-29 Thread Paul Moore
On Thu, Aug 18, 2016 at 12:05 PM, Richard Guy Briggs wrote: > Add to the audit feature bitmap to indicate availability of the > extension of the exclude filter to include PID, UID, AUID, GID, SUBJ_*. > > RFE: add additional fields for use in audit filter exclude rules >

Re: [PATCH locking/Documentation 1/2] Add note of release-acquire store vulnerability

2016-09-29 Thread Peter Zijlstra
On Thu, Sep 29, 2016 at 11:10:15AM -0700, Paul E. McKenney wrote: > > > > > > P0(int *x, int *y) > > > { > > > WRITE_ONCE(*x, 1); > > > smp_wmb(); > > > smp_store_release(y, 1); > > > } > > > > > > P1(int *y) > > > { > > > WRITE_ONCE(*y, 2); > >

[PATCH RT 1/2] genirq: Fix pointer cast warning for randomness on 32-bit architectures

2016-09-29 Thread Ben Hutchings
gcc warns about casting directly from a 32-bit pointer to u64. In the current rt patch series we cast to unsigned long to avoid the warning, but this fix hasn't been backported to all versions. Signed-off-by: Ben Hutchings Cc: # 3.2 ---

[PATCH RT 0/2] Warning fixes for 3.2-rt (and other branches)

2016-09-29 Thread Ben Hutchings
These patches fix longstanding warnings seen when building 3.2-rt. Ben. Ben Hutchings (2): genirq: Fix pointer cast warning for randomness on 32-bit architectures work-simple: Add missing #include kernel/irq/manage.c | 3 ++- kernel/work-simple.c | 1 + 2 files changed, 3

RE: [PATCH for-next 0/8] Bug Fixes and Code Improvement in HNS driver

2016-09-29 Thread Salil Mehta
> Hi Salil, > > I've chatted with Dave Miller about this series. Here's where we > stand. > > First, the review feedback from Dave: > > --- > > In patch #7, their comments are mis-formatted and these > hns guys do this a lot. > > /*fix hardware broadcast/multicast packets queue

Re: [PATCH v2 2/4] mfd: lpc_ich: Do not create iTCO watchdog when WDAT table exists

2016-09-29 Thread Lee Jones
On Wed, 28 Sep 2016, Rafael J. Wysocki wrote: > On Wednesday, September 28, 2016 02:09:41 AM Lee Jones wrote: > > On Wed, 28 Sep 2016, Rafael J. Wysocki wrote: > > > > > On Tuesday, September 27, 2016 08:41:14 PM Lee Jones wrote: > > > > On Tue, 20 Sep 2016, Mika Westerberg wrote: > > > > > > >

[tip:perf/core] perf trace: Beautify sched_[gs]et_attr return value

2016-09-29 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: f0bbd602268e69f4f428075c645391d64bdd6c9f Gitweb: http://git.kernel.org/tip/f0bbd602268e69f4f428075c645391d64bdd6c9f Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 28 Sep 2016 13:45:38 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf data: Fix building in 32 bit platform with libbabeltrace

2016-09-29 Thread tip-bot for Wang Nan
Commit-ID: f2c8852e6e990fcab0d9e68de9d86e5fbea0b5dc Gitweb: http://git.kernel.org/tip/f2c8852e6e990fcab0d9e68de9d86e5fbea0b5dc Author: Wang Nan AuthorDate: Wed, 28 Sep 2016 03:58:46 + Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 28 Sep

[tip:perf/core] perf tools: Fix MMAP event synthesis broken by MAP_HUGETLB change

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: 973186ca7fe94d770a9847d7d530864de6ab638b Gitweb: http://git.kernel.org/tip/973186ca7fe94d770a9847d7d530864de6ab638b Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:34 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf tools: Make perf_evsel__append_filter() generic

2016-09-29 Thread tip-bot for Mathieu Poirier
Commit-ID: b15d0a4c828eafc82ea68fcf88db6fa93eeb23d7 Gitweb: http://git.kernel.org/tip/b15d0a4c828eafc82ea68fcf88db6fa93eeb23d7 Author: Mathieu Poirier AuthorDate: Fri, 16 Sep 2016 08:44:03 -0600 Committer: Arnaldo Carvalho de Melo

[PATCH][V2] dmaengine: coh901318: fix integer overflow when shifting more than 32 places

2016-09-29 Thread Colin King
From: Colin Ian King Currently U300_DMA_CHANNELS is set to 40, meaning that the shift of 1 can be more than 32 places, which leads to a 32 bit integer overflow. Fix this by using 1ULL instead of 1 before shifting it. Also add braces on the for-loop to keep with coding

[tip:perf/core] perf intel-pt: Add support for recording the max non-turbo ratio

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: fa8025c37454501a2df4a90ae84ff01f4aff8ba8 Gitweb: http://git.kernel.org/tip/fa8025c37454501a2df4a90ae84ff01f4aff8ba8 Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:42 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

Re: [PATCH v4 2/3] mm/hugetlb: check for reserved hugepages during memory offline

2016-09-29 Thread Mike Kravetz
On 09/29/2016 05:30 AM, Michal Hocko wrote: > On Mon 26-09-16 19:28:10, Gerald Schaefer wrote: >> In dissolve_free_huge_pages(), free hugepages will be dissolved without >> making sure that there are enough of them left to satisfy hugepage >> reservations. > > otherwise a poor process with a

Re: [PATCH v3 2/2] leds: Add driver for NCP5623 3-channel I2C LED driver

2016-09-29 Thread Florian Vaussard
Replying to my self after thinking twice... Le 29. 09. 16 à 18:18, Florian Vaussard a écrit : > Hi Jacek, > > Thank you for your comments! > > Le 18. 09. 16 à 20:20, Jacek Anaszewski a écrit : >> Hi Florian, >> >> Thanks for the updated patch set. I have few comments below. >> >> On 09/16/2016

[PATCH V2 for-next 4/8] net: hns: delete repeat read fbd num after while

2016-09-29 Thread Salil Mehta
From: Daode Huang Because we handle the received packets after napi, so delete the checking before submitting. It delete the code of read the fbd number register, which reduces the cpu usages while receiving packets Signed-off-by: Daode Huang

Re: [PATCH v6 1/4] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-09-29 Thread Lee Jones
On Thu, 29 Sep 2016, Stefan Wahren wrote: > > Lee Jones hat am 28. September 2016 um 03:05 > > geschrieben: > > > > > > On Sat, 17 Sep 2016, Ksenija Stanojevic wrote: > > > > > + > > > +static int mxs_lradc_probe(struct platform_device *pdev) > > > +{ > > > + const struct

[PATCH V2 for-next 6/8] net: hns: fix the bug of forwarding table

2016-09-29 Thread Salil Mehta
From: Daode Huang As the sub queue id in the broadcast forwarding table is always set to absolute queue 0 rather than the interface's relative queue 0, this will cause the received broadcast packets loopback to rcb. This patch sets the sub queue id to relative queue 0

[PATCH V2 for-next 7/8] net: hns: bug fix about broadcast/multicast packets

2016-09-29 Thread Salil Mehta
From: Daode Huang When the dsaf mode receives a broadcast packet, it will filter the packet by comparing the received queue number and destination queue number(get from forwarding table), if they are the same, the packet will be filtered. Otherwise, the packet will be

Re: [PATCH] drm/sun4i: rgb: Enable panel after controller

2016-09-29 Thread Maxime Ripard
Hi, On Tue, Sep 27, 2016 at 10:42:09AM -0400, Sean Paul wrote: > As an aside, it seems like (from the diff, I haven't looked at the > code) the bridge_pre_enable and bridge_post_disable calls are missing, > and the enable/disable calls are in the wrong place. Actually, I don't even think that's

Re: [PATCH v19 05/12] fpga-mgr: add fpga image information struct

2016-09-29 Thread Michal Simek
On 28.9.2016 21:34, Alan Tull wrote: > On Wed, Sep 28, 2016 at 6:41 PM, Moritz Fischer > wrote: > Hi Moritz, > >> Hi Alan, >> >> generally ok with the change. > > Cool! > >> >> On Wed, Sep 28, 2016 at 11:21 AM, Alan Tull >> wrote: >> >>>

Re: [PATCH 1/1] crypto: atmel-aes: add support to the XTS mode

2016-09-29 Thread Stephan Mueller
Am Donnerstag, 29. September 2016, 18:49:07 CEST schrieb Cyrille Pitchen: Hi Cyrille, > This patch adds the xts(aes) algorithm, which is supported from > hardware version 0x500 and above (sama5d2x). > > Signed-off-by: Cyrille Pitchen > --- >

[PATCH] dmaengine: jz4780: fix resource leaks on error exit return

2016-09-29 Thread Colin King
From: Colin Ian King In two cases when jz4780_dma_setup_hwdesc fails, there is a memory leak on the allocated desc and associated DMA pools on the error exit return path. Fix this by free'ing the resources before returning. Signed-off-by: Colin Ian King

Re: [PATCH] dmaengine: coh901318: fix integer overflow when shifting more than 32 places

2016-09-29 Thread Joe Perches
On Thu, 2016-09-29 at 18:57 +0100, Colin King wrote: > Currently U300_DMA_CHANNELS is set to 40, meaning that the shift of 1 can > be more than 32 places, which leads to a 32 bit integer overflow. Fix this > by casting 1 to a u64 (the same type as started_channels) before shifting > it. trivia:

[tip:perf/core] perf record: Rename label 'out_symbol_exit'

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: 394c01ed8aafdf0f14fb18c6d320d8a783da243c Gitweb: http://git.kernel.org/tip/394c01ed8aafdf0f14fb18c6d320d8a783da243c Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:36 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf script: Fix vanished idle symbols

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: e7a06a5353574cac3a34211bd4e514bb8d00d766 Gitweb: http://git.kernel.org/tip/e7a06a5353574cac3a34211bd4e514bb8d00d766 Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:35 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

Re: [PATCH 5/6] genwqe: use pci_irq_allocate_vectors

2016-09-29 Thread Christoph Hellwig
On Thu, Sep 29, 2016 at 03:28:02PM -0300, Gabriel Krisman Bertazi wrote: > Christoph Hellwig writes: > > > Simply the interrupt setup by using the new PCI layer helpers. > > Good clean up. Tested and: > > Acked-by: Gabriel Krisman Bertazi Which tree

Re: [PATCH] drm/sun4i: rgb: Enable panel after controller

2016-09-29 Thread Sean Paul
On Thu, Sep 29, 2016 at 8:04 AM, Maxime Ripard wrote: > Hi, > > On Tue, Sep 27, 2016 at 10:42:09AM -0400, Sean Paul wrote: >> As an aside, it seems like (from the diff, I haven't looked at the >> code) the bridge_pre_enable and bridge_post_disable calls are

Re: [RFC PATCH 1/1] mm/percpu.c: fix potential memory leakage for pcpu_embed_first_chunk()

2016-09-29 Thread zijun_hu
On 2016/9/30 0:44, Tejun Heo wrote: > Hello, > > On Fri, Sep 30, 2016 at 12:03:20AM +0800, zijun_hu wrote: >> From: zijun_hu >> >> it will cause memory leakage for pcpu_embed_first_chunk() to go to >> label @out_free if the chunk spans over 3/4 VMALLOC area. all memory >> are

[tip:perf/core] perf record: Fix documentation 'event_sources' -> 'event_source'

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: a9e57009dacd58052755cf58463ce41a14a01db5 Gitweb: http://git.kernel.org/tip/a9e57009dacd58052755cf58463ce41a14a01db5 Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:33 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

Re: [PATCH locking/Documentation 1/2] Add note of release-acquire store vulnerability

2016-09-29 Thread Paul E. McKenney
On Thu, Sep 29, 2016 at 11:04:44AM -0700, Paul E. McKenney wrote: > On Thu, Sep 29, 2016 at 10:23:22AM -0700, Paul E. McKenney wrote: > > On Thu, Sep 29, 2016 at 06:10:37PM +0100, Will Deacon wrote: > > > On Thu, Sep 29, 2016 at 09:43:53AM -0700, Paul E. McKenney wrote: > > > > On Thu, Sep 29,

Re: [PATCH v3 09/11] dax: add struct iomap based DAX PMD support

2016-09-29 Thread Ross Zwisler
On Wed, Sep 28, 2016 at 08:14:24AM +1000, Dave Chinner wrote: > On Tue, Sep 27, 2016 at 02:48:00PM -0600, Ross Zwisler wrote: > > DAX PMDs have been disabled since Jan Kara introduced DAX radix tree based > > locking. This patch allows DAX PMDs to participate in the DAX radix tree > > based

[tip:perf/core] perf probe: Fix to cut off incompatible chars from group name

2016-09-29 Thread tip-bot for Masami Hiramatsu
Commit-ID: 35726d3a4ca9ce10811032baf6fa0b3529aac087 Gitweb: http://git.kernel.org/tip/35726d3a4ca9ce10811032baf6fa0b3529aac087 Author: Masami Hiramatsu AuthorDate: Sat, 24 Sep 2016 00:35:16 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Thu,

[tip:perf/core] perf intel-pt: Record address filter in AUXTRACE_INFO event

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: c093f308cea3eb4be3ed6e7e9ad54bf67a26abe4 Gitweb: http://git.kernel.org/tip/c093f308cea3eb4be3ed6e7e9ad54bf67a26abe4 Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:45 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf intel-pt: Enable decoder to handle TIP.PGD with missing IP

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: 9f1d122b528ef3ffcef1bdcf6a3dddf9450a864e Gitweb: http://git.kernel.org/tip/9f1d122b528ef3ffcef1bdcf6a3dddf9450a864e Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:47 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf intel-pt: Fix decoding when there are address filters

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: 2acee108f58045d07475516852d4282ab73904dc Gitweb: http://git.kernel.org/tip/2acee108f58045d07475516852d4282ab73904dc Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:48 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

Re: pull-request: wireless-drivers-next 2016-09-29

2016-09-29 Thread Pablo Neira Ayuso
On Thu, Sep 29, 2016 at 07:57:28PM +0300, Kalle Valo wrote: > Hi Dave, > > this should be the last wireless-drivers-next pull request for 4.9, from > now on only important bugfixes. Nothing really special stands out, > iwlwifi being most active but other drivers also getting attention. More >

[tip:perf/core] perf probe: Match linkage name with mangled name

2016-09-29 Thread tip-bot for Masami Hiramatsu
Commit-ID: d5a00296a63fdd049273f86d0a0cdef6b230f8e6 Gitweb: http://git.kernel.org/tip/d5a00296a63fdd049273f86d0a0cdef6b230f8e6 Author: Masami Hiramatsu AuthorDate: Sat, 24 Sep 2016 00:35:31 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Thu,

[tip:perf/core] perf probe: Ignore the error of finding inline instance

2016-09-29 Thread tip-bot for Masami Hiramatsu
Commit-ID: f8da4b5155ed9a639ee4250746b5f7ffa6302bf6 Gitweb: http://git.kernel.org/tip/f8da4b5155ed9a639ee4250746b5f7ffa6302bf6 Author: Masami Hiramatsu AuthorDate: Sat, 24 Sep 2016 00:34:57 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Thu,

[tip:perf/core] perf probe: Skip if the function address is 0

2016-09-29 Thread tip-bot for Masami Hiramatsu
Commit-ID: 0ad45b33c58dca60dec7e1fb44766753bc4a7a38 Gitweb: http://git.kernel.org/tip/0ad45b33c58dca60dec7e1fb44766753bc4a7a38 Author: Masami Hiramatsu AuthorDate: Sat, 24 Sep 2016 00:35:07 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Thu,

[tip:perf/core] perf tests: Add dwarf unwind test for powerpc

2016-09-29 Thread tip-bot for Ravi Bangoria
Commit-ID: d18019a53a07e009899ff6b8dc5ec30f249360d9 Gitweb: http://git.kernel.org/tip/d18019a53a07e009899ff6b8dc5ec30f249360d9 Author: Ravi Bangoria AuthorDate: Mon, 19 Sep 2016 02:38:20 -0400 Committer: Arnaldo Carvalho de Melo

[tip:perf/core] perf intel-pt: Read address filter from AUXTRACE_INFO event

2016-09-29 Thread tip-bot for Adrian Hunter
Commit-ID: 2b9e32c47fd3edb0373067de7a151775b0e005c2 Gitweb: http://git.kernel.org/tip/2b9e32c47fd3edb0373067de7a151775b0e005c2 Author: Adrian Hunter AuthorDate: Fri, 23 Sep 2016 17:38:46 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

Re: [PATCH 5/6] genwqe: use pci_irq_allocate_vectors

2016-09-29 Thread Gabriel Krisman Bertazi
Christoph Hellwig writes: > Simply the interrupt setup by using the new PCI layer helpers. Good clean up. Tested and: Acked-by: Gabriel Krisman Bertazi > One odd thing about this driver is that it looks like it could request > multiple MSI vectors,

Applied "ASoC: Intel: Skylake: fix memory leak of module on error exit path" to the asoc tree

2016-09-29 Thread Mark Brown
The patch ASoC: Intel: Skylake: fix memory leak of module on error exit path has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Re: [PATCH 5/6] genwqe: use pci_irq_allocate_vectors

2016-09-29 Thread Christoph Hellwig
On Thu, Sep 29, 2016 at 03:45:29PM -0300, Gabriel Krisman Bertazi wrote: > I'm stepping up to assist with the genwqe_card driver just now, since we > (ibm) missed some of the last patches that went in. I'll add myself to > maintainers file. Can your forward it to Greg together with whatever

Re: [Nbd] [PATCH][V3] nbd: add multi-connection support

2016-09-29 Thread Josef Bacik
On 09/29/2016 12:41 PM, Wouter Verhelst wrote: On Thu, Sep 29, 2016 at 10:03:50AM -0400, Josef Bacik wrote: So think of it like normal disks with multiple channels. We don't send flushes down all the hwq's to make sure they are clear, we leave that decision up to the application (usually a FS

[PATCH V2 for-next 2/8] net: hns: bug fix about setting coalsecs-usecs to 0

2016-09-29 Thread Salil Mehta
From: Daode Huang When set rx/tx coalesce usecs to 0, the interrupt coalesce will be disabled, but there is a interrupt rate limit which set to 1us, it will cause no interrupt occurs. This patch disable interrupt limit when sets coalsecs usecs to 0, and restores it to 1

Re: [PATCH 3.12 000/119] 3.12.64-stable review

2016-09-29 Thread Shuah Khan
On 09/29/2016 04:25 AM, Jiri Slaby wrote: > This is the start of the stable review cycle for the 3.12.64 release. > There are 119 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should

[PATCH V2 for-next 0/8] Bug Fixes and Code Improvement in HNS driver

2016-09-29 Thread Salil Mehta
This patch-set introduces fix to some Bugs, potential problems and code improvements identified during internal review and testing of Hisilicon Network Subsystem driver. Submit Change V1->V2: This addresses the feedbacks provided by David Miller and Doug Ledford Daode Huang (6): net:

Re: [PATCH locking/Documentation 1/2] Add note of release-acquire store vulnerability

2016-09-29 Thread Paul E. McKenney
On Thu, Sep 29, 2016 at 06:10:37PM +0100, Will Deacon wrote: > On Thu, Sep 29, 2016 at 09:43:53AM -0700, Paul E. McKenney wrote: > > On Thu, Sep 29, 2016 at 05:03:08PM +0100, Will Deacon wrote: > > > On Thu, Sep 29, 2016 at 05:58:17PM +0200, Peter Zijlstra wrote: > > > > On Thu, Sep 29, 2016 at

Re: NMI for ARC

2016-09-29 Thread Andy Lutomirski
On Sep 28, 2016 6:20 PM, "Vineet Gupta" wrote: > > On 09/28/2016 03:26 PM, Andy Lutomirski wrote: > >> Right, so what I think Vineet is asking is if we need to disable NMIs as > >> > well, we cannot on x86 disable NMIs so no. > >> > > > The same argument works here, too: an

[PATCH] x86/vmware: Skip lapic calibration on VMware.

2016-09-29 Thread Renat Valiullin
In virtualized environment the APIC timer calibration could go wrong when the host is overcommitted or the guest is running nested, this would result in the APIC timers operating at an incorrect frequency. Since VMware supports a mechanism to retrieve the local APIC frequency we can ask the

Re: [PATCH locking/Documentation 1/2] Add note of release-acquire store vulnerability

2016-09-29 Thread Paul E. McKenney
On Thu, Sep 29, 2016 at 10:23:22AM -0700, Paul E. McKenney wrote: > On Thu, Sep 29, 2016 at 06:10:37PM +0100, Will Deacon wrote: > > On Thu, Sep 29, 2016 at 09:43:53AM -0700, Paul E. McKenney wrote: > > > On Thu, Sep 29, 2016 at 05:03:08PM +0100, Will Deacon wrote: > > > > On Thu, Sep 29, 2016 at

Re: [PATCH] KVM: VMX: Better name x2apic msr bitmaps

2016-09-29 Thread Radim Krčmář
2016-09-23 19:17+0800, Wanpeng Li: > Renames x2apic_apicv_inactive msr_bitmaps to x2apic and original > x2apic bitmaps to x2apic_apicv. > > Cc: Paolo Bonzini > Cc: Radim Krčmář > Signed-off-by: Wanpeng Li > --- Applied to

Re: [PATCH 5/6] genwqe: use pci_irq_allocate_vectors

2016-09-29 Thread Gabriel Krisman Bertazi
Christoph Hellwig writes: > On Thu, Sep 29, 2016 at 03:28:02PM -0300, Gabriel Krisman Bertazi wrote: >> Christoph Hellwig writes: >> >> > Simply the interrupt setup by using the new PCI layer helpers. >> >> Good clean up. Tested and: >> >> Acked-by: Gabriel Krisman

Re: [PATCH 4/6] ARM: dts: da850-lcdk: add support for 1024x768 resolution

2016-09-29 Thread Karl Beldan
Hi, On Thu, Sep 29, 2016 at 06:31:53PM +0200, Bartosz Golaszewski wrote: > Add svga timings for 1024x768 resolution to the da850-lcdk > device tree. > > Signed-off-by: Bartosz Golaszewski > --- > arch/arm/boot/dts/da850-lcdk.dts | 15 +-- > 1 file

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