[PATCH v2] selftests/bpf: clarify build error if no vmlinux

2020-12-15 Thread Kamal Mostafa
top. Fixes: acbd06206bbb ("selftests/bpf: Add vmlinux.h selftest exercising tracing of syscalls") Cc: sta...@vger.kernel.org # 5.7+ Signed-off-by: Kamal Mostafa --- [v2] moves the check to right after the VMLINUX_BTF definition. tools/testing/selftests/bpf/Makefile | 3 +++ 1 file cha

[PATCH] selftests/bpf: clarify build error if no vmlinux

2020-12-14 Thread Kamal Mostafa
top. Fixes: acbd06206bbb ("selftests/bpf: Add vmlinux.h selftest exercising tracing of syscalls") Cc: sta...@vger.kernel.org # 5.7+ Signed-off-by: Kamal Mostafa --- tools/testing/selftests/bpf/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/testing/selftests/bpf/Make

Re: Same problem for 4.14.y and a concern: Re: [PATCH 4.19 056/191] powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM

2020-11-18 Thread Kamal Mostafa
On Tue, Nov 17, 2020 at 07:45:28PM -0500, Sasha Levin wrote: > On Tue, Nov 17, 2020 at 10:51:16AM -0800, Kamal Mostafa wrote: > > On Tue, Nov 3, 2020 at 4:22 PM Michael Ellerman wrote: > > > > > Greg Kroah-Hartman writes: > > > > From: Nicholas Piggi

Same problem for 4.14.y and a concern: Re: [PATCH 4.19 056/191] powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM

2020-11-17 Thread Kamal Mostafa
On Tue, Nov 3, 2020 at 4:22 PM Michael Ellerman wrote: > Greg Kroah-Hartman writes: > > From: Nicholas Piggin > > > > [ Upstream commit 66acd46080bd9e5ad2be4b0eb1d498d5145d058e ] > > > > powerpc uses IPIs in some situations to switch a kernel thread away > > from a lazy tlb mm, which is subject

Re: [PATCH] security: CONFIG_HARDENED_USERCOPY does not need to select BUG

2018-07-02 Thread Kamal Mostafa
On Fri, Jun 29, 2018 at 01:27:08PM -0700, Kees Cook wrote: > On Fri, Jun 29, 2018 at 1:04 PM, Kamal Mostafa wrote: > > Allows for CONFIG_HARDENED_USERCOPY without CONFIG_BUG. > > > > Signed-off-by: Kamal Mostafa > > --- > > security/Kconfig | 1 - > > 1 f

[PATCH] security: CONFIG_HARDENED_USERCOPY does not need to select BUG

2018-06-29 Thread Kamal Mostafa
Allows for CONFIG_HARDENED_USERCOPY without CONFIG_BUG. Signed-off-by: Kamal Mostafa --- security/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/security/Kconfig b/security/Kconfig index c430206..7667774 100644 --- a/security/Kconfig +++ b/security/Kconfig @@ -153,7 +153,6 @@ config

[PATCH] xhci: Fix soft lockup in xhci_pci_probe path when XHCI_STATE_HALTED

2016-08-01 Thread Kamal Mostafa
NG. Fixes: 27a41a83ec54 ("xhci: Cleanup only when releasing primary hcd") BugLink: https://bugs.launchpad.net/bugs/1604058 Signed-off-by: Kamal Mostafa Cc: #v4.3+ Cc: Gabriel Krisman Bertazi Acked-by: Tim Gardner Acked-by: Stefan Bader --- drivers/usb/host/xhci-ring.c | 5 +++-

Re: [4.2.y-ckt stable] Linux 4.2.8-ckt13

2016-07-13 Thread Kamal Mostafa
diff --git a/Makefile b/Makefile index ff59f01..e8eb500 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 4 PATCHLEVEL = 2 SUBLEVEL = 8 -EXTRAVERSION = -ckt12 +EXTRAVERSION = -ckt13 NAME = Hare's hurried rump # *DOCUMENTATION* diff --git a/arch/powerpc/platforms/pseries/iommu.c

[4.2.y-ckt stable] Linux 4.2.8-ckt13

2016-07-13 Thread Kamal Mostafa
clear_page_dirty_for_io etc Kamal Mostafa (1): Linux 4.2.8-ckt13 Oliver Hartkopp (1): can: fix handling of unmodifiable configuration options fix Tim Gardner (1): [4.2-stable only] Revert "perf test: Ignore kcore files in the "vmlinux matches kallsyms" test"

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

2016-07-12 Thread Kamal Mostafa
;scsi: fix soft lockup in scsi_remove_target() on module removal" Joseph Salisbury (1): ath5k: Change led pin configuration for compaq c700 laptop Julien Grall (1): arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str Kamal Mostafa (1): Linux 3.19.8-ckt23 Konstantin Shk

Re: [3.19.y-ckt stable] Linux 3.19.8-ckt23

2016-07-12 Thread Kamal Mostafa
diff --git a/Makefile b/Makefile index 6b72df3..7e5e27e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 19 SUBLEVEL = 8 -EXTRAVERSION = -ckt22 +EXTRAVERSION = -ckt23 NAME = Sedated Swine # *DOCUMENTATION* @@ -376,7 +376,7 @@ AFLAGS_MODULE = LDFLAGS_MODULE =

[PATCH 4.2.y-ckt 1/5] [4.2-stable only] Revert "perf test: Ignore kcore files in the "vmlinux matches kallsyms" test"

2016-07-08 Thread Kamal Mostafa
arnings being treated as errors Signed-off-by: Tim Gardner Signed-off-by: Kamal Mostafa --- tools/perf/tests/vmlinux-kallsyms.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tools/perf/tests/vmlinux-kallsyms.c b/tools/perf/tests/vmlinux-kallsyms.c index 8de34ea..b

[PATCH 4.2.y-ckt 2/5] mm: migrate dirty page without clear_page_dirty_for_io etc

2016-07-08 Thread Kamal Mostafa
16: adjust context. This is not just an optimisation, but turned out to fix a possible oops (CVE-2016-3070).] Signed-off-by: Ben Hutchings Signed-off-by: Luis Henriques Signed-off-by: Kamal Mostafa --- mm/migrate.c | 51 +++ 1 file changed, 31

[PATCH 4.2.y-ckt 3/5] can: fix handling of unmodifiable configuration options fix

2016-07-08 Thread Kamal Mostafa
check for missing content. Reported-by: ajneu Signed-off-by: Oliver Hartkopp Signed-off-by: Marc Kleine-Budde Signed-off-by: Kamal Mostafa --- drivers/net/can/dev.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/can/dev.c b/drivers/net/can/dev.c index 910c12e..348dd50 100644

[4.2.y-ckt stable] Linux 4.2.8-ckt13 stable review

2016-07-08 Thread Kamal Mostafa
This is the start of the review cycle for the Linux 4.2.8-ckt13 stable kernel. *** *** Note that this will be the FINAL 4.2.y-ckt RELEASE in this series. *** This version contains 5 new patches, summarized below. The new patches are posted as replies to this message and also available in this gi

[PATCH 4.2.y-ckt 4/5] powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism

2016-07-08 Thread Kamal Mostafa
No functional changes were made. This was tested on pSeries, both in PHyp and qemu guest. Fixes: 39baadbf36ce ("powerpc/eeh: Remove eeh information from pci_dn") Reviewed-by: Gavin Shan Signed-off-by: Guilherme G. Piccoli Signed-off-by: Michael Ellerman Signed-off-by: Kamal Mos

[PATCH 4.2.y-ckt 5/5] powerpc/pseries: Fix PCI config address for DDW

2016-07-08 Thread Kamal Mostafa
ned-off-by: Gavin Shan Tested-by: Guilherme G. Piccoli Signed-off-by: Michael Ellerman Signed-off-by: Kamal Mostafa --- arch/powerpc/platforms/pseries/iommu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/platforms/pseries/iommu.c b/arch/powerpc/pla

[PATCH 3.19.y-ckt 02/99] ath10k: fix firmware assert in monitor mode

2016-07-07 Thread Kamal Mostafa
ff-by: Rajkumar Manoharan Signed-off-by: Kalle Valo Signed-off-by: Kamal Mostafa --- drivers/net/wireless/ath/ath10k/mac.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c index bbee156..4505cf7

[PATCH 3.19.y-ckt 20/99] pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_range

2016-07-07 Thread Kamal Mostafa
exynos5440: add pinctrl driver for Samsung EXYNOS5440 SoC") Signed-off-by: Andrew Jeffery Acked-by: Tomasz Figa Reviewed-by: Krzysztof Kozlowski Signed-off-by: Linus Walleij Signed-off-by: Kamal Mostafa --- drivers/pinctrl/samsung/pinctrl-exynos5440.c | 15 --- 1 file changed,

[PATCH 3.19.y-ckt 16/99] PM / Runtime: Fix error path in pm_runtime_force_resume()

2016-07-07 Thread Kamal Mostafa
end|resume_force functions) Signed-off-by: Ulf Hansson Reviewed-by: Linus Walleij Signed-off-by: Rafael J. Wysocki Signed-off-by: Kamal Mostafa --- drivers/base/power/runtime.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/base/power/runtime.c b/drivers/base/pow

[PATCH 3.19.y-ckt 12/99] Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"

2016-07-07 Thread Kamal Mostafa
tersen Signed-off-by: Kamal Mostafa --- drivers/scsi/scsi_sysfs.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/scsi_sysfs.c b/drivers/scsi/scsi_sysfs.c index c6126e0..64f11fa 100644 --- a/drivers/scsi/scsi_sysfs.c +++ b/drivers/scsi/scsi_sysfs.c @@

[PATCH 3.19.y-ckt 04/99] ath10k: fix debugfs pktlog_filter write

2016-07-07 Thread Kamal Mostafa
we write same value to the pktlog_filter for the second time. Always enable pktlogs on non zero filter. Fixes: 90174455ae05 ("ath10k: add support to configure pktlog filter") Signed-off-by: Anilkumar Kolli Signed-off-by: Kalle Valo Signed-off-by: Kamal Mostafa --- drivers/net/wirele

[PATCH 3.19.y-ckt 15/99] powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel

2016-07-07 Thread Kamal Mostafa
n exception vector handlers") Signed-off-by: Hari Bathini Signed-off-by: Mahesh Salgaonkar Signed-off-by: Michael Ellerman Signed-off-by: Kamal Mostafa --- arch/powerpc/kernel/exceptions-64s.S | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/arch/powerpc/

[PATCH 3.19.y-ckt 09/99] cpuidle: Indicate when a device has been unregistered

2016-07-07 Thread Kamal Mostafa
ano Signed-off-by: Rafael J. Wysocki Signed-off-by: Kamal Mostafa --- drivers/cpuidle/cpuidle.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/cpuidle/cpuidle.c b/drivers/cpuidle/cpuidle.c index 9ab9964..5a4ff9c 100644 --- a/drivers/cpuidle/cpuidle.c +++ b/drivers/cpuidle/cpuidle.

[PATCH 3.19.y-ckt 13/99] usb: f_mass_storage: test whether thread is running before starting another

2016-07-07 Thread Kamal Mostafa
ind() decl 'common'; no change to nokia.c (no fsg_opts) ] Signed-off-by: Kamal Mostafa squash! 334f47b --- drivers/usb/gadget/function/f_mass_storage.c | 37 drivers/usb/gadget/function/f_mass_storage.h | 2 -- drivers/usb/gadget/legacy/acm_ms.c

[PATCH 3.19.y-ckt 14/99] Bluetooth: vhci: Fix race at creating hci device

2016-07-07 Thread Kamal Mostafa
against the concurrent device creations. Signed-off-by: Takashi Iwai Signed-off-by: Marcel Holtmann Signed-off-by: Kamal Mostafa --- drivers/bluetooth/hci_vhci.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/drivers/bluetooth/hci_vhci.c b/drivers/b

[PATCH 3.19.y-ckt 19/99] ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.

2016-07-07 Thread Kamal Mostafa
WLM200NX have inverted LED polarity (active high instead of active low). The same PCI Subsystem ID is used by both cards, which are based on the same Atheros MB92 design. Cc: Cc: Cc: Signed-off-by: Vittorio Gambaletta Signed-off-by: Kalle Valo Signed-off-by: Kamal Mostafa --- drivers/net

[PATCH 3.19.y-ckt 18/99] ath9k: Add a module parameter to invert LED polarity.

2016-07-07 Thread Kamal Mostafa
o Signed-off-by: Kamal Mostafa --- drivers/net/wireless/ath/ath9k/init.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c index a218a00..d7c1a02 100644 --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers

[PATCH 3.19.y-ckt 11/99] scsi: Add intermediate STARGET_REMOVE state to scsi_target_state

2016-07-07 Thread Kamal Mostafa
25f4fa58a23e252ef38 Reported-by: Sergey Senozhatsky Tested-by: Sergey Senozhatsky Reviewed-by: Ewan D. Milne Reviewed-by: Hannes Reinecke Reviewed-by: James Bottomley Signed-off-by: Martin K. Petersen Signed-off-by: Kamal Mostafa --- drivers/scsi/scsi_scan.c | 1 + drivers/scsi/scsi_s

[PATCH 3.19.y-ckt 32/99] USB: leave LPM alone if possible when binding/unbinding interface drivers

2016-07-07 Thread Kamal Mostafa
rn Tested-by: Matthew Giassa CC: Mathias Nyman Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/usb/core/driver.c | 40 +++- include/linux/usb.h | 2 +- 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/driver

[PATCH 3.19.y-ckt 25/99] aacraid: Relinquish CPU during timeout wait

2016-07-07 Thread Kamal Mostafa
pu_relax()" call with "schedule()" Signed-off-by: Raghava Aditya Renukunta Reviewed-by: Johannes Thumshirn Signed-off-by: Martin K. Petersen Signed-off-by: Kamal Mostafa --- drivers/scsi/aacraid/commsup.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers

[PATCH 3.19.y-ckt 03/99] drm/i915: Fix race condition in intel_dp_destroy_mst_connector()

2016-07-07 Thread Kamal Mostafa
g/patch/msgid/1458155884-13877-1-git-send-email-cp...@redhat.com [ kamal: backport to 4.2-stable: context ] Signed-off-by: Kamal Mostafa --- drivers/gpu/drm/i915/intel_dp_mst.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dp_mst.c b/drivers

[PATCH 3.19.y-ckt 37/99] USB: serial: cp210x: fix hardware flow-control disable

2016-07-07 Thread Kamal Mostafa
irst having enabled CRTSCTS. Signed-off-by: Konstantin Shkolnyy Fixes: 39a66b8d22a3 ("[PATCH] USB: CP2101 Add support for flow control") [johan: reword commit message ] Signed-off-by: Johan Hovold [ kamal: backport to 4.2-stable: context ] Signed-off-by: Kamal Mostafa --- drivers/usb/s

[PATCH 3.19.y-ckt 39/99] ext4: address UBSAN warning in mb_find_order_for_block()

2016-07-07 Thread Kamal Mostafa
per loop iteration. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=114701 Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=112161 Signed-off-by: Nicolai Stange Signed-off-by: Theodore Ts'o Signed-off-by: Kamal Mostafa --- fs/ext4/mballoc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[PATCH 3.19.y-ckt 34/99] USB: serial: option: add more ZTE device ids

2016-07-07 Thread Kamal Mostafa
hem - gregkh] Signed-off-by: Greg Kroah-Hartman Signed-off-by: Johan Hovold Signed-off-by: Kamal Mostafa --- drivers/usb/serial/option.c | 75 - 1 file changed, 74 insertions(+), 1 deletion(-) diff --git a/drivers/usb/serial/option.c b/drivers/usb/ser

[PATCH 3.19.y-ckt 41/99] arm64: Ensure pmd_present() returns false after pmd_mknotpresent()

2016-07-07 Thread Kamal Mostafa
xes: 9c7e535fcc17 ("arm64: mm: Route pmd thp functions through pte equivalents") Reviewed-by: Will Deacon Signed-off-by: Catalin Marinas Signed-off-by: Will Deacon Signed-off-by: Kamal Mostafa --- arch/arm64/include/asm/pgtable-hwdef.h | 1 - arch/arm64/include/asm/pgtable.h | 4

[PATCH 3.19.y-ckt 28/99] MIPS: ath79: make bootconsole wait for both THRE and TEMT

2016-07-07 Thread Kamal Mostafa
her (the serial controller is detected as a 16550A, which is not fully compatible with the ath79 serial, and the autoconfig may lead to undefined behavior on ath79.) Signed-off-by: Matthias Schiffer Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- arch/mips/ath79/early_printk.c

[PATCH 3.19.y-ckt 22/99] usb: core: hub: hub_port_init lock controller instead of bus

2016-07-07 Thread Kamal Mostafa
ff-by: Chris Bainbridge Acked-by: Mathias Nyman Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/usb/core/hcd.c | 15 +-- drivers/usb/core/hub.c | 8 include/linux/usb.h | 3 +-- include/linux/usb/hcd.h | 1 + 4 files changed, 19 ins

[PATCH 3.19.y-ckt 30/99] thunderbolt: Fix double free of drom buffer

2016-07-07 Thread Kamal Mostafa
erest] Fixes: 343fcb8c70d7 ("thunderbolt: Fix nontrivial endpoint devices.") Signed-off-by: Andreas Noever Signed-off-by: Bjorn Helgaas CC: Lukas Wunner Signed-off-by: Kamal Mostafa --- drivers/thunderbolt/eeprom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/thunderbolt/eeprom.c

[PATCH 3.19.y-ckt 10/99] [media] media: v4l2-compat-ioctl32: fix missing reserved field copy in put_v4l2_create32

2016-07-07 Thread Kamal Mostafa
hab Signed-off-by: Kamal Mostafa --- drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/media/v4l2-core/v4l2-compat-ioctl32.c b/drivers/media/v4l2-core/v4l2-compat-ioctl32.c index 73138a3..da9883a 100644 --- a/drivers/media/v

[PATCH 3.19.y-ckt 40/99] ext4: silence UBSAN in ext4_mb_init()

2016-07-07 Thread Kamal Mostafa
one position per loop iteration. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=114701 Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=112161 Signed-off-by: Nicolai Stange Signed-off-by: Theodore Ts'o Signed-off-by: Kamal Mostafa --- fs/ext4/mballoc.c | 6 -- 1 file changed,

[PATCH 3.19.y-ckt 38/99] ext4: fix oops on corrupted filesystem

2016-07-07 Thread Kamal Mostafa
+0x177/0x1b0 [<60017bd5>] fork_handler+0x85/0x90 Fix the problem by using list_del_init() as we always should with i_orphan list. Reported-by: Vegard Nossum Signed-off-by: Jan Kara Signed-off-by: Theodore Ts'o Signed-off-by: Kamal Mostafa --- fs/ext4/namei.c | 2 +- 1 file

[PATCH 3.19.y-ckt 23/99] TTY: n_gsm, fix false positive WARN_ON

2016-07-07 Thread Kamal Mostafa
()") Signed-off-by: Jiri Slaby Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/tty/n_gsm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/tty/n_gsm.c b/drivers/tty/n_gsm.c index bce16e4..db37ee4 100644 --- a/drivers/tty/n_gs

[PATCH 3.19.y-ckt 21/99] btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctl

2016-07-07 Thread Kamal Mostafa
OC_* versions. They can be handled in btrfs using the same code. Without this, 32-bit {ch,ls}attr fail. Signed-off-by: Luke Dashjr Reviewed-by: Josef Bacik Reviewed-by: David Sterba Signed-off-by: David Sterba Signed-off-by: Kamal Mostafa --- fs/btrfs/ctree.h | 1 + fs/btrfs/file.c | 2 +- fs/bt

[PATCH 3.19.y-ckt 31/99] USB: serial: option: add support for Cinterion PH8 and AHxx

2016-07-07 Thread Kamal Mostafa
and AHxx products with 2 RmNet Interfaces and products with 1 RmNet + 1 USB Audio interface. In addition some minor renaming and formatting. Signed-off-by: Hans-Christoph Schemmel [johan: sort current entries and trim trailing whitespace ] Signed-off-by: Johan Hovold Signed-off-by: Kamal

[PATCH 3.19.y-ckt 26/99] aacraid: Fix for aac_command_thread hang

2016-07-07 Thread Kamal Mostafa
() so it causes aac_probe_one to hang until the schedule_timeout() which is 30 minutes. Fixed by: Adding another kthread_should_stop() before schedule_timeout() Signed-off-by: Raghava Aditya Renukunta Reviewed-by: Johannes Thumshirn Signed-off-by: Martin K. Petersen Signed-off-by: Kamal

[PATCH 3.19.y-ckt 24/99] arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables

2016-07-07 Thread Kamal Mostafa
istoffer Dall Signed-off-by: Marc Zyngier Signed-off-by: Christoffer Dall Signed-off-by: Kamal Mostafa --- arch/arm/kvm/mmu.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/arch/arm/kvm/mmu.c b/arch/arm/kvm/mmu.c index 966f8d2..b4c2d43 100644 --- a/arch/arm/kv

[PATCH 3.19.y-ckt 17/99] crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocks

2016-07-07 Thread Kamal Mostafa
4.2-stable: context ] Signed-off-by: Kamal Mostafa --- drivers/crypto/s5p-sss.c | 53 +++- 1 file changed, 39 insertions(+), 14 deletions(-) diff --git a/drivers/crypto/s5p-sss.c b/drivers/crypto/s5p-sss.c index f214a87..8a9256b 100644 --- a/drivers/c

[PATCH 3.19.y-ckt 27/99] ext4: fix hang when processing corrupted orphaned inode list

2016-07-07 Thread Kamal Mostafa
-by: Theodore Ts'o Signed-off-by: Kamal Mostafa --- fs/ext4/ialloc.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c index ac644c3..cb6166a 100644 --- a/fs/ext4/ialloc.c +++ b/fs/ext4/ialloc.c @@ -1120,11 +1120,13 @@ struct ino

[PATCH 3.19.y-ckt 29/99] QE-UART: add "fsl,t1040-ucc-uart" to of_device_id

2016-07-07 Thread Kamal Mostafa
atible for qe-uart. So add it. Signed-off-by: Zhao Qiang Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/tty/serial/ucc_uart.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/tty/serial/ucc_uart.c b/drivers/tty/serial/ucc_uart.c index 14d10fc..eb12cbe

[PATCH 3.19.y-ckt 68/99] mmc: mmc: Fix partition switch timeout for some eMMCs

2016-07-07 Thread Kamal Mostafa
but were sometimes taking 60-70ms. Signed-off-by: Adrian Hunter Signed-off-by: Ulf Hansson Signed-off-by: Kamal Mostafa --- drivers/mmc/core/mmc.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c index 7466ce0..acba480 100644 --- a/dri

[PATCH 3.19.y-ckt 50/99] USB: serial: io_edgeport: fix memory leaks in probe error path

2016-07-07 Thread Kamal Mostafa
release") Signed-off-by: Johan Hovold Acked-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/usb/serial/io_edgeport.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/drivers/usb/serial/io_edgeport.c b/drivers/usb/serial/io_edgeport.c

[PATCH 3.19.y-ckt 42/99] can: fix handling of unmodifiable configuration options

2016-07-07 Thread Kamal Mostafa
e() has been introduced to provide a proper interface to handle static enabled CAN controller options. Reported-by: Ramesh Shanmugasundaram Signed-off-by: Oliver Hartkopp Reviewed-by: Ramesh Shanmugasundaram Signed-off-by: Marc Kleine-Budde Signed-off-by: Kamal Mosta

[PATCH 3.19.y-ckt 72/99] drm/fb_helper: Fix references to dev->mode_config.num_connector

2016-07-07 Thread Kamal Mostafa
021-18280-3-git-send-email-cp...@redhat.com Signed-off-by: Kamal Mostafa --- drivers/gpu/drm/drm_fb_helper.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c index dc386eb..5149726 100644 --- a/drivers/gp

[PATCH 3.19.y-ckt 48/99] mfd: omap-usb-tll: Fix scheduling while atomic BUG

2016-07-07 Thread Kamal Mostafa
0x28/0x58 [5.912717] DEBUG_LOCKS_WARN_ON(val > preempt_count()) Reported-by: H. Nikolaus Schaller Tested-by: H. Nikolaus Schaller Signed-off-by: Roger Quadros Signed-off-by: Lee Jones Signed-off-by: Kamal Mostafa --- drivers/mfd/omap-usb-tll.c | 13 + 1 file changed, 9 insertions(+)

[PATCH 3.19.y-ckt 52/99] USB: serial: mxuport: fix use-after-free in probe error path

2016-07-07 Thread Kamal Mostafa
uld lead to deallocated memory being dereferenced in the completion callbacks. Fixes: ee467a1f2066 ("USB: serial: add Moxa UPORT 12XX/14XX/16XX driver") Signed-off-by: Johan Hovold Acked-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/usb/serial/mxuport.c | 10 +

[PATCH 3.19.y-ckt 51/99] USB: serial: keyspan: fix use-after-free in probe error path

2016-07-07 Thread Kamal Mostafa
up with active URBs for an unbound interface. Fixes: f9c99bb8b3a1 ("USB: usb-serial: replace shutdown with disconnect, release") Signed-off-by: Johan Hovold Acked-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/usb/serial/keyspan.c | 4 1 file changed, 4 insertion

[PATCH 3.19.y-ckt 35/99] USB: serial: option: add even more ZTE device ids

2016-07-07 Thread Kamal Mostafa
han: rebase and replace commit message ] Signed-off-by: Johan Hovold Signed-off-by: Kamal Mostafa --- drivers/usb/serial/option.c | 54 + 1 file changed, 54 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 7cac

[PATCH 3.19.y-ckt 33/99] mcb: Fixed bar number assignment for the gdd

2016-07-07 Thread Kamal Mostafa
we need to change the assigment from reg1 to reg2 which is the correct location. Signed-off-by: Andreas Werner Fixes: '3764e82e5' drivers: Introduce MEN Chameleon Bus Signed-off-by: Johannes Thumshirn Signed-off-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/mcb/mc

[PATCH 3.19.y-ckt 46/99] MIPS: Reserve nosave data for hibernation

2016-07-07 Thread Kamal Mostafa
urelien Jarno Cc: Steven J . Hill Cc: Fuxin Zhang Cc: Zhangjin Wu Cc: linux-m...@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/12888/ Signed-off-by: Ralf Baechle Signed-off-by: Kamal Mostafa --- arch/mips/kernel/setup.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

[PATCH 3.19.y-ckt 49/99] USB: serial: io_edgeport: fix memory leaks in attach error path

2016-07-07 Thread Kamal Mostafa
ces during attach were never released on errors (e.g. missing endpoints). Fixes: 6e8cf7751f9f ("USB: add EPIC support to the io_edgeport driver") Signed-off-by: Johan Hovold Acked-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/usb/serial/io_ed

[PATCH 3.19.y-ckt 53/99] USB: serial: quatech2: fix use-after-free in probe error path

2016-07-07 Thread Kamal Mostafa
xes: f7a33e608d9a ("USB: serial: add quatech2 usb to serial driver") Signed-off-by: Johan Hovold Acked-by: Greg Kroah-Hartman Signed-off-by: Kamal Mostafa --- drivers/usb/serial/quatech2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/serial/quatech2.c b/drivers/usb/seri

[PATCH 3.19.y-ckt 59/99] arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str

2016-07-07 Thread Kamal Mostafa
setup.c ] Signed-off-by: Kamal Mostafa --- arch/arm64/kernel/setup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c index 386acb8..07df3f7 100644 --- a/arch/arm64/kernel/setup.c +++ b/arch/arm64/kernel/setup.c @@ -491,7 +491

[PATCH 3.19.y-ckt 80/99] xfs: fix inode validity check in xfs_iflush_cluster

2016-07-07 Thread Kamal Mostafa
-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner Signed-off-by: Kamal Mostafa --- fs/xfs/xfs_inode.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index 484c569..f037fe7 100644 --- a/fs/xfs/xfs_

[PATCH 3.19.y-ckt 78/99] cpuidle: Fix cpuidle_state_is_coupled() argument in cpuidle_enter()

2016-07-07 Thread Kamal Mostafa
le: delay enabling interrupts until all coupled CPUs leave idle) Signed-off-by: Daniel Lezcano [ rjw: Subject & changelog ] Signed-off-by: Rafael J. Wysocki [ kamal: backport to 3.19-stable: context ] Signed-off-by: Kamal Mostafa --- drivers/cpuidle/cpuidle.c | 2 +- 1 file changed, 1 insert

[PATCH 3.19.y-ckt 96/99] hpfs: implement the show_options method

2016-07-07 Thread Kamal Mostafa
ion string is replaced with replace_mount_options in hpfs_remount_fs. To fix this bug, implement the hpfs_show_options function that prints options that are currently selected. Signed-off-by: Mikulas Patocka Signed-off-by: Linus Torvalds Signed-off-by: Kamal Mostafa --- fs/hpfs/super.c |

[PATCH 3.19.y-ckt 76/99] fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication

2016-07-07 Thread Kamal Mostafa
low access using a non-null NTLMv2_Response. For Samba it's the "map to guest = bad user" option. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11913 Signed-off-by: Stefan Metzmacher Signed-off-by: Steve French Signed-off-by: Kamal Mostafa --- f

[PATCH 3.19.y-ckt 47/99] usb: host: xhci-rcar: Avoid long wait in xhci_reset()

2016-07-07 Thread Kamal Mostafa
oshihiro Shimoda Reviewed-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman [ kamal: backport to 4.2-stable: s/ARCH_RENESAS/ARCH_SHMOBILE/ ] Signed-off-by: Kamal Mostafa --- drivers/usb/host/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/host/Kconfig b/

[PATCH 3.19.y-ckt 45/99] MIPS: Avoid using unwind_stack() with usermode

2016-07-07 Thread Kamal Mostafa
use the raw backtracing instead. Signed-off-by: James Hogan Reviewed-by: Leonid Yegoshin Cc: linux-m...@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/11701/ Signed-off-by: Ralf Baechle (cherry picked from commit d2941a975ac745c607dfb590e92bb30bc352dad9) Signed-off-by: Kamal

[PATCH 3.19.y-ckt 55/99] MIPS: KVM: Fix timer IRQ race when freezing timer

2016-07-07 Thread Kamal Mostafa
PS: KVM: Rewrite count/compare timer emulation") Signed-off-by: James Hogan Cc: Paolo Bonzini Cc: "Radim Krčmář" Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Cc: k...@vger.kernel.org Signed-off-by: Paolo Bonzini Signed-off-by: Kamal Mostafa --- arch/mips/kvm/emulate.c | 28

[PATCH 3.19.y-ckt 58/99] irqchip/gic: Ensure ordering between read of INTACK and shared data

2016-07-07 Thread Kamal Mostafa
n of a control dependency and an ISB instruction from the EOI in the GICv3 driver is enough to provide the ordering we need, so we add a comment there justifying the absence of an explicit smp_rmb(). Signed-off-by: Will Deacon Signed-off-by: Marc Zyngier Signed-off-by: Kamal Mostafa --- drivers/irqch

[PATCH 3.19.y-ckt 66/99] ring-buffer: Use long for nr_pages to avoid overflow failures

2016-07-07 Thread Kamal Mostafa
moved. Link: https://bugzilla.kernel.org/show_bug.cgi?id=118001 Fixes: 7a8e76a3829f1 ("tracing: unified trace buffer") Reported-by: Hao Qin Signed-off-by: Steven Rostedt Signed-off-by: Kamal Mostafa --- kernel/trace/ring_buffer.c | 26 ++ 1 file changed, 14 insertions(+)

[PATCH 3.19.y-ckt 82/99] KVM: MTRR: remove MSR 0x2f8

2016-07-07 Thread Kamal Mostafa
f-by: Radim Krčmář Signed-off-by: Paolo Bonzini Signed-off-by: Kamal Mostafa --- arch/x86/kvm/x86.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 18bfb6c..59e8b79 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -1742,8 +1742,6 @@ st

[PATCH 3.19.y-ckt 63/99] powerpc/eeh: Don't report error in eeh_pe_reset_and_recover()

2016-07-07 Thread Kamal Mostafa
off-by: Gavin Shan Reviewed-by: Russell Currey Signed-off-by: Michael Ellerman Signed-off-by: Kamal Mostafa --- arch/powerpc/kernel/eeh_driver.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/powerpc/kernel/eeh_driver.c b/arch/powerpc/kernel/eeh_driver.c index b17e793..0cc91d1 1006

[PATCH 3.19.y-ckt 81/99] xfs: skip stale inodes in xfs_iflush_cluster

2016-07-07 Thread Kamal Mostafa
them in xfs_iflush_cluster, too. Signed-off-by: Dave Chinner Reviewed-by: Brian Foster Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner Signed-off-by: Kamal Mostafa --- fs/xfs/xfs_inode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index

[PATCH 3.19.y-ckt 57/99] gcov: disable tree-loop-im to reduce stack usage

2016-07-07 Thread Kamal Mostafa
th the affected gcc releases. Signed-off-by: Arnd Bergmann Acked-by: Peter Oberparleiter Signed-off-by: Michal Marek Signed-off-by: Kamal Mostafa --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b72df3..d633ed1 100644 --- a/Makefile +++

[PATCH 3.19.y-ckt 54/99] crypto: caam - fix caam_jr_alloc() ret code

2016-07-07 Thread Kamal Mostafa
the session and at some point it tries to do a caam_jr_free() on a NULL JR dev pointer. This patch is a fix for this issue. Signed-off-by: Catalin Vasile Signed-off-by: Herbert Xu Signed-off-by: Kamal Mostafa --- drivers/crypto/caam/jr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[PATCH 3.19.y-ckt 56/99] MIPS: KVM: Fix timer IRQ race when writing CP0_Compare

2016-07-07 Thread Kamal Mostafa
ux-m...@linux-mips.org Cc: k...@vger.kernel.org Signed-off-by: Paolo Bonzini Signed-off-by: Kamal Mostafa --- arch/mips/include/asm/kvm_host.h | 2 +- arch/mips/kvm/emulate.c | 61 ++-- arch/mips/kvm/trap_emul.c| 2 +- 3 files changed, 29 insertions(+),

[PATCH 3.19.y-ckt 62/99] rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in rtl_pci_reset_trx_ring

2016-07-07 Thread Kamal Mostafa
2.095839] [] sysenter_past_esp+0x36/0x55 [ 7612.095844] ---[ end trace 97e9c637a20e8348 ]--- Signed-off-by: Wang YanQing Acked-by: Larry Finger Signed-off-by: Kalle Valo [ kamal: backport to 4.2-stable: files moved ] Signed-off-by: Kamal Mostafa --- drivers/net/wireless/rtlwifi/pci.c | 2 +-

[PATCH 3.19.y-ckt 75/99] fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication

2016-07-07 Thread Kamal Mostafa
low access using a non-null NTChallengeResponse. For Samba it's the "map to guest = bad user" option. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11913 Signed-off-by: Stefan Metzmacher Signed-off-by: Steve French Signed-off-by: Kamal Mostafa --- f

[PATCH 3.19.y-ckt 65/99] MIPS: math-emu: Fix jalr emulation when rd == $0

2016-07-07 Thread Kamal Mostafa
chwork: https://patchwork.linux-mips.org/patch/13160/ Signed-off-by: Ralf Baechle Signed-off-by: Kamal Mostafa --- arch/mips/math-emu/cp1emu.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c index 9dfcd7f..862bc86 1006

[PATCH 3.19.y-ckt 97/99] powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism

2016-07-07 Thread Kamal Mostafa
address. No functional changes were made. This was tested on pSeries, both in PHyp and qemu guest. Fixes: 39baadbf36ce ("powerpc/eeh: Remove eeh information from pci_dn") Reviewed-by: Gavin Shan Signed-off-by: Guilherme G. Piccoli Signed-off-by: Michael Ellerman Signed-off-by: Kamal Mos

[PATCH 3.19.y-ckt 64/99] powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover()

2016-07-07 Thread Kamal Mostafa
m the content saved to the EEH device when it's populated, to resolve above issue. Fixes: 5cfb20b9 ("powerpc/eeh: Emulate EEH recovery for VFIO devices") Signed-off-by: Gavin Shan Reviewed-by: Russell Currey Signed-off-by: Michael Ellerman Signed-off-by: Kamal Mostafa --- arch

[PATCH 3.19.y-ckt 70/99] MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCC

2016-07-07 Thread Kamal Mostafa
rk.linux-mips.org/patch/13271/ Signed-off-by: Ralf Baechle Signed-off-by: Kamal Mostafa --- arch/mips/include/asm/msa.h | 13 + arch/mips/kernel/traps.c| 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/arch/mips/include/asm/msa.h b/arch/mips/include/asm/m

[PATCH 3.19.y-ckt 60/99] kbuild: move -Wunused-const-variable to W=1 warning level

2016-07-07 Thread Kamal Mostafa
efault list. We probably want this in backport kernels as well, to allow building them with gcc-6 without introducing extra warnings. Signed-off-by: Arnd Bergmann Acked-by: Olof Johansson Acked-by: Lee Jones Signed-off-by: Michal Marek Signed-off-by: Kamal Mostafa --- Makefile

[PATCH 3.19.y-ckt 71/99] drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()

2016-07-07 Thread Kamal Mostafa
porting the refcounting changes is way too invasive. Signed-off-by: Lyude [danvet: Clarify why we need this.] Signed-off-by: Daniel Vetter Link: http://patchwork.freedesktop.org/patch/msgid/1463065021-18280-2-git-send-email-cp...@redhat.com Signed-off-by: Kamal Mostafa --- drivers/gpu/drm/i915/i

[PATCH 3.19.y-ckt 73/99] fs/cifs: correctly to anonymous authentication via NTLMSSP

2016-07-07 Thread Kamal Mostafa
bugzilla.samba.org/show_bug.cgi?id=11913 Signed-off-by: Stefan Metzmacher Signed-off-by: Steve French Signed-off-by: Kamal Mostafa --- fs/cifs/sess.c | 32 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/fs/cifs/sess.c b/fs/cifs/sess.c index bce6fdc..ab

[PATCH 3.19.y-ckt 67/99] ring-buffer: Prevent overflow of size in ring_buffer_resize()

2016-07-07 Thread Kamal Mostafa
ic") Signed-off-by: Steven Rostedt Signed-off-by: Kamal Mostafa --- kernel/trace/ring_buffer.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/kernel/trace/ring_buffer.c b/kernel/trace/ring_buffer.c index 8533ec9..56607e9 100644 --- a/kernel/trace/ring_buffer

[PATCH 3.19.y-ckt 61/99] rtlwifi: Fix logic error in enter/exit power-save mode

2016-07-07 Thread Kamal Mostafa
Wang YanQing Acked-by: Larry Finger Signed-off-by: Kalle Valo [ kamal: backport to 4.2-stable: files moved ] Signed-off-by: Kamal Mostafa --- drivers/net/wireless/rtlwifi/base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/base.c b/drive

[PATCH 3.19.y-ckt 83/99] ASoC: ak4642: Enable cache usage to fix crashes on resume

2016-07-07 Thread Kamal Mostafa
ert Uytterhoeven Signed-off-by: Mark Brown [ kamal: backport to 4.2-stable: no separate ak4643_regmap ] Signed-off-by: Kamal Mostafa --- sound/soc/codecs/ak4642.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c index dde8b49..dd2a554 100

[PATCH 3.19.y-ckt 86/99] mmc: longer timeout for long read time quirk

2016-07-07 Thread Kamal Mostafa
att Gumbel Signed-off-by: Adrian Hunter Signed-off-by: Ulf Hansson Signed-off-by: Kamal Mostafa --- drivers/mmc/card/block.c | 5 +++-- drivers/mmc/core/core.c | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/card/block.c b/drivers/mmc/card/block.c index d1e2

[PATCH 3.19.y-ckt 79/99] xfs: xfs_iflush_cluster fails to abort on error

2016-07-07 Thread Kamal Mostafa
rom xfs_imap_to_bp() result in the inode flush being aborted correctly. Reported-by: Shyam Kaushik Diagnosed-by: Shyam Kaushik Tested-by: Shyam Kaushik Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner Signed-off-by: Kamal Mostafa --- fs/xfs/xfs_inod

[PATCH 3.19.y-ckt 88/99] mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers

2016-07-07 Thread Kamal Mostafa
ble in some cases. It is not essential, so simply remove it. Signed-off-by: Adrian Hunter Signed-off-by: Ulf Hansson Signed-off-by: Kamal Mostafa --- drivers/mmc/host/sdhci-acpi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/

[PATCH 3.19.y-ckt 85/99] PM / sleep: Handle failures in device_suspend_late() consistently

2016-07-07 Thread Kamal Mostafa
to be handled consistently for all devices regardless of their async suspend/resume status. Reported-by: Grygorii Strashko Tested-by: Grygorii Strashko Signed-off-by: Rafael J. Wysocki Signed-off-by: Kamal Mostafa --- drivers/base/power/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

[PATCH 3.19.y-ckt 84/99] Input: uinput - handle compat ioctl for UI_SET_PHYS

2016-07-07 Thread Kamal Mostafa
the UI_SET_PHYS ioctl needs to be treated with special care, as it has the pointer size encoded in the command. Signed-off-by: Ricky Liang Signed-off-by: Dmitry Torokhov Signed-off-by: Kamal Mostafa --- drivers/input/misc/uinput.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/input/m

[PATCH 3.19.y-ckt 69/99] PCI: Disable all BAR sizing for devices with non-compliant BARs

2016-07-07 Thread Kamal Mostafa
f devices with broken SR-IOV BARs yet. [bhelgaas: changelog] Fixes: b84106b4e229 ("PCI: Disable IO/MEM decoding for devices with non-compliant BARs") Signed-off-by: Prarit Bhargava Signed-off-by: Bjorn Helgaas CC: Thomas Gleixner CC: Ingo Molnar CC: "H. Peter Anvin" CC: Andi K

[PATCH 3.19.y-ckt 77/99] remove directory incorrectly tries to set delete on close on non-empty directories

2016-07-07 Thread Kamal Mostafa
tly return "DIRECTORY NOT EMPTY" on attempts to remove a non-empty directory. Signed-off-by: Steve French Acked-by: Sachin Prabhu Signed-off-by: Kamal Mostafa --- fs/cifs/smb2glob.h | 1 + fs/cifs/smb2inode.c | 8 ++-- fs/cifs/smb2pdu.c | 16 fs/cifs/smb2proto

[PATCH 3.19.y-ckt 89/99] sunrpc: fix stripping of padded MIC tokens

2016-07-07 Thread Kamal Mostafa
4c190e2f913f ("sunrpc: trim off trailing checksum before returning decrypted or integrity authenticated buffer"). Fixes: 4c190e2f913f "unrpc: trim off trailing checksum..." Signed-off-by: Tomáš Trnka Acked-by: Jeff Layton Signed-off-by: J. Bruce Fields Signed-off-by: Kamal

[PATCH 3.19.y-ckt 98/99] powerpc/pseries: Fix PCI config address for DDW

2016-07-07 Thread Kamal Mostafa
ned-off-by: Gavin Shan Tested-by: Guilherme G. Piccoli Signed-off-by: Michael Ellerman Signed-off-by: Kamal Mostafa --- arch/powerpc/platforms/pseries/iommu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/platforms/pseries/iommu.c b/arch/powerpc/pla

[PATCH 3.19.y-ckt 93/99] dma-debug: avoid spinlock recursion when disabling dma-debug

2016-07-07 Thread Kamal Mostafa
gned-off-by: Ville Syrjälä Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Kamal Mostafa --- lib/dma-debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dma-debug.c b/lib/dma-debug.c index 57f452f..a0a6210 100644 --- a/lib/dma-debug.c +++

  1   2   3   4   5   6   7   8   9   10   >