[PATCH 3.16 075/202] CIFS: Do not count -ENODATA as failure for query directory

2019-04-27 Thread Ben Hutchings
3.16.66-rc1 review patch. If anyone has any objections, please let me know. -- From: Pavel Shilovsky commit 8e6e72aeceaaed5aeeb1cb43d3085de7ceb14f79 upstream. Signed-off-by: Pavel Shilovsky Signed-off-by: Steve French Signed-off-by: Ben Hutchings --- fs/cifs/smb2pdu.c | 4

[PATCH 3.16 065/202] net/mlx4_core: Add masking for a few queries on HCA caps

2019-04-27 Thread Ben Hutchings
rs - Adjust context] Signed-off-by: Ben Hutchings --- --- a/drivers/net/ethernet/mellanox/mlx4/fw.c +++ b/drivers/net/ethernet/mellanox/mlx4/fw.c @@ -1542,9 +1542,10 @@ int mlx4_QUERY_HCA(struct mlx4_dev *dev, { struct mlx4_cmd_mailbox *mailbox; __be32 *outbox; + u64 qwor

[PATCH 3.16 073/202] scsi: bnx2fc: Fix error handling in probe()

2019-04-27 Thread Ben Hutchings
ond if we don't completely initialize cmgr->io_bdt_pool[] then we end up dereferencing uninitialized pointers. Fixes: 853e2bd2103a ("[SCSI] bnx2fc: Broadcom FCoE offload driver") Signed-off-by: Dan Carpenter Signed-off-by: Martin K. Petersen [bwh: Backorted to 3.16: adjust context] Si

[PATCH 3.16 061/202] ipmi: msghandler: Fix potential Spectre v1 vulnerabilities

2019-04-27 Thread Ben Hutchings
tavo A. R. Silva Signed-off-by: Corey Minyard [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- --- a/drivers/char/ipmi/ipmi_msghandler.c +++ b/drivers/char/ipmi/ipmi_msghandler.c @@ -46,6 +46,7 @@ #include #include #include +#include #define PFX "IPMI message h

[PATCH 3.16 072/202] s390/dasd: fix using offset into zero size array error

2019-04-27 Thread Ben Hutchings
len" was at least 2 bytes. Fix this by checking the user specified length psf_data_len. Fixes: 52898025cf7d ("[S390] dasd: security and PSF update patch for EMC CKD ioctl") Reported-by: Dan Carpenter Signed-off-by: Stefan Haberland Signed-off-by: Martin Schwidefsky Signed

[PATCH 3.16 074/202] MIPS: OCTEON: don't set octeon_dma_bar_type if PCI is disabled

2019-04-27 Thread Ben Hutchings
of memory. Signed-off-by: Aaro Koskinen Signed-off-by: Paul Burton Fixes: a214720cbf50 ("Disable MSI also when pcie-octeon.pcie_disable on") Cc: linux-m...@vger.kernel.org Signed-off-by: Ben Hutchings --- arch/mips/pci/pci-octeon.c | 10 +- 1 file changed, 5 insertions(+), 5

[PATCH 3.16 068/202] IB/ipoib: Fix for use-after-free in ipoib_cm_tx_start

2019-04-27 Thread Ben Hutchings
ock. Fixes: 546481c2816e ("IB/ipoib: Fix memory corruption in ipoib cm mode connect flow") Signed-off-by: Feras Daoud Reviewed-by: Erez Shitrit Signed-off-by: Leon Romanovsky Signed-off-by: Jason Gunthorpe [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings

[PATCH 3.16 057/202] char/mwave: fix potential Spectre v1 vulnerability

2019-04-27 Thread Ben Hutchings
culation windows are large, the policy is to kill the speculation on the first load and not worry if it can be completed with a dependent load/store [1]. [1] https://marc.info/?l=linux-kernel=152449131114778=2 Signed-off-by: Gustavo A. R. Silva Signed-off-by: Greg Kroah-Hartman Signed-off-b

[PATCH 3.16 077/202] ARM: iop32x/n2100: fix PCI IRQ mapping

2019-04-27 Thread Ben Hutchings
discarded during boot. Signed-off-by: Russell King Signed-off-by: Arnd Bergmann Signed-off-by: Ben Hutchings --- arch/arm/mach-iop32x/n2100.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/arch/arm/mach-iop32x/n2100.c +++ b/arch/arm/mach-iop32x/n2100.c @@ -75,8 +75,7 @@ void __init

[PATCH 3.16 084/202] mm: hwpoison: use do_send_sig_info() instead of force_sig()

2019-04-27 Thread Ben Hutchings
Cc: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Ben Hutchings --- mm/memory-failure.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/mm/memory-failure.c +++ b/mm/memory-failure.c @@ -360,7 +360,8 @@ static void kill_procs(struct

[PATCH 3.16 056/202] vt: invoke notifier on screen size change

2019-04-27 Thread Ben Hutchings
-off-by: Nicolas Pitre Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- drivers/tty/vt/vt.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/tty/vt/vt.c +++ b/drivers/tty/vt/vt.c @@ -953,6 +953,7 @@ static int vc_do_resize(struct tty_struc if (CON_IS_VISIBLE(vc

[PATCH 3.16 069/202] kallsyms: Handle too long symbols in kallsyms.c

2019-04-27 Thread Ben Hutchings
("Kbuild: Handle longer symbols in kallsyms.c") Signed-off-by: Eugene Loh Acked-by: Ard Biesheuvel Signed-off-by: Masahiro Yamada [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- scripts/kallsyms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---

[PATCH 3.16 064/202] iommu/amd: Fix IOMMU page flush when detach device from a domain

2019-04-27 Thread Ben Hutchings
-by: Brijesh Singh Signed-off-by: Suravee Suthikulpanit Fixes: 6de8ad9b9ee0 ('x86/amd-iommu: Make iommu_flush_pages aware of multiple IOMMUs') Signed-off-by: Joerg Roedel [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- drivers/iommu/amd_iommu.c | 15 +++ 1 file

[PATCH 3.16 062/202] ARM: pxa: ssp: unneeded to free devm_ allocated data

2019-04-27 Thread Ben Hutchings
t;ARM: pxa: ssp: use devm_ functions") Signed-off-by: Peng Hao [title's prefix changed] Signed-off-by: Robert Jarzmik Signed-off-by: Ben Hutchings --- arch/arm/plat-pxa/ssp.c | 3 --- 1 file changed, 3 deletions(-) --- a/arch/arm/plat-pxa/ssp.c +++ b/arch/arm/plat-pxa/ssp.c @@ -239,8 +239,6

[PATCH 3.16 053/202] uart: Fix crash in uart_write and uart_put_char

2019-04-27 Thread Ben Hutchings
fix race between uart_put_char() and uart_shutdown()") Signed-off-by: Samir Virmani Acked-by: Tycho Andersen Signed-off-by: Greg Kroah-Hartman [bwh: Backported to 3.16: - Keep open-coding uart_port_lock() - Adjust context] Signed-off-by: Ben Hutchings --- drivers/tty/serial/serial_core.c

[PATCH 3.16 040/202] net/phy: micrel: configure intterupts after autoneg workaround

2019-04-27 Thread Ben Hutchings
hy. Fixes: d2fd719bcb0e ("net/phy: micrel: Add workaround for bad autoneg ") Signed-off-by: Zach Brown Reviewed-by: Andrew Lunn Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- drivers/net/phy/micrel.c | 2 ++ 1 file changed, 2 insertions(+) -

[PATCH 3.16 058/202] tty: Handle problem if line discipline does not have receive_buf

2019-04-27 Thread Ben Hutchings
it. If they do not have this callback, just eat the character quietly, as we can't fail this call. Reported-by: Jann Horn Signed-off-by: Greg Kroah-Hartman [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- drivers/tty/tty_io.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion

[PATCH 3.16 052/202] net: bridge: Fix ethernet header pointer before check skb forwardable

2019-04-27 Thread Ben Hutchings
hernet header - adjust context, indentation] Signed-off-by: Ben Hutchings --- --- a/net/bridge/br_forward.c +++ b/net/bridge/br_forward.c @@ -38,16 +38,21 @@ static inline int should_deliver(const s int br_dev_queue_push_xmit(struct sk_buff *skb) { /* ip_fragment doesn't copy t

[PATCH 3.16 066/202] debugfs: fix debugfs_rename parameter checking

2019-04-27 Thread Ben Hutchings
. if the return value of another debugfs call is passed into this one.) So fix this up by properly checking if the two parent directories are errors (they are allowed to be NULL), and if the dentry to rename is not NULL or an error. Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings

[PATCH 3.16 045/202] fuse: decrement NR_WRITEBACK_TEMP on the right page

2019-04-27 Thread Ben Hutchings
("fuse: writepages: handle same page rewrites") Signed-off-by: Miklos Szeredi [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- fs/fuse/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/fuse/file.c +++ b/fs/fuse/file.c @@ -1846,7 +1846,7 @@ s

[PATCH 3.16 067/202] KVM: x86: Fix single-step debugging

2019-04-27 Thread Ben Hutchings
step() can be called without X86_EFLAGS_TF set. Let's fix it. Please consider that for -stable. Signed-off-by: Alexander Popov Fixes: c8401dda2f0a00cd25c0 ("KVM: x86: fix singlestepping over syscall") Signed-off-by: Paolo Bonzini Signed-off-by: Ben Hutchings --- arch/x86/kvm/x

[PATCH 3.16 034/202] s390/early: improve machine detection

2019-04-27 Thread Ben Hutchings
ns Signed-off-by: Christian Borntraeger Signed-off-by: Martin Schwidefsky [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- arch/s390/kernel/early.c | 4 ++-- arch/s390/kernel/setup.c | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) --- a/arch/s390/kernel/ear

[PATCH 3.16 201/202] apparmor: provide userspace flag indicating binfmt_elf_mmap change

2019-04-27 Thread Ben Hutchings
change so that the userspace tools and the regression test suite can correctly deal with the change. BugLink: http://bugs.launchpad.net/bugs/1630069 Signed-off-by: John Johansen Signed-off-by: Ben Hutchings --- security/apparmor/apparmorfs.c | 1 + 1 file changed, 1 insertion(+) --- a/securit

[PATCH 3.16 025/202] drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock

2019-04-27 Thread Ben Hutchings
m [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- drivers/gpu/drm/drm_fb_helper.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) --- a/drivers/gpu/drm/drm_fb_helper.c +++ b/drivers/gpu/drm/drm_fb_helper.c @@ -838,9 +838,14 @@ int drm_fb_helper_check_var(st

[PATCH 3.16 188/202] Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt

2019-04-27 Thread Ben Hutchings
: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- net/bluetooth/l2cap_core.c | 77 +++--- 1 file changed, 46 insertions(+), 31 deletions(-) --- a/net/bluetooth/l2cap_core.c +++ b/net/bluetooth/l2cap_core.c @@ -3330,10 +3330,14 @@ static int

[PATCH 3.16 194/202] brcmfmac: make brcmf_proto_hdrpull() return struct brcmf_if instance

2019-04-27 Thread Ben Hutchings
Meuleman Reviewed-by: Franky (Zhenhui) Lin Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Arend van Spriel Signed-off-by: Kalle Valo [bwh: Backported to 3.16: - Drop changes to PCIe bus support - Adjust filenames] Signed-off-by: Ben Hutchings --- --- a/drivers/net/wireless/brcm80211/brcmfmac

[PATCH 3.16 175/202] mmc: tmio_mmc_core: don't claim spurious interrupts

2019-04-27 Thread Ben Hutchings
-by: Simon Horman Signed-off-by: Ulf Hansson [bwh: Backported to 3.16: - tmio_mmc_sdio_irq() can be used directly as an interrupt handler, so make it return IRQ_NONE for unhandled interrupts - Adjust filename] Signed-off-by: Ben Hutchings --- --- a/drivers/mmc/host/tmio_mmc_pio.c +++ b/driver

[PATCH 3.16 127/202] score: Use get_signal() signal_setup_done()

2019-04-27 Thread Ben Hutchings
-off-by: Richard Weinberger [bwh: Backported to 3.16 as dependency of commit 35634ffa1751 "signal: Always notice exiting tasks"] Signed-off-by: Ben Hutchings --- arch/score/kernel/signal.c | 43 -- 1 file changed, 18 insertions(+), 25 deletions(-)

[PATCH 3.16 129/202] tile: Use get_signal() signal_setup_done()

2019-04-27 Thread Ben Hutchings
Weinberger Acked-by: Chris Metcalf [bwh: Backported to 3.16 as dependency of commit 35634ffa1751 "signal: Always notice exiting tasks"] Signed-off-by: Ben Hutchings --- arch/tile/include/asm/compat.h | 3 +- arch/tile/kernel/compat_signal.c | 29 - arch/tile/kerne

[PATCH 3.16 179/202] net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails

2019-04-27 Thread Ben Hutchings
support") Signed-off-by: YueHaibing Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- net/nfc/llcp_commands.c | 20 net/nfc/llcp_core.c | 24 2 files changed, 40 insertions(+), 4 deletions(-) --- a/net/nfc/llcp_commands.c +++ b/net/nfc

[PATCH 3.16 154/202] x86/a.out: Clear the dump structure initially

2019-04-27 Thread Ben Hutchings
-by: Borislav Petkov Cc: Derek Robson Cc: Linus Torvalds Cc: Michael Matz Cc: x...@kernel.org Link: https://lkml.kernel.org/r/20190202005512.3144-1-robso...@gmail.com Signed-off-by: Ben Hutchings --- arch/x86/ia32/ia32_aout.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/arch

[PATCH 3.16 131/202] unicore32: Use get_signal() signal_setup_done()

2019-04-27 Thread Ben Hutchings
Weinberger [bwh: Backported to 3.16 as dependency of commit 35634ffa1751 "signal: Always notice exiting tasks"] Signed-off-by: Ben Hutchings --- arch/unicore32/kernel/signal.c | 48 ++ 1 file changed, 20 insertions(+), 28 deletions(-) diff --git a/arch

[PATCH 3.16 114/202] hexagon: Use get_signal() signal_setup_done()

2019-04-27 Thread Ben Hutchings
Signed-off-by: Richard Weinberger [bwh: Backported to 3.16 as dependency of commit 35634ffa1751 "signal: Always notice exiting tasks"] Signed-off-by: Ben Hutchings --- arch/hexagon/kernel/signal.c | 45 +++- 1 file changed, 18 insertions(+), 27 deletions(-)

[PATCH 3.16 110/202] blackfin: Use get_signal() signal_setup_done()

2019-04-27 Thread Ben Hutchings
Weinberger Acked-by: Steven Miao [bwh: Backported to 3.16 as dependency of commit 35634ffa1751 "signal: Always notice exiting tasks"] Signed-off-by: Ben Hutchings --- arch/blackfin/kernel/signal.c | 39 +++ 1 file changed, 17 insertions(+), 22 deletions(-)

[PATCH 3.16 071/202] usb: phy: am335x: fix race condition in _probe

2019-04-27 Thread Ben Hutchings
on the phy first, then am335x_phy_probe() turns off the phy again without the caller knowing it. Fixes: 2fc711d76352 ("usb: phy: am335x: Enable USB remote wakeup using PHY wakeup") Signed-off-by: Bin Liu Signed-off-by: Felipe Balbi Signed-off-by: Ben Hutchings --- drivers/usb/phy/ph

[PATCH 3.16 085/202] mm: migrate: don't rely on __PageMovable() of newpage after unlocking it

2019-04-27 Thread Ben Hutchings
Andrea Arcangeli Cc: Dominik Brodowski Cc: Matthew Wilcox Cc: Vratislav Bendel Cc: Rafael Aquini Cc: Konstantin Khlebnikov Cc: Minchan Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds [bwh: Backported to 3.16: - Add the is_lru flag variable to unmap_and_move() - Keep using __is_m

[PATCH 3.16 091/202] perf/core: Don't WARN() for impossible ring-buffer sizes

2019-04-27 Thread Ben Hutchings
: Alexander Shishkin Cc: Arnaldo Carvalho de Melo Cc: Jiri Olsa Cc: Linus Torvalds Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Thomas Gleixner Link: https://lkml.kernel.org/r/20190110142745.25495-1-mark.rutl...@arm.com Signed-off-by: Ingo Molnar Signed-off-by: Ben Hutchings --- kernel/events

[PATCH 3.16 063/202] drm/modes: Prevent division by zero htotal

2019-04-27 Thread Ben Hutchings
ase htotal==0. Signed-off-by: Tina Zhang Cc: Adam Jackson Cc: Dave Airlie Cc: Daniel Vetter [danvet: Add additional explanations + cc: stable.] Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/1548228539-3061-1-git-send-email-tina.zh...@intel.com Signed-off-by:

[PATCH 3.16 136/202] Rip out get_signal_to_deliver()

2019-04-27 Thread Ben Hutchings
as dependency of commit 35634ffa1751 "signal: Always notice exiting tasks"] Signed-off-by: Ben Hutchings --- include/linux/signal.h | 14 +- kernel/signal.c| 23 --- 2 files changed, 13 insertions(+), 24 deletions(-) --- a/include/linux/sign

[PATCH 3.16 059/202] can: dev: __can_get_echo_skb(): fix bogous check for non-existing skb by removing it

2019-04-27 Thread Ben Hutchings
to echo non existing skb") Signed-off-by: Marc Kleine-Budde Signed-off-by: Ben Hutchings --- drivers/net/can/dev.c | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) --- a/drivers/net/can/dev.c +++ b/drivers/net/can/dev.c @@ -425,8 +425,6 @@ EXPORT_SYMBOL_GPL(

[PATCH 3.16 037/202] x86/kaslr: Fix incorrect i8254 outb() parameters

2019-04-27 Thread Ben Hutchings
ed to 3.16: adjust filename] Signed-off-by: Ben Hutchings --- arch/x86/boot/compressed/aslr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/arch/x86/boot/compressed/aslr.c +++ b/arch/x86/boot/compressed/aslr.c @@ -25,8 +25,8 @@ static inline u16 i8254(void) u16 sta

[PATCH 3.16 122/202] parisc: Use get_signal() signal_setup_done()

2019-04-27 Thread Ben Hutchings
Weinberger Acked-by: Helge Deller [bwh: Backported to 3.16 as dependency of commit 35634ffa1751 "signal: Always notice exiting tasks"] Signed-off-by: Ben Hutchings --- arch/parisc/kernel/signal.c | 58 +++-- 1 file changed, 24 insertions(+), 34

[PATCH 3.16 157/202] netfilter: nf_tables: nft_compat: fix refcount leak on xt module

2019-04-27 Thread Ben Hutchings
Signed-off-by: Pablo Neira Ayuso [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- net/netfilter/nft_compat.c | 92 -- 1 file changed, 58 insertions(+), 34 deletions(-) --- a/net/netfilter/nft_compat.c +++ b/net/netfilter/nft_com

[PATCH 3.16 039/202] net/phy: micrel: Add workaround for bad autoneg

2019-04-27 Thread Ben Hutchings
lback to genphy_soft_reset for KSZ9031"] Signed-off-by: Ben Hutchings --- drivers/net/phy/micrel.c | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) --- a/drivers/net/phy/micrel.c +++ b/drivers/net/phy/micrel.c @@ -415,6 +415,27 @@ static int ksz8873mll_read_status(struct

[PATCH 3.16 093/202] dmaengine: dmatest: Abort test in case of mapping error

2019-04-27 Thread Ben Hutchings
[ 240.931280] check: Corrupted low memory at 2f4024c0 (2950 phys) = 5e5624f349e793cf ... Abort any test if mapping failed. Fixes: 4076e755dbec ("dmatest: convert to dmaengine_unmap_data") Cc: Dan Williams Signed-off-by: Andy Shevchenko Signed-off-by: Vinod Koul Signed-off-by: Ben

[PATCH 3.16 103/202] ALSA: compress: Fix stop handling on compressed capture streams

2019-04-27 Thread Ben Hutchings
by allowing snd_compr_drain_notify to set the state depending on the stream direction, as we already do in set_params. Fixes: 49bb6402f1aa ("ALSA: compress_core: Add support for capture streams") Signed-off-by: Charles Keepax Signed-off-by: Takashi Iwai Signed-off-by: Ben Hutchings --- inc

[PATCH 3.16 099/202] MIPS: Remove function size check in get_frame_info()

2019-04-27 Thread Ben Hutchings
get_frame_info() handling of microMIPS function size.") Cc: Cc: Cc: Cc: Cc: Cc: Cc: Cc: Signed-off-by: Ben Hutchings --- arch/mips/kernel/process.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) --- a/arch/mips/kernel/process.c +++ b/arch/mips/kernel/process.c @@ -373

[PATCH 3.16 004/202] mfd: ab8500-core: Return zero in get_register_interruptible()

2019-04-27 Thread Ben Hutchings
t;mfd: Align ab8500 with the abx500 interface") Signed-off-by: Dan Carpenter Reviewed-by: Linus Walleij Signed-off-by: Lee Jones Signed-off-by: Ben Hutchings --- drivers/mfd/ab8500-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/mfd/ab8500-core.c +++ b/drivers/

[PATCH 3.16 005/202] mfd: tps6586x: Handle interrupts on suspend

2019-04-27 Thread Ben Hutchings
-by: Lee Jones Signed-off-by: Ben Hutchings --- drivers/mfd/tps6586x.c | 24 1 file changed, 24 insertions(+) --- a/drivers/mfd/tps6586x.c +++ b/drivers/mfd/tps6586x.c @@ -601,6 +601,29 @@ static int tps6586x_i2c_remove(struct i2 return 0; } +static int

[PATCH 3.16 016/202] ALSA: cs46xx: Potential NULL dereference in probe

2019-04-27 Thread Ben Hutchings
(). Reported-by: "Yavuz, Tuba" Signed-off-by: Dan Carpenter Signed-off-by: Takashi Iwai Signed-off-by: Ben Hutchings --- sound/pci/cs46xx/dsp_spos.c | 3 +++ 1 file changed, 3 insertions(+) --- a/sound/pci/cs46xx/dsp_spos.c +++ b/sound/pci/cs46xx/dsp_spos.c @@ -899,6 +899,9 @@ int cs46x

[PATCH 3.16 189/202] vfio/type1: Limit DMA mappings per container

2019-04-27 Thread Ben Hutchings
-by: Cornelia Huck Signed-off-by: Alex Williamson [bwh: Backported to 3.16: - Add the out_unlock label in vfio_dma_do_map() - Adjust context] Signed-off-by: Ben Hutchings --- --- a/drivers/vfio/vfio_iommu_type1.c +++ b/drivers/vfio/vfio_iommu_type1.c @@ -53,10 +53,16 @@ module_param_named

[PATCH 3.16 170/202] KEYS: restrict /proc/keys by credentials at open time

2019-04-27 Thread Ben Hutchings
an finally fix it. So let's do it. Signed-off-by: Eric Biggers Signed-off-by: David Howells [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- security/keys/proc.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) --- a/security/keys/proc.c +++ b/security/k

[PATCH 3.16 177/202] tmpfs: fix uninitialized return value in shmem_link

2019-04-27 Thread Ben Hutchings
Kupljen Cc: Al Viro Cc: Andrew Morton Signed-off-by: Linus Torvalds [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- mm/shmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/shmem.c +++ b/mm/shmem.c @@ -2007,7 +2007,7 @@ static int shmem_create(stru

[PATCH 3.16 166/202] net: stmmac: Fix a race in EEE enable callback

2019-04-27 Thread Ben Hutchings
allaro Cc: Alexandre Torgue Signed-off-by: David S. Miller [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- .../ethernet/stmicro/stmmac/stmmac_ethtool.c | 22 ++- 1 file changed, 12 insertions(+), 10 deletions(-) --- a/drivers/net/ethernet/stmicro/stmmac/stmmac

Re: [PATCH 4.20 105/171] net: stmmac: Send TSO packets always from Queue 0

2019-04-08 Thread Ben Hutchings
e driver should implement the ndo_select_queue operation and override the queue mapping there. Ben. > return stmmac_tso_xmit(skb, dev); > + } > } > > if (unlikely(stmmac_tx_avail(priv, queue) < nfrags + 1)) { -- Ben Hutchings If God had intended Man to program, we'd have been born with serial I/O ports. signature.asc Description: This is a digitally signed message part

Linux 3.16.65

2019-04-04 Thread Ben Hutchings
() + explicit set nul perf parse-events: Fix unchecked usage of strncpy() Bart Van Assche (1): tools/lib/lockdep: Rename "trywlock" into "trywrlock" Ben Hutchings (3): perf pmu: Suppress potential format-truncation warning Revert "cifs: empty

Re: [PATCH 3.16 00/99] 3.16.65-rc1 review

2019-04-03 Thread Ben Hutchings
On Tue, 2019-04-02 at 19:22 -0700, Guenter Roeck wrote: > On 4/2/19 6:38 AM, Ben Hutchings wrote: > > This is the start of the stable review cycle for the 3.16.65 release. > > There are 99 patches in this series, which will be posted as responses > > to this one. If

Re: [PATCH 3.16 23/99] tty/ldsem: Wake up readers after timed out down_write()

2019-04-02 Thread Ben Hutchings
esent" > commit d3736d82e816 [...] I will include these in a later update, unless you think they are really urgent and should be added to this one. Ben. -- Ben Hutchings Klipstein's 4th Law of Prototyping and Production: A fail-safe circuit will destroy others. s

[PATCH 3.16 21/99] ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()

2019-04-02 Thread Ben Hutchings
("ext4: add normal write support for inline data") Signed-off-by: Maurizio Lombardi Signed-off-by: Theodore Ts'o Signed-off-by: Ben Hutchings --- fs/ext4/inline.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) --- a/fs/ext4/inline.c +++ b/fs/ext4/inline.c @@ -704,8 +704

[PATCH 3.16 05/99] dlm: fixed memory leaks after failed ls_remove_names allocation

2019-04-02 Thread Ben Hutchings
out_rsbtbl label to right place Fixes 789924ba635f ("dlm: fix race between remove and lookup") Signed-off-by: Vasily Averin Signed-off-by: David Teigland Signed-off-by: Ben Hutchings --- fs/dlm/lockspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/dlm/lockspace.c ++

[PATCH 3.16 02/99] drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5

2019-04-02 Thread Ben Hutchings
of assignments - Use ring->scratch.gtt_offset instead of i915_ggtt_offset() - Use (invalidate_domains & I915_GEM_DOMAIN_INSTRUCTION) instead of (mode & EMIT_INVALIDATE) - Adjust context] Signed-off-by: Ben Hutchings --- drivers/gpu/drm/i915/intel_ringbuffer.c | 38 +

[PATCH 3.16 00/99] 3.16.65-rc1 review

2019-04-02 Thread Ben Hutchings
Van Assche (1): tools/lib/lockdep: Rename "trywlock" into "trywrlock" [7f3c7952d111ac93573fb86f4d5aeff527a07fcc] Ben Hutchings (2): Revert "cifs: empty TargetInfo leads to crash on recovery" [not upstream; reverts bad backport]

[PATCH 3.16 07/99] dlm: lost put_lkb on error path in receive_convert() and receive_unlock()

2019-04-02 Thread Ben Hutchings
-by: David Teigland Signed-off-by: Ben Hutchings --- fs/dlm/lock.c | 2 ++ 1 file changed, 2 insertions(+) --- a/fs/dlm/lock.c +++ b/fs/dlm/lock.c @@ -4178,6 +4178,7 @@ static int receive_convert(struct dlm_ls (unsigned long long)lkb->lkb_recover_seq,

[PATCH 3.16 03/99] x86/PCI: Fix Broadcom CNB20LE unintended sign extension (redux)

2019-04-02 Thread Ben Hutchings
38749, 138750 ("Unintended sign extension") Fixes: 3f6ea84a3035 ("PCI: read memory ranges out of Broadcom CNB20LE host bridge") Signed-off-by: Colin Ian King Signed-off-by: Bjorn Helgaas Signed-off-by: Ben Hutchings --- arch/x86/pci/broadcom_bus.c | 4 ++-- 1 file changed, 2

[PATCH 3.16 12/99] MIPS: Align kernel load address to 64KB

2019-04-02 Thread Ben Hutchings
-mips.org/patch/21131/ Cc: Ralf Baechle Cc: James Hogan Cc: Steven J . Hill Cc: linux-m...@linux-mips.org Cc: Fuxin Zhang Cc: Zhangjin Wu Signed-off-by: Ben Hutchings --- arch/mips/boot/compressed/calc_vmlinuz_load_addr.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) --- a/arch

[PATCH 3.16 27/99] scsi: zfcp: fix posting too many status read buffers leading to adapter shutdown

2019-04-02 Thread Ben Hutchings
Maier Fixes: d26ab06ede83 ("[SCSI] zfcp: receiving an unsolicted status can lead to I/O stall") Reviewed-by: Jens Remus Signed-off-by: Martin K. Petersen Signed-off-by: Ben Hutchings --- drivers/s390/scsi/zfcp_aux.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/drive

[PATCH 3.16 11/99] MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()

2019-04-02 Thread Ben Hutchings
. Hill Cc: linux-m...@linux-mips.org Cc: Fuxin Zhang Cc: Zhangjin Wu Signed-off-by: Ben Hutchings --- arch/mips/include/asm/pgtable-64.h | 5 + 1 file changed, 5 insertions(+) --- a/arch/mips/include/asm/pgtable-64.h +++ b/arch/mips/include/asm/pgtable-64.h @@ -189,6 +189,11 @@ static inline i

[PATCH 3.16 33/99] gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIB

2019-04-02 Thread Ben Hutchings
Signed-off-by: Linus Walleij Signed-off-by: Ben Hutchings --- include/linux/gpio/consumer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/gpio/consumer.h +++ b/include/linux/gpio/consumer.h @@ -245,7 +245,7 @@ static inline int gpiod_to_irq(const str static inl

[PATCH 3.16 32/99] crypto: user - support incremental algorithm dumps

2019-04-02 Thread Ben Hutchings
t Xu [bwh: Backported to 3.16: adjust filename] Signed-off-by: Ben Hutchings --- crypto/crypto_user.c | 37 - 1 file changed, 20 insertions(+), 17 deletions(-) --- a/crypto/crypto_user.c +++ b/crypto/crypto_user.c @@ -226,30 +226,33 @@ static int crypto_rep

[PATCH 3.16 20/99] b43: Fix error in cordic routine

2019-04-02 Thread Ben Hutchings
and N-PHY need it)") Reported-by: Priit Laes Cc: Rafał Miłecki Signed-off-by: Larry Finger Signed-off-by: Priit Laes Signed-off-by: Kalle Valo [bwh: Backported to 3.16: adjust filename] Signed-off-by: Ben Hutchings --- drivers/net/wireless/b43/phy_common.c | 2 +- 1 file changed, 1 inse

[PATCH 3.16 30/99] ALSA: emux: Fix potential Spectre v1 vulnerabilities

2019-04-02 Thread Ben Hutchings
nux-kernel=152449131114778=2 Signed-off-by: Gustavo A. R. Silva Signed-off-by: Takashi Iwai [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- sound/synth/emux/emux_hwdep.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) --- a/sound/synth/emux/emux_hwdep.c +++

[PATCH 3.16 28/99] sata_rcar: fix deferred probing

2019-04-02 Thread Ben Hutchings
) Reviewed-by: Simon Horman Reviewed-by: Geert Uytterhoeven Signed-off-by: Sergei Shtylyov Signed-off-by: Jens Axboe Signed-off-by: Ben Hutchings --- drivers/ata/sata_rcar.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/drivers/ata/sata_rcar.c +++ b/drivers/ata/sata_rca

[PATCH 3.16 34/99] kvm: vmx: Set IA32_TSC_AUX for legacy mode guests

2019-04-02 Thread Ben Hutchings
zini [bwh: Backported to 3.16: - Keep testing vmx->rdtscp_enabled instead of guest_cpuid_has() - Adjust filename] Signed-off-by: Ben Hutchings --- arch/x86/kvm/vmx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -2077,9 +2077,6 @

[PATCH 3.16 37/99] Btrfs: fix stale dir entries after unlink, inode eviction and fsync

2019-04-02 Thread Ben Hutchings
Signed-off-by: Filipe Manana Signed-off-by: Chris Mason Signed-off-by: Ben Hutchings --- fs/btrfs/inode.c | 29 + 1 file changed, 29 insertions(+) --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -3533,6 +3533,35 @@ cache_index: set_bit(BTRFS_INODE_

[PATCH 3.16 01/99] wireless: airo: potential buffer overflow in sprintf()

2019-04-02 Thread Ben Hutchings
orted to 3.16: adjust filename] Signed-off-by: Ben Hutchings --- drivers/net/wireless/airo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/net/wireless/airo.c +++ b/drivers/net/wireless/airo.c @@ -5469,7 +5469,7 @@ static int proc_BSSList_open( struct ino

[PATCH 3.16 31/99] ALSA: pcm: Fix potential Spectre v1 vulnerability

2019-04-02 Thread Ben Hutchings
indows are large, the policy is to kill the speculation on the first load and not worry if it can be completed with a dependent load/store [1]. [1] https://marc.info/?l=linux-kernel=152449131114778=2 Signed-off-by: Gustavo A. R. Silva Signed-off-by: Takashi Iwai Signed-off-by: Ben Hutchings ---

[PATCH 3.16 16/99] f2fs: read page index before freeing

2019-04-02 Thread Ben Hutchings
reads the index before freeing the page. Fixes: bf39c00a9a7f ("f2fs: drop obsolete node page when it is truncated") Signed-off-by: Pan Bian Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- fs/f2fs/node.c | 4 ++

[PATCH 3.16 38/99] Btrfs: fix fsync of files with multiple hard links in new directories

2019-04-02 Thread Ben Hutchings
) Reported-by: Vijay Chidambaram Reported-by: Jayashree Mohan Signed-off-by: Filipe Manana Signed-off-by: David Sterba [bwh: Backported to 3.16: - In btrfs_log_inode_parent(), inode is a struct inode pointer not a struct btrfs_inode pointer - Adjust context] Signed-off-by: Ben Hutchings --- fs/btrf

[PATCH 3.16 51/99] pinctrl: sh-pfc: sh7264: Fix PFCR3 and PFCR0 register configuration

2019-04-02 Thread Ben Hutchings
: a8d42fc4217b1ea1 ("sh-pfc: Add sh7264 pinmux support") Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman Signed-off-by: Ben Hutchings --- drivers/pinctrl/sh-pfc/pfc-sh7264.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) --- a/drivers/pinctrl/sh-pfc/pfc-sh72

[PATCH 3.16 59/99] ALSA: rme9652: Fix potential Spectre v1 vulnerability

2019-04-02 Thread Ben Hutchings
do not use assignment in if condition FILE: sound/pci/rme9652/hdsp.c:4103: if ((mapped_channel = hdsp->channel_map[info->channel]) < 0) [1] https://marc.info/?l=linux-kernel=152449131114778=2 Signed-off-by: Gustavo A. R. Silva Signed-off-by: Takashi Iwai [bwh: Backported to 3.16: adj

[PATCH 3.16 35/99] btrfs: dev-replace: go back to suspended state if target device is missing

2019-04-02 Thread Ben Hutchings
d new sources for device replace code") Signed-off-by: Anand Jain Reviewed-by: David Sterba Signed-off-by: David Sterba [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- fs/btrfs/dev-replace.c | 2 ++ 1 file changed, 2 insertions(+) --- a/fs/btrfs/dev-replace.c +++

[PATCH 3.16 40/99] perf svghelper: Fix unchecked usage of strncpy()

2019-04-02 Thread Ben Hutchings
Cc: Namhyung Kim Cc: Arjan van de Ven Fixes: f48d55ce7871 ("perf: Add a SVG helper library file") Link: https://lkml.kernel.org/n/tip-xzkoo0gyr56gej39ltivu...@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Ben Hutchings --- tools/perf/util/svghelper.c | 2

[PATCH 3.16 49/99] pinctrl: sh-pfc: sh73a0: Add missing TO pin to tpu4_to3 group

2019-04-02 Thread Ben Hutchings
number. Add the missing pin number, for non-GPIO pin F26. Fixes: 5da4eb049de803c7 ("sh-pfc: sh73a0: Add TPU pin groups and functions") Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman Signed-off-by: Ben Hutchings --- drivers/pinctrl/sh-pfc/pfc-sh73a0.c | 1 + 1 file

[PATCH 3.16 45/99] pinctrl: sh-pfc: r8a7740: Add missing REF125CK pin to gether_gmii group

2019-04-02 Thread Ben Hutchings
the corresponding pin number. Fixes: bae11d30d0cafdc5 ("sh-pfc: r8a7740: Add GETHER pin groups and functions") Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman Signed-off-by: Ben Hutchings --- drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---

[PATCH 3.16 43/99] net/mlx5: Continue driver initialization despite debugfs failure

2019-04-02 Thread Ben Hutchings
16: adjust context] Signed-off-by: Ben Hutchings --- --- a/drivers/net/ethernet/mellanox/mlx5/core/main.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/main.c @@ -313,9 +313,9 @@ int mlx5_dev_init(struct mlx5_core_dev * INIT_LIST_HEAD(>pgdir_list); spin_lock_init(>mkey_lock)

[PATCH 3.16 19/99] serial: imx: fix error handling in console_setup

2019-04-02 Thread Ben Hutchings
at the point. Fixes: 1cf93e0d5488 ("serial: imx: remove the uart_console() check") Signed-off-by: Stefan Agner Reviewed-by: Uwe Kleine-König Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- drivers/tty/serial/imx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---

[PATCH 3.16 50/99] pinctrl: sh-pfc: sh7734: Add missing IPSR11 field

2019-04-02 Thread Ben Hutchings
field descriptor does not contain the 3-bit field IP11[25:23]. Fixes: 856cb4bb337ee504 ("sh: Add support pinmux for SH7734") Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman Signed-off-by: Ben Hutchings --- drivers/pinctrl/sh-pfc/pfc-sh7734.c | 2 +- 1 file changed, 1

[PATCH 3.16 47/99] pinctrl: sh-pfc: r8a7791: Remove bogus ctrl marks from qspi_data4_b group

2019-04-02 Thread Ben Hutchings
rightfully does not contain the corresponding pin numbers, as the control pins are provided by a separate group (qspi_ctrl_b). Fixes: 2d0c386f135e4186 ("pinctrl: sh-pfc: r8a7791: Add QSPI pin groups") Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman Signed-off-by: Ben

[PATCH 3.16 48/99] pinctrl: sh-pfc: r8a7791: Remove bogus marks from vin1_b_data18 group

2019-04-02 Thread Ben Hutchings
. The vin1_b_data18_pins[] array rightfully does not include the corresponding pin numbers, as RGB18 is subset of RGB24, containing only the 6 MSB bits of each component. Fixes: 8e32c9671f84acd8 ("pinctrl: sh-pfc: r8a7791: Add VIN pins") Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman Signed-o

[PATCH 3.16 26/99] mips: bpf: fix encoding bug for mm_srlv32_op

2019-04-02 Thread Ben Hutchings
;) Cc: Markos Chandras Cc: Paul Burton Cc: linux-m...@vger.kernel.org Acked-by: Jakub Kicinski Acked-by: Song Liu Signed-off-by: Jiong Wang Signed-off-by: Alexei Starovoitov Signed-off-by: Ben Hutchings --- arch/mips/include/uapi/asm/inst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --

[PATCH 3.16 08/99] dlm: memory leaks on error path in dlm_user_request()

2019-04-02 Thread Ben Hutchings
. However ua is attached to lkb not in set_lock_args() but later, inside request_lock(). Fixes 597d0cae0f99 ("[DLM] dlm: user locks") Signed-off-by: Vasily Averin Signed-off-by: David Teigland Signed-off-by: Ben Hutchings --- fs/dlm/lock.c | 14 +++--- 1 file changed, 7 insert

[PATCH 3.16 52/99] pinctrl: sh-pfc: sh7269: Add missing PCIOR0 field

2019-04-02 Thread Ben Hutchings
for 6 reserved bits, thus breaking the configuration of all subsequent fields in the register. Fix this by adding the two missing configuration values. Fixes: f5e811f2a43117b2 ("sh-pfc: Add sh7269 pinmux support") Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman Signed-o

[PATCH 3.16 24/99] MIPS: Expand MIPS32 ASIDs to 64 bits

2019-04-02 Thread Ben Hutchings
m/ Cc: Jiwei Sun Cc: Yu Huabing Cc: linux-m...@vger.kernel.org [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- --- a/arch/mips/include/asm/cpu-info.h +++ b/arch/mips/include/asm/cpu-info.h @@ -39,7 +39,7 @@ struct cache_desc { #define MIPS_CACHE_PINDEX 0x0020

[PATCH 3.16 17/99] lib/string.c: remove duplicated function

2019-04-02 Thread Ben Hutchings
Cc: Grant Likely Cc: Andi Kleen Cc: Dan Carpenter Cc: "H. Peter Anvin" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Ben Hutchings --- lib/string.c | 27 ++- 1 file changed, 10 insertions(+), 17 deletions(-) --- a/lib/string.c

[PATCH 3.16 41/99] perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set nul

2019-04-02 Thread Ben Hutchings
9xbalw69qp...@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Ben Hutchings --- tools/perf/ui/tui/helpline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/perf/ui/tui/helpline.c +++ b/tools/perf/ui/tui/helpline.c @@ -22,7 +22,7 @@ static void tui_helpline__push

[PATCH 3.16 39/99] perf help: Remove needless use of strncpy()

2019-04-02 Thread Ben Hutchings
Cc: Adrian Hunter Cc: Jiri Olsa Cc: Namhyung Kim Fixes: 078006012401 ("perf_counter tools: add in basic glue from Git") Link: https://lkml.kernel.org/n/tip-2f69l7drca427ob4km8i7...@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Ben Hutchings --- tools/perf/built

[PATCH 3.16 18/99] altera-stapl: check for a null key before strcasecmp'ing it

2019-04-02 Thread Ben Hutchings
ed-off-by: Colin Ian King Signed-off-by: Greg Kroah-Hartman [bwh: Backported to 3.16: old code used strnicmp()] Signed-off-by: Ben Hutchings --- drivers/misc/altera-stapl/altera.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/misc/altera-stapl/altera.c b/drive

[PATCH 3.16 75/99] kvm: Disallow wraparound in kvm_gfn_to_hva_cache_init

2019-04-02 Thread Ben Hutchings
m cached translations.") Reported-by: Cfir Cohen Signed-off-by: Jim Mattson Reviewed-by: Cfir Cohen Reviewed-by: Marc Orr Cc: Andrew Honig Signed-off-by: Radim Krčmář [bwh: Backported to 3.16: adjust context] Signed-off-by: Ben Hutchings --- --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm_main.

[PATCH 3.16 46/99] pinctrl: sh-pfc: r8a7740: Add missing LCD0 marks to lcd0_data24_1 group

2019-04-02 Thread Ben Hutchings
the corresponding pin marks. Fixes: 06c7dd866da70f6c ("sh-pfc: r8a7740: Add LCDC0 and LCDC1 pin groups and functions") Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman Signed-off-by: Ben Hutchings --- drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 1 + 1 file changed, 1

[PATCH 3.16 77/99] MIPS: BCM63XX: fix switch core reset on BCM6368

2019-04-02 Thread Ben Hutchings
the proper mask so the switch core gets reset to a known good state. Fixes: 799faa626c71 ("MIPS: BCM63XX: add core reset helper") Signed-off-by: Jonas Gorski Signed-off-by: Paul Burton Cc: linux-m...@vger.kernel.org Cc: Ralf Baechle Cc: James Hogan Cc: Florian Fainelli Signed-off-by: Ben

<    6   7   8   9   10   11   12   13   14   15   >