[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Minios-devel] [UNIKRAFT/LIBLUA PATCH 3/3] Export symbols


  • To: Felipe Huici <felipe.huici@xxxxxxxxx>, "minios-devel@xxxxxxxxxxxxx" <minios-devel@xxxxxxxxxxxxx>
  • From: "Justin He (Arm Technology China)" <Justin.He@xxxxxxx>
  • Date: Mon, 16 Sep 2019 03:34:18 +0000
  • Accept-language: en-US, zh-CN
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=a7ENYXylbCgcTY36oVGW++EKLpy2zroDDHvMbocXjiQ=; b=TFTen4c//MFCFGp7Fwe30Z/JcIjQErnsMxtJFqOPjj1ElKnKkT4rbXY8g31CVL62Uxv56Q8gsGR9EDeJZ2yUeOXNBwijVpOBxavzNePJHWMqzqzXcmOI+zsKJUAyAqnlsmAg5AyRYSEpHxLk95X3Xyr9TtAK49V8iEWNqg/AaF/nSgcsDAMEUXtrwhH3uteJEfmmRkI4sF0BmxmU0P1pwdfJFYxBoavhTKlJzeF+DP5CuBpsQ5a83K5Q0rPOab0Gc3MPSVQaSuK6jDGQ2vIX/hFDeGldj5gYE3dqVqX/yovIPpheN4QlbrsfA3ohVzXv0dLevICQmPfVjuhtvELrQg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=EIxKgWOWRQanrBaebEdRFqc+uM6KJzQptanhbgIsHk/A08Jt2X/hL8Lztb8o5lTsSR2/KFtSt6lltbo6CqOLEG/37EhXtBJxMcZ5/dtCGM4YrqZcLjsILYc3Agf/kaLR+WAd8/ritF3UaM+GDi14WPG8S2mYYbf48BZJvk6JZF3joy6nE/ee5ojy/0I9jeh4eLVl27TlpjBg/iDOwrAfAb7CwFYnhGbWE29d8ZGtK7pfuKRtZihdEByBLe99JhoJzVYgIVktLG2ewmY59/08HY/5vykw42ryh0gAQviKY/1gGmiQlpNnbMHjNnGprgUcXXSqsH56LzavPacWV/Eszg==
  • Authentication-results: spf=temperror (sender IP is 63.35.35.123) smtp.mailfrom=arm.com; lists.xen.org; dkim=pass (signature was verified) header.d=armh.onmicrosoft.com;lists.xen.org; dmarc=none action=none header.from=arm.com;
  • Authentication-results-original: spf=none (sender IP is ) smtp.mailfrom=Justin.He@xxxxxxx;
  • Cc: Simon Kuenzer <simon.kuenzer@xxxxxxxxx>
  • Delivery-date: Mon, 16 Sep 2019 03:34:36 +0000
  • List-id: Mini-os development list <minios-devel.lists.xenproject.org>
  • Original-authentication-results: spf=none (sender IP is ) smtp.mailfrom=Justin.He@xxxxxxx;
  • Thread-index: AQHVXbVx712HqB8DwEKMcT8jB+ziQactw89w
  • Thread-topic: [Minios-devel] [UNIKRAFT/LIBLUA PATCH 3/3] Export symbols

Hi Felipe
Looks good to me
Reviewed-by: Jia He <justin.he@xxxxxxx>

--
Cheers,
Justin (Jia He)




> -----Original Message-----
> From: Minios-devel <minios-devel-bounces@xxxxxxxxxxxxxxxxxxxx> On Behalf
> Of Felipe Huici
> Sent: 2019年8月28日 23:29
> To: minios-devel@xxxxxxxxxxxxx
> Cc: Felipe Huici <felipe.huici@xxxxxxxxx>; Simon Kuenzer
> <simon.kuenzer@xxxxxxxxx>
> Subject: [Minios-devel] [UNIKRAFT/LIBLUA PATCH 3/3] Export symbols
>
> For now we export all lua_* symbols, include lua_main for the main
> loop
>
> Signed-off-by: Felipe Huici <felipe.huici@xxxxxxxxx>
> Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx>
> ---
>  exportsyms.uk | 93
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> +
>  1 file changed, 93 insertions(+)
>  create mode 100644 exportsyms.uk
>
> diff --git a/exportsyms.uk b/exportsyms.uk
> new file mode 100644
> index 0000000..49d712e
> --- /dev/null
> +++ b/exportsyms.uk
> @@ -0,0 +1,93 @@
> +lua_absindex
> +lua_arith
> +lua_atpanic
> +lua_callk
> +lua_checkstack
> +lua_close
> +lua_compare
> +lua_concat
> +lua_copy
> +lua_createtable
> +lua_dump
> +lua_error
> +lua_gc
> +lua_getallocf
> +lua_getfield
> +lua_getglobal
> +lua_gethook
> +lua_gethookcount
> +lua_gethookmask
> +lua_geti
> +lua_getinfo
> +lua_getlocal
> +lua_getmetatable
> +lua_getstack
> +lua_gettable
> +lua_gettop
> +lua_getupvalue
> +lua_getuservalue
> +lua_ident
> +lua_iscfunction
> +lua_isinteger
> +lua_isnumber
> +lua_isstring
> +lua_isuserdata
> +lua_isyieldable
> +lua_len
> +lua_load
> +lua_main
> +lua_newstate
> +lua_newthread
> +lua_newuserdata
> +lua_next
> +lua_pcallk
> +lua_pushboolean
> +lua_pushcclosure
> +lua_pushfstring
> +lua_pushinteger
> +lua_pushlightuserdata
> +lua_pushlstring
> +lua_pushnil
> +lua_pushnumber
> +lua_pushstring
> +lua_pushthread
> +lua_pushvalue
> +lua_pushvfstring
> +lua_rawequal
> +lua_rawget
> +lua_rawgeti
> +lua_rawgetp
> +lua_rawlen
> +lua_rawset
> +lua_rawseti
> +lua_rawsetp
> +lua_resume
> +lua_rotate
> +lua_setallocf
> +lua_setfield
> +lua_setglobal
> +lua_sethook
> +lua_seti
> +lua_setlocal
> +lua_setmetatable
> +lua_settable
> +lua_settop
> +lua_setupvalue
> +lua_setuservalue
> +lua_status
> +lua_stringtonumber
> +lua_toboolean
> +lua_tocfunction
> +lua_tointegerx
> +lua_tolstring
> +lua_tonumberx
> +lua_topointer
> +lua_tothread
> +lua_touserdata
> +lua_type
> +lua_typename
> +lua_upvalueid
> +lua_upvaluejoin
> +lua_version
> +lua_xmove
> +lua_yieldk
> --
> 2.11.0
>
>
> _______________________________________________
> Minios-devel mailing list
> Minios-devel@xxxxxxxxxxxxxxxxxxxx
> https://lists.xenproject.org/mailman/listinfo/minios-devel
IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended recipient, 
please notify the sender immediately and do not disclose the contents to any 
other person, use it for any purpose, or store or copy the information in any 
medium. Thank you.
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.