tracing: Add __used annotation to event variable
On Tue, May 25, 2010 at 09:31:30AM -0400, Steven Rostedt wrote: Ingo, This fixes the warning/error on PowerPC. Please pull the latest tip/perf/core tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/perf/core Steven Rost... 25 May 2010 10:12
perf_events: fix event scheduling issues introduced by transactional API (take 2)
On Tue, May 25, 2010 at 3:35 PM, Peter Zijlstra <peterz(a)infradead.org> wrote: On Tue, 2010-05-25 at 15:20 +0200, Stephane Eranian wrote: With this patch, you can now overcommit the PMU even with pinned system-wide events present and still get valid counts. Does this patch differ from the one you sen... 26 May 2010 03:44
[PATCH][GIT PULL] tracing: Add __used annotation to event variable
Ingo, This fixes the warning/error on PowerPC. Please pull the latest tip/perf/core tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/perf/core Steven Rostedt (1): tracing: Add __used annotation to event variable ---- include/trace/... 25 May 2010 10:12
[PATCH] perf_events: fix event scheduling issues introduced by transactional API (take 2)
The transactional API patch between the generic and model-specific code introduced several important bugs with event scheduling, at least on X86. If you had pinned events, e.g., watchdog, and were over-committing the PMU, you would get bogus counts. The bug was showing up on Intel CPU because events would move aro... 25 May 2010 10:12
[PATCH v3] Make sure timers have migrated before killing migration_thread
On Tue, May 25, 2010 at 01:31:35PM +0200, Peter Zijlstra wrote: On Mon, 2010-05-24 at 15:29 +0530, Amit K. Arora wrote: Thus, since above race can never happen, is there any other issue with this patch ? It doesn't seem to apply nicely... Here is the new patch. Problem : In a stress tes... 25 May 2010 10:12
TTY/n_gsm: potential double lock
On Tue, 25 May 2010 11:37:17 +0200 Dan Carpenter <error27(a)gmail.com> wrote: In gsm_dlci_data_kick() we call gsm_dlci_data_sweep() with the "gsm->tx_lock" held so we can't lock it again inside gsm_dlci_data_sweep(). I removed that lock from and added one to gsmld_write_wakeup() instead. The sweep funct... 25 May 2010 10:12
proc_dointvec, write a single value
On 05/25/10 14:49, J. R. Okajima wrote: The commit 00b7c3395aec3df43de5bd02a3c5a099ca51169f "sysctl: refactor integer handling proc code" modified the behaviour of writing to /proc. Before the commit, write("1\n") to /proc/sys/kernel/printk succeeded. But now it returns EINVAL. This commit supports... 30 May 2010 12:10
staging: remove all code dependent on LINUX_VERSION_CODE
On Tue, 25 May 2010, Jassi Brar wrote: diff --git a/drivers/staging/cxt1e1/hwprobe.c b/drivers/staging/cxt1e1/hwprobe.c index 4c86102..c52ff7c 100644 --- a/drivers/staging/cxt1e1/hwprobe.c +++ b/drivers/staging/cxt1e1/hwprobe.c @@ -305,15 +305,9 @@ c4hw_attach_all (void) error_flag =... 26 May 2010 12:28
[PATCH 0/2] input: mt: Add EVIOC mechanism for MT slots
These patches are in response to the discussion about input state retrieval. The current EVIOCGABS method does not work with MT slots. These patches provides a mechanism where a slot is first selected via a call to EVIOCSABS, after which the corresponding MT events can be extracted with calls to EVIOCGABS. T... 25 May 2010 08:01
[PATCH 1/2] input: mt: Add method to extract the MT slot state
This patch adds the function input_mt_get_abs_value(), which may be used to extract the current state of the MT slots. Signed-off-by: Henrik Rydberg <rydberg(a)euromail.se> --- drivers/input/input.c | 31 +++++++++++++++++++++++++++++++ include/linux/input.h | 2 ++ 2 files changed, 33 insertions(+), 0 dele... 25 May 2010 08:01