[PATCH #2] reiserfs: Fix permissions on .reiserfs_priv
Commit 677c9b2e393a0cd203bd54e9c18b012b2c73305a removed the magic from the lookup code to hide the .reiserfs_priv directory since it was getting loaded at mount-time instead. The intent was that the entry would be hidden from the user via a poisoned d_compare, but this was faulty. This introduced a securit... 8 Apr 2010 14:01
[GIT PULL] perf fix
Ingo, Please pull the perf/urgent branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git perf/urgent Thanks, Frederic --- Frederic Weisbecker (1): perf: Fix unsafe frame rewinding with hot regs fetching arch/x86/kernel/dumpstack.h | 8 ++++... 8 Apr 2010 14:01
[PATCH 08/16] viafb: Do not probe for LVDS/TMDS on OLPC XO-1.5
From: Chris Ball <cjb(a)laptop.org> The i2c transactions involved in detecting LVDS (9 seconds) and TMDS (16 seconds) add an extra 25 seconds to viafb load time on the XO-1.5. [jc: minor merge conflict fixed] Signed-off-by: Chris Ball <cjb(a)laptop.org> --- drivers/video/via/hw.c | 4 ++++ drivers/video/via... 8 Apr 2010 14:01
[PATCH 11/16] Minimal support for viafb suspend/resume
From: Deepak Saxena <dsaxena(a)laptop.org> This patch adds minimal support for suspend/resume of the VIA framebuffer device. It requires a version of OFW that restores the video mode. This patch is OLPC-specific as the proper upstream solution is to move the VIA video path to using the kernel modesetting infras... 8 Apr 2010 14:01
[PATCH 10/16] suppress verbose debug messages: change printk() to DEBUG_MSG()
From: Paul Fox <pgf(a)laptop.org> --- drivers/video/via/via_i2c.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/video/via/via_i2c.c b/drivers/video/via/via_i2c.c index 18bbbdd..86e6e8d 100644 --- a/drivers/video/via/via_i2c.c +++ b/drivers/video/via/via_i2c.c @@ -26,7 +... 8 Apr 2010 14:01
[PATCH 12/16] fix register save count, so it matches the restore count.
From: Paul Fox <pgf(a)laptop.org> Signed-off-by: Paul Fox <pgf(a)laptop.org> --- drivers/video/via/viafbdev.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/via/viafbdev.c b/drivers/video/via/viafbdev.c index 88298e1..5a5964f 100644 --- a/drivers/video/via/viafbdev.c +++... 8 Apr 2010 14:01
[PATCH 16/16] viafb: Only suspend/resume on VX855
The code is only known to work there, and is strongly suspected to not work on other chipsets. Signed-off-by: Jonathan Corbet <corbet(a)lwn.net> --- drivers/video/via/viafbdev.c | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/drivers/video/via/viafbdev.c b/drivers/video/via/... 8 Apr 2010 14:01
[PATCH 02/16] viafb: use proper pci config API
From: Harald Welte <laforge(a)gnumonks.org> This patch alters viafb to use the proper Linux in-kernel API to access PCI configuration space, rather than poking at I/O ports by itself. Signed-off-by: Harald Welte <HaraldWelte(a)viatech.com> --- drivers/video/via/hw.c | 64 +++++++++++++++++++++++++++++-----------... 8 Apr 2010 14:01
[PATCH 03/16] viafb: Unmap the frame buffer on initialization error
This was part of Harald's "make viafb a first-class citizen using pci_driver" patch, but somehow got dropped when that patch went into mainline. Signed-off-by: Jonathan Corbet <corbet(a)lwn.net> --- drivers/video/via/viafbdev.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers... 8 Apr 2010 14:01
[PATCH 05/16] viafb: Determine type of 2D engine and store it in chip_info
From: Harald Welte <laforge(a)gnumonks.org> This will help us for the upcoming support for 2D acceleration using the M1 engine. [jc: fixed merge conflicts] Signed-off-by: Harald Welte <HaraldWelte(a)viatech.com> --- drivers/video/via/chip.h | 8 ++++++++ drivers/video/via/hw.c | 15 +++++++++++++++ 2 fi... 8 Apr 2010 14:01