Skip to content

Add loadable module support and Kconfig file.#1

Merged
tammela merged 1 commit into
masterfrom
feature/Kconfig
May 18, 2018
Merged

Add loadable module support and Kconfig file.#1
tammela merged 1 commit into
masterfrom
feature/Kconfig

Conversation

@tcz717
Copy link
Copy Markdown

@tcz717 tcz717 commented May 11, 2018

No description provided.

@tcz717 tcz717 requested review from lneto and tammela May 11, 2018 22:27
@tcz717 tcz717 added the enhancement New feature or request label May 11, 2018
@tcz717 tcz717 requested a review from cmessias May 12, 2018 04:45
@tammela tammela merged commit 1dc175b into master May 18, 2018
@tcz717 tcz717 deleted the feature/Kconfig branch June 7, 2018 21:58
lneto added a commit that referenced this pull request Mar 16, 2026
Replace luaL_argcheck(L, cond, 1, msg) used for internal object state
checks with a new lunatik_assert(L, cond, msg) macro that calls
luaL_error directly, avoiding the misleading "bad argument #1" prefix.

Applied to: skb not-set, FRAGLIST GSO, linearization failure, forward
preconditions in luaskb; read-only check in luadata; module-load and
softirq-context guards in luathread.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
lneto added a commit that referenced this pull request Mar 16, 2026
Replace luaL_argcheck(L, cond, 1, msg) used for internal object state
checks with a new lunatik_assert(L, cond, msg) macro that calls
luaL_error directly, avoiding the misleading "bad argument #1" prefix.

Applied to: skb not-set, FRAGLIST GSO, linearization failure, forward
preconditions in luaskb; read-only check in luadata; module-load and
softirq-context guards in luathread.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
lneto added a commit that referenced this pull request Mar 17, 2026
Replace luaL_argcheck(L, cond, 1, msg) used for internal object state
checks with a new lunatik_assert(L, cond, msg) macro that calls
luaL_error directly, avoiding the misleading "bad argument #1" prefix.

Applied to: skb not-set, FRAGLIST GSO, linearization failure, forward
preconditions in luaskb; read-only check in luadata; module-load and
softirq-context guards in luathread.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Development

Successfully merging this pull request may close these issues.

3 participants