[PATCH] hyperv_fb: Add support for Gen2 VM

2014-02-08 Thread Haiyang Zhang
This patch enables Hyper-V FB driver to run on Gen2 VM. The Gen2 VM provides MMIO area for synthetic video from ACPI module, which is exported by vmbus. The generic video is provided by UEFI. PCI video in Gen1 is no longer available. To support synthetic video on Hyper-V Gen2 VM, this patch

[PATCH] imx-drm: imx-drm-core: Remove unused 'imxdrm' variable

2014-02-08 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Since commit 020a9ea7c2 (imx-drm: imx-drm-core: avoid going the long route round for drm_device) the 'imxdrm' variable is not used anymore, which causes the following build warning: drivers/staging/imx-drm/imx-drm-core.c:87:25: warning: unused

Re: [PATCH] imx-drm: imx-drm-core: Remove unused 'imxdrm' variable

2014-02-08 Thread Russell King - ARM Linux
On Sat, Feb 08, 2014 at 06:49:49PM -0200, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Since commit 020a9ea7c2 (imx-drm: imx-drm-core: avoid going the long route round for drm_device) the 'imxdrm' variable is not used anymore, which causes the following build

web development partnership

2014-02-08 Thread n...@developmentaffiliates.com
Hello, I would like to partner with your website to sell my company's web development services for a 20% commission. Please let me know if you're interested and I will send more info. Best regards, Nick Cosic ___ devel mailing list

RE: [PATCH V4 1/1] Drivers: hv: Implement the file copy service

2014-02-08 Thread KY Srinivasan
-Original Message- From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Friday, February 07, 2014 3:17 PM To: KY Srinivasan Cc: linux-ker...@vger.kernel.org; de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; jasow...@redhat.com Subject: Re: [PATCH V4 1/1]

[PATCH V5 1/1] Drivers: hv: Implement the file copy service

2014-02-08 Thread K. Y. Srinivasan
Implement the file copy service for Linux guests on Hyper-V. This permits the host to copy a file (over VMBUS) into the guest. This facility is part of guest integration services supported on the Windows platform. Here is a link that provides additional details on this functionality:

[PATCH 1/2] drivers:staging:rtl8821ae: Fixed few coding style erors and warnings

2014-02-08 Thread Surendra Patil
Fixed multiple coding style errors and warnings wifi.h:1077: WARNING: please, no space before tabs wifi.h:762: WARNING: missing space after struct definition wifi.h:972: WARNING: please, no spaces at the start of a line wifi.h:1825: WARNING: Unnecessary space after function pointer name

[PATCH 2/2] vers:staging:rtl8821ae: Fixed multiple coding style erors and warnings

2014-02-08 Thread Surendra Patil
Fixed multiple coding style errors and warnings wifi.h:1077: WARNING: please, no space before tabs wifi.h:762: WARNING: missing space after struct definition wifi.h:972: WARNING: please, no spaces at the start of a line wifi.h:1825: WARNING: Unnecessary space after function pointer name

[PATCH 0/5] Lustre fixes

2014-02-08 Thread Oleg Drokin
This is a set of patches that eliminates rest of crashes and most leaks hit during standard lustre regression testing for me. This serie + O_LOV_DELAY_CREATE patch from Andreas (that was submitted separately and needs separate approval: http://www.spinics.net/lists/linux-fsdevel/msg72386.html )

[PATCH 5/5] lustre: don't leak llog handle in llog_cat_process_cb()

2014-02-08 Thread Oleg Drokin
From: John L. Hammond john.hamm...@intel.com An early return from llog_cat_process_cb() was leaking the llog handle. Fix this by not doing that. Signed-off-by: John L. Hammond john.hamm...@intel.com Reviewed-on: http://review.whamcloud.com/7847 Intel-bug-id:

[PATCH 1/5] lustre/lov: avoid subobj's coh_parent race

2014-02-08 Thread Oleg Drokin
From: Bobi Jam bobijam...@intel.com * during a file lov object initialization, we need protect the access and change of its subobj-coh_parent, since it could be another layout change race there, which makes an unreferenced lovsub obj in the site object hash table. * dump lovsub objects in

[PATCH 4/5] lustre/xattr: separate ACL and XATTR caches

2014-02-08 Thread Oleg Drokin
From: Andrew Perepechko andrew_perepec...@xyratex.com This patch separates ACL and XATTR caches, so that when updating an ACL only LOOKUP lock is needed and when updating another XATTR only XATTR lock is needed. This patch also reverts XATTR cache support for setxattr because client performing

[PATCH 3/5] lustre: instantiate negative dentry

2014-02-08 Thread Oleg Drokin
From: yang sheng yang.sh...@intel.com In the atomic_open callback. We should instantiate negative dentry. Else will got sanity:183 failed. Signed-off-by: yang sheng yang.sh...@intel.com Reviewed-on: http://review.whamcloud.com/8110 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3228

[PATCH 2/5] lustre: Unsafe error handling around ll_splice_alias

2014-02-08 Thread Oleg Drokin
From: Swapnil Pimpale spimp...@ddn.com Callers of ll_splice_alias() should not assign the returned pointer to the dentry since it can be an err pointer. Fixed the above bug using a temporary dentry pointer. This temporary pointer is assigned to dentry only if ll_splice_alias has not returned an