[GIT PULL] 9p file system bug fixes
Linus, Please pull the following bug fixes for the 9p file system: The following changes since commit daf9fe2ee9a203c4fc555cfe5c5f3d9f660e743c: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../sameo/mfd-2.6 are available in the git repository at: git://git.kernel.org/pu... 13 Mar 2010 10:50
[PATCH 6/9] Staging: comedi: adv_pci_dio: fixed multiple brace coding style issue
Fixed multiple coding style issue. Signed-off-by: Jason Wong <tsanghan(a)gmail.com> --- drivers/staging/comedi/drivers/adv_pci_dio.c | 34 +++++++++++++------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/drivers/staging/comedi/drivers/adv_pci_dio.c b/drivers/staging/comedi/drivers/ad... 13 Mar 2010 10:50
[PATCH 9/9] Staging: comedi: cb_pcidas64: fixed a coding style missed in the previosu patch
Fixed a coding style issue. Signed-off-by: Jason Wong <tsanghan(a)gmail.com> --- drivers/staging/comedi/drivers/cb_pcidas64.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/comedi/drivers/cb_pcidas64.c b/drivers/staging/comedi/drivers/cb_pcidas64.c index 1d43d0d..f17cb... 13 Mar 2010 10:50
[PATCH 5/9] Staging: comedi: adv_pci1710: fixed multiple brace coding style issue
Fixed multiple coding style issue. Signed-off-by: Jason Wong <tsanghan(a)gmail.com> --- drivers/staging/comedi/drivers/adv_pci1710.c | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/staging/comedi/drivers/adv_pci1710.c b/drivers/staging/comedi/drivers/adv_pc... 13 Mar 2010 10:50
[PATCH] fix PHY polling system blocking
This patch fix the PHY poller, which can block the whole system. PHY access are normaly not very fast, since there are serial attached. For PHY chips without interrupts, the status of the ethernet will be polled every 2 sec. The poll function will read some register of the MII PHY. The time between the sending th... 13 Mar 2010 08:38
x86,perf: Unmask LVTPC only if we have APIC supported
* Cyrill Gorcunov <gorcunov(a)openvz.org> wrote: Ingo reported | | There's a build failure on -tip with the P4 driver, on UP 32-bit, if | PERF_EVENTS is enabled but UP_APIC is disabled: | | arch/x86/built-in.o: In function `p4_pmu_handle_irq': | perf_event.c:(.text+0xa756): undefined reference to... 13 Mar 2010 10:50
2.6.34-rc1 on zaurus: does it boot for you?
Hi! I tried compiling 2.6.34-rc1, and it does not boot :-(. It does not seem to even reset the framebuffer (I'm using kexec -- so it stays stuck on on previous screen). Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/b... 13 Mar 2010 07:31
[tip:perf/urgent] perf probe: Fix probe_point buffer overrun
Commit-ID: 594087a04eea544356f9c52e83c1a9bc380ce80f Gitweb: http://git.kernel.org/tip/594087a04eea544356f9c52e83c1a9bc380ce80f Author: Masami Hiramatsu <mhiramat(a)redhat.com> AuthorDate: Fri, 12 Mar 2010 18:22:17 -0500 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Sat, 13 Mar 2010 08:32:22 +0100 p... 13 Mar 2010 07:31
Code paths setting gso_size
This is a new thread dedicated to a specific topic, spawned by an earlier discussion. I've CC'd only those that participated recently. I've written: # In this particular instance, I suggest that you take a look at all the # places that gso_size is set, and cross index with all the code paths that # place these ... 13 Mar 2010 07:31
[patch] tomoyo: fix potential use after free
The original code returns a freed pointer. This function is expected to return NULL on errors. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/security/tomoyo/common.c b/security/tomoyo/common.c index ff51f10..ef89947 100644 --- a/security/tomoyo/common.c +++ b/security/tomoyo/common.c @@ -88... 13 Mar 2010 07:31