From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kacur Subject: [PATCH 0/6] Potential rt patches for tip/rt/2.6.33 Date: Tue, 15 Jun 2010 00:21:21 +0200 Message-ID: <1276554087-3632-1-git-send-email-jkacur@redhat.com> Cc: lkml , rt-users , Clark Williams , Arnaldo Carvalho de Melo , Peter Zijlstra , Ingo Molnar To: Thomas Gleixner Return-path: Received: from mail-fx0-f46.google.com ([209.85.161.46]:55901 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752409Ab0FNWVd (ORCPT ); Mon, 14 Jun 2010 18:21:33 -0400 Sender: linux-rt-users-owner@vger.kernel.org List-ID: Thomas: This is a small collection of patches that I have in my -rt tree on-top of 2.6.33.5-rt23 Please consider them for the next version of tip/rt/2.6.33 They can be pulled from git://git.kernel.org/pub/scm/linux/kernel/git/jkacur/jk-2.6.git tip-rt-2.6.33-jk Amit Shah (1): hvc_console: Fix race between hvc_close and hvc_remove Anton Blanchard (1): hvc_console: Fix race between hvc_close and hvc_remove Arnaldo Carvalho de Melo (1): tracing: Update the comm field in the right variable in update_max_tr John Kacur (1): lockdep: Make MAX_STACK_TRACE_ENTRIES configurable. Stephane Eranian (1): perf: Fix errors path in perf_output_begin() Toshiyuki Okajima (1): KEYS: find_keyring_by_name() can gain access to a freed keyring drivers/char/hvc_console.c | 27 +++++++++++++++++---------- kernel/lockdep_internals.h | 2 +- kernel/perf_event.c | 2 +- kernel/trace/trace.c | 4 ++-- lib/Kconfig.debug | 10 ++++++++++ security/keys/keyring.c | 18 +++++++++--------- 6 files changed, 40 insertions(+), 23 deletions(-)