Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754657AbcDFXN2 (ORCPT ); Wed, 6 Apr 2016 19:13:28 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:51659 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752352AbcDFXN0 (ORCPT ); Wed, 6 Apr 2016 19:13:26 -0400 To: , , , , CC: , , , , , , , , From: "Franklin S Cooper Jr." Subject: Boot failure when using NFS on OMAP based evms Message-ID: <570597EA.3040902@ti.com> Date: Wed, 6 Apr 2016 18:12:42 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 779 Lines: 27 Hi All, 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". I had to revert the following three commits to get things working again: e6afc8ace6dd5cef5e812f26c72579da8806f5ac udp: remove headers from UDP packets before queueing 627d2d6b550094d88f9e518e15967e7bf906ebbf udp: enable MSG_PEEK at non-zero offset b9bb53f3836f4eb2bdeb3447be11042bd29c2408 sock: convert sk_peek_offset functions to WRITE_ONCE I'm using omap2plus_defconfig for my config. Below bootlogs are from my AM335x GP evm: Working http://pastebin.ubuntu.com/15661989/ (Linux-next 3 patches reverted) Failing http://pastebin.ubuntu.com/15661318/ (Linux-next)