Bug 206283
Summary: | seq_file .next functions should increase position index | ||
---|---|---|---|
Product: | File System | Reporter: | Vasily Averin (vasily.averin) |
Component: | Other | Assignee: | fs_other |
Status: | NEW --- | ||
Severity: | normal | CC: | mattst88, neilb, vasily.averin |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.5-rc6 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Vasily Averin
2020-01-22 16:20:31 UTC
submitted to netdev@vger.kernel.org seq_tab_next() should increase position index l2t_seq_next should increase position index vcc_seq_next should increase position index neigh_stat_seq_next() should increase position index rt_cpu_seq_next should increase position index ipv6_route_seq_next should increase position index sent to netfilter-devel@vger.kernel.org ct_cpu_seq_next should increase position index synproxy_cpu_seq_next should increase position index recent_seq_next should increase position index xt_mttg_seq_next should increase position index sent to ocfs2-devel@oss.oracle.com lockres_seq_next should increase position index ocfs2_dlm_seq_next should increase position index nst_seq_next should increase position index sc_seq_next should increase position index sent to linux-integrity@vger.kernel.org tpm1_bios_measurements_next should increase position index tpm2_bios_measurements_next() should increase position index sent to linux-ext4@vger.kernel.org jbd2_seq_info_next should increase position index sent to qat-linux@intel.com adf_ring_next should increase position index linux-s390@vger.kernel.org cio_ignore_proc_seq_next should increase position index sent to linux-scsi@vger.kernel.org snic_trc_seq_next should increase position index sent to cluster-devel@redhat.com table_seq_next should increase position index sent to devel@lists.orangefs.org help_next should increase position index sent to bpf@vger.kernel.org map_seq_next should increase position index sent to linux-security-module@vger.kernel.org proc_keys_next should increase position index sent to selinux@vger.kernel.org sel_avc_get_stat_idx should increase position index sent to linux-mm@kvack.org swap_next should increase position index sent directly to lkml@ pstore_ftrace_seq_next should increase position index gcov_seq_next should increase position index t_next should increase position index fpid_next should increase position index eval_map_next should increase position index trigger_next should increase position index sysvipc_find_ipc should increase position index sent to lkml@ -- it helps to detect buggy .next function in missed cases and in out-of-tree modules [PATCH] seq_read: info message about buggy .next functions last known affected function: cgroup_procs_next sent to cgroups@ cgroup_pidlist_next should update position index cgroup_procs_next should increase position index I see
> buggy seq_file .next function c_next did not updated position index
on an Alpha running v5.7.0. How can I determine what function is at fault?
(In reply to Matt Turner from comment #19) > I see > > > buggy seq_file .next function c_next did not updated position index > > on an Alpha running v5.7.0. How can I determine what function is at fault? It's about arch/alpha/kernel/setup.c::c_next() Thanks. I've sent [PATCH] alpha: c_next should increase position index to linux-alpha@ |