On Fri, Jan 24, 2025 at 05:15:10PM +0100, Andrew Lunn wrote:
+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?
Agree, I think `cpu_nr_enable` is way better than just `cpu_nr`. I will update.