Created attachment 858876 [details] util-linux-2.24-dmesg-follow-linebuf.patch Description of problem: when writing to e.g. a pipe, output from dmesg -w can come many minutes late due to buffering. Version-Release number of selected component (if applicable): 2.24-2 How reproducible: 100% Steps to Reproduce: 1. dmesg -w|cat 2. 3. Actual results: "follow" feature does not behave like "tail -f" as expected. dmesg write()s in about 4096 byte blocks. Expected results: line-buffered output Additional info:
Fixed by upstream commit 3938c08cd56a7c83ea387073c1404d0e864c9fa3, Fedora package will be updated ASAP. Thanks!
Fixed in v2.25 (f21)