FS#72357 - [linux-zen] [regression] missing CONFIG_TASK_DELAY_ACCT

Attached to Project: Arch Linux
Opened by Constantine (Hi-Angel) - Wednesday, 06 October 2021, 13:34 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 10 October 2021, 18:34 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

When using `iotop` utility, in columns "SWAPIN" and "IO" is shows `?unavailable?`. At the bottom it says `CONFIG_TASK_DELAY_ACCT not enabled in kernel, cannot determine SWAPIN and IO %`.

This is a regression compared to previous major version linux-zen 5.13.x

Additional info:
* package version(s) 5.14.9-zen2-1-zen

Steps to reproduce:

1. Run `sudo iotop`.

## Expected

There's no columns with "unavailable" entries

## Actual

IO and SWAPIN columns has entry "unavailable".
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Sunday, 10 October 2021, 18:34 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#72256 
Comment by Jonathon (jonathon) - Wednesday, 06 October 2021, 16:40 GMT
I can confirm, even though the kernel config does imply the feature is available:

```
$ zgrep DELAY_ACCT /proc/config.gz
CONFIG_TASK_DELAY_ACCT=y
```

Loading...