[PATCH 4.2.y-ckt 45/98] ASoC: dapm: Fix ctl value accesses in a wrong type

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Takashi Iwai commit 741338f99f16dc24d2d01ac777b0798ae9d10a90 upstream. snd_soc_dapm_dai_link_get() and _put() access the associated ctl

[PATCH 4.2.y-ckt 55/98] ALSA: seq: oss: Don't drain at closing a client

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Takashi Iwai commit 197b958c1e76a575d77038cc98b4bebc2134279f upstream. The OSS sequencer client tries to drain the pending events at

[PATCH 4.2.y-ckt 68/98] MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: "Maciej W. Rozycki" commit e723e3f7f9591b79e8c56b3d7c5a204a9c571b55 upstream. Avoid sending a partially initialised

[PATCH 4.2.y-ckt 68/98] MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: "Maciej W. Rozycki" commit e723e3f7f9591b79e8c56b3d7c5a204a9c571b55 upstream. Avoid sending a partially initialised `siginfo_t'

[PATCH 4.2.y-ckt 58/98] USB: qcserial: add Sierra Wireless EM74xx device ID

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 04fdbc825ffc02fb098964b92de802fff44e73fd upstream. The MC74xx and EM74xx modules use

[PATCH 4.2.y-ckt 62/98] PM / sleep / x86: Fix crash on graph trace through x86 suspend

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Todd E Brandt commit 92f9e179a702a6adbc11e2fedc76ecd6ffc9e3f7 upstream. Pause/unpause graph tracing

Re: [PATCH] mmc: block: remove the check for whole block device for ioctl.

2016-03-15 Thread fengwei.yin
On 2016/3/15 22:31, Christoph Hellwig wrote: On Tue, Mar 15, 2016 at 11:26:07AM -0400, Yin, Fengwei wrote: From: Fengwei Yin a5f5774c55a2e3ed75f4d6c5556b7bfcb726e6f0 introduced the whole block device checking for MMC_IOC_CMD while the old code has no such check. It

[PATCH 4.2.y-ckt 46/98] ASoC: wm8958: Fix enum ctl accesses in a wrong type

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Takashi Iwai commit d0784829ae3b0beeb69b476f017d5c8a2eb95198 upstream. "MBC Mode", "VSS Mode", "VSS HPF Mode" and

Re: [patch] Input: synaptics-rmi4 - using logical instead of bitwise AND

2016-03-15 Thread Dmitry Torokhov
On Tue, Mar 15, 2016 at 02:20:02PM -0700, Andrew Duggan wrote: > On 03/15/2016 12:11 AM, Dan Carpenter wrote: > >There is a typo so we have && instead of &. > > > >Fixes: ff8f83708b3e ('Input: synaptics-rmi4 - add support for 2D sensors and > >F11') > >Signed-off-by: Dan Carpenter

[PATCH 4.2.y-ckt 58/98] USB: qcserial: add Sierra Wireless EM74xx device ID

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 04fdbc825ffc02fb098964b92de802fff44e73fd upstream. The MC74xx and EM74xx modules use different IDs

[PATCH 4.2.y-ckt 62/98] PM / sleep / x86: Fix crash on graph trace through x86 suspend

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Todd E Brandt commit 92f9e179a702a6adbc11e2fedc76ecd6ffc9e3f7 upstream. Pause/unpause graph tracing around do_suspend_lowlevel as it has

Re: [PATCH] mmc: block: remove the check for whole block device for ioctl.

2016-03-15 Thread fengwei.yin
On 2016/3/15 22:31, Christoph Hellwig wrote: On Tue, Mar 15, 2016 at 11:26:07AM -0400, Yin, Fengwei wrote: From: Fengwei Yin a5f5774c55a2e3ed75f4d6c5556b7bfcb726e6f0 introduced the whole block device checking for MMC_IOC_CMD while the old code has no such check. It breaks some ioctl call

[PATCH 4.2.y-ckt 46/98] ASoC: wm8958: Fix enum ctl accesses in a wrong type

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Takashi Iwai commit d0784829ae3b0beeb69b476f017d5c8a2eb95198 upstream. "MBC Mode", "VSS Mode", "VSS HPF Mode" and "Enhanced EQ Mode"

Re: [patch] Input: synaptics-rmi4 - using logical instead of bitwise AND

2016-03-15 Thread Dmitry Torokhov
On Tue, Mar 15, 2016 at 02:20:02PM -0700, Andrew Duggan wrote: > On 03/15/2016 12:11 AM, Dan Carpenter wrote: > >There is a typo so we have && instead of &. > > > >Fixes: ff8f83708b3e ('Input: synaptics-rmi4 - add support for 2D sensors and > >F11') > >Signed-off-by: Dan Carpenter > > Acked-by:

[PATCH 4.2.y-ckt 59/98] drm/amdgpu/pm: update current crtc info after setting the powerstate

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Alex Deucher commit eda1d1cf8d18383f19cd2b752f786120efa4768f upstream. On CI, we need to see if the number of

[PATCH 4.2.y-ckt 57/98] drm/ast: Fix incorrect register check for DRAM width

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Timothy Pearson commit 2d02b8bdba322b527c5f5168ce1ca10c2d982a78 upstream. During DRAM initialization

[PATCH 4.2.y-ckt 59/98] drm/amdgpu/pm: update current crtc info after setting the powerstate

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Alex Deucher commit eda1d1cf8d18383f19cd2b752f786120efa4768f upstream. On CI, we need to see if the number of crtcs changes to determine

[PATCH 4.2.y-ckt 57/98] drm/ast: Fix incorrect register check for DRAM width

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Timothy Pearson commit 2d02b8bdba322b527c5f5168ce1ca10c2d982a78 upstream. During DRAM initialization on certain ASpeed devices, an

[PATCH 4.2.y-ckt 63/98] ALSA: hda - Fix mic issues on Acer Aspire E1-472

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Simon South commit 02322ac9dee9aff8d8862e8d6660ebe102f492ea upstream. This patch applies the microphone-related

[PATCH 4.2.y-ckt 63/98] ALSA: hda - Fix mic issues on Acer Aspire E1-472

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Simon South commit 02322ac9dee9aff8d8862e8d6660ebe102f492ea upstream. This patch applies the microphone-related fix created for the Acer

[PATCH 4.2.y-ckt 78/98] KVM: VMX: disable PEBS before a guest entry

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -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 7099e2e1f4d9051f31bbfa5803adf954bb5d76ef upstream. Linux guests on

[PATCH 4.2.y-ckt 72/98] ARM: dts: dra7: do not gate cpsw clock due to errata i877

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Mugunthan V N commit 0f514e690740e54815441a87708c3326f8aa8709 upstream. Errata id: i877 Description:

[PATCH 4.2.y-ckt 79/98] arm64: account for sparsemem section alignment when choosing vmemmap offset

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Ard Biesheuvel commit 36e5cd6b897e17d03008f81e075625d8e43e52d0 upstream. Commit dfd55ad85e4a ("arm64:

[PATCH 4.2.y-ckt 52/98] mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Johannes Berg commit 9acc54beb474c81148e2946603d141cf8716b19f upstream. Just like for CCMP we need to check

[PATCH 4.2.y-ckt 70/98] target: Drop incorrect ABORT_TASK put for completed commands

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Nicholas Bellinger commit 7f54ab5ff52fb0b91569bc69c4a6bc5cac1b768d upstream. This patch fixes a recent ABORT_TASK

[PATCH 4.2.y-ckt 78/98] KVM: VMX: disable PEBS before a guest entry

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -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 7099e2e1f4d9051f31bbfa5803adf954bb5d76ef upstream. Linux guests on Haswell (and also

[PATCH 4.2.y-ckt 72/98] ARM: dts: dra7: do not gate cpsw clock due to errata i877

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Mugunthan V N commit 0f514e690740e54815441a87708c3326f8aa8709 upstream. Errata id: i877 Description: The RGMII 1000 Mbps

[PATCH 4.2.y-ckt 79/98] arm64: account for sparsemem section alignment when choosing vmemmap offset

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Ard Biesheuvel commit 36e5cd6b897e17d03008f81e075625d8e43e52d0 upstream. Commit dfd55ad85e4a ("arm64: vmemmap: use virtual projection of

[PATCH 4.2.y-ckt 52/98] mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Johannes Berg commit 9acc54beb474c81148e2946603d141cf8716b19f upstream. Just like for CCMP we need to check that for GCMP the fragments

[PATCH 4.2.y-ckt 70/98] target: Drop incorrect ABORT_TASK put for completed commands

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Nicholas Bellinger commit 7f54ab5ff52fb0b91569bc69c4a6bc5cac1b768d upstream. This patch fixes a recent ABORT_TASK regression associated

[PATCH 4.2.y-ckt 76/98] ncpfs: fix a braino in OOM handling in ncp_fill_cache()

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Al Viro commit 803c00123a8012b3a283c0530910653973ef6d8f upstream. Failing to allocate an inode for child means

[PATCH 4.2.y-ckt 66/98] ovl: ignore lower entries when checking purity of non-directory entries

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Konstantin Khlebnikov commit 45d11738969633ec07ca35d75d486bf2d8918df6 upstream. After rename file dentry still holds

[PATCH 4.2.y-ckt 71/98] ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Lokesh Vutla commit 2e18f5a1bc18e8af7031b3b26efde25307014837 upstream. Introduce a dt property, ti,no-idle, that

[PATCH 4.2.y-ckt 73/98] PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: =?UTF-8?q?Krzysztof=20=3D=3Futf-8=3FQ=3FHa=3DC5=3D82asa=3F=3D?= commit 54c6e2dd00c313d0add58e5befe62fe6f286d03b upstream.

[PATCH 4.2.y-ckt 76/98] ncpfs: fix a braino in OOM handling in ncp_fill_cache()

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Al Viro commit 803c00123a8012b3a283c0530910653973ef6d8f upstream. Failing to allocate an inode for child means that cache for *parent*

[PATCH 4.2.y-ckt 66/98] ovl: ignore lower entries when checking purity of non-directory entries

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Konstantin Khlebnikov commit 45d11738969633ec07ca35d75d486bf2d8918df6 upstream. After rename file dentry still holds reference to lower

[PATCH 4.2.y-ckt 71/98] ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Lokesh Vutla commit 2e18f5a1bc18e8af7031b3b26efde25307014837 upstream. Introduce a dt property, ti,no-idle, that prevents an IP to idle

[PATCH 4.2.y-ckt 73/98] PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: =?UTF-8?q?Krzysztof=20=3D=3Futf-8=3FQ=3FHa=3DC5=3D82asa=3F=3D?= commit 54c6e2dd00c313d0add58e5befe62fe6f286d03b upstream.

[PATCH 4.2.y-ckt 64/98] ovl: fix working on distributed fs as lower layer

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Konstantin Khlebnikov commit b5891cfab08fe3144a616e8e734df7749fb3b7d0 upstream. This adds missing .d_select_inode into

[PATCH 4.2.y-ckt 53/98] mac80211: Fix Public Action frame RX in AP mode

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Jouni Malinen commit 1ec7bae8bec9b72e347e01330c745ab5cdd66f0e upstream. Public Action frames use special rules

[PATCH 4.2.y-ckt 54/98] i2c: brcmstb: allocate correct amount of memory for regmap

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Wolfram Sang commit 7314d22a2f5bd40468d57768be368c3d9b4bd726 upstream. We want the size of the struct, not of a

[PATCH 4.2.y-ckt 64/98] ovl: fix working on distributed fs as lower layer

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Konstantin Khlebnikov commit b5891cfab08fe3144a616e8e734df7749fb3b7d0 upstream. This adds missing .d_select_inode into alternative

[PATCH 4.2.y-ckt 53/98] mac80211: Fix Public Action frame RX in AP mode

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Jouni Malinen commit 1ec7bae8bec9b72e347e01330c745ab5cdd66f0e upstream. Public Action frames use special rules for how the BSSID field

[PATCH 4.2.y-ckt 54/98] i2c: brcmstb: allocate correct amount of memory for regmap

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Wolfram Sang commit 7314d22a2f5bd40468d57768be368c3d9b4bd726 upstream. We want the size of the struct, not of a pointer to it. To be

[PATCH 4.2.y-ckt 60/98] drm/radeon/pm: update current crtc info after setting the powerstate

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Alex Deucher commit 5e031d9fe8b0741f11d49667dfc3ebf5454121fd upstream. On CI, we need to see if the number of

[PATCH 4.2.y-ckt 60/98] drm/radeon/pm: update current crtc info after setting the powerstate

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Alex Deucher commit 5e031d9fe8b0741f11d49667dfc3ebf5454121fd upstream. On CI, we need to see if the number of crtcs changes to determine

[PATCH 4.2.y-ckt 84/98] IB/core: Use GRH when the path hop-limit > 0

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Or Gerlitz commit 11d8d645343efba0c975aefe7c2cf3b33c836c75 upstream. According to IBTA spec v1.3 section 12.7.19,

[PATCH 4.2.y-ckt 80/98] tracing: Fix check for cpu online when event is disabled

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: "Steven Rostedt (Red Hat)" commit dc17147de328a74bbdee67c1bf37d2f1992de756 upstream. Commit f37755490fe9b

[PATCH 4.2.y-ckt 65/98] ovl: fix getcwd() failure after unsuccessful rmdir

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Rui Wang commit ce9113bbcbf45a57c082d6603b9a9f342be3ef74 upstream. ovl_remove_upper() should do d_drop() only

[PATCH 4.2.y-ckt 83/98] MIPS: Fix build error when SMP is used without GIC

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Hauke Mehrtens commit 7a50e4688dabb8005df39b2b992d76629b8af8aa upstream. The MIPS_GIC_IPI should only be selected when

[PATCH 4.2.y-ckt 85/98] dmaengine: pxa_dma: fix cyclic transfers

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Robert Jarzmik commit f16921275cc3c2442d0b95225785a601603b990f upstream. While testing audio with pxa2xx-ac97,

[PATCH 4.2.y-ckt 84/98] IB/core: Use GRH when the path hop-limit > 0

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Or Gerlitz commit 11d8d645343efba0c975aefe7c2cf3b33c836c75 upstream. According to IBTA spec v1.3 section 12.7.19, QPs should use GRH

[PATCH 4.2.y-ckt 80/98] tracing: Fix check for cpu online when event is disabled

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: "Steven Rostedt (Red Hat)" commit dc17147de328a74bbdee67c1bf37d2f1992de756 upstream. Commit f37755490fe9b ("tracepoints: Do not trace

[PATCH 4.2.y-ckt 65/98] ovl: fix getcwd() failure after unsuccessful rmdir

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Rui Wang commit ce9113bbcbf45a57c082d6603b9a9f342be3ef74 upstream. ovl_remove_upper() should do d_drop() only after it successfully

[PATCH 4.2.y-ckt 83/98] MIPS: Fix build error when SMP is used without GIC

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Hauke Mehrtens commit 7a50e4688dabb8005df39b2b992d76629b8af8aa upstream. The MIPS_GIC_IPI should only be selected when MIPS_GIC is also

[PATCH 4.2.y-ckt 85/98] dmaengine: pxa_dma: fix cyclic transfers

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Robert Jarzmik commit f16921275cc3c2442d0b95225785a601603b990f upstream. While testing audio with pxa2xx-ac97, underrun were happening

[PATCH 4.2.y-ckt 82/98] dmaengine: at_xdmac: fix residue computation

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Ludovic Desroches commit 25c5e9626ca4d40928dc9c44f009ce2ed0a739e7 upstream. When computing the residue we

[PATCH 4.2.y-ckt 67/98] ovl: copy new uid/gid into overlayfs runtime inode

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Konstantin Khlebnikov commit b81de061fa59f17d2730aabb1b84419ef3913810 upstream. Overlayfs must update uid/gid after

[PATCH 4.2.y-ckt 67/98] ovl: copy new uid/gid into overlayfs runtime inode

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Konstantin Khlebnikov commit b81de061fa59f17d2730aabb1b84419ef3913810 upstream. Overlayfs must update uid/gid after chown, otherwise

[PATCH 4.2.y-ckt 82/98] dmaengine: at_xdmac: fix residue computation

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Ludovic Desroches commit 25c5e9626ca4d40928dc9c44f009ce2ed0a739e7 upstream. When computing the residue we need two pieces of

[PATCH 4.2.y-ckt 81/98] KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Paolo Bonzini commit 844a5fe219cf472060315971e15cbf97674a3324 upstream. Yes, all of these are needed. :) This is

[PATCH 4.2.y-ckt 81/98] KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Paolo Bonzini commit 844a5fe219cf472060315971e15cbf97674a3324 upstream. Yes, all of these are needed. :) This is admittedly a bit odd,

[PATCH 4.2.y-ckt 86/98] MIPS: smp.c: Fix uninitialised temp_foreign_map

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: James Hogan commit d825c06bfe8b885b797f917ad47365d0e9c21fbb upstream. When calculate_cpu_foreign_map()

[PATCH 4.2.y-ckt 91/98] ppp: release rtnl mutex when interface creation fails

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Guillaume Nault commit 6faac63a6986f29ef39827f460edd3a5ba64ad5c upstream. Add missing rtnl_unlock() in the error

[PATCH 4.2.y-ckt 86/98] MIPS: smp.c: Fix uninitialised temp_foreign_map

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: James Hogan commit d825c06bfe8b885b797f917ad47365d0e9c21fbb upstream. When calculate_cpu_foreign_map() recalculates the cpu_foreign_map

[PATCH 4.2.y-ckt 91/98] ppp: release rtnl mutex when interface creation fails

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Guillaume Nault commit 6faac63a6986f29ef39827f460edd3a5ba64ad5c upstream. Add missing rtnl_unlock() in the error path of

[PATCH 4.2.y-ckt 88/98] be2net: Don't leak iomapped memory on removal.

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Douglas Miller commit a69bf3c5b49ef488970c74e26ba0ec12f08491c2 upstream. The adapter->pcicfg resource is

[PATCH 4.2.y-ckt 89/98] tcp: convert cached rtt from usec to jiffies when feeding initial rto

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Konstantin Khlebnikov commit 9bdfb3b79e61c60e1a3e2dc05ad164528afa6b8a upstream. Currently it's converted into

[PATCH 4.2.y-ckt 75/98] KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Paul Mackerras commit ccec44563b18a0ce90e2d4f332784b3cb25c8e9c upstream. Thomas Huth discovered that a guest could

[PATCH 4.2.y-ckt 88/98] be2net: Don't leak iomapped memory on removal.

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Douglas Miller commit a69bf3c5b49ef488970c74e26ba0ec12f08491c2 upstream. The adapter->pcicfg resource is either mapped via pci_iomap()

[PATCH 4.2.y-ckt 89/98] tcp: convert cached rtt from usec to jiffies when feeding initial rto

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Konstantin Khlebnikov commit 9bdfb3b79e61c60e1a3e2dc05ad164528afa6b8a upstream. Currently it's converted into msecs, thus HZ=1000

[PATCH 4.2.y-ckt 75/98] KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Paul Mackerras commit ccec44563b18a0ce90e2d4f332784b3cb25c8e9c upstream. Thomas Huth discovered that a guest could cause a hard hang of

[PATCH 4.2.y-ckt 69/98] ubi: Fix out of bounds write in volume update code

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Richard Weinberger commit e4f6daac20332448529b11f09388f1d55ef2084c upstream. ubi_start_leb_change() allocates too few

[PATCH 4.2.y-ckt 74/98] Revert "drm/radeon: call hpd_irq_event on resume"

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Linus Torvalds commit 256faedcfd646161477d47a1a78c32a562d2e845 upstream. This reverts commit

[PATCH 4.2.y-ckt 69/98] ubi: Fix out of bounds write in volume update code

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Richard Weinberger commit e4f6daac20332448529b11f09388f1d55ef2084c upstream. ubi_start_leb_change() allocates too few bytes.

[PATCH 4.2.y-ckt 74/98] Revert "drm/radeon: call hpd_irq_event on resume"

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Linus Torvalds commit 256faedcfd646161477d47a1a78c32a562d2e845 upstream. This reverts commit dbb17a21c131eca94eb31136eee9a7fe5aff00d9.

[PATCH 4.2.y-ckt 90/98] ext4: iterate over buffer heads correctly in move_extent_per_page()

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Eryu Guan commit 6ffe77bad545f4a7c8edd2a4ee797ccfcd894ab4 upstream. In commit bcff24887d00 ("ext4: don't read blocks

[PATCH 4.2.y-ckt 90/98] ext4: iterate over buffer heads correctly in move_extent_per_page()

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Eryu Guan commit 6ffe77bad545f4a7c8edd2a4ee797ccfcd894ab4 upstream. In commit bcff24887d00 ("ext4: don't read blocks from disk after

[PATCH 4.2.y-ckt 96/98] net: qca_spi: Don't clear IFF_BROADCAST

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Stefan Wahren commit 2b70bad23c89b121a3e4a00f8968d14ebb78887d upstream. Currently qcaspi_netdev_setup

[PATCH 4.2.y-ckt 87/98] tcp: fix tcpi_segs_in after connection establishment

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Eric Dumazet commit a9d99ce28ed359d68cf6f3c1a69038aefedf6d6a upstream. If final packet (ACK) of 3WHS is lost, it

[PATCH 4.2.y-ckt 93/98] ipv6: re-enable fragment header matching in ipv6_find_hdr

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Florian Westphal commit 5d150a985520bbe3cb2aa1ceef24a7e32f20c15f upstream. When ipv6_find_hdr is used to find a fragment

[PATCH 4.2.y-ckt 77/98] jffs2: reduce the breakage on recovery from halfway failed rename()

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Al Viro commit f93812846f31381d35c04c6c577d724254355e7f upstream. d_instantiate(new_dentry, old_inode) is

[PATCH 4.2.y-ckt 92/98] net/mlx4_core: Allow resetting VF admin mac to zero

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Jack Morgenstein commit 6e5224224faa50ec4c8949dcefadf895e565f0d1 upstream. The VF administrative mac addresses

[PATCH 4.2.y-ckt 93/98] ipv6: re-enable fragment header matching in ipv6_find_hdr

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Florian Westphal commit 5d150a985520bbe3cb2aa1ceef24a7e32f20c15f upstream. When ipv6_find_hdr is used to find a fragment header (caller

[PATCH 4.2.y-ckt 77/98] jffs2: reduce the breakage on recovery from halfway failed rename()

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Al Viro commit f93812846f31381d35c04c6c577d724254355e7f upstream. d_instantiate(new_dentry, old_inode) is absolutely wrong thing to do -

[PATCH 4.2.y-ckt 92/98] net/mlx4_core: Allow resetting VF admin mac to zero

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Jack Morgenstein commit 6e5224224faa50ec4c8949dcefadf895e565f0d1 upstream. The VF administrative mac addresses (stored in the PF driver)

[PATCH 4.2.y-ckt 96/98] net: qca_spi: Don't clear IFF_BROADCAST

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Stefan Wahren commit 2b70bad23c89b121a3e4a00f8968d14ebb78887d upstream. Currently qcaspi_netdev_setup accidentally clears IFF_BROADCAST.

[PATCH 4.2.y-ckt 87/98] tcp: fix tcpi_segs_in after connection establishment

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Eric Dumazet commit a9d99ce28ed359d68cf6f3c1a69038aefedf6d6a upstream. If final packet (ACK) of 3WHS is lost, it appears we do not

[PATCH 4.2.y-ckt 97/98] net: moxa: fix an error code

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Dan Carpenter commit 1d3cd1773fddfdc9ffb0c2dec9a954c7a54bc207 upstream. We accidentally return

[PATCH 4.2.y-ckt 97/98] net: moxa: fix an error code

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Dan Carpenter commit 1d3cd1773fddfdc9ffb0c2dec9a954c7a54bc207 upstream. We accidentally return IS_ERR(priv->base) which is 1 instead of

[PATCH 0/2] wait/ptrace: assume __WALL if the child is traced

2016-03-15 Thread Oleg Nesterov
Resend. And sorry for the huge delay. The patches are the same, I only updated the changelog a little bit. The previous discussion was a bit confusing, but iirc/iiuc nobody really argued with this change. In particular strace/gdb maintainers do not think it can break something. To remind, 1 and

[PATCH 2/2] wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALL

2016-03-15 Thread Oleg Nesterov
I see no reason why waitid() can't support other linux-specific flags allowed in sys_wait4(). In particular this change can help if we reconsider the previous change which adds the "automagical" __WALL for debugger. Signed-off-by: Oleg Nesterov --- kernel/exit.c | 3 ++- 1

[PATCH 4.2.y-ckt 95/98] cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 4d06dd537f95683aba3651098ae288b7cbff8274 upstream. usbnet_link_change will call

[PATCH 4.2.y-ckt 94/98] net/mlx5e: Remove wrong poll CQ optimization

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Tariq Toukan commit 59a7c2fd336eaafb030aac9c91ac21d136a99f33 upstream. With the MLX5E_CQ_HAS_CQES optimization

[PATCH 0/2] wait/ptrace: assume __WALL if the child is traced

2016-03-15 Thread Oleg Nesterov
Resend. And sorry for the huge delay. The patches are the same, I only updated the changelog a little bit. The previous discussion was a bit confusing, but iirc/iiuc nobody really argued with this change. In particular strace/gdb maintainers do not think it can break something. To remind, 1 and

[PATCH 2/2] wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALL

2016-03-15 Thread Oleg Nesterov
I see no reason why waitid() can't support other linux-specific flags allowed in sys_wait4(). In particular this change can help if we reconsider the previous change which adds the "automagical" __WALL for debugger. Signed-off-by: Oleg Nesterov --- kernel/exit.c | 3 ++- 1 file changed, 2

[PATCH 4.2.y-ckt 95/98] cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 4d06dd537f95683aba3651098ae288b7cbff8274 upstream. usbnet_link_change will call schedule_work and

[PATCH 4.2.y-ckt 94/98] net/mlx5e: Remove wrong poll CQ optimization

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Tariq Toukan commit 59a7c2fd336eaafb030aac9c91ac21d136a99f33 upstream. With the MLX5E_CQ_HAS_CQES optimization flag, the following buggy

[PATCH 1/2] wait/ptrace: assume __WALL if the child is traced

2016-03-15 Thread Oleg Nesterov
The following program (simplified version of generated by syzkaller) #include #include #include #include #include void *thread_func(void *arg) { ptrace(PTRACE_TRACEME, 0,0,0); return 0; }

[PATCH 4.2.y-ckt 98/98] mld, igmp: Fix reserved tailroom calculation

2016-03-15 Thread Kamal Mostafa
4.2.8-ckt6 -stable review patch. If anyone has any objections, please let me know. ---8< From: Benjamin Poirier commit 1837b2e2bcd23137766555a63867e649c0b637f0 upstream. The current reserved_tailroom calculation

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