Re: [PATCH 3/3] Revert "hardening: Disable GCC randstruct for COMPILE_TEST"

2025-05-29 Thread Kees Cook
On Thu, May 29, 2025 at 09:06:46PM -0300, Thiago Jung Bauermann wrote: > This commit was reported by our CI as breaking the allmodconfig build for > the arm and arm64 architectures when using GCC 15. This is due to > https://github.com/KSPP/linux/issues/367 : > > 00:05:08 arch/arm64/kernel/kexec_i

Re: [PATCH 3/3] Revert "hardening: Disable GCC randstruct for COMPILE_TEST"

2025-05-29 Thread Thiago Jung Bauermann
Hello, This commit was reported by our CI as breaking the allmodconfig build for the arm and arm64 architectures when using GCC 15. This is due to https://github.com/KSPP/linux/issues/367 : -00:05:08 *** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce i

Re: [PATCH v9 3/5] rust: add bitmap API.

2025-05-29 Thread Pekka Ristola
On Thursday, May 29th, 2025 at 23.07, Boqun Feng wrote: > On Thu, May 29, 2025 at 07:42:09PM +, Pekka Ristola wrote: > [...] > > > > + } > > > + > > > + /// Copy `src` into this [`Bitmap`] and set any remaining bits to zero. > > > + /// > > > + /// # Examples > > > + /// > > > + /// `+ /// u

Re: [PATCH v9 3/5] rust: add bitmap API.

2025-05-29 Thread Boqun Feng
On Thu, May 29, 2025 at 07:42:09PM +, Pekka Ristola wrote: [...] > > +} > > + > > +/// Copy `src` into this [`Bitmap`] and set any remaining bits to zero. > > +/// > > +/// # Examples > > +/// > > +/// ``` > > +/// use kernel::alloc::{AllocError, flags::GFP_KERNEL};

Re: [PATCH v9 3/5] rust: add bitmap API.

2025-05-29 Thread Pekka Ristola
On Mon, 26 May 2025 15:01:32 +, Burak Emir wrote: > Provides an abstraction for C bitmap API and bitops operations. > > This commit enables a Rust implementation of an Android Binder > data structure from commit 15d9da3f818c ("binder: use bitmap for faster > descriptor lookup"), which can be f

Re: [PATCH] arm64: tegra: Enable ramoops on Tegra210 and newer

2025-05-29 Thread Krzysztof Kozlowski
On 28/05/2025 19:35, Aaron Kling wrote: Friendly reminder to the Tegra maintainers about this question. >>> In lieu of a response from the Tegra subsystem maintainers, I can only >>> hazard an assumption, Krzysztof. I presume the pstore carveout is >>> bootloader controlled because v

Re: [PATCH] ubsan: integer-overflow: depend on BROKEN to keep this out of CI

2025-05-29 Thread Greg KH
On Wed, May 28, 2025 at 04:00:03PM -0700, Kees Cook wrote: > On Wed, May 28, 2025 at 02:32:23PM -0700, Nathan Chancellor wrote: > > On Wed, May 28, 2025 at 11:26:22AM -0700, Kees Cook wrote: > > > Depending on !COMPILE_TEST isn't sufficient to keep this feature out of > > > CI because we can't stop