First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
kernel version 2.6.35-git10 build failure
Hi, Today kernel(version 2.6.35-git10 -commitid 3d30701b58970) build fails with following error on both system x and p fs/9p/vfs_inode.c: In function 'v9fs_vfs_setattr_dotl': fs/9p/vfs_inode.c:1267: error: implicit declaration of function 'inode_setattr' make[2]: *** [fs/9p/vfs_inode.o] Error 1 mak... 11 Aug 2010 06:00
[GIT PULL] sound update (#2) for 2.6.36
Linus, please pull sound updates for v2.6.36 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git for-linus Most of patches are trivial fixes. A few of them are just to add the missing device ids. One behavior change is the sticky stream setup for HD-audio, which is good especially for... 11 Aug 2010 03:51
[PATCH] x86: add a comment to __pa_symbol
Until all supported versions of gcc recognize -fno-strict-overflow, we should keep the RELOC_HIDE magic on __pa_symbol(). Comment it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> Suggested-by: Ingo Molnar <mingo(a)elte.hu> --- I hope I'm doing right. :-) arch/x86/include/asm/page.h | 7 +++++++ 1 ... 11 Aug 2010 02:47
[PATCH v5 3/3] cgroups: make procs file writable
Makes procs file writable to move all threads by tgid at once From: Ben Blum <bblum(a)andrew.cmu.edu> This patch adds functionality that enables users to move all threads in a threadgroup at once to a cgroup by writing the tgid to the 'cgroup.procs' file. This current implementation makes use of a per-threadgroup... 11 Aug 2010 02:47
[PATCH v5 1/3] cgroups: read-write lock CLONE_THREAD forking per threadgroup
Adds functionality to read/write lock CLONE_THREAD fork()ing per-threadgroup From: Ben Blum <bblum(a)andrew.cmu.edu> This patch adds an rwsem that lives in a threadgroup's signal_struct that's taken for reading in the fork path, under CONFIG_CGROUPS. If another part of the kernel later wants to use such a locking... 11 Aug 2010 02:47
[PATCH v5 0/3] cgroups: implement moving a threadgroup's threads atomically with cgroup.procs
On Fri, Jul 30, 2010 at 07:56:49PM -0400, Ben Blum wrote: This patch series is a revision of http://lkml.org/lkml/2010/6/25/11 . This patch series implements a write function for the 'cgroup.procs' per-cgroup file, which enables atomic movement of multithreaded applications between cgroups. Writing the ... 11 Aug 2010 02:47
[PATCH v5 2/3] cgroups: add can_attach callback for checking all threads in a group
Add cgroup wrapper for safely calling can_attach on all threads in a threadgroup From: Ben Blum <bblum(a)andrew.cmu.edu> This patch adds a function cgroup_can_attach_per_thread which handles iterating over each thread in a threadgroup safely with respect to the invariants that will be used in cgroup_attach_proc. ... 11 Aug 2010 02:47
[git pull] more vfs stuff
Misc stuff missed in the previous pile (including fixup for 9p breakage). The last part in sysvfs series replaced with akpm's version (with its whitespace fixes) with bogus include _not_ added. Freeze stuff still pending; unfortunately, I've found a hole in my variant ;-/ I know how to fix that, but I'd rather n... 11 Aug 2010 01:42
linux-next: Tree for August 11
Hi all, As the merge window is open, please do not add 2.6.37 material to your linux-next included trees until after 2.6.36-rc1. Changes since 20100810: Linus' tree needed a patch to fix a merge and a revert for a modpost patch. The samsung tree gained conflicts against Linus' and the arm tree. The cep... 11 Aug 2010 00:37
[PATCH] perf, tracing: add missing __percpu markups
ftrace_event_call->perf_events, perf_trace_buf, fgraph_data->cpu_data and some local variables are percpu pointers but were missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> --- include/linux/ftrace_event.h | 4 ++-- kernel/trace/trace_event_perf.c | 15 +++++++... 11 Aug 2010 00:37
First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74