[PATCH v2] pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounce

2016-04-01 Thread Yingjoe Chen
The debounce time unit for gpio_chip.set_debounce is us but mtk_gpio_set_debounce regard it as ms. Fix this by correct debounce time array dbnc_arr so it can find correct debounce setting. Debounce time for first debounce setting is 500us, correct this as well. While I'm at it, also change the deb

Re: [PATCH 4/7] ARM: dts: Enable N950 keyboard sleep leds by default

2016-04-01 Thread Pavel Machek
Hi! > > > The two LEDs this GPIO controls are hardwired to sys_clkreq and > > > sys_off_mode pins that are the control signals between the SoC > > > and PMIC. > > > > No, not on N900. On N900, these LEDs are normally used for keyboard > > backlight. > > Oh I see. I've totally forgotten that as I

Re: [PATCH v7 3/3] irqchip: add nps Internal and external irqchips

2016-04-01 Thread kbuild test robot
Hi Noam, [auto build test WARNING on tip/irq/core] [also build test WARNING on v4.6-rc1 next-20160401] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Noam-Camus/Adding-NPS400-drivers/20160402

Re: futex: clarification needed with drop_futex_key_refs and memory barriers

2016-04-01 Thread Davidlohr Bueso
On Tue, 29 Mar 2016, Peter Zijlstra wrote: In any case; the below (completely irrelevant patch for you) is something I would propose. It gives hb_waiter_dec() RELEASE like semantics and ensures it cannot creep into the lock sections its typically behind. Although strictly speaking I think it bei

Re: [fuse-devel] Horrible mmap write performance (kernel writeback issue?)

2016-04-01 Thread Sedat Dilek
On Wed, Mar 30, 2016 at 8:47 PM, Tejun Heo wrote: > Hello, > > On Mon, Mar 28, 2016 at 09:45:53PM +0200, Miklos Szeredi wrote: >> >> commit 947e9762a8ddefda38aa21e249e6a4fec215cd12 >> >> Author: Tejun Heo >> >> Date: Fri May 22 18:23:32 2015 -0400 >> >> >> >> writeback: update wb_over_bg_th

Re: [Linux-v4.6-rc1] ext4: WARNING: CPU: 2 PID: 2692 at kernel/locking/lockdep.c:2017 __lock_acquire+0x180e/0x2260

2016-04-01 Thread Sedat Dilek
On Thu, Mar 31, 2016 at 5:42 PM, Peter Zijlstra wrote: > On Wed, Mar 30, 2016 at 05:59:54PM +0800, Boqun Feng wrote: >> So we should use macro like current_hardirq_context() here? Or >> considering the two helpers introduced in my RFC: >> >> http://lkml.kernel.org/g/1455602265-16490-2-git-send-ema

Re: [PATCH RESEND] smp: make wake up idle cpus more generic

2016-04-01 Thread Lianwei Wang
> > * Lianwei Wang wrote: > >> The wake_up_all_idle_cpus API always wake up all the online >> cpus, but sometimes we only want to wake up a set of cpus. >> Use a generic function to wake up a group of cpus that is >> specified by the cpumask parameter. This generic API can >> benefit to the cases

[PATCH 2/3] ARM: dts: vf-colibri: increase NAND clock speed

2016-04-01 Thread Stefan Agner
The NAND flash memory populated on Colibri VF61 allows faster NAND timings than the flash memory on VF50. Additionally, due to divider limitations, VF61 did clock the flash even slower than VF50. Assign the NFC clock in the module specific device trees vf500-colibri.dtsi and vf610-colibri.dtsi resp

Re: [intel-pstate driver regression] processor frequency very high even if in idle

2016-04-01 Thread Sedat Dilek
On Thu, Mar 31, 2016 at 4:30 PM, Doug Smythies wrote: > On 2016.03.31 01:11 Sedat Dilek wrote: >> On Thu, Mar 31, 2016 at 12:50 AM, Doug Smythies wrote: >>> On 2106.03.30 15:19 Srinivas Pandruvada wrote: > > Please see attached files. > Thanks. Your logs make sense. You have conf

[PATCH 3/3] ARM: dts: vfxxx: add missing reg properties

2016-04-01 Thread Stefan Agner
Add missing reg properties to AIPS bus and Cortex-A5's PMU unit. This change avoids the following warnings: Warning (unit_address_vs_reg): Node /soc/aips-bus@4000 has a unit name, but no reg property Warning (unit_address_vs_reg): Node /soc/aips-bus@4008 has a unit name, but no reg prop

[PATCH 1/3] ARM: dts: vf-colibri: alias the primary FEC as ethernet0

2016-04-01 Thread Stefan Agner
The Vybrid based Colibri modules provide a on-module PHY which is connected to the second FEC instance FEC1. Since the on-module Ethernet port is considered as primary ethernet interface, alias fec1 as ethernet0. This also makes sure that the first MAC address provided by the boot loader gets assig

[PATCH] ARM: dts: armv7-m: add address to unit name

2016-04-01 Thread Stefan Agner
Add address to unit name to remove the following warning: Warning (unit_address_vs_reg): Node /nv-interrupt-controller has a reg or ranges property, but no unit name Signed-off-by: Stefan Agner --- Hi Arnd, Not sure through which tree this should go but an earlier patch seemd to be applied dir

[tip.git#x86/debug] Re: x86/dumpstack: Combine some printk()s

2016-04-01 Thread Sedat Dilek
Hi, I was looking through tip Git tree... Why didn't you use... + IS_ENABLED(CONFIG_DEBUG_PAGEALLOC) ? " DEBUG_PAGEALLOC" : "", ...instead of... + debug_pagealloc_enabled() ? " DEBUG_PAGEALLOC" : "", ...for consistency reasons? Regards, - Sedat - [1] http://git.kernel.org/cgit/linux/kernel

Re: Getting rid of inside_vm in intel8x0

2016-04-01 Thread Takashi Iwai
On Sat, 02 Apr 2016 00:28:31 +0200, Luis R. Rodriguez wrote: > > On Fri, Apr 01, 2016 at 07:34:10AM +0200, Takashi Iwai wrote: > > On Fri, 01 Apr 2016 00:26:18 +0200, > > Luis R. Rodriguez wrote: > > > > > > On Wed, Mar 30, 2016 at 08:07:04AM +0200, Takashi Iwai wrote: > > > > On Tue, 29 Mar 2016

Re: [PATCH] x86: Calculate MHz using APERF/MPERF for cpuinfo and scaling_cur_freq

2016-04-01 Thread Len Brown
Thanks for the comments. Re: is this a useful semantic? Yes, average MHz over an interval is significantly more useful than a snapshot of the recent instantaneous frequency. It is possible to convert the former into the later, but it is not possible to reliably and efficiently convert the later i

Re: [PATCH v2] mtd: nand: denali: allow to override max_banks from DT property

2016-04-01 Thread Masahiro Yamada
2016-03-29 11:33 GMT+09:00 Masahiro Yamada : > Commit 271707b1d817 ("mtd: nand: denali: max_banks calculation > changed in revision 5.1") supported the new encoding of the "n_banks" > bits of the "features" register, but there is an unfortunate case > not covered by that commit. > > Panasonic (its

Re: [PATCH] mtd: nand: denali: allow to override max_banks from DT property

2016-04-01 Thread Masahiro Yamada
Hi Boris, 2016-03-29 16:53 GMT+09:00 Boris Brezillon : > Hi, > > I'm answering to this one, but I already saw your v2. > > On Sat, 26 Mar 2016 13:27:50 +0900 > Masahiro Yamada wrote: > >> 2016-03-25 23:45 GMT+09:00 Boris Brezillon >> : >> > On Thu, 24 Mar 2016 21:24:37 +0900 >> > Masahiro Yamad

[patch] ext4 crypto: fix some error handling

2016-04-01 Thread Dan Carpenter
We should be testing for -ENOMEM but the minus sign is missing. Fixes: c9af28fdd449 ('ext4 crypto: don't let data integrity writebacks fail with ENOMEM') Signed-off-by: Dan Carpenter diff --git a/fs/ext4/page-io.c b/fs/ext4/page-io.c index 51b3492..b39d9c7 100644 --- a/fs/ext4/page-io.c +++ b/f

Re: [PATCH 03/11] locking, rwsem: introduce basis for down_write_killable

2016-04-01 Thread Davidlohr Bueso
On Fri, 01 Apr 2016, Michal Hocko wrote: From: Michal Hocko Introduce a generic implementation necessary for down_write_killable. This is a trivial extension of the already existing down_write call which can be interrupted by SIGKILL. This patch doesn't provide down_write_killable yet because

Re: [PATCH v5 2/5] GCC plugin infrastructure

2016-04-01 Thread Masahiro Yamada
Hi Emese, Sorry for my late reply. > Thanks for the patch. I tested it and there is a problem when I run a > parallel make. > The plugins are compiled later than needed (e.g., scripts/mod/empty.o). There > is a lot of important > code under scripts/mod which may need the plugins. Ah, I missed

Re: [PATCH] sbs-battery: fix power status when battery is dry

2016-04-01 Thread Sebastian Reichel
Hi, On Thu, Mar 31, 2016 at 10:42:31AM +0800, YH Huang wrote: > On Wed, 2016-03-30 at 17:09 +0200, Sebastian Reichel wrote: > > Hi, > > > > On Wed, Mar 30, 2016 at 04:58:30PM +0800, YH Huang wrote: > > > If I revise the description in this way(using your clear explanation): > > >

Re: [PATCH] tpm: remove redundant code from self-test functions

2016-04-01 Thread Jason Gunthorpe
On Thu, Mar 31, 2016 at 09:37:56AM +0300, Jarkko Sakkinen wrote: > On Wed, Mar 30, 2016 at 11:46:23PM -0600, Jason Gunthorpe wrote: > > On Wed, Mar 30, 2016 at 04:20:45PM +0300, Jarkko Sakkinen wrote: > > > > > - rc = be32_to_cpu(cmd.header.out.return_code); > > > if (rc == TPM

Re: [PATCH RT 4/6] rt/locking: Reenable migration accross schedule

2016-04-01 Thread Mike Galbraith
On Fri, 2016-04-01 at 23:11 +0200, Sebastian Andrzej Siewior wrote: > * Mike Galbraith | 2016-03-31 08:31:43 [+0200]: > > > 3. nuke irksome grab_lock: make everybody always try to get the hell > > outta Dodge or hotplug can bloody well wait. > > > > I haven't yet flogged my 64 core box doing that

[PATCH 1/3] ext4: Pass in DIO_SKIP_DIO_COUNT flag if inode_dio_begin() called

2016-04-01 Thread Waiman Long
When performing direct I/O, the current ext4 code does not pass in the DIO_SKIP_DIO_COUNT flag to dax_do_io() or __blockdev_direct_IO() when inode_dio_begin() has, in fact, been called. This causes dax_do_io()/__blockdev_direct_IO() to invoke inode_dio_begin()/inode_dio_end() internally. This doub

[PATCH 0/3] ext4: Improve parallel I/O performance on NVDIMM

2016-04-01 Thread Waiman Long
This patchset aims to improve parallel I/O performance of the ext4 filesystem on fast storage devices like NVDIMM. Patch 1 eliminates duplicated inode_dio_begin()/inode_dio_end() calls. Patch 2 provides a set of simple percpu statistics count helper functions. Patch 3 converts some ext4 statisti

[PATCH 2/3] percpu_stats: Simple per-cpu statistics count helper functions

2016-04-01 Thread Waiman Long
This patch introduces a set of simple per-cpu statictics count helper functions that can be used by other kernel subsystems for keeping track of the number of events that happens. It is per-cpu based to reduce overhead and improve accuracy of the counter. Using per-cpu counter is usually overkill f

[PATCH 3/3] ext4: Make cache hits/misses per-cpu counts

2016-04-01 Thread Waiman Long
This patch changes the es_stats_cache_hits and es_stats_cache_misses statistics counts to per-cpu variables to reduce cacheline contention issues whem multiple threads are trying to update those counts simultaneously. It uses the new per-cpu stats APIs provided by the percpu_stats.h header file. W

Re: [PATCH v2 net-next] net/core: generic support for disabling netdev features down stack

2016-04-01 Thread Michał Mirosław
Hi, Sorry for digging up an old patch, but... ;-) dev_disable_lro() is a leftover from ancient times. If you read commit 27660515a, there is a hint where it should go. Please, read on if you'd like to fix this properly. 2015-11-03 3:55 GMT+01:00 Jarod Wilson : > There are some netdev features, w

Re: [RESEND PATCH V4 2/3] IB/hns: Add HiSilicon RoCE driver support

2016-04-01 Thread Leon Romanovsky
On Fri, Apr 01, 2016 at 05:21:31PM +0800, Lijun Ou wrote: > The driver for HiSilicon RoCE is a platform driver. > The driver will support multiple versions of hardware. Currently only "v1" > for hip06 SoC is supported. > The driver includes two parts: common driver and hardware-specific > operation

Re: 4.4: INFO: rcu_sched self-detected stall on CPU

2016-04-01 Thread Steven Haigh
On 30/03/2016 1:14 AM, Boris Ostrovsky wrote: > On 03/29/2016 04:56 AM, Steven Haigh wrote: >> >> Interestingly enough, this just happened again - but on a different >> virtual machine. I'm starting to wonder if this may have something to do >> with the uptime of the machine - as the system that th

Re: Question on rhashtable in worst-case scenario.

2016-04-01 Thread Herbert Xu
On Fri, Apr 01, 2016 at 11:34:10PM +0200, Johannes Berg wrote: > > I was thinking about that one - it's not obvious to me from the code > how this "explicitly checking for dups" would be done or let's say how > rhashtable differentiates. But since it seems to work for Ben until > hitting a certain

[PATCH 3.19.y-ckt 006/170] crypto: algif_hash - Remove custom release parent function

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Herbert Xu commit f1d84af1835846a5a2b827382c5848faf2bb0e75 upstream. This patch removes the custom release parent function as the gener

[PATCH 3.19.y-ckt 002/170] crypto: algif_skcipher - Add nokey compatibility path

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Herbert Xu commit a0fa2d037129a9849918a92d91b79ed6c7bd2818 upstream. This patch adds a compatibility path to support old applications t

[PATCH 3.19.y-ckt 004/170] crypto: skcipher - Add crypto_skcipher_has_setkey

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Herbert Xu commit a1383cd86a062fc798899ab20f0ec2116cce39cb upstream. This patch adds a way for skcipher users to determine whether a ke

[PATCH 3.19.y-ckt 008/170] crypto: algif_hash - Fix race condition in hash_check_key

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Herbert Xu commit ad46d7e33219218605ea619e32553daf4f346b9f upstream. We need to lock the child socket in hash_check_key as otherwise tw

[PATCH 3.19.y-ckt 005/170] crypto: algif_skcipher - Add key check exception for cipher_null

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Herbert Xu commit 6e8d8ecf438792ecf7a3207488fb4eebc4edb040 upstream. This patch adds an exception to the key check so that cipher_null

[PATCH 3.19.y-ckt 003/170] crypto: algif_hash - Require setkey before accept(2)

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Herbert Xu commit 6de62f15b581f920ade22d758f4c338311c2f0d4 upstream. Hash implementations that require a key may crash if you use them

[PATCH 3.19.y-ckt 012/170] USB: iowarrior: fix oops with malicious USB descriptors

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Josh Boyer commit 4ec0ef3a82125efc36173062a50624550a900ae0 upstream. The iowarrior driver expects at least one valid endpoint. If give

[PATCH 3.19.y-ckt 013/170] ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Takashi Iwai commit 0f886ca12765d20124bd06291c82951fd49a33be upstream. create_fixed_stream_quirk() may cause a NULL-pointer dereference

[PATCH 3.19.y-ckt 009/170] crypto: algif_skcipher - Fix race condition in skcipher_check_key

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Herbert Xu commit 1822793a523e5d5730b19cc21160ff1717421bc8 upstream. We need to lock the child socket in skcipher_check_key as otherwis

[PATCH 3.19.y-ckt 017/170] USB: cdc-acm: more sanity checking

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Oliver Neukum commit 8835ba4a39cf53f705417b3b3a94eb067673f2c9 upstream. An attack has become available which pretends to be a quirky de

[PATCH 3.19.y-ckt 014/170] ALSA: usb-audio: Add sanity checks for endpoint accesses

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Takashi Iwai commit 447d6275f0c21f6cc97a88b3a0c601436a4cdf2a upstream. Add some sanity check codes before actually accessing the endpoi

[PATCH 3.19.y-ckt 015/170] include/linux/poison.h: fix LIST_POISON{1,2} offset

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Vasily Kulikov commit 8a5e5e02fc83aaf67053ab53b359af08c6c49aaf upstream. Poison pointer values should be small enough to find a room in

[PATCH 3.19.y-ckt 018/170] cpu: Defer smpboot kthread unparking until CPU known to scheduler

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: "Paul E. McKenney" commit 00df35f991914db6b8bde8cf09808e19a9cffc3d upstream. Currently, smpboot_unpark_threads() is invoked before the

[PATCH 3.19.y-ckt 007/170] crypto: algif_skcipher - Remove custom release parent function

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Herbert Xu commit d7b65aee1e7b4c87922b0232eaba56a8a143a4a0 upstream. This patch removes the custom release parent function as the gener

Re: [PATCH v5 2/2] clk: add artpec-6 clock controller

2016-04-01 Thread Stephen Boyd
On 03/31, Lars Persson wrote: > diff --git a/drivers/clk/axis/Makefile b/drivers/clk/axis/Makefile > new file mode 100644 > index 000..628c9d3 > --- /dev/null > +++ b/drivers/clk/axis/Makefile > @@ -0,0 +1 @@ > +obj-$(CONFIG_MACH_ARTPEC6) += clk-artpec6.o > diff --git a/drivers/clk/axis/clk-a

[PATCH 3.19.y-ckt 022/170] crypto: ccp - Add hash state import and export support

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Tom Lendacky commit 952bce9792e6bf36fda09c2e5718abb5d9327369 upstream. Commit 8996eafdcbad ("crypto: ahash - ensure statesize is non-ze

[PATCH 3.19.y-ckt 021/170] EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Dan Carpenter commit 6f3508f61c814ee852c199988a62bd954c50dfc1 upstream. dct_sel_base_off is declared as a u64 but we're only using the

[PATCH 3.19.y-ckt 025/170] [media] pwc: Add USB id for Philips Spc880nc webcam

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Hans de Goede commit 7445e45d19a09e5269dc85f17f9635be29d2f76c upstream. SPC 880NC PC camera discussions: http://www.pclinuxos.c

[PATCH 3.19.y-ckt 024/170] [media] media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Tiffany Lin commit 7df5ab8774aa383c6d2bff00688d004585d96dfd upstream. In v4l2-compliance utility, test QUERYBUF required correct length

[PATCH 3.19.y-ckt 023/170] tty: Fix GPF in flush_to_ldisc(), part 2

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Peter Hurley commit f33798deecbd59a2955f40ac0ae2bc7dff54c069 upstream. commit 9ce119f318ba ("tty: Fix GPF in flush_to_ldisc()") fixed a

[PATCH 3.19.y-ckt 026/170] crypto: ccp - Limit the amount of information exported

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Tom Lendacky commit d1662165ae612ec8b5f94a6b07e65ea58b6dce34 upstream. Since the exported information can be exposed to user-space, ins

[PATCH 3.19.y-ckt 030/170] staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: "Spencer E. Olson" commit 1fd24a4702d2af0ea4d5845126cf57d4d1796216 upstream. This fixes a bug in function ni_tio_input_inttrig(). The

[PATCH 3.19.y-ckt 019/170] cpu: Provide smpboot_thread_init() on !CONFIG_SMP kernels as well

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Ingo Molnar commit 590ee7dbd569a012df705a5204fc5f1066f52b8c upstream. Now that we are using smpboot_thread_init() in init/main.c as wel

[PATCH 3.19.y-ckt 027/170] crypto: ccp - Don't assume export/import areas are aligned

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Tom Lendacky commit b31dde2a5cb1bf764282abf934266b7193c2bc7c upstream. Use a local variable for the exported and imported state so that

[PATCH 3.19.y-ckt 034/170] HID: fix hid_ignore_special_drivers module parameter

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Benjamin Tissoires commit 4392bf88cabdad5afe5b152d7b9c318e upstream. hid_ignore_special_drivers works fine until hid_scan_repor

[PATCH 3.19.y-ckt 029/170] net: irda: Fix use-after-free in irtty_open()

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Peter Hurley commit 401879c57f01cbf2da204ad2e8db910525c6dbea upstream. The N_IRDA line discipline may access the previous line discipli

[PATCH 3.19.y-ckt 028/170] 8250: use callbacks to access UART_DLL/UART_DLM

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Sebastian Frias commit 0b41ce991052022c030fd868e03877700220b090 upstream. Some UART HW has a single register combining UART_DLL/UART_DL

[PATCH 3.19.y-ckt 032/170] ARM: dts: armada-375: use armada-370-sata for SATA

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Lior Amsalem commit b3a7f31eb7375633cd6a742f19488fc5a4208b36 upstream. The Armada 375 has the same SATA IP as Armada 370 and Armada XP,

[PATCH 3.19.y-ckt 033/170] usb: retry reset if a device times out

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Oliver Neukum commit 264904ccc33c604d4b3141bbd33808152dfac45b upstream. Some devices I got show an inability to operate right after pow

[PATCH 3.19.y-ckt 031/170] tools/hv: Use include/uapi with __EXPORTED_HEADERS__

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Kamal Mostafa commit 50fe6dd10069e7c062e27f29606f6e91ea979399 upstream. Use the local uapi headers to keep in sync with "recently" adde

[PATCH 3.19.y-ckt 038/170] perf tools: Dont stop PMU parsing on alias parse error

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Andi Kleen commit 940db6dcd3f4659303fdf6befe7416adc4d24118 upstream. When an error happens during alias parsing currently the complete

[PATCH 3.19.y-ckt 037/170] [media] saa7134: Fix bytesperline not being set correctly for planar formats

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Hans de Goede commit 3e71da19f9dc22e39a755d6ae9678661abb66adc upstream. bytesperline should be the bytesperline for the first plane for

[PATCH 3.19.y-ckt 042/170] aic7xxx: Fix queue depth handling

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Alan commit 5a51a7abca133860a6f4429655a9eda3c4afde32 upstream. We were setting the queue depth correctly, then setting it back to two.

[PATCH 3.19.y-ckt 039/170] Bluetooth: btusb: Add new AR3012 ID 13d3:3395

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Dmitry Tunin commit 609574eb46335cfac1421a07c0505627cbbab1f0 upstream. T: Bus=03 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 D

linux-kernel@vger.kernel.org

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Julia Lawall commit 1b669e713f277a4d4b3cec84e13d16544ac8286d upstream. & is no longer allowed in column 0, since Coccinelle 1.0.4. Sig

[PATCH 3.19.y-ckt 040/170] Bluetooth: Add new AR3012 ID 0489:e095

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Dmitry Tunin commit 28c971d82fb58ef7cba22e5308be6d2d2590473d upstream. T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=02 Dev#= 3 Spd=12 MxCh= 0 D

[PATCH 3.19.y-ckt 047/170] Bluetooth: btusb: Add a new AR3012 ID 04ca:3014

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Dmitry Tunin commit 81d90442eac779938217c3444b240aa51fd3db47 upstream. T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=03 Dev#= 5 Spd=12 MxCh= 0 D

[PATCH 3.19.y-ckt 049/170] mmc: sdhci: fix data timeout (part 2)

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Russell King commit 7f05538af71c7d30b5fc821cbe9f318edc645961 upstream. The calculation for the timeout based on the number of card cloc

[PATCH 3.19.y-ckt 045/170] md/raid5: Compare apples to apples (or sectors to sectors)

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Jes Sorensen commit e7597e69dec59b65c5525db1626b9d34afdfa678 upstream. 'max_discard_sectors' is in sectors, while 'stripe' is in bytes.

[PATCH 3.19.y-ckt 044/170] PCI: Disable IO/MEM decoding for devices with non-compliant BARs

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Bjorn Helgaas commit b84106b4e2290c081cdab521fa832596cdfea246 upstream. The PCI config header (first 64 bytes of each device's config s

Re: [git pull] orangefs bugfixes for rc2

2016-04-01 Thread Martin Brandenburg
On Fri, 1 Apr 2016, Joe Perches wrote: > Hello Martin. > > Here's an orangefs patch I think should be applied: > https://patchwork.kernel.org/patch/8676461/ > > You were not cc'd on this as you are not listed as a > maintainer for orangefs. > > Should you be? > > Mike is listed AFAIK. He's

[PATCH 3.19.y-ckt 043/170] mtd: onenand: fix deadlock in onenand_block_markbad

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Aaro Koskinen commit 5e64c29e98bfbba1b527b0a164f9493f3db9e8cb upstream. Commit 5942ddbc500d ("mtd: introduce mtd_block_markbad interfac

[PATCH 3.19.y-ckt 051/170] [media] bttv: Width must be a multiple of 16 when capturing planar formats

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Hans de Goede commit 5c915c68763889f0183a1cc61c84bb228b60124a upstream. On my bttv card "Hauppauge WinTV [card=10]" capturing in YV12 f

[PATCH 3.19.y-ckt 046/170] crypto: ccp - memset request context to zero during import

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Tom Lendacky commit ce0ae266feaf35930394bd770c69778e4ef03ba9 upstream. Since a crypto_ahash_import() can be called against a request co

[PATCH 3.19.y-ckt 055/170] quota: Fix possible GPF due to uninitialised pointers

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Nikolay Borisov commit ab73ef46398e2c0159f3a71de834586422d2a44a upstream. When dqget() in __dquot_initialize() fails e.g. due to IO err

[PATCH 3.19.y-ckt 048/170] mmc: sdhci: fix data timeout (part 1)

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Russell King commit fafcfda9e78cae8796d1799f14e6457790797555 upstream. The data timeout gives the minimum amount of time that should be

[PATCH 3.19.y-ckt 050/170] IB/srpt: Simplify srpt_handle_tsk_mgmt()

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Bart Van Assche commit 51093254bf879bc9ce96590400a87897c7498463 upstream. Let the target core check task existence instead of the SRP t

[PATCH 3.19.y-ckt 053/170] nfsd4: fix bad bounds checking

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: "J. Bruce Fields" commit 4aed9c46afb80164401143aa0fdcfe3798baa9d5 upstream. A number of spots in the xdr decoding follow a pattern like

[PATCH 3.19.y-ckt 052/170] watchdog: rc32434_wdt: fix ioctl error handling

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: "Michael S. Tsirkin" commit 10e7ac22cdd4d211cef99afcb9371b70cb175be6 upstream. Calling return copy_to_user(...) in an ioctl will not do

[PATCH 3.19.y-ckt 059/170] mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Asai Thambi SP commit d8a18d2d8f5de55666c6011ed175939d22c8e3d8 upstream. Prevent standby immediate command from being issued in remove,

[PATCH 3.19.y-ckt 057/170] mtip32xx: Remove unwanted code from taskfile error handler

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Asai Thambi SP commit e35b94738a2f7caa12017f69ef385cb6b8028965 upstream. Remove setting and clearing MTIP_PF_EH_ACTIVE_BIT flag in mtip

[PATCH 3.19.y-ckt 056/170] mtip32xx: Fix broken service thread handling

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Asai Thambi SP commit cfc05bd31384c4898bf2437a4de5557f3cf9803a upstream. Service thread does not detect the need for taskfile error han

[PATCH 3.19.y-ckt 058/170] mtip32xx: Print exact time when an internal command is interrupted

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Asai Thambi SP commit 5b7e0a8ac85e2dfd83830dc9e0b3554d153a37e3 upstream. Print exact time when an internal command is interrupted. Sig

[PATCH 3.19.y-ckt 054/170] xfs: fix two memory leaks in xfs_attr_list.c error paths

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Mateusz Guzik commit 2e83b79b2d6c78bf1b4aa227938a214dcbddc83f upstream. This plugs 2 trivial leaks in xfs_attr_shortform_list and xfs_a

[PATCH 3.19.y-ckt 062/170] of: alloc anywhere from memblock if range not specified

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Vinayak Menon commit e53b50c0cbe392c946807abf7d07615a3c588642 upstream. early_init_dt_alloc_reserved_memory_arch passes end as 0 to __m

[PATCH 3.19.y-ckt 063/170] usb: hub: fix a typo in hub_port_init() leading to wrong logic

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Oliver Neukum commit 0d5ce778c43bf888328231bcdce05d5c860655aa upstream. A typo of j for i led to a logic bug. To rule out future confus

[PATCH 3.19.y-ckt 067/170] pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Phil Elwell commit 2c7e3306d23864d49f686f22e56e180ff0fffb7f upstream. The DT bindings for pinctrl-bcm2835 allow both the function and p

[PATCH 3.19.y-ckt 064/170] KVM: i8254: change PIT discard tick policy

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= commit 7dd0fdff145c5be7146d0ac06732ae3613412ac1 upstream. Discard policy uses ack_notifiers t

[PATCH 3.19.y-ckt 066/170] rt2x00: add new rt2800usb device Buffalo WLI-UC-G450

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Anthony Wong commit f36f299068794ffc5026f25b6a1b3ed615ea832d upstream. Add USB ID 0411:01fd for Buffalo WLI-UC-G450 wireless adapter, R

[PATCH 3.19.y-ckt 074/170] x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARs

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Bjorn Helgaas commit b894157145e4ac7598d7062bc93320898a5e059e upstream. The Home Agent and PCU PCI devices in Broadwell-EP have a non-B

[PATCH 3.19.y-ckt 070/170] sched/cputime: Fix steal_account_process_tick() to always return jiffies

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Chris Friesen commit f9c904b7613b8b4c85b10cd6b33ad41b2843fa9d upstream. The callers of steal_account_process_tick() expect it to return

[PATCH 3.19.y-ckt 075/170] be2iscsi: set the boot_kset pointer to NULL in case of failure

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Maurizio Lombardi commit 84bd64993f916bcf86270c67686ecf4cea7b8933 upstream. In beiscsi_setup_boot_info(), the boot_kset pointer should

[PATCH 3.19.y-ckt 076/170] drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Mario Kleiner commit 459ee1c3fd097ab56ababd8ff4bb7ef6a792de33 upstream. As observed on Apple iMac10,1, DCE-3.2, RV-730, link rate of 2.

[PATCH 3.19.y-ckt 065/170] sched/cputime: Fix steal time accounting vs. CPU hotplug

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Thomas Gleixner commit e9532e69b8d1d1284e8ecf8d2586de34aec61244 upstream. On CPU hotplug the steal time accounting can keep a stale rq-

[PATCH 3.19.y-ckt 086/170] xtensa: ISS: don't hang if stdin EOF is reached

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Max Filippov commit 362014c8d9d51d504c167c44ac280169457732be upstream. Simulator stdin may be connected to a file, when its end is reac

[PATCH 3.19.y-ckt 072/170] bcache: cleaned up error handling around register_cache()

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Eric Wheeler commit 9b299728ed777428b3908ac72ace5f8f84b97789 upstream. Fix null pointer dereference by changing register_cache() to ret

Re: [PATCH] s390/kexec: Consolidate crash_map/unmap_reserved_pages() and arch_kexec_protect(unprotect)_crashkres()

2016-04-01 Thread Xunlei Pang
On 2016/04/02 at 01:41, Michael Holzheu wrote: > Hello Xunlei again, > > Some initial comments below... > > On Wed, 30 Mar 2016 19:47:21 +0800 > Xunlei Pang wrote: > >> Commit 3f625002581b ("kexec: introduce a protection mechanism >> for the crashkernel reserved memory") is a similar mechanism >>

[PATCH 3.19.y-ckt 081/170] ALSA: pcm: Avoid "BUG:" string for warnings again

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Takashi Iwai commit 0ab1ace856205d10cbc1924b2d931c01ffd216a6 upstream. The commit [d507941beb1e: ALSA: pcm: Correct PCM BUG error messa

[PATCH 3.19.y-ckt 060/170] mtip32xx: Handle safe removal during IO

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Asai Thambi SP commit 51c6570eb922146470c2fe660c34585414679bd6 upstream. Flush inflight IOs using fsync_bdev() when the device is safel

  1   2   3   4   5   6   7   8   9   >