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:   Mon, 24 Oct 2022 13:59:09 -0700
From:   Andrew Morton <akpm@...ux-foundation.org>
To:     Alexey Romanov <avromanov@...rdevices.ru>
Cc:     <minchan@...nel.org>, <senozhatsky@...omium.org>,
        <ngupta@...are.org>, <linux-mm@...ck.org>,
        <linux-kernel@...r.kernel.org>, <kernel@...rdevices.ru>
Subject: Re: [PATCH v1] zram: add size class equals check into recompression

On Mon, 24 Oct 2022 15:09:42 +0300 Alexey Romanov <avromanov@...rdevices.ru> wrote:

> It makes no sense for us to recompress the object if it will
> be in the same size class. We anyway don't get any memory gain.
> But, at the same time, we get a CPU time overhead when inserting
> this object into zspage and decompressing it afterwards.
> 

Dumb question: is it ever possible for compression to result in an
increase in size?

> +	    class_size_next == class_size_prev ||

IOW, could this be >=?


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ