Lines Matching +full:zfs +full:- +full:tests
1 # SPDX-License-Identifier: CDDL-1.0
22 ------------
24 This README describes the Lua interpreter source code that lives in the ZFS
25 source tree to enable execution of ZFS channel programs, including its
29 For a description of the Lua language and features exposed by ZFS channel
30 programs, please refer to the zfs-program(1m) man page instead.
34 ------------------
38 nice-to-have, but not required for channel programs to be well-supported. As
39 such, the Lua runtime in ZFS should be updated on an as-needed basis for
44 --------------------
46 The version of the Lua runtime we're using in ZFS has been modified in a variety
51 useful inside ZFS / the kernel. We have changed the runtime to use int64_t
60 4. Running poorly-vetted code inside the kernel is always a risk; even if the
71 Each of these modifications have been tested in the zfs-test suite. If / when
72 new modifications are made, new tests should be added to the suite located in
73 zfs-tests/tests/functional/channel_program/lua_core.
77 -------------------------------
79 From the above, it should be clear that this is not a general-purpose Lua
81 of Lua from ZFS and make it usable by other areas of the kernel.