[PATCH] hwmon: f71882fg: acquire I/O regions while we're working with them
Acquire the I/O region for the Super I/O chip while we're working on it. Signed-off-by: Giel van Schijndel <me(a)mortis.eu> --- drivers/hwmon/f71882fg.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/hwmon/f71882fg.c b/drivers/hwmon/f71882fg.c index ca34e5c..fe7b671 1006... 24 Mar 2010 05:29
doc: watchdog simple example: don't fail on fsync()
On Mon, Mar 22, 2010 at 01:22:37PM +0100, Giel van Schijndel wrote: Don't terminate the watchdog daemon when fsync() fails because no watchdog driver actually implements the fsync() syscall. --- Documentation/watchdog/src/watchdog-simple.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) ... 29 Mar 2010 15:51
keyctl_session_to_parent: use thread_group_empty() to check singlethreadness
Oleg Nesterov <oleg(a)redhat.com> wrote: No functional changes. keyctl_session_to_parent() is the only user of signal->count which needs the correct value. Change it to use thread_group_empty() instead, this must be strictly equivalent under tasklist, and imho looks better. Signed-off-by: Oleg Ne... 24 Mar 2010 05:29
[PATCH 2/4] iwlwifi: don't include iwl-dev.h from iwl-devtrace.h
iwl-devtrace.h is used to declare and define trace points and including iwl-dev.h from the file, which in turn includes other generic headers can lead to problems like generating duplicate copies of generic trace points depending on the order of includes. Don't include iwl-dev.h from iwl-devtrace.h but include it ... 24 Mar 2010 05:29
[PATCH 1/4] x86: don't include slab.h from arch/x86/include/asm/pgtable_32.h
Including slab.h from x86 pgtable_32.h creates a troublesome dependency chain w/ ftrace enabled. The following chain leads to inclusion of pgtable_32.h from define_trace.h. trace/define_trace.h trace/ftrace.h linux/ftrace_event.h linux/ring_buffer.h linux/mm.h asm/pgtable.h asm/pgtable_32.h And wh... 24 Mar 2010 05:29
[PATCH 7/7] Staging: phison: fix space before tabular coding style issues
This patch fixes two space before tabular warning in phison.c, found by checkpatch.pl Signed-off-by: Soeren Moeller <soerenmoeller2001(a)gmail.com> --- drivers/staging/phison/phison.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/phison/phison.c b/drivers/staging/phi... 24 Mar 2010 05:29
[PATCHSET] remove implicit slab.h inclusion from from percpu.h
Hello, This is the proper patchset to break implicit slab.h inclusion from percpu.h. Please refer to the last RFC posting[L] for background. This patchset contains the following four patches. 0001-x86-don-t-include-slab.h-from-arch-x86-include-asm-p.patch 0002-iwlwifi-don-t-include-iwl-dev.h-from-iwl-devt... 24 Mar 2010 05:29
[RFC] hwmon: f71882fg: Add watchdog API for F71808E and F71889
Hi, Nack: As the watchdog has its own SIO logical device number, it should have a separate driver, not have support glued to the hwmon driver. Regards, Hans On 03/24/2010 12:12 AM, Giel van Schijndel wrote: Implement the watchdog API for the Fintek F71808E. Signed-off-by: Giel van Schijndel<me@... 25 Mar 2010 10:16
[PATCH 1/2] mm/vmalloc: Export purge_vmap_area_lazy()
Some powerpc code needs to ensure that all previous iounmap/vunmap has really been flushed out of the MMU hash table. Without that, various hotplug operations may fail when trying to return those pieces to the hypervisor due to existing active mappings. This exports purge_vmap_area_lazy() to allow the powerpc cod... 24 Mar 2010 04:24
linux-next: build failure after merge of the final tree (wireless tree related)
Stephen Rothwell wrote: Hi John, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: Thanks for reporting this. A patch has been sent to fix this issue: https://patchwork.kernel.org/patch/87829/ Sujith -- To unsubscribe from this list: send the line ... 24 Mar 2010 04:24