[PATCH 3.2 099/164] USB: serial: ftdi_sio: Add support for a Motion Tracker Development Board

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Patrick Riphagen patrick.ripha...@xsens.com commit 1df5b888f54070a373a73b34488cc78c2365b7b4 upstream. This adds support for new Xsens device, Motion Tracker Development Board, using Xsens' own

[PATCH 3.2 048/164] ptrace: fix race between ptrace_resume() and wait_task_stopped()

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov o...@redhat.com commit b72c186999e689cb0b055ab1c7b3cd8fffbeb5ed upstream. ptrace_resume() is called when the tracee is still __TASK_TRACED. We set tracee-exit_code and then

[PATCH 3.2 039/164] Btrfs: fix inode eviction infinite loop after cloning into it

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Filipe Manana fdman...@suse.com commit f3d67294714af2d72a6fd6fd7d73b01c9329 upstream. If we attempt to clone a 0 length region into a file we can end up inserting a range in the inode's

[PATCH 3.2 041/164] ACPICA: Utilities: split IO address types from data type models.

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Lv Zheng lv.zh...@intel.com commit 2b8760100e1de69b6ff004c986328a82947db4ad upstream. ACPICA commit aacf863cfffd46338e268b7415f7435cae93b451 It is reported that on a physically 64-bit

[PATCH 3.2 030/164] x86/iommu: Fix header comments regarding standard and _FINISH macros

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Aravind Gopalakrishnan aravind.gopalakrish...@amd.com commit b44915927ca88084a7292e4ddd4cf91036f365e1 upstream. The comment line regarding IOMMU_INIT and IOMMU_INIT_FINISH macros is incorrect:

[PATCH 3.2 097/164] sd: Disable support for 256 byte/sector disks

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Mark Hounschell dma...@cfl.rr.com commit 74856fbf441929918c49ff262ace9835048e4e6a upstream. 256 bytes per sector support has been broken since 2.6.X, and no-one stepped up to fix this. So

[PATCH 3.2 029/164] selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFO

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Nicolas Dichtel nicolas.dich...@6wind.com commit 5b5800fad072133e4a9c2efbf735baaac83dec86 upstream. These commands are missing. Fixes: 28d8909bc790 ([XFRM]: Export SAD info.) Signed-off-by:

[PATCH 3.2 032/164] ALSA: emu10k1: don't deadlock in proc-functions

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Michael Gernoth mich...@gernoth.net commit 91bf0c2dcb935a87e5c0795f5047456b965fd143 upstream. The functions snd_emu10k1_proc_spdif_read and snd_emu1010_fpga_read acquire the emu_lock before

[PATCH 3.2 033/164] powerpc: Fix missing L2 cache size in /sys/devices/system/cpu

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Dave Olson ol...@cumulusnetworks.com commit f7e9e358362557c3aa2c1ec47490f29fe880a09e upstream. This problem appears to have been introduced in 2.6.29 by commit 93197a36a9c1 Rewrite sysfs

[PATCH 3.2 070/164] powerpc/pseries: Correct cpu affinity for dlpar added cpus

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Nathan Fontenot nf...@linux.vnet.ibm.com commit f32393c943e297b8ae180c8f83d81a156c7d0412 upstream. The incorrect ordering of operations during cpu dlpar add results in invalid affinity for the

[PATCH 3.2 062/164] serial: of-serial: Remove device_type = serial registration

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Michal Simek michal.si...@xilinx.com commit 6befa9d883385c580369a2cc9e53fbf329771f6d upstream. Do not probe all serial drivers by of_serial.c which are using device_type = serial; property.

[PATCH 3.2 044/164] IB/core: don't disallow registering region starting at 0x0

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Yann Droneaud ydrone...@opteya.com commit 66578b0b2f69659f00b6169e6fe7377c4b100d18 upstream. In a call to ib_umem_get(), if address is 0x0 and size is already page aligned, check added in

[PATCH 3.2 045/164] IB/mlx4: Fix WQE LSO segment calculation

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Erez Shitrit ere...@mellanox.com commit ca9b590caa17bcbbea119594992666e96cde9c2f upstream. The current code decreases from the mss size (which is the gso_size from the kernel skb) the size of

[PATCH 3.2 052/164] libata: Add helper to determine when PHY events should be ignored

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Gabriele Mazzotta gabriele@gmail.com commit 8393b811f38acdf7fd8da2028708edad3e68ce1f upstream. This is a preparation commit that will allow to add other criteria according to which PHY

[PATCH 3.2 053/164] libata: Ignore spurious PHY event on LPM policy change

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Gabriele Mazzotta gabriele@gmail.com commit 09c5b4803a80a5451d950d6a539d2eb311dc0fb1 upstream. When the LPM policy is set to ATA_LPM_MAX_POWER, the device might generate a spurious PHY

[PATCH 3.2 089/164] ASoC: wm8994: correct BCLK DIV 348 to 384

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Zidan Wang zidan.w...@freescale.com commit 17fc2e0a3db11889e942c5ab15a1fcb876638f25 upstream. According to the RM of wm8958, BCLK DIV 348 doesn't exist, correct it to 384. Signed-off-by: Zidan

[PATCH 3.2 106/164] d_walk() might skip too much

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Al Viro v...@zeniv.linux.org.uk commit 2159184ea01e4ae7d15f2017e296d4bc82d5aeb0 upstream. when we find that a child has died while we'd been trying to ascend, we should go into the first live

[PATCH 3.2 118/164] Input: elantech - add support for newer elantech touchpads

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Jordan Rife jri...@gmail.com commit ae4bedf0679d99f0a9b80a7ea9b8dd205de05d06 upstream. Newer elantech touchpads are not recognized by the current driver, since it fails to detect their firmware

[PATCH 3.2 112/164] Input: elantech - fix detection of touchpads where the revision matches a known rate

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Hans de Goede hdego...@redhat.com commit 5f0ee9d17aae628b22be86966471db65be21f262 upstream. Make the check to skip the rate check more lax, so that it applies to all hw_version 4 models. This

[PATCH 3.2 108/164] ALSA: usb-audio: Add mic volume fix quirk for Logitech Quickcam Fusion

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Wolfram Sang w...@the-dreams.de commit 1ef9f0583514508bc93427106ceef3215e4eb1a5 upstream. Fix this from the logs: usb 7-1: New USB device found, idVendor=046d, idProduct=08ca ... usb 7-1:

Re: [RFC][PATCH] ecryptfs: Allow only one instance per lower path

2015-08-01 Thread Tyler Hicks
Thanks for the report and for the patch, Richard! On 2015-07-31 12:23:10, Richard Weinberger wrote: Mounting the same lower path multiple times should not result into multiple ecryptfs instances, otherwise ecryptfs gets confused. A command sequence of: An important detail that took me a

[PATCH 1/4] drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num

2015-08-01 Thread jakeo
From: Jake Oshins ja...@microsoft.com This patch exposes the mapping between Linux CPU number and Hyper-V virtual processor number. This is necessary because the hypervisor needs to know which virtual processors to target when making a mapping in the Interrupt Redirection Table in the I/O MMU.

[PATCH 3/4] drivers:x86:pci: Make it possible to implement a PCI MSI IRQ Domain in a module.

2015-08-01 Thread jakeo
From: Jake Oshins ja...@microsoft.com The Linux kernel already has the concept of IRQ domain, wherein a component can expose a set of IRQs which are managed by a particular interrupt controller chip or other subsystem. The PCI driver exposes the notion of an IRQ domain for Message-Signaled

[PATCH 0/4] New Paravirtual front-end for PCI in a Hyper-V VM

2015-08-01 Thread jakeo
From: Jake Oshins ja...@microsoft.com This patch series exposes the primitives necessary for an interrupt domain in a module and then introduces a new driver. This driver exposes a root PCI bus when running in a Hyper-V VM for each device which is passed through to the VM from the physical host.

Re: [git pull] vfs.git spurious ENOTDIR fix

2015-08-01 Thread Al Viro
On Sat, Aug 01, 2015 at 05:57:44PM -0700, Linus Torvalds wrote: Because it's not just that !d_can_lookup() case that triggers it, you also have that pattern in the RCU error case for may_lookup(), and get_link(). It feels like it might make sense to handle that in caller, but... that goes

Re: linux: sata_nv: adma support

2015-08-01 Thread Robert Hancock
On Sat, Aug 1, 2015 at 2:09 PM, Pali Rohár pali.ro...@gmail.com wrote: On Thursday 25 December 2014 07:22:13 Robert Hancock wrote: On Tue, Dec 23, 2014 at 1:51 PM, Pali Rohár pali.ro...@gmail.com wrote: Hello, I have nvidia nforce4 motherboard with nvidia sata controller: 00:07.0 IDE

Re: linux: sata_nv: adma support

2015-08-01 Thread Pali Rohár
On Thursday 25 December 2014 07:22:13 Robert Hancock wrote: On Tue, Dec 23, 2014 at 1:51 PM, Pali Rohár pali.ro...@gmail.com wrote: Hello, I have nvidia nforce4 motherboard with nvidia sata controller: 00:07.0 IDE interface [0101]: NVIDIA Corporation CK804 Serial ATA Controller

RE: [PATCH v4 1/7] locking/pvqspinlock: Unconditional PV kick with _Q_SLOW_VAL

2015-08-01 Thread Long, Wai Man
Davidlohr, I am sorry that I forgot to put in your tag. Cheers, Longman -Original Message- From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel-ow...@vger.kernel.org] On Behalf Of Davidlohr Bueso Sent: Saturday, August 01, 2015 2:01 PM To: Long, Wai Man Cc: Peter Zijlstra;

[PATCH 21/28] drivers/hv: Migrate to new 'set-state' interface

2015-08-01 Thread K. Y. Srinivasan
From: Viresh Kumar viresh.ku...@linaro.org Migrate hv driver to the new 'set-state' interface provided by clockevents core, the earlier 'set-mode' interface is marked obsolete now. This also enables us to implement callbacks for new states of clockevent devices, for example: ONESHOT_STOPPED.

[PATCH 15/28] Drivers: hv: vmbus: don't send CHANNELMSG_UNLOAD on pre-Win2012R2 hosts

2015-08-01 Thread K. Y. Srinivasan
From: Vitaly Kuznetsov vkuzn...@redhat.com Pre-Win2012R2 hosts don't properly handle CHANNELMSG_UNLOAD and wait_for_completion() hangs. Avoid sending such request on old hosts. Signed-off-by: Vitaly Kuznetsov vkuzn...@redhat.com Signed-off-by: K. Y. Srinivasan k...@microsoft.com ---

[PATCH 23/28] Drivers: hv: vmbus: add a sysfs attr to show the binding of channel/VP

2015-08-01 Thread K. Y. Srinivasan
From: Dexuan Cui de...@microsoft.com This is useful to analyze performance issue. Signed-off-by: Dexuan Cui de...@microsoft.com Signed-off-by: K. Y. Srinivasan k...@microsoft.com --- drivers/hv/vmbus_drv.c | 38 ++ 1 files changed, 38 insertions(+), 0

[PATCH 16/28] mshyperv: fix recognition of Hyper-V guest crash MSR's

2015-08-01 Thread K. Y. Srinivasan
From: Denis V. Lunev d...@openvz.org Hypervisor Top Level Functional Specification v3.1/4.0 notes that cpuid (0x4003) EDX's 10th bit should be used to check that Hyper-V guest crash MSR's functionality available. This patch should fix this recognition. Currently the code checks EAX register

[PATCH 01/28] Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup()

2015-08-01 Thread K. Y. Srinivasan
From: Vitaly Kuznetsov vkuzn...@redhat.com We already have hv_synic_free() which frees all per-cpu pages for all CPUs, let's remove the hv_synic_free_cpu() call from hv_synic_cleanup() so it will be possible to do separate cleanup (writing to MSRs) and final freeing. This is going to be used to

[PATCH 06/28] Drivers: hv: vmbus: prefer 'die' notification chain to 'panic'

2015-08-01 Thread K. Y. Srinivasan
From: Vitaly Kuznetsov vkuzn...@redhat.com current_pt_regs() sometimes returns regs of the userspace process and in case of a kernel crash this is not what we need to report. E.g. when we trigger crash with sysrq we see the following: ... RIP: 0010:[815b8696] [815b8696]

[PATCH 27/28] cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable

2015-08-01 Thread K. Y. Srinivasan
From: Vitaly Kuznetsov vkuzn...@redhat.com Hyper-V module needs to disable cpu hotplug (offlining) as there is no support from hypervisor side to reassign already opened event channels to a different CPU. Currently it is been done by altering smp_ops.cpu_disable but it is hackish. Signed-off-by:

[PATCH 3.2 035/164] selinux/nlmsg: add XFRM_MSG_REPORT

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Nicolas Dichtel nicolas.dich...@6wind.com commit b0b59b0056acd6f157a04cc895f7e24692fb08aa upstream. This command is missing. Fixes: 97a64b4577ae ([XFRM]: Introduce XFRM_MSG_REPORT.)

[PATCH 3.2 064/164] ALSA: emu10k1: Emu10k2 32 bit DMA mode

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Peter Zubaj pzu...@marticonet.sk commit 7241ea558c6715501e777396b5fc312c372e11d9 upstream. Looks like audigy emu10k2 (probably emu10k1 - sb live too) support two modes for DMA. Second mode is

[PATCH 3.2 063/164] ALSA: emux: Fix mutex deadlock in OSS emulation

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai ti...@suse.de commit 1c94e65c668f44d2c69ae7e7fc268ab3268fba3e upstream. The OSS emulation in synth-emux helper has a potential AB/BA deadlock at the simultaneous closing and

[PATCH 3.2 085/164] mac80211: move WEP tailroom size check

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Janusz Dziedzic janusz.dzied...@tieto.com commit 47b4e1fc4972cc43a19121bc2608a60aef3bf216 upstream. Remove checking tailroom when adding IV as it uses only headroom, and move the check to the

[PATCH 3.2 162/164] ACPICA: Debug output: Update output for Processor object.

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Bob Moore robert.mo...@intel.com commit 0b232fcad225c35513c9d5719613ae552abccd82 upstream. Cleanup output for Processor(). Length is a byte, not a word. Signed-off-by: Bob Moore

[PATCH 3.2 002/164] Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open()

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: K. Y. Srinivasan k...@microsoft.com commit 40384e4bbeb9f2651fe9bffc0062d9f31ef625bf upstream. Correctly rollback state if the failure occurs after we have handed over the ownership of the

[PATCH 3.2 066/164] USB: pl2303: Remove support for Samsung I330

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Jason A. Donenfeld ja...@zx2c4.com commit 48ef23a4f686b1e4519d4193c20d26834ff810ff upstream. This phone is already supported by the visor driver. Signed-off-by: Jason A. Donenfeld

[PATCH 3.2 073/164] nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_op

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Christoph Hellwig h...@lst.de commit ebe9cb3bb13e7b9b281969cd279ce70834f7500f upstream. If we find a non-confirmed openowner we jump to exit the function, but do not set an error value. Fix

[PATCH 3.2 067/164] xen-pciback: Add name prefix to global 'permissive' variable

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings b...@decadent.org.uk commit 8014bcc86ef112eab9ee1db312dba4e6b608cf89 upstream. The variable for the 'permissive' module parameter used to be static but was recently changed to be

[PATCH 3.2 087/164] ASoC: dapm: Modify widget stream name according to prefix

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Koro Chen koro.c...@mediatek.com commit fdb6eb0a12871d5bfaf266c5a0d5259a5437a72f upstream. When there is prefix specified, currently we will add this prefix in widget-name, but not in

[PATCH 3.2 080/164] xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Mathias Nyman mathias.ny...@linux.intel.com commit 18cc2f4cbbaf825a4fedcf2d60fd388d291e0a38 upstream. Our event ring consists of only one segment, and we risk filling the event ring in case we

[PATCH 3.2 101/164] bridge: fix parsing of MLDv2 reports

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Thadeu Lima de Souza Cascardo casca...@redhat.com commit 47cc84ce0c2fe75c99ea5963c4b5704dd78ead54 upstream. When more than a multicast address is present in a MLDv2 report, all but the first

[PATCH 3.2 061/164] serial: xilinx: Use platform_get_irq to get irq description structure

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Michal Simek michal.si...@xilinx.com commit 5c90c07b98c02198d9777a7c4f3047b0a94bf7ed upstream. For systems with CONFIG_SERIAL_OF_PLATFORM=y and device_type = serial; property in DT of_serial.c

[PATCH 3.2 144/164] config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Konrad Rzeszutek Wilk konrad.w...@oracle.com commit a6dfa128ce5c414ab46b1d690f7a1b8decb8526d upstream. A huge amount of NIC drivers use the DMA API, however if compiled under 32-bit an very

[PATCH 3.2 058/164] 3w-9xxx: fix command completion race

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Christoph Hellwig h...@lst.de commit 118c855b5623f3e2e6204f02623d88c09e0c34de upstream. The 3w-9xxx driver needs to tear down the dma mappings before returning the command to the midlayer, as

[PATCH 3.2 103/164] lguest: fix out-by-one error in address checking.

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Rusty Russell ru...@rustcorp.com.au commit 83a35114d0e4583e6b0ca39502e68b6a92e2910c upstream. This bug has been there since day 1; addresses in the top guest physical page weren't considered

[PATCH 3.2 043/164] IB/core: disallow registering 0-sized memory region

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Yann Droneaud ydrone...@opteya.com commit 8abaae62f3fdead8f4ce0ab46b4ab93dee39bab2 upstream. If ib_umem_get() is called with a size equal to 0 and an non-page aligned address, one page will be

Re: [git pull] vfs.git spurious ENOTDIR fix

2015-08-01 Thread Linus Torvalds
On Sat, Aug 1, 2015 at 5:23 PM, Al Viro v...@zeniv.linux.org.uk wrote: BTW, is there any convenient way to have git itself check things like that? I guess you could just do a pre-push hook, and have it exit with an error if the tree isn't clean (to fail the push) or at least warn. See man

[PATCH 3.2 093/164] firmware: dmi_scan: Fix ordering of product_uuid

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Jean Delvare jdelv...@suse.de commit 5c1ac56b51b9d222ab202dec1ac2f4215346129d upstream. In function dmi_present(), dmi_walk_early() calls dmi_table(), which calls dmi_decode(), which ultimately

[PATCH 3.2 031/164] scsi: storvsc: Fix a bug in copy_from_bounce_buffer()

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: K. Y. Srinivasan k...@microsoft.com commit 8de580742fee8bc34d116f57a20b22b9a5f08403 upstream. We may exit this function without properly freeing up the maapings we may have acquired. Fix the

[PATCH 3.2 140/164] sctp: Fix race between OOTB responce and route removal

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Alexander Sverdlin alexander.sverd...@nokia.com [ Upstream commit 29c4afc4e98f4dc0ea9df22c631841f9c220b944 ] There is NULL pointer dereference possible during statistics update if the route

[PATCH 3.2 123/164] ring-buffer-benchmark: Fix the wrong sched_priority of producer

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Wang Long long.wangl...@huawei.com commit 108029323910c5dd1ef8fa2d10da1ce5fbce6e12 upstream. The producer should be used producer_fifo as its sched_priority, so correct it. Link:

[PATCH 3.2 122/164] bridge: fix multicast router rlist endless loop

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Nikolay Aleksandrov ra...@blackwall.org commit 1a040eaca1a22f8da8285ceda6b5e4a2cb704867 upstream. Since the addition of sysfs multicast router support if one set multicast_router to 2 more than

[PATCH 3.2 133/164] net: dp83640: fix broken calibration routine.

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Richard Cochran richardcoch...@gmail.com [ Upstream commit 397a253af5031de4a4612210055935309af4472c ] Currently, the calibration function that corrects the initial offsets among multiple

[PATCH 3.2 141/164] debugfs: Fix statfs() regression in 3.2.69

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings b...@decadent.org.uk Commit 915f4f86ddc4 (debugfs: leave freeing a symlink body until inode eviction, commit 0db59e59299f upstream) changed debugfs to define its own

[PATCH 3.2 150/164] powerpc+sparc64/mm: Remove hack in mmap randomize layout

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Dan McGee dpmc...@gmail.com commit fa8cbaaf5a68f62db3f9a8444ecbb940b47984cb upstream. Since commit 8a0a9bd4db63bc45e301, this comment in mmap_rnd() does not hold true as the value returned by

[PATCH 3.2 153/164] MIPS: Fix race condition in lazy cache flushing.

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Lars Persson lars.pers...@axis.com commit 4d46a67a3eb827ccf1125959936fd51ba318dabc upstream. The lazy cache flushing implemented in the MIPS kernel suffers from a race condition that is exposed

[PATCH 3.2 143/164] net: socket: Fix the wrong returns for recvmsg and sendmsg

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Junling Zheng zhengjunl...@huawei.com Based on 08adb7dabd4874cc5666b4490653b26534702ce0 upstream. We found that after v3.10.73, recvmsg might return -EFAULT while -EINVAL was expected. We

[PATCH 3.2 130/164] dt: Add empty of_property_match_string() function

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Thierry Reding thierry.red...@avionic-design.de commit bd3d5500f0c41a30149cb184362716096a17bc75 upstream. This commit adds an empty of_property_match_string() function for !CONFIG_OF builds.

[PATCH 3.2 129/164] of: Add of_property_match_string() to find index into a string list

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Grant Likely grant.lik...@secretlab.ca commit 7aff0fe33033fc75b61446ba29d38b1b1354af9f upstream. Add a helper function for finding the index of a string in a string list property. This helper

Re: [RFC PATCH 0/4] Shared vhost design

2015-08-01 Thread Bandan Das
Eyal Moscovici eya...@il.ibm.com writes: ... We can start to implement polling, but I am unsure if the cgroups integration will be sufficient. The polling vhost thread should be scheduled all the time and just moving it from one cgroup to the other wont be sufficient. I think it needs a

Re: [PATCH V6 2/4] audit: clean simple fsnotify implementation

2015-08-01 Thread Richard Guy Briggs
On 15/07/16, Paul Moore wrote: On Tuesday, July 14, 2015 11:50:24 AM Richard Guy Briggs wrote: This is to be used to audit by executable rules, but audit watches should be able to share this code eventually. At the moment the audit watch code is a lot more complex, that code only

Re: [PATCH v2 6/6] stop_machine: kill stop_cpus_lock and lg_double_lock/unlock()

2015-08-01 Thread Peter Zijlstra
On Sat, Aug 01, 2015 at 12:57:18PM +0200, Oleg Nesterov wrote: + if (stop_work_pending(stopper1) != stop_work_pending(stopper2)) + goto unlock; You could DoS/false positive this by running stop_one_cpu() in a loop, and thereby 'always' having work pending on one but not the

[PATCH 3.2 014/164] UBI: fix out of bounds write

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Brian Norris computersforpe...@gmail.com commit d74adbdb9abf0d2506a6c4afa534d894f28b763f upstream. If aeb-len = vol-reserved_pebs, we should not be writing aeb into the PEB-LEB mapping. Caught

[PATCH 3.2 094/164] ext4: check for zero length extent explicitly

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Eryu Guan guane...@gmail.com commit 2f974865ffdfe7b9f46a9940836c8b167342563d upstream. The following commit introduced a bug when checking for zero length extent 5946d08 ext4: check for

[PATCH 3.2 069/164] gpio: sysfs: fix memory leaks and device hotplug

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jo...@kernel.org commit 483d821108791092798f5d230686868112927044 upstream. Unregister GPIOs requested through sysfs at chip remove to avoid leaking the associated memory and sysfs

[PATCH 3.2 060/164] rtlwifi: rtl8192cu: Fix kernel deadlock

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Larry Finger larry.fin...@lwfinger.net commit 414b7e3b9ce8b0577f613e656fdbc36b34b444dd upstream. The USB mini-driver in rtlwifi, which is used by rtl8192cu, issues a call to usb_control_msg()

[PATCH 3.2 065/164] USB: cp210x: add ID for KCF Technologies PRN device

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Mark Edwards sonofafores...@gmail.com commit c735ed74d83f8ecb45c4c4c95a16853c9c3c8157 upstream. Added the USB serial console device ID for KCF Technologies PRN device which has a USB port for

[PATCH 3.2 072/164] mmc: core: add missing pm event in mmc_pm_notify to fix hib restore

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Grygorii Strashko grygorii.stras...@linaro.org commit 184af16b09360d6273fd6160e6ff7f8e2482ef23 upstream. The PM_RESTORE_PREPARE is not handled now in mmc_pm_notify(), as result mmc_rescan()

[PATCH 3.2 077/164] md/raid5: don't record new size if resize_stripes fails.

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: NeilBrown ne...@suse.de commit 6e9eac2dcee5e19f125967dd2be3e36558c42fff upstream. If any memory allocation in resize_stripes fails we will return -ENOMEM, but in some cases we update

Re: [RFC PATCH 07/16] efi: Public the function of transferring EFI status to kernel error

2015-08-01 Thread Valdis . Kletnieks
On Thu, 30 Jul 2015 17:23:22 +0100, Matt Fleming said: On Thu, 2015-07-16 at 22:25 +0800, Lee, Chun-Yi wrote: Moved the function of transferring EFI status to kernel error for later used by EFI stub. Signed-off-by: Lee, Chun-Yi j...@suse.com --- drivers/firmware/efi/vars.c | 33

Re: [git pull] vfs.git spurious ENOTDIR fix

2015-08-01 Thread Al Viro
On Sun, Aug 02, 2015 at 01:14:02AM +0100, Al Viro wrote: On Sat, Aug 01, 2015 at 09:09:24AM -0700, Linus Torvalds wrote: Al, do you plan a pull request? It would be good to get this into rc5 (tomorrow) regardless of whether there might be other issues lurking too. Please, pull from the

[PATCH 3.2 020/164] ARM: 8320/1: fix integer overflow in ELF_ET_DYN_BASE

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Andrey Ryabinin a.ryabi...@samsung.com commit 8defb3367fcd19d1af64c07792aade0747b54e0f upstream. Usually ELF_ET_DYN_BASE is 2/3 of TASK_SIZE. With 3G/1G user/kernel split this is not so,

[PATCH 3.2 054/164] ALSA: emu10k1: Fix card shortname string buffer overflow

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai ti...@suse.de commit d02260824e2cad626fb2a9d62e27006d34b6dedc upstream. Some models provide too long string for the shortname that has 32bytes including the terminator, and it

[PATCH 3.2 024/164] ext4: make fsync to sync parent dir in no-journal for real this time

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Lukas Czerner lczer...@redhat.com commit e12fb97222fc41e8442896934f76d39ef99b590a upstream. Previously commit 14ece1028b3ed53ffec1b1213ffc6acaf79ad77c added a support for for syncing parent

[PATCH 3.2 057/164] 3w-xxxx: fix command completion race

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Christoph Hellwig h...@lst.de commit 9cd9554615cba14f0877cc9972a6537ad2bdde61 upstream. The 3w- driver needs to tear down the dma mappings before returning the command to the midlayer, as

[PATCH 3.2 068/164] gpio: unregister gpiochip device before removing it

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jo...@kernel.org commit 01cca93a9491ed95992523ff7e79dd9bfcdea8e0 upstream. Unregister gpiochip device (used to export information through sysfs) before removing it internally. This

[PATCH 3.2 081/164] xhci: gracefully handle xhci_irq dead device

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Joe Lawrence joe.lawre...@stratus.com commit 948fa13504f80b9765d2b753691ab94c83a10341 upstream. If the xHCI host controller has died (ie, device removed) or suffered other serious fatal error

[PATCH 3.2 023/164] ASoC: cs4271: Increase delay time after reset

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Pascal Huerst pascal.hue...@gmail.com commit 74ff960222d90999508b4ba0d3449f796695b6d5 upstream. The delay time after a reset in the codec probe callback was too short, and did not work on

[PATCH 3.2 034/164] sg_start_req(): make sure that there's not too many elements in iovec

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Al Viro v...@zeniv.linux.org.uk commit 451a2886b6bf90e2fb378f7c46c655450fb96e81 upstream. unfortunately, allowing an arbitrary 16bit value means a possibility of overflow in the calculation of

[PATCH 3.2 051/164] writeback: use |1 instead of +1 to protect against div by zero

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Tejun Heo t...@kernel.org commit 464d1387acb94dc43ba772b35242345e3d2ead1b upstream. mm/page-writeback.c has several places where 1 is added to the divisor to prevent division by zero

[PATCH 3.2 036/164] selinux/nlmsg: add XFRM_MSG_MIGRATE

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Nicolas Dichtel nicolas.dich...@6wind.com commit 8d465bb777179c4bea731b828ec484088cc9fbc1 upstream. This command is missing. Fixes: 5c79de6e79cd ([XFRM]: User interface for handling

[PATCH 3.2 028/164] selinux/nlmsg: add XFRM_MSG_GETSPDINFO

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Nicolas Dichtel nicolas.dich...@6wind.com commit 5e6deebafb45fb271ae6939d48832e920b8fb74e upstream. This command is missing. Fixes: ecfd6b183780 ([XFRM]: Export SPD info) Signed-off-by:

[PATCH 3.2 075/164] ocfs2: dlm: fix race between purge and get lock resource

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Junxiao Bi junxiao...@oracle.com commit b1432a2a35565f538586774a03bf277c27fc267d upstream. There is a race window in dlm_get_lock_resource(), which may return a lock resource which has been

[PATCH 3.2 013/164] UBI: account for bitflips in both the VID header and data

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Brian Norris computersforpe...@gmail.com commit 8eef7d70f7c6772c3490f410ee2bceab3b543fa1 upstream. We are completely discarding the earlier value of 'bitflips', which could reflect a bitflip

[PATCH 3.2 121/164] MIPS: Fix enabling of DEBUG_STACKOVERFLOW

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: James Hogan james.ho...@imgtec.com commit 5f35b9cd553fd64415b563497d05a563c988dbd6 upstream. Commit 334c86c494b9 (MIPS: IRQ: Add stackoverflow detection) added kernel stack overflow detection,

[PATCH 3.2 012/164] staging: panel: fix lcd type

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Sudip Mukherjee sudipm.mukher...@gmail.com commit 2c20d92dad5db6440cfa88d811b69fd605240ce4 upstream. the lcd type as defined in the Kconfig is not matching in the code. as a result the rs, rw

[PATCH 3.2 136/164] bridge: fix br_stp_set_bridge_priority race conditions

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Nikolay Aleksandrov ra...@blackwall.org [ Upstream commit 2dab80a8b486f0a69daca6859519e05781d9 ] After the -set() spinlocks were removed br_stp_set_bridge_priority was left running without

[PATCH 3.2 010/164] ASoC: wm8741: Fix rates constraints values

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Sergej Sawazki c...@gmx.de commit 8787041d9bb832b9449b1eb878cedcebce42c61a upstream. The WM8741 DAC supports the following typical audio sampling rates: 44.1kHz, 88.2kHz, 176.4kHz (eg: with a

[PATCH 3.2 016/164] UBI: fix check for too many bytes

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Brian Norris computersforpe...@gmail.com commit 299d0c5b27346a77a0777c993372bf8777d4f2e5 upstream. The comparison from the previous line seems to have been erroneously (partially)

[PATCH 3.2 125/164] pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomic

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings b...@decadent.org.uk pipe_iov_copy_{from,to}_user() may be tried twice with the same iovec, the first time atomically and the second time not. The second attempt needs to continue

Re: [PATCH v3 1/8] i2c: core: Add support for best effort block read emulation

2015-08-01 Thread Wolfram Sang
I wonder what devices do if you do a word read beyond their end address? Perhaps in odd cases we should always fall back to byte reads? In my tests I can read beyond the end address, but I cannot be sure if this is OK for all devices. This was actually a suggestion from Wolfram for v1,

[PATCH 13/28] hv: util: checking the wrong variable

2015-08-01 Thread K. Y. Srinivasan
From: Dan Carpenter dan.carpen...@oracle.com We don't catch this allocation failure because there is a typo and we check the wrong variable. Fixes: 14b50f80c32d ('Drivers: hv: util: introduce hv_utils_transport abstraction') Signed-off-by: Dan Carpenter dan.carpen...@oracle.com Reviewed-by:

[PATCH 12/28] drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbus

2015-08-01 Thread K. Y. Srinivasan
From: ja...@microsoft.com ja...@microsoft.com This patch deletes the logic from hyperv_fb which picked a range of MMIO space for the frame buffer and adds new logic to hv_vmbus which picks ranges for child drivers. The new logic isn't quite the same as the old, as it considers more possible

[PATCH 14/28] Drivers: hv: vmbus: fix typo in hv_port_info struct

2015-08-01 Thread K. Y. Srinivasan
From: Nik Nyby niko...@gnu.org This fixes a typo: base_flag_bumber to base_flag_number Signed-off-by: Nik Nyby niko...@gnu.org Signed-off-by: K. Y. Srinivasan k...@microsoft.com --- drivers/hv/hyperv_vmbus.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

<    1   2   3   4   5   6   7   >