On Jul 18 10:27, Brian Inglis wrote: > Linux 6.10 "Baby Opossum Posse" added cpuinfo feature flags for output. > > Linux cpuinfo follows output for each processor with a blank line, > so we output newlines to get a blank line. > > Linux 6.10 changed the content of cpufeatures.h to require explicit > quoted flag names for output in comments, instead of requiring a null > quoted string "" at the start of comments to suppress flag name output. > As a result, some flags (not all for output) were renamed and others moved. > > Brian Inglis (3): > Cygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux 6.10 flags added > Cygwin: fhandler/proc.cc(format_proc_cpuinfo): add newlines > Cygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux 6.10 flags resync > > winsup/cygwin/fhandler/proc.cc | 50 ++++++++++++++++++++-------------- > 1 file changed, 30 insertions(+), 20 deletions(-) > > -- > 2.45.1
Pushed. Thanks, Corinna