Re: [PATCH 7/7] drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure

2014-07-13 Thread Hannes Reinecke
On 07/12/2014 06:48 PM, K. Y. Srinivasan wrote: On some Windows hosts on FC SANs, TEST_UNIT_READY can return SRB_STATUS_ERROR. Correctly handle this. Note that there is sufficient sense information to support scsi error handling even in this case. In this version of the patch I have addressed co

Re: [PATCH 6/7] drivers: scsi: storvsc: Set srb_flags in all cases

2014-07-13 Thread Hannes Reinecke
On 07/12/2014 06:48 PM, K. Y. Srinivasan wrote: Correctly set SRB flags for all valid I/O directions. Some IHV drivers on the Windows host require this. The host validates the command and SRB flags prior to passing the command down to native driver stack. Signed-off-by: K. Y. Srinivasan Cc: --

Re: [PATCH 5/7] Drivers: scsi: storvsc: Implement a timedout handler

2014-07-13 Thread Hannes Reinecke
On 07/12/2014 06:48 PM, K. Y. Srinivasan wrote: On Azure, we have seen instances of unbounded I/O latencies. To deal with this issue, implement handler that can reset the timeout. Note that the host gaurantees that it will respond to each command that has been issued. Signed-off-by: K. Y. Srini

Re: [PATCH V3 3/7] Drivers: scsi: storvsc: Filter commands based on the storage protocol version

2014-07-13 Thread Hannes Reinecke
On 07/12/2014 06:48 PM, K. Y. Srinivasan wrote: Going forward it is possible that some of the commands that are not currently implemented will be implemented on future Windows hosts. Even if they are not implemented, we are told the host will corrrectly handle unsupported commands (by returning a

Re: [PATCH V3 4/7] Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version

2014-07-13 Thread Hannes Reinecke
On 07/12/2014 06:48 PM, K. Y. Srinivasan wrote: Based on the negotiated VMBUS protocol version, we adjust the size of the storage protocol messages. The two sizes we currently handle are pre-win8 and post-win8. In WS2012 R2, we are negotiating higher VMBUS protocol version than the win8 version.

Re: [PATCH V3 2/7] Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host

2014-07-13 Thread Hannes Reinecke
On 07/12/2014 06:48 PM, K. Y. Srinivasan wrote: Set cmd_per_lun to reflect value supported by the Host. In this version of the patch I have addressed comments from Christoph Hellwig Signed-off-by: K. Y. Srinivasan Cc: --- drivers/scsi/storvsc_drv.c |2 +- 1 files changed, 1 insertions(

Re: [PATCH V3 1/7] Drivers: scsi: storvsc: Change the limits to reflect the values on the host

2014-07-13 Thread Hannes Reinecke
On 07/12/2014 06:48 PM, K. Y. Srinivasan wrote: Hyper-V hosts can support multiple targets and multiple channels and larger number of LUNs per target. Update the code to reflect this. With this patch we can correctly enumerate all the paths in a multi-path storage environment. In this version

[PATCH 4/4][3.15.x] cgroup: fix a race between cgroup_mount() and cgroup_kill_sb()

2014-07-13 Thread Li Zefan
commit 3a32bd72d77058d768dbb38183ad517f720dd1bc upstream. We've converted cgroup to kernfs so cgroup won't be intertwined with vfs objects and locking, but there are dark areas. Run two instances of this script concurrently: for ((; ;)) { mount -t cgroup -o cpuacct xxx /cgroup

[PATCH 2/4][3.15.x] kernfs: implement kernfs_root->supers list

2014-07-13 Thread Li Zefan
commit 7d568a8383bbb9c1f5167781075906acb2bb1550 upstream. Currently, there's no way to find out which super_blocks are associated with a given kernfs_root. Let's implement it - the planned inotify extension to kernfs_notify() needs it. Make kernfs_super_info point back to the super_block and cha

[PATCH 3/4][3.15.x] kernfs: introduce kernfs_pin_sb()

2014-07-13 Thread Li Zefan
commit 4e26445faad366d67d7723622bf6a60a6f0f5993 upstream. kernfs_pin_sb() tries to get a refcnt of the superblock. This will be used by cgroupfs. v2: - make kernfs_pin_sb() return the superblock. - drop kernfs_drop_sb(). tj: Updated the comment a bit. [ This is a prerequisite for a bugfix. ] A

[PATCH 1/4][3.15.x] cgroup: fix mount failure in a corner case

2014-07-13 Thread Li Zefan
commit 970317aa48c6ef66cd023c039c2650c897bad927 upstream. # cat test.sh #! /bin/bash mount -t cgroup -o cpu xxx /cgroup umount /cgroup mount -t cgroup -o cpu,cpuacct xxx /cgroup umount /cgroup # ./test.sh mount: xxx already mounted or /cgroup busy mount: according to mtab, xxx

Re: [PATCH] mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error

2014-07-13 Thread Brian Norris
On Mon, Jul 14, 2014 at 10:00:46AM +0530, Pekon Gupta wrote: > From: Ted Juan > > backported to 3.15 for merge into 3.15-stable branch > Original commit 2913aae5f9eae2f857cdeff5388bb22d0751aa08 > mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error > > Fixes: 2c9f2365d1e1d0e318b068

RE: FAILED: patch "[PATCH] mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error" failed to apply to 3.15-stable tree

2014-07-13 Thread Gupta, Pekon
HI Brian, Greg, >From: Brian Norris [mailto:computersforpe...@gmail.com] > >Ted or Pekon, are you interested in backporting this appropriately? Or >should I take it? > I have sent a back-ported patch. But I don't know if this will be directly pull into 3.15-stable, or it needs signed-off from Bria

[PATCH] mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error

2014-07-13 Thread Pekon Gupta
From: Ted Juan backported to 3.15 for merge into 3.15-stable branch Original commit 2913aae5f9eae2f857cdeff5388bb22d0751aa08 mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error Fixes: 2c9f2365d1e1d0e318b068f683f18c99515b80f8 mtd: nand: omap: ecc.calculate: merge omap3_calculate_e

New build failures in 3.15-stable-queue

2014-07-13 Thread Guenter Roeck
arm:imx_v4_v5_defconfig arm:imx_v6_v7_defconfig arm:multi_v7_defconfig drivers/tty/serial/imx.c: In function 'imx_start_tx': drivers/tty/serial/imx.c:566:6: error: request for member 'state' in something not a structure or union drivers/tty/serial/imx.c:566:6: error: request for member 'state' i

RE: [PATCH 4/8] Drivers: scsi: storvsc: Filter WRITE_SAME_16

2014-07-13 Thread KY Srinivasan
> -Original Message- > From: driverdev-devel-boun...@linuxdriverproject.org [mailto:driverdev- > devel-boun...@linuxdriverproject.org] On Behalf Of KY Srinivasan > Sent: Sunday, July 13, 2014 7:38 PM > To: Martin K. Petersen > Cc: linux-s...@vger.kernel.org; jasow...@redhat.com; linux- >

RE: [PATCH 4/8] Drivers: scsi: storvsc: Filter WRITE_SAME_16

2014-07-13 Thread KY Srinivasan
> -Original Message- > From: KY Srinivasan > Sent: Sunday, July 13, 2014 11:50 AM > To: 'Martin K. Petersen' > Cc: h...@infradead.org; James Bottomley; linux-ker...@vger.kernel.org; > de...@linuxdriverproject.org; a...@canonical.com; stable@vger.kernel.org; > linux-s...@vger.kernel.org; o

Patch "workqueue: zero cpumask of wq_numa_possible_cpumask on init" has been added to the 3.15-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled workqueue: zero cpumask of wq_numa_possible_cpumask on init to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "i8k: Fix non-SMP operation" has been added to the 3.15-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled i8k: Fix non-SMP operation to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: i8k-fix-non-smp-operation.pa

Patch "workqueue: fix dev_set_uevent_suppress() imbalance" has been added to the 3.15-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled workqueue: fix dev_set_uevent_suppress() imbalance to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: work

Patch "ahci: imx: manage only sata_ref_clk in imx_sata_enable[disable]" has been added to the 3.15-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled ahci: imx: manage only sata_ref_clk in imx_sata_enable[disable] to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch "cpuset,mempolicy: fix sleeping function called from invalid context" has been added to the 3.15-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled cpuset,mempolicy: fix sleeping function called from invalid context to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Patch "cpuset,mempolicy: fix sleeping function called from invalid context" has been added to the 3.14-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled cpuset,mempolicy: fix sleeping function called from invalid context to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Patch "workqueue: fix dev_set_uevent_suppress() imbalance" has been added to the 3.14-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled workqueue: fix dev_set_uevent_suppress() imbalance to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: work

Patch "i8k: Fix non-SMP operation" has been added to the 3.14-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled i8k: Fix non-SMP operation to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: i8k-fix-non-smp-operation.pa

Patch "workqueue: zero cpumask of wq_numa_possible_cpumask on init" has been added to the 3.14-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled workqueue: zero cpumask of wq_numa_possible_cpumask on init to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "cpuset,mempolicy: fix sleeping function called from invalid context" has been added to the 3.4-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled cpuset,mempolicy: fix sleeping function called from invalid context to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pat

Patch "workqueue: zero cpumask of wq_numa_possible_cpumask on init" has been added to the 3.10-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled workqueue: zero cpumask of wq_numa_possible_cpumask on init to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "cpuset,mempolicy: fix sleeping function called from invalid context" has been added to the 3.10-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled cpuset,mempolicy: fix sleeping function called from invalid context to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Patch "workqueue: fix dev_set_uevent_suppress() imbalance" has been added to the 3.10-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled workqueue: fix dev_set_uevent_suppress() imbalance to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: work

FAILED: patch "[PATCH] kernfs: introduce kernfs_pin_sb()" failed to apply to 3.15-stable tree

2014-07-13 Thread gregkh
The patch below does not apply to the 3.15-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . thanks, greg k-h -- original commit in Linus's tree -- >

Patch "serial: Test for no tx data on tx restart" has been added to the 3.15-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled serial: Test for no tx data on tx restart to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: serial-test-f

Patch "iio: ti_am335x_adc: Fix: Use same step id at FIFOs both ends" has been added to the 3.15-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled iio: ti_am335x_adc: Fix: Use same step id at FIFOs both ends to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "USB: ftdi_sio: Add extra PID." has been added to the 3.15-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi_sio: Add extra PID. to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-ftdi_sio-add-extra-pi

Patch "parisc: fix fanotify_mark() syscall on 32bit compat kernel" has been added to the 3.15-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled parisc: fix fanotify_mark() syscall on 32bit compat kernel to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "parisc: add serial ports of C8000/1GHz machine to hardware database" has been added to the 3.15-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled parisc: add serial ports of C8000/1GHz machine to hardware database to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Patch "usb: option: Add ID for Telewell TW-LTE 4G v2" has been added to the 3.15-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: option: Add ID for Telewell TW-LTE 4G v2 to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-optio

Patch "kernfs: introduce kernfs_pin_sb()" has been added to the 3.15-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled kernfs: introduce kernfs_pin_sb() to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: kernfs-introduce-kern

Patch "USB: serial: ftdi_sio: Add Infineon Triboard" has been added to the 3.15-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: serial: ftdi_sio: Add Infineon Triboard to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-serial

Patch "USB: cp210x: add support for Corsair usb dongle" has been added to the 3.15-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: cp210x: add support for Corsair usb dongle to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-cp2

FAILED: patch "[PATCH] cgroup: fix a race between cgroup_mount() and" failed to apply to 3.15-stable tree

2014-07-13 Thread gregkh
The patch below does not apply to the 3.15-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . thanks, greg k-h -- original commit in Linus's tree -- >

FAILED: patch "[PATCH] cgroup: fix mount failure in a corner case" failed to apply to 3.15-stable tree

2014-07-13 Thread gregkh
The patch below does not apply to the 3.15-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . thanks, greg k-h -- original commit in Linus's tree -- >

Patch "parisc: fix fanotify_mark() syscall on 32bit compat kernel" has been added to the 3.14-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled parisc: fix fanotify_mark() syscall on 32bit compat kernel to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "USB: serial: ftdi_sio: Add Infineon Triboard" has been added to the 3.14-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: serial: ftdi_sio: Add Infineon Triboard to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-serial

Patch "USB: ftdi_sio: Add extra PID." has been added to the 3.14-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi_sio: Add extra PID. to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-ftdi_sio-add-extra-pi

Patch "parisc,metag: Do not hardcode maximum userspace stack size" has been added to the 3.14-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled parisc,metag: Do not hardcode maximum userspace stack size to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "USB: cp210x: add support for Corsair usb dongle" has been added to the 3.14-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: cp210x: add support for Corsair usb dongle to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-cp2

Patch "usb: option: Add ID for Telewell TW-LTE 4G v2" has been added to the 3.14-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: option: Add ID for Telewell TW-LTE 4G v2 to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-optio

Patch "iio: ti_am335x_adc: Fix: Use same step id at FIFOs both ends" has been added to the 3.14-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled iio: ti_am335x_adc: Fix: Use same step id at FIFOs both ends to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "parisc: add serial ports of C8000/1GHz machine to hardware database" has been added to the 3.14-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled parisc: add serial ports of C8000/1GHz machine to hardware database to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Patch "USB: serial: ftdi_sio: Add Infineon Triboard" has been added to the 3.10-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: serial: ftdi_sio: Add Infineon Triboard to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-serial

Patch "parisc: add serial ports of C8000/1GHz machine to hardware database" has been added to the 3.10-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled parisc: add serial ports of C8000/1GHz machine to hardware database to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pa

Patch "usb: option: Add ID for Telewell TW-LTE 4G v2" has been added to the 3.4-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: option: Add ID for Telewell TW-LTE 4G v2 to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-option

Patch "USB: cp210x: add support for Corsair usb dongle" has been added to the 3.10-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: cp210x: add support for Corsair usb dongle to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-cp2

Patch "USB: ftdi_sio: Add extra PID." has been added to the 3.4-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi_sio: Add extra PID. to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-ftdi_sio-add-extra-pid

Patch "USB: ftdi_sio: Add extra PID." has been added to the 3.10-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi_sio: Add extra PID. to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-ftdi_sio-add-extra-pi

Patch "usb: option: Add ID for Telewell TW-LTE 4G v2" has been added to the 3.10-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: option: Add ID for Telewell TW-LTE 4G v2 to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-optio

Patch "USB: cp210x: add support for Corsair usb dongle" has been added to the 3.4-stable tree

2014-07-13 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: cp210x: add support for Corsair usb dongle to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-cp21

WTF: patch "[PATCH] parisc: drop unused defines and header includes" was seriously submitted to be applied to the 3.15-stable tree?

2014-07-13 Thread gregkh
The patch below was submitted to be applied to the 3.15-stable tree. I fail to see how this patch meets the stable kernel rules as found at Documentation/stable_kernel_rules.txt. I could be totally wrong, and if so, please respond to and let me know why this patch should be applied. Otherwise,

Re: + shmem-fix-faulting-into-a-hole-while-its-punched-take-2.patch added to -mm tree

2014-07-13 Thread Sasha Levin
On 07/11/2014 11:59 AM, Peter Zijlstra wrote: >>> I agree with you that "The call trace is very clear on it that its not", but >>> > > when you have 500 call traces you really want something better than >>> > > going >>> > > through it one call trace at a time. >> > >> > Points well made, and I s

RE: [PATCH 4/8] Drivers: scsi: storvsc: Filter WRITE_SAME_16

2014-07-13 Thread KY Srinivasan
> -Original Message- > From: Martin K. Petersen [mailto:martin.peter...@oracle.com] > Sent: Sunday, July 13, 2014 5:59 AM > To: KY Srinivasan > Cc: h...@infradead.org; James Bottomley; linux-ker...@vger.kernel.org; > de...@linuxdriverproject.org; a...@canonical.com; stable@vger.kernel.org

Re: [PATCH 4/8] Drivers: scsi: storvsc: Filter WRITE_SAME_16

2014-07-13 Thread Martin K. Petersen
> "KY" == KY Srinivasan writes: KY> Windows hosts do support UNMAP and set the field in the KY> EVPD. However, since the host advertises SPC-2 compliance, Linux KY> does not even query the VPD page. >> If we want to enable UNMAP in this case I'd prefer a blacklist entry >> than trying UNMAP