=== chris14_ is now known as chris14 === alkisg1 is now known as alkisg === chris14_ is now known as chris14 [14:04] kees_: heya, we are building linux kernel with rust, and we obviously use gcc to build the kernel, but bindgen/clang for the rust bits, and things seem to explode on the -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clan stuff [14:04] we build the kernel with CONFIG_INIT_STACK_ALL_ZERO: [14:05] but i guess we need to filter or pass mor options to bindgen? [14:05] as in bindgen should use both -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang and -ftrivial-auto-var-init=zero in our cases? [14:05] currently using clang-14 [14:06] and i am confused by all of your Autumn 2022 patches w.r.t. this stuff [14:08] i guess our rust bits calls to bindgen should add '-enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang until we upgrade to clang-16? [14:11] i'm not sure if this is worth a patch to mainline