All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: netdev@vger.kernel.org
Subject: shutdown(3) and bluetooth.
Date: Tue, 12 Nov 2013 16:11:25 -0500	[thread overview]
Message-ID: <20131112211125.GA2912@redhat.com> (raw)

Is shutdown() allowed to block indefinitely ? The man page doesn't say either way,
and I've noticed that my fuzz tester occasionally hangs for days spinning in bt_sock_wait_state()

Is there something I should be doing to guarantee that this operation
will either time out, or return instantly ?

In this specific case, I doubt anything is on the "sender" end of the socket, so
it's going to be waiting forever for a state change that won't arrive.

	Dave

             reply	other threads:[~2013-11-12 21:11 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-12 21:11 Dave Jones [this message]
2013-11-12 21:13 ` shutdown(3) and bluetooth David Miller
2013-11-12 21:13   ` David Miller
2013-11-13 14:02   ` John W. Linville
2013-11-12 21:56 ` Marcel Holtmann
2013-11-12 21:56   ` Marcel Holtmann
2013-11-12 22:10   ` Dave Jones
2013-11-12 22:10     ` Dave Jones
2013-11-12 22:32     ` Marcel Holtmann
2013-11-12 22:32       ` Marcel Holtmann
2013-11-12 22:48       ` Dave Jones
2013-11-12 22:48         ` Dave Jones
2013-11-12 23:37         ` Marcel Holtmann
2013-11-12 23:37           ` Marcel Holtmann
2013-11-13  0:28           ` Dave Jones
2013-11-13  0:28             ` Dave Jones
2013-11-13  1:58             ` Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131112211125.GA2912@redhat.com \
    --to=davej@redhat.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.