* Make the ksym table built-in with kernel image, thus remove the need
authorMinep <lunaixsky@qq.com>
Sat, 2 Mar 2024 15:56:19 +0000 (15:56 +0000)
committerMinep <lunaixsky@qq.com>
Sat, 2 Mar 2024 16:02:30 +0000 (16:02 +0000)
  of grub side-loaded module. This include a two-stage linking: first
  pass is used to generate relocated symbol address and populate the
  ksymtable; second pass is to link the ksymtable into the kernel.

* Fix an issue within terminal signal delivery, which always deliver
  SIGINT due to a typo

* Fix the issue where pwait is waken by SIGINT, the next pwait call
  will fail the invariant assertion check


No differences found