First  |  Prev |  Next  |  Last
Pages: 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260
when does a program become processed ? static void unknown_nmi_error
Hi.good evening. what in case is program executed ? Does program jump here with vector procedure ? regards. http://code.ossmpedia.org/linux/source/arch/i386/kernel/traps.c?a=x86_64#646 646 static void unknown_nmi_error(unsigned char reason, struct pt_regs * regs) 647 { 648 #ifdef CONFIG_MCA 649 ... 2 Aug 2010 08:08
2.6.35-stable/ppc64/p7: Badness at lib/dma-debug.c:902, Call Trace & Instruction Dump during boot
CC'ed to dma-debug maintainer. On Mon, 02 Aug 2010 16:21:09 +0530 Subrata Modak <subrata(a)linux.vnet.ibm.com> wrote: Hi, On boot, Badness at lib/dma-debug.c:902, Call Trace & Instruction Dump are recorded at /var/log/messages: ================================================================ ... 4 Aug 2010 11:24
cris: gpio: do not call copy_to_user()/copy_from_user() while holding spinlocks
On Thu, Jul 29, 2010 at 03:32:18PM +0200, Kulikov Vasiliy wrote: copy_to_user()/copy_from_user() must not be used with spinlocks held. Move all cases of interaction with userspace out of global switch and lock spinlocks only where they are needed. Thanks, but I'm thinking we should move the spinlock inside ... 2 Aug 2010 08:08
[PATCH 7/7] vfs: show unreachable paths in getcwd and proc
From: Miklos Szeredi <mszeredi(a)suse.cz> Prepend "(unreachable)" to path strings if the path is not reachable from the current root. Two places updated are - the return string from getcwd() - and symlinks under /proc/$PID. Other uses of d_path() are left unchanged (we know that some old software crashes i... 2 Aug 2010 08:08
[PATCH 3/7] ia64: perfmon: add d_dname method
From: Miklos Szeredi <mszeredi(a)suse.cz> Switch ia64/perfmon to using the d_dname() instead of relying on __d_path() to prepend the name of the root dentry to the path. CC: Tony Luck <tony.luck(a)intel.com> CC: Fenghua Yu <fenghua.yu(a)intel.com> Signed-off-by: Miklos Szeredi <mszeredi(a)suse.cz> --- arch/ia64/ker... 2 Aug 2010 08:08
[PATCH 4/7] vfs: __d_path: dont prepend the name of the root dentry
From: Miklos Szeredi <mszeredi(a)suse.cz> In the old times pseudo-filesystems set the name of theroot dentry to some prefix like "pipe:" and the name of the child dentry to "[123]" and relied on a hack in __d_path() to replace the preceding slash with the root's name to get "pipe:[123]". Then the d_dname() dentr... 2 Aug 2010 08:08
[PATCH 0/7] dcache fixes and cleanups
Al, Could you please add these patches to your vfs queue? Thanks, Miklos -- 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.... 2 Aug 2010 08:08
[PATCH 1/7] cachefiles: use path_get instead of lone dget
From: Miklos Szeredi <mszeredi(a)suse.cz> Dentry references should not be acquired without a corresponding vfsmount ref. CC: David Howells <dhowells(a)redhat.com> Signed-off-by: Miklos Szeredi <mszeredi(a)suse.cz> --- fs/cachefiles/daemon.c | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 d... 2 Aug 2010 08:08
[PATCH 2/7] vfs: add helpers to get root and pwd
From: Miklos Szeredi <mszeredi(a)suse.cz> Add three helpers that retrieve a refcounted copy of the root and cwd from the supplied fs_struct. get_fs_root() get_fs_pwd() get_fs_root_and_pwd() Signed-off-by: Miklos Szeredi <mszeredi(a)suse.cz> --- fs/cachefiles/daemon.c | 14 ++------------ fs/dcache.c... 2 Aug 2010 08:08
[PATCH 6/7] vfs: only add " (deleted)" where necessary
From: Miklos Szeredi <mszeredi(a)suse.cz> __d_path() has 4 callers: d_path() sys_getcwd() seq_path_root() tomoyo_realpath_from_path2() Of these the only one which needs the " (deleted)" ending is d_path(). sys_getcwd() checks for existence before calling __d_path(). seq_path_root() is used to sh... 2 Aug 2010 08:08
First  |  Prev |  Next  |  Last
Pages: 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260