[PATCH] exofs: Fix "add bdi backing to mount session" fall out
The patch: add bdi backing to mount session (b3d0ab7e60d1865bb6f6a79a77aaba22f2543236) Has a bug in the placement of the bdi member at struct exofs_sb_info. The layout member must be kept last. Signed-off-by: Boaz Harrosh <bharrosh(a)panasas.com> --- fs/exofs/exofs.h | 2 +- 1 files changed, 1 insertio... 30 Apr 2010 13:57
[PATCH 2/3] serial: 8250_pnp - add Fujitsu Wacom device
From: Ping Cheng <pingc(a)wacom.com> Add Fujitsu Wacom 1FGT Tablet PC device Signed-off-by: Ping Cheng <pingc(a)wacom.com> Cc: stable <stable(a)kernel.org> Signed-off-by: Andrew Morton <akpm(a)linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/serial/8250_pnp.c | 2 ++ 1 files ... 30 Apr 2010 13:57
[GIT PULL] kgdb fix for 2.6.34-rc5
Linus, please pull the for_linus branch for 2.6.34-rc5. git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git for_linus This is a hole introduced into the powerpc booke code long before the kgdb core was merged to the mainline dating all the way back to 2.4. This is the fix for CVE-2010-144... 30 Apr 2010 13:57
microblaze: export assembly functions used by modules
Steven J. Magnani wrote: Modules that use copy_{to,from}_user(), memcpy(), and memset() fail to build in certain circumstances. Signed-off-by: Steven J. Magnani <steve(a)digidescorp.com> --- diff -uprN a/arch/microblaze/kernel/microblaze_ksyms.c b/arch/microblaze/kernel/microblaze_ksyms.c --- a/arch... 30 Apr 2010 13:57
linux-next: build failure after merge of the staging-next tree
Hi Greg, On Fri, 30 Apr 2010 07:45:07 -0700 Greg KH <greg(a)kroah.com> wrote: Thanks, I'll be sending in the patch that adds the api call to Linus today so that the individual trees can make these changes. That will be great, thanks. -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au... 30 Apr 2010 13:57
UBS International Holdings BV
UBS International Holdings BV Herengracht 600 NL-1017 CJ Amsterdam, Netherlands. www.ubs.com/investmentbank Greetings, I am an investment consultant working with UBS International Holdings BV in the Netherlands. I'll be happy to work this transaction out with you if you are reliable and a honest person. I ... 30 Apr 2010 13:57
padata: fixes/cleanups
On Thu, 29 Apr 2010 14:36:36 +0200 Steffen Klassert <steffen.klassert(a)secunet.com> wrote: This pachset is based on Andrew's padata review. It applies agains the cryptodev-2.6 tree. Btw. how to route future padata patches upstream, still via cryptodev-2.6? That's OK by me. I'll often grab stuff (especia... 30 Apr 2010 12:50
[PATCH 5/5] v4l: Remove struct v4l2_file_operations::ioctl
No more drivers use the bkl'ed callback, now drop it for good. Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> --- drivers/media/video/v4l2-dev.c | 38 ++++---------------------------------- include/media/v4l2-dev.h | 1 - 2 files changed, 4 insertions(+), 35 deletions(-) diff --git a/driv... 29 Apr 2010 00:14
[PATCH 2/5] v4l: Use video_ioctl2_unlocked from drivers that don't want the bkl
There are three drivers that use video_ioctl2() as an unlocked_ioctl, let them use the new video_ioctl2_unlocked. Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> --- drivers/media/video/davinci/vpfe_capture.c | 2 +- drivers/media/video/gspca/gspca.c | 2 +- drivers/media/video/hdpvr/hdp... 29 Apr 2010 00:13
[PATCH 1/5] v4l: Pushdown bkl into video_ioctl2
video_ioctl2 is a generic ioctl helper used by a lot of drivers. Most of them put it as their bkl'ed .ioctl callback, then let's pushdown the bkl inside but also provide an unlocked version for those that use it as an unlocked ioctl. Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> --- drivers/media/vid... 29 Apr 2010 00:13