[PATCH] Move cpu_down and other functions inside SMP ifdef

2023-01-04 Thread Flavio Cruz
cpu_down is shown as not required when disabling SMP so moving it inside NCPUS > 1 to eliminate the warning. Note that the diff ended up looking a bit different due the way functions are laid out. --- kern/machine.c | 119 --- kern/processor.h | 2 -

Re: [PATCH] Fix ddb warnings introduced with -Wstrict-prototypes

2023-01-04 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mer. 04 janv. 2023 00:30:28 -0500, a ecrit: > Changed some ddb command functions to have the expected signature but > not all of them due to the being difficult to inter-dependency between > header files (for those just used cast). > --- > ddb/db_break.c | 14

Re: Possible internship

2023-01-04 Thread Joshua Branson
Samuel Thibault writes: > Hello, > > George, le jeu. 22 déc. 2022 22:43:23 +, a ecrit: >> I'm a bachelor student interested in embedded systems. My final theses is >> connected with micro kernel based operating system, and I would really love >> to >> discover and contribute to this project

Re: [PATCH 0/3] htl: move __pthtread_total, ___pthread_self, pthread_self

2023-01-04 Thread gfleury
3 janvier 2023 à 23:50 "Samuel Thibault" a écrit: hello, > > Hello, > > Apart from the symbols visibility, that looks good to me, thanks! > > We're however in glibc slushy ABI freeze period, I guess we should > refrain from including this patch for 2.37? > No problem, i send a second version