From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from www.linutronix.de ([62.245.132.108]:33928 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750735AbbKMV1x (ORCPT ); Fri, 13 Nov 2015 16:27:53 -0500 Date: Fri, 13 Nov 2015 16:27:07 -0500 (EST) From: Thomas Gleixner To: Keith Busch cc: LKML , x86@kernel.org, linux-pci@vger.kernel.org, Jiang Liu , Dan Williams , Bjorn Helgaas , Bryan Veal , Ingo Molnar , "H. Peter Anvin" , Martin Mares , Jon Derrick Subject: Re: [PATCHv5 5/6] x86/pci: Initial commit for new VMD device driver In-Reply-To: <1447435057-5212-6-git-send-email-keith.busch@intel.com> Message-ID: References: <1447435057-5212-1-git-send-email-keith.busch@intel.com> <1447435057-5212-6-git-send-email-keith.busch@intel.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-pci-owner@vger.kernel.org List-ID: On Fri, 13 Nov 2015, Keith Busch wrote: > +/** > + * struct vmd_irq_list - list of driver requested irq's mapping to a vmd vector > + * &irq_list: list of child irq's the VMD one demuxes to. Is "&" a new KernelDoc mechanism? > +/* > + * XXX: potential corruption if NMI occurs when irq handler is walking this > + * list and irq deletion occurs concurrently. I'm going to fix that before the driver hits the tree. Thanks, tglx