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-next>] [day] [month] [year] [list]
Date:   Thu, 19 Oct 2017 07:50:58 +0800
From:   Qixuan Wu <wuqixuan@...wei.com>
To:     <phillip@...ashfs.org.uk>, <corbet@....net>
CC:     <paulmck@...ux.vnet.ibm.com>, <akpm@...ux-foundation.org>,
        <tglx@...utronix.de>, <cdall@...aro.org>, <mingo@...nel.org>,
        <marc.zyngier@....com>, <mchehab@...nel.org>,
        <zohar@...ux.vnet.ibm.com>, <linux-doc@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>,
        <squashfs-devel@...ts.sourceforge.net>, <wuqixuan@...wei.com>
Subject: [PATCH 0/2] Make squashfs fragments' cache size more configurable

Hi All,

Currently, squashfs fragments' cache size is only determined by
config option CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE. Users have
no way to change the value when they get the binary kernel.
Now make it be configured when booting or inserting module.
Actually, it's better that a config option in a number format
in .config file cat be reconfigured during booting or inserting
module.

Thanks
Qixuan

Qixuan Wu (2):
  Squashfs: Let the number of fragments cached configurable
  Documentation/kernel-parameters.txt: Add kernel parameter of squashfs
    fragments' cache size

 Documentation/admin-guide/kernel-parameters.txt |  7 ++++
 fs/squashfs/super.c                             | 43 ++++++++++++++++++++++++-
 2 files changed, 49 insertions(+), 1 deletion(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ