On Wed, 16 Aug 2017 10:59:52 -0400 Doug Ledford <dledford@xxxxxxxxxx> wrote: > (because I know that's exactly what Linus will ask when he sees it). https://lwn.net/Articles/13183/ Never ever use BUG_ON(), unless you are ready to really defend it. And be prepared to be yelled at by Linus. Just use WARN_ON() and exit the routine nicely. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html