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>] [day] [month] [year] [list]
Message-Id: <201105192151.23215.kernel@kolivas.org>
Date:	Thu, 19 May 2011 21:51:23 +1000
From:	Con Kolivas <kernel@...ivas.org>
To:	linux-kernel@...r.kernel.org
Subject: 2.6.39-ck1

These are patches designed to improve system responsiveness and interactivity 
with specific emphasis on the desktop, but suitable to any commodity hardware 
workload.


Apply to 2.6.39:
http://www.kernel.org/pub/linux/kernel/people/ck/patches/2.6/2.6.39/2.6.39-
ck1/patch-2.6.39-ck1.bz2

Broken out tarball:
http://www.kernel.org/pub/linux/kernel/people/ck/patches/2.6/2.6.39/2.6.39-
ck1/2.6.39-ck1-broken-out.tar.bz2

Discrete patches:
http://www.kernel.org/pub/linux/kernel/people/ck/patches/2.6/2.6.39/2.6.39-
ck1/patches/

All -ck patches:
http://www.kernel.org/pub/linux/kernel/people/ck/patches/

BFS by itself:
http://ck.kolivas.org/patches/bfs/

Web:
http://kernel.kolivas.org

Code blog when I feel like it:
http://ck-hack.blogspot.com/

Each discrete patch contains a brief description of what it does at the top of 
the patch itself.


The most substantial change since the last public release is a major version 
upgrade to the BFS CPU scheduler version 0.404. 

Full details of the most substantial changes, which went into version 0.400, 
are in my blog here:
http://ck-hack.blogspot.com/2011/04/bfs-0400.html

This version exhibits better throughput, better latencies, better behaviour 
with scaling cpu frequency governors (e.g. ondemand), better use of turbo 
modes in newer CPUs, and addresses a long-standing bug that affected all 
configurations, but was only demonstrable on lower Hz configurations (i.e. 
100Hz) that caused fluctuating performance and latencies. Thus mobile 
configurations (e.g. Android on 100Hz) also perform better.  The tuning for 
default round robin interval on all hardware is now set to 6ms (i.e. tuned 
primarily for latency). This can be easily modified with the rr_interval sysctl 
in BFS for special configurations (e.g. increase  to 300 for encoding / folding 
machines).

Performance of BFS has been tested on lower power single core machines through 
various configuration SMP hardware, both threaded and multicore, up to 24x AMD. 
The 24x machine exhibited better throughput on optimally loaded kbuild 
performance (from make -j1 up to make -j24). Performance beyond this level of 
load did not match mainline. On folding benchmarks at 24x, BFS was 
consistently faster for the unbound (no cpu affinity in use) multi-threaded 
version. On 6x hardware, performance at all levels of load in kbuild and x264 
encoding benchmarks was better than mainline in both throughput and latency in 
the presence of the workloads.

For 6 core results and graphs, see:
http://depni.sinp.msu.ru/~belyshev/.../benchmarks/20110516/
(desktop = 1000Hz + preempt, server = 100Hz + no preempt):

This is not by any means a comprehensive performance analysis, nor is it meant 
to claim that BFS is better under all workloads and hardware than mainline. 
They are simply easily demonstrable advantages on some very common workloads 
on commodity hardware, and constitute a regular part of my regression testing. 
Thanks to Serge Belyshev for 6x results, statistical analysis and graphs.


Other changes in this patch release include an updated version of 
lru_cache_add_lru_tail as the previous version did not work entirely as 
planned, dropping the dirty ratio to the extreme value of 1 by default in 
decrease_default_dirty_ratio, and dropping of the cpufreq ondemand tweaks 
since BFS detects scaling CPUs internally now and works with them.


Full patchlist:

2.6.39-sched-bfs-404.patch
sched-add-above-background-load-function.patch
mm-zero_swappiness.patch
mm-enable_swaptoken_only_when_swap_full.patch
mm-drop_swap_cache_aggressively.patch
mm-kswapd_inherit_prio-1.patch
mm-background_scan.patch
mm-idleprio_prio-1.patch
mm-lru_cache_add_lru_tail-1.patch
mm-decrease_default_dirty_ratio.patch
kconfig-expose_vmsplit_option.patch
hz-default_1000.patch
hz-no_default_250.patch
hz-raise_max.patch
preempt-desktop-tune.patch
ck1-version.patch


Please enjoy!
お楽しみください
-- 
-ck
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ