First  |  Prev |  Next  |  Last
Pages: 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692
reduce stack usage of node_read_meminfo()
Grr, I did sent old ver. right patch is here ;-) sorry. ================================================ Subject: [PATCH] reduce stack usage of node_read_meminfo() Now, cmpilation node_read_meminfo() output following warning. Because it has very large sprintf() argument. drivers/base/node.c: In function ... 8 Jul 2010 21:27
BUG: Securityfs and bind mounts (2.6.34)
Hi guys, If I overlay a file in securityfs using mount --bind with a file from a regular filesystem, should I be allowed to rmmod the module which registered the overlaid securityfs file? I was able to do that, then I unmounted the bind mount, and then when attempting to unmount securityfs hit a BUG at fs/dcache... 14 Jul 2010 13:12
-tip tree panic
I just tried latest -tip tree(commit 25fe86a), but it panics. My machines is Core2 quad core x86_64. config file attached. (Ma Ling is included, just to note that this panic is not caused by his commit 77ff5e4, x86, mem: Optimize memcpy by avoiding memory false dependece) [ 0.000000] Initializing cgroup ... 8 Jul 2010 10:15
SD Driver : FAT: FAT read failed (blocknr 8) in sd card error while removing sd card during writing
I have sd card on board ... During recording/writing SD card, remove SD card ... then i am getting endless error in dmesg as below : end_request: I/O error, dev mmcblk0, sector 24 FAT: FAT read failed (blocknr 8) mmcblk0: error -110 sending status comand<3>mmcblk0: error -110 sending read/write command, response... 8 Jul 2010 06:57
x86, paravirt: Add a global synchronization point for pvclock
On 07/07/2010 03:47 PM, Peter Palfrader wrote: Hey, Greg KH schrieb am Donnerstag, dem 01. Juli 2010: 2.6.32-stable review patch. If anyone has any objections, please let us know. 2.6.32.16 fails to boot on my KVM domains using qemu-kvm 0.11.1. Bisecting between 2.6.32.14 whic... 13 Jul 2010 13:07
[PATCH] reduce stack usage of node_read_meminfo()
Now, cmpilation node_read_meminfo() output following warning. Because it has very large sprintf() argument. drivers/base/node.c: In function 'node_read_meminfo': drivers/base/node.c:139: warning: the frame size of 848 bytes is larger than 512 bytes This patch fixes it by splitting sprintf() in three parts... 8 Jul 2010 05:53
acerhdf: make needlessly global symbols static
From: Axel Lin <axel.lin(a)gmail.com> Date: Thu, Jul 08, 2010 at 09:46:20AM +0800 The following symbols are needlessly defined global: thz_dev cl_dev acerhdf_dev acerhdf_dev_ops acerhdf_cooling_ops This patch makes the symbols static. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> ... 10 Jul 2010 14:55
[PATCH RFC 2/3] slist: singly-linked stack implementation
Intoduce slist -- singly-linked circular list. Usable for implementing Stacks and Sets. Struct slist_head uses twice less memory than nornal doubly-linked list_head. slist able to freely add and delete entries only at head or while safe-iterating: slist_for_each_entry_safe() provide pointer to previous entry, ... 8 Jul 2010 05:53
[PATCH RFC 3/3] qlist: singly-linked queue implementation
Introduce qlist -- singly-linked queue implementation. Based on slist, but additianally manage pointer to last entry. So, qlist can add and splice elements to both ends. Signed-off-by: Konstantin Khlebnikov <khlebnikov(a)openvz.org> --- include/linux/list.h | 338 +++++++++++++++++++++++++++++++++++++++++++++++... 8 Jul 2010 05:53
[PATCH RFC 1/3] list: Introduce list entry pop/peek operations
Introduce macroses: list_pop_entry list_pop_last_entry list_pop_init_entry list_pop_init_last_entry list_peek_entry list_peek_last_entry as syntax sugar for widely used constructions like this: while (!list_empty(&list_head)) { entry = list_first_entry(&list_head, struct entry, member); list_del(&entr... 8 Jul 2010 05:53
First  |  Prev |  Next  |  Last
Pages: 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692