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

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Robert Jarzmik commit 3c8f7710c1c44fb650bc29b6ef78ed8b60cfaa28 upstream. The previous fix of pxa library support, which was introduced to fix the library

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

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Max Filippov commit b0b4855099e301c8603ea37da9a0103a96c2e0b1 upstream. XTFPGA SPI controller has native endian registers. Fix register acessors so that they work

[PATCH v4 1/3] USB: serial: cp210x: Workaround cp2108 Tx queue bug

2015-10-27 Thread Konstantin Shkolnyy
Occasionally, writing data and immediately closing the port makes cp2108 stop responding. The device has to be unplugged to clear the error. The failure is induced by shutting down the device while its Tx queue still has unsent data. This condition is avoided by issuing PURGE command from the

[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
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Doug Anderson commit 7ae85dc7687c7e7119053d83d02c560ea217b772 upstream. In (23a4e40 arm: kgdb: Handle read-only text / modules) we moved to using

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

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Ludovic Desroches commit d32dc9aa10c739363c775baf4499416b2e0dc11f upstream. When masking/unmasking interrupts, mask_cache is updated and used later for

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

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Arnaldo Carvalho de Melo commit caa470475d9b59eeff093ae650800d34612c4379 upstream. The original patch introducing this header wrote the number of CPUs available and

[PATCH v4 3/3] USB: serial: cp210x: Workaround cp2108 GET_LINE_CTL bug

2015-10-27 Thread Konstantin Shkolnyy
cp2108 GET_LINE_CTL returns the 16-bit value with the 2 bytes swapped. However, SET_LINE_CTL functions properly. When the driver tries to modify the register, it reads it, modifies some bits and writes back. Because the read bytes were swapped, this often results in an invalid value to be written.

Re: [PATCH] scsi_dh: Use module_request_nowait

2015-10-27 Thread James Bottomley
On Tue, 2015-10-27 at 14:45 -0700, Laura Abbott wrote: > We recevied a bugzilla report: > > Additional info: > reporter: libreport-2.6.3 > WARNING: CPU: 3 PID: 10195 at kernel/kmod.c:140 > __request_module+0x214/0x330() > Modules linked in: uas usb_storage xfs libcrc32c vhost_net vhost macvtap >

[PATCH v4 2/3] USB: serial: cp210x: Relocated private data from USB interface to port

2015-10-27 Thread Konstantin Shkolnyy
This change is preparation for implementing a cp2108 bug workaround. The workaround requires storing some private data. Right now the data is attached to the USB interface and allocated in the attach() callback. The bug detection requires USB I/O which is done easier from port_probe() callback

[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
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Dave Airlie commit 69e5d3f893e19613486f300fd6e631810338aa4b upstream. If the server isn't new enough to give us state, report the first monitor as always

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

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Williamson commit 9d9240756e63dd87d6cbf5da8b98ceb8f8192b55 upstream. Commit 932c435caba8 ("PCI: Add dev_flags bit to access VPD through function 0")

[PATCH v8 32/61] PCI: Rename pdev_sort_resources() to pdev_assign_resources_prepare()

2015-10-27 Thread Yinghai Lu
pdev_sort_resources() etc was checking devices resources and putting resources that need to assign to one list in sorted order. Now we don't do sorting in those functions anymore, so change to pdev_assign_resources_prepare() instead. Signed-off-by: Yinghai Lu ---

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

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Sudip Mukherjee commit dd85ebf681ef0ee1fc985c353dd45e8b53b5dc1e upstream. During the last close we are freeing spidev if spidev->spi is NULL, but just

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

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Mathias Nyman commit cc8e4fc0c3b5e8340bc8358990515d116a3c274c upstream. Don't check if timer is running with a timer_pending() before deleting it with

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

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Roger Quadros commit 85ac90f8953a58f6a057b727bc9db97721e3fb8e upstream. Else it races with xhci_setup_device Signed-off-by: Roger Quadros

[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
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Mathias Nyman commit ff30cbc8da425754e8ab96904db1d295bd034f27 upstream. Bits 1:0 of the bmAttributes are used for the burst multiplier. The rest of the

Re: [PATCH 3/4] x86,asm: Re-work smp_store_mb()

2015-10-27 Thread Davidlohr Bueso
On Wed, 28 Oct 2015, Linus Torvalds wrote: On Wed, Oct 28, 2015 at 4:53 AM, Davidlohr Bueso wrote: Note that this might affect callers that could/would rely on the atomicity semantics, but there are no guarantees of that for smp_store_mb() mentioned anywhere, plus most

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

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Chen commit 56ffa1d154c7e12af16273f0cdc42690dd05caf5 upstream. According to spec, there are functional and protocol stalls. For functional stall, it

[PATCH 3.19.y-ckt 36/86] arm64: compat: fix vfp save/restore across signal handlers in big-endian

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon commit bdec97a855ef1e239f130f7a11584721c9a1bf04 upstream. When saving/restoring the VFP registers from a compat (AArch32) signal frame, we rely on

[PATCH 3.19.y-ckt 37/86] arm64: errata: add module build workaround for erratum #843419

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon commit df057cc7b4fa59e9b55f07ffdb6c62bf02e99a00 upstream. Cortex-A53 processors <= r0p4 are affected by erratum #843419 which can lead to a memory

Re: [PATCH v5 1/4] media: pxa_camera: fix the buffer free path

2015-10-27 Thread Guennadi Liakhovetski
Hi Robert, Didn't you tell me, that your dmaengine patch got rejected and therefore these your patches were on hold? Thanks Guennadi On Sat, 24 Oct 2015, Robert Jarzmik wrote: > Robert Jarzmik writes: > > > Fix the error path where the video buffer wasn't allocated

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

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: David Howells commit 94c4554ba07adbdde396748ee7ae01e86cf2d8d7 upstream. There appears to be a race between: (1) key_gc_unused_keys() which frees key->security

[PATCH 3.19.y-ckt 07/86] ARM: 8429/1: disable GCC SRA optimization

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Ard Biesheuvel commit a077224fd35b2f7fbc93f14cf67074fc792fbac2 upstream. While working on the 32-bit ARM port of UEFI, I noticed a strange corruption in

[PATCH 3.19.y-ckt 10/86] hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chips

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Guenter Roeck commit 728d29400488d54974d3317fe8a232b45fdb42ee upstream. The STEP_UP_TIME and STEP_DOWN_TIME registers are swapped for all chips but NCT6775.

[PATCH 3.19.y-ckt 09/86] CIFS: fix type confusion in copy offload ioctl

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Jann Horn commit 4c17a6d56bb0cad3066a714e94f7185a24b40f49 upstream. This might lead to local privilege escalation (code execution as kernel) for systems where the

[PATCH v7 1/7] mtd: nand: gpmi: add gpmi dsm supend/resume support

2015-10-27 Thread Han Xu
From: Huang Shijie i.MX6SX supports deep sleep mode(DSM) that may turn off GPMI/BCH power during suspend, add gpmi nand suspend/resume function to release DMA channel in suspend function and re-init GPMI/BCH controller during resume function. Although it is not necessary

[PATCH v12 5/6] ARM: socfpga: add bindings document for fpga bridge drivers

2015-10-27 Thread atull
From: Alan Tull Add bindings documentation for Altera SOCFPGA bridges: * fpga2sdram * fpga2hps * hps2fpga * lwhps2fpga Signed-off-by: Alan Tull Signed-off-by: Dinh Nguyen Signed-off-by: Matthew

[PATCH v12 0/6] simple fpga bus and fpga bridge framework

2015-10-27 Thread atull
From: Alan Tull The Simple FPGA Bus provides a manufacturer-agnostic interface for reprogramming FPGAs using Device Tree Overlays. It uses the FPGA Bridge Framework and the upstreamed FPGA Manager Framework. When a Device Tree Overlay is applied, the Simple FPGA

[PATCH v12 1/6] fpga: add usage documentation for simple fpga bus

2015-10-27 Thread atull
From: Alan Tull Add a document spelling out usage of the simple fpga bus. Signed-off-by: Alan Tull --- v9: Initial version of this patch in patchset v10: s/fpga/FPGA/g improve formatting some rewriting move to

[PATCH v7 4/7] mtd: nand: gpmi: may use minimum required ecc for 744 oobsize NAND

2015-10-27 Thread Han Xu
By default NAND driver will choose the highest ecc strength that oob could contain, in this case, for some 8K+744 NAND flash, the ecc strength will be up to 52bit, which beyonds the i.MX6QDL BCH capability (40bit). This patch allows the NAND driver try to use minimum required ecc strength if it

[PATCH v7 3/7] dmaengine: mxs: add i.MX7D APBH DMA support

2015-10-27 Thread Han Xu
From: Adrian Alonso supports APBH DMA on i.MX7D by add extra clock clk_io Signed-off-by: Fugang Duan Signed-off-by: Adrian Alonso Signed-off-by: Han Xu --- drivers/dma/mxs-dma.c | 53

Re: [PATCH 0/5 v3] Fix NVMe driver support on Power with 32-bit DMA

2015-10-27 Thread Nishanth Aravamudan
On 26.10.2015 [18:27:46 -0700], David Miller wrote: > From: Nishanth Aravamudan > Date: Fri, 23 Oct 2015 13:54:20 -0700 > > > 1) add a generic dma_get_page_shift implementation that just returns > > PAGE_SHIFT > > I won't object to this patch series, but if I had

Re: [PATCH v12 0/8] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-10-27 Thread Bjorn Helgaas
Hi Zhou, On Mon, Oct 26, 2015 at 07:35:42PM +0800, Zhou Wang wrote: > This patchset adds PCIe host support for HiSilicon SoC Hip05. The PCIe hosts > use PCIe IP core from Synopsys, So this driver is based on designware PCIe > driver. > > Hip05 is an ARMv8 architecture SoC. It should be able to

Re: [PATCH v3 3/5] mtd: ofpart: update devicetree binding specification

2015-10-27 Thread Brian Norris
Hi Rob, Thanks for the review. On Mon, Oct 26, 2015 at 11:35:24PM -0500, Rob Herring wrote: > On Sun, Oct 11, 2015 at 3:04 PM, Brian Norris > wrote: > > Hi DT maintainers, > > > > It's a bit hypocritical of me, since I've been a slow reviewer as well, > > but... can

[PATCH v8 23/61] PCI: Don't release sibling bridge resources during hotplug

2015-10-27 Thread Yinghai Lu
On hotplug path, we can not touch sibling bridges that is outside of the slot. That could happen when BIOS does not assign some bridge BARs and later kernel can not assign resource to them in first try. Check if fail dev is the parent bridge, then just use subordinate bus instead use parent bus.

[PATCH v8 21/61] PCI: Treat optional as required in first try for bridge rescan

2015-10-27 Thread Yinghai Lu
For rescan bridge/bus that children are removed before, we should treat optional as required just like root bus the boot time in 19aa7ee432ce (PCI: make re-allocation try harder by reassigning ranges higher in the heirarchy). The reason: allocate required and expand to optional path do not put

[PATCH v8 07/61] PCI: Kill wrong quirk about M7101

2015-10-27 Thread Yinghai Lu
Meelis reported that qla2000 driver does not get loaded on one sparc system. schizo f00732d0: PCI host bridge to bus 0001:00 pci_bus 0001:00: root bus resource [io 0x7fe0100-0x7fe01ff] (bus address [0x-0xff]) pci 0001:00:06.0: quirk: [io 0x7fe01000800-0x7fe0100083f] claimed by

Re: [PATCH] namei: permit linking with CAP_FOWNER in userns

2015-10-27 Thread Eric W. Biederman
Seth Forshee writes: > On Tue, Oct 20, 2015 at 04:09:19PM +0200, Dirk Steinmetz wrote: >> Attempting to hardlink to an unsafe file (e.g. a setuid binary) from >> within an unprivileged user namespace fails, even if CAP_FOWNER is held >> within the namespace. This may

Re: [PATCH 4/4] Mark files generated by confdata.c

2015-10-27 Thread Michal Marek
Dne 27.10.2015 v 16:30 Nicholas Mc Guire napsal(a): > scripts/kconfig/confdata.c generates a number of files - indicate the > location of the generator in the file heading to ease reading the sources. > > Signed-off-by: Nicholas Mc Guire > --- > This is no actual code change -

Re: [PATCHv2] Documentation: add new description of path-name lookup.

2015-10-27 Thread J. Bruce Fields
On Mon, Oct 26, 2015 at 03:35:54PM +0900, Neil Brown wrote: > From c38784b876a181eda9a5687e618749157dc96a0e Mon Sep 17 00:00:00 2001 > From: NeilBrown > Date: Sat, 25 Jul 2015 10:24:41 +1000 > Subject: [PATCH] Documentation: add new description of path-name lookup. > > This

Re: [PATCH 6/6] net: phy: Stop 'phy-state-machine' and 'phy_change' work on remove

2015-10-27 Thread Andrew Lunn
On Tue, Oct 27, 2015 at 08:57:58AM -0700, Florian Fainelli wrote: > (don't top post please) > > On 27/10/15 08:53, Frode Isaksen wrote: > > What will you need in the oops ? I presume you don' want everything or ? > > > > The PHY state machine is not stopped with a PHY disconnect. > > It is

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

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Steve French commit e0ddde9d44e37fbc21ce893553094ecf1a633ab5 upstream. leases (oplocks) were always requested for SMB2/SMB3 even when oplocks disabled in the

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

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

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Wilson Kok commit 41fc014332d91ee90c32840bf161f9685b7fbf2b upstream. dump_rules returns skb length and not error. But when family == AF_UNSPEC, the caller

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

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Atsushi Nemoto [ Upstream commit 4548a697e4969d695047cebd6d9af5e2f6cc728e ] tse_poll() calls __napi_complete() with irq enabled. This leads napi poll_list

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

2015-10-27 Thread Kamal Mostafa
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Borkmann [ Upstream commit 1853c949646005b5959c483becde86608f548f24 ] Ken-ichirou reported that running netlink in mmap mode for receive in combination

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

2015-10-27 Thread Kamal Mostafa
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Jesse Gross [ Upstream commit ae5f2fb1d51fa128a460bcfbe3c56d7ab8bf6a43 ] When support for megaflows was introduced, OVS needed to start installing flows with a

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

2015-10-27 Thread Kamal Mostafa
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Wilson Kok [ Upstream commit 41fc014332d91ee90c32840bf161f9685b7fbf2b ] dump_rules returns skb length and not error. But when family == AF_UNSPEC, the

[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
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon commit bdec97a855ef1e239f130f7a11584721c9a1bf04 upstream. When saving/restoring the VFP registers from a compat (AArch32) signal frame, we rely on

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

2015-10-27 Thread Kamal Mostafa
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Grazvydas Ignotas commit 1dbdad75074d16c3e3005180f81a01cdc04a7872 upstream. The i2c5 pinctrl offsets are wrong. If the bootloader doesn't set the pins up,

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

2015-10-27 Thread Kamal Mostafa
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Robert Jarzmik commit 3c8f7710c1c44fb650bc29b6ef78ed8b60cfaa28 upstream. The previous fix of pxa library support, which was introduced to fix the library

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

2015-10-27 Thread Kamal Mostafa
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Jann Horn commit 4c17a6d56bb0cad3066a714e94f7185a24b40f49 upstream. This might lead to local privilege escalation (code execution as kernel) for systems where the

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

2015-10-27 Thread Kamal Mostafa
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Guenter Roeck commit a394d635193b641f2c86ead5ada5b115d57c51f8 upstream. Actually, spi_master_put() after spi_alloc_master() must _not_ be followed by kfree().

[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
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: David Howells commit 94c4554ba07adbdde396748ee7ae01e86cf2d8d7 upstream. There appears to be a race between: (1) key_gc_unused_keys() which frees

[PATCH 3.19.y-ckt 26/86] net: mvneta: fix DMA buffer unmapping in mvneta_rx()

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Simon Guinot commit daf158d0d544cec80b7b30deff8cfc59a6e17610 upstream. This patch fixes a regression introduced by the commit a84e32894191 ("net: mvneta:

[PATCH 3.19.y-ckt 15/86] x86/apic: Serialize LVTT and TSC_DEADLINE writes

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Shaohua Li commit 5d7c631d926b59aa16f3c56eaeb83f1036c81dc7 upstream. The APIC LVTT register is MMIO mapped but the TSC_DEADLINE register is an MSR. The write to the

[PATCH v7 2/7] dmaengine: mxs: APBH DMA supports deep sleep mode

2015-10-27 Thread Han Xu
From: Huang Shijie Deep Sleep Mode(dsm) turns off the power for APBH DMA module, DMA need to be re-initialized when system resumed back. Signed-off-by: Huang Shijie Signed-off-by: Han Xu --- drivers/dma/mxs-dma.c | 21

[PATCH v12 6/6] ARM: socfpga: fpga bridge driver support

2015-10-27 Thread atull
From: Alan Tull Supports Altera SOCFPGA bridges: * fpga2sdram * fpga2hps * hps2fpga * lwhps2fpga Allows enabling/disabling the bridges through the FPGA Bridge Framework API functions. The fpga2sdram driver only supports enabling and disabling of the ports that

[PATCH] scsi: hpsa: fix multiple issues in path_info_show

2015-10-27 Thread Rasmus Villemoes
I'm not familiar with this code, but path_info_show() (added in 8270b86243658 "hpsa: add sysfs entry path_info to show box and bay information") seems to be broken in multiple ways. First, there's 817 return snprintf(buf, output_len+1, "%s%s%s%s%s%s%s%s", 818 path[0], path[1],

[PATCH v12 4/6] fpga: add fpga bridge framework

2015-10-27 Thread atull
From: Alan Tull This framework adds API functions for enabling/ disabling FPGA bridges under kernel control. This allows the Linux kernel to disable FPGA bridges during FPGA reprogramming and to enable FPGA bridges when FPGA reprogramming is done. This framework is

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

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: David Howells commit f05819df10d7b09f6d1eb6f8534a8f68e5a4fe61 upstream. The following sequence of commands: i=`keyctl add user a a @s` keyctl request2

Re: 4.3-rc7: kmemleak BUG: Redzone overwritten

2015-10-27 Thread Linus Torvalds
On Wed, Oct 28, 2015 at 12:46 AM, Aaro Koskinen wrote: > > With 4.3-rc7 and slub_debug=FZUP, I get the below when reading > /sys/kernel/debug/kmemleak with a large number of reported entries. > It's pretty repeatable. HW is MIPS64. > > With the SLUB debugging disabled,

[PATCH v7 7/7] mtd: nand: gpmi: support NAND on i.MX6UL

2015-10-27 Thread Han Xu
support GPMI NAND on i.MX6UL Signed-off-by: Han Xu --- drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 9 + drivers/mtd/nand/gpmi-nand/gpmi-nand.h | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-nand.c

[PATCH v7 6/7] mtd: nand: gpmi: correct bitflip for erased NAND page

2015-10-27 Thread Han Xu
i.MX6QP and i.MX7D BCH module integrated a new feature to detect the bitflip number for erased NAND page. So for these two platform, set the erase threshold to ecc_strength and if bitflip detected, GPMI driver will correct the data to all 0xFF. Signed-off-by: Han Xu ---

[PATCH v7 5/7] mtd: nand: gpmi: add GPMI NAND support for i.MX7D

2015-10-27 Thread Han Xu
support GPMI NAND on i.MX7D Signed-off-by: Han Xu --- drivers/mtd/nand/gpmi-nand/bch-regs.h | 14 +++--- drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 10 ++ drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 27 ++-

Re: [PATCH 2/2] x86/cpufeature: Add CLZERO feature

2015-10-27 Thread Borislav Petkov
On Tue, Oct 27, 2015 at 11:48:02AM -0500, Aravind Gopalakrishnan wrote: > Forgot to ask earlier about this- > Shall I still sanitize the comments to say "AMD extended features 1" for > 0x8001,ecx > and "AMD extended features 2" for 0x8008, ebx? Just use the cpufeature.h nomenclature: /*

Re: [Intel-wired-lan] [PATCHv2] ixgbe: Wait for 1ms, not 1us, after RST

2015-10-27 Thread Peter Hurley
On 10/27/2015 02:35 PM, ND Linux CI Server wrote: > Greetings, > > This email is automatically generated by ND's Linux Patch Testing framework > based on aiaiai. I have performed some automatic testing of a patch (series) > you submitted to intel-wired-...@lists.osuosl.org > > The following

Re: [PATCH 5/5] block: enable dax for raw block devices

2015-10-27 Thread Ross Zwisler
On Tue, Oct 27, 2015 at 09:19:30AM +1100, Dave Chinner wrote: > On Mon, Oct 26, 2015 at 05:56:30PM +0900, Dan Williams wrote: > > On Mon, Oct 26, 2015 at 3:23 PM, Dave Chinner wrote: > > > Also, DAX access isn't a property of mmap - it's a property > > > of the inode. We

Re: [PATCH v7 06/17] Documentation: drm/bridge: add document for analogix_dp

2015-10-27 Thread Heiko Stuebner
Hi Yakir, Am Samstag, 24. Oktober 2015, 11:06:00 schrieb Yakir Yang: > Analogix dp driver is split from exynos dp driver, so we just > make an copy of exynos_dp.txt, and then simplify exynos_dp.txt > > Beside update some exynos dtsi file with the latest change > according to the devicetree

[PATCH v8 57/61] PCI: Add debug print out for min_align and alt_size

2015-10-27 Thread Yinghai Lu
Put all print out for all children align/size and result align/size together. We can print out device name at same time with min_align/alt_size calculation. So we can shut off debug print out from get_res_add_size() and get_res_add_align(). Signed-off-by: Yinghai Lu ---

[PATCH v8 00/61] PCI: Resource allocation cleanup for v4.4

2015-10-27 Thread Yinghai Lu
Hi, After 5b28541552ef (PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resources), we have several reports on resource allocation failure, and we try to fix the problem with resource clip, and find more problems. One is realloc fail with two graphics cards above 4G. One is from sparc

Re: [PATCH v7 09/17] Documentation: drm/bridge: add document for analogix_dp

2015-10-27 Thread Heiko Stuebner
Patch subject should probably be something like: dt-bindings: add document for rockchip variant of analogix_dp or similar, but definitly should mention that it's the Rockchip variant. Am Samstag, 24. Oktober 2015, 11:06:03 schrieb Yakir Yang: > Rockchip DP driver is a helper driver of

Re: [v3, 3/3] MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()

2015-10-27 Thread Leonid Yegoshin
On 10/27/2015 02:02 PM, David Daney wrote: On 10/27/2015 01:46 PM, Leonid Yegoshin wrote: [...] And finally. clock scaling - what we would do if there are two CPUs with different clock ratios in system? It seems like common kernel timing subsystem can handle that. The code that executes in

[PATCH v8 15/61] PCI: Only treat non-pref mmio64 as pref if host bridge has mmio64

2015-10-27 Thread Yinghai Lu
If host bridge does not have mmio64 above 4G, We don't need to treat device non-pref mmio64 as as pref mmio64. Signed-off-by: Yinghai Lu Tested-by: Khalid Aziz --- drivers/pci/setup-bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH v12 2/5] gennvm: Generic NVM manager

2015-10-27 Thread kbuild test robot
Hi Matias, [auto build test ERROR on next-20151022 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Matias-Bj-rling/Support-for-Open-Channel-SSDs/20151027-230440 config: i386-allyesconfig (attached

Re: [PATCH] lkdtm: fix ACCESS_USERSPACE test

2015-10-27 Thread Kees Cook
On Wed, Oct 28, 2015 at 5:47 AM, Stephen Smalley wrote: > Add a copy_to_user() call to the ACCESS_USERSPACE test > prior to attempting direct dereferencing of the user > address to ensure the page is present. Otherwise, > a fault occurs on arm kernels even prior to the

Re: [PATCH v6 03/22] of/platform: Point to struct device from device node

2015-10-27 Thread Rob Herring
On Tue, Oct 27, 2015 at 10:43 AM, Rafael J. Wysocki wrote: > On Tuesday, October 27, 2015 03:48:40 PM Tomeu Vizoso wrote: >> On 24 October 2015 at 15:57, Rafael J. Wysocki wrote: > > [...] > >> > >> > Well, once that has happened, your new device pointer

Re: [PATCH v7 11/17] Documentation: phy: add document for rockchip dp phy

2015-10-27 Thread Heiko Stuebner
Am Samstag, 24. Oktober 2015, 11:06:37 schrieb Yakir Yang: > Add dt binding documentation for rockchip display port PHY. > > Tested-by: Javier Martinez Canillas > Signed-off-by: Yakir Yang > --- phy binding looks nice and easy Reviewed-by: Heiko

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

2015-10-27 Thread Kamal Mostafa
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Jason Wang commit 8f4216c7d28976f7ec1b2bcbfa0a9f787133c45e upstream. Currently, if we had a zero length mmio eventfd assigned on KVM_MMIO_BUS. It will never be

[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
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Andy Lutomirski commit fc57a7c68020dcf954428869eafd934c0ab1536f upstream. PARAVIRT_ADJUST_EXCEPTION_FRAME generates this code (using nmi as an example, trimmed for

Re: [RFC PATCH] VFIO: Add a parameter to force nonthread IRQ

2015-10-27 Thread Yunhong Jiang
On Tue, Oct 27, 2015 at 10:29:28AM +0100, Paolo Bonzini wrote: > > > On 27/10/2015 07:35, Yunhong Jiang wrote: > > On Mon, Oct 26, 2015 at 09:37:14PM -0600, Alex Williamson wrote: > >> On Mon, 2015-10-26 at 18:20 -0700, Yunhong Jiang wrote: > >>> An option to force VFIO PCI MSI/MSI-X handler as

[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
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Mathias Nyman commit dca7794539eff04b786fb6907186989e5eaaa9c2 upstream. Some changes between xhci 0.96 and xhci 1.0 specifications forced us to check

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

2015-10-27 Thread Kamal Mostafa
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Seiderer commit 98ce94c8df762d413b3ecb849e2b966b21606d04 upstream. Linux cifs mount with ntlmssp against an Mac OS X (Yosemite 10.10.5) share fails in case

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

2015-10-27 Thread Kamal Mostafa
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Robert Jarzmik commit 8811191fdf7ed02ee07cb8469428158572d355a2 upstream. PCM receive and transmit DMA requestor lines were reverted, breaking the PCM

[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
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Andy Lutomirski commit 83c133cf11fb0e68a51681447e372489f052d40e upstream. The NMI entry code that switches to the normal kernel stack needs to be very careful not

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

2015-10-27 Thread Kamal Mostafa
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Jenny Derzhavetz commit a4c15cd957cbd728f685645de7a150df5912591a upstream. As documented in iscsit_sequence_cmd: /* * Existing callers for

[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
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Marc Zyngier commit c4cbba9fa078f55d9f6d081dbb4aec7cf969e7c7 upstream. When running a guest with the architected timer disabled (with QEMU and the

[PATCH] scsi_dh: Use module_request_nowait

2015-10-27 Thread Laura Abbott
We recevied a bugzilla report: Additional info: reporter: libreport-2.6.3 WARNING: CPU: 3 PID: 10195 at kernel/kmod.c:140 __request_module+0x214/0x330() Modules linked in: uas usb_storage xfs libcrc32c vhost_net vhost macvtap macvlan bnep bluetooth pppoe pppox ppp_generic slhc xt_CHECKSUM

Re: [v3, 3/3] MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()

2015-10-27 Thread David Daney
On 10/27/2015 02:15 PM, Leonid Yegoshin wrote: On 10/27/2015 02:02 PM, David Daney wrote: On 10/27/2015 01:46 PM, Leonid Yegoshin wrote: [...] And finally. clock scaling - what we would do if there are two CPUs with different clock ratios in system? It seems like common kernel timing

[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
3.13.11-ckt29 -stable review patch. If anyone has any objections, please let me know. -- From: Guenter Roeck commit 728d29400488d54974d3317fe8a232b45fdb42ee upstream. The STEP_UP_TIME and STEP_DOWN_TIME registers are swapped for all chips but NCT6775.

Re: [PATCH v2 8/9] ARM: dts: Add leds support to STM32F429 Discovery board

2015-10-27 Thread Andreas Färber
Am 27.10.2015 um 22:46 schrieb Linus Walleij: > Heartbeat is awesome. Yes, it's awesome for testing, but not for a .dts file that ends up in a distro (not the case here, of course) and keeps blinking on the desk. If someone wants LEDs to blink, they can set that via sysfs or by modifying their

[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
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Andy Lutomirski commit 83c133cf11fb0e68a51681447e372489f052d40e upstream. The NMI entry code that switches to the normal kernel stack needs to be very careful not to

[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
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Andy Lutomirski commit fc57a7c68020dcf954428869eafd934c0ab1536f upstream. PARAVIRT_ADJUST_EXCEPTION_FRAME generates this code (using nmi as an example, trimmed for

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

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Dominik Dingel commit 00cc1633816de8c95f337608a1ea64e228faf771 upstream. Commit 2ee507c47293 ("sched: Add function single_task_running to let a task check

[PATCH v3 1/2] ASoC: wm9713: convert to regmap

2015-10-27 Thread Robert Jarzmik
Convert the Wolfson WM9713 to regmap API. This will leverage all the regmap functions (debug, registers update, etc ...). As a bonus, this will pave the path to gpio chip introduction, and devicetree support. Signed-off-by: Robert Jarzmik --- Since v1: fix suspend/resume

[PATCH 3.19.y-ckt 17/86] Btrfs: fix read corruption of compressed and shared extents

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Filipe Manana commit 005efedf2c7d0a270ffbe28d8997b03844f3e3e7 upstream. If a file has a range pointing to a compressed extent, followed by another range that

[PATCH 3.19.y-ckt 24/86] kvm: fix double free for fast mmio eventfd

2015-10-27 Thread Kamal Mostafa
3.19.8-ckt9 -stable review patch. If anyone has any objections, please let me know. -- From: Jason Wang commit eefd6b06b17c5478e7c24bea6f64beaa2c431ca6 upstream. We register wildcard mmio eventfd on two buses, once for KVM_MMIO_BUS and once on

[PATCH V2] usb: remove unnecessary CONFIG_PM dependency from USB_OTG

2015-10-27 Thread Nathan Sullivan
The USB OTG support currently depends on power management (CONFIG_PM) being enabled, but does not actually need it enabled. Remove this dependency. Tested on Bay Trail hardware with dwc3 USB. Signed-off-by: Nathan Sullivan --- drivers/usb/core/Kconfig |2 -- 1 file

[PATCH v12 3/6] fpga: add simple-fpga-bus

2015-10-27 Thread atull
From: Alan Tull The Simple FPGA bus uses the FPGA Manager Framework and the FPGA Bridge Framework to provide a manufactorer-agnostic interface for reprogramming FPGAs that is Device Tree Overlays-based. When a Device Tree Overlay containing a Simple FPGA Bus is

Re: [PATCH v5 1/4] media: pxa_camera: fix the buffer free path

2015-10-27 Thread Robert Jarzmik
Guennadi Liakhovetski writes: > Hi Robert, > > Didn't you tell me, that your dmaengine patch got rejected and therefore > these your patches were on hold? They were reverted, and then revamped into DMA_CTRL_REUSE, upstreamed and merged, as in the commit 272420214d26

<    5   6   7   8   9   10   11   12   13   14   >