[PATCH] staging: unisys: handle major number properly

2015-03-17 Thread Sudip Mukherjee
fixed the handling of dev_t and the major number. now the major and minor number is passed to the init function. similarly in the cleanup function dev_t is passed to unregister it. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- drivers/staging/unisys/visorchipset/file.c |

Re: [PATCH v4] staging: panel: change struct bits to a bit array

2015-03-17 Thread Willy Tarreau
On Mon, Mar 16, 2015 at 12:25:31PM +0300, Dan Carpenter wrote: Both bits.e and BIT_CHK(bits, LCD_BIT_E_MASK) are terrible. The new one is worse because it takes more words to tell you nothing and because it is wrong since E is a flag not a mask. Yep, I agree. Maybe simply renaming bits to

Re: [PATCH] staging: fsl-mc: Corrected email addresses in TODO file

2015-03-17 Thread Alexander Graf
On 12.03.15 04:52, J. German Rivera wrote: Signed-off-by: J. German Rivera german.riv...@freescale.com Greg, going forward, how would you prefer to get patches for fsl-mc? There are a few options that I can see: 1) individual patches on the ML for review, directly applied by you 2)

Re: [PATCH] staging: fsl-mc: Corrected email addresses in TODO file

2015-03-17 Thread Greg KH
On Tue, Mar 17, 2015 at 08:14:42AM +0100, Alexander Graf wrote: On 12.03.15 04:52, J. German Rivera wrote: Signed-off-by: J. German Rivera german.riv...@freescale.com Greg, going forward, how would you prefer to get patches for fsl-mc? There are a few options that I can see: 1)

Re: [PATCH v2 1/4] staging: unisys: remove unused variables

2015-03-17 Thread Sudip Mukherjee
On Mon, Mar 16, 2015 at 04:35:19PM +0100, Greg Kroah-Hartman wrote: On Thu, Mar 12, 2015 at 11:00:09PM +0530, Sudip Mukherjee wrote: these variable were being assigned some values but never reused. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- v2: no change Then why

[PATCH] hv: hypervvssd: call endmntent before call setmntent again

2015-03-17 Thread Vaughan Cao
If freeze fails, vss_operate will re-enter itself to thaw. But it forgets to call endmntent() before it recalls setmntent() again. Signed-off-by: Vaughan Cao vaughan@oracle.com --- tools/hv/hv_vss_daemon.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git

COMPENSATION AWARD HOUSE

2015-03-17 Thread Mrs Connie Dutton.
Attn: My Dear, I am Mrs Connie Dutton, I am a US citizen, 51 years Old. I reside here in Silver Springs Florida. My residential address is as follows. 7008 E Hwy 326 Silver Springs FLorida 34488, United States, am thinking of relocating since I am now rich. I am one of those that took part in

Re: [PATCH V3 2/2 net-next] hyperv: Support batched notification

2015-03-17 Thread Jason Wang
On Wed, Mar 18, 2015 at 12:02 AM, K. Y. Srinivasan k...@microsoft.com wrote: Optimize notifying the host by deferring notification until there are no more packets to be sent. This will help in batching the requests on the host. Signed-off-by: K. Y. Srinivasan k...@microsoft.com ---

[PATCH 2/9] Drivers: hv: hv_balloon: keep locks balanced on add_memory() failure

2015-03-17 Thread K. Y. Srinivasan
From: Vitaly Kuznetsov vkuzn...@redhat.com When add_memory() fails the following BUG is observed: [ 743.646107] hv_balloon: hot_add memory failed error is -17 [ 743.679973] [ 743.680930] = [ 743.680930] [ BUG: bad unlock balance detected! ] [ 743.680930]

[PATCH 1/9] Drivers: hv: vmbus: Perform device register in the per-channel work element

2015-03-17 Thread K. Y. Srinivasan
This patch is a continuation of the rescind handling cleanup work. We cannot block in the global message handling work context especially if we are blocking waiting for the host to wake us up. I would like to thank Dexuan Cui de...@microsoft.com for observing this problem. The current char-next

[PATCH 4/9] Correcting truncation error for constant HV_CRASH_CTL_CRASH_NOTIFY

2015-03-17 Thread K. Y. Srinivasan
From: Nick Meier nme...@microsoft.com HV_CRASH_CTL_CRASH_NOTIFY is a 64 bit number. Depending on the usage context, the value may be truncated. This patch is in response from the following email from Intel: [char-misc:char-misc-testing 25/45] drivers/hv/vmbus_drv.c:67:9: sparse:

[PATCH 6/9] tools: hv: fcopy_daemon: support 2GB files for x86_32 guest

2015-03-17 Thread K. Y. Srinivasan
From: Dexuan Cui de...@microsoft.com Without this patch, hv_fcopy_daemon's hv_copy_data() - pwrite() will fail for 2GB file offset. The current char-next branch is broken and this patch fixes the bug. Signed-off-by: Alex Ng ale...@microsoft.com Signed-off-by: Dexuan Cui de...@microsoft.com Cc:

[PATCH 8/9] hv: hypervvssd: call endmntent before call setmntent again

2015-03-17 Thread K. Y. Srinivasan
From: Vaughan Cao vaughan@oracle.com If freeze fails, vss_operate will re-enter itself to thaw. But it forgets to call endmntent() before it recalls setmntent() again. Signed-off-by: Vaughan Cao vaughan@oracle.com Signed-off-by: K. Y. Srinivasan k...@microsoft.com ---

Re: [PATCH V3 0/2 net-next] hyperv: Enable batched notification

2015-03-17 Thread David Miller
From: K. Y. Srinivasan k...@microsoft.com Date: Tue, 17 Mar 2015 09:02:25 -0700 Take into consideration the xmit_more flag in skb to decide if we should notify the host as we place packets in VMBUS. The VMBUS API that would give us this control is already in Greg's tree, in this

RE: [PATCH V3 0/2 net-next] hyperv: Enable batched notification

2015-03-17 Thread KY Srinivasan
-Original Message- From: David Miller [mailto:da...@redhat.com] Sent: Tuesday, March 17, 2015 12:23 PM To: KY Srinivasan Cc: net...@vger.kernel.org; linux-ker...@vger.kernel.org; de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; jasow...@redhat.com Subject: Re:

Re: [PATCH 2/2] staging: ft1000: remove code indention

2015-03-17 Thread Sudip Mukherjee
On Mon, Mar 16, 2015 at 04:33:34PM +0100, Greg Kroah-Hartman wrote: On Sat, Mar 07, 2015 at 10:56:53AM +0530, Sudip Mukherjee wrote: modified the code to keep the logic same but removed some indention. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- this patch will generate

[PATCH V3 2/2 net-next] hyperv: Support batched notification

2015-03-17 Thread K. Y. Srinivasan
Optimize notifying the host by deferring notification until there are no more packets to be sent. This will help in batching the requests on the host. Signed-off-by: K. Y. Srinivasan k...@microsoft.com --- drivers/net/hyperv/hyperv_net.h |2 +- drivers/net/hyperv/netvsc.c | 14

[PATCH V3 1/2 net-next] Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl()

2015-03-17 Thread K. Y. Srinivasan
Export the vmbus_sendpacket_pagebuffer_ctl() interface. This interface will be used in the netvsc driver to optimize signalling the host. Signed-off-by: K. Y. Srinivasan k...@microsoft.com Acked-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/hv/channel.c |1 + 1 files changed,

[PATCH V3 0/2 net-next] hyperv: Enable batched notification

2015-03-17 Thread K. Y. Srinivasan
Take into consideration the xmit_more flag in skb to decide if we should notify the host as we place packets in VMBUS. The VMBUS API that would give us this control is already in Greg's tree, in this patch-set, that API is exported so it can be used in the netvsc driver. Greg has acked this

Re: [PATCH v2 1/7] dgnc: remove unused dgnc_ioctl_name() command

2015-03-17 Thread Greg KH
On Tue, Mar 17, 2015 at 04:35:00PM +0200, Giedrius Statkevičius wrote: Greg, you probably missed these :) Could you look at these when you have some time? On 2015.03.13 15:56, Giedrius Statkevičius wrote: 4 days ago? Hah, I ignore patches for much longer normally :) Also, these will sink