Re: [PATCH] Align PCI memory regions to page size (4K) - Fix

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Greg KH
Date: Sunday, October 28, 2007 - 12:31 pm

On Sun, Oct 28, 2007 at 01:27:27PM -0400, Barak Fargoun wrote:

Please don't declare externs in a .c file, put it in a header file.


Please follow the proper coding style rules as documented in
Documentation/CodingStyle.  Also running the script scrips/checkpatch.pl
would have pointed this out.


All command line paramaters need to be documented in the Documentation
directory.


Trailing spaces are not allowed :(


Now for the main reason.  I really don't understand why this is needed.
Is it only for virtual machines?  Are there drivers in the kernel tree
today that need this functionality?  What breaks if you do not align
these resources?

thanks,

greg k-h
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Align PCI memory regions to page size (4K) - Fix, Barak Fargoun, (Sun Oct 28, 10:27 am)
Re: [PATCH] Align PCI memory regions to page size (4K) - Fix, Greg KH, (Sun Oct 28, 12:31 pm)
Re: [PATCH] Align PCI memory regions to page size (4K) - Fix, Arjan van de Ven, (Sun Oct 28, 12:48 pm)
Re: [PATCH] Align PCI memory regions to page size (4K) - Fix, Grant Grundler, (Sun Oct 28, 10:52 pm)
Re: [PATCH] Align PCI memory regions to page size (4K) - Fix, Benjamin Herrenschmidt, (Tue Nov 13, 2:17 pm)
Re: [PATCH] Align PCI memory regions to page size (4K) - Fix, Grant Grundler, (Tue Nov 13, 11:21 pm)
Re: [PATCH] Align PCI memory regions to page size (4K) - Fix, Benjamin Herrenschmidt, (Wed Nov 14, 1:16 am)
Re: [PATCH] Align PCI memory regions to page size (4K) - Fix, Benjamin Herrenschmidt, (Wed Nov 14, 3:16 pm)