[3.13.y-ckt stable] Linux 3.13.11-ckt28

2015-10-23 Thread Kamal Mostafa
David Anglin (1): parisc: Use double word condition in 64bit CAS operation Jonathon Jongsma (1): drm/qxl: validate monitors config modes Kamal Mostafa (1): Linux 3.13.11-ckt28 Kan Liang (1): perf stat: Get correct cpu id for print_aggr Kees Cook (1): fs:

Re: [3.13.y-ckt stable] Linux 3.13.11-ckt28

2015-10-23 Thread Kamal Mostafa
diff --git a/Makefile b/Makefile index 2e4c860..e5cefec 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 13 SUBLEVEL = 11 -EXTRAVERSION = -ckt27 +EXTRAVERSION = -ckt28 NAME = King of Alienated Frog Porn # *DOCUMENTATION* diff --git a/arch/arm/mach-omap2/clockdoma

[3.19.y-ckt stable] Linux 3.19.8-ckt8

2015-10-23 Thread Kamal Mostafa
): drm/qxl: validate monitors config modes Joonyoung Shim (1): rtc: s5m: fix to update ctrl register Kamal Mostafa (1): Linux 3.19.8-ckt8 Kan Liang (1): perf stat: Get correct cpu id for print_aggr Kees Cook (1): fs: create and use seq_show_option for escaping King

[3.19.y-ckt stable] Linux 3.19.8-ckt9 stable review

2015-10-27 Thread Kamal Mostafa
This is the start of the review cycle for the Linux 3.19.8-ckt9 stable kernel. This version contains 86 new patches, summarized below. The new patches are posted as replies to this message and also available in this git branch: http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.19.y-re

[PATCH 3.19.y-ckt 19/86] usb: chipidea: udc: using the correct stall implementation

2015-10-27 Thread Kamal Mostafa
). It fixed usbtest (drivers/usb/misc/usbtest.c) Test 13 "set/clear halt" test failure, meanwhile, this change has been verified by USB2 CV Compliance Test and MSC Tests. Cc: Alan Stern Cc: Felipe Balbi Signed-off-by: Peter Chen Signed-off-by: Kamal Mostafa --- drivers/usb/chipidea/

[PATCH 3.19.y-ckt 85/86] net/ipv6: Correct PIM6 mrt_lock handling

2015-10-27 Thread Kamal Mostafa
result adding or deleting a MIF would cause a hang because the mrt_lock could not be acquired. This fix is a copy of the code for the IPv4 case and ensures that the lock is released correctly. Signed-off-by: Richard Laing Acked-by: Cong Wang Signed-off-by: David S. Miller Signed-off-by: Kamal

[PATCH 3.19.y-ckt 84/86] net: eth: altera: fix napi poll_list corruption

2015-10-27 Thread Kamal Mostafa
all napi drivers working. Use napi_complete() instead of __napi_complete(). Signed-off-by: Atsushi Nemoto Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- drivers/net/ethernet/altera/altera_tse_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net

[PATCH 3.13.y-ckt 22/48] arm64: compat: fix vfp save/restore across signal handlers in big-endian

2015-10-27 Thread Kamal Mostafa
Will Deacon Signed-off-by: Kamal Mostafa --- arch/arm64/kernel/signal32.c | 47 +--- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/arch/arm64/kernel/signal32.c b/arch/arm64/kernel/signal32.c index 7ed72dc..db6c2eb 100644 --- a/arch/

[PATCH 3.13.y-ckt 18/48] iser-target: remove command with state ISTATE_REMOVE

2015-10-27 Thread Kamal Mostafa
us a cmdsn which was lower than expected. Signed-off-by: Jenny Derzhavetz Signed-off-by: Sagi Grimberg Signed-off-by: Nicholas Bellinger Signed-off-by: Kamal Mostafa --- drivers/infiniband/ulp/isert/ib_isert.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dr

[PATCH 3.13.y-ckt 03/48] KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring

2015-10-27 Thread Kamal Mostafa
of -ENOKEY. The solution is to only call ->destroy() if the key was successfully instantiated. Reported-by: Dmitry Vyukov Signed-off-by: David Howells Tested-by: Dmitry Vyukov Signed-off-by: Kamal Mostafa --- security/keys/gc.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) di

[PATCH 3.13.y-ckt 39/48] perf header: Fixup reading of HEADER_NRCPUS feature

2015-10-27 Thread Kamal Mostafa
Borislav Petkov Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Kan Liang Cc: Stephane Eranian Cc: Wang Nan Fixes: fbe96f29ce4b ("perf tools: Make perf.data more self-descriptive (v8)") Link: http://lkml.kernel.org/r/20150911153323.gp23...@kernel.org Signed-off-by: Arnaldo

[PATCH 3.13.y-ckt 44/48] usbnet: Get EVENT_NO_RUNTIME_PM bit before it is cleared

2015-10-27 Thread Kamal Mostafa
be read before it is cleared when dev->flags is set to 0. The problem was spotted and the fix was provided by Oliver Neukum . Signed-off-by: Eugene Shatokhin Acked-by: Oliver Neukum Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- drivers/net/usb/usbnet.c | 7 ---

[PATCH 3.13.y-ckt 45/48] net/ipv6: Correct PIM6 mrt_lock handling

2015-10-27 Thread Kamal Mostafa
a result adding or deleting a MIF would cause a hang because the mrt_lock could not be acquired. This fix is a copy of the code for the IPv4 case and ensures that the lock is released correctly. Signed-off-by: Richard Laing Acked-by: Cong Wang Signed-off-by: David S. Miller Signed-off-by: Kamal

[PATCH 3.13.y-ckt 47/48] openvswitch: Zero flows on allocation.

2015-10-27 Thread Kamal Mostafa
n B Shelar Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- net/openvswitch/datapath.c | 2 +- net/openvswitch/flow_table.c | 21 - net/openvswitch/flow_table.h | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/net/openvswitch/datapa

[PATCH 3.13.y-ckt 42/48] ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets

2015-10-27 Thread Kamal Mostafa
with tca6424a doesn't work (controller timeouts) and it is not possible to enable HDMI. Fixes: 9be495c42609 ("ARM: dts: omap5-evm: Add I2c pinctrl data") Signed-off-by: Grazvydas Ignotas Signed-off-by: Tony Lindgren Signed-off-by: Kamal Mostafa --- arch/arm/boot/dts/omap5-uevm.dts | 4

[PATCH 3.13.y-ckt 37/48] PCI: Fix devfn for VPD access through function 0

2015-10-27 Thread Kamal Mostafa
: 932c435caba8 ("PCI: Add dev_flags bit to access VPD through function 0") Signed-off-by: Alex Williamson Signed-off-by: Bjorn Helgaas Acked-by: Myron Stowe Acked-by: Mark Rustad Signed-off-by: Kamal Mostafa --- drivers/pci/access.c | 9 ++--- 1 file changed, 6 insertions(+)

[PATCH 3.13.y-ckt 43/48] vxlan: set needed headroom correctly

2015-10-27 Thread Kamal Mostafa
support") Fixes: 2853af6a2ea1a ("vxlan: use dev->needed_headroom instead of dev->hard_header_len") CC: Cong Wang Signed-off-by: Jiri Benc Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- drivers/net/vxlan.c | 10 +- 1 file changed, 5 insertions(+),

[PATCH 3.13.y-ckt 46/48] netlink, mmap: transform mmap skb into full skb on taps

2015-10-27 Thread Kamal Mostafa
and Ken-ichirou's test-cases. Reference: http://thread.gmane.org/gmane.linux.network/371129 Fixes: bcbde0d449ed ("net: netlink: virtual tap device management") Reported-by: Ken-ichirou MATSUZAWA Signed-off-by: Daniel Borkmann Tested-by: Ken-ichirou MATSUZAWA Signed-off-by: David S. Mi

[PATCH 3.13.y-ckt 48/48] fib_rules: fix fib rule dumps across multiple skbs

2015-10-27 Thread Kamal Mostafa
to return error so that we exit correctly and idx is correctly maintained between skbs that are part of the same dump. Signed-off-by: Wilson Kok Signed-off-by: Roopa Prabhu Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- net/core/fib_rules.c | 14 +- 1 file changed

[PATCH 3.13.y-ckt 38/48] PCI: Use function 0 VPD for identical functions, regular VPD for others

2015-10-27 Thread Kamal Mostafa
: Bjorn Helgaas Acked-by: Myron Stowe Acked-by: Mark Rustad Signed-off-by: Kamal Mostafa --- drivers/pci/access.c | 22 -- drivers/pci/quirks.c | 20 ++-- 2 files changed, 18 insertions(+), 24 deletions(-) diff --git a/drivers/pci/access.c b/drivers/p

[PATCH 3.13.y-ckt 40/48] netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC

2015-10-27 Thread Kamal Mostafa
-restore and iptables-compat take almost the same time to reload large rulesets. Fixes: 0ca743a55991 ("netfilter: nf_tables: add compatibility layer for x_tables") Signed-off-by: Pablo Neira Ayuso [ kamal: backport to 3.13-stable: context ] Signed-off-by: Kamal Mostafa --- net

[PATCH 3.13.y-ckt 41/48] ASoC: fix broken pxa SoC support

2015-10-27 Thread Kamal Mostafa
f-by: Robert Jarzmik Signed-off-by: Mark Brown Signed-off-by: Kamal Mostafa --- sound/arm/Kconfig | 15 --- sound/soc/pxa/Kconfig | 2 -- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/sound/arm/Kconfig b/sound/arm/Kconfig index 885683a..e040621 100644 --- a/sou

[PATCH 3.13.y-ckt 36/48] drm/qxl: only report first monitor as connected if we have no state

2015-10-27 Thread Kamal Mostafa
rwise believe the server side. Signed-off-by: Dave Airlie Signed-off-by: Kamal Mostafa --- drivers/gpu/drm/qxl/qxl_display.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/qxl/qxl_display.c b/drivers/gpu/drm/qxl/qxl_display.c index be728c8..68b8eac 1

[PATCH 3.13.y-ckt 33/48] x86/paravirt: Replace the paravirt nop with a bona fide empty function

2015-10-27 Thread Kamal Mostafa
16: - file rename: arch/x86/entry/entry_64.S -> arch/x86/kernel/entry_64.S - adjusted context ] Signed-off-by: Luis Henriques Signed-off-by: Kamal Mostafa --- arch/x86/kernel/entry_64.S | 11 +++ arch/x86/kernel/paravirt.c | 16 2 files changed, 23 insertions(+), 4 dele

[PATCH 3.13.y-ckt 32/48] cifs: use server timestamp for ntlmv2 authentication

2015-10-27 Thread Kamal Mostafa
Signed-off-by: Peter Seiderer Signed-off-by: Steve French Signed-off-by: Kamal Mostafa --- fs/cifs/cifsencrypt.c | 53 +-- 1 file changed, 51 insertions(+), 2 deletions(-) diff --git a/fs/cifs/cifsencrypt.c b/fs/cifs/cifsencrypt.c index 4934347

[PATCH 3.13.y-ckt 35/48] ASoC: pxa: pxa2xx-ac97: fix dma requestor lines

2015-10-27 Thread Kamal Mostafa
platforms using the sound/soc/ variant instead of the sound/arm variant. The commit below shows the inversion in the requestor lines. Fixes: d65a14587a9b ("ASoC: pxa: use snd_dmaengine_dai_dma_data") Signed-off-by: Robert Jarzmik Signed-off-by: Mark Brown Signed-off-by: Kamal Mostafa

[PATCH 3.13.y-ckt 34/48] x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code

2015-10-27 Thread Kamal Mostafa
ntry/entry_64.S -> arch/x86/kernel/entry_64.S - adjusted context ] Signed-off-by: Luis Henriques Signed-off-by: Kamal Mostafa --- arch/x86/kernel/entry_64.S | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S inde

[PATCH 3.13.y-ckt 30/48] xhci: change xhci 1.0 only restrictions to support xhci 1.1

2015-10-27 Thread Kamal Mostafa
of these checks were implemented as hci_version == 1.0, which will not work with new xhci 1.1 controllers. xhci 1.1 behaves similar to xhci 1.0 in these cases, so change these checks to hci_version >= 1.0 Signed-off-by: Mathias Nyman Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Most

[PATCH 3.13.y-ckt 31/48] disabling oplocks/leases via module parm enable_oplocks broken for SMB3

2015-10-27 Thread Kamal Mostafa
. Signed-off-by: Steve French Reviewed-by: Chandrika Srinivasan Signed-off-by: Kamal Mostafa --- fs/cifs/smb2ops.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fs/cifs/smb2ops.c b/fs/cifs/smb2ops.c index 30f3eb5..6aeb1de 100644 --- a/fs/cifs/smb2ops.c +++ b/fs/cifs

[PATCH 3.13.y-ckt 21/48] x86/platform: Fix Geode LX timekeeping in the generic x86 build

2015-10-27 Thread Kamal Mostafa
use Cc: Andres Salomon Cc: Linus Torvalds Cc: Marcelo Tosatti Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/1442409003.131189.87.ca...@infradead.org Signed-off-by: Ingo Molnar Signed-off-by: Kamal Mostafa --- arch/x86/kernel/tsc.c | 17 ++--- 1 file changed

[PATCH 3.13.y-ckt 29/48] usb: xhci: Clear XHCI_STATE_DYING on start

2015-10-27 Thread Kamal Mostafa
unless we clear the DYING flag. Signed-off-by: Roger Quadros Signed-off-by: Mathias Nyman Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/usb/host/xhci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host

[PATCH 3.13.y-ckt 25/48] arm: KVM: Disable virtual timer even if the guest is not using it

2015-10-27 Thread Kamal Mostafa
] Signed-off-by: Luis Henriques Signed-off-by: Kamal Mostafa --- arch/arm/kvm/interrupts_head.S | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm/kvm/interrupts_head.S b/arch/arm/kvm/interrupts_head.S index b6f6137..2ec794d 100644 --- a/arch/arm/kvm

[PATCH 3.13.y-ckt 17/48] kvm: fix zero length mmio searching

2015-10-27 Thread Kamal Mostafa
Reviewed-by: Cornelia Huck Signed-off-by: Paolo Bonzini Signed-off-by: Kamal Mostafa --- virt/kvm/kvm_main.c | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index db50f4c..634048e 100644 --- a/virt/kvm/kvm_main.c

[PATCH 3.13.y-ckt 27/48] usb: Use the USB_SS_MULT() macro to get the burst multiplier.

2015-10-27 Thread Kamal Mostafa
: Mathias Nyman Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/usb/core/config.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/usb/core/config.c b/drivers/usb/core/config.c index 6524383..85756bd 100644 --- a/drivers/usb/core/config.c +++ b

[PATCH 3.13.y-ckt 26/48] KVM: x86: trap AMD MSRs for the TSeg base and mask

2015-10-27 Thread Kamal Mostafa
/x86/include/asm/msr-index.h -> arch/x86/include/uapi/asm/msr-index.h - adjusted context ] Signed-off-by: Luis Henriques Signed-off-by: Kamal Mostafa --- arch/x86/include/uapi/asm/msr-index.h | 1 + arch/x86/kvm/x86.c| 2 ++ 2 files changed, 3 insertions(+) diff --gi

[PATCH 3.13.y-ckt 28/48] xhci: give command abortion one more chance before killing xhci

2015-10-27 Thread Kamal Mostafa
xhci. Tested-by: Vincent Pelletier Signed-off-by: Mathias Nyman Signed-off-by: Greg Kroah-Hartman [ luis: backported to 3.16: - xhci_handshake() has an extra 'xhci' parameter in 3.16 ] Signed-off-by: Luis Henriques Signed-off-by: Kamal Mostafa --- drivers/usb/host/xhci-

[PATCH 3.13.y-ckt 13/48] x86/apic: Serialize LVTT and TSC_DEADLINE writes

2015-10-27 Thread Kamal Mostafa
c: Cc: Cc: Cc: Andi Kleen Cc: H. Peter Anvin Link: http://lkml.kernel.org/r/20150909041352.ga2059...@devbig257.prn2.facebook.com Signed-off-by: Thomas Gleixner Signed-off-by: Kamal Mostafa --- arch/x86/kernel/apic/apic.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/x86/k

[PATCH 3.13.y-ckt 23/48] arm64: errata: add module build workaround for erratum #843419

2015-10-27 Thread Kamal Mostafa
Marinas Signed-off-by: Will Deacon Signed-off-by: Kamal Mostafa --- arch/arm64/Kconfig | 16 arch/arm64/Makefile| 4 arch/arm64/kernel/module.c | 2 ++ 3 files changed, 22 insertions(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 239635b.

[PATCH 3.13.y-ckt 09/48] powerpc/MSI: Fix race condition in tearing down MSI interrupts

2015-10-27 Thread Kamal Mostafa
s: 05af7bd2d75e ("[POWERPC] MPIC U3/U4 MSI backend") Reported-by: Alexey Kardashevskiy Signed-off-by: Paul Mackerras Signed-off-by: Michael Ellerman [ kamal: backport to 3.19-stable: pasemi/msi.c --> arch/powerpc/sysdev/mpic_pasemi_msi.c ] Signed-off-by: Kamal Mostafa --- arch/powerpc/

[PATCH 3.13.y-ckt 12/48] USB: option: add ZTE PIDs

2015-10-27 Thread Kamal Mostafa
ew entries ] Signed-off-by: Johan Hovold Signed-off-by: Kamal Mostafa --- drivers/usb/serial/option.c | 24 1 file changed, 24 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index e2cc293..2188cb8 100644 --- a/drivers/usb/serial/opti

[PATCH 3.13.y-ckt 20/48] powerpc/mm: Recompute hash value after a failed update

2015-10-27 Thread Kamal Mostafa
use memory corruption or even machine check. Fixes: 6d492ecc6489 ("powerpc/THP: Add code to handle HPTE faults for hugepages") Signed-off-by: Aneesh Kumar K.V Reviewed-by: Paul Mackerras Signed-off-by: Michael Ellerman Signed-off-by: Kamal Mostafa --- arch/powerpc/mm/hugepage-hash64.c | 3

[PATCH 3.13.y-ckt 19/48] ARM: fix Thumb2 signal handling when ARMv6 is enabled

2015-10-27 Thread Kamal Mostafa
-by: Tony Lindgren Tested-by: H. Nikolaus Schaller Tested-by: Grazvydas Ignotas Signed-off-by: Russell King Signed-off-by: Kamal Mostafa --- arch/arm/kernel/signal.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/arch/arm/kernel/signal.c b/arch/arm/kernel/sign

[PATCH 3.13.y-ckt 24/48] arm64: KVM: Disable virtual timer even if the guest is not using it

2015-10-27 Thread Kamal Mostafa
: Kamal Mostafa --- arch/arm64/kvm/hyp.S | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm64/kvm/hyp.S b/arch/arm64/kvm/hyp.S index 3b47c36..a1621ff 100644 --- a/arch/arm64/kvm/hyp.S +++ b/arch/arm64/kvm/hyp.S @@ -485,8 +485,6 @@ CPU_BE( rev w5, w5

[PATCH 3.13.y-ckt 14/48] Btrfs: fix read corruption of compressed and shared extents

2015-10-27 Thread Kamal Mostafa
h_unmount echo -e "\nTesting with lzo compression..." test_clone_and_read_compressed_extent "-o compress=lzo" status=0 exit Signed-off-by: Filipe Manana Reviewed-by: Qu Wenruo Reviewed-by: Liu Bo Signed-off-by: Kamal Mostafa --- fs/btrfs/extent_io.c | 65 +

[PATCH 3.13.y-ckt 15/48] btrfs: skip waiting on ordered range for special files

2015-10-27 Thread Kamal Mostafa
d the problem. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=100911 Tested-by: Christoph Biedl Signed-off-by: Jeff Mahoney Reviewed-by: Filipe Manana Signed-off-by: Kamal Mostafa --- fs/btrfs/inode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs

[PATCH 3.13.y-ckt 16/48] arm64: head.S: initialise mdcr_el2 in el2_setup

2015-10-27 Thread Kamal Mostafa
-off-by: Kamal Mostafa --- arch/arm64/kernel/head.S | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm64/kernel/head.S b/arch/arm64/kernel/head.S index c68cca5..0ddb13a 100644 --- a/arch/arm64/kernel/head.S +++ b/arch/arm64/kernel/head.S @@ -203,6 +203,11 @@ CPU_LE(movkx0

[PATCH 3.13.y-ckt 11/48] hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chips

2015-10-27 Thread Kamal Mostafa
Ignotas Reviewed-by: Jean Delvare Signed-off-by: Guenter Roeck Signed-off-by: Kamal Mostafa --- drivers/hwmon/nct6775.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/drivers/hwmon/nct6775.c b/drivers/hwmon/nct6775.c index 96ff69e..e3f9909 100644 --- a

[PATCH 3.13.y-ckt 07/48] spi: Fix documentation of spi_alloc_master()

2015-10-27 Thread Kamal Mostafa
comment for spi_alloc_master() should be fixed. Signed-off-by: Guenter Roeck Signed-off-by: Alexey Klimov Signed-off-by: Mark Brown Signed-off-by: Kamal Mostafa --- drivers/spi/spi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index

[PATCH 3.13.y-ckt 10/48] CIFS: fix type confusion in copy offload ioctl

2015-10-27 Thread Kamal Mostafa
to guess the target_tcon pointer (but guessing wrong doesn't cause a crash, it just returns an error code) and win a narrow race. Signed-off-by: Jann Horn Signed-off-by: Steve French Signed-off-by: Kamal Mostafa --- fs/cifs/ioctl.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/fs

[PATCH 3.13.y-ckt 08/48] ARM: 8429/1: disable GCC SRA optimization

2015-10-27 Thread Kamal Mostafa
on by passing -fno-ipa-sra. Acked-by: Nicolas Pitre Signed-off-by: Ard Biesheuvel Signed-off-by: Russell King [ luis: backported to 3.16: adjusted context ] Signed-off-by: Luis Henriques Signed-off-by: Kamal Mostafa --- arch/arm/Makefile | 8 1 file changed, 8 insertions(+) diff

[PATCH 3.13.y-ckt 06/48] spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabled

2015-10-27 Thread Kamal Mostafa
g. Signed-off-by: Tan, Jui Nee Acked-by: Jarkko Nikula Signed-off-by: Mark Brown Signed-off-by: Kamal Mostafa --- drivers/spi/spi-pxa2xx.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c index 34a7ace..10db6ad 100644 --- a/drivers/spi/sp

[3.13.y-ckt stable] Linux 3.13.11-ckt29 stable review

2015-10-27 Thread Kamal Mostafa
This is the start of the review cycle for the Linux 3.13.11-ckt29 stable kernel. This version contains 48 new patches, summarized below. The new patches are posted as replies to this message and also available in this git branch: http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.13.y-

[PATCH 3.19.y-ckt 86/86] fib_rules: fix fib rule dumps across multiple skbs

2015-10-27 Thread Kamal Mostafa
return error so that we exit correctly and idx is correctly maintained between skbs that are part of the same dump. Signed-off-by: Wilson Kok Signed-off-by: Roopa Prabhu Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- net/core/fib_rules.c | 14 +- 1 file changed, 9

[PATCH 3.13.y-ckt 02/48] KEYS: Fix race between key destruction and finding a keyring by name

2015-10-27 Thread Kamal Mostafa
t;destroy() before cleaning up the core key data - including key->security. Reported-by: Petr Matousek Signed-off-by: David Howells Signed-off-by: Kamal Mostafa --- security/keys/gc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/security/keys/gc.c b/security/key

[PATCH 3.13.y-ckt 04/48] KEYS: Don't permit request_key() to construct a new keyring

2015-10-27 Thread Kamal Mostafa
"#selinux,bdekeyring", "keyring", KEY_SPEC_USER_SESSION_KEYRING) = -1 EPERM (Operation not permitted) Signed-off-by: David Howells Signed-off-by: Kamal Mostafa --- security/keys/request_key.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/keys/request_key.c b/s

[PATCH 3.13.y-ckt 05/48] [stable-only] net: add length argument to skb_copy_and_csum_datagram_iovec

2015-10-27 Thread Kamal Mostafa
onfsvers=3,proto=udp to mount the export. Signed-off-by: Sabrina Dubroca Reviewed-by: Hannes Frederic Sowa Signed-off-by: Kamal Mostafa --- include/linux/skbuff.h | 2 +- net/core/datagram.c| 6 +- net/ipv4/tcp_input.c | 2 +- net/ipv4/udp.c | 2 +- net/ipv6/raw.c

[PATCH 3.13.y-ckt 01/48] sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state

2015-10-27 Thread Kamal Mostafa
lad Yasevich Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- net/sctp/sm_sideeffect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sctp/sm_sideeffect.c b/net/sctp/sm_sideeffect.c index aa4ea94..cf5863c3 100644 --- a/net/sctp/sm_sideeffect.c +++ b/net/

[PATCH 3.19.y-ckt 81/86] netlink, mmap: transform mmap skb into full skb on taps

2015-10-27 Thread Kamal Mostafa
irou's test-cases. Reference: http://thread.gmane.org/gmane.linux.network/371129 Fixes: bcbde0d449ed ("net: netlink: virtual tap device management") Reported-by: Ken-ichirou MATSUZAWA Signed-off-by: Daniel Borkmann Tested-by: Ken-ichirou MATSUZAWA Signed-off-by: David S. Mi

[PATCH 3.19.y-ckt 82/86] nfs: fix pg_test page count calculation

2015-10-27 Thread Kamal Mostafa
on a 64bit system. Fixes 2e11f829(nfs: cap request size to fit a kmalloced page array). Cc: Christoph Hellwig Signed-off-by: Peng Tao Fixes: 2e11f8296d22 ("nfs: cap request size to fit a kmalloced page array") Signed-off-by: Trond Myklebust Signed-off-by: Kamal Mostafa --- fs/nfs/

[PATCH 3.19.y-ckt 83/86] usbnet: Get EVENT_NO_RUNTIME_PM bit before it is cleared

2015-10-27 Thread Kamal Mostafa
ead before it is cleared when dev->flags is set to 0. The problem was spotted and the fix was provided by Oliver Neukum . Signed-off-by: Eugene Shatokhin Acked-by: Oliver Neukum Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- drivers/net/usb/usbnet.c | 7 --- 1 file chan

[PATCH 3.19.y-ckt 79/86] netfilter: nf_log: don't zap all loggers on unregister

2015-10-27 Thread Kamal Mostafa
ned-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso Signed-off-by: Kamal Mostafa --- net/netfilter/nf_log.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net/netfilter/nf_log.c b/net/netfilter/nf_log.c index 7ea79a2..58ebbf5 100644 --- a/net/netfilter/nf_log.c

[PATCH 3.19.y-ckt 76/86] net/mlx4_en: really allow to change RSS key

2015-10-27 Thread Kamal Mostafa
(), which is the host random key generated at boot time. Fixes: 947cbb0ac242 ("net/mlx4_en: Support for configurable RSS hash function") Signed-off-by: Eric Dumazet Cc: Eyal Perry CC: Amir Vadai Acked-by: Or Gerlitz Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- d

[PATCH 3.19.y-ckt 61/86] ocfs2/dlm: fix deadlock when dispatch assert master

2015-10-27 Thread Kamal Mostafa
s to take dlm_ctxt->spinlock deadlock happens. Signed-off-by: Joseph Qi Cc: Joel Becker Cc: Mark Fasheh Cc: "Junxiao Bi" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Kamal Mostafa --- fs/ocfs2/dlm/dlmmaster.c | 9 ++--- fs/ocfs2/dlm/dlmr

[PATCH 3.19.y-ckt 77/86] macvtap: fix TUNSETSNDBUF values > 64k

2015-10-27 Thread Kamal Mostafa
r Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- drivers/net/macvtap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/macvtap.c b/drivers/net/macvtap.c index 4d050ee..84e835e 100644 --- a/drivers/net/macvtap.c +++ b/drivers/net/macvtap.c @@

[PATCH 3.19.y-ckt 80/86] ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets

2015-10-27 Thread Kamal Mostafa
6424a doesn't work (controller timeouts) and it is not possible to enable HDMI. Fixes: 9be495c42609 ("ARM: dts: omap5-evm: Add I2c pinctrl data") Signed-off-by: Grazvydas Ignotas Signed-off-by: Tony Lindgren Signed-off-by: Kamal Mostafa --- arch/arm/boot/dts/omap5-uevm.dts | 4

[PATCH 3.19.y-ckt 68/86] perf header: Fixup reading of HEADER_NRCPUS feature

2015-10-27 Thread Kamal Mostafa
slav Petkov Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Kan Liang Cc: Stephane Eranian Cc: Wang Nan Fixes: fbe96f29ce4b ("perf tools: Make perf.data more self-descriptive (v8)") Link: http://lkml.kernel.org/r/20150911153323.gp23...@kernel.org Signed-off-by: Arnaldo

[PATCH 3.19.y-ckt 78/86] ASoC: fix broken pxa SoC support

2015-10-27 Thread Kamal Mostafa
f-by: Robert Jarzmik Signed-off-by: Mark Brown Signed-off-by: Kamal Mostafa --- sound/arm/Kconfig | 15 --- sound/soc/pxa/Kconfig | 2 -- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/sound/arm/Kconfig b/sound/arm/Kconfig index 885683a..e040621 100644 --- a/sound/arm

[PATCH 3.19.y-ckt 73/86] vxlan: set needed headroom correctly

2015-10-27 Thread Kamal Mostafa
") Fixes: 2853af6a2ea1a ("vxlan: use dev->needed_headroom instead of dev->hard_header_len") CC: Cong Wang Signed-off-by: Jiri Benc Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- drivers/net/vxlan.c | 10 +- 1 file changed, 5 insertions(+), 5 delet

[PATCH 3.19.y-ckt 54/86] irqchip/atmel-aic5: Use per chip mask caches in mask/unmask()

2015-10-27 Thread Kamal Mostafa
Cc: Link: http://lkml.kernel.org/r/1442843173-2390-1-git-send-email-ludovic.desroc...@atmel.com Signed-off-by: Thomas Gleixner Signed-off-by: Kamal Mostafa --- drivers/irqchip/irq-atmel-aic5.c | 24 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/drivers/i

[PATCH 3.19.y-ckt 74/86] ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpoints

2015-10-27 Thread Kamal Mostafa
andle read-only text / modules") Reported-by: Aapo Vienamo Signed-off-by: Douglas Anderson Reviewed-by: Stephen Boyd Acked-by: Kees Cook Signed-off-by: Russell King Signed-off-by: Kamal Mostafa --- arch/arm/kernel/kgdb.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) dif

[PATCH 3.19.y-ckt 72/86] ARM: OMAP2+: board-generic: Remove stale of_irq macros

2015-10-27 Thread Kamal Mostafa
andez Signed-off-by: Nishanth Menon Signed-off-by: Tony Lindgren Signed-off-by: Kamal Mostafa --- arch/arm/mach-omap2/board-generic.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c index b61c049..39cdeb0 100644

[PATCH 3.19.y-ckt 75/86] tcp: add proper TS val into RST packets

2015-10-27 Thread Kamal Mostafa
n") Signed-off-by: Eric Dumazet Acked-by: Yuchung Cheng Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- net/ipv4/tcp_output.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index e625be5..e10efd2 100644 --- a/net/ipv4

[PATCH 3.19.y-ckt 57/86] cifs: use server timestamp for ntlmv2 authentication

2015-10-27 Thread Kamal Mostafa
Signed-off-by: Peter Seiderer Signed-off-by: Steve French Signed-off-by: Kamal Mostafa --- fs/cifs/cifsencrypt.c | 53 +-- 1 file changed, 51 insertions(+), 2 deletions(-) diff --git a/fs/cifs/cifsencrypt.c b/fs/cifs/cifsencrypt.c index 4ac7445

[PATCH 3.19.y-ckt 71/86] netfilter: nf_log: wait for rcu grace after logger unregistration

2015-10-27 Thread Kamal Mostafa
dereferenced anymore on module removal. Fixes: 5962815a6a56 ("netfilter: nf_log: use an array of loggers instead of list") Signed-off-by: Pablo Neira Ayuso Signed-off-by: Kamal Mostafa --- net/netfilter/nf_log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/netfilter/nf_l

[PATCH 3.19.y-ckt 70/86] openvswitch: Zero flows on allocation.

2015-10-27 Thread Kamal Mostafa
ar Signed-off-by: David S. Miller [ kamal: backport to 3.19-stable: context ] Signed-off-by: Kamal Mostafa --- net/openvswitch/datapath.c | 4 ++-- net/openvswitch/flow_table.c | 23 --- net/openvswitch/flow_table.h | 2 +- 3 files changed, 15 insertions(+), 14 deletion

[PATCH 3.19.y-ckt 56/86] disabling oplocks/leases via module parm enable_oplocks broken for SMB3

2015-10-27 Thread Kamal Mostafa
-off-by: Steve French Reviewed-by: Chandrika Srinivasan Signed-off-by: Kamal Mostafa --- fs/cifs/smb2ops.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fs/cifs/smb2ops.c b/fs/cifs/smb2ops.c index eab05e1..29be80b 100644 --- a/fs/cifs/smb2ops.c +++ b/fs/cifs

[PATCH 3.19.y-ckt 55/86] spi: xtensa-xtfpga: fix register endianness

2015-10-27 Thread Kamal Mostafa
configurations. Signed-off-by: Max Filippov Signed-off-by: Mark Brown Signed-off-by: Kamal Mostafa --- drivers/spi/spi-xtensa-xtfpga.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/spi-xtensa-xtfpga.c b/drivers/spi/spi-xtensa-xtfpga.c index 2e32ea2..be6155c

[PATCH 3.19.y-ckt 64/86] [SMB3] Fix sec=krb5 on smb3 mounts

2015-10-27 Thread Kamal Mostafa
in sess_auth_kerberos Signed-off-by: Noel Power Signed-off-by: Jim McDonough Signed-off-by: Steve French Signed-off-by: Kamal Mostafa --- fs/cifs/smb2pdu.c | 76 --- 1 file changed, 61 insertions(+), 15 deletions(-) diff --git a/fs/cifs

[PATCH 3.19.y-ckt 66/86] PCI: Use function 0 VPD for identical functions, regular VPD for others

2015-10-27 Thread Kamal Mostafa
: Bjorn Helgaas Acked-by: Myron Stowe Acked-by: Mark Rustad Signed-off-by: Kamal Mostafa --- drivers/pci/access.c | 22 -- drivers/pci/quirks.c | 20 ++-- 2 files changed, 18 insertions(+), 24 deletions(-) diff --git a/drivers/pci/access.c b/drivers/pci/access

[PATCH 3.19.y-ckt 67/86] spi: spidev: fix possible NULL dereference

2015-10-27 Thread Kamal Mostafa
ark Brown Signed-off-by: Kamal Mostafa --- drivers/spi/spidev.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 5c85435..e0bec45 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c @@ -579,7 +579,8 @@ static int

[PATCH 3.19.y-ckt 69/86] netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC

2015-10-27 Thread Kamal Mostafa
-restore and iptables-compat take almost the same time to reload large rulesets. Fixes: 0ca743a55991 ("netfilter: nf_tables: add compatibility layer for x_tables") Signed-off-by: Pablo Neira Ayuso Signed-off-by: Kamal Mostafa --- net/netfilter/nft_compat.c | 24 ++

[PATCH 3.19.y-ckt 63/86] drm/qxl: only report first monitor as connected if we have no state

2015-10-27 Thread Kamal Mostafa
lieve the server side. Signed-off-by: Dave Airlie Signed-off-by: Kamal Mostafa --- drivers/gpu/drm/qxl/qxl_display.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/qxl/qxl_display.c b/drivers/gpu/drm/qxl/qxl_display.c index 3224879..42b3dbb 1

[PATCH 3.19.y-ckt 62/86] drm/i915/bios: handle MIPI Sequence Block v3+ gracefully

2015-10-27 Thread Kamal Mostafa
g the yet unknown data version. Cc: Deepak M Reviewed-by: Deepak M Signed-off-by: Jani Nikula Signed-off-by: Kamal Mostafa --- drivers/gpu/drm/i915/intel_bios.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_bios.c b/drivers/gpu/drm

[PATCH 3.19.y-ckt 58/86] x86/paravirt: Replace the paravirt nop with a bona fide empty function

2015-10-27 Thread Kamal Mostafa
16: - file rename: arch/x86/entry/entry_64.S -> arch/x86/kernel/entry_64.S - adjusted context ] Signed-off-by: Luis Henriques Signed-off-by: Kamal Mostafa --- arch/x86/kernel/entry_64.S | 11 +++ arch/x86/kernel/paravirt.c | 16 2 files changed, 23 insertions(+), 4 dele

[PATCH 3.19.y-ckt 65/86] PCI: Fix devfn for VPD access through function 0

2015-10-27 Thread Kamal Mostafa
: 932c435caba8 ("PCI: Add dev_flags bit to access VPD through function 0") Signed-off-by: Alex Williamson Signed-off-by: Bjorn Helgaas Acked-by: Myron Stowe Acked-by: Mark Rustad Signed-off-by: Kamal Mostafa --- drivers/pci/access.c | 9 ++--- 1 file changed, 6 insertions(+), 3 dele

[PATCH 3.19.y-ckt 50/86] usb: xhci: exit early in xhci_setup_device() if we're halted or dying

2015-10-27 Thread Kamal Mostafa
] Signed-off-by: Roger Quadros Signed-off-by: Mathias Nyman Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/usb/host/xhci.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index 0dfda9e..0612a5b 100644 --- a

[PATCH 3.19.y-ckt 48/86] usb: xhci: lock mutex on xhci_stop

2015-10-27 Thread Kamal Mostafa
-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/usb/host/xhci.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index f2194a0..0c4ea93 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -686,8 +686,11

[PATCH 3.19.y-ckt 49/86] usb: xhci: Clear XHCI_STATE_DYING on start

2015-10-27 Thread Kamal Mostafa
unless we clear the DYING flag. Signed-off-by: Roger Quadros Signed-off-by: Mathias Nyman Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/usb/host/xhci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host

[PATCH 3.19.y-ckt 52/86] xhci-mem: Use setup_timer

2015-10-27 Thread Kamal Mostafa
Nyman Signed-off-by: Greg Kroah-Hartman [ kamal: 3.19-stable prereq for "cc8e4fc xhci: init command timeout timer earlier to avoid deleting it uninitialized" ] Signed-off-by: Kamal Mostafa --- drivers/usb/host/xhci-mem.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-

[PATCH 3.19.y-ckt 53/86] xhci: init command timeout timer earlier to avoid deleting it uninitialized

2015-10-27 Thread Kamal Mostafa
efies the whole point of the sync part and can cause a possible race. Instead we just want to make sure the timer is initialized early enough before we have a chance to delete it. Reported-by: Oliver Neukum Signed-off-by: Mathias Nyman Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mo

[PATCH 3.19.y-ckt 51/86] xhci: change xhci 1.0 only restrictions to support xhci 1.1

2015-10-27 Thread Kamal Mostafa
these checks were implemented as hci_version == 1.0, which will not work with new xhci 1.1 controllers. xhci 1.1 behaves similar to xhci 1.0 in these cases, so change these checks to hci_version >= 1.0 Signed-off-by: Mathias Nyman Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Most

[PATCH 3.19.y-ckt 44/86] sched: access local runqueue directly in single_task_running

2015-10-27 Thread Kamal Mostafa
d-by: Peter Zijlstra Acked-by: Peter Zijlstra (Intel) Fixes: 2ee507c472939db4b146d545352b8a7c79ef47f8 Signed-off-by: Dominik Dingel Signed-off-by: Paolo Bonzini Signed-off-by: Kamal Mostafa --- kernel/sched/core.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff

[PATCH 3.19.y-ckt 34/86] x86/platform: Fix Geode LX timekeeping in the generic x86 build

2015-10-27 Thread Kamal Mostafa
Andres Salomon Cc: Linus Torvalds Cc: Marcelo Tosatti Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/1442409003.131189.87.ca...@infradead.org Signed-off-by: Ingo Molnar Signed-off-by: Kamal Mostafa --- arch/x86/kernel/tsc.c | 17 ++--- 1 file changed, 10 i

[PATCH 3.19.y-ckt 47/86] xhci: give command abortion one more chance before killing xhci

2015-10-27 Thread Kamal Mostafa
. Tested-by: Vincent Pelletier Signed-off-by: Mathias Nyman Signed-off-by: Greg Kroah-Hartman [ luis: backported to 3.16: - xhci_handshake() has an extra 'xhci' parameter in 3.16 ] Signed-off-by: Luis Henriques Signed-off-by: Kamal Mostafa --- drivers/usb/host/xhci-ring.c | 9 ++

[PATCH 3.19.y-ckt 43/86] zram: fix possible use after free in zcomp_create()

2015-10-27 Thread Kamal Mostafa
ted accordingly. Fixes: beca3ec71fe5 ("zram: add multi stream functionality") Signed-off-by: Luis Henriques Acked-by: Sergey Senozhatsky Acked-by: Minchan Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Kamal Mostafa --- drivers/block/zram/zcomp.c | 1

[PATCH 3.19.y-ckt 41/86] staging: ion: fix corruption of ion_import_dma_buf

2015-10-27 Thread Kamal Mostafa
[<80fb>] ? mmc_do_calc_max_discard+0xab/0xe4 Fixes: 83271f626 ("ion: hold reference to handle...") Signed-off-by: Shawn Lin Reviewed-by: Laura Abbott Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/staging/android/ion/ion.c | 6 +++--- 1 fi

[PATCH 3.19.y-ckt 42/86] hp-wmi: limit hotkey enable

2015-10-27 Thread Kamal Mostafa
vans Signed-off-by: Darren Hart Signed-off-by: Kamal Mostafa --- drivers/platform/x86/hp-wmi.c | 31 --- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c index 0ab2b37..2de5af9 100644 -

[PATCH 3.19.y-ckt 59/86] x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code

2015-10-27 Thread Kamal Mostafa
ntry/entry_64.S -> arch/x86/kernel/entry_64.S - adjusted context ] Signed-off-by: Luis Henriques Signed-off-by: Kamal Mostafa --- arch/x86/kernel/entry_64.S | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S inde

[PATCH 3.19.y-ckt 46/86] usb: Use the USB_SS_MULT() macro to get the burst multiplier.

2015-10-27 Thread Kamal Mostafa
Nyman Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/usb/core/config.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/usb/core/config.c b/drivers/usb/core/config.c index b2a540b..b9ddf0c 100644 --- a/drivers/usb/core/config.c +++ b

[PATCH 3.19.y-ckt 60/86] ASoC: pxa: pxa2xx-ac97: fix dma requestor lines

2015-10-27 Thread Kamal Mostafa
platforms using the sound/soc/ variant instead of the sound/arm variant. The commit below shows the inversion in the requestor lines. Fixes: d65a14587a9b ("ASoC: pxa: use snd_dmaengine_dai_dma_data") Signed-off-by: Robert Jarzmik Signed-off-by: Mark Brown Signed-off-by: Kamal Mostafa ---

  1   2   3   4   5   6   7   8   9   10   >