Skip to content

luajit: bump new version#11693

Merged
Buristan merged 1 commit intotarantool:masterfrom
Buristan:skaplun/luajit-bump-master
Jul 22, 2025
Merged

luajit: bump new version#11693
Buristan merged 1 commit intotarantool:masterfrom
Buristan:skaplun/luajit-bump-master

Conversation

@Buristan
Copy link
Collaborator

  • ci: drop CentOS 7 Tarantool integration workflow
  • gdb: fix flake-7.2.0 F824 warning
  • ci: use Tarantool revision in integration workflow
  • ARM64: Fix IR_SLOAD assembly.
  • ARM64: Fix code generation for IR_SLOAD with typecheck + conversion.
  • sysprof: allow calling sysprof.report before stop
  • build: provide LUAJIT_USE_PERFTOOLS option
  • Fix JIT slot overflow during up-recursion.
  • Rework stack overflow handling.
  • ci: add track-fds Valgrind scenario
  • Fix potential file descriptor leak in luaL_loadfile*().
  • Fix another potential file descriptor leak in luaL_loadfile*().
  • Handle partial snapshot restore due to stack overflow.
  • Different fix for partial snapshot restore due to stack overflow.
  • Avoid out-of-range PC for stack overflow error from snapshot restore.
  • ARM64: Fix LDP code generation.
  • ARM64: Fix assembly of HREFK.
  • ARM64: Fix LDP/STP fusing for unaligned accesses.
  • sysprof: fix sampling outside the VM
  • Fix error generation in load*.
  • test: conditionally disable flaky lj-1196

Closes #11185
Closes #11429
Closes #11300
Closes #11229
Closes #11278
Closes tarantool/security#143
Closes tarantool/security#144
Closes tarantool/security#145

NO_DOC=LuaJIT submodule bump
NO_TEST=LuaJIT submodule bump

@Buristan Buristan requested a review from ligurio July 22, 2025 08:10
@Buristan Buristan requested a review from a team as a code owner July 22, 2025 08:10
@coveralls
Copy link

coveralls commented Jul 22, 2025

Coverage Status

coverage: 87.591% (-0.01%) from 87.601%
when pulling 928822b on Buristan:skaplun/luajit-bump-master
into d0242af
on tarantool:master
.

* ci: drop CentOS 7 Tarantool integration workflow
* gdb: fix flake-7.2.0 F824 warning
* ci: use Tarantool revision in integration workflow
* ARM64: Fix IR_SLOAD assembly.
* ARM64: Fix code generation for IR_SLOAD with typecheck + conversion.
* sysprof: allow calling sysprof.report before stop
* build: provide LUAJIT_USE_PERFTOOLS option
* Fix JIT slot overflow during up-recursion.
* Rework stack overflow handling.
* ci: add track-fds Valgrind scenario
* Fix potential file descriptor leak in luaL_loadfile*().
* Fix another potential file descriptor leak in luaL_loadfile*().
* Handle partial snapshot restore due to stack overflow.
* Different fix for partial snapshot restore due to stack overflow.
* Avoid out-of-range PC for stack overflow error from snapshot restore.
* ARM64: Fix LDP code generation.
* ARM64: Fix assembly of HREFK.
* ARM64: Fix LDP/STP fusing for unaligned accesses.
* sysprof: fix sampling outside the VM
* Fix error generation in load*.
* test: conditionally disable flaky lj-1196

Closes tarantool#11185
Closes tarantool#11429
Closes tarantool#11300
Closes tarantool#11229
Closes tarantool#11278
Closes tarantool/security#143
Closes tarantool/security#144
Closes tarantool/security#145

NO_DOC=LuaJIT submodule bump
NO_TEST=LuaJIT submodule bump
@Buristan Buristan force-pushed the skaplun/luajit-bump-master branch from b4c6de3 to 928822b Compare July 22, 2025 09:21
@ligurio ligurio assigned Buristan and unassigned ligurio Jul 22, 2025
@Buristan Buristan added the full-ci Enables all tests for a pull request label Jul 22, 2025
@Buristan Buristan merged commit 8c7cfb1 into tarantool:master Jul 22, 2025
70 of 79 checks passed
@Buristan Buristan deleted the skaplun/luajit-bump-master branch July 22, 2025 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment