Re: [PATCH v5 2/2] arm64: dts: renesas: salvator-x: Add ADV7482 support

2017-06-27 Thread Laurent Pinchart
Hi Kieran, On Tuesday 27 Jun 2017 10:25:39 Kieran Bingham wrote: > On 23/06/17 08:43, Laurent Pinchart wrote: > > On Wednesday 14 Jun 2017 20:58:13 Kieran Bingham wrote: > >> From: Kieran Bingham > >> > >> The Salvator boards use an ADV7482 receiver for HDMI and CVBS inputs. > >> > >> Provide A

[PATCH net-next 0/3] fix sw timestamping for non PTP packets

2017-06-27 Thread Ivan Khoronzhuk
This series contains several corrections connected with timestamping for cpsw and netcp drivers based on same cpts module. Based on net/next Ivan Khoronzhuk (3): net: ethernet: ti: cpsw: move skb timestamp to packet_submit net: ethernet: ti: cpsw: fix sw timestamping for non PTP packets net

[PATCH net-next 3/3] net: ethernet: ti: netcp_ethss: use cpts to check if packet needs timestamping

2017-06-27 Thread Ivan Khoronzhuk
There is cpts function to check if packet can be timstamped with cpts. Seems that ptp_classify_raw cover all cases listed with "case". Signed-off-by: Ivan Khoronzhuk --- drivers/net/ethernet/ti/netcp_ethss.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/d

Re: [PATCH v1] ARM: dts: sun7i: provide ramoops region on BananaPi

2017-06-27 Thread Maxime Ripard
On Thu, Jun 22, 2017 at 08:40:44AM +0200, Oleksij Rempel wrote: > Am 22.06.2017 um 08:16 schrieb Maxime Ripard: > > Hi Oleksij, > > > > On Wed, Jun 21, 2017 at 07:10:17PM +0200, Oleksij Rempel wrote: > >> This should help provide useful debug information on remote > >> targets without UART. > >> >

[PATCH net-next 2/3] net: ethernet: ti: cpsw: fix sw timestamping for non PTP packets

2017-06-27 Thread Ivan Khoronzhuk
The cpts can timestmap only ptp packets at this moment, so driver cannot mark every packet as though it's going to be timestamped, only because h/w timestamping for given skb is enabled with SKBTX_HW_TSTAMP. It doesn't allow to use sw timestamping, as result outgoing packet is not timestamped at al

[PATCH net-next 1/3] net: ethernet: ti: cpsw: move skb timestamp to packet_submit

2017-06-27 Thread Ivan Khoronzhuk
Move sw timestamp function close to channel submit function. Signed-off-by: Ivan Khoronzhuk --- drivers/net/ethernet/ti/cpsw.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/ethernet/ti/cpsw.c b/drivers/net/ethernet/ti/cpsw.c index b7a0f5e..422994e 100644 --- a

Re: [PATCH 0/2] x86/idle: add halt poll support

2017-06-27 Thread Radim Krčmář
2017-06-23 14:49+0800, Yang Zhang: > On 2017/6/23 12:35, Wanpeng Li wrote: > > 2017-06-23 12:08 GMT+08:00 Yang Zhang : > > > On 2017/6/22 19:50, Wanpeng Li wrote: > > > > > > > > 2017-06-22 19:22 GMT+08:00 root : > > > > > > > > > > From: Yang Zhang > > > > > > > > > > Some latency-intensive wo

Re: [Devel] [RESEND PATCH v9 3/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126

2017-06-27 Thread Will Deacon
On Tue, Jun 27, 2017 at 03:56:10PM +0200, Robert Richter wrote: > On 23.06.17 19:04:36, Geetha sowjanya wrote: > > From: Geetha Sowjanya > > > > Cavium ThunderX2 SMMU doesn't support MSI and also doesn't have unique irq > > lines for gerror, eventq and cmdq-sync. > > > > New named irq "combined"

Re: [PATCH 3/6] xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAIL

2017-06-27 Thread Michal Hocko
On Tue 27-06-17 06:47:51, Christoph Hellwig wrote: > On Tue, Jun 27, 2017 at 10:49:50AM +0200, Michal Hocko wrote: > > Christoph, Darrick > > could you have a look at this patch please? Andrew has put it into mmotm > > but I definitely do not want it passes your attention. > > I don't think what w

Re: [PATCH] tracing/kprobes: allow to create probe with a module name starting with a digit

2017-06-27 Thread Steven Rostedt
On Tue, 27 Jun 2017 17:38:30 +0900 Masami Hiramatsu wrote: > On Thu, 22 Jun 2017 11:24:42 +0200 > Sabrina Dubroca wrote: > > > Always try to parse an address, since kstrtoul() will safely fail when > > given a symbol as input. If that fails (which will be the case for a > > symbol), try to pars

Re: [PATCH v5] trace: ras: add ARM processor error information trace event

2017-06-27 Thread Steven Rostedt
On Tue, 27 Jun 2017 10:41:34 +0800 Xie XiuQi wrote: > Hi Steve, > > Thanks for your comments. > > On 2017/6/26 21:36, Steven Rostedt wrote: > > On Sat, 24 Jun 2017 11:38:23 +0800 > > Xie XiuQi wrote: > > > >> diff --git a/include/linux/cper.h b/include/linux/cper.h > >> index 4c671fc..17546

[PATCH 4.9 00/44] 4.9.35-stable review

2017-06-27 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.9.35 release. There are 44 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Thu Jun 29 14:10:54 UTC 2017. Anything receive

[PATCH 4.9 11/44] KVM: s390: gaccess: fix real-space designation asce handling for gmap shadows

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Heiko Carstens commit addb63c18a0d52a9ce2611d039f981f7b6148d2b upstream. For real-space designation asces the asce origin part is only a token. The asce token origin must not be used to generat

[PATCH 4.9 01/44] clk: sunxi-ng: a31: Correct lcd1-ch1 clock register offset

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Chen-Yu Tsai commit 38b8f823864707eb1cf331d2247608c419ed388c upstream. The register offset for the lcd1-ch1 clock was incorrectly pointing to the lcd0-ch1 clock. This resulted in the lcd0-ch1 c

[PATCH 4.9 10/44] perf/x86/intel: Add 1G DTLB load/store miss support for SKL

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Kan Liang commit fb3a5055cd7098f8d1dd0cd38d717223255f upstream. Current DTLB load/store miss events (0x608/0x649) only counts 4K,2M and 4M page size. Need to extend the events to support an

[PATCH 4.9 16/44] HID: Add quirk for Dell PIXART OEM mouse

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Parschauer commit 3db28271f0feae129262d30e41384a7c4c767987 upstream. This mouse is also known under other IDs. It needs the quirk ALWAYS_POLL or will disconnect in runlevel 1 or 3. S

[PATCH 4.9 15/44] cxgb4: notify uP to route ctrlq compl to rdma rspq

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Raju Rangoju commit dec6b33163d24e2c19ba521c89fffbaab53ae986 upstream. During the module initialisation there is a possible race (basically race between uld and lld) where neither the uld nor l

[PATCH 4.9 13/44] KVM: PPC: Book3S HV: Context-switch EBB registers properly

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Paul Mackerras commit ca8efa1df1d15a1795a2da57f9f6aada6ed6b946 upstream. This adds code to save the values of three SPRs (special-purpose registers) used by userspace to control event-based bra

[PATCH 4.9 21/44] brcmfmac: add parameter to pass error code in firmware callback

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Arend Van Spriel commit 6d0507a777fbc533f7f1bf5664a81982dd50dece upstream. Extend the parameters in the firmware callback so it can be called upon success and failure. This allows the caller to

[PATCH 4.9 17/44] signal: Only reschedule timers on signals timers have sent

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Eric W. Biederman commit 57db7e4a2d92c2d3dfbca4ef8057849b2682436b upstream. Thomas Gleixner wrote: > The CRIU support added a 'feature' which allows a user space task to send > arbitrary (kern

[PATCH 4.9 07/44] powerpc/perf: Fix oops when kthread execs user process

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Ravi Bangoria commit bf05fc25f268cd62f147f368fe65ad3e5b04fe9f upstream. When a kthread calls call_usermodehelper() the steps are: 1. allocate current->mm 2. load_elf_binary() 3. populate

[PATCH 4.9 14/44] CIFS: Improve readdir verbosity

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Pavel Shilovsky commit dcd87838c06f05ab7650b249ebf0d5b57ae63e1e upstream. Downgrade the loglevel for SMB2 to prevent filling the log with messages if e.g. readdir was interrupted. Also make SMB

[PATCH 4.9 24/44] time: Fix clock->read(clock) race around clocksource changes

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: John Stultz commit ceea5e3771ed2378668455fa21861bead7504df5 upstream. In tests, which excercise switching of clocksources, a NULL pointer dereference can be observed on AMR64 platforms in the c

[PATCH 4.9 37/44] usb: gadget: f_fs: avoid out of bounds access on comp_desc

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: William Wu commit b7f73850bb4fac1e2209a4dd5e636d39be92f42c upstream. Companion descriptor is only used for SuperSpeed endpoints, if the endpoints are HighSpeed or FullSpeed, the Companion descr

[PATCH 4.9 41/44] spi: double time out tolerance

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Hauke Mehrtens commit 833bfade96561216aa2129516a5926a0326860a2 upstream. The generic SPI code calculates how long the issued transfer would take and adds 100ms in addition to the timeout as tol

[PATCH 4.9 43/44] jump label: fix passing kbuild_cflags when checking for asm goto support

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Gleb Fotengauer-Malinovskiy commit 7292ae3d5a18fb922be496e6bb687647193569b4 upstream. The latest change of asm goto support check added passing of KBUILD_CFLAGS to compiler. When these flags r

[PATCH 4.9 44/44] brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2()

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Arend Van Spriel commit 35abcd4f9f303ac4f10f99b3f7e993e5f2e6fa37 upstream. This fixes the following warning: drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c: In function 'brcmf_usb_

[PATCH 4.11 01/58] clk: sunxi-ng: a31: Correct lcd1-ch1 clock register offset

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Chen-Yu Tsai commit 38b8f823864707eb1cf331d2247608c419ed388c upstream. The register offset for the lcd1-ch1 clock was incorrectly pointing to the lcd0-ch1 clock. This resulted in the lcd0-ch1

[PATCH 4.11 11/58] powerpc/perf: Fix oops when kthread execs user process

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Ravi Bangoria commit bf05fc25f268cd62f147f368fe65ad3e5b04fe9f upstream. When a kthread calls call_usermodehelper() the steps are: 1. allocate current->mm 2. load_elf_binary() 3. populate

[PATCH 4.11 36/58] brcmfmac: use firmware callback upon failure to load

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Arend Van Spriel commit 03fb0e8393fae8ebb6710a99387853ed0becbc8e upstream. When firmware loading failed the code used to unbind the device provided by the calling code. However, for the sdio d

[PATCH 4.11 09/58] ALSA: hda - Apply quirks to Broxton-T, too

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit c7ecb9068e6772c43941ce609f08bc53f36e1dce upstream. Broxton-T was a forgotten child and we didn't apply the quirks for Skylake+ properly. Meanwhile, a quirk for reducing th

[PATCH 4.11 24/58] KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Paul Mackerras commit 4c3bb4ccd074e1a0552078c0bf94c662367a1658 upstream. This restores several special-purpose registers (SPRs) to sane values on guest exit that were missed before. TAR and V

[PATCH 4.11 07/58] ALSA: pcm: Dont treat NULL chmap as a fatal error

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 2deaeaf102d692cb6f764123b1df7aa118a8e97c upstream. The standard PCM chmap helper callbacks treat the NULL info->chmap as a fatal error and spews the kernel warning with sta

[PATCH 4.11 37/58] brcmfmac: unbind all devices upon failure in firmware callback

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Arend Van Spriel commit 7a51461fc2da82a6c565a3ee65c41c197f28225d upstream. When request firmware fails, brcmf_ops_sdio_remove is being called and brcmf_bus freed. In such circumstancies if you

[PATCH 4.11 42/58] iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMP

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 105fa2f44e504c830697b0c794822112d79808dc upstream. This patch fixes a BUG() in iscsit_close_session() that could be triggered when iscsit_logout_post_handler() execut

[PATCH 4.11 45/58] drm/radeon: add a quirk for Toshiba Satellite L20-183

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit acfd6ee4fa7ebeee75511825fe02be3f7ac1d668 upstream. Fixes resume from suspend. bug: https://bugzilla.kernel.org/show_bug.cgi?id=196121 Reported-by: Przemek Signed-off-by:

[PATCH 4.11 19/58] KVM: s390: gaccess: fix real-space designation asce handling for gmap shadows

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Heiko Carstens commit addb63c18a0d52a9ce2611d039f981f7b6148d2b upstream. For real-space designation asces the asce origin part is only a token. The asce token origin must not be used to genera

[PATCH 4.11 53/58] usb: gadget: f_fs: avoid out of bounds access on comp_desc

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: William Wu commit b7f73850bb4fac1e2209a4dd5e636d39be92f42c upstream. Companion descriptor is only used for SuperSpeed endpoints, if the endpoints are HighSpeed or FullSpeed, the Companion desc

[PATCH 4.11 55/58] net: phy: fix marvell phy status reading

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Russell King commit 898805e0cdf7fd860ec21bf661d3a0285a3defbd upstream. The Marvell driver incorrectly provides phydev->lp_advertising as the logical and of the link partner's advert and our ad

[PATCH 4.11 56/58] netfilter: xtables: zero padding in data_to_user

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Willem de Bruijn commit 324318f0248c31be8a08984146e7e4dd7cdd091d upstream. When looking up an iptables rule, the iptables binary compares the aligned match and target data (XT_ALIGN). In some

[PATCH 4.11 20/58] KVM: PPC: Book3S HV: Cope with host using large decrementer mode

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Paul Mackerras commit 2f2724630f7a8d582470f03ee56b96746767d270 upstream. POWER9 introduces a new mode for the decrementer register, called large decrementer mode, in which the decrementer coun

[PATCH 4.11 21/58] KVM: PPC: Book3S HV: Preserve userspace HTM state properly

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Paul Mackerras commit 46a704f8409f79fd66567ad3f8a7304830a84293 upstream. If userspace attempts to call the KVM_RUN ioctl when it has hardware transactional memory (HTM) enabled, the values tha

[PATCH 4.11 58/58] brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2()

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Arend Van Spriel commit 35abcd4f9f303ac4f10f99b3f7e993e5f2e6fa37 upstream. This fixes the following warning: drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c: In function 'brcmf_usb

[PATCH 4.11 48/58] drm/amdgpu: add Polaris12 DID

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Junshan Fang commit 6e88491cf2a3b17199c78bd53348b39dc6a88275 upstream. Signed-off-by: Junshan Fang Reviewed-by: Roger.He Signed-off-by: Alex Deucher Signed-off-by: Alex Deucher Signed-off-

[PATCH 4.11 22/58] KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Paul Mackerras commit 3d3efb68c19e539f0535c93a5258c1299270215f upstream. POWER9 DD1 has an erratum where writing to the TBU40 register, which is used to apply an offset to the timebase, can ca

Re: [PATCH 4.9 031/108] jump label: pass kbuild_cflags when checking for asm goto support

2017-06-27 Thread Greg Kroah-Hartman
On Tue, Jun 27, 2017 at 01:44:06PM +, Levin, Alexander (Sasha Levin) wrote: > On Tue, Jun 27, 2017 at 01:33:42PM +0200, Greg Kroah-Hartman wrote: > >On Mon, Jun 19, 2017 at 06:29:18PM +0300, Gleb Fotengauer-Malinovskiy wrote: > >> On Thu, Jun 15, 2017 at 07:52:37PM +0200, Greg Kroah-Hartman wro

[PATCH 4.11 54/58] spi: double time out tolerance

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Hauke Mehrtens commit 833bfade96561216aa2129516a5926a0326860a2 upstream. The generic SPI code calculates how long the issued transfer would take and adds 100ms in addition to the timeout as to

[PATCH 4.11 39/58] time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: John Stultz commit 3d88d56c5873f6eebe23e05c3da701960146b801 upstream. Due to how the MONOTONIC_RAW accumulation logic was handled, there is the potential for a 1ns discontinuity when we do acc

[PATCH 4.11 57/58] netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPAT

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Willem de Bruijn commit 751a9c763849f5859cb69ea44b0430d00672f637 upstream. The patch in the Fixes references COMPAT_XT_ALIGN in the definition of XT_DATA_TO_USER, outside an #ifdef CONFIG_COMP

[PATCH 4.11 14/58] lib/cmdline.c: fix get_options() overflow while parsing ranges

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Ilya Matveychikov commit a91e0f680bcd9e10c253ae8b62462a38bd48f09f upstream. When using get_options() it's possible to specify a range of numbers, like 1-100500. The problem is that it doesn't

[PATCH 4.11 23/58] KVM: PPC: Book3S HV: Context-switch EBB registers properly

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Paul Mackerras commit ca8efa1df1d15a1795a2da57f9f6aada6ed6b946 upstream. This adds code to save the values of three SPRs (special-purpose registers) used by userspace to control event-based br

Re: [v2] brcmfmac: Fix a memory leak in error handling path in 'brcmf_cfg80211_attach'

2017-06-27 Thread Kalle Valo
Christophe Jaillet wrote: > If 'wiphy_new()' fails, we leak 'ops'. Add a new label in the error > handling path to free it in such a case. > > Cc: sta...@vger.kernel.org > Fixes: 5c22fb85102a7 ("brcmfmac: add wowl gtk rekeying offload support") > Signed-off-by: Christophe JAILLET Patch applied

[PATCH 4.11 31/58] signal: Only reschedule timers on signals timers have sent

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Eric W. Biederman commit 57db7e4a2d92c2d3dfbca4ef8057849b2682436b upstream. Thomas Gleixner wrote: > The CRIU support added a 'feature' which allows a user space task to send > arbitrary (ker

Re: [PATCH 1/2] x86/CPU/AMD: Present package as die instead of socket

2017-06-27 Thread Thomas Gleixner
On Tue, 27 Jun 2017, Suravee Suthikulpanit wrote: > On 6/27/17 17:48, Borislav Petkov wrote: > > On Tue, Jun 27, 2017 at 01:40:52AM -0500, Suravee Suthikulpanit wrote: > > > However, this is not the case on AMD family17h multi-die processor > > > platforms, which can have up to 4 dies per socket as

[PATCH 4.11 52/58] drm: Fix GETCONNECTOR regression

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Daniel Vetter commit e94ac3510b6a0f696f2c442c4fc4051c8101ef12 upstream. In commit 91eefc05f0ac71902906b2058360e61bd25137fe Author: Daniel Vetter Date: Wed Dec 14 00:08:10 2016 +0100 d

[PATCH 4.11 50/58] ACPI / scan: Fix enumeration for special SPI and I2C devices

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Jarkko Nikula commit e4330d8bf669139a983255d1801733b64c2ae841 upstream. Commit f406270bf73d ("ACPI / scan: Set the visited flag for all enumerated devices") caused that two group of special SP

Re: [PATCH 05/11] net: stmmac: dwmac-rk: Add internal phy support

2017-06-27 Thread David.Wu
Hi Florian, Sorry for reply late. 在 2017/6/24 0:22, Florian Fainelli 写道: On 06/22/2017 09:59 PM, David Wu wrote: To make internal phy worked, need to configure the phy_clock, phy cru_reset and related registers. Change-Id: I6971c0a769754b824b1b908b56080cbaf7867d13 Signed-off-by: David Wu ---

[PATCH 4.11 49/58] ACPI / scan: Apply default enumeration to devices with ACPI drivers

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Rafael J. Wysocki commit f5beabfe61794d9a9d9549d387cda2bffd81e504 upstream. The current code in acpi_bus_attach() is inconsistent with respect to device objects with ACPI drivers bound to them

Re: [PATCH v12 1/2] i2c: designware: add SLAVE mode functions

2017-06-27 Thread Andy Shevchenko
On Thu, 2017-06-22 at 11:17 +0100, Luis Oliveira wrote: > - Changes in Kconfig to enable I2C_DESIGNWARE_SLAVE support > - Slave functions added to core library file > - Slave abort sources added to common source file > - New driver: i2c-designware-slave added > - Changes in the Makefile to compile

Re: [tip:x86/mm] x86/mmap, ASLR: Do not treat unlimited-stack tasks as legacy mmap

2017-06-27 Thread Oleg Nesterov
On 06/27, Jiri Kosina wrote: > > On Fri, 23 Jun 2017, Oleg Nesterov wrote: > > > > We added a heuristics to treat applications with RLIMIT_STACK configured > > > to unlimited as legacy. This means: > > > > To me this also means a minor security problem. The comment above > > PER_CLEAR_ON_SETID says

[PATCH 4.11 43/58] iscsi-target: Reject immediate data underflow larger than SCSI transfer length

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit abb85a9b512e8ca7ad04a5a8a6db9664fe644974 upstream. When iscsi WRITE underflow occurs there are two different scenarios that can happen. Normally in practice, when an

[PATCH 4.11 44/58] drm/radeon: add a PX quirk for another K53TK variant

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 4eb59793cca00b0e629b6d55b5abb5acb82c5868 upstream. Disable PX on these systems. bug: https://bugs.freedesktop.org/show_bug.cgi?id=101491 Signed-off-by: Alex Deucher Signe

Re: [PATCH V3] lightnvm: if LUNs are already allocated fix return

2017-06-27 Thread Jens Axboe
On 06/27/2017 05:55 AM, Rakesh Pandit wrote: > While creating new device with NVM_DEV_CREATE if LUNs are already > allocated ioctl would return -ENOMEM which is wrong. This patch > propagates -EBUSY from nvm_reserve_luns which is correct response. Thanks, applied for 4.13. -- Jens Axboe

Re: [PATCH v12 1/2] i2c: designware: add SLAVE mode functions

2017-06-27 Thread Jarkko Nikula
On 06/22/2017 01:17 PM, Luis Oliveira wrote: - Changes in Kconfig to enable I2C_DESIGNWARE_SLAVE support - Slave functions added to core library file - Slave abort sources added to common source file - New driver: i2c-designware-slave added - Changes in the Makefile to compile the I2C_DESIGNWARE_

[PATCH] staging: rtl8192e: fix spelling mistake: "respose" -> "response"

2017-06-27 Thread Colin King
From: Colin Ian King Trivial fix to spelling mistake in netdev_info message and split line to clean up an checkpatch line too wide warning. Signed-off-by: Colin Ian King --- drivers/staging/rtl8192e/rtllib_softmac.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/

Re: [PATCH 2/2] x86/idle: use dynamic halt poll

2017-06-27 Thread Radim Krčmář
2017-06-27 15:56+0200, Paolo Bonzini: > On 27/06/2017 15:40, Radim Krčmář wrote: >>> ... which is not necessarily _wrong_. It's just a different heuristic. >> Right, it's just harder to use than host's single_task_running() -- the >> VCPU calling vcpu_is_preempted() is never preempted, so we have

[PATCH 4.11 38/58] time: Fix clock->read(clock) race around clocksource changes

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: John Stultz commit ceea5e3771ed2378668455fa21861bead7504df5 upstream. In tests, which excercise switching of clocksources, a NULL pointer dereference can be observed on AMR64 platforms in the

[PATCH 4.11 41/58] target: Fix kref->refcount underflow in transport_cmd_finish_abort

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 73d4e580ccc5c3e05cea002f18111f66c9c07034 upstream. This patch fixes a se_cmd->cmd_kref underflow during CMD_T_ABORTED when a fabric driver drops it's second reference

[PATCH 4.11 40/58] arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAW

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon commit dbb236c1ceb697a559e0694ac4c9e7b9131d0b16 upstream. Recently vDSO support for CLOCK_MONOTONIC_RAW was added in 49eea433b326 ("arm64: Add support for CLOCK_MONOTONIC_RAW in cl

[PATCH 4.11 35/58] brcmfmac: add parameter to pass error code in firmware callback

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Arend Van Spriel commit 6d0507a777fbc533f7f1bf5664a81982dd50dece upstream. Extend the parameters in the firmware callback so it can be called upon success and failure. This allows the caller t

[PATCH 4.11 33/58] powerpc/64s: Handle data breakpoints in Radix mode

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Naveen N. Rao commit d89ba5353f301971dd7d2f9fdf25c4432728f38e upstream. On Power9, trying to use data breakpoints throws the splat shown below. This is because the check for a data breakpoint

[PATCH 4.11 34/58] Input: i8042 - add Fujitsu Lifebook AH544 to notimeout list

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Daniel Drake commit 817ae460c784f32cd45e60b2b1b21378c3c6a847 upstream. Without this quirk, the touchpad is not responsive on this product, with the following message repeated in the logs: ps

[PATCH 4.11 29/58] HID: Add quirk for Dell PIXART OEM mouse

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Parschauer commit 3db28271f0feae129262d30e41384a7c4c767987 upstream. This mouse is also known under other IDs. It needs the quirk ALWAYS_POLL or will disconnect in runlevel 1 or 3.

[PATCH 4.11 32/58] powerpc/kprobes: Pause function_graph tracing during jprobes handling

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Naveen N. Rao commit a9f8553e935f26cb5447f67e280946b0923cd2dc upstream. This fixes a crash when function_graph and jprobes are used together. This is essentially commit 237d28db036e ("ftrace/j

Re: [RFC PATCH] mm, oom: allow oom reaper to race with exit_mmap

2017-06-27 Thread Tetsuo Handa
Michal Hocko wrote: > On Tue 27-06-17 22:31:58, Tetsuo Handa wrote: > > Michal Hocko wrote: > > > On Tue 27-06-17 20:39:28, Tetsuo Handa wrote: > > > > Michal Hocko wrote: > > > > > > I wonder why you prefer timeout based approach. Your patch will > > > > > > after all > > > > > > set MMF_OOM_SKIP

[PATCH 4.11 30/58] random: silence compiler warnings and fix race

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Jason A. Donenfeld commit 4a072c71f49b0a0e495ea13423bdb850da73c58c upstream. Odd versions of gcc for the sh4 architecture will actually warn about flags being used while uninitialized, so we s

Re: [PATCH 2/2] x86/idle: use dynamic halt poll

2017-06-27 Thread Paolo Bonzini
On 27/06/2017 16:22, Radim Krčmář wrote: > vcpu_is_preempted() on current cpu cannot return true, AFAIK. Of course. I must have been thinking of an older version of the vcpu_is_preempted patch (at some point the guest was the one that set preempted to 0). Paolo

[PATCH 4.11 25/58] KVM: PPC: Book3S HV: Save/restore host values of debug registers

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Paul Mackerras commit 7ceaa6dcd8c6f59588428cec37f3c8093dd1011f upstream. At present, HV KVM on POWER8 and POWER9 machines loses any instruction or data breakpoint set in the host whenever a gu

[PATCH 4.9 42/44] net: phy: fix marvell phy status reading

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Russell King commit 898805e0cdf7fd860ec21bf661d3a0285a3defbd upstream. The Marvell driver incorrectly provides phydev->lp_advertising as the logical and of the link partner's advert and our adv

[PATCH 4.11 28/58] cxgb4: notify uP to route ctrlq compl to rdma rspq

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Raju Rangoju commit dec6b33163d24e2c19ba521c89fffbaab53ae986 upstream. During the module initialisation there is a possible race (basically race between uld and lld) where neither the uld nor

[PATCH 4.11 27/58] CIFS: Fix some return values in case of error in crypt_message

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Christophe Jaillet commit 517a6e43c4872c89794af5b377fa085e47345952 upstream. 'rc' is known to be 0 at this point. So if 'init_sg' or 'kzalloc' fails, we should return -ENOMEM instead. Also re

[PATCH 4.11 26/58] CIFS: Improve readdir verbosity

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Pavel Shilovsky commit dcd87838c06f05ab7650b249ebf0d5b57ae63e1e upstream. Downgrade the loglevel for SMB2 to prevent filling the log with messages if e.g. readdir was interrupted. Also make SM

[PATCH 4.11 15/58] perf/x86/intel: Add 1G DTLB load/store miss support for SKL

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Kan Liang commit fb3a5055cd7098f8d1dd0cd38d717223255f upstream. Current DTLB load/store miss events (0x608/0x649) only counts 4K,2M and 4M page size. Need to extend the events to support a

Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000038 !//RE: kernel BUG at kernel/locking/rtmutex.c:1027

2017-06-27 Thread Julia Cartwright
On Tue, Jun 27, 2017 at 05:47:41AM +, Feng Feng24 Liu wrote: > Hi, Julia > Thanks for your kindly hit. I will try this patch > The problem is accidental. I will try to reproduce it. > BTW, could you help to give the link about the emails which > discuss about " nsfs: mar

[PATCH 4.11 08/58] ALSA: hda - Add Coffelake PCI ID

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Megha Dey commit e79b0006c45c9b0b22f3ea54ff6e256b34c1f208 upstream. Coffelake is another Intel part, so need to add PCI ID for it. Signed-off-by: Megha Dey Signed-off-by: Subhransu S. Prusty

[PATCH 4.11 13/58] fs/dax.c: fix inefficiency in dax_writeback_mapping_range()

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit 1eb643d02b21412e603b42cdd96010a2ac31c05f upstream. dax_writeback_mapping_range() fails to update iteration index when searching radix tree for entries needing cache flushing.

[PATCH 4.11 05/58] xen-blkback: dont leak stack data via response ring

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Jan Beulich commit 089bc0143f489bd3a4578bdff5f4ca68fb26f341 upstream. Rather than constructing a local structure instance on the stack, fill the fields directly on the shared ring, just like o

[PATCH 4.11 10/58] fs/exec.c: account for argv/envp pointers

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit 98da7d08850fb8bdeb395d6368ed15753304aa0c upstream. When limiting the argv/envp strings during exec to 1/4 of the stack limit, the storage of the pointers to the strings was no

[PATCH 4.11 02/58] clk: sunxi-ng: v3s: Fix usb otg device reset bit

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Yong Deng commit 7ffc781ec46ef1e9aedb482f5f04425bd8bb2753 upstream. V3S's usb otg device reset bit should be 24, not 23. Signed-off-by: Yong Deng Reviewed-By: Icenowy Zheng Signed-off-by: M

[PATCH 4.11 06/58] ALSA: firewire-lib: Fix stall of process context at packet error

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Sakamoto commit 4a9bfafc64f44ef83de4e00ca1b57352af6cd8c2 upstream. At Linux v3.5, packet processing can be done in process context of ALSA PCM application as well as software IRQ conte

Re: [PATCH v2] drm/core: Fail atomic IOCTL with no CRTC state but with signaling.

2017-06-27 Thread Maarten Lankhorst
Op 27-06-17 om 09:37 schreef Daniel Vetter: > On Mon, Jun 26, 2017 at 03:44:07PM -0400, Harry Wentland wrote: >> On 2017-06-20 01:57 PM, Andrey Grodzovsky wrote: >>> Problem : While running IGT kms_atomic_transition test suite i encountered >>> a hang in drmHandleEvent immediately following an ato

[PATCH 4.11 03/58] clk: sunxi-ng: sun5i: Fix ahb_bist_clk definition

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Boris Brezillon commit 370d9192719e6c174167888cf9240df2542e3b4b upstream. AHB BIST gate is actually controlled with bit 7. This bug was detected while trying to use the NAND controller which

[PATCH 4.11 12/58] autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL

2017-06-27 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit 9fa4eb8e490a28de40964b1b0e583d8db4c7e57c upstream. If a positive status is passed with the AUTOFS_DEV_IOCTL_FAIL ioctl, autofs4_d_automount() will return ERR_PTR(status)

Re: [PATCH] KVM: x86: remove ignored type attribute

2017-06-27 Thread Paolo Bonzini
On 23/06/2017 06:41, Nick Desaulniers wrote: > The macro insn_fetch marks the 'type' argument as having a specified > alignment. Type attributes can only be applied to structs, unions, or > enums, but insn_fetch is only ever invoked with integral types, so Clang > produces 19 -Wignored-attribute

[PATCH 4.11 00/58] 4.11.8-stable review

2017-06-27 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.11.8 release. There are 58 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Thu Jun 29 14:10:56 UTC 2017. Anything receive

Re: [PATCH 1/3] ARM: dts: Bindings for Altera Quadspi Controller Version 2

2017-06-27 Thread matthew . gerlach
On Tue, 27 Jun 2017, Marek Vasut wrote: Hi Marek, Thanks for the feedback. See my comments below. Matthew Gerlach On 06/26/2017 06:13 PM, matthew.gerl...@linux.intel.com wrote: From: Matthew Gerlach Device Tree bindings for Version 2 of the Altera Quadspi Controller that can be optional

[PATCH 4.9 22/44] brcmfmac: use firmware callback upon failure to load

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Arend Van Spriel commit 03fb0e8393fae8ebb6710a99387853ed0becbc8e upstream. When firmware loading failed the code used to unbind the device provided by the calling code. However, for the sdio dr

Re: [PATCH v12 2/2] i2c: designware: enable SLAVE in platform module

2017-06-27 Thread Jarkko Nikula
On 06/22/2017 01:17 PM, Luis Oliveira wrote: - Slave mode selected in platform module if the support is detected in the DT. Signed-off-by: Luis Oliveira Reviewed-by: Andy Shevchenko --- V11-V12 - no changes drivers/i2c/busses/i2c-designware-core.h| 2 ++ drivers/i2c/busses/i2c-designw

[PATCH 4.9 27/44] target: Fix kref->refcount underflow in transport_cmd_finish_abort

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 73d4e580ccc5c3e05cea002f18111f66c9c07034 upstream. This patch fixes a se_cmd->cmd_kref underflow during CMD_T_ABORTED when a fabric driver drops it's second reference

[PATCH 4.9 31/44] drm/radeon: add a quirk for Toshiba Satellite L20-183

2017-06-27 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit acfd6ee4fa7ebeee75511825fe02be3f7ac1d668 upstream. Fixes resume from suspend. bug: https://bugzilla.kernel.org/show_bug.cgi?id=196121 Reported-by: Przemek Signed-off-by: A

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