Some fixes for kfifo and FHCI
On Wed, Jan 27, 2010 at 05:08:09PM +0300, Anton Vorontsov wrote: Hi all, FHCI no longer builds after kfifo rework, this patch set is used to fix the issues. If there are no objections to these, I'll queue these up and send them through my tree as they affect the FHCI driver. thanks, greg k-h -- ... 27 Jan 2010 11:29
[PATCH] enhanced reimplemention of the kfifo API
This is a complete reimplementation of the new kfifo API, which is now really generic, type save and type definable. The API is still stable, no code which use the current kfifo API must be modified! Here are the results of the text section usage: Example 1: kfifo_put/_get kfifo_in/out current kfifo ... 27 Jan 2010 09:14
CBQ broken in 2.6
Hi list, I have been looking at CBQ being broken in 2.6 (Debian BUG 534430). The bug is very simple and it makes it unusable for all practical purposes - BOUNDED classes always borrow from their parent. As a result it impossible to: 1. Set and enforce a bandwidth limit to a class with a CBQ tree 2. Use CBQ ... 27 Jan 2010 07:02
+ drivers-block-floppyc-remove-used-once-check_ready-macro.patch added to -mm tree
On 01/27/2010 01:37 AM, akpm(a)linux-foundation.org wrote: Subject: drivers/block/floppy.c: remove used once CHECK_READY macro From: Joe Perches <joe(a)perches.com> That the macro is used once does not necessarily mean, it should be removed. Please add more explanation to your changelogs. It should be something ... 27 Jan 2010 04:51
tracing: fixes and documentation updates
* Steven Rostedt <rostedt(a)goodmis.org> wrote: Ingo, I found that reading the trace file and the raw_trace_pipe using splice, at the same time could cause a kernel oops. Not a major one, that is, the oops only crashes the user task that is performing the read of the trace file. But still urgent... 27 Jan 2010 04:51
[PATCH 00/12] perf trace: Python scripting support
This patchset adds a Python scripting engine to perf trace. In the process, it also creates a scripting-engines directory under perf/util and moves the existing Perl support there, to avoid cluttering the main perf/util directory with scripting support files. It also includes some minor bugfixes and adds Documen... 27 Jan 2010 03:46
[PATCH v3 2/2] cpufreq: ondemand: Independent max speed for nice threads with nice_max_freq
Allow lower priority threads to scale frequency to specified nice_max_freq. This allows low priority threads to operate at the most efficient power/performance frequency. Often the highest and lowest cpu speeds do not provide the the optimal performance/power ratios. Latency requirements for normal and high prior... 26 Jan 2010 21:13
powerpc: implement arch_scale_smt_power for Power7
On Tue, 2010-01-26 at 17:28 -0600, Joel Schopp wrote: On Power7 processors running in SMT4 mode with 2, 3, or 4 idle threads there is performance benefit to idling the higher numbered threads in the core. This patch implements arch_scale_smt_power to dynamically update smt thread power in these id... 2 Mar 2010 10:06
linux-next: vfs tree build failure
Hi Al, Today's linux-next build (x86_64 allmodconfig) failed like this: ERROR: "ima_path_check" [fs/nfsd/nfsd.ko] undefined! Caused by commit b35d5b4f7f47215f322bc6d9a1fd8499c11455d2 ("Fix untangling ima mess, part 2 with counters"). I have used the vfs tree from next-20100125 for today. -- Cheers, Ste... 26 Jan 2010 20:07
linux-next: manual merge of the gfs2 tree with the vfs tree
Hi Steven, Today's linux-next merge of the gfs2 tree got a conflict in fs/gfs2/super.c between commit 716c28c0bc8bcbdd26e819f38dfc8fdfaafc0289 ("pass writeback_control to ->write_inode") from the vfs tree and commit 56c79d55103b5d0943e063d036e7ebf8a7a1c21b ("GFS2: Wait for unlock completion on umount") from the ... 26 Jan 2010 20:06