From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH 0 of 5] xentrace updates Date: Tue, 22 Mar 2011 20:21:28 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: George Dunlap List-Id: xen-devel@lists.xenproject.org The previous change for dynamic tracebuffer allocation had a bug where the default buffer size would lead to an allocation failure. Sorry for that, I tested only large buffer sizes. The following patches update the printk in trace.c as well. Olaf