From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932893AbbA3Ptp (ORCPT ); Fri, 30 Jan 2015 10:49:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60373 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932844AbbA3Ptm (ORCPT ); Fri, 30 Jan 2015 10:49:42 -0500 Date: Fri, 30 Jan 2015 16:47:42 +0100 From: Oleg Nesterov To: Linus Torvalds Cc: "Rafael J. Wysocki" , Ingo Molnar , Peter Hurley , Davidlohr Bueso , Peter Zijlstra , Bruno =?iso-8859-1?Q?Pr=E9mont?= , Linux Kernel Mailing List , Thomas Gleixner , Ilya Dryomov , Mike Galbraith Subject: Re: Linux 3.19-rc5 Message-ID: <20150130154742.GA10547@redhat.com> References: <1421878320.4903.17.camel@stgolabs.net> <54C02E08.4080405@hurleysoftware.com> <1861286.x5DC37NGWz@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/29, Linus Torvalds wrote: > > (a) it actually changes behavior for a debug vs non-debug kernel, > which is a really bad idea to begin with Perhaps sched_annotate_sleep() shouldn't depend on CONFIG_DEBUG_ATOMIC_SLEEP too... Oleg.