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
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
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
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};
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
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
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