[PATCH 3.19.y-ckt 147/170] efi: Expose non-blocking set_variable() wrapper to efivars

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Ard Biesheuvel commit 9c6672ac9c91f7eb1ec436be1442b8c26d098e55 upstream. Commit 6d80dba1c9fe ("efi: Provide a non-blocking SetVariable(

[PATCH 3.19.y-ckt 099/170] x86/iopl: Fix iopl capability check on Xen PV

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Andy Lutomirski commit c29016cf41fe9fa994a5ecca607cf5f1cd98801e upstream. iopl(3) is supposed to work if iopl is already 3, even if unp

[PATCH 3.19.y-ckt 164/170] ppp: ensure file->private_data can't be overridden

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Guillaume Nault commit e8e56ffd9d2973398b60ece1f1bebb8d67b4d032 upstream. Locking ppp_mutex must be done before dereferencing file->pri

[PATCH 3.19.y-ckt 160/170] perf pmu: Fix misleadingly indented assignment (whitespace)

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Markus Trippelsdorf commit d85ce830eef6c10d1e9617172dea4681f02b8424 upstream. One line in perf_pmu__parse_unit() is indented wrongly, l

[PATCH 3.19.y-ckt 165/170] clk: versatile: sp810: support reentrance

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Linus Walleij commit ec7957a6aa0aaf981fb8356dc47a2cdd01cde03c upstream. Despite care take to allocate clocks state containers the SP810

[PATCH 3.19.y-ckt 161/170] nbd: ratelimit error msgs after socket close

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 Streetman commit da6ccaaa79caca4f38b540b651238f87215217a2 upstream. Make the "Attempted send on closed socket" error messages gener

[PATCH 3.19.y-ckt 159/170] rtc: hym8563: fix invalid year calculation

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Alexander Kochetkov commit d5861262210067fc01b2fb4f7af2fd85a3453f15 upstream. Year field must be in BCD format, according to hym8563 da

[PATCH 3.19.y-ckt 166/170] net: bcmgenet: fix dma api length mismatch

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 Dumazet commit eee577232203842b4dcadb7ab477a298479633ed upstream. When un-mapping skb->data in __bcmgenet_tx_reclaim(), we must us

[PATCH 3.19.y-ckt 162/170] paride: make 'verbose' parameter an 'int' 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: Arnd Bergmann commit dec63a4dec2d6d01346fd5d96062e67c0636852b upstream. gcc-6.0 found an ancient bug in the paride driver, which had a

[PATCH 3.19.y-ckt 156/170] [media] coda: fix error path in case of missing pdata on non-DT platform

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Philipp Zabel commit bc717d5e92c8c079280eb4acbe335c6f25041aa2 upstream. If we bail out this early, v4l2_device_register() has not been

[PATCH 3.19.y-ckt 158/170] mac80211: fix unnecessary frame drops in mesh fwding

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Michal Kazior commit cf44012810ccdd8fd947518e965cb04b7b8498be upstream. The ieee80211_queue_stopped() expects hw queue number but it wa

[PATCH 3.19.y-ckt 152/170] ipip: Properly mark ipip GRO packets as encapsulated.

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Jesse Gross commit b8cba75bdf6a48ea4811bbefb11a94a5c7281b68 upstream. ipip encapsulated packets can be merged together by GRO but the r

[PATCH 3.19.y-ckt 157/170] kbuild/mkspec: fix grub2 installkernel issue

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Jiri Kosina commit c8b08ca558c0067bc9e15ce3f1e70af260410bb2 upstream. mkspec is copying built kernel to temporrary location /b

[PATCH 3.19.y-ckt 154/170] ASoC: s3c24xx: use const snd_soc_component_driver pointer

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Arnd Bergmann commit ba4bc32eaa39ba7687f0958ae90eec94da613b46 upstream. An older patch to convert the API in the s3c i2s driver ended u

[PATCH 3.19.y-ckt 149/170] sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: NeilBrown commit a6ab1e8126d205238defbb55d23661a3a5c6a0d8 upstream. sunrpc_cache_pipe_upcall() can detect a race if CACHE_PENDING is no

[PATCH 3.19.y-ckt 151/170] lpfc: fix misleading indentation

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Arnd Bergmann commit aeb6641f8ebdd61939f462a8255b316f9bfab707 upstream. gcc-6 complains about the indentation of the lpfc_destroy_vport

[PATCH 3.19.y-ckt 150/170] ipv4: fix broadcast packets reception

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Paolo Abeni commit ad0ea1989cc4d5905941d0a9e62c63ad6d859cef upstream. Currently, ingress ipv4 broadcast datagrams are dropped since, in

[PATCH 3.19.y-ckt 148/170] rtc: vr41xx: Wire up alarm_irq_enable

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Geert Uytterhoeven commit a25f4a95ec3cded34c1250364eba704c5e4fdac4 upstream. drivers/rtc/rtc-vr41xx.c:229: warning: ‘vr41xx_rtc_alarm_i

[PATCH 3.19.y-ckt 153/170] spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Huibin Hong commit b920cc3191d7612f26f36ee494e05b5ffd9044c0 upstream. Rockchip_spi_set_cs could be called by spi_setup, but spi_setup m

[PATCH 3.19.y-ckt 142/170] ath9k: fix buffer overrun for ar9287

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Arnd Bergmann commit 83d6f1f15f8cce844b0a131cbc63e444620e48b5 upstream. Code that was added back in 2.6.38 has an obvious overflow when

[PATCH 3.19.y-ckt 145/170] mtd: map: fix .set_vpp() documentation

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Linus Walleij commit 95a001f22b1c5717eafd500a43832249ddd93662 upstream. As of commit 876fe76d793d03077eb61ba3afab4a383f46c554 "mtd: map

[PATCH 3.19.y-ckt 138/170] clk: qcom: msm8960: fix ce3_core clk enable register

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Srinivas Kandagatla commit 732d6913691848db9fabaa6a25b4d6fad10ddccf upstream. This patch corrects the enable register offset which is a

[PATCH 3.19.y-ckt 146/170] ARM: OMAP3: Add cpuidle parameters table for omap3430

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?Pali=20Roh=C3=A1r?= commit 98f42221501353067251fbf11e732707dbb68ce3 upstream. Based on CPU type choose generic omap3 or omap3

[PATCH 3.19.y-ckt 143/170] perf tools: handle spaces in file names obtained from /proc/pid/maps

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?Marcin=20=C5=9Alusarz?= commit 89fee59b504f86925894fcc9ba79d5c933842f93 upstream. Steam frequently puts game binaries in fold

[PATCH 3.19.y-ckt 140/170] drm/i915: Cleanup phys status page too

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?Ville=20Syrj=C3=A4l=C3=A4?= commit 7d3fdfff23852fe458a0d0979a3555fe60f1e563 upstream. Restore the lost phys status page clean

[PATCH 3.19.y-ckt 108/170] splice: handle zero nr_pages in splice_to_pipe()

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Rabin Vincent commit d6785d9152147596f60234157da2b02540c3e60f upstream. Running the following command: busybox cat /sys/kernel/debug/

[PATCH 3.19.y-ckt 141/170] spi: rockchip: modify DMA max burst to 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: Addy Ke commit 80abf8880cc6e1594c11b7c417f22dde60e25312 upstream. Generic dma controller on Rockchips' platform cannot support DMAFLUSH

[PATCH 3.19.y-ckt 126/170] mdio-sun4i: oops in error handling in probe

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 227f33beab746aeec4ef3305bd17b1d374df09e7 upstream. We could end up dereferencing an error pointer when we call reg

[PATCH 3.19.y-ckt 139/170] ipvs: correct initial offset of Call-ID header search in SIP persistence engine

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Marco Angaroni commit 7617a24f83b5d67f4dab1844956be1cebc44aec8 upstream. The IPVS SIP persistence engine is not able to parse the SIP h

[PATCH 3.19.y-ckt 114/170] fs/coredump: prevent fsuid=0 dumps into user-controlled directories

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Jann Horn commit 378c6520e7d29280f400ef2ceaf155c86f05a71a upstream. This commit fixes the following security hole affecting systems whe

[PATCH 3.19.y-ckt 136/170] ASoC: ssm4567: Reset device before regcache_sync()

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Lars-Peter Clausen commit 712a8038cc24dba668afe82f0413714ca87184e0 upstream. When the ssm4567 is powered up the driver calles regcache_

[PATCH 3.19.y-ckt 120/170] ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Joseph Qi commit be12b299a83fc807bbaccd2bcb8ec50cbb0cb55c upstream. When master handles convert request, it queues ast first and then r

[PATCH 3.19.y-ckt 137/170] fbdev: da8xx-fb: fix videomodes of lcd panels

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Sushaanth Srirangapathi commit 713fced8d10fa1c759c8fb6bf9aaa681bae68cad upstream. Commit 028cd86b794f4a ("video: da8xx-fb: fix the pola

[PATCH 3.19.y-ckt 135/170] net/mlx5: Make command timeout way shorter

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Or Gerlitz commit 6b6c07bdcdc97ccac2596063bfc32a5faddfe884 upstream. The command timeout is terribly long, whole two hours. Make it 60s

hello Tux

2016-04-01 Thread wsonguci
Hi Tux http://glasstrend.co.za/terrible.php?largest=1q3sdmbn36mh5a wsonguci

[PATCH 3.19.y-ckt 134/170] HID: logitech: fix Dual Action gamepad 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: Grazvydas Ignotas commit 5d74325a2201376a95520a4a38a1ce2c65761c49 upstream. The patch that added Logitech Dual Action gamepad support f

[PATCH 3.19.y-ckt 119/170] ocfs2/dlm: fix race between convert and recovery

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Joseph Qi commit ac7cf246dfdbec3d8fed296c7bf30e16f5099dac upstream. There is a race window between dlmconvert_remote and dlm_move_lockr

[PATCH 3.19.y-ckt 133/170] misc/bmp085: Enable building as a module

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Ben Hutchings commit 50e6315dba721cbc24ccd6d7b299f1782f210a98 upstream. Commit 985087dbcb02 'misc: add support for bmp18x chips to the

[PATCH 3.19.y-ckt 109/170] bitops: Do not default to __clear_bit() for __clear_bit_unlock()

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 Zijlstra commit f75d48644c56a31731d17fa693c8175328957e1d upstream. __clear_bit_unlock() is a special little snowflake. While it c

Re: [GIT PULL] bcm2835 clk changes for 4.6 maybe

2016-04-01 Thread Stephen Boyd
On 03/29, Eric Anholt wrote: > Stephen Boyd writes: > > > On 03/17, Eric Anholt wrote: > >> This is late, so feel free to drop it, but I figured I'd send it to > >> you in case you were still open to merges. I've pounded on it a bit > >> today (modesets to all sorts of resolutions on HDMI, used

[PATCH 3.19.y-ckt 121/170] mm/page_alloc: prevent merging between isolated and other pageblocks

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Vlastimil Babka commit d9dddbf556674bf125ecd925b24e43a5cf2a568a upstream. Hanjun Guo has reported that a CMA stress test causes broken

Re: [Update][PATCH v8 7/7] cpufreq: schedutil: New governor based on scheduler utilization data

2016-04-01 Thread Steve Muckle
Looks good to me. Thanks!

[PATCH 3.19.y-ckt 131/170] ethernet: micrel: fix some error codes

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 3af0d554c1ce11e9d0953381ff566271f9ab81a9 upstream. There were two issues here: 1) dma_mapping_error() return true/

[PATCH 3.19.y-ckt 132/170] megaraid_sas: add missing curly braces in ioctl 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: Arnd Bergmann commit 3deb9438d34a09f6796639b652a01d110aca9f75 upstream. gcc-6 found a dubious indentation in the megasas_mgmt_fw_ioctl

[PATCH 3.19.y-ckt 127/170] clk: rockchip: free memory in error cases when registering clock branches

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Shawn Lin commit 2467b6745e0ae9c6cdccff24c4cceeb14b1cce3f upstream. Add free memeory if rockchip_clk_register_branch fails. Fixes: a24

[PATCH 3.19.y-ckt 125/170] ppp: take reference on channels netns

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Guillaume Nault commit 1f461dcdd296eecedac6bae2bfa90bd7eb89 upstream. Let channels hold a reference on their network namespace. Som

[PATCH 3.19.y-ckt 128/170] net: Fix use after free in the recvmmsg exit 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: Arnaldo Carvalho de Melo commit 34b88a68f26a75e4fded796f1a49c40f82234b7d upstream. The syzkaller fuzzer hit the following use-after-fre

[PATCH 3.19.y-ckt 124/170] xen kconfig: don't "select INPUT_XEN_KBDDEV_FRONTEND"

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Arnd Bergmann commit 13aa38e291bdd4e4018f40dd2f75e464814dcbf3 upstream. The Xen framebuffer driver selects the xen keyboard driver, so

[PATCH 3.19.y-ckt 129/170] ath9k: fix misleading indentation

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Arnd Bergmann commit 362210e0dff4eb7bb36a9b34dbef3b39d779d95e upstream. A cleanup patch in linux-3.18 moved around some code in the ath

[PATCH 3.19.y-ckt 130/170] sctp: fix the transports round robin issue when init is retransmitted

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Xin Long commit 39d2adebf137de5f900843f69f5e500932e31047 upstream. prior to this patch, at the beginning if we have two paths in one as

[PATCH 3.19.y-ckt 122/170] clk: xgene: Add missing parenthesis when clearing divider value

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Loc Ho commit 0f4c7a138dfefb0ebdbaf56e3ba2acd2958a6605 upstream. In the initial fix for non-zero divider shift value, the parenthesis w

[PATCH 3.19.y-ckt 110/170] target: Fix target_release_cmd_kref shutdown comp leak

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Himanshu Madhani commit 5e47f1985d7107331c3f64fb3ec83d66fd73577e upstream. This patch fixes an active I/O shutdown bug for fabric drive

[PATCH 3.19.y-ckt 118/170] MAINTAINERS: Update mailing list and web page for hwmon subsystem

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Guenter Roeck commit 968ce1b1f45a7d76b5471b19bd035dbecc72f32d upstream. The old web page for the hwmon subsystem is no longer operation

[PATCH 3.19.y-ckt 116/170] staging: comedi: ni_mio_common: fix the ni_write[blw]() functions

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: H Hartley Sweeten commit bd3a3cd6c27b117fb9a43a38c8072c95332beecc upstream. Memory mapped io (dev->mmio) should not also be writing to

[PATCH 3.19.y-ckt 115/170] rapidio/rionet: fix deadlock on SMP

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Aurelien Jacquiot commit 36915976eca58f2eefa040ba8f9939672564df61 upstream. Fix deadlocking during concurrent receive and transmit oper

[PATCH 3.19.y-ckt 117/170] ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: John Dahlstrom commit 4db9675d927a71faa66e5ab128d2390d6329750b upstream. Some Lenovo ideapad models lack a physical rfkill switch. On L

[PATCH 3.19.y-ckt 112/170] KVM: fix spin_lock_init order on x86

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Paolo Bonzini commit e9ad4ec8379ad1ba6f68b8ca1c26b50b5ae0a327 upstream. Moving the initialization earlier is needed in 4.6 because kvm_

[PATCH 3.19.y-ckt 111/170] KVM: VMX: avoid guest hang on invalid invept instruction

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Paolo Bonzini commit 2849eb4f99d54925c543db12917127f88b3c38ff upstream. A guest executing an invalid invept instruction would hang beca

[PATCH 3.19.y-ckt 113/170] tracing: Fix trace_printk() to print when not using bprintk()

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: "Steven Rostedt (Red Hat)" commit 3debb0a9ddb16526de8b456491b7db60114f7b5e upstream. The trace_printk() code will allocate extra buffer

[PATCH 3.19.y-ckt 107/170] tracing: Fix crash from reading trace_pipe with sendfile

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: "Steven Rostedt (Red Hat)" commit a29054d9478d0435ab01b7544da4f674ab13f533 upstream. If tracing contains data and the trace_pipe file i

Re: [PATCH] clk: sunxi: Add CSI (camera's Sensors Interface) module clock driver for sun[457]i

2016-04-01 Thread Stephen Boyd
On 03/19, Rob Herring wrote: > On Thu, Mar 17, 2016 at 07:43:42PM +1100, yassinjaf...@gmail.com wrote: > > From: Yassin Jaffer > > > > This patch adds a composite clock type consisting of > > a clock gate, mux, configurable dividers, and a reset control. > > > > Signed-off-by: Yassin Jaffer > >

[PATCH 3.19.y-ckt 106/170] tracing: Have preempt(irqs)off trace preempt disabled functions

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: "Steven Rostedt (Red Hat)" commit cb86e05390debcc084cfdb0a71ed4c5dbbec517d upstream. Joel Fernandes reported that the function tracing

[PATCH 3.19.y-ckt 101/170] Input: ims-pcu - sanity check against missing interfaces

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 a0ad220c96692eda76b2e3fd7279f3dcd1d8a8ff upstream. A malicious device missing interface can make the driver oops.

[PATCH 3.19.y-ckt 105/170] USB: uas: Reduce can_queue to MAX_CMNDS

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 55ff8cfbc4e12a7d2187df523938cc671fbebdd1 upstream. The uas driver can never queue more then MAX_CMNDS (- 1) tags a

[PATCH 3.19.y-ckt 079/170] EDAC/sb_edac: Fix computation of channel address

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: "Luck, Tony" commit eb1af3b71f9d83e45f2fd2fd649356e98e1c582c upstream. Large memory Haswell-EX systems with multiple DIMMs per channel

[PATCH 3.19.y-ckt 094/170] HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report()

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 Torokhov commit 3b654288b196ceaa156029d9457ccbded0489b98 upstream. Even though hid_hw_* checks that passed in data_len is less t

[PATCH 3.19.y-ckt 100/170] mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Adrian Hunter commit 995136247915c5cee633d55ba23f6eebf67aa567 upstream. Normally the timeout clock frequency is read from the capabilit

[PATCH 3.19.y-ckt 104/170] USB: usb_driver_claim_interface: add 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 0b818e3956fc1ad976bee791eadcbb3b5fec5bfd upstream. Attacks that trick drivers into passing a NULL pointer to usb_d

Re: [PATCH 02/11] locking, rwsem: drop explicit memory barriers

2016-04-01 Thread Davidlohr Bueso
On Fri, 01 Apr 2016, Michal Hocko wrote: From: Michal Hocko sh and xtensa seem to be the only architectures which use explicit memory barriers for rw_semaphore operations even though they are not really needed because there is the full memory barrier is always implied by atomic_{inc,dec,add,su

[PATCH 3.19.y-ckt 098/170] vfs: show_vfsstat: do not ignore errors from show_devname method

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 V. Levin" commit 5f8d498d4364f544fee17125787a47553db02afa upstream. Explicitly check show_devname method return code and bail o

[PATCH 3.19.y-ckt 095/170] ALSA: hda - Fix unconditional GPIO toggle via automute

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 1f7c6658962fa1260c1658d681bd6bb0c746b99a upstream. Cirrus HD-audio driver may adjust GPIO pins for EAPD dynamically

[PATCH 3.19.y-ckt 093/170] net: mvneta: enable change MAC address when interface is up

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Dmitri Epshtein commit 928b6519afeb2a5e2dc61154380b545ed66c476a upstream. Function eth_prepare_mac_addr_change() is called as part of M

[PATCH 3.19.y-ckt 097/170] nfsd: fix deadlock secinfo+readdir compound

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 2f6fc056e899bd0144a08da5cacaecbe8997cd74 upstream. nfsd_lookup_dentry exits with the parent filehandle locked.

[PATCH 3.19.y-ckt 069/170] perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Jiri Olsa commit e72daf3f4d764c47fb71c9bdc7f9c54a503825b1 upstream. Using PAGE_SIZE buffers makes the WRMSR to PERF_GLOBAL_CTRL in inte

[PATCH 3.19.y-ckt 091/170] s390/pci: enforce fmb page boundary rule

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 Ott commit 80c544ded25ac14d7cc3e555abb8ed2c2da99b84 upstream. The function measurement block must not cross a page boundary.

[PATCH 3.19.y-ckt 096/170] mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Magnus Damm commit bcdc9f260bdce09913db1464be9817170d51044a upstream. This patch fixes the MMC SPI driver from doing polling card detec

[PATCH 3.19.y-ckt 084/170] iser-target: Add new state ISER_CONN_BOUND to isert_conn

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Jenny Derzhavetz commit aea92980601f7ddfcb3c54caa53a43726314fe46 upstream. We need an indication that isert_conn->iscsi_conn binding ha

[PATCH 3.19.y-ckt 090/170] ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: "Vittorio Gambaletta (VittGam)" commit 4061db03dd71d195b9973ee466f6ed32f6a3fc16 upstream. The clock measurement on the AC'97 audio card

[PATCH 3.19.y-ckt 092/170] md: multipath: don't hardcopy bio in .make_request 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: Ming Lei commit fafcde3ac1a418688a734365203a12483b83907a upstream. Inside multipath_make_request(), multipath maps the incoming bio int

[PATCH 3.19.y-ckt 085/170] iser-target: Separate flows for np listeners and connections cma events

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Jenny Derzhavetz commit f81bf458208ef6d12b2fc08091204e3859dcdba4 upstream. No need to restrict this check to specific events. Signed-o

[PATCH 3.19.y-ckt 068/170] perf/core: Fix perf_sched_count derailment

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Alexander Shishkin commit 927a5570855836e5d5859a80ce7e91e963545e8f upstream. The error path in perf_event_open() is such that asking fo

[PATCH 3.19.y-ckt 089/170] bus: imx-weim: Take the 'status' property value into account

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Fabio Estevam commit 33b96d2c9579213cf3f36d7b29841b1e464750c4 upstream. Currently we have an incorrect behaviour when multiple devices

[PATCH 3.19.y-ckt 088/170] xtensa: clear all DBREAKC registers on start

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 7de7ac785ae18a2cdc78d7560f48e3213d9ea0ab upstream. There are XCHAL_NUM_DBREAK registers, clear them all. This also

[PATCH 3.19.y-ckt 082/170] dm thin metadata: don't issue prefetches if a transaction abort has failed

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Joe Thornber commit 2eae9e4489b4cf83213fa3bd508b5afca3f01780 upstream. If a transaction abort has failed then we can no longer use the

[PATCH 3.19.y-ckt 078/170] jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount 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: OGAWA Hirofumi commit c0a2ad9b50dd80eeccd73d9ff962234590d5ec93 upstream. On umount path, jbd2_journal_destroy() writes latest transacti

[PATCH 3.19.y-ckt 080/170] Bluetooth: btusb: Add a new AR3012 ID 13d3:3472

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 75c6aca4765dbe3d0c1507ab5052f2e373dc2331 upstream. T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=01 Dev#= 4 Spd=12 MxCh= 0 D

[PATCH 3.19.y-ckt 087/170] xtensa: fix preemption in {clear,copy}_user_highpage

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 a67cc9aa2dfc6e66addf240bbd79e16e01565e81 upstream. Disabling pagefault makes little sense there, preemption disabli

[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

[PATCH 3.19.y-ckt 073/170] bcache: fix cache_set_flush() NULL pointer dereference on OOM

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 f8b11260a445169989d01df75d35af0f56178f95 upstream. When bch_cache_set_alloc() fails to kzalloc the cache_set, the a

[PATCH 3.19.y-ckt 071/170] bcache: fix race of writeback thread starting before complete initialization

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 07cc6ef8edc47f8b4fc1e276d31127a0a5863d4d upstream. The bch_writeback_thread might BUG_ON in read_dirty() if dc->sb=

[PATCH 3.19.y-ckt 083/170] iser-target: Fix identification of login rx descriptor type

2016-04-01 Thread Kamal Mostafa
3.19.8-ckt18 -stable review patch. If anyone has any objections, please let me know. ---8< From: Jenny Derzhavetz commit b89a7c25462b164db280abc3b05d4d9d888d40e9 upstream. Once connection request is accepted, one rx descriptor is po

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

<    3   4   5   6   7   8   9   >