Re: [PATCH 0/2] crypto: add new driver for Marvell CESA

2015-04-17 Thread Boris Brezillon
Hi Gregory, On Fri, 17 Apr 2015 15:01:01 +0200 Gregory CLEMENT wrote: > Hi Boris, > > On 17/04/2015 10:39, Boris Brezillon wrote: > > On Fri, 17 Apr 2015 10:33:56 +0200 > > Boris Brezillon wrote: > > > >> Hi Jason, > >> > >> On Mon, 13 Apr 2015 20:11:46 + > >> Jason Cooper wrote: > >> >

[PATCH 01/14] devicetree: Add bindings for the SoC of the ATH79 familly

2015-04-17 Thread Alban Bedel
Signed-off-by: Alban Bedel --- .../devicetree/bindings/mips/ath79-soc.txt | 21 + 1 file changed, 21 insertions(+) create mode 100644 Documentation/devicetree/bindings/mips/ath79-soc.txt diff --git a/Documentation/devicetree/bindings/mips/ath79-soc.txt

[PATCH 3.14 05/43] PCI/AER: Avoid info leak in __print_tlp_header()

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Rasmus Villemoes commit a1b7f2f6367944d445c6853035830a35c6343939 upstream. Commit fab4c256a58b ("PCI/AER: Add a TLP header print helper") introduced the helper function __print_tlp_header(),

[PATCH 3.14 25/43] x86/reboot: Add ASRock Q1900DC-ITX mainboard reboot quirk

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Stefan Lippers-Hollmann commit 80313b3078fcd2ca51970880d90757f05879a193 upstream. The ASRock Q1900DC-ITX mainboard (Baytrail-D) hangs randomly in both BIOS and UEFI mode while rebooting

[PATCH 3.14 24/43] dmaengine: omap-dma: Fix memory leak when terminating running transfer

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Peter Ujfalusi commit 02d88b735f5a60f04dbf6d051b76e1877a0d0844 upstream. In omap_dma_start_desc the vdesc->node is removed from the virt-dma framework managed lists (to be precise from the

[PATCH 3.14 23/43] iio: imu: Use iio_trigger_get for indio_dev->trig assignment

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Darshana Padmadas commit 4ce7ca89d6e8eae9e201cd0e972ba323f33e2fb4 upstream. This patch uses iio_trigger_get to increment the reference count of trigger device, to avoid incorrect assignment.

Re: Upstream kernel fails to run on qemu-sparc64 due to commit 889fa31f0 (blk-mq: reduce unnecessary software queue looping)

2015-04-17 Thread Guenter Roeck
On Thu, Apr 16, 2015 at 11:32:20PM -0700, Guenter Roeck wrote: > Hi, > > my qemu-sparc64 tests fail to run with kernel v4.0-7245-ga39ef1a7c609. > Bisect points to commit 889fa31f00b ("blk-mq: reduce unnecessary software > queue looping"). Reverting this commit fixes the problem. > > I had a look

[PATCH v3 00/17] crypto: talitos - Add support for SEC1

2015-04-17 Thread Christophe Leroy
The purpose of this set of patchs is to add to talitos crypto driver the support for the SEC1 version of the security engine, which is found in mpc885 and mpc8272 processors. v3 is a complete rework of the patchset. Since a kernel can be built with support for both MPC82xx and MPC83xx at the same

[PATCH 3.14 20/43] USB: ftdi_sio: Use jtag quirk for SNAP Connect E10

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Doug Goldstein commit b229a0f840f774d29d8fedbf5deb344ca36b7f1a upstream. This patch uses the existing CALAO Systems ftdi_8u2232c_probe in order to avoid attaching a TTY to the JTAG port as

[PATCH 3.14 39/43] [media] sh_veu: v4l2_dev wasnt set

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Hans Verkuil commit ab3120300be067a2d41a027c41db0b2c662ab200 upstream. The v4l2_dev field of struct video_device must be set correctly. This was never done for this driver, so no video nodes

Re: [PATCH V4] Fix pointer cast for 32 bits arch

2015-04-17 Thread Alan Cox
On Fri, 2015-04-17 at 11:20 +0300, Dan Carpenter wrote: > Actually, my patch seems like a good idea to me but it's one of those > things that someone should probably test. Unless someone can test > goldfish on a 32 bit system with 64 bit dma addresses No such "system" exists. Alan -- To

[PATCH 3.14 43/43] IB/mlx4: Saturate RoCE port PMA counters in case of overflow

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Majd Dibbiny commit 61a3855bb726cbb062ef02a31a832dea455456e0 upstream. For RoCE ports, we set the u32 PMA values based on u64 HCA counters. In case of overflow, according to the IB spec, we

[PATCH 3.14 31/43] tty: serial: fsl_lpuart: clear receive flag on FIFO flush

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Stefan Agner commit 8e4934c6d6c659e22b1b746af4196683e77ce6ca upstream. When the receiver was enabled during startup, a character could have been in the FIFO when the UART get initially used.

[PATCH 3.14 08/43] tcp: Fix crash in TCP Fast Open

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings Commit 355a901e6cf1 ("tcp: make connect() mem charging friendly") changed tcp_send_syn_data() to perform an open-coded copy of the 'syn' skb rather than using skb_copy_expand().

RE: [RFC PATCH 1/1] i2c: core: Add support for best effort block read emulation

2015-04-17 Thread Tirdea, Irina
> -Original Message- > From: Wolfram Sang [mailto:w...@the-dreams.de] > Sent: 15 April, 2015 18:55 > To: Tirdea, Irina > Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: Re: [RFC PATCH 1/1] i2c: core: Add support for best effort block > read emulation > > On Wed,

[PATCH 3.14 03/43] ALSA: hda/realtek - Make more stable to get pin sense for ALC283

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Kailang Yang commit a59d7199f62b8336570972dcc288321d0ec999fe upstream. Pin sense will active when power pin is wake up. Power pin will not wake up immediately during resume state. Add some

[PATCH 3.14 21/43] Defer processing of REQ_PREEMPT requests for blocked devices

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Bart Van Assche commit bba0bdd7ad4713d82338bcd9b72d57e9335a664b upstream. SCSI transport drivers and SCSI LLDs block a SCSI device if the transport layer is not operational. This means that

Re: [PATCH] rcu: small rcu_dereference doc update

2015-04-17 Thread Paul E. McKenney
On Fri, Apr 17, 2015 at 10:13:50AM -0400, Steven Rostedt wrote: > On Fri, 17 Apr 2015 07:06:38 -0700 > "Paul E. McKenney" wrote: > > > On Fri, Apr 17, 2015 at 12:33:36PM +0200, Milos Vyletel wrote: > > > Make a note stating that repeated calls of rcu_dereference() may not > > > return the same

[PATCH 3.14 42/43] net: llc: use correct size for sysctl timeout entries

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Sasha Levin commit 6b8d9117ccb4f81b1244aafa7bc70ef8fa45fc49 upstream. The timeout entries are sizeof(int) rather than sizeof(long), which means that when they were getting read we'd also leak

[PATCH 3.14 16/43] writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo commit 7d70e15480c0450d2bfafaad338a32e884fc215e upstream. global_update_bandwidth() uses static variable update_time as the timestamp for the last update but forgets to initialize

[PATCH 3.14 12/43] iwlwifi: dvm: run INIT firmware again upon .start()

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Emmanuel Grumbach commit 9c8928f5176766bec79f272bd47b7124e11cccbd upstream. The assumption before this patch was that we don't need to run again the INIT firmware after the system booted. The

[PATCH 3.14 14/43] mm/memory hotplug: postpone the reset of obsolete pgdat

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Gu Zheng commit b0dc3a342af36f95a68fe229b8f0f73552c5ca08 upstream. Qiu Xishi reported the following BUG when testing hot-add/hot-remove node under stress condition: BUG: unable to handle

RE: [PATCH V6 4/6] perf, x86: handle multiple records in PEBS buffer

2015-04-17 Thread Liang, Kan
> -Original Message- > From: Peter Zijlstra [mailto:pet...@infradead.org] > Sent: Friday, April 17, 2015 9:13 AM > To: Liang, Kan > Cc: linux-kernel@vger.kernel.org; mi...@kernel.org; > a...@infradead.org; eran...@google.com; a...@firstfloor.org > Subject: Re: [PATCH V6 4/6] perf, x86:

[PATCH 3.14 17/43] writeback: fix possible underflow in write bandwidth calculation

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo commit c72efb658f7c8b27ca3d0efb5cfd5ded9fcac89e upstream. >From 1ebf33901ecc75d9496862dceb1ef0377980587c Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Mon, 23 Mar 2015 00:08:19

Re: [PATCH] rcu: small rcu_dereference doc update

2015-04-17 Thread Steven Rostedt
On Fri, 17 Apr 2015 07:06:38 -0700 "Paul E. McKenney" wrote: > On Fri, Apr 17, 2015 at 12:33:36PM +0200, Milos Vyletel wrote: > > Make a note stating that repeated calls of rcu_dereference() may not > > return the same pointer if update happens while in critical section. > > > > Reported-by:

[PATCH 3.14 37/43] ioctx_alloc(): fix vma (and file) leak on failure

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Al Viro commit deeb8525f9bcea60f5e86521880c1161de7a5829 upstream. If we fail past the aio_setup_ring(), we need to destroy the mapping. We don't need to care about anybody having found ctx,

Re: [LKP] [mtd] 6b44d910ae7: WARNING: CPU: 0 PID: 0 at kernel/locking/lockdep.c:3547 check_flags+0xae/0x17b()

2015-04-17 Thread Frans Klaver
On Thu, Apr 16, 2015 at 9:34 AM, Frans Klaver wrote: > On Thu, Apr 16, 2015 at 7:27 AM, Huang Ying wrote: >> FYI, we noticed the below changes on >> >> git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master >> commit 6b44d910ae7de5316fcf1fc828ff4a8d48cac5e2 ("mtd: core: set

[PATCH 3.14 41/43] net: rds: use correct size for max unacked packets and bytes

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Sasha Levin commit db27ebb111e9f69efece08e4cb6a34ff980f8896 upstream. Max unacked packets/bytes is an int while sizeof(long) was used in the sysctl table. This means that when they were

[PATCH 3.14 07/43] selinux: fix sel_write_enforce broken return value

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Joe Perches commit 6436a123a147db51a0b06024a8350f4c230e73ff upstream. Return a negative error value like the rest of the entries in this function. Signed-off-by: Joe Perches Acked-by:

[PATCH 3.14 32/43] n_tty: Fix read buffer overwrite when no newline

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Peter Hurley commit fb5ef9e7da39968fec6d6f37f20a23d23740c75e upstream. In canon mode, the read buffer head will advance over the buffer tail if the input > 4095 bytes without receiving a line

[PATCH v3 11/17] crypto: talitos - adaptation of talitos_submit() for SEC1

2015-04-17 Thread Christophe Leroy
SEC1 descriptor is a bit different to SEC2+ descriptor. talitos_submit() will have to copy hdr field into hdr1 field and send the descriptor starting at hdr1 up to next_desc. For SEC2, it remains unchanged and next_desc is just ignored. Signed-off-by: Christophe Leroy ---

[PATCH 3.14 36/43] ocfs2: _really_ sync the right range

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Al Viro commit 64b4e2526d1cf6e6a4db6213d6e2b6e6ab59479a upstream. "ocfs2 syncs the wrong range" had been broken; prior to it the code was doing the wrong thing in case of O_APPEND, all right,

[PATCH 3.14 02/43] ALSA: usb - Creative USB X-Fi Pro SB1095 volume knob support

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: "Dmitry M. Fedin" commit 3dc8523fa7412e731441c01fb33f003eb3cfece1 upstream. Adds an entry for Creative USB X-Fi to the rc_config array in mixer_quirks.c to allow use of volume knob on the

[PATCH 3.14 00/43] 3.14.39-stable review

2015-04-17 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.14.39 release. There are 43 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 Sun Apr 19 13:25:21 UTC 2015. Anything

[PATCH v3 08/17] crypto: talitos - add sub-choice in talitos CONFIG for SEC1

2015-04-17 Thread Christophe Leroy
This patch adds a CONFIG option to select SEC1, SEC2+ or both. Signed-off-by: Christophe Leroy --- drivers/crypto/Kconfig | 18 ++ 1 file changed, 18 insertions(+) diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 800bf41..8a76a01 100644 ---

[PATCH 3.14 30/43] usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllers

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Lu Baolu commit 227a4fd801c8a9fa2c4700ab98ec1aec06e3b44d upstream. When a device with an isochronous endpoint is plugged into the Intel xHCI host controller, and the driver submits multiple

[PATCH 3.19 037/101] nfsd: return correct lockowner when there is a race on hash insert

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: "J. Bruce Fields" commit 340f0ba1c6c8412aa35fd6476044836b84361ea6 upstream. alloc_init_lock_stateowner can return an already freed entry if there is a race to put openowners in the hashtable.

[PATCH 3.19 015/101] selinux: fix sel_write_enforce broken return value

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Joe Perches commit 6436a123a147db51a0b06024a8350f4c230e73ff upstream. Return a negative error value like the rest of the entries in this function. Signed-off-by: Joe Perches Acked-by:

[PATCH 3.19 023/101] drm/radeon/dpm: fix 120hz handling harder

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 3899ca844b82fb201fb764f56eec483acb59a29c upstream. Need to expand the check to handle short circuiting if the selected state is the same as current state. bug:

[PATCH 3.14 33/43] cifs: smb2_clone_range() - exit on unhandled error

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Sachin Prabhu commit 2477bc58d49edb1c0baf59df7dc093dce682af2b upstream. While attempting to clone a file on a samba server, we receive a STATUS_INVALID_DEVICE_REQUEST. This is mapped to

[PATCH 3.19 000/101] 3.19.5-stable review

2015-04-17 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.19.5 release. There are 101 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 Sun Apr 19 13:24:43 UTC 2015. Anything

[PATCH 3.19 004/101] ALSA: bebob: fix to processing in big-endian machine for sending cue

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Sakamoto commit a053fc318bc5d28cd25168c948255fd48a29ea26 upstream. Some M-Audio devices require to receive bootup command just after powering on, while codes in BeBoB driver doesn't

[PATCH 3.14 34/43] cifs: fix use-after-free bug in find_writable_file

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: David Disseldorp commit e1e9bda22d7ddf88515e8fe401887e313922823e upstream. Under intermittent network outages, find_writable_file() is susceptible to the following race condition, which

[PATCH 3.19 028/101] drm/i915/vlv: remove wait for previous GFX clk disable request

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Jesse Barnes commit 5df0582bf036bb5f9a8ad8db5884fe13a55347d1 upstream. Looks like it was introduced in: commit 650ad970a39f8b6164fe8613edc150f585315289 Author: Imre Deak Date: Fri Apr 18

Re: [Patch 1/3] firmware: dmi_scan: rename dmi_table to dmi_decode_table

2015-04-17 Thread Jean Delvare
Hi Matt, Le Friday 17 April 2015 à 14:40 +0100, Matt Fleming a écrit : > On Thu, 16 Apr, at 10:35:11AM, Jean Delvare wrote: > > > > I don't really care who picks these patches up and sends them to Linus, > > but I think they should all follow the same route so that Linus has as > > little merge

Re: [PATCH V4] Fix pointer cast for 32 bits arch

2015-04-17 Thread Alan Cox
On Fri, 2015-04-17 at 16:59 +0300, Dan Carpenter wrote: > On Fri, Apr 17, 2015 at 02:31:49PM +0100, Alan Cox wrote: > > On Fri, 2015-04-17 at 11:20 +0300, Dan Carpenter wrote: > > > Actually, my patch seems like a good idea to me but it's one of those > > > things that someone should probably

Re: [PATCH -next] ASoC: Intel: sst_hsw: remove kfree for memory allocated with devm_kzalloc

2015-04-17 Thread Mark Brown
On Thu, Apr 16, 2015 at 09:46:18PM +0800, weiyj...@163.com wrote: > From: Wei Yongjun > > It's not necessary to free memory allocated with devm_kzalloc > and using kfree leads to a double free. Like Yao said a fix for this has already been applied. signature.asc Description: Digital signature

[PATCH 3.19 038/101] sunrpc: make debugfs file creation failure non-fatal

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Jeff Layton commit f9c72d10d6fbf949558cd088389a42213ed7b12d upstream. We currently have a problem that SELinux policy is being enforced when creating debugfs files. If a debugfs file is

[PATCH 3.19 008/101] PCI: cpcihp: Add missing curly braces in cpci_configure_slot()

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit bc3b5b47c80da8838758731d423179262c9c36ec upstream. I don't have this hardware but it looks like we weren't adding bridge devices as intended. Maybe the bridge is always

[PATCH 3.19 041/101] nbd: fix possible memory leak

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Sudip Mukherjee commit ff6b8090e26ef7649ef0cc6b42389141ef48b0cf upstream. we have already allocated memory for nbd_dev, but we were not releasing that memory and just returning the error

[PATCH 3.14 27/43] cpuidle: remove state_count field from struct cpuidle_device

2015-04-17 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Bartlomiej Zolnierkiewicz commit d75e4af14e228bbe3f86e29bcecb8e6be98d4e04 upstream. Thomas Schlichter reports the following issue on his Samsung NC20: "The C-states C1 and C2 to the OS when

Re: [PATCH v4 00/24] ILP32 for ARM64

2015-04-17 Thread Alexander Graf
Am 17.04.2015 um 15:17 schrieb Arnd Bergmann : > On Friday 17 April 2015 10:01:56 Catalin Marinas wrote: > On Thu, Apr 16, 2015 at 05:21:30PM +0200, Arnd Bergmann wrote: > On Thursday 16 April 2015 14:31:34 Catalin Marinas wrote: > On Thu, Apr 16, 2015 at 11:33:49AM

[PATCH 3.19 012/101] ARC: SA_SIGINFO ucontext regs off-by-one

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Vineet Gupta commit 6914e1e3f63caa829431160f0f7093292daef2d5 upstream. The regfile provided to SA_SIGINFO signal handler as ucontext was off by one due to pt_regs gutter cleanups in 2013.

[PATCH 3.19 003/101] ALSA: usb - Creative USB X-Fi Pro SB1095 volume knob support

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: "Dmitry M. Fedin" commit 3dc8523fa7412e731441c01fb33f003eb3cfece1 upstream. Adds an entry for Creative USB X-Fi to the rc_config array in mixer_quirks.c to allow use of volume knob on the

[PATCH 3.19 007/101] PCI/AER: Avoid info leak in __print_tlp_header()

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Rasmus Villemoes commit a1b7f2f6367944d445c6853035830a35c6343939 upstream. Commit fab4c256a58b ("PCI/AER: Add a TLP header print helper") introduced the helper function __print_tlp_header(),

Re: [PATCH] rcu: small rcu_dereference doc update

2015-04-17 Thread Paul E. McKenney
On Fri, Apr 17, 2015 at 12:33:36PM +0200, Milos Vyletel wrote: > Make a note stating that repeated calls of rcu_dereference() may not > return the same pointer if update happens while in critical section. > > Reported-by: Jeff Haran > Signed-off-by: Milos Vyletel Hmmm... Seems like that

[PATCH 3.19 001/101] ALSA: hda - Add dock support for Thinkpad T450s (17aa:5036)

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Wicki commit 80b311d3118842eb681397233faa0d588df13f92 upstream. This model uses the same dock port as the previous generation. Signed-off-by: Sebastian Wicki Signed-off-by:

[PATCH 3.19 017/101] blkmq: Fix NULL pointer deref when all reserved tags in

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Sam Bradshaw commit bc188d818edf325ae38cfa43254a0b10a4defd65 upstream. When allocating from the reserved tags pool, bt_get() is called with a NULL hctx. If all tags are in use, the hw queue

Re: [Adi-buildroot-devel] [Consult] blackfin: About one building break issue for STACKTRACE

2015-04-17 Thread Chen Gang
On 4/17/15 11:02, Zhang, Sonic wrote: > Hi Gang, > > Please only use the GCC for Blackfin 2013R1 or 2014R1 from > https://sourceforge.net/projects/adi-buildroot/files/ . Upstream GCC5 isn't > ported to Blackfin properly. > OK, thank you very much for your reply. :-) For me, I want to let

[PATCH 3.19 019/101] block: fix blk_stack_limits() regression due to lcm() change

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Mike Snitzer commit e9637415a92cf25ad800b7fdeddcd30cce7b44ab upstream. Linux 3.19 commit 69c953c ("lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not n") caused blk_stack_limits() to not properly stack

[PATCH 3.19 021/101] drm/edid: set ELD for firmware and debugfs override EDIDs

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Jani Nikula commit ad692b46dbf122ef90aadce3b389ef64c90e861d upstream. If the user supplies EDID through firmware or debugfs override, the driver callbacks are bypassed and the connector ELD

[PATCH 3.19 036/101] nfsd: return correct openowner when there is a race to put one in the hash

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Jeff Layton commit c5952338bfc234e54deda45b7228f610a545e28a upstream. alloc_init_open_stateowner can return an already freed entry if there is a race to put openowners in the hashtable. In

[PATCH 3.19 018/101] Fix bug in blk_rq_merge_ok

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Wenbo Wang commit 7ee8e4f3983c4ff700958a6099c8fd212ea67b94 upstream. Use the right array index to reference the last element of rq->biotail->bi_io_vec[] Signed-off-by: Wenbo Wang

[PATCH 3.19 016/101] blk-mq: fix use of incorrect goto label in blk_mq_init_queue error path

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Mike Snitzer commit 9a30b096b543932de218dd3501b5562e00a8792d upstream. If percpu_ref_init() fails the allocated q and hctxs must get cleaned up; using 'err_map' doesn't allow that to happen.

[PATCH 3.19 034/101] x86/xen: prepare p2m list for memory hotplug

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Juergen Gross commit 633d6f17cd91ad5bf2370265946f716e42d388c6 upstream. Commit 054954eb051f35e74b75a566a96fe756015352c8 ("xen: switch to linear virtual mapped sparse p2m list") introduced a

[PATCH 3.19 042/101] mac80211: fix RX A-MPDU session reorder timer deletion

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg commit 788211d81bfdf9b6a547d0530f206ba6ee76b107 upstream. There's an issue with the way the RX A-MPDU reorder timer is deleted that can cause a kernel crash like this: *

[PATCH 3.19 040/101] powerpc: Re-enable dynticks

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Paul Clarke commit fea559f303567e558bfab9c8ba4a2af5b309205a upstream. Implement arch_irq_work_has_interrupt() for powerpc Commit 9b01f5bf3 introduced a dependency on "IRQ work self-IPIs" for

[PATCH 3.19 039/101] powerpc: fix memory corruption by pnv_alloc_idle_core_states

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Jan Stancek commit d52356e7f48e400ca258c6763a232a92fa82ff68 upstream. Space allocated for paca is based off nr_cpu_ids, but pnv_alloc_idle_core_states() iterates paca with

[PATCH 3.19 035/101] xen/balloon: before adding hotplugged memory, set frames to invalid

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Juergen Gross commit 3c56b3a12ce52f361468cbdd2f79b2f3b8da0ea6 upstream. Commit 25b884a83d487fd62c3de7ac1ab5549979188482 ("x86/xen: set regions above the end of RAM as 1:1") introduced a

[PATCH 3.19 033/101] iwlwifi: dvm: run INIT firmware again upon .start()

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Emmanuel Grumbach commit 9c8928f5176766bec79f272bd47b7124e11cccbd upstream. The assumption before this patch was that we don't need to run again the INIT firmware after the system booted. The

[PATCH 3.19 011/101] PCI: spear: Drop __initdata from spear13xx_pcie_driver

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: "Matwey V. Kornilov" commit a43f32d647273023edddb0dc8f91c4c6378b252b upstream. Struct spear13xx_pcie_driver was in initdata, but we passed a pointer to it to platform_driver_register(), which

[PATCH 3.19 010/101] PCI: Dont look for ACPI hotplug parameters if ACPI is disabled

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Bjorn Helgaas commit 8647ca9ad5a0065ad53a2ad7e39163592b6ed35e upstream. Booting a v3.18 or newer Xen domU kernel with PCI devices passed through results in an oops (this is a 32-bit 3.13.11

[PATCH 3.19 005/101] ALSA: hda/realtek - Make more stable to get pin sense for ALC283

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Kailang Yang commit a59d7199f62b8336570972dcc288321d0ec999fe upstream. Pin sense will active when power pin is wake up. Power pin will not wake up immediately during resume state. Add some

Re: [PATCH -next] ASoC: Intel: sst_byt: remove kfree for memory allocated with devm_kzalloc

2015-04-17 Thread Mark Brown
On Thu, Apr 16, 2015 at 09:46:29PM +0800, weiyj...@163.com wrote: > From: Wei Yongjun > > It's not necessary to free memory allocated with devm_kzalloc > and using kfree leads to a double free. Applied, thanks. signature.asc Description: Digital signature

[PATCH 3.19 054/101] USB: ftdi_sio: Added custom PID for Synapse Wireless product

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Doug Goldstein commit 4899c054a90439477b24da8977db8d738376fe90 upstream. Synapse Wireless uses the FTDI VID with a custom PID of 0x9090 for their SNAP Stick 200 product. Signed-off-by: Doug

[PATCH v2 5/7] ARM: dts: exynos5: Use labels for overriding nodes in Exynos5420

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Additionally remove duplicated serial and uart labels for serial Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos5420-peach-pit.dts | 2 +- arch/arm/boot/dts/exynos5420.dtsi | 80

[PATCH 3.19 059/101] iio: bmc150: change sampling frequency

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Sathyanarayanan Kuppuswamy commit 0ba8da961bd868c67a8dae3dbbee145514515e9c upstream. Currently driver reports device bandwidth list as available sampling frequency. But sampling frequency is

Re: [PATCH V4] Fix pointer cast for 32 bits arch

2015-04-17 Thread Dan Carpenter
On Fri, Apr 17, 2015 at 02:31:49PM +0100, Alan Cox wrote: > On Fri, 2015-04-17 at 11:20 +0300, Dan Carpenter wrote: > > Actually, my patch seems like a good idea to me but it's one of those > > things that someone should probably test. Unless someone can test > > goldfish on a 32 bit system with

[PATCH 3.19 056/101] Defer processing of REQ_PREEMPT requests for blocked devices

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Bart Van Assche commit bba0bdd7ad4713d82338bcd9b72d57e9335a664b upstream. SCSI transport drivers and SCSI LLDs block a SCSI device if the transport layer is not operational. This means that

[PATCH 3.19 045/101] mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolate

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Laura Abbott commit cfa869438282be84ad4110bba5027ef1fbbe71e4 upstream. Commit 3c605096d315 ("mm/page_alloc: restrict max order of merging on isolated pageblock") changed the logic of

[PATCH 3.19 064/101] ath9k: fix tracking of enabled AP beacons

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau commit 1cf48f22c98ae24a49a3f1b6900e4c9a9a0fcc62 upstream. sc->nbcnvifs tracks assigned beacon slots, not enabled beacons. Therefore, it cannot be used to decide if

[PATCH v2 6/7] ARM: dts: exynos5: Use labels for overriding nodes in SMDK5420

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 645 +++--- 1 file changed, 323 insertions(+), 322 deletions(-) diff --git

[PATCH v2 7/7] ARM: dts: exynos5: Use labels for overriding nodes in Exynos5440 boards

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos5440-sd5v1.dts| 10 ++-- arch/arm/boot/dts/exynos5440-ssdk5440.dts | 85 +++ 2 files changed, 47 insertions(+),

[PATCH 3.19 069/101] cpuidle: remove state_count field from struct cpuidle_device

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Bartlomiej Zolnierkiewicz commit d75e4af14e228bbe3f86e29bcecb8e6be98d4e04 upstream. Thomas Schlichter reports the following issue on his Samsung NC20: "The C-states C1 and C2 to the OS when

[PATCH v2 2/7] ARM: dts: exynos5: Use labels for overriding nodes in Exynos5250

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos5250.dtsi | 82 +++ 1 file changed, 41 insertions(+), 41 deletions(-) diff --git

[PATCH v2 1/7] ARM: dts: Add labels to Exynos5 nodes

2015-04-17 Thread Krzysztof Kozlowski
Add new labels to certain nodes so they could be easily referenced by Exynos5 board DTS files. Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos5.dtsi| 6 +++--- arch/arm/boot/dts/exynos5440.dtsi | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH 3.19 043/101] mm: fix anon_vma->degree underflow in anon_vma endless growing prevention

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Leon Yu commit 3fe89b3e2a7bbf3e97657104b9b33a9d81b950b3 upstream. I have constantly stumbled upon "kernel BUG at mm/rmap.c:399!" after upgrading to 3.19 and had no luck with 4.0-rc1 neither.

[PATCH v2 3/7] ARM: dts: exynos5: Remove duplicated I2C7 nodes in Snow

2015-04-17 Thread Krzysztof Kozlowski
The i2c_7 node (i2c@12CD) with LVDS bridge child node was put in Exynos5250 Snow DTS file twice. Move the LVDS bridge to proper existing i2c_7 node. Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos5250-snow.dts | 46 +-- 1 file changed, 22

[PATCH v2 4/7] ARM: dts: exynos5: Use labels for overriding nodes in Arndale Octa

2015-04-17 Thread Krzysztof Kozlowski
Usage of labels instead of full paths reduces possible mistakes when overriding nodes. Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/exynos5420-arndale-octa.dts | 634 +- 1 file changed, 317 insertions(+), 317 deletions(-) diff --git

Re: BUG: unable to handle kernel NULL pointer deref, bisected to 746650160

2015-04-17 Thread Torsten Luettgert
On Fri, 17 Apr 2015 15:31:16 +0200 Torsten Luettgert wrote: > On Mon, 13 Apr 2015 20:28:29 +0200 > Torsten Luettgert wrote: > > Right now, I'm trying the problematic release, compiled with a newer > gcc (4.9.2-6 from Fedora, while using 4.4.7-11 from rhel6 > before). It has only been running a

[PATCH 3.19 061/101] iio: imu: Use iio_trigger_get for indio_dev->trig assignment

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Darshana Padmadas commit 4ce7ca89d6e8eae9e201cd0e972ba323f33e2fb4 upstream. This patch uses iio_trigger_get to increment the reference count of trigger device, to avoid incorrect assignment.

[PATCH 3.19 049/101] writeback: fix possible underflow in write bandwidth calculation

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo commit c72efb658f7c8b27ca3d0efb5cfd5ded9fcac89e upstream. >From 1ebf33901ecc75d9496862dceb1ef0377980587c Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Mon, 23 Mar 2015 00:08:19

[PATCH 3.19 046/101] sched: Fix RLIMIT_RTTIME when PI-boosting to RT

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Brian Silverman commit 746db9443ea57fd9c059f62c4bfbf41cf224fe13 upstream. When non-realtime tasks get priority-inheritance boosted to a realtime scheduling class, RLIMIT_RTTIME starts to

[PATCH 3.19 072/101] usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllers

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Lu Baolu commit 227a4fd801c8a9fa2c4700ab98ec1aec06e3b44d upstream. When a device with an isochronous endpoint is plugged into the Intel xHCI host controller, and the driver submits multiple

[PATCH 3.19 067/101] can: flexcan: Deferred on Regulator return EPROBE_DEFER

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Andreas Werner commit 555828ef45f825d6ee06559f0304163550eed380 upstream. Return EPROBE_DEFER if Regulator returns EPROBE_DEFER If the Flexcan driver is built into kernel and a regulator is

[PATCH 3.19 068/101] firmware: dmi_scan: Prevent dmi_num integer overflow

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Jean Delvare commit bfbaafae8519d82d10da6abe75f5766dd5b20475 upstream. dmi_num is a u16, dmi_len is a u32, so this construct: dmi_num = dmi_len / 4; would result in an integer

[PATCH 3.19 071/101] usb: xhci: handle Config Error Change (CEC) in xhci driver

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Lu Baolu commit 9425183d177aa4a2f09d01a74925124f0778b595 upstream. Linux xHCI driver doesn't report and handle port cofig error change. If Port Configure Error for root hub port occurs, CEC

[PATCH 3.19 063/101] dmaengine: omap-dma: Fix memory leak when terminating running transfer

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Peter Ujfalusi commit 02d88b735f5a60f04dbf6d051b76e1877a0d0844 upstream. In omap_dma_start_desc the vdesc->node is removed from the virt-dma framework managed lists (to be precise from the

[PATCH 3.19 066/101] can: flexcan: fix bus-off error state handling.

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Andri Yngvason commit 258ce80e19211f06c97a562a71308ec21a9ab98f upstream. Making sure that the bus-off state gets passed to can_change_state(). Signed-off-by: Andri Yngvason Signed-off-by:

[PATCH 3.19 050/101] libata: Update Crucial/Micron blacklist

2015-04-17 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: "Martin K. Petersen" commit ff7f53fb82a7801a778e5902bdbbc5e195ab0de0 upstream. Micron has released an updated firmware (MU02) for M510/M550/MX100 drives to fix the issues with queued TRIM.

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