[PATCH 3/3] Cygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux 6.10 flags resync

2024-07-18 Thread Brian Inglis
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: - change dts

[PATCH 0/3] Cygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux 6.10 changes

2024-07-18 Thread Brian Inglis
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, inst

[PATCH 2/3] Cygwin: fhandler/proc.cc(format_proc_cpuinfo): add newlines

2024-07-18 Thread Brian Inglis
Linux cpuinfo follows output for each processor with a blank line, so we output newlines to get a blank line: - newline after power management feature flags if printed; - newline to give blank line after each processor output. Reported-by: Achim Gratz https://cygwin.com/pipermail/cygwin/2024-July

[PATCH 1/3] Cygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux 6.10 flags added

2024-07-18 Thread Brian Inglis
0x800a EDX 18 x2avic virtual x2apic 0x8022 EAX 2 amd_lbr_pmc_freeze AMD last br rec and perf mon ctrs freeze Signed-off-by: Brian Inglis --- winsup/cygwin/fhandler/proc.cc | 8 1 file changed, 8 insertions(+) diff --git a/winsup/cygwin/fhandler/proc.cc b/winsup/cyg