vfs/eCryptfs: Handle ioctl calls with unlocked and compat functions
On Friday 21 May 2010, Tyler Hicks wrote: Lower filesystems that only implement unlocked_ioctl aren't being passed ioctl calls because eCryptfs only checked for lower_file->f_op->ioctl and returned -ENOTTY if it was NULL. eCryptfs shouldn't implement ioctl(), since it doesn't require the BKL. Instead... 21 May 2010 03:00
linux-next: build warnings after merge of the driver-core tree
Hi Greg, After merging the driver-core tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: drivers/hid/hid-roccat-kone.c:694: warning: initialization from incompatible pointer type drivers/hid/hid-roccat-kone.c:696: warning: initialization from incompatible pointer type drivers/hid/hi... 24 May 2010 11:13
Use down_read_critical() for /sys/<pid>/exe and /sys/<pid>/maps files
On Wed, May 19, 2010 at 8:21 AM, David Howells <dhowells(a)redhat.com> wrote: �0 � 0 �10 � 2 � 1 s � 2/2 � � � � 0 � � � � 0 � 2217200 � �636227 � �210255 �0 � 0 �10 � 2 � 1 s � 2/2 � � � � 0 � � � � 0 � 2217903 � �629175 � �212926 �0 � 0 �10 � 2 � 1 s � 2/2 � � � � 0 � � � � 0 � 2224136 � �647912 � �212506 ... 21 May 2010 22:43
Who should I discuss with about framebuffer issues?
I found driver/video/fb* is orphan now, I cannot find a maintainer. Actually I have some ideas about framebuffer console. Who should I discuss with? -- Frank Pan Computer Science and Technology Tsinghua University -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m... 20 May 2010 23:45
[GIT PULL v2 0/2] Allow disabling TUI per command in ~/.perfconfig
Hi Ingo, I noticed some problems in the previous TUI disabling patch, fixed in this v2 series, that also includes a removal of some gettimeofday calls of little utility submitted by Russ. Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf Regards, - Arnaldo ... 20 May 2010 21:35
Transparent Hugepage Support #25
If you're running scientific applications, JVM or large gcc builds (see attached patch for gcc), and you want to run from 2.5% faster for kernel build (on bare metal), or 8% faster in translate.o of qemu (on bare metal), 15% faster or more with virt and Intel EPT/ AMD NPT (depending on the workload), you should app... 21 May 2010 01:55
[GIT PULL] ocfs2 updates for 2.6.35
Linus et al, Here are the ocfs2 updates for 2.6.35. There are two major changes. Mark added allocation reservations to our node-local allocators. This gets us much more contiguousness when many processes are growing files in parallel. On the other end of contiguousness, ocfs2 has had a major limitation since ... 20 May 2010 20:30
[PATCH] vfs/eCryptfs: Handle ioctl calls with unlocked and compat functions
Lower filesystems that only implement unlocked_ioctl aren't being passed ioctl calls because eCryptfs only checked for lower_file->f_op->ioctl and returned -ENOTTY if it was NULL. eCryptfs shouldn't implement ioctl(), since it doesn't require the BKL. Instead, unlocked_ioctl() should be used and vfs_ioctl() can b... 20 May 2010 20:30
ecryptfs: Pushdown the bkl from ioctl
On Wed May 19, 2010 at 07:24:08PM +0200, Frederic Weisbecker (fweisbec(a)gmail.com) was quoted: Pushdown the bkl to ecryptfs_ioctl. I've been sitting on a bug fix for a while that cleans up the eCryptfs ioctl code. eCryptfs doesn't need the BKL itself and can leave that decision up to the lower file sytem. The pa... 20 May 2010 20:30
adjust mm_take_all_locks to anon-vma-root locking
On 05/20/2010 06:42 PM, Andrea Arcangeli wrote: This is needed as 6/5 to avoid lockups in mm_take_all_locks. ====== Subject: adjust mm_take_all_locks to the root_anon_vma locking From: Andrea Arcangeli<aarcange(a)redhat.com> Track the anon_vma->root->lock. Signed-off-by: Andrea Arcangeli<aar... 20 May 2010 19:24