public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH] format_proc_cpuinfo: add v_spec_ctrl, bus_lock_detect
@ 2021-04-27 23:28 Brian Inglis
  2021-04-28 10:40 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Inglis @ 2021-04-27 23:28 UTC (permalink / raw)
  To: cygwin-patches

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]


Linux 5.12 Frozen Wasteland added features and changes:
add AMD 0x8000000a EDX:20 v_spec_ctrl virtual speculation control support
add Intel 0x00000007 ECX:24 bus_lock_detect bus lock detect debug exception
---
 winsup/cygwin/fhandler_proc.cc | 2 ++
 1 file changed, 2 insertions(+)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-format_proc_cpuinfo-add-v_spec_ctrl-bus_lo.patch --]
[-- Type: text/x-patch; name="0001-format_proc_cpuinfo-add-v_spec_ctrl-bus_lock_detect.patch", Size: 1230 bytes --]

diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.cc
index 501c157daae5..7cd0b3af02a2 100644
--- a/winsup/cygwin/fhandler_proc.cc
+++ b/winsup/cygwin/fhandler_proc.cc
@@ -1519,6 +1519,7 @@ format_proc_cpuinfo (void *, char *&destbuf)
 	  ftcprint (features1, 13, "avic");             /* virt int control */
 	  ftcprint (features1, 15, "v_vmsave_vmload");  /* virt vmsave vmload */
 	  ftcprint (features1, 16, "vgif");             /* virt glb int flag */
+	  ftcprint (features1, 20, "v_spec_ctrl");	/* virt spec ctrl support */
 /*	  ftcprint (features1, 28, "svme_addr_chk");  *//* secure vmexit addr check */
         }
 
@@ -1542,6 +1543,7 @@ format_proc_cpuinfo (void *, char *&destbuf)
 	  ftcprint (features1, 14, "avx512_vpopcntdq"); /* vec popcnt dw/qw */
 	  ftcprint (features1, 16, "la57");             /* 5 level paging */
 	  ftcprint (features1, 22, "rdpid");            /* rdpid instruction */
+	  ftcprint (features1, 24, "bus_lock_detect");	/* bus lock detect dbg excptn */
 	  ftcprint (features1, 25, "cldemote");         /* cldemote instr */
 	  ftcprint (features1, 27, "movdiri");          /* movdiri instr */
 	  ftcprint (features1, 28, "movdir64b");        /* movdir64b instr */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] format_proc_cpuinfo: add v_spec_ctrl, bus_lock_detect
  2021-04-27 23:28 [PATCH] format_proc_cpuinfo: add v_spec_ctrl, bus_lock_detect Brian Inglis
@ 2021-04-28 10:40 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2021-04-28 10:40 UTC (permalink / raw)
  To: cygwin-patches

On Apr 27 17:28, Brian Inglis wrote:
> 
> Linux 5.12 Frozen Wasteland added features and changes:
> add AMD 0x8000000a EDX:20 v_spec_ctrl virtual speculation control support
> add Intel 0x00000007 ECX:24 bus_lock_detect bus lock detect debug exception
> ---
>  winsup/cygwin/fhandler_proc.cc | 2 ++
>  1 file changed, 2 insertions(+)
> 

Pushed.


Thanks,
Corinna


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-28 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27 23:28 [PATCH] format_proc_cpuinfo: add v_spec_ctrl, bus_lock_detect Brian Inglis
2021-04-28 10:40 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).