[PATCH 1/2] MAINTAINERS: update files for SAMSUNG ARM ARCHITECTURES
Signed-off-by: Kukjin Kim <kgene.kim(a)samsung.com> --- MAINTAINERS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index a73dd80..1d41149 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -899,7 +899,7 @@ M: Ben Dooks <ben-linux(a)fluff.org> L: linux-arm-kernel@l... 4 Jun 2010 07:01
[patch] Staging: sep: return -EFAULT on copy_to_user errors
copy_to_user() returns the number of bytes remaining but we want to return a negative error code here. These functions are used in the ioctl handler and the error code gets returned to userspace. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/staging/sep/sep_driver.c b/drivers/staging/se... 4 Jun 2010 07:01
[patch] vt_ioctl: return -EFAULT on copy_from_user errors
copy_from_user() returns the number of bytes remaining but we want to return a negative error code here. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/char/vt_ioctl.c b/drivers/char/vt_ioctl.c index 6aa1028..cb19dbc 100644 --- a/drivers/char/vt_ioctl.c +++ b/drivers/char/vt_ioctl.c @@... 4 Jun 2010 07:01
[PATCH] lib: fix a memory leak risk
The netlink_kernel_create failed will arouse memory leak, this patch is to add the 'kfree(ue_sk)' here. Signed-off-by: Wan ZongShun <mcuos.com(a)gmail.com> --- lib/kobject_uevent.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c index 59c15... 4 Jun 2010 07:01
[PATCH]Device tree update for the 460ex DWC SATA<resubmission>
Device tree update for the Applied micro processor 460ex on-chip SATA Signed-off-by: Rupjyoti Sarmah <rsarmah(a)amcc.com> --- arch/powerpc/boot/dts/canyonlands.dts | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/dts/canyonlands.dts b/arch/powerpc/boot/dts/canyonl... 4 Jun 2010 07:00
[GIT PULL] cleanups and fixes for oprofile
Ingo, please pull oprofile cleanups and fixes for v2.6.35 from: git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent The branch is for tip/perf/urgent. Thanks. -Robert -- The following changes since commit c6df8d5ab87a246942d138321e1721edbb69f6e1: perf: Fix crash in swevents ... 4 Jun 2010 07:00
kdump: extract log buffer and registers from vmcore on NMI button pressing
On Thu, Jun 03, 2010 at 05:13:47PM +0200, Andi Kleen wrote: NMI would be only needed if the crash kernel is completely hosed too. That's the case. You're saying it booted but is hosed after boot? That seems like a very obscure case. Is that really common? Actually, I met two of this... 4 Jun 2010 05:56
kdump: extract log buffer and registers from vmcore on NMI button pressing
At Thu, 3 Jun 2010 17:13:47 +0200, Andi Kleen wrote: NMI would be only needed if the crash kernel is completely hosed too. That's the case. You're saying it booted but is hosed after boot? That seems like a very obscure case. Is that really common? As usual: for engineers, w... 4 Jun 2010 05:56
[2.6.35-rc1] page alloc failure order:1, mode:0x4020
Hi list, Testing 2.6.35-rc1 on my powerpc based routerboard I saw the following page allocation error happening during an apt-get update with a semi loaded wlan interface [309611.189267] __alloc_pages_slowpath: 52 callbacks suppressed [309611.194959] gzip: page allocation failure. order:1, mode:0x4020 [309611... 4 Jun 2010 05:55
.gitignore arch/x86/boot/compressed/vmlinux
On 18.5.2010 03:23, Michel Lespinasse wrote: Signed-off-by: Michel Lespinasse <walken(a)google.com> --- arch/x86/boot/compressed/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/boot/compressed/.gitignore b/arch/x86/boot/compressed/.gitignore index 4a46fab... 4 Jun 2010 05:55