From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932775AbbDMVB6 (ORCPT ); Mon, 13 Apr 2015 17:01:58 -0400 Received: from www.linutronix.de ([62.245.132.108]:33697 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932465AbbDMVBz (ORCPT ); Mon, 13 Apr 2015 17:01:55 -0400 Message-Id: <20150413210009.682000343@linutronix.de> User-Agent: quilt/0.63-1 Date: Mon, 13 Apr 2015 21:02:17 -0000 From: Thomas Gleixner To: LKML Cc: Peter Zijlstra , Ingo Molnar Subject: [patch 0/5] hrtimer: Cleanup usage trainwrecks treewide X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org While doing a tree wide audit of hrtimer users I found several bugs which can result in data corruption. Fix the bugs and update the documentation in the hope that people actually read it. Thanks, tglx