[Bug 285681] [Hyper-V] i386 panic during storvsc_xferbuf_prepare()
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Mar 2025 10:27:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285681 --- Comment #27 from Wei Hu <weh@microsoft.com> --- (In reply to Mark Johnston from comment #26) (In reply to Wei Hu from comment #25) Sorry I had a typo in my Comment #25... "though I was able to reproduce the assertion failure on arm64" should be "though I was NOT able to reproduce the assertion failure on arm64". If I just remove "#if !defined(__aarch64__)" in storvsc_xferbuf_prepare() without fully applying your patch, it doesn't hit the assertion on the latest current. I guess maybe the following commit has helped to avoid bounce buffer? https://cgit.freebsd.org/src/commit/?id=e7a9817b8d328dda04069b65944ce2ed6f54c6f0 Anyway, the patch looks good and it doesn't cause any regression on amd64 or arm64 according to my test. -- You are receiving this mail because: You are the assignee for the bug.