Re: [PATCH v6 02/15] module: Introduce ksys_finit_module()

2024-11-25 Thread Roberto Sassu
On Mon, 2024-11-25 at 15:40 -0800, Luis Chamberlain wrote: > On Wed, Nov 20, 2024 at 10:16:23AM +0100, Roberto Sassu wrote: > > Again, maybe I misunderstood, but I'm not introducing any functional > > change to the current behavior, the kernel side also provides a file > > descriptor and module arg

Re: [PATCH v6 00/15] integrity: Introduce the Integrity Digest Cache

2024-11-25 Thread Eric Snowberg
> On Nov 19, 2024, at 3:49 AM, Roberto Sassu > wrote: > > From: Roberto Sassu > > The Integrity Digest Cache can also help IMA for appraisal. IMA can simply > lookup the calculated digest of an accessed file in the list of digests > extracted from package headers, after verifying the header

Re: [PATCH v6 07/15] digest_cache: Allow registration of digest list parsers

2024-11-25 Thread Luis Chamberlain
On Tue, Nov 19, 2024 at 11:49:14AM +0100, Roberto Sassu wrote: > From: Roberto Sassu > Introduce load_parser() to load a kernel module containing a > parser for the requested digest list format (compressed kernel modules are > supported). Kernel modules are searched in the > /lib/modules//security

Re: [PATCH v6 02/15] module: Introduce ksys_finit_module()

2024-11-25 Thread Luis Chamberlain
On Wed, Nov 20, 2024 at 10:16:23AM +0100, Roberto Sassu wrote: > Again, maybe I misunderstood, but I'm not introducing any functional > change to the current behavior, the kernel side also provides a file > descriptor and module arguments as user space would do (e.g. by > executing insmod). The co

Re: [PATCH v10 0/5] Extended MODVERSIONS Support

2024-11-25 Thread Luis Chamberlain
On Sat, Nov 23, 2024 at 02:42:14AM +, Matthew Maurer wrote: > This patch series is intended for use alongside the Implement DWARF > modversions series [1] to enable RUST and MODVERSIONS at the same > time. > > Elsewhere, we've seen a desire for long symbol name support for LTO > symbol names [

Re: [PATCH v3 11/25] mm: Allow compound zone device pages

2024-11-25 Thread kernel test robot
Hi Alistair, kernel test robot noticed the following build errors: [auto build test ERROR on 81983758430957d9a5cbfe324fd70cf63e7e] url: https://github.com/intel-lab-lkp/linux/commits/Alistair-Popple/fuse-Fix-dax-truncate-punch_hole-fault-path/20241125-094004 base

Re: [PATCH v10 1/5] modules: Support extended MODVERSIONS info

2024-11-25 Thread Matthew Maurer
> > I already acked version 8, which AFAICS is identical to this version > (for this patch at least). > > Not sure if you dropped my ack on purpose, but here have another one :) > > Acked-by: Michael Ellerman (powerpc) > > cheers It was not removed intentionally, thanks for the re-ack :)

[PATCH] docs: media: document media multi-committers rules and process

2024-11-25 Thread Mauro Carvalho Chehab
As the media subsystem will experiment with a multi-committers model, update the Maintainer's entry profile to the new rules, and add a file documenting the process to become a committer and to maintain such rights. Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Hans Verkuil --- Documentat

Re: [PATCH v3 05/25] fs/dax: Create a common implementation to break DAX layouts

2024-11-25 Thread kernel test robot
Hi Alistair, kernel test robot noticed the following build errors: [auto build test ERROR on 81983758430957d9a5cbfe324fd70cf63e7e] url: https://github.com/intel-lab-lkp/linux/commits/Alistair-Popple/fuse-Fix-dax-truncate-punch_hole-fault-path/20241125-094004 base

Re: [PATCH v3 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"

2024-11-25 Thread Björn Töpel
Alistair Popple writes: > DEVMAP PTEs are no longer required to support ZONE_DEVICE so remove > them. > > Signed-off-by: Alistair Popple > Suggested-by: Chunyan Zhang Oh, we're getting the bit back! Thanks! Reviewed-by: Björn Töpel

Re: [PATCH v10 1/5] modules: Support extended MODVERSIONS info

2024-11-25 Thread Michael Ellerman
Matthew Maurer writes: > Adds a new format for MODVERSIONS which stores each field in a separate > ELF section. This initially adds support for variable length names, but > could later be used to add additional fields to MODVERSIONS in a > backwards compatible way if needed. Any new fields will be