Skip to content

Some warning and errors occurred #2

Description

@uudiin
  CALL    scripts/checksyscalls.sh
<stdin>:247:2: warning: syscall restart_syscall not implemented [-W#warnings]
  247 | #warning syscall restart_syscall not implemented
      |  ^
<stdin>:250:2: warning: syscall exit not implemented [-W#warnings]
  250 | #warning syscall exit not implemented
      |  ^
<stdin>:256:2: warning: syscall read not implemented [-W#warnings]
  256 | #warning syscall read not implemented
      |  ^

... ...
  CC      lib/audit.o
In file included from lib/audit.c:13:
./include/asm-generic/audit_read.h:5:1: error: use of undeclared identifier '__NR_quotactl'
    5 | __NR_quotactl,
      | ^
./include/asm-generic/audit_read.h:6:1: error: use of undeclared identifier '__NR_listxattr'
    6 | __NR_listxattr,
      | ^
./include/asm-generic/audit_read.h:7:1: error: use of undeclared identifier '__NR_llistxattr'
    7 | __NR_llistxattr,
      | ^
./include/asm-generic/audit_read.h:8:1: error: use of undeclared identifier '__NR_flistxattr'
    8 | __NR_flistxattr,
      | ^

... ...

Looks like all syscall number definition are not found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions