[PATCH 07/41] staging: r8188eu: remove rtw_set_ie_secondary_ch_offset function

2016-08-24 Thread Ivan Safonov
Driver does not use this function. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/core/rtw_ieee80211.c | 5 - drivers/staging/rtl8188eu/include/ieee80211.h | 2 -- 2 files changed, 7 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_ieee80211.c

[PATCH 30/41] staging: r8188eu: remove some structure definitions from include/ieee80211.h

2016-08-24 Thread Ivan Safonov
ieee_ibss_seq, rtw_ieee80211_hdr_qos, eapol, ieee80211_rx_stats, ieee80211_frag_entry, ieee80211_stats, ieee80211_softmac_stats, ieee80211_security, ieee80211_header_data, ieee80211_info_element_hdr, ieee80211_info_element, ieee80211_authentication, ieee80211_probe_response,

[PATCH 24/41] staging: r8188eu: replace HT_caps_element with ieee80211_ht_cap structure

2016-08-24 Thread Ivan Safonov
HT_caps_element is reimplementation of ieee80211_ht_cap. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/core/rtw_ap.c | 10 - drivers/staging/rtl8188eu/core/rtw_ioctl_set.c | 6 +++--- drivers/staging/rtl8188eu/core/rtw_mlme.c| 12

[PATCH 10/41] staging: r8188eu: remove dump_ies function

2016-08-24 Thread Ivan Safonov
Driver does not use this function. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/core/rtw_ieee80211.c | 16 drivers/staging/rtl8188eu/include/ieee80211.h | 1 - 2 files changed, 17 deletions(-) diff --git

[PATCH 16/41] staging: r8188eu: replace rtw_ieee80211_ht_cap with ieee80211_ht_cap type in translate_scan function

2016-08-24 Thread Ivan Safonov
rtw_ieee80211_ht_cap is reimplementation of the ieee80211_ht_cap. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/os_dep/ioctl_linux.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c

Re: [PATCH 1/2] clk: mvebu: set flags in CP110 gate clock

2016-08-24 Thread Marcin Wojtas
HI Andrew, 2016-08-23 16:16 GMT+02:00 Andrew Lunn : > On Tue, Aug 23, 2016 at 08:26:48AM +0200, Marcin Wojtas wrote: >> Armada CP110 system controller comprise its own routine responsble >> for registering gate clocks. Among others 'flags' field in >> struct clk_init_data was not

[tip:perf/core] perf bench numa: Use NSEC_PER_U?SEC

2016-08-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: a8ad8329b91551bbfc3a317f3655dffcd8c18591 Gitweb: http://git.kernel.org/tip/a8ad8329b91551bbfc3a317f3655dffcd8c18591 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 8 Aug 2016 11:55:38 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros

2016-08-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: bd48c63eb0afc28b29fb342f215cdd77b995c02e Gitweb: http://git.kernel.org/tip/bd48c63eb0afc28b29fb342f215cdd77b995c02e Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 5 Aug 2016 15:40:30 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[PATCH 12/16 v2] cpuidle: coupled: Convert to hotplug state machine

2016-08-24 Thread Sebastian Andrzej Siewior
Install the callbacks via the state machine. Cc: "Rafael J. Wysocki" Cc: Daniel Lezcano Cc: linux...@vger.kernel.org Signed-off-by: Sebastian Andrzej Siewior --- v1…v2: - refactor the code to drop the out label. -

[tip:perf/core] perf hists: Add support for header span

2016-08-24 Thread tip-bot for Jiri Olsa
Commit-ID: 29659ab4e7d02c08d8f2d08db0b0f708bd8b6771 Gitweb: http://git.kernel.org/tip/29659ab4e7d02c08d8f2d08db0b0f708bd8b6771 Author: Jiri Olsa AuthorDate: Sun, 7 Aug 2016 17:28:30 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug

Re: [PATCH V3] leds: trigger: Introduce an USB port trigger

2016-08-24 Thread Greg KH
On Wed, Aug 24, 2016 at 12:03:29AM +0200, Rafał Miłecki wrote: > From: Rafał Miłecki > > This commit adds a new trigger responsible for turning on LED when USB > device gets connected to the specified USB port. This can can useful for > various home routers that have USB

[tip:perf/core] perf disassemble: Simplify logic for picking the filename to disassemble

2016-08-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 3caee094d160b0ef92988099105e9a173a3805b0 Gitweb: http://git.kernel.org/tip/3caee094d160b0ef92988099105e9a173a3805b0 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 9 Aug 2016 15:16:37 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf kvm: Use NSEC_PER_USEC

2016-08-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: c05a6e14150f81a8cb93d83af55582e05afc05ae Gitweb: http://git.kernel.org/tip/c05a6e14150f81a8cb93d83af55582e05afc05ae Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 8 Aug 2016 15:10:44 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf disassemble: Extract logic to find file to pass to objdump to a separate function

2016-08-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 05ed3ac9417dac9be9dd63f3cf97416c80bad359 Gitweb: http://git.kernel.org/tip/05ed3ac9417dac9be9dd63f3cf97416c80bad359 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 9 Aug 2016 15:32:53 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf record: Fix spelling mistake "Finshed" -> "Finished"

2016-08-24 Thread tip-bot for Colin Ian King
Commit-ID: 5e30d55c71de058e4156080fe32d426c22d094cb Gitweb: http://git.kernel.org/tip/5e30d55c71de058e4156080fe32d426c22d094cb Author: Colin Ian King AuthorDate: Mon, 22 Aug 2016 19:30:08 +0100 Committer: Arnaldo Carvalho de Melo CommitDate:

[PATCH] staging: android: ion: ion_chunk_heap.c fix parenthesis alignment

2016-08-24 Thread Didik Setiawan
Fix checkpatch.pl warning about "Alignment should match open parenthesis". Signed-off-by: Didik Setiawan --- drivers/staging/android/ion/ion_chunk_heap.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH] input: pegasus_notetaker - directly include workqueue header

2016-08-24 Thread Martin Kepplinger
According to the kernel's guidelines, let's directly include the workqueue functions we use. Signed-off-by: Martin Kepplinger --- I don't know if it's worth it, but I should have included this according to the guidelines :) drivers/input/tablet/pegasus_notetaker.c | 1 + 1

Company Payment Agent Needed

2016-08-24 Thread Shougang Group of company
Shougang Group of company 45 Huagong Road Xinji City, Hebei Province China. webpage: www.shougang.com.cn This is an official request for Professional/consultants who will stand as our regional representative to run logistics on behalf of Shougang Group. We are only looking for individual or

[PATCH v2 1/8] hisi_sas: add internal abort main code

2016-08-24 Thread John Garry
Add main code for internal abort functionality. The internal abort features allows the host controller to abort commands which are still active in the controller but have not yet been sent to the slave device. Typically a command only spends a relatively short time in the controller when

[PATCH v2 7/8] hisi_sas: add TMF success check

2016-08-24 Thread John Garry
When a tmf is issued, various response codes can be returned from the target. For a query tmf the response may be TMF_RESP_FUNC_COMPLETE or TMF_RESP_FUNC_SUCC. Add a condition for TMF_RESP_FUNC_SUCC to hisi_sas_exec_internal_tmf_task(). This affects query tmf, as the result is success the returned

[PATCH v2 3/8] hisi_sas: add internal abort to hisi_sas_abort_task()

2016-08-24 Thread John Garry
Execute an internal abort for executing a task abort. This is for case of the command still being present in host when abort is executed. For a SATA internal abort, we set abort for all tasks associated with the device. Signed-off-by: John Garry ---

Re: [RFC PATCH 0/5] Add CONFIG symbol as module attribute

2016-08-24 Thread Michal Marek
On 2016-08-23 23:32, Luis R. Rodriguez wrote: > On Fri, Aug 19, 2016 at 11:07:36AM +0200, Michal Marek wrote: >> On 2016-08-18 19:55, Luis R. Rodriguez wrote: >>> On Wed, Aug 17, 2016 at 09:26:58PM +0200, Cristina Moraru wrote: >>> This patchset implements dynamic pegging of kconfig symbol

Re: [PATCH] nvme: Fix nvme_get/set_features() with a NULL result pointer

2016-08-24 Thread Sagi Grimberg
Looks fine, Reviewed-by: Sagi Grimberg

Re: x86/PCI: Scan all functions during probing

2016-08-24 Thread Jan Kiszka
On 2016-08-24 04:39, Thomas Gleixner wrote: > On Thu, 18 Aug 2016, Bjorn Helgaas wrote: >> I looked up the spec: PCI (not PCIe) r3.0, sec 3.2.2.3.4, says: >> >> A single-function device may optionally respond to all function >> numbers as the same function or may ... respond only to function 0

Re: [PATCH] zd1211rw: fix spelling mistake "firmeware" -> "firmware"

2016-08-24 Thread Julian Calaby
Hi All, On Tue, Aug 23, 2016 at 4:35 AM, Colin King wrote: > From: Colin Ian King > > Trivial fix to spelling mistake in dev_err message. > > Signed-off-by: Colin Ian King Looks right to me. Reviewed-by: Julian

Re: include/linux/io-mapping.h:130:39: error: implicit declaration of function 'ioremap_wc'

2016-08-24 Thread Linus Walleij
On Tue, Aug 23, 2016 at 10:03 PM, Chris Wilson wrote: > On Tue, Aug 16, 2016 at 10:14:57AM +0200, Linus Walleij wrote: >> On Mon, Aug 15, 2016 at 5:08 PM, kbuild test robot >> I think I've finally fixed this now by making OF_GPIO depend on !NO_IOMEM. > > I've stumbled

[PATCH 36/41] staging: r8188eu: remove smooth_rssi_data structure

2016-08-24 Thread Ivan Safonov
This structure does not used. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/include/rtw_recv.h | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_recv.h b/drivers/staging/rtl8188eu/include/rtw_recv.h index

[PATCH 04/41] staging: r8188eu: remove secondary_ch_offset_to_hal_ch_offset function

2016-08-24 Thread Ivan Safonov
Driver does not use this function. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/core/rtw_ieee80211.c | 12 drivers/staging/rtl8188eu/include/ieee80211.h | 1 - 2 files changed, 13 deletions(-) diff --git

[PATCH 28/41] staging: r8188eu: remove dead code from rtw_update_ht_cap function

2016-08-24 Thread Ivan Safonov
This code affect only to local variables that does not used later. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/core/rtw_mlme.c | 16 1 file changed, 16 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme.c

[PATCH 25/41] staging: r8188eu: remove HT_caps_element structure

2016-08-24 Thread Ivan Safonov
This type does not used. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/include/wifi.h | 9 - 1 file changed, 9 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/wifi.h b/drivers/staging/rtl8188eu/include/wifi.h index 28e1dde..9e08e68 100644

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

2016-08-24 Thread Thomas Gleixner
On Tue, 16 Aug 2016, Bin Gao wrote: > 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

Re: [PATCH v6 0/8] power: add power sequence library

2016-08-24 Thread Peter Chen
On Tue, Aug 23, 2016 at 04:02:48PM +0530, Vaibhav Hiremath wrote: > > > On Monday 15 August 2016 02:43 PM, Peter Chen wrote: > >Hi all, > > > >This is a follow-up for my last power sequence framework patch set [1]. > >According to Rob Herring and Ulf Hansson's comments[2], I use a generic >

Re: perf: WARNING: kernel/events/core.c:4893 perf_mmap_close

2016-08-24 Thread Will Deacon
Hi Alex, On Tue, Aug 23, 2016 at 08:08:23PM +0300, Alexander Shishkin wrote: > Will Deacon writes: > > On Fri, Aug 12, 2016 at 08:54:49PM +0300, Alexander Shishkin wrote: > >> Yes, I tracked to a race between unmapping and set_output, trying to > >> come up with a good fix

[PATCH] memory: omap-gpmc: Fix build with CONFIG_OMAP_GPMC disabled

2016-08-24 Thread Roger Quadros
Fix the following build failure if omap-gpmc.h is used with CONFIG_OMAP_GPMC disabled. ./include/linux/omap-gpmc.h:32:1: error: unknown type name ‘gpmc_nand_ops’ Signed-off-by: Roger Quadros --- include/linux/omap-gpmc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[tip:perf/core] perf tools tui: Display multiple header lines

2016-08-24 Thread tip-bot for Jiri Olsa
Commit-ID: 69705b35859195b5640861fff91cc936d1baf4eb Gitweb: http://git.kernel.org/tip/69705b35859195b5640861fff91cc936d1baf4eb Author: Jiri Olsa AuthorDate: Sun, 7 Aug 2016 17:28:28 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug

[tip:perf/core] perf tools stdio: Display multiple header lines

2016-08-24 Thread tip-bot for Jiri Olsa
Commit-ID: f3705b062eafc2867eb0e9ee3502bd59564f103c Gitweb: http://git.kernel.org/tip/f3705b062eafc2867eb0e9ee3502bd59564f103c Author: Jiri Olsa AuthorDate: Sun, 7 Aug 2016 17:28:29 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug

Re: perf: fuzzer crashes immediately on AMD system

2016-08-24 Thread Ingo Molnar
* Vince Weaver wrote: > On Tue, 23 Aug 2016, Peter Zijlstra wrote: > > > On Mon, Aug 22, 2016 at 10:54:32PM -0400, Vince Weaver wrote: > > > > > > > > > > > > > > perf stat -a -e amd_nb/config=0x37,config1=0x20/ /bin/ls > > > >

Re: [PATCH] arm64: kprobe: Always clear pstate.D in breakpoint exception handler

2016-08-24 Thread Pratyush Anand
Hi Sandeepa, On 24/08/2016:03:09:16 PM, Sandeepa Prabhu wrote: > On Mon, Aug 22, 2016 at 12:16 PM, Pratyush Anand wrote: > > > Whenever we are hitting a kprobe from a none-kprobe debug exception > > handler, we hit an infinite occurrences of "Unexpected kernel single-step > >

Re: [PACTH v2 0/3] Implement /proc//totmaps

2016-08-24 Thread Marcin Jabrzyk
On 23/08/16 00:44, Sonny Rao wrote: On Mon, Aug 22, 2016 at 12:54 AM, Michal Hocko wrote: On Fri 19-08-16 10:57:48, Sonny Rao wrote: On Fri, Aug 19, 2016 at 12:59 AM, Michal Hocko wrote: On Thu 18-08-16 23:43:39, Sonny Rao wrote: On Thu, Aug 18, 2016

Re: [PATCH] ARM: imx: add cpuidle support for i.mx6ul

2016-08-24 Thread Russell King - ARM Linux
On Wed, Aug 24, 2016 at 12:04:50PM +0200, Lucas Stach wrote: > Am Mittwoch, den 24.08.2016, 09:53 + schrieb Yongcai Huang: > > > > > > Best Regards! > > Anson Huang > > > > > > > > > -Original Message- > > > From: Lucas Stach [mailto:l.st...@pengutronix.de] > > > Sent: 2016-08-24

Re: [PATCH 0/8] ftrace/x86: function_graph stack dump fixes

2016-08-24 Thread Ingo Molnar
* Steven Rostedt wrote: > On Fri, 19 Aug 2016 06:52:54 -0500 > Josh Poimboeuf wrote: > > > Some stack dump fixes related to function_graph tracing. > > > > Josh Poimboeuf (8): > > ftrace: remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config > >

[PATCH] nvme: Fix nvme_get/set_features() with a NULL result pointer

2016-08-24 Thread Andy Lutomirski
nvme_set_features() callers seem to expect that passing NULL as the result pointer is acceptable. Teach nvme_set_features() not to try to write to the NULL address. For symmetry, make the same change to nvme_get_features(), despite the fact that all current callers pass a valid result pointer.

[PATCH 3/3] net: fs_enet: make rx_copybreak value configurable

2016-08-24 Thread Christophe Leroy
Measurement shows that on a MPC8xx running at 132MHz, the optimal limit is 112: * 114 bytes packets are processed in 147 TB ticks with higher copybreak * 114 bytes packets are processed in 148 TB ticks with lower copybreak * 128 bytes packets are processed in 154 TB ticks with higher copybreak *

[PATCH v2 5/8] hisi_sas: add v2 hw slot complete internal abort support

2016-08-24 Thread John Garry
Add code in slot_complete_v2_hw() to deal with the slots which have completed due to internal abort. The status codes have the following meaning: - STAT_IO_ABORTED: the IO has been aborted due to internal abort, whether by device or individual abort command - STAT_IO_COMPLETE: internal abort

[PATCH v2 1/3] tracing: Deference pointers without RCU checks

2016-08-24 Thread Binoy Jayan
From: Daniel Wagner The tracepoint can't be used in code section where we are in the middle of a state transition. For example if we place a tracepoint inside start/stop_critical_section(), lockdep complains with [0.035589] WARNING: CPU: 0 PID: 3 at

[PATCH v2 2/3] tracing: Add trace_irqsoff tracepoints

2016-08-24 Thread Binoy Jayan
This work is based on work by Daniel Wagner. A few tracepoints are added at the end of the critical section. With the hist trigger in place, the hist trigger plots may be generated, with per-cpu breakdown of events captured. It is based on linux kernel's event infrastructure. The following

[PATCH v2 0/3] *** Latency histograms - IRQSOFF,PREEMPTOFF ***

2016-08-24 Thread Binoy Jayan
Hi, Thank you Steven and Daniel for reviewing v1 and providing suggestions. These set of patches [v2] capture latency events caused by interrupts and premption disabled in kernel. The patches are based on the hist trigger feature developed by Tom Zanussi. Git-commit:

[PATCH v2 3/3] tracing: Histogram for missed timer offsets

2016-08-24 Thread Binoy Jayan
Latencies of missed timer offsets. Generate a histogram of missed timer offsets in microseconds. This will be a based along with irq and preemption latencies to calculate the effective process wakeup latencies. The following filter(s) may be used 'hist:key=common_pid.execname'

[PATCH v3] pwm: sun4i: fix a possible NULL dereference

2016-08-24 Thread LABBE Corentin
of_match_device could return NULL, and so cause a NULL pointer dereference later. For fixing this problem, we use of_device_get_match_data(), this will simplify the code a little by using a standard function for getting the match data. Testing the return value of of_device_get_match_data is also

[PATCH 22/41] staging: r8188eu: remove HT_cap member of HT_caps_element structure

2016-08-24 Thread Ivan Safonov
This member used only once and can be replaced with address of HT_caps_element. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/core/rtw_wlan_util.c | 3 ++- drivers/staging/rtl8188eu/include/wifi.h | 1 - 2 files changed, 2 insertions(+), 2 deletions(-)

Re: [PATCH] ARM: imx: add cpuidle support for i.mx6ul

2016-08-24 Thread Lucas Stach
Am Donnerstag, den 25.08.2016, 00:13 +0800 schrieb Anson Huang: > This patch enables cpuidle driver for i.MX6UL, it > reuses i.MX6SX's cpuidle driver, 3 levels of cpuidle > supported: > > 1. ARM WFI; > 2. SOC in WAIT mode; > 3. SOC in WAIT mode + ARM power off. > > As i.MX6UL has cortex-A7 CORE

[PATCH 10/16 v2] cpuidle: pseries: Convert to hotplug state machine

2016-08-24 Thread Sebastian Andrzej Siewior
Install the callbacks via the state machine. v1…v2: Use only CPUHP_CPUIDLE_DEAD (requested by Daniel Lezcano) Cc: "Rafael J. Wysocki" Cc: Daniel Lezcano Cc: linux...@vger.kernel.org Signed-off-by: Sebastian Andrzej Siewior

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

2016-08-24 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, I first merged tip/perf/urgent into a > tip/perf/core and rebased the patches I had in acme/perf/core. > > - Arnaldo > > Build stats at the end of this message. > > The following changes since

[PATCH v2] staging: android: ion: ion.c fix parenthesis alignment

2016-08-24 Thread Didik Setiawan
Fix checkpatch.pl warning about "Alignment should match open parenthesis". Signed-off-by: Didik Setiawan --- drivers/staging/android/ion/ion.c | 47 +++ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git

Re: [PATCH v3 0/2] AM335x-ICE: Add support for rotary switch

2016-08-24 Thread Vignesh R
Hi, On Wednesday 24 August 2016 02:05 PM, Daniel Mack wrote: > Hi, > > On 08/24/2016 09:58 AM, Vignesh R wrote: >> This series adds support for rotary-switch on AM335x-ICE that is >> connected to TI PCA9536 I2C GPIO expander. >> First patch adds new generic driver to read status of group of GPIO

[tip:perf/core] perf bench sched-pipe: Use linux/time64.h, USEC_PER_SEC

2016-08-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 16633ccff091dacb2138b95e8911a1892983c6fd Gitweb: http://git.kernel.org/tip/16633ccff091dacb2138b95e8911a1892983c6fd Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 8 Aug 2016 14:51:30 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf timechart: Use NSEC_PER_U?SEC

2016-08-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: af4b2c972a5fc9358486d946d15f32510534ccbf Gitweb: http://git.kernel.org/tip/af4b2c972a5fc9358486d946d15f32510534ccbf Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 8 Aug 2016 12:45:58 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf bench mem: Use USEC_PER_SEC

2016-08-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: f2b91be731a6c1aff9333c1ce3fece7a311f1e0d Gitweb: http://git.kernel.org/tip/f2b91be731a6c1aff9333c1ce3fece7a311f1e0d Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 8 Aug 2016 14:59:21 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf stat: Use *SEC_PER_*SEC macros

2016-08-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 310ebb93676d2106b4c2e68bbf1b2811461bb9f3 Gitweb: http://git.kernel.org/tip/310ebb93676d2106b4c2e68bbf1b2811461bb9f3 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 8 Aug 2016 14:57:04 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf bench sched-messaging: Use USEC_PER_MSEC

2016-08-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: af15e67e8f8572072167bfb193ceabff04f4b21e Gitweb: http://git.kernel.org/tip/af15e67e8f8572072167bfb193ceabff04f4b21e Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 8 Aug 2016 15:04:23 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

[tip:perf/core] perf record: Use USEC_PER_MSEC

2016-08-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 0693e680d32e5c7415666ccfcff57ad4cd976294 Gitweb: http://git.kernel.org/tip/0693e680d32e5c7415666ccfcff57ad4cd976294 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 8 Aug 2016 15:05:46 -0300 Committer: Arnaldo Carvalho de Melo CommitDate:

Re: [PATCH v3 2/4] arm64: dts: rockchip: add the saradc for rk3399

2016-08-24 Thread Heiko Stübner
Am Mittwoch, 27. Juli 2016, 22:24:05 schrieb Caesar Wang: > This patch adds saradc needed information on rk3399 SoCs. > > Signed-off-by: Caesar Wang > Reviewed-by: Douglas Anderson applied to my dts64 branch for 4.9 Thanks Heiko

Re: [PATCH] [media] m2m-deinterlace: Fix error print during probe

2016-08-24 Thread Sakari Ailus
Hi, Peter! On Tue, Aug 23, 2016 at 04:39:39PM +0300, Peter Ujfalusi wrote: > v4l2_err() can not be used for printing error for missing interleaved > support in DMA as this point the pcdev->v4l2_dev is not valid. > > Signed-off-by: Peter Ujfalusi > --- >

[PATCH] fanotify: fix race between fanotify_release() and fanotify_get_response()

2016-08-24 Thread Miklos Szeredi
List corruption was reported with a fanotify stress test. The bug turned out to be due to fsnotify_remove_event() being called on an event on the fanotify_data.access_list and protected by fanotify_data.access_lock instead of notification_mutex. This resulted in list_del_init() being run

Re: [PATCH] fb: udl: fix build without CONFIG_FB_DEFERRED_IO

2016-08-24 Thread Daniel Vetter
On Wed, Aug 24, 2016 at 12:02 PM, Arnd Bergmann wrote: > On Wednesday, August 24, 2016 11:01:17 AM CEST Daniel Vetter wrote: >> On Wed, Aug 24, 2016 at 10:27 AM, Arnd Bergmann wrote: >> > A cleanup in v4.8 dropped several dependencies, but caused the udl driver >> >

Re: [PATCH v3 0/5] dts patches for qcom tsens support

2016-08-24 Thread Paolo Pisati
On Wed, Aug 17, 2016 at 02:33:40PM -0500, Andy Gross wrote: > On Wed, Aug 17, 2016 at 10:48:43AM +0530, Rajendra Nayak wrote: > > Hey Andy, > > > > This is a respin of v2 with some minor fixes pointed out by Rob. > > Please pull these in for 4.9 > > > > Thanks, > > Rajendra > > I pulled these

Re: [RFC PATCH 6/7] arm64: KVM: Handle trappable TLB instructions

2016-08-24 Thread Punit Agrawal
Will Deacon writes: > Hi Punit, > > On Tue, Aug 16, 2016 at 11:45:11AM +0100, Punit Agrawal wrote: >> The ARMv8 architecture allows trapping of TLB maintenane instructions >> from EL0/EL1 to higher exception levels. On encountering a trappable TLB >> instruction in a guest,

Re: [PATCH V3] leds: trigger: Introduce an USB port trigger

2016-08-24 Thread Matthias Brugger
On 24/08/16 00:03, Rafał Miłecki wrote: From: Rafał Miłecki This commit adds a new trigger responsible for turning on LED when USB device gets connected to the specified USB port. This can can useful for various home routers that have USB port(s) and a proper LED telling

Re: [PATCH 0/6] Some Tegra I2C Updates

2016-08-24 Thread Jon Hunter
Hi Wolfram, On 11/08/16 11:16, Jon Hunter wrote: > Add runtime-pm and pinctrl support for Tegra I2C driver. > > The first 4 patches are trivial clean-up/simplification changes. > > Jon Hunter (6): > i2c: tegra: Add missing new line characters > i2c: tegra: Remove non device-tree support >

Re: [REGRESSION] Select hang with zero sized UDP packets

2016-08-24 Thread Dan Akunis
When select wakes up on a UDP socket, user is expecting to get data. Getting 0 from recvfrom() or whatever read function she uses, is a wrong attitude. I agree with David. The unit test that expects select to wake up is wrong and should be changed. -Original Message- From: David

Re: [PATCH v3 3/3] serial: 8250_dw: add ACPI support for uart on Hisilicon Hip05 soc

2016-08-24 Thread Kefeng Wang
On 2016/8/22 22:05, Heikki Krogerus wrote: > Hi, > > On Mon, Aug 22, 2016 at 02:24:14PM +0300, Andy Shevchenko wrote: >> On Fri, 2016-07-15 at 19:01 +0800, Kefeng Wang wrote: >>> Use built-in device properties to set device parameters for the >>> existing device probed by acpi. >> >> acpi ->

[PATCH] serial: 8250_dw: Check the data->pclk when get apb_pclk

2016-08-24 Thread Kefeng Wang
It should check the data->pclk, not data->clk when get apb_pclk. Fixes: c8ed99d4f6a8("serial: 8250_dw: Add support for deferred probing") Signed-off-by: Kefeng Wang --- drivers/tty/serial/8250/8250_dw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH 3/3] clk: keystone: Add sci-clk driver support

2016-08-24 Thread Stephen Boyd
On 08/19, Nishanth Menon wrote: > THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER > M: Hans Verkuil > diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig > index e2d9bd760c84..d1724999be78 100644 > --- a/drivers/clk/Kconfig > +++ b/drivers/clk/Kconfig > @@ -179,6

Re: x86/PCI: Scan all functions during probing

2016-08-24 Thread Thomas Gleixner
On Thu, 18 Aug 2016, Bjorn Helgaas wrote: > I looked up the spec: PCI (not PCIe) r3.0, sec 3.2.2.3.4, says: > > A single-function device may optionally respond to all function > numbers as the same function or may ... respond only to function 0 > and not respond to the other function

Re: [PATCH] mm: memcontrol: avoid unused function warning

2016-08-24 Thread Michal Hocko
On Wed 24-08-16 10:22:43, Arnd Bergmann wrote: > A bugfix in v4.8-rc2 introduced a harmless warning when CONFIG_MEMCG_SWAP > is disabled but CONFIG_MEMCG is enabled: > > mm/memcontrol.c:4085:27: error: 'mem_cgroup_id_get_online' defined but not > used [-Werror=unused-function] > static struct

Re: [PATCH] fb: udl: fix build without CONFIG_FB_DEFERRED_IO

2016-08-24 Thread Daniel Vetter
On Wed, Aug 24, 2016 at 10:27 AM, Arnd Bergmann wrote: > A cleanup in v4.8 dropped several dependencies, but caused the udl driver > to fail building when CONFIG_FB_DEFERRED_IO is not set: > > drivers/gpu/drm/udl/udl_fb.c: In function 'udl_fb_open': >

Re: [PATCH v3 0/2] AM335x-ICE: Add support for rotary switch

2016-08-24 Thread Daniel Mack
Hi, On 08/24/2016 09:58 AM, Vignesh R wrote: > This series adds support for rotary-switch on AM335x-ICE that is > connected to TI PCA9536 I2C GPIO expander. > First patch adds new generic driver to read status of group of GPIO > lines and report the value as an input event. The second patch adds

[tip:perf/core] perf hists: Introduce nr_header_lines into struct perf_hpp_list

2016-08-24 Thread tip-bot for Jiri Olsa
Commit-ID: f8e6710de859e1ac3a5df294bddeca19f60cec9a Gitweb: http://git.kernel.org/tip/f8e6710de859e1ac3a5df294bddeca19f60cec9a Author: Jiri Olsa AuthorDate: Sun, 7 Aug 2016 17:28:26 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug

[tip:perf/core] perf hists: Add line argument into perf_hpp_fmt's header callback

2016-08-24 Thread tip-bot for Jiri Olsa
Commit-ID: 74bb43f29ec80bc998804fa7399930d86c4bae67 Gitweb: http://git.kernel.org/tip/74bb43f29ec80bc998804fa7399930d86c4bae67 Author: Jiri Olsa AuthorDate: Sun, 7 Aug 2016 17:28:27 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug

[tip:perf/core] perf probe: Support hexadecimal casting

2016-08-24 Thread tip-bot for Masami Hiramatsu
Commit-ID: 925437872525ee229736a9a8bdf804fc98f75b44 Gitweb: http://git.kernel.org/tip/925437872525ee229736a9a8bdf804fc98f75b44 Author: Masami Hiramatsu AuthorDate: Thu, 18 Aug 2016 17:58:47 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Tue,

[tip:perf/core] perf probe: Add supported for type casting by the running kernel

2016-08-24 Thread tip-bot for Masami Hiramatsu
Commit-ID: 180b20616ce57e93eb692170c793be94c456b1e2 Gitweb: http://git.kernel.org/tip/180b20616ce57e93eb692170c793be94c456b1e2 Author: Masami Hiramatsu AuthorDate: Thu, 18 Aug 2016 17:58:31 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Tue,

Re: [PATCH V3] leds: trigger: Introduce an USB port trigger

2016-08-24 Thread Rafał Miłecki
On 24 August 2016 at 11:21, Greg KH wrote: > On Wed, Aug 24, 2016 at 12:03:29AM +0200, Rafał Miłecki wrote: >> From: Rafał Miłecki >> >> This commit adds a new trigger responsible for turning on LED when USB >> device gets connected to the specified

Re: [RFC v4 16/22] clockevents: use ->min_delta_ticks_adjusted to program minimum delta

2016-08-24 Thread Nicolai Stange
> static int clockevents_program_min_delta(struct clock_event_device *dev) > { > - unsigned long long clc; > - int64_t delta; > - > - delta = dev->min_delta_ns; > - > if (clockevent_state_shutdown(dev)) > return 0; > > dev->retries++; > - clc =

Re: [RFC][PATCH 1/3] locking/mutex: Rework mutex::owner

2016-08-24 Thread Will Deacon
On Tue, Aug 23, 2016 at 02:46:18PM +0200, Peter Zijlstra wrote: > There's a number of iffy in mutex because mutex::count and > mutex::owner are two different fields; this too is the reason > MUTEX_SPIN_ON_OWNER and DEBUG_MUTEX are mutually exclusive. > > Cure this by folding them into a single

Re: [PATCH] fb: udl: fix build without CONFIG_FB_DEFERRED_IO

2016-08-24 Thread Arnd Bergmann
On Wednesday, August 24, 2016 11:01:17 AM CEST Daniel Vetter wrote: > On Wed, Aug 24, 2016 at 10:27 AM, Arnd Bergmann wrote: > > A cleanup in v4.8 dropped several dependencies, but caused the udl driver > > to fail building when CONFIG_FB_DEFERRED_IO is not set: > > > >

Re: [PATCH] vfio/pci: Fix typos in comments

2016-08-24 Thread Wei, Jiangang
ping... On Wed, 2016-08-17 at 14:37 +0800, Wei Jiangang wrote: > Signed-off-by: Wei Jiangang > --- > drivers/vfio/pci/vfio_pci_config.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/vfio/pci/vfio_pci_config.c >

Re: [PATCH v4 0/4] i2c: designware: improve performance for transfers

2016-08-24 Thread Jarkko Nikula
On 08/24/2016 01:18 AM, Lucas De Marchi wrote: Diff from v3: - Fix over 80chars in one place - Move check for adapter being able to dynamically update TAR to be done on probe time rather than init as requested by Jarkko For the previous version, Christian had added: Tested-by:

Re: [PATCH v2 1/2] kexec: Introduce "/sys/kernel/kexec_crash_low_size"

2016-08-24 Thread Xunlei Pang
On 2016/08/24 at 16:20, Dave Young wrote: > On 08/23/16 at 06:11pm, Yinghai Lu wrote: >> On Wed, Aug 17, 2016 at 1:20 AM, Dave Young wrote: >>> On 08/17/16 at 09:50am, Xunlei Pang wrote: "/sys/kernel/kexec_crash_size" only handles crashk_res, it is fine in most cases,

[PATCH v2] mm: memcontrol: avoid unused function warning

2016-08-24 Thread Arnd Bergmann
A bugfix in v4.8-rc2 introduced a harmless warning when CONFIG_MEMCG_SWAP is disabled but CONFIG_MEMCG is enabled: mm/memcontrol.c:4085:27: error: 'mem_cgroup_id_get_online' defined but not used [-Werror=unused-function] static struct mem_cgroup *mem_cgroup_id_get_online(struct mem_cgroup

Re: [ANNOUNCE] git-series: track changes to a patch series over time

2016-08-24 Thread Jakub Narębski
W dniu 11.08.2016 o 00:07, Josh Triplett pisze: > On August 9, 2016 11:37:31 PM HST, Richard Ipsum > wrote: >> On Thu, Aug 04, 2016 at 12:40:58PM -1000, Josh Triplett wrote: [...] >>> If you use a format-patch diff that includes the headers and >>> commit message,

[PATCH 26/41] staging: r8188eu: remove unused members of ht_priv structure

2016-08-24 Thread Ivan Safonov
tx_amsdu_enable and tx_amdsu_maxlen are not used in driver code. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/include/rtw_ht.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_ht.h

[PATCH 18/41] staging: r8188eu: remove dead code from rtw_get_cur_max_rate function

2016-08-24 Thread Ivan Safonov
Values assugned to pht_capie and mcs_rate variables, but variables does not used. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/core/rtw_ioctl_set.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_ioctl_set.c

Re: [PATCH][RFC] printk: make pr_cont buffer per-cpu

2016-08-24 Thread Petr Mladek
On Wed 2016-08-24 10:14:20, Sergey Senozhatsky wrote: > Hello, > > On (08/23/16 13:47), Petr Mladek wrote: > [..] > > > if (!(lflags & LOG_NEWLINE)) { > > > + if (!this_cpu_read(cont_printing)) { > > > + if (system_state == SYSTEM_RUNNING) { > > > +

[PATCH 01/41] staging: r8188eu: remove rtw_ies_remove_ie function

2016-08-24 Thread Ivan Safonov
Driver does not use this function. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/core/rtw_ieee80211.c | 47 -- drivers/staging/rtl8188eu/include/ieee80211.h | 2 -- 2 files changed, 49 deletions(-) diff --git

[PATCH 08/41] staging: r8188eu: remove rtw_set_ie_mesh_ch_switch_parm function

2016-08-24 Thread Ivan Safonov
Driver does not use this function. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/core/rtw_ieee80211.c | 13 - drivers/staging/rtl8188eu/include/ieee80211.h | 2 -- 2 files changed, 15 deletions(-) diff --git

[PATCH 41/41] staging: r8188eu: remove some structures definitions from rtw_ioctl.h

2016-08-24 Thread Ivan Safonov
oid_funs_node and oid_obj_priv structures are not used. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/include/rtw_ioctl.h | 15 --- 1 file changed, 15 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_ioctl.h

[PATCH 31/41] staging: r8188eu: remove some structure definitions from Hal8188EPhyCfg.h

2016-08-24 Thread Ivan Safonov
ant_sel_ofdm and ant_sel_cck structures are not used. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 18 -- 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h

[PATCH] mtd: nand: Allow MTD_NAND_OMAP2 to be usable on Keystone devices

2016-08-24 Thread Roger Quadros
Some Keystone devices (e.g. K2G) include a OMAP NAND IP. Allow the NAND driver to be usable for both Keystone and OMAP devices. Signed-off-by: Roger Quadros --- drivers/mtd/nand/Kconfig | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 32/41] staging: r8188eu: remove include/HalHWImg8188E_FW.h

2016-08-24 Thread Ivan Safonov
This file does not included to other sources. Signed-off-by: Ivan Safonov --- .../staging/rtl8188eu/include/HalHWImg8188E_FW.h | 29 -- 1 file changed, 29 deletions(-) delete mode 100644 drivers/staging/rtl8188eu/include/HalHWImg8188E_FW.h diff --git

[PATCH v2 4/8] hisi_sas: add prep_abort_v2_hw()

2016-08-24 Thread John Garry
Add function to prepare the an internal abort for v2 hw. Signed-off-by: John Garry --- drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 33 + 1 file changed, 33 insertions(+) diff --git a/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c

  1   2   3   4   5   6   7   8   9   10   >