From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 63F21C4338F for ; Tue, 24 Aug 2021 03:19:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4C71D61185 for ; Tue, 24 Aug 2021 03:19:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234239AbhHXDTt (ORCPT ); Mon, 23 Aug 2021 23:19:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35898 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234158AbhHXDTr (ORCPT ); Mon, 23 Aug 2021 23:19:47 -0400 X-Greylist: delayed 127 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 23 Aug 2021 20:19:03 PDT Received: from scorn.kernelslacker.org (scorn.kernelslacker.org [IPv6:2600:3c03:e000:2fb::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC246C061575 for ; Mon, 23 Aug 2021 20:19:02 -0700 (PDT) Received: from [2601:196:4600:6634:ae9e:17ff:feb7:72ca] (helo=wopr.kernelslacker.org) by scorn.kernelslacker.org with esmtp (Exim 4.92) (envelope-from ) id 1mIMxn-0001N0-0G; Mon, 23 Aug 2021 23:18:59 -0400 Received: by wopr.kernelslacker.org (Postfix, from userid 1026) id BD53956006F; Mon, 23 Aug 2021 23:18:58 -0400 (EDT) Date: Mon, 23 Aug 2021 23:18:58 -0400 From: Dave Jones To: Linux Kernel , Peter Zijlstra , Johannes Weiner , Linus Torvalds Subject: Re: 5.14-rc breaks iotop swap io monitoring. Message-ID: <20210824031858.GA3263@codemonkey.org.uk> Mail-Followup-To: Dave Jones , Linux Kernel , Peter Zijlstra , Johannes Weiner , Linus Torvalds References: <20210824031648.GA2725@codemonkey.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210824031648.GA2725@codemonkey.org.uk> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 23, 2021 at 11:16:48PM -0400, Dave Jones wrote: > I just noticed that in 5.14-rc running iotop, it complains on startup > that "CONFIG_TASK_DELAY_ACCT not enabled in kernel, cannot determine > SWAPIN and IO %" and sure enough a bunch of columns show up as > 'unavailable'. > > My suspicion is this commit, which I've not confirmed yet as it doesn't > cleanly revert. I'll poke at it some more in the morning, but figured > I'd bring it up sans-evidence in the hope that I'll wake up to someone > having an Ah-ha moment. Forgot to mention, my config has both SCHEDSTATS, SCHED_INFO and TASK_DELAY_ACCT set to =y Dave