Re: question about boot_params global variables

2022-11-14 Thread jim . cromie
On Tue, Aug 16, 2022 at 4:10 AM shiyu chou wrote: > > Hello all: > In arch x86 directory I found two global variables with the same name(master > branch): > 1.arch/x86/boot/main.c > near line 18: struct boot_params boot_params __attribute__((aligned(16))); > 2.arch/x86/kernel/setup.c > near line

Re: question about boot_params global variables

2022-11-14 Thread Saad Masood
Hi Jim, In C, two global variables with the same name are converted to one global variable (same memory address space). So, the same variable is referenced with or without the 'extern' keyword. Thanks, Saad On Mon, Nov 14, 2022 at 11:23 AM wrote: > On Tue, Aug 16, 2022 at 4:10 AM shiyu

"4.7.0 Too Many recipients." issue in git send-email

2022-11-14 Thread Dongliang Mu
Hi all, I encountered a wired issue in git send-email, $ git send-email 0001-drivers-pcmcia-typo-fix.patch 0001-drivers-pcmcia-typo-fix.patch (mbox) Adding cc: Dongliang Mu from line 'From: Dongliang Mu ' (body) Adding cc: Dongliang Mu from line 'Signed-off-by: Dongliang Mu ' (to-cmd) Adding to