There are two reasons we need to use x86_hyper instead of
query_hypervisor_presence():
- Not only hyperv but also other hypervisors such as kvm would set
X86_FEATURE_HYTPERVISOR, so query_hypervisor_presence() will return true even
in kvm. This may cause extra delay of 5 seconds before failing
On Thu, Aug 30, 2012 at 03:46:01PM -0700, Dan Magenheimer wrote:
> Hi Greg --
>
> gregkh> If you feel that the existing code needs to be dropped
> gregkh> and replaced with a totally new version, that's fine with
> gregkh> me. It's forward progress, which is all that I ask for.
> (http://lkml.in
Hi Greg --
gregkh> If you feel that the existing code needs to be dropped
gregkh> and replaced with a totally new version, that's fine with
gregkh> me. It's forward progress, which is all that I ask for.
(http://lkml.indiana.edu/hypermail/linux/kernel/1208.0/02240.html,
in reference to zcache, a
On Wed, Aug 29, 2012 at 04:58:45PM -0500, Seth Jennings wrote:
> This patch fixes a race condition that results in memory
> corruption when using cleancache.
>
> The race exists between the zcache shrinker handler,
> shrink_zcache_memory() and cleancache_get_page().
>
> In most cases, the shrinke
On Thu, Aug 30, 2012 at 12:10 PM, Linus Torvalds
wrote:
> Forwarded to the proper authorities,
>
> Linus
>
>
> -- Forwarded message --
> From: Rinat Camalov
> Date: Thu, Aug 30, 2012 at 12:57 AM
> Subject: Kernel beceem driver
> To: torva...@linux-foundation.org
>
>
>
On Wed, Aug 29, 2012 at 04:58:45PM -0500, Seth Jennings wrote:
> This patch fixes a race condition that results in memory
> corruption when using cleancache.
>
> The race exists between the zcache shrinker handler,
> shrink_zcache_memory() and cleancache_get_page().
>
> In most cases, the shrinke
Forwarded to the proper authorities,
Linus
-- Forwarded message --
From: Rinat Camalov
Date: Thu, Aug 30, 2012 at 12:57 AM
Subject: Kernel beceem driver
To: torva...@linux-foundation.org
Hello!! I tried to contact ZTE, but the don't respond.
In the linux kernel t
On 08/27/2012 03:34 PM, Baodong Chen wrote:
Sorry, I do not get this change. You should not touch tty_driver.kref at
all.
And what is the patch good for?
> Signed-off-by: Baodong Chen
> ---
> drivers/staging/net/pc300_tty.c | 55
> ++-
> 1 files changed,