vmscan: handle underflow for get_scan_ratio
Hi Commit 84b18490d1f1bc7ed5095c929f78bc002eb70f26 introduces a regression. With it, our tmpfs test always oom. The test has a lot of rotated anon pages and cause percent[0] zero. Actually the percent[0] is a very small value, but our calculation round it to zero. The commit makes vmscan completely ski... 15 Apr 2010 00:29
[PATCH]vmscan: handle underflow for get_scan_ratio
Commit 84b18490d1f1bc7ed5095c929f78bc002eb70f26 introduces a regression. With it, our tmpfs test always oom. The test has a lot of rotated anon pages and cause percent[0] zero. Actually the percent[0] is a very small value, but our calculation round it to zero. The commit makes vmscan completely skip anon pages and... 30 Mar 2010 02:53
drivers/serial/sunsu.c: Correct use after free
Applied, thanks a lot for fixing this. -- 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/ ... 30 Mar 2010 01:48
2.6.33 guest crash
On 03/29/2010 09:27 PM, Rusty Russell wrote: On Mon, 15 Mar 2010 07:53:10 am Johannes Stezenbach wrote: On Sun, Mar 14, 2010 at 06:34:59PM +0100, I wrote: Am I correct to assume that I can avoid the issue by switching to a 64bit kernel (on host + guest)? Silly question... 30 Mar 2010 01:48
linux-next: build warning after merge of the sound tree
Hi Takashi, After merging the sound tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/pci/hda/patch_realtek.c: In function 'fillup_priv_adc_nids': sound/pci/hda/patch_realtek.c:5120: warning: format '%s' expects type 'char *', but argument 2 has type 'int' sound/pci/hda/patch_re... 30 Mar 2010 02:53
Loan Request
We offer loan at 3%,any interested person should contact us with: Name... Amount($)... Address/Tel... Duration... EMAIL: mr_kentedward1(a)gala.net -- 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:... 30 Mar 2010 00:43
[PATCH -stable] modules fix incorrect percpu usage
Should use per_cpu_ptr() to obfuscate the per cpu pointers (RELOC_HIDE is needed for per cpu pointers). Introduced by commit: module.c: commit 6b588c18f8dacfa6d7957c33c5ff832096e752d3 This patch should be queued for the stable branch, for kernels 2.6.29.x to 2.6.33.x. (tested on 2.6.33.1 x86_64) Signed-o... 30 Mar 2010 00:43
modules fix incorrect percpu usage
* Mathieu Desnoyers (mathieu.desnoyers(a)efficios.com) wrote: Should use per_cpu_ptr() to obfuscate the per cpu pointers (RELOC_HIDE is needed for per cpu pointers). Introduced by commit: module.c: commit 6b588c18f8dacfa6d7957c33c5ff832096e752d3 This patch should be queued for the stable branch... 30 Mar 2010 22:57
Good day,
Good day, I am Osmond Amu, a Banker. Please do not be embarrass am seeking your help in order to receive the sum of 30.7million as result of surfeit profit made decade ago. If you will be so kind enough to grant me the permission, I will be glad to give the details. I am ready to offer you 40% of the total ... 29 Mar 2010 23:37
input: update gfp/slab.h includes
Hi Tejun, On Tue, 30 Mar 2010 02:52:42 +0900 Tejun Heo <tj(a)kernel.org> wrote: Implicit slab.h inclusion via percpu.h is about to go away. Make sure gfp.h or slab.h is included as necessary. Signed-off-by: Tejun Heo <tj(a)kernel.org> Cc: Stephen Rothwell <sfr(a)canb.auug.org.au> Cc: Dmitry Torokhov... 30 Mar 2010 10:30