On 05/25/2016 08:00 PM, Brian Silverman wrote: >> Why can't the application drop the RT priority before its exit? Wouldn't >> that be appropriate? > > If it crashes or gets killed, it doesn't have a chance to drop priority. That is correct. The task with the highest priority is usually one of the most important ones. Usually if that task crashes or gets killed by the OOM killer while in production you have usually bigger problems than this. I'm neither pro nor against this patch. This patch can go actually upstream if accepted since it is not RT specific. If you have a good use case please submit please post it upstream and CC me. Once accepted I would pull it in -RT as well. > Yes, they are function traces without that patch applied. Every single > line in the file has a preempt count of at least 1. What I tried to figure out whether dropping RT prio alone solves the problem or if have additionally long preempt-disable regions. Based on your feedback you don't have long preempt-disable regions. > Brian Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html