lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 1 Jun 2016 14:39:36 -0700
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	Minchan Kim <minchan@...nel.org>
Cc:	linux-mm@...ck.org, linux-kernel@...r.kernel.org,
	Sergey Senozhatsky <sergey.senozhatsky@...il.com>
Subject: Re: [PATCH v7 11/12] zsmalloc: page migration support

On Wed,  1 Jun 2016 08:21:20 +0900 Minchan Kim <minchan@...nel.org> wrote:

> This patch introduces run-time migration feature for zspage.
> 
> ...
>
> +static void kick_deferred_free(struct zs_pool *pool)
> +{
> +	schedule_work(&pool->free_work);
> +}

When CONFIG_ZSMALLOC=m, what keeps all the data structures in place
during a concurrent rmmod?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ