On Sat, Jan 20, 2018 at 05:24:32AM +0000, Al Viro wrote: > On Sat, Jan 20, 2018 at 02:02:37AM +0000, Al Viro wrote: > > > Note that those sizes are rather sensitive to lockdep, spinlock debugging, etc. > > That they certainly are: on one of the testing .config I'm using it gave this: > 1104 sizeof struct page = 56 Yes, I get this already with defconfig. It's a problem with sparse which ignore the alignment attribute (in fact all 'trailing' attributes in type declarations). I'm looking to fix it. -- Luc Van Oostenryck -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>