Hi John, This is the 2nd batch of NFC fixes for 3.9. This time we have: - A crash fix for when a DGRAM LLCP socket is listening while the NFC adapter is physically removed. - A potential double skb free when the LLCP socket receive queue is full. - A fix for properly handling multiple and consecutive LLCP connections, and not trash the socket ack log. - A build failure for the MEI microread physical layer, now that the MEI bus APIs have been merged into char-misc-next. The following changes since commit 36ef0b473fbf43d5db23eea4616cc1d18cec245f: rtlwifi: usb: add missing freeing of skbuff (2013-03-18 15:20:38 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-fixes.git tags/nfc-fixes-3.9-2 for you to fetch changes up to 9593b0b1179c526436f14849a9587fd2aae12040: NFC: microread: Fix build failure due to a new MEI bus API (2013-04-01 00:52:42 +0200) ---------------------------------------------------------------- Samuel Ortiz (3): NFC: llcp: Detach socket from process context only when releasing the socket NFC: llcp: Keep the connected socket parent pointer alive NFC: microread: Fix build failure due to a new MEI bus API Thierry Escande (1): NFC: llcp: Remove possible double call to kfree_skb drivers/nfc/microread/mei.c | 38 +++++++++++++++++--------------------- net/nfc/llcp/llcp.c | 8 -------- net/nfc/llcp/sock.c | 6 +++--- 3 files changed, 20 insertions(+), 32 deletions(-) -- Intel Open Source Technology Centre http://oss.intel.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html