Re: [PATCH] phy: rockchip-inno-usb2: add COMMON_CLK dependency

2016-08-16 Thread Guenter Roeck
On Tue, Aug 16, 2016 at 02:02:00PM +0800, Frank Wang wrote: > On kernel builds without COMMON_CLK, the newly added rockchip-inno-usb2 > driver fails to build: > > drivers/phy/phy-rockchip-inno-usb2.c:124:16: error: field 'clk480m_hw' > has incomplete type >struct clk_hw clk480m_hw; > > In

RE: [PATCH 09/22] IB/qib: Remove deprecated create_singlethread_workqueue

2016-08-16 Thread Marciniszyn, Mike
> Subject: [PATCH 09/22] IB/qib: Remove deprecated > create_singlethread_workqueue > Looks and tests good! Tested-by: Mike Marciniszyn Acked-by: Mike Marciniszyn

Re: Problem with atomic accesses in pstore on some ARM CPUs

2016-08-16 Thread Colin Cross
On Mon, Aug 15, 2016 at 3:15 PM, Mark Rutland wrote: > On Tue, Aug 16, 2016 at 08:02:53AM -0700, Guenter Roeck wrote: >> On Tue, Aug 16, 2016 at 6:21 AM, Will Deacon wrote: >> > On Tue, Aug 16, 2016 at 06:14:53AM -0700, Guenter Roeck wrote: >> >> On

Re: [PATCH] mm: kmemleak: Avoid using __va() on addresses that don't have a lowmem mapping

2016-08-16 Thread kbuild test robot
Hi Catalin, [auto build test ERROR on mmotm/master] [also build test ERROR on v4.8-rc2 next-20160816] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Catalin-Marinas/mm-kmemleak-Avoid-using-__va

Re: [PATCH 5/7] arm64: dts: exynos: Add dts files for Samsung Exynos5433 64bit SoC

2016-08-16 Thread Krzysztof Kozlowski
On Tue, Aug 16, 2016 at 09:59:26PM +0900, Chanwoo Choi wrote: > >> diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tmu.dtsi > >> b/arch/arm64/boot/dts/exynos/exynos5433-tmu.dtsi > >> new file mode 100644 > >> index ..175121db367e > >> --- /dev/null > >> +++

[tip:perf/urgent] tools: Sync kvm related header files for arm64 and s390

2016-08-16 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 9f3156903df3f7d9bba9acde810d78bca94305d5 Gitweb: http://git.kernel.org/tip/9f3156903df3f7d9bba9acde810d78bca94305d5 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 15 Aug 2016 17:42:30 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/urgent] perf intel-pt: Fix occasional decoding errors when tracing system-wide

2016-08-16 Thread tip-bot for Adrian Hunter
Commit-ID: 3d918fb13abdbeca7947578f5d7e426eafad7f5e Gitweb: http://git.kernel.org/tip/3d918fb13abdbeca7947578f5d7e426eafad7f5e Author: Adrian Hunter AuthorDate: Mon, 15 Aug 2016 10:23:04 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

Re: [GIT PULL] [PATCH v4 00/26] Delete CURRENT_TIME and CURRENT_TIME_SEC macros

2016-08-16 Thread Deepa Dinamani
Thank you for the suggestion. > Who are you execting to pull this huge patch series? The last pull request was addressed to Al as per Arnd's suggestion. I'm not completely sure who should it be addressed to. > Why not just introduce the new api call, wait for that to be merged, and > then push

RE: [PATCH 08/22] iw_cxgb3: Remove deprecated create_singlethread_workqueue

2016-08-16 Thread Steve Wise
> > alloc_ordered_workqueue() with WQ_MEM_RECLAIM set, replaces > deprecated create_singlethread_workqueue(). This is the identity > conversion. > > The workqueue "workq" queues work item _work. It has been > identity converted. > > WQ_MEM_RECLAIM has been set to ensure forward progress under >

Re: [PACTH v3 1/3] mm, proc: Implement /proc//totmaps

2016-08-16 Thread Jann Horn
On Tue, Aug 16, 2016 at 01:34:14PM -0400, robert.f...@collabora.com wrote: > From: Robert Foss > > This is based on earlier work by Thiago Goncales. It implements a new > per process proc file which summarizes the contents of the smaps file > but doesn't display any

[PATCH] staging: dgnc: fix 'line over 80 characters'

2016-08-16 Thread Anson Jacob
fix checkpatch.pl warning about 'line over 80 characters'. Signed-off-by: Anson Jacob --- drivers/staging/dgnc/dgnc_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_driver.h b/drivers/staging/dgnc/dgnc_driver.h

[PATCH] tpm: fix a race condition tpm2_unseal_trusted()

2016-08-16 Thread Jarkko Sakkinen
Unseal and load operations should be done as an atomic operation. This commit introduces unlocked tpm_transmit() so that tpm2_unseal_trusted() can do the locking by itself. v2: Introduced an unlocked unseal operation instead of changing locking strategy in order to make less intrusive bug fix

Re: [PATCH] KEYS: fix big_key dependency

2016-08-16 Thread Kirill Marinushkin
> May I suggest CRYPTO_DRBG? Hello Ciao, Thanks for your proposal. I submitted the PATCH v2 where I use CRYPTO_RNG_DEFAULT the same way it is used in crypto/Kconfig. It solves the issue, too. In addition, it selects CRYPTO_DRBG_MENU, which is a more universal use-case, as I understood from your

Re: [PATCH] net: macb: add phy-handle support for the macb

2016-08-16 Thread Andrew Lunn
> Agree with you my intention is if there is a MDIO bus on the device-tree > The MAC driver should create PHY/MDIO devices using of_mdiobus_register(). What you suggest is better, and is similar to what other drivers use. In order to keep backwards compatibility with phy nodes in the MAC node,

Re: uprobes: memory leak in enable/disable loop

2016-08-16 Thread Johannes Weiner
On Tue, Aug 16, 2016 at 04:34:08PM +0200, Oleg Nesterov wrote: > @@ -172,8 +172,10 @@ static int __replace_page(struct vm_area > mmu_notifier_invalidate_range_start(mm, mmun_start, mmun_end); > err = -EAGAIN; > ptep = page_check_address(page, mm, addr, , 0); > - if (!ptep) >

Re: [PATCH v2] clk: Add fractional scale clock support

2016-08-16 Thread Hoan Tran
On Mon, Aug 15, 2016 at 5:14 PM, Stephen Boyd wrote: > Sorry I was away for some time. > > On 08/08, Hoan Tran wrote: >> On Wed, Jul 20, 2016 at 11:36 AM, Hoan Tran wrote: >> > On Fri, Jul 1, 2016 at 5:09 PM, Hoan Tran wrote: >> >> >> >> Hi

Re: [LKP] [lkp] [xfs] 68a9f5e700: aim7.jobs-per-min -13.6% regression

2016-08-16 Thread Linus Torvalds
Mel, thanks for taking a look. Your theory sounds more complete than mine, and since Dave is able to see the problem with 4.7, it would be nice to hear about the 4.6 behavior and commit ede37713737 in particular. That one seems more likely to affect contention than the zone/node one I found

[PATCH 2/3] toshiba_acpi: Change error checking logic from TCI functions

2016-08-16 Thread Azael Avalos
Currently the success/error checking logic is intermixed, making the code a bit cumbersome to understand. This patch changes the affected functions to first check for errors and take appropriate actions, then check for the supported features. This patch also separates the error check from the

[PATCH] toshiba_acpi: Fix the kbd_backlight_mode_show printed value

2016-08-16 Thread Azael Avalos
The mentioned function prints the value in decimal, but the documentation and its parent function available_kbd_modes_show are showing the value as hexadecimal. This patch simply changes the value printed from decimal to hex, as stated in the documentation and the parent function. Signed-off-by:

[tip:perf/urgent] perf script: Show proper message when failed list scripts

2016-08-16 Thread tip-bot for He Kuang
Commit-ID: 88ded4d8d94a550624e1827478e13fecf97a7b0a Gitweb: http://git.kernel.org/tip/88ded4d8d94a550624e1827478e13fecf97a7b0a Author: He Kuang AuthorDate: Thu, 4 Aug 2016 11:25:42 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 15 Aug

[tip:perf/urgent] perf probe: Check for dup and fdopen failures

2016-08-16 Thread tip-bot for Colin Ian King
Commit-ID: 0325862dc364d8af524bf2db53ef4360ed55b989 Gitweb: http://git.kernel.org/tip/0325862dc364d8af524bf2db53ef4360ed55b989 Author: Colin Ian King AuthorDate: Fri, 12 Aug 2016 22:44:56 +0100 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/urgent] perf probe: Release resources on error when handling exit paths

2016-08-16 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 60ebc159817fef86171616510b1228476d979556 Gitweb: http://git.kernel.org/tip/60ebc159817fef86171616510b1228476d979556 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 15 Aug 2016 17:06:47 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/urgent] perf script: Don't disable use_callchain if input is pipe

2016-08-16 Thread tip-bot for He Kuang
Commit-ID: 71ac899b5ed7edfd8fa2a4e075194380b1de2d7f Gitweb: http://git.kernel.org/tip/71ac899b5ed7edfd8fa2a4e075194380b1de2d7f Author: He Kuang AuthorDate: Thu, 4 Aug 2016 11:25:43 + Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 15 Aug

Re: [LKP] [lkp] [sctp] a6c2f79287: netperf.Throughput_Mbps -37.2% regression

2016-08-16 Thread Xin Long
> > And I think we should be doing test on: > commit a6c2f79287 ("sctp: implement prsctp TTL policy") (the bisected one) > and > commit 826d253d57 ("sctp: add SCTP_PR_ASSOC_STATUS on sctp sockopt") (its > immediate parent) > instead of Linus' master HEAD to avoid other factors. > The test result

Re: [PATCH v2 1/2] devicetree: Add vendor prefix for Shenzhen Sunchip Technology Co., Ltd

2016-08-16 Thread Rask Ingemann Lambertsen
On Tue, Aug 16, 2016 at 07:56:24AM -0500, Rob Herring wrote: > On Thu, Aug 11, 2016 at 10:11:51PM +0200, Rask Ingemann Lambertsen wrote: > > > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt > > b/Documentation/devicetree/bindings/vendor-prefixes.txt > > index

Re: [PATCH v5 02/13] kexec_file: Change kexec_add_buffer to take kexec_buf as argument.

2016-08-16 Thread Thiago Jung Bauermann
Am Dienstag, 16 August 2016, 16:15:55 schrieb Balbir Singh: > On 16/08/16 00:49, Thiago Jung Bauermann wrote: > > Am Montag, 15 August 2016, 17:30:49 schrieb Balbir Singh: > >> On Thu, Aug 11, 2016 at 08:08:07PM -0300, Thiago Jung Bauermann wrote: > >>> Adapt all callers to the new function

Re: [GIT PULL] [PATCH v4 00/26] Delete CURRENT_TIME and CURRENT_TIME_SEC macros

2016-08-16 Thread Greg KH
On Tue, Aug 16, 2016 at 11:18:52AM -0700, Deepa Dinamani wrote: > Thank you for the suggestion. > > > Who are you execting to pull this huge patch series? > > The last pull request was addressed to Al as per Arnd's suggestion. > I'm not completely sure who should it be addressed to. > > > Why

[PATCH v3 2/2] soc: qcom: add l2 cache perf events driver

2016-08-16 Thread Neil Leeder
Adds perf events support for L2 cache PMU. The L2 cache PMU driver is named 'l2cache_0' and can be used with perf events to profile L2 events such as cache hits and misses. Signed-off-by: Neil Leeder --- drivers/soc/qcom/Kconfig | 10 +

Re: [PATCH v2] ARM: Add missing newline terminators to kernel messages

2016-08-16 Thread Russell King - ARM Linux
On Tue, Aug 16, 2016 at 03:40:32PM +0200, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven > --- > Before commit 874f9c7da9a4acbc ("printk: create pr_ functions"), > pr_*() calls without a trailing newline characters would be printed with > a newline

Re: [PATCH 3.16 102/305] xfs: xfs_iflush_cluster fails to abort on error

2016-08-16 Thread Ben Hutchings
On Sun, 2016-08-14 at 09:36 +1000, Dave Chinner wrote: > On Sat, Aug 13, 2016 at 06:42:51PM +0100, Ben Hutchings wrote: > > > > 3.16.37-rc1 review patch.  If anyone has any objections, please let me know. > > > > -- > > > > > > From: Dave Chinner > > > >

Re: [PATCH v2] locking/mutex: Prevent lock starvation when spinning is enabled

2016-08-16 Thread Jason Low
On Thu, 2016-08-11 at 11:40 -0400, Waiman Long wrote: > On 08/10/2016 02:44 PM, Jason Low wrote: > > +static inline void do_yield_to_waiter(struct mutex *lock, int *wakeups) > > +{ > > + return; > > +} > > + > > +static inline void clear_yield_to_waiter(struct mutex *lock) > > +{ > > + return;

Re: [PATCH 1/2] kernel: show current values of user namespace counters

2016-08-16 Thread Serge E. Hallyn
Quoting Kees Cook (keesc...@chromium.org): > On Mon, Aug 15, 2016 at 1:10 PM, Andrei Vagin wrote: > > Recently Eric added user namespace counters. User namespace counters is > > a feature that allows to limit the number of various kernel objects a > > user can create. These

Re: [RFC 5/7] Bluetooth: hci_nokia: Introduce new driver

2016-08-16 Thread Pavel Machek
Hi! > > I think we could use the packets from the firmware instead > > of doing it manually (On N900 they are bit identical to the > > manually generated one - On N950 I have not yet checked), but > > until N900 works having it coded explicitly helps debugging. > > We can also always manually

[PATCH V2 2/3] perf/x86/intel/uncore: handle non-standard counter offset

2016-08-16 Thread Kan Liang
From: Stephane Eranian The offset of the counters for UPI and M2M boxes on Skylake server is non-standard (8 bytes apart). This patch introduces a custom flag UNCORE_BOX_FLAG_CTL_OFFS8 to specially handle it. Signed-off-by: Stephane Eranian

[PACTH v3 0/3] Implement /proc//totmaps

2016-08-16 Thread robert . foss
From: Robert Foss This series provides the /proc/PID/totmaps feature, which summarizes the information provided by /proc/PID/smaps for improved performance and usability reasons. A use case is to speed up monitoring of memory consumption in environments where RSS

[PACTH v3 1/3] mm, proc: Implement /proc//totmaps

2016-08-16 Thread robert . foss
From: Robert Foss This is based on earlier work by Thiago Goncales. It implements a new per process proc file which summarizes the contents of the smaps file but doesn't display any addresses. It gives more detailed information than statm like the PSS (proprotional

Re: [tip:x86/boot] x86/mm: Enable KASLR for physical mapping memory regions

2016-08-16 Thread Borislav Petkov
On Tue, Aug 16, 2016 at 05:54:12PM +0200, Borislav Petkov wrote: > Ok, I ran this in a guest and it finds the microcode patches properly. Here's a better version to take care of the APs too: --- diff --git a/arch/x86/kernel/cpu/microcode/amd.c b/arch/x86/kernel/cpu/microcode/amd.c index

Re: [PATCH v2] ARM: Add missing newline terminators to kernel messages

2016-08-16 Thread Geert Uytterhoeven
ine characters would be printed with >> a newline character appended, both on the console and in the output of >> the dmesg command. > > Hey Geert. > > This doesn't apply to -next as the pr_notice/pr_cont below is > properly changed to a single pr_notice. In which -next? Not in next-

[PATCH] Revert "regulator: Make bulk API support optional supplies"

2016-08-16 Thread Bjorn Andersson
The patch was based on my missinterpretation of the API and only accidentally worked for me. Let's clean it out to not confuse others. This reverts commit 3ff3f518a135fa4592fe2817e9ac2cce1fa23dc2. Signed-off-by: Bjorn Andersson --- Sorry for not sending this

Re: [PATCH 2/6] x86/boot: Move compressed kernel to end of decompression buffer

2016-08-16 Thread Yinghai Lu
On Mon, Aug 15, 2016 at 9:01 PM, Matt Mullins wrote: > > This appears to have a negative effect on booting the Intel Edison platform, > as > it uses u-boot as its bootloader. u-boot does not copy the init_size > parameter > when booting a bzImage: it copies a fixed-size

[PATCH v8 1/4] nmi_backtrace: add more trigger_*_cpu_backtrace() methods

2016-08-16 Thread Chris Metcalf
Currently you can only request a backtrace of either all cpus, or all cpus but yourself. It can also be helpful to request a remote backtrace of a single cpu, and since we want that, the logical extension is to support a cpumask as the underlying primitive. This change modifies the existing

Re: [PATCH] FUSE: add the async option for the flush/release operation

2016-08-16 Thread Enke Chen
Hi, Miklos: Thanks for your reply and explanation. Please see my comments below. On 8/15/16 2:36 AM, Miklos Szeredi wrote: > On Wed, Aug 10, 2016 at 6:50 PM, Enke Chen wrote: >> Hi, Miklos: >> >> On 8/9/16 11:52 PM, Miklos Szeredi wrote: >>> On Wed, Aug 10, 2016 at 5:26 AM,

[PATCH v8 3/4] arch/tile: adopt the new nmi_backtrace framework

2016-08-16 Thread Chris Metcalf
Previously tile was rolling its own method of capturing backtrace data in the NMI handlers, but it was relying on running printk() from the NMI handler, which is not always safe. So adopt the nmi_backtrace model (with the new cpumask extension) instead. So we can call the nmi_backtrace code

[PATCH v8 4/4] nmi_backtrace: generate one-line reports for idle cpus

2016-08-16 Thread Chris Metcalf
When doing an nmi backtrace of many cores, most of which are idle, the output is a little overwhelming and very uninformative. Suppress messages for cpus that are idling when they are interrupted and just emit one line, "NMI backtrace for N skipped: idling at pc 0xNNN". We do this by grouping

Re: [PATCH 1/3] clk: meson: Add GXBB AO Clock and Reset controller driver

2016-08-16 Thread Stephen Boyd
On 08/16, Neil Armstrong wrote: > On 08/13/2016 03:29 AM, Stephen Boyd wrote: > > On 08/09, Neil Armstrong wrote: > > >> + > >> +static struct clk_hw_onecell_data gxbb_aoclk_onecell_data = { > > > > can this be const? > > It would be awesome, but it will be discarded by of_clk_add_hw_provider :

Re: [PATCH] mm: kmemleak: Avoid using __va() on addresses that don't have a lowmem mapping

2016-08-16 Thread kbuild test robot
Hi Catalin, [auto build test ERROR on mmotm/master] [also build test ERROR on v4.8-rc2 next-20160816] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Catalin-Marinas/mm-kmemleak-Avoid-using-__va

[PATCH v2] x86/tsc: Set X86_FEATURE_TSC_RELIABLE to skip refined calibration

2016-08-16 Thread Bin Gao
On some newer Intel x86 processors/SoCs the TSC frequency can be directly calculated by factors read from specific MSR registers or from a cpuid leaf (0x15). TSC frequency calculated by native msr/cpuid is absolutely accurate so we should always skip calibrating TSC aginst another clock, e.g. PIT,

Re: [PACTH v3 3/3] Documentation/filesystems: Added /proc/PID/totmaps documentation

2016-08-16 Thread Jann Horn
On Tue, Aug 16, 2016 at 01:34:16PM -0400, robert.f...@collabora.com wrote: > + totmapsan extenssion based on maps, showing the total memory > +consumption of all mappings nit: s/extenssion/extension/ signature.asc Description: Digital signature

Re: [PATCH v2] ARM: Add missing newline terminators to kernel messages

2016-08-16 Thread Joe Perches
g command. > > Hey Geert. > > > > This doesn't apply to -next as the pr_notice/pr_cont below is > > properly changed to a single pr_notice. > In which -next? > > Not in next-20160816, where the patch applies cleanly. > Also not in arm/for-next. My mistake, I was in t

RE: [PATCH 05/22] IB/cma: Remove deprecated create_singlethread_workqueue

2016-08-16 Thread Steve Wise
> alloc_ordered_workqueue() with WQ_MEM_RECLAIM set, replaces > deprecated create_singlethread_workqueue(). This is the identity > conversion. > > The workqueue "cma_wq" queues work item cma_work_handler. It has been > identity converted. > > WQ_MEM_RECLAIM has been set to ensure forward

Re: [PACTH v3 1/3] mm, proc: Implement /proc//totmaps

2016-08-16 Thread Robert Foss
On 2016-08-16 02:18 PM, Jann Horn wrote: On Tue, Aug 16, 2016 at 01:34:14PM -0400, robert.f...@collabora.com wrote: From: Robert Foss This is based on earlier work by Thiago Goncales. It implements a new per process proc file which summarizes the contents of the

[PATCH] arm64: Expose TASK_SIZE to userspace via auxv

2016-08-16 Thread Christopher Covington
Some userspace applications need to know the maximum virtual address they can use (TASK_SIZE). There are several possible values for TASK_SIZE with the arm64 kernel, and such applications are either making bad hard-coded assumptions, or are guessing and checking using system calls like munmap(),

Re: [PATCH v3 1/3] drm: add SimpleDRM driver

2016-08-16 Thread Noralf Trønnes
Den 16.08.2016 17:25, skrev Daniel Vetter: On Tue, Aug 16, 2016 at 02:58:38PM +0200, Noralf Trønnes wrote: Den 15.08.2016 08:59, skrev Daniel Vetter: On Sun, Aug 14, 2016 at 06:52:04PM +0200, Noralf Trønnes wrote: The SimpleDRM driver binds to simple-framebuffer devices and provides a

[PATCH v8 2/4] nmi_backtrace: do a local dump_stack() instead of a self-NMI

2016-08-16 Thread Chris Metcalf
Currently on arm there is code that checks whether it should call dump_stack() explicitly, to avoid trying to raise an NMI when the current context is not preemptible by the backtrace IPI. Similarly, the forthcoming arch/tile support uses an IPI mechanism that does not support generating an NMI

Re: [PATCH v1 3/3] PM / AVS: rockchip-cpu-avs: add driver handling Rockchip cpu avs

2016-08-16 Thread Heiko Stübner
Hi Finley, Am Dienstag, 16. August 2016, 10:38:59 schrieb Finlye Xiao: > From: Finley Xiao > > This patch supports adjusting opp's voltage according to leakage > > Signed-off-by: Finley Xiao we of course talked about this before and it

[tip:perf/urgent] perf intel-pt: Fix ip compression

2016-08-16 Thread tip-bot for Adrian Hunter
Commit-ID: e1717e0485af4f47fc4da1e979ac817f9ad61b0f Gitweb: http://git.kernel.org/tip/e1717e0485af4f47fc4da1e979ac817f9ad61b0f Author: Adrian Hunter AuthorDate: Wed, 20 Jul 2016 12:00:06 +0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/urgent] perf tools mem: Fix -t store option for record command

2016-08-16 Thread tip-bot for Jiri Olsa
Commit-ID: 33da54fa86e29b87fe1e83bd0f15b4ef2be53ecb Gitweb: http://git.kernel.org/tip/33da54fa86e29b87fe1e83bd0f15b4ef2be53ecb Author: Jiri Olsa AuthorDate: Thu, 11 Aug 2016 10:50:57 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 12 Aug

[tip:perf/urgent] perf jitdump: Add the right header to get the major()/minor() definitions

2016-08-16 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 49a7f01064a94c4fd6afb6b4f7e3ccc37d0edf99 Gitweb: http://git.kernel.org/tip/49a7f01064a94c4fd6afb6b4f7e3ccc37d0edf99 Author: Arnaldo Carvalho de Melo AuthorDate: Sat, 13 Aug 2016 01:12:10 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

Re: [PATCH v5] spi: spi-ti-qspi: Add DMA support for QSPI mmap read

2016-08-16 Thread Mark Brown
On Tue, Aug 09, 2016 at 06:20:01PM +0530, Vignesh R wrote: > > > According to this thread[1], converting virtual address > pointer into scatterlist which is then DMA mapped is unsafe on systems > with certain cache architecture. Hence, I added code to handle kmap > buffers inside the driver

[PATCH v2] KEYS: fix big_key dependency

2016-08-16 Thread Kirill Marinushkin
This patch fixes the following bug: [oss-security] - panic at big_key_preparse #4.7-r6/rc7 & master Signed-off-by: Kirill Marinushkin --- security/keys/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/keys/Kconfig

Re: Linux 4.6.7

2016-08-16 Thread Greg KH
diff --git a/Documentation/cpu-freq/pcc-cpufreq.txt b/Documentation/cpu-freq/pcc-cpufreq.txt index 0a94224ad296..9e3c3b33514c 100644 --- a/Documentation/cpu-freq/pcc-cpufreq.txt +++ b/Documentation/cpu-freq/pcc-cpufreq.txt @@ -159,8 +159,8 @@ to be strictly associated with a P-state. 2.2

Linux 4.4.18

2016-08-16 Thread Greg KH
I'm announcing the release of the 4.4.18 kernel. All users of the 4.4 kernel series must upgrade. The updated 4.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.y and can be browsed at the normal kernel.org git web browser:

Linux 4.6.7

2016-08-16 Thread Greg KH
I'm announcing the release of the 4.6.7 kernel. All users of the 4.6 kernel series must upgrade. Note, this is the LAST 4.6.y kernel to be released, please move to 4.7.1 now, you have been warned. The updated 4.6.y git tree can be found at:

Re: [PATCH] mm: kmemleak: Avoid using __va() on addresses that don't have a lowmem mapping

2016-08-16 Thread kbuild test robot
Hi Catalin, [auto build test ERROR on mmotm/master] [also build test ERROR on v4.8-rc2 next-20160816] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Catalin-Marinas/mm-kmemleak-Avoid-using-__va

Re: Problem with atomic accesses in pstore on some ARM CPUs

2016-08-16 Thread Mark Rutland
On Tue, Aug 16, 2016 at 08:02:53AM -0700, Guenter Roeck wrote: > On Tue, Aug 16, 2016 at 6:21 AM, Will Deacon wrote: > > On Tue, Aug 16, 2016 at 06:14:53AM -0700, Guenter Roeck wrote: > >> On Tue, Aug 16, 2016 at 3:32 AM, Robin Murphy wrote: > >> > On

[PATCH] ARM: dts: msm8974: honami: Add touchscreen

2016-08-16 Thread Bjorn Andersson
Add the i2c2 and rmi4 nodes to enable the Synaptics touchscreen found in the Honami. Signed-off-by: Bjorn Andersson --- .../boot/dts/qcom-msm8974-sony-xperia-honami.dts | 59 ++ 1 file changed, 59 insertions(+) diff --git

[tip:perf/urgent] perf ppc64le: Fix build failure when libelf is not present

2016-08-16 Thread tip-bot for Ravi Bangoria
Commit-ID: f046f3df665361d2f89e660f8c79ba164069f02a Gitweb: http://git.kernel.org/tip/f046f3df665361d2f89e660f8c79ba164069f02a Author: Ravi Bangoria AuthorDate: Thu, 11 Aug 2016 14:43:59 -0300 Committer: Arnaldo Carvalho de Melo

[tip:perf/urgent] perf symbols: Fix annotation of objects with debuginfo files

2016-08-16 Thread tip-bot for Anton Blanchard
Commit-ID: 50de1a0c54cdbc69a6dbcbc323f53daf95a4050e Gitweb: http://git.kernel.org/tip/50de1a0c54cdbc69a6dbcbc323f53daf95a4050e Author: Anton Blanchard AuthorDate: Sat, 13 Aug 2016 11:55:33 +1000 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 15

Re: [PACTH v3 3/3] Documentation/filesystems: Added /proc/PID/totmaps documentation

2016-08-16 Thread Robert Foss
On 2016-08-16 02:01 PM, Jann Horn wrote: nit: s/extenssion/extension/ Thanks :)

[PATCH v2] libnvdimm: Fix nvdimm_probe error on NVDIMM-N

2016-08-16 Thread Toshi Kani
'ndctl list --buses --dimms' does not list any NVDIMM-Ns since they are considered as idle. ndctl checks if any driver is attached to nmem device. nvdimm_probe() always fails in nvdimm_init_nsarea() since NVDIMM-Ns do not implement optinal ND_CMD_GET_CONFIG_DATA command. Change nvdimm_probe()

Re: RFC: callchain showing same entry as hist_entry

2016-08-16 Thread Arnaldo Carvalho de Melo
Em Tue, Aug 16, 2016 at 12:46:57PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Wed, Aug 17, 2016 at 12:41:18AM +0900, Namhyung Kim escreveu: > > Hmm.. if so, wouldn't it be better skipping the first callchain entry > > when the user-given sort key contains "sym" too (not only when it > > starts

Re: [PATCH] irqchip/gicv3: remove disabling redistributor and group1 non-secure interrupts

2016-08-16 Thread Christopher Covington
Thanks Sudeep! On 08/16/2016 06:19 AM, Sudeep Holla wrote: > As per the GICv3 specification, to power down a processor using GICv3 > and allow automatic power-on if an interrupt must be sent to a processor, > software must set Enable to zero for all interrupt groups(by writing > to GICC_CTLR or

Re: [lkp] [x86/hweight] 65ea11ec6a: will-it-scale.per_process_ops 9.3% improvement

2016-08-16 Thread Borislav Petkov
On Tue, Aug 16, 2016 at 09:59:00AM -0700, H. Peter Anvin wrote: > Dang... Isn't 9.3% improvement a good thing(tm) ? -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) --

[PACTH v3 3/3] Documentation/filesystems: Added /proc/PID/totmaps documentation

2016-08-16 Thread robert . foss
From: Robert Foss Added documentation covering /proc/PID/totmaps. Signed-off-by: Robert Foss --- Documentation/filesystems/proc.txt | 21 + 1 file changed, 21 insertions(+) diff --git

[PACTH v3 2/3] Documentation/filesystems: Fixed typo

2016-08-16 Thread robert . foss
From: Robert Foss Fixed a -> an typo. Signed-off-by: Robert Foss --- Documentation/filesystems/proc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/filesystems/proc.txt

Re: [PATCH] mm: kmemleak: Avoid using __va() on addresses that don't have a lowmem mapping

2016-08-16 Thread Catalin Marinas
On Tue, Aug 16, 2016 at 04:20:56PM +0100, Catalin Marinas wrote: > diff --git a/include/linux/kmemleak.h b/include/linux/kmemleak.h > index 4894c6888bc6..380f72bc3657 100644 > --- a/include/linux/kmemleak.h > +++ b/include/linux/kmemleak.h > @@ -21,6 +21,7 @@ > #ifndef __KMEMLEAK_H > #define

Re: [PATCH v2] ARM: Add missing newline terminators to kernel messages

2016-08-16 Thread Geert Uytterhoeven
console and in the >> > > output of >> > > the dmesg command. >> > Hey Geert. >> > >> > This doesn't apply to -next as the pr_notice/pr_cont below is >> > properly changed to a single pr_notice. >> In which -next? >> >>

Re: [PATCH 1/2] ASoC: rt5677: Add ACPI support

2016-08-16 Thread Mark Brown
On Sun, Aug 14, 2016 at 12:18:22PM +0100, John Keeping wrote: > The Chromebook Pixel 2015 uses this codec with the ACPI ID RT5677CE, so > add an ACPI match table and support for reading properties from ACPI. This would be a lot easier to review with a concrete description of what "support for

[PATCH V2 linux-next] hwrng: update Freescale i.MX RNGA Random Number Generator

2016-08-16 Thread Fabian Frederick
We can directly depend on SOC_IMX31 since commit c9ee94965dce ("ARM: imx: deconstruct mxc_rnga initialization") Since that commit, CONFIG_HW_RANDOM_MXC_RNGA could not be switched on with unknown symbol ARCH_HAS_RNGA and mxc-rnga.o can't be generated with ARCH=arm make M=drivers/char/hw_random

Re: [tip:x86/boot] x86/mm: Enable KASLR for physical mapping memory regions

2016-08-16 Thread Kees Cook
On Tue, Aug 16, 2016 at 10:50 AM, Borislav Petkov wrote: > On Tue, Aug 16, 2016 at 05:54:12PM +0200, Borislav Petkov wrote: >> Ok, I ran this in a guest and it finds the microcode patches properly. > > Here's a better version to take care of the APs too: > > --- > diff --git

Re: [PATCH 1/1] x86/apic: Introduce paravirq irq_domain

2016-08-16 Thread Alexander Popov
On 15.08.2016 15:37, Paolo Bonzini wrote: > On 15/08/2016 13:51, Alexander Popov wrote: >> On 13.08.2016 09:20, Paolo Bonzini wrote: >>> So just let the irqdomain know about your hypervisor and avoid the >>> pointless indirection through function pointers, and only call >>>

Re: Linux 4.7.1

2016-08-16 Thread Greg KH
diff --git a/Documentation/cpu-freq/pcc-cpufreq.txt b/Documentation/cpu-freq/pcc-cpufreq.txt index 0a94224ad296..9e3c3b33514c 100644 --- a/Documentation/cpu-freq/pcc-cpufreq.txt +++ b/Documentation/cpu-freq/pcc-cpufreq.txt @@ -159,8 +159,8 @@ to be strictly associated with a P-state. 2.2

Linux 4.7.1

2016-08-16 Thread Greg KH
I'm announcing the release of the 4.7.1 kernel. All users of the 4.7 kernel series must upgrade. The updated 4.7.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.7.y and can be browsed at the normal kernel.org git web browser:

Re: [PATCH 2/2] clk: fixed-rate: Remove export symbol on setup function

2016-08-16 Thread Stephen Boyd
On 08/16, Geert Uytterhoeven wrote: > Hi Stephen, > > On Sat, Aug 13, 2016 at 3:50 AM, Stephen Boyd wrote: > > This function is only called by builtin code, but we always > > exported it and had marked it as __init before commit > > e4eda8e0654c (clk: remove exported

Re: [PATCH] mm: kmemleak: Avoid using __va() on addresses that don't have a lowmem mapping

2016-08-16 Thread Catalin Marinas
On Wed, Aug 17, 2016 at 01:15:53AM +0800, kbuild test robot wrote: > [auto build test ERROR on mmotm/master] > [also build test ERROR on v4.8-rc2 next-20160816] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > >

[PATCH 0/3] toshiba_acpi: Functions cleanup

2016-08-16 Thread Azael Avalos
These set of patches make some cleanup in some of the driver's functions. The first patch changes the variables declaration, the second changes the error checking logic and the third simply fixes a typo found while making these changes. Azael Avalos (3): toshiba_acpi: Cleanup variable

[PATCH 1/3] toshiba_acpi: Cleanup variable declaration

2016-08-16 Thread Azael Avalos
This patch moves all the multiple line variable declaration to a single line declaration (except variables being initialized) following the reverse tree order, to conform to the practices of the kernel. Signed-off-by: Azael Avalos --- drivers/platform/x86/toshiba_acpi.c

[PATCH 3/3] toshiba_acpi: Fix typo in *_cooling_method_set function

2016-08-16 Thread Azael Avalos
This patch simply fixes a typo in the error string printed in such function. Signed-off-by: Azael Avalos --- drivers/platform/x86/toshiba_acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/x86/toshiba_acpi.c

Re: [PATCH v2 2/3] usb: gadget: f_uac2: split out audio core

2016-08-16 Thread kbuild test robot
Hi Ruslan, [auto build test ERROR on balbi-usb/next] [also build test ERROR on v4.8-rc2 next-20160816] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Ruslan-Bilovol/USB-Audio-Gadget-refactoring

RE: [PATCH 07/22] IB/iwcm: Remove deprecated create_singlethread_workqueue

2016-08-16 Thread Steve Wise
> alloc_ordered_workqueue() with WQ_MEM_RECLAIM set, replaces > deprecated create_singlethread_workqueue(). This is the identity > conversion. > > The workqueue "iwcm_wq" queues work item (maps to cm_work_handler). > It has been identity converted. > > WQ_MEM_RECLAIM has been set to ensure

[PATCH] staging: lustre: fix checkpatch error

2016-08-16 Thread Anson Jacob
convert spaces to tab fix the following error messages from checkpatch.pl ERROR: code indent should use tabs where possible WARNING: please, no spaces at the start of a line Signed-off-by: Anson Jacob --- drivers/staging/lustre/lustre/include/cl_object.h | 2 +- 1

Re: two pci_alloc_irq_vectors improvements

2016-08-16 Thread Bjorn Helgaas
Hi Christoph, On Thu, Aug 11, 2016 at 07:11:03AM -0700, Christoph Hellwig wrote: > Hi Bjorn, hi Alex, > > below are two patches I'd love to see in 4.8 to improve the > pci_alloc_irq_vectors interface. I've realized we need these while > starting a mass conversion of the MSI-X users to the new

Applied "regulator: Remove support for optional supplies in the bulk API" to the regulator tree

2016-08-16 Thread Mark Brown
The patch regulator: Remove support for optional supplies in the bulk API has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the

Re: [PATCH] Revert "regulator: Make bulk API support optional supplies"

2016-08-16 Thread Mark Brown
On Tue, Aug 16, 2016 at 11:50:32AM -0700, Bjorn Andersson wrote: > The patch was based on my missinterpretation of the API and only > This reverts commit 3ff3f518a135fa4592fe2817e9ac2cce1fa23dc2. Please submit patches using subject lines reflecting the style for the subsystem. This makes it

Re: [PATCH v2] arc: Add "model" properly in device tree description of all boards

2016-08-16 Thread Vineet Gupta
Hi Arnd, On 08/15/2016 09:28 PM, Alexey Brodkin wrote: > As it was discussed quite some time ago (see > https://lkml.org/lkml/2015/11/5/862) it's a good practice to add > "model" property in .dts. Moreover as per ePAPR "model" property is > required and should look like "manufacturer,model" so we

[PATCH V2 3/3] perf/x86/intel/uncore: Add Skylake server uncore support

2016-08-16 Thread Kan Liang
From: Kan Liang This patch implements the uncore monitoring driver for Skylake server. The uncore subsystem in Skylake server is similar to previous server. There are some differences in config register encoding and pci device IDs. Besides, Skylake introduces many new boxes

[PATCH V2 1/3] perf/x86/intel/uncore: remove hard code for Node ID mapping location

2016-08-16 Thread Kan Liang
From: Kan Liang The method to build PCI bus to socket mapping is similar among platforms. However, the PCI location which store Node ID mapping could vary for different platforms. For example, the Node ID mapping address on Skylake server is different from the previous

[PATCH] add COMMON_CLK dependency for rockchip-inno-usb2

2016-08-16 Thread Frank Wang
On kernel builds without COMMON_CLK, the newly added rockchip-inno-usb2 driver fails to build, and this adds the required Kconfig dependency to fix it. Frank Wang (1): phy: rockchip-inno-usb2: add COMMON_CLK dependency drivers/phy/Kconfig |1 + 1 file changed, 1 insertion(+) -- 1.7.9.5

RE: [PATCH 1/2] be2iscsi: Fix error return code

2016-08-16 Thread Jitendra Bhivare
> -Original Message- > From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- > ow...@vger.kernel.org] On Behalf Of Christophe JAILLET > Sent: Friday, August 12, 2016 3:33 PM > To: jayamohan.kallic...@avagotech.com; j...@linux.vnet.ibm.com; > ketan.muka...@avagotech.com;

[PATCH] hwrng-PIC32: Delete unnecessary assignment for the field "owner"

2016-08-16 Thread SF Markus Elfring
From: Markus Elfring Date: Tue, 16 Aug 2016 07:51:21 +0200 The field "owner" is set by the core. Thus delete an unneeded initialisation. Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Markus Elfring

  1   2   3   4   5   6   7   8   9   10   >