First  |  Prev |  Next  |  Last
Pages: 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
ext4 update for 2.6.36
On Thu, Aug 5, 2010 at 9:23 PM, Theodore Ts'o <tytso(a)mit.edu> wrote: Which is hopefully what you want.  If you want exactly what is shown below, you can also pull the "next" branch, which omits the merge, and then you can deal with the merge conflict by hand.  The results should be the same either way. ... 9 Aug 2010 17:54
[CPUFREQ] add missing __percpu markup in pcc-cpufreq.c
On 08/07/2010 07:37 PM, Namhyung Kim wrote: pcc_cpu_info is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> Acked-by: Tejun Heo <tj(a)kernel.org> -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo... 7 Aug 2010 15:50
kgdb: add missing __percpu markup in arch/x86/kernel/kgdb.c
On 08/07/2010 08:00 PM, Namhyung Kim wrote: breakinfo->pev is a pointer to percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> Acked-by: Tejun Heo <tj(a)kernel.org> -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kerne... 7 Aug 2010 15:50
intel_idle: add missing __percpu markup
On 08/07/2010 08:10 PM, Namhyung Kim wrote: intel_idle_cpuidle_devices is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> Acked-by: Tejun Heo <tj(a)kernel.org> -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kern... 7 Aug 2010 15:50
padata: add missing __percpu markup in include/linux/padata.h
On 08/07/2010 06:47 PM, Namhyung Kim wrote: parallel_data->queue is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> Acked-by: Tejun Heo <tj(a)kernel.org> -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in... 7 Aug 2010 15:50
[PATCH] tcp: no md5sig option size check bug
From: Dmitry Popov <dp(a)highloadlab.com> tcp_parse_md5sig_option doesn't check md5sig option (TCPOPT_MD5SIG) length, but tcp_v[46]_inbound_md5_hash assume that it's at least 16 bytes long. Signed-off-by: Dmitry Popov <dp(a)highloadlab.com> --- net/ipv4/tcp_input.c | 2 +- 1 files changed, 1 insertions(+), 1... 7 Aug 2010 15:50
UIO DMA to userspace question
Hello all, can I use the UIO framework for the following? The userspace portion of the driver allocates memory in user-space using malloc() - usually resulting in a scatter pages in physical memory. The UIO kernel portion of the driver maps those using pci_map_sg(). Is this possible, or does the UIO framewo... 11 Aug 2010 21:21
[PATCH] intel_idle: add missing __percpu markup
intel_idle_cpuidle_devices is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> --- drivers/idle/intel_idle.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index 54f0fb4.... 7 Aug 2010 14:44
[PATCH] kgdb: add missing __percpu markup in arch/x86/kernel/kgdb.c
breakinfo->pev is a pointer to percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> --- arch/x86/kernel/kgdb.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/kgdb.c b/arch/x86/kernel/kgdb.c index 01ab17a..f3be870 1... 7 Aug 2010 14:44
[PATCH] [CPUFREQ] add missing __percpu markup in pcc-cpufreq.c
pcc_cpu_info is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> --- arch/x86/kernel/cpu/cpufreq/pcc-cpufreq.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/cpu/cpufreq/pcc-cpufreq.c b/arch/x86/kernel/cpu/cpu... 7 Aug 2010 14:44
First  |  Prev |  Next  |  Last
Pages: 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122