From 64790b304c4e25a24bdc328dad88a897cf1f6bcc Mon Sep 17 00:00:00 2001 From: Nat Mote Date: Tue, 11 Aug 2026 10:44:21 -0700 Subject: [PATCH] Update README with latest 5.4 patches --- README.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 5d72bb0966b6..6a49ca8d0cfa 100644 --- a/README.adoc +++ b/README.adoc @@ -19,10 +19,13 @@ We are preparing to move to OCaml 5.4. The changes applied atop the upstream 5. |=== |Description and Commit |Upstream status -|fix: sigaltstack size for musl on certain Intel CPUs (8f9aa79) +|Fix miscompilation / liveness errors for string operations (4046c81) +|Upstreamed in ocaml#14010; in 5.4.1, not 5.4.0 + +|fix: sigaltstack size for musl on certain Intel CPUs (897e96a) |Upstreamed in ocaml#14933 -|fix: print errno on sigaltstack errors (5e80489) +|fix: print errno on sigaltstack errors (8dc3801) |Upstreamed in ocaml#14928 |fix: update macos-lldb-amd64 reference for macos-15 lldb (614ff63)