Search notes:

arch/x86/entry/common.c

do_syscall_64()

do_syscall_64() is called from entry_SYSCALL_64 (assembly code in arch/x86/entry/entry_64.S).
do_syscall_64() calls do_syscall_x64()
The signature of do_syscall_64 is
__visible noinstr
void do_syscall_64(
   struct pt_regs *regs,
   int             nr
)

do_syscall_x64()

do_syscall_x64(struct pt_regs, int nr) calls x64_sys_call:
unr = array_index_nospec(unr, NR_syscalls);
regs->ax = x64_sys_call(regs, unr);
do_syscall_x64() is called by do_syscall_64().

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/ke...', 1759398029, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/kernel/source/arch/x86/entry/common_c(55): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78