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] [day] [month] [year] [list]
Message-ID: <tencent_4045D6DC43E374AEA3E78479385F205D4008@qq.com>
Date: Thu,  6 Nov 2025 10:28:33 +0800
From: Yuwen Chen <ywen.chen@...mail.com>
To: axboe@...nel.dk
Cc: akpm@...ux-foundation.org,
	bgeffon@...gle.com,
	licayy@...look.com,
	linux-block@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	linux-mm@...ck.org,
	liumartin@...gle.com,
	minchan@...nel.org,
	richardycc@...gle.com,
	senozhatsky@...omium.org,
	ywen.chen@...mail.com
Subject: Re: [PATCH v3] zram: Implement multi-page write-back

On 11/5/25 08:25 AM, Jens Axboe wrote:
> Please either finish the patch before sending it out, or take your
> time before posting again. Sending 3 versions in one day will just
> make people ignore you.

> This commit message is in dire need of some actual performance
> results. This is a change for better performance, no? If so, you
> should have some clear numbers in there describing where it's
> better, and where it's worse (if appropriate).

Thank you very much for your reply. The description of the patch has
been revised. This time, performance test data has been added,
showing an approximate increase of 1000%. Please help review
version v4. Thank you again!

The QEMU parameters used for this test data are as follows:
sudo qemu-system-x86_64 \
        -M pc \
        -smp 8 \
        -m 2G \
        -kernel /boot/vmlinuz-`uname -r` \
        -hda system.img \
        -hdb zram_writeback.img \
        -append "root=/dev/sda rw init=/linuxrc console=ttyAMA0 console=ttyS0" \
        -virtfs local,path=`pwd`/../,mount_tag=hostshare,security_model=passthrough \
        -nographic

The approximate configuration of the host is as follows:
Kernel: x86_64 Linux 6.8.0-50-generic
CPU   : 12th Gen Intel Core i7-12700K @ 20x 4.9GHz
MEM   : 64G
DISK  : PC801 NVMe SK hynix 1TB


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ