On Thu, Jan 23, 2020 at 03:02:43PM +0100, Jan Kara wrote: > On Thu 23-01-20 14:30:14, Vasily Averin wrote: > > > > > > On 1/23/20 2:15 PM, Jan Kara wrote: > > > On Thu 23-01-20 12:05:10, Vasily Averin wrote: > > >> if seq_file .next fuction does not change position index, > > >> read after some lseek can generate unexpected output. > > >> > > >> Script below generates endless output > > >> $ q=;while read -r r;do echo "$((++q)) $r";done </proc/fs/jbd2/DEV/info > > > > > > I've just tried and this works for me just fine with openSUSE 15.1 > > > (4.12.14-based) kernel. Is it some recent regression? > > > > I think it depends on > > commit 1f4aace60b0e ("fs/seq_file.c: simplify seq_file iteration code and interface") > > In OpenVz7 we got complain after backport of this patch. > > I see. OK. So please add tag: > > Fixes: 1f4aace60b0e ("fs/seq_file.c: simplify seq_file iteration code and interface") > > likely also: > > CC: stable@xxxxxxxxxxxxxxx > > and you can also add: > > Reviewed-by: Jan Kara <jack@xxxxxxx> Thanks, applied with the suggested tags. - Ted