Re: [PATCH 6/8] dma-mapping: fail early if physical address is mapped through platform callback

2025-07-26 Thread Leon Romanovsky
On Fri, Jul 25, 2025 at 09:04:50PM +0100, Robin Murphy wrote: > On 2025-06-25 2:19 pm, Leon Romanovsky wrote: > > From: Leon Romanovsky > > > > All platforms which implement map_page interface don't support physical > > addresses without real struct page. Add condition to check it. > > As-is, th

[powerpc:next-test] BUILD SUCCESS a8f2b96ca9ee87be8091fcc2746b811c173648a0

2025-07-26 Thread kernel test robot
allnoconfiggcc-15.1.0 arc allyesconfiggcc-15.1.0 arc randconfig-001-20250726gcc-14.3.0 arc randconfig-002-20250726gcc-12.5.0 arm allmodconfiggcc-15.1.0 arm

[GIT PULL] execve updates for v6.17

2025-07-26 Thread Kees Cook
Hi Linus, Please pull these execve updates for v6.17. Note that while the REGSET macro changes touch all the architectures, they are fairly mechanical and have been in linux-next for almost the entire development window. Thanks! -Kees The following changes since commit e04c78d86a9699d136910cfc0

Re: [PATCH v2 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer

2025-07-26 Thread Hari Bathini
On 22/07/25 2:26 pm, Aditya Bodkhe wrote: From: Hari Bathini Since commit 4346ba160409 ("fprobe: Rewrite fprobe on function-graph tracer"), FPROBE depends on HAVE_FUNCTION_GRAPH_FREGS. With previous patch adding HAVE_FUNCTION_GRAPH_FREGS for powerpc, FPROBE can be enabled on powerpc. But wit