On Tue, Mar 15, 2011 at 03:03:34PM -0700, K. Y. Srinivasan wrote: > Now that vmbus_driver is a pci driver, > cleanup the irq allocation mess by using the standard > irq allocation mechanisms. > > Note that this patch generates an error when the checkpatch > script is run because of the IRQF_SAMPLE_RANDOM flag used in > request_irq() function. This interrupt may be the only > external event this VM will get and consequently if this > flag (IRQF_SAMPLE_RANDOM) is not specified, experimentally > we have shown that the entropy in the VM will very very low. > > > Signed-off-by: K. Y. Srinivasan <[email protected]> > Signed-off-by: Haiyang Zhang <[email protected]> > Signed-off-by: Mike Sterling <[email protected]> > Signed-off-by: Abhishek Kane <[email protected]> > Signed-off-by: Hank Janssen <[email protected]> > --- > drivers/staging/hv/vmbus_drv.c | 28 +++++++++++++--------------- > 1 files changed, 13 insertions(+), 15 deletions(-) > > diff --git a/drivers/staging/hv/vmbus_drv.c b/drivers/staging/hv/vmbus_drv.c > index 3d2789b..239b91c 100644 > --- a/drivers/staging/hv/vmbus_drv.c > +++ b/drivers/staging/hv/vmbus_drv.c > @@ -17,6 +17,8 @@ > * Authors: > * Haiyang Zhang <[email protected]> > * Hank Janssen <[email protected]> > + * > + * 3/9/2011: K. Y. Srinivasan - Significant restructuring and cleanup
Changelog comments never belong in the file itself. If you consider yourself an author of the file now, then put your name in it with the others. thanks, greg k-h _______________________________________________ Virtualization mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/virtualization
