diff --git a/changelogs/unreleased/gh-8516-luajit-fixes.md b/changelogs/unreleased/gh-8516-luajit-fixes.md
index 8b3c9cfaa8d0dddef5217a3663a39764e68825bc..c686fd6a2d16dcdc84d34aefefdfd9e00bc23e5a 100644
--- a/changelogs/unreleased/gh-8516-luajit-fixes.md
+++ b/changelogs/unreleased/gh-8516-luajit-fixes.md
@@ -4,3 +4,10 @@ Backported patches from the vanilla LuaJIT trunk (gh-8516). The following issues
 were fixed as part of this activity:
 
 * Fixed `IR_LREF` assembling for the GC64 mode on x86_64.
+* Fixed canonicalization of +-0.0 keys for `IR_NEWREF`.
+* Fixed result truncation for `bit.rol` on x86_64 platforms.
+* Fixed saved bytecode encapsulated in ELF objects.
+* Fixed `lua_yield()` invocation inside C hooks.
+* Fixed memory chunk allocation beyond the memory limit.
+* Fixed TNEW load forwarding with instable types.
+* Fixed use-def analysis for `BC_VARG`, `BC_FUNCV`.
diff --git a/third_party/luajit b/third_party/luajit
index 74a33b3fac916e6404f2ff494f0e05481cf6b833..27fbe381ce2ffa02f04fbbd8b8f644c31f462f25 160000
--- a/third_party/luajit
+++ b/third_party/luajit
@@ -1 +1 @@
-Subproject commit 74a33b3fac916e6404f2ff494f0e05481cf6b833
+Subproject commit 27fbe381ce2ffa02f04fbbd8b8f644c31f462f25