First  |  Prev |  Next  |  Last
Pages: 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
[PATCHv3] fixed resource leak in scripts/mod/modpost.c
From: Alexey Fomenko <ext-alexey.fomenko(a)nokia.com> sec2annotation() returns malloc'ed buffer directly to printf as an argument. Patch lets free this buffer after printing. Preventing ops while freeing the buffer by changing return const str to return strdup empty line. Signed-off-by: Alexey Fomenko <ext-alex... 10 Aug 2010 08:00
cfq: oops in __call_for_each_cic
Saw this oops on my test machine this morning. I rebooted the machine last night and hadn't done anything on it other than log in this morning. The kernel here is based on Steve French's git tree, which is based on Linus' as of Sunday Aug 8th. Last non-cifs commit is: commit 45d7f32c7a43cbb9592886d38190e379e2eb22... 11 Aug 2010 12:33
[MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to 2.6.35
IEEE1588 driver of Topcliff PCH Topcliff PCH is the platform controller hub that is going to be used in Intel's upcoming general embedded platform. All IO peripherals in Topcliff PCH are actually devices sitting on AMBA bus. Topcliff PCH has IEEE1588 I/F. This driver enables IEEE1588 function on CAN or Ethernet... 10 Aug 2010 06:55
Battery fixes
On Tue, Aug 10, 2010 at 10:27:43AM +0100, Alan Cox wrote: Alan Cox (1): intel mid battery: Fix battery scaling Arjan van de Ven (1): Fix the argument order to intel_scu_ipc_command in the battery driver Applied, thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-... 10 Aug 2010 06:55
[PATCH 2/2] intel mid battery: Fix battery scaling
There are 3600 seconds per not 3600 hours per second. Correcting this along with the previous fix gives sensible numbers. Signed-off-by: Alan Cox <alan(a)linux.intel.com> --- drivers/power/intel_mid_battery.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/power/intel_mid_b... 10 Aug 2010 06:55
[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... 10 Aug 2010 05:51
[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... 10 Aug 2010 05:51
[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... 10 Aug 2010 05:51
[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. Signed-off-by: Miklos Szeredi <mszeredi(a)suse.cz> Acked-by: David Howells <dhowells(a)redhat.com> --- fs/cachefiles/daemon.c | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+)... 10 Aug 2010 05:51
arch/frv: Removing dead HEARTBEAT config option
Hi, On Tue, Aug 10, 2010 at 11:11:13AM +0200, ext Christian Dietrich wrote: diff --git a/arch/frv/kernel/time.c b/arch/frv/kernel/time.c index 0ddbbae..e86df6c 100644 --- a/arch/frv/kernel/time.c +++ b/arch/frv/kernel/time.c @@ -66,12 +66,6 @@ static irqreturn_t timer_interrupt(int irq, void *dummy) ... 10 Aug 2010 08:00
First  |  Prev |  Next  |  Last
Pages: 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90