Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Oct 2017 18:33:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-usb@FreeBSD.org
Subject:   [Bug 222624] [usb] [panic] thread's sleep queue 0 is not empty at usb_process.c:193
Message-ID:  <bug-222624-17-fgWZU18iPZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222624-17@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222624-17@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222624

--- Comment #7 from commit-hook@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Mon Oct  9 18:33:29 UTC 2017
New revision: 324445
URL: https://svnweb.freebsd.org/changeset/base/324445

Log:
  When showing the sleepqueues from the in-kernel debugger,
  properly dump all the sendqueues and not just the first one

  History:
  It appears that in the commit which introduced the code,
  r165272, the array indexes of "sq_blocked[0]" and "td_name[i]"
  were interchanged. In r180927 "td_name[i]" was corrected to
  "td_name[0]", but "sq_blocked[0]" was left unchanged.

  PR:           222624
  Discussed with:       kmacy @
  MFC after:    1 week
  Sponsored by: Mellanox Technologies

Changes:
  head/sys/kern/subr_sleepqueue.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222624-17-fgWZU18iPZ>