From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031223Ab2CUOfD (ORCPT ); Wed, 21 Mar 2012 10:35:03 -0400 Received: from s15943758.onlinehome-server.info ([217.160.130.188]:42145 "EHLO mail.x86-64.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932245Ab2CUOfA (ORCPT ); Wed, 21 Mar 2012 10:35:00 -0400 From: Borislav Petkov To: Frederic Weisbecker , Ingo Molnar , Peter Zijlstra , Steven Rostedt Cc: LKML , Borislav Petkov Subject: [RFC PATCH 0/2] perf: Add persistent event facilities Date: Wed, 21 Mar 2012 15:34:54 +0100 Message-Id: <1332340496-21658-1-git-send-email-bp@amd64.org> X-Mailer: git-send-email 1.7.9.3.362.g71319 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov Hi guys, this is yet another version of the persistent events patch incorporating all comments from last time. Highlights in this version are the switch to the other ring buffer, making the facility generic for usage by other subsystems not only RAS (patch 2/2 shows an exemplary usage) and a couple of minor simplifications. Any comments and suggestions are welcome, thanks.