First  |  Prev |  Next  |  Last
Pages: 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858
[Bugfix] [2.6.35-rc3-tip] perf build failure on latest tip.
When compiling perf on latest tip/master I see the following error cc1: warnings being treated as errors util/newt.c: In function 'hist_entry__tui_annotate': util/newt.c:764: warning: 'ret' is used uninitialized in this function make: *** [util/newt.o] Error 1 I think the problem was introduced by commit 13... 29 Jun 2010 14:05
[PATCH 2/2] pcrypt: sysfs interface
Sysfs interface for pcrypt: /sys/kernel/pcrypt/pencrypt and /sys/kernel/pcrypt/pencrypt padata_instance now contains a kobject with common operations that may be embedded by the user to a kset or can be made a child of any other kobject. Padata sysfs interface adds the following files: serial_cpumask [RW] - cpumask... 29 Jun 2010 12:57
futex: futex_find_get_task make credentials check conditional
On Tue, Jun 29, 2010 at 1:42 AM, Michal Hocko <mhocko(a)suse.cz> wrote: futex_find_get_task is currently used (through lookup_pi_state) from two contexts, futex_requeue and futex_lock_pi_atomic. While credentials check makes sense in the first code path, the second one is more problematic because this chec... 29 Jun 2010 12:57
[PATCH 0/2] padata: Separate cpumasks for cb_cpus and parallel workers
Hello. The main point of my patches is to make two separate cpumasks. One for parallel and another for serial workers(callback cpus). It'll perform to bind non-intersecting groups of CPUs for serial and parallel workers and do more thin tuning of padata subsystem. My tests shows that proper configuration of se... 29 Jun 2010 12:57
[PATCH 0/2] padata: Separate cpumasks for cb_cpus and parallel workers
Hello. The main point of my patches is to make two separate cpumasks. One for parallel and another for serial workers(callback cpus). It'll perform to bind non-intersecting groups of CPUs for serial and parallel workers and do more thin tuning of padata subsystem. My tests shows that proper configuration of se... 29 Jun 2010 12:57
[PATCH] ipc/sem.c: Bugfix for semop() not reporting successful operation
This is a patch from Manfred. Required to make 2.6.35-rc3 work. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 29 Jun 2010 12:57
[PATCH] gainfar.c : code cleanup
This patch relates to "[PATCH] gainfar.c : skb_over_panic (kernel-2.6.32.15)" While in 2.6.32.15 it actually fixed a bug here it merely cleans up the previous attempts to fix the bug with a more coherent code. Currently before queuing skb into the rx_recycle it is "un-skb_reserve"-ed so when taken out in gf... 29 Jun 2010 12:57
FW: Linux preempt policy serial port communication
On Tue, Jun 29, 2010 at 4:06 AM, Zhang, Yongchao (GE Healthcare) <Yongchao.Zhang(a)ge.com> wrote: Hi,   We have some problems about serial port. We need your expertise. The detail is like this: 1.Our Goal:   We want to make test on serial port, and want to know whether the serial port communication ... 29 Jun 2010 12:57
[PATCH] gainfar.c : skb_over_panic (kernel-2.6.32.15)
David Miller wrote: From: Eran Liberty <liberty(a)extricom.com> Date: Mon, 28 Jun 2010 10:57:08 +0300 This code has proved to be insufficient and produce skb_over_panic. The proposed patch fix this. Then you have to post a patch relative to the current code, rather than against th... 29 Jun 2010 11:51
vmscan: shrink_slab() require number of lru_pages, not page order
On Sun, 27 Jun 2010, Minchan Kim wrote: What does the "lru_pages" parameter do in shrink_slab()? Looks like its only role is as a divison factor in a complex calculation of pages to be scanned. Yes. But I think it can make others confuse like this. Right. Except zone_reclaim, lru_pages ha... 9 Jul 2010 10:32
First  |  Prev |  Next  |  Last
Pages: 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858