[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 a/drivers/staging/rtl8188eu/core/rtw_ieee80211.c b/drivers/sta

[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 b/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 --- a/drivers/staging/r

[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 b0373b6..758cd16 100644 --- a/dr

[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 a/drivers/staging/rtl8188eu/core/rtw_ieee80211.c b/drivers

[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 b/drivers/staging/rtl

Re: [PATCH 1/2] clk: samsung: exynos5260: Move struct samsung_cmu_info to init section

2016-08-24 Thread Chanwoo Choi
On 2016년 08월 24일 13:43, Stephen Boyd wrote: > On 08/23, Sylwester Nawrocki wrote: >> On 08/23/2016 04:35 AM, Chanwoo Choi wrote: >> I checked stripped object files and it seems with the patch there >> is some saving of the kernel image size. Exactly 784 bytes, which >> makes zImage smaller by 480 b

[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(-) diff --git a/drivers/sta

Re: [PATCH] sched: cpufreq: ignore SMT when determining max cpu capacity

2016-08-24 Thread Morten Rasmussen
On Fri, Aug 19, 2016 at 01:43:47PM -0700, Steve Muckle wrote: > PELT does not consider SMT when scaling its utilization values via > arch_scale_cpu_capacity(). The value in rq->cpu_capacity_orig does > take SMT into consideration though and therefore may be smaller than > the utilization reported b

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 numbers

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 me

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 +179,19 @@ config COMM

[RESEND PATCH] [media] atmel-isc: remove the warning

2016-08-24 Thread Songjun Wu
Replace the 'IS_ERR_VALUE(irq)' with 'ret < 0' in function 'atmel_isc_probe'. Reported-by: Hans Verkuil Signed-off-by: Songjun Wu --- drivers/media/platform/atmel/atmel-isc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/atmel/atmel-isc.c b/drivers

Re: setitimer() doesn't work properly starting with 4.8-rc1

2016-08-24 Thread Thomas Gleixner
On Wed, 17 Aug 2016, Andrei Vagin wrote: Cc'ing scheduler folks. > On Wed, Aug 17, 2016 at 12:01 PM, Andrei Vagin wrote: > > Hello, > > > > I found that setitimer() doesn't work properly on out test AMD fitlet. > > It works correctly in the 4.7 kernel and doesn't work in 4.8-rc1. > > > > A small

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 cali

Re: [PATCH 2/2] ARM: dts: add TOPEET itop elite based board

2016-08-24 Thread Ayaka
從我的 iPad 傳送 > Rob Herring 於 2016年8月24日 上午6:38 寫道: > >> On Tue, Aug 23, 2016 at 1:36 PM, ayaka wrote: >> >>> On 08/24/2016 02:14 AM, Rob Herring wrote: >>> On Mon, Aug 22, 2016 at 10:18:09PM +0800, Randy Li wrote: The TOPEET itop exynos 4412 have three versions base board. Th

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 set, using a rand

Re: [PATCH V5] clk: bcm: Add driver for BCM53573 ILP clock

2016-08-24 Thread Stephen Boyd
On 08/23, Rafał Miłecki wrote: > diff --git a/drivers/clk/bcm/clk-bcm53573-ilp.c > b/drivers/clk/bcm/clk-bcm53573-ilp.c > new file mode 100644 > index 000..b7ac0eb > --- /dev/null > +++ b/drivers/clk/bcm/clk-bcm53573-ilp.c > @@ -0,0 +1,146 @@ > +/* > + * Copyright (C) 2016 Rafał Miłecki > + *

[PATCH] Input: elants_i2c - get product id on recovery mode for FW update

2016-08-24 Thread Johnny Chuang
This CL takes the responsibility for getting product/hardware id on recovery mode. It will fix firmware update script could not find correspond firmware file name on recovery mode. BTW, firmware must need to support reading product/hardware id on boot code. Signed-off-by: Johnny Chuang --- drive

Re: [RESEND PATCH 3/4] usb: dwc2: assert phy reset when waking up in rk3288 platform

2016-08-24 Thread Randy Li
On 08/24/2016 04:46 AM, John Youn wrote: On 8/21/2016 12:32 PM, Randy Li wrote: On the rk3288 USB host-only port (the one that's not the OTG-enabled port) the PHY can get into a bad state when a wakeup is asserted (not just a wakeup from full system suspend but also a wakeup from autosuspend).

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

2016-08-24 Thread 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 with an internal L2 cache, so need to add L2 cache type check to decide if to flush

Re: [PATCH v4] block: make sure big bio is splitted into at most 256 bvecs

2016-08-24 Thread Kent Overstreet
On Tue, Aug 23, 2016 at 09:49:45PM +0800, Ming Lei wrote: > After arbitrary bio size is supported, the incoming bio may > be very big. We have to split the bio into small bios so that > each holds at most BIO_MAX_PAGES bvecs for safety reason, such > as bio_clone(). > > This patch fixes the follow

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': > drivers/gpu/drm/udl/udl_fb.c:206:23: error: 's

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 D

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 > >powe

Re: [PATCH 1/1] arm64/hugetlb: clear PG_dcache_clean if the page is dirty when munmap

2016-08-24 Thread Leizhen (ThunderTown)
On 2016/8/24 1:28, Catalin Marinas wrote: > On Mon, Aug 22, 2016 at 12:19:04PM +0800, Leizhen (ThunderTown) wrote: >> On 2016/7/20 17:19, Catalin Marinas wrote: >>> On Wed, Jul 20, 2016 at 10:46:27AM +0800, Leizhen (ThunderTown) wrote: On 2016/7/8 21:54, Catalin Marinas wrote: >

Re: [PATCH v1 00/10] Optimize sched avgs computation and implement flat util hierarchy

2016-08-24 Thread Morten Rasmussen
On Tue, Aug 23, 2016 at 04:45:57PM +0200, Vincent Guittot wrote: > On 23 August 2016 at 16:13, Peter Zijlstra wrote: > > On Tue, Aug 23, 2016 at 03:28:19PM +0200, Vincent Guittot wrote: > >> I still wonder if using a flat util hierarchy is the right solution to > >> solve this problem with utiliza

[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 a/drivers/staging/android/ion/ion.c b/driver

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 w

[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 --- drivers/cpuidle/cpuidle-pseries.c | 53 ++-

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 commit ce90c12d2453

[PATCH 11/16] cpuidle: powernv: 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 --- drivers/cpuidle/cpuidle-powernv.c | 53 ++---

[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: Tue, 23 Aug 2016 15:37:33 -0300 too

[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: Tue, 23 Aug 2016 15:37:33 -0300 per

[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. - make error path in cpuidle_coupled_init() simpler drivers/cpuidle/couple

[tip:perf/core] perf sched: Use linux/time64.h

2016-08-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 4fc76e495b60da343b94dadeea1001f878ceb955 Gitweb: http://git.kernel.org/tip/4fc76e495b60da343b94dadeea1001f878ceb955 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 8 Aug 2016 12:23:49 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug 2016 15:37:33 -0300 per

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: Tue, 23 Aug 2016 15:37:33 -0300 per

[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: Tue, 23 Aug 2016 15:37:33 -0300 per

[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: Tue, 23 Aug 2016 15:37:33 -0300 per

[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: Tue, 23 Aug 2016 15:37:33 -0300 per

[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: Tue, 23 Aug 2016 15:37:33 -0300 per

[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: Tue, 23 Aug 2016 15:37:33 -0300 per

[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 2016 15:37:33 -0300 perf hists: Introd

[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 2016 15:37:33 -0300 perf hists: Add li

[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(-) diff --git a/in

[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 2016 15:37:33 -0300 perf tools tui: Di

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 now. > > > > Did you ge

[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 2016 15:37:33 -0300 perf tools stdio:

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 > > > > amd_uncore_find_online_sibling() > > > > function is bro

[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 2016 15:37:33 -0300 perf hists: Add su

[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: Tue, 23 Aug 2016 15:37:33 -0300 per

[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: Tue, 23 Aug 2016 15:37:33 -0300 per

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 port(s) and a proper LED

[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: Tue, 23 Aug 2016 15:37:33 -0300 per

[tip:perf/core] perf disassemble: Move check for kallsyms + !kcore

2016-08-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: c12944f7faa7f76441d83c1413f13e8bc70162b2 Gitweb: http://git.kernel.org/tip/c12944f7faa7f76441d83c1413f13e8bc70162b2 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 9 Aug 2016 14:56:13 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug 2016 15:37:33 -0300 per

[tip:perf/core] tools: Copy coresight-pmu.h header file needed by perf tools

2016-08-24 Thread tip-bot for Mathieu Poirier
Commit-ID: 39ff526350059e61234d58676c13bcfcaac3a451 Gitweb: http://git.kernel.org/tip/39ff526350059e61234d58676c13bcfcaac3a451 Author: Mathieu Poirier AuthorDate: Thu, 11 Aug 2016 10:20:56 -0600 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug 2016 15:37:33 -0300 tools: Copy

[tip:perf/core] perf report: Allow configuring the default sort order in ~/.perfconfig

2016-08-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: fa1f456592347c6f40c9d37ea407b029fda5324a Gitweb: http://git.kernel.org/tip/fa1f456592347c6f40c9d37ea407b029fda5324a Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 12 Aug 2016 20:41:01 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug 2016 15:37:33 -0300 pe

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: > +static ssize_t ports_show(struct device *dev, struct device_attribute *attr, > + char *buf) > +{ > + struct led_classdev *led_cdev = dev_get_drvdata(dev); > + struct usbport_trig_data *usbport_data = led

[tip:perf/core] perf bench futex: Use NSEC_PER_USEC

2016-08-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 565e69114e4aa42664b0e7da135181651c3402f2 Gitweb: http://git.kernel.org/tip/565e69114e4aa42664b0e7da135181651c3402f2 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 8 Aug 2016 15:35:21 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug 2016 15:37:33 -0300 per

[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 a/drivers/staging/rtl

[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 a/drivers/mtd/nand/Kconfig b/drivers

[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, 23 Aug 2016 17:06:37 -0300 perf probe

[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, 23 Aug 2016 17:03:31 -0300 perf probe

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 USB port. This can can useful for >> various ho

[tip:perf/core] ftrace: probe: Add README entries for k/uprobe-events

2016-08-24 Thread tip-bot for Masami Hiramatsu
Commit-ID: 864256255597aad86abcecbe6c53da8852ded15b Gitweb: http://git.kernel.org/tip/864256255597aad86abcecbe6c53da8852ded15b Author: Masami Hiramatsu AuthorDate: Thu, 18 Aug 2016 17:58:15 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug 2016 15:39:57 -0300 ftrace: pr

[PATCH 39/41] staging: r8188eu: remove some structure definitions from rtw_cmd.h

2016-08-24 Thread Ivan Safonov
del_assocsta_parm and setstapwrstate_parm structures are not used. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/include/rtw_cmd.h | 28 1 file changed, 28 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_cmd.h b/drivers/staging/rtl8188eu

[tip:perf/core] perf tools: Skip running the feature tests for 'make install-doc'

2016-08-24 Thread tip-bot for Rui Teng
Commit-ID: 11196b79164c95b8e5968ff63fa6b59536c9748f Gitweb: http://git.kernel.org/tip/11196b79164c95b8e5968ff63fa6b59536c9748f Author: Rui Teng AuthorDate: Wed, 10 Aug 2016 16:49:08 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug 2016 15:37:33 -0300 perf tools: Skip r

[tip:perf/core] perf hists browser: Remove superfluous null check on map

2016-08-24 Thread tip-bot for Colin Ian King
Commit-ID: 6637e6f1ac62e62a353612844db21cff9a17758b Gitweb: http://git.kernel.org/tip/6637e6f1ac62e62a353612844db21cff9a17758b Author: Colin Ian King AuthorDate: Mon, 15 Aug 2016 17:25:43 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug 2016 15:37:33 -0300 perf hists b

[tip:perf/core] perf tools: Use __weak definition from linux/compiler.h

2016-08-24 Thread tip-bot for Rui Teng
Commit-ID: 11d8f870c8eb8dd41ade688fbad6946ad69243fe Gitweb: http://git.kernel.org/tip/11d8f870c8eb8dd41ade688fbad6946ad69243fe Author: Rui Teng AuthorDate: Thu, 28 Jul 2016 10:05:57 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug 2016 15:37:33 -0300 perf tools: Use __

[tip:perf/core] ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types

2016-08-24 Thread tip-bot for Masami Hiramatsu
Commit-ID: 17ce3dc7e5a0e4796cc7838d1f7b2531d0bca130 Gitweb: http://git.kernel.org/tip/17ce3dc7e5a0e4796cc7838d1f7b2531d0bca130 Author: Masami Hiramatsu AuthorDate: Thu, 18 Aug 2016 17:57:50 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug 2016 15:38:09 -0300 ftrace: kp

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

2016-08-24 Thread Rafał Miłecki
On 24 August 2016 at 11:22, Greg KH wrote: > On Wed, Aug 24, 2016 at 12:03:29AM +0200, Rafał Miłecki wrote: >> +static ssize_t ports_show(struct device *dev, struct device_attribute *attr, >> + char *buf) >> +{ >> + struct led_classdev *led_cdev = dev_get_drvdata(dev); >>

[tip:perf/core] perf test bpf: Fix typo: "ehough" -> "enough"

2016-08-24 Thread tip-bot for Colin Ian King
Commit-ID: 17d4666f0613dfd1e2a3919d9b4c724acba8f8b1 Gitweb: http://git.kernel.org/tip/17d4666f0613dfd1e2a3919d9b4c724acba8f8b1 Author: Colin Ian King AuthorDate: Sun, 21 Aug 2016 15:16:03 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug 2016 17:06:39 -0300 perf test bp

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

[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: Tue, 23 Aug 2016 17:06:40 -0300 perf record:

[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 a/drivers/staging/android/ion/ion_chunk_heap.c b/drivers/staging

[tip:timers/urgent] MAINTAINERS: Add ARM ARCHITECTED TIMER entry

2016-08-24 Thread tip-bot for Mark Rutland
Commit-ID: 588deb614a0d3caa596dd8eba8c4d31eaaeb89b9 Gitweb: http://git.kernel.org/tip/588deb614a0d3caa596dd8eba8c4d31eaaeb89b9 Author: Mark Rutland AuthorDate: Tue, 9 Aug 2016 11:03:56 +0100 Committer: Thomas Gleixner CommitDate: Wed, 24 Aug 2016 11:16:38 +0200 MAINTAINERS: Add ARM ARC

[tip:perf/core] perf bpf: Fix typo: "ehough" -> "enough"

2016-08-24 Thread tip-bot for Colin Ian King
Commit-ID: c77ce225d5ed1c5bfd4c6d58dd859ae49fd7 Gitweb: http://git.kernel.org/tip/c77ce225d5ed1c5bfd4c6d58dd859ae49fd7 Author: Colin Ian King AuthorDate: Sun, 21 Aug 2016 15:19:24 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug 2016 17:06:39 -0300 perf bpf: Fi

Re: [RFC v4 22/22] timekeeping: inform clockevents about freq adjustments

2016-08-24 Thread Nicolai Stange
Nicolai Stange writes: > --- a/kernel/time/timekeeping.c > +++ b/kernel/time/timekeeping.c > @@ -1845,6 +1845,9 @@ static __always_inline void > timekeeping_apply_adjustment(struct timekeeper *tk, > tk->xtime_interval += interval; > tk->tkr_mono.xtime_nsec -= offset; > tk->ntp_e

Re: livepatch/kprobes incompatibility

2016-08-24 Thread Petr Mladek
On Tue 2016-08-23 21:13:00, Jessica Yu wrote: > Hi Masami, Petr, > > I'm trying to figure out where we are exactly with fixing the problems with > livepatch + kprobes, and I was wondering if there will be any more updates to > the ipmodify patchset that was originally merged back in 2014 (See: > h

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 = ((unsign

[tip:timers/urgent] clocksource/drivers/pxa: Fix include files for compilation

2016-08-24 Thread tip-bot for Baoyou Xie
Commit-ID: aa8c0f1ad7e862147f4efb32bbb71ff66eb38caa Gitweb: http://git.kernel.org/tip/aa8c0f1ad7e862147f4efb32bbb71ff66eb38caa Author: Baoyou Xie AuthorDate: Tue, 23 Aug 2016 23:19:29 +0800 Committer: Thomas Gleixner CommitDate: Wed, 24 Aug 2016 11:16:38 +0200 clocksource/drivers/pxa:

[tip:x86/asm] x86/entry: Remove outdated comment about SYSCALL targets

2016-08-24 Thread tip-bot for Borislav Petkov
Commit-ID: 556b6723689694ac9134bcc36a07828168e057f4 Gitweb: http://git.kernel.org/tip/556b6723689694ac9134bcc36a07828168e057f4 Author: Borislav Petkov AuthorDate: Tue, 23 Aug 2016 19:23:56 +0200 Committer: Ingo Molnar CommitDate: Wed, 24 Aug 2016 11:20:31 +0200 x86/entry: Remove outdat

[tip:perf/core] perf probe: Use hexadecimal type by default if possible

2016-08-24 Thread tip-bot for Masami Hiramatsu
Commit-ID: 9880ce4a69ba5c66a5ffdd711fe446bd0226bd8c Gitweb: http://git.kernel.org/tip/9880ce4a69ba5c66a5ffdd711fe446bd0226bd8c Author: Masami Hiramatsu AuthorDate: Thu, 18 Aug 2016 17:59:07 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug 2016 17:06:37 -0300 perf probe

[tip:perf/core] ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal

2016-08-24 Thread tip-bot for Masami Hiramatsu
Commit-ID: bdca79c2bf40556b664c9b1c32aec103e9bdb4a9 Gitweb: http://git.kernel.org/tip/bdca79c2bf40556b664c9b1c32aec103e9bdb4a9 Author: Masami Hiramatsu AuthorDate: Thu, 18 Aug 2016 17:59:21 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 23 Aug 2016 17:06:38 -0300 ftrace: kp

Re: [PATCH v1 00/10] Optimize sched avgs computation and implement flat util hierarchy

2016-08-24 Thread Vincent Guittot
On 24 August 2016 at 10:54, Morten Rasmussen wrote: > On Tue, Aug 23, 2016 at 04:45:57PM +0200, Vincent Guittot wrote: >> On 23 August 2016 at 16:13, Peter Zijlstra wrote: >> > On Tue, Aug 23, 2016 at 03:28:19PM +0200, Vincent Guittot wrote: >> >> I still wonder if using a flat util hierarchy is

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 > > exception at EL1" >

[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 file changed, 1 inse

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 comp

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 ato

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

2016-08-24 Thread Lucas Stach
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 5:09 PM > > To: Yongcai Huang > > Cc: linux-arm-ker...@lists.infradead.org; linux-k

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

2016-08-24 Thread Pratyush Anand
Hi Sandeepa, Thanks for the review. On 23/08/2016:04:33:08 PM, Sandeepa Prabhu wrote: > Thanks for the fix, feel free to add my ACK as well. Has it been tested on > guest kernel? have not tested on guest kernel.Will do. ~Pratyush > > Acked-by: Sandeepa Prabhu > > > > On Mon, Aug 22, 2016

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 > b/drivers/vfio/pci/vfio_pci_config.c > in

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: > > > > drivers/gpu/drm/udl/udl_fb.

Re: [PATCH v6 0/3] virtually mapped stacks

2016-08-24 Thread Ingo Molnar
* Andy Lutomirski wrote: > On Thu, Aug 11, 2016 at 2:35 AM, Andy Lutomirski wrote: > > Andy Lutomirski (3): > > fork: Add generic vmalloced stack support > > dma-api: Teach the "DMA-from-stack" check about vmapped stacks > > x86/mm/64: Enable vmapped stacks > > > Hi Ingo- > > Is this a

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 > > ftrace: only allocate the ret_stack 'fp' fi

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 at 11:01 AM, Michal Hocko wrote: On

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 5

Re: [PATCH v6 1/3] fork: Add generic vmalloced stack support

2016-08-24 Thread Ingo Molnar
* Andy Lutomirski wrote: > +config VMAP_STACK > + default y > + bool "Use a virtually-mapped stack" > + depends on HAVE_ARCH_VMAP_STACK && !KASAN > + ---help--- > + Enable this if you want the use virtually-mapped kernel stacks > + with guard pages. This causes kerne

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 > --- > drivers/media/platform/m2m-deinterlace.c

<    1   2   3   4   5   6   7   8   9   >