>>>> Currently linux-next is failing to boot via NFS on my AM335x GP evm, >>>> AM437x GP evm and Beagle X15. I bisected the problem down to the commit >>>> "udp: remove headers from UDP packets before queueing". >>> >>> Thanks for the report, and apologies for breaking your configuration. >>> I had missed that sunrpc can dequeue skbs from a udp receive >>> queue and makes assumptions about the layout of those packets. rxrpc >>> does the same. From what I can tell so far, those are the only two >>> protocols that do this. I have verified that the following fixes rxrpc for me >>> >> >> Thank you for your quick response. I verified with all of the above >> suggested changes that NFS works again on my 3 evms. > > Thanks a lot for testing, Franklin. I will send out the two patches. Patches sent to netdev. I'll do another scan to verify that there are no additional protocols that dequeue skbs from udp receive queues and expect udp headers present. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html