> +CPU number auto population in userdata > +-------------------------------------- > + > +Inside the netconsole configfs hierarchy, there is a file called > +`cpu_nr` under the `userdata` directory. This file is used to enable or disable > +the automatic CPU number population feature. This feature automatically > +populates the CPU number that is sending the message. Biking shedding a bit, but to me `cpu_nr` is the number of a CPU. However, you want this to be an enable/disable feature. Would `cpu_nr_enable`, or `cpu_nr_auto_populate` be clearer? Andrew