lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 12 Dec 2023 22:54:11 -0800
From:   Dwayne RIght <rightd942@...il.com>
To:     LKML <linux-kernel@...r.kernel.org>
Subject: new to kernel programming, heres a tip on global structs

global, both dynamic and static data structures in the linux kernel
can be used for simple messaging

you can use global data structures in linked list and binary tree format

also with a global struct system, which is intended for messaging, can
be used for modules such as code in the kernel, like a loop reading
the global struct hitting a global struct member flag defined in an
enumerator in a function in a module and stopping the loop in the
kernel or elsewhere, or moving to another function

or it can be used to send string messages between functions

im new to kernel programming, when i get time i'll do stuff like read
the docs and try to put sqlite3 in the kernel and try to write gui
programs for kernel development, like a gui makefile program, but
hackers do use linux

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ