Re: [PATCH V2 4/4] x86: correctly detect hypervisor

2013-08-04 Thread Jason Wang
On 07/25/2013 04:54 PM, Jason Wang wrote: > We try to handle the hypervisor compatibility mode by detecting hypervisor > through a specific order. This is not robust, since hypervisors may implement > each others features. > > This patch tries to handle this situation by always choosing the last on

[PATCH] Staging: olpc_dcon: more big endian conformity

2013-08-04 Thread Jens Frederich
Using an int which is casted to unsigned char as inbuf is messy. The code won't work on big endian systems. The patch should fix this. Signed-off-by: Jens Frederich diff --git a/drivers/staging/olpc_dcon/olpc_dcon.c b/drivers/staging/olpc_dcon/olpc_dcon.c index 5ca4fa4..198595e 100644 --- a/dr

Re: [PATCH] Staging: olpc_dcon: replace some magic numbers

2013-08-04 Thread Jens Frederich
On Sun, Aug 4, 2013 at 1:14 AM, Dan Carpenter wrote: > On Sat, Aug 03, 2013 at 10:44:35PM +0200, Jens Frederich wrote: >> @@ -126,7 +127,7 @@ static int dcon_bus_stabilize(struct dcon_priv *dcon, >> int is_powered_down) >> power_up: >> if (is_powered_down) { >> x = 1; >> -

[PATCH] Staging: olpc_dcon: updating MAINTAINERS

2013-08-04 Thread Jens Frederich
Andres Salomon and Chris Ball are not longer at OLPC. Daniel Drake is the new OLPC go-to guy. And I wanna also be CC'd on DCON and other OLPC patches. Signed-off-by: Jens Frederich diff --git a/MAINTAINERS b/MAINTAINERS index d83f70f..2076caa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7877,1

[PATCH] Staging: olpc_dcon: updating MAINTAINERS

2013-08-04 Thread Jens Frederich
Andres Salomon and Chris Ball are not longer at OLPC. Daniel Drake is the new OLPC go-to guy. And I wanna also be CC'd on DCON and other OLPC patches. Signed-off-by: Jens Frederich diff --git a/MAINTAINERS b/MAINTAINERS index d83f70f..2076caa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7877,1

Re: [PATCH] staging: ozwpan: Fix build warning.

2013-08-04 Thread Anca Emanuel
Why do not use div_u64() ? [quote]unsigned 64bit divide with 32bit divisor This is the most common 64bit divide and should be used if possible, as many 32bit archs can optimize this variant better than a full 64bit divide. [/quote] > - ep->credit += timespec_to_ns(&delta) / NSEC_PE

[PATCH] staging: ozwpan: Fix build warning.

2013-08-04 Thread Rupesh Gujare
This patch fixes following build warning. drivers/built-in.o: In function `oz_hcd_heartbeat': >> (.text+0x30aadd): undefined reference to `__divdi3' drivers/built-in.o: In function `oz_hcd_heartbeat': >> (.text+0x30ac85): undefined reference to `__divdi3' Signed-off-by: Rupesh Gujare --- dri

Re: [PATCH] Staging: wlags49_h2: fixed 80 line character and white space issue in ap_h2.c Fixed various coding style warnings found by the checkpatch.pl tool

2013-08-04 Thread Henk de Groot
Hello Evan, When reformatting the array containing the firmware data it may be easier to use 8 bytes per row. It is currently it is 16 bytes per row (overrunning the 80 characters/line) and this just means cutting each row exactly in half. In your first proposal it was completely reformatted

16.5 MILLION EURO AVAILABLE FOR BUSINESS

2013-08-04 Thread HK INVESTMENT FUNDS ASSOCIATION
16.5 MILLION EURO AVAILABLE FOR BUSINESS HK INVESTMENT FUNDS ASSOCIATION CONTACT PERSON: Mr A. Brinks E-mail: hk-...@live.hk Tel: +852-8120-9545 HONG KONG The reason for this e-mail is that, i have a great business offer that could be of great benefit to both of us.I am presently in Hong Kon

Re: [PATCH] Staging: olpc_dcon: replace some magic numbers

2013-08-04 Thread Jens Frederich
On Sun, Aug 4, 2013 at 5:57 AM, Jon Nettleton wrote: > > On Aug 3, 2013 11:38 PM, "Andres Salomon" wrote: >> >> On Sat, 3 Aug 2013 23:36:15 +0200 >> Jens Frederich wrote: >> >> > On Sat, Aug 3, 2013 at 11:16 PM, Andres Salomon >> > wrote: >> > > Please Cc Daniel on these. Cjb and myself are no

[PATCH] staging/zcache: Fix memory leak while dropping an o2net_sock_container object

2013-08-04 Thread Jeff Liu
From: Jie Liu Free sc->sc_page when releasing a struct o2net_sock_container object to avoid memory leaks. This issue has been fixed by Younger Liu for OCFS2, so I sync that patch to zcache as we share the same network code base. Cc: Younger Liu Cc: Bob Liu Cc: Greg Kroah-Hartman Cc: Konrad R