Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751150AbbKMV1z (ORCPT ); Fri, 13 Nov 2015 16:27:55 -0500 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> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Content-Length: 679 Lines: 21 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/