linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT] [3.9] NFC fixes
@ 2013-03-31 23:26 Samuel Ortiz
  2013-04-01 19:15 ` John W. Linville
  0 siblings, 1 reply; 3+ messages in thread
From: Samuel Ortiz @ 2013-03-31 23:26 UTC (permalink / raw)
  To: John W. Linville; +Cc: Linux NFC, Linux Wireless

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/

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [GIT] [3.9] NFC fixes
@ 2013-03-10 23:57 Samuel Ortiz
  0 siblings, 0 replies; 3+ messages in thread
From: Samuel Ortiz @ 2013-03-10 23:57 UTC (permalink / raw)
  To: John W. Linville; +Cc: Linux NFC, Linux Wireless

Hi John,

This is the first NFC pull request for 3.9 fixes

With this one we have:

- A fix for properly decreasing socket ack log.
- A timer and works cleanup upon NFC device removal.
- A monitoroing socket cleanup round from llcp_socket_release.
- A proper error report to pending sockets upon NFC device removal.

Thanks in advance for pulling them in.

The following changes since commit 930df2dfc7073c9ed2d0b47a08e47027ae83c545:

  Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless (2013-03-06 15:33:15 -0500)

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-1

for you to fetch changes up to 3bbc0ceb7ac2bf694d31362eea2c71a680e5deeb:

  NFC: llcp: Report error to pending sockets when a device is removed (2013-03-08 17:35:22 +0100)

----------------------------------------------------------------
Samuel Ortiz (4):
      NFC: llcp: Decrease socket ack log when accepting a connection
      NFC: llcp: Clean local timers and works when removing a device
      NFC: llcp: Clean raw sockets from nfc_llcp_socket_release
      NFC: llcp: Report error to pending sockets when a device is removed

 net/nfc/llcp/llcp.c |   62 +++++++++++++++++++++++++++++++++++++++++++--------
 net/nfc/llcp/sock.c |    2 ++
 2 files changed, 55 insertions(+), 9 deletions(-)

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-01 19:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-31 23:26 [GIT] [3.9] NFC fixes Samuel Ortiz
2013-04-01 19:15 ` John W. Linville
  -- strict thread matches above, loose matches on Subject: below --
2013-03-10 23:57 Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).