[PATCH v5 2/2] selftests/bpf: Force -O2 for USDT selftests to cover SIB handling logic

2025-08-01 Thread Jiawei Zhao
When using GCC on x86-64 to compile an usdt prog with -O1 or higher optimization, the compiler will generate SIB addressing mode for global array and PC-relative addressing mode for global variable, e.g. "1@-96(%rbp,%rax,8)" and "-1@4+t1(%rip)". In this patch: - force -O2 optimization for usdt.tes

[PATCH v5 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error

2025-08-01 Thread Jiawei Zhao
When using GCC on x86-64 to compile an usdt prog with -O1 or higher optimization, the compiler will generate SIB addressing mode for global array and PC-relative addressing mode for global variable, e.g. "1@-96(%rbp,%rax,8)" and "-1@4+t1(%rip)". The current USDT implementation in libbpf cannot par

[PATCH v5 1/2] libbpf: fix USDT SIB argument handling causing unrecognized register error

2025-08-01 Thread Jiawei Zhao
On x86-64, USDT arguments can be specified using Scale-Index-Base (SIB) addressing, e.g. "1@-96(%rbp,%rax,8)". The current USDT implementation in libbpf cannot parse this format, causing `bpf_program__attach_usdt()` to fail with -ENOENT (unrecognized register). This patch fixes this by implementin

Re: [PATCH v4 1/1] libbpf: fix USDT SIB argument handling causing unrecognized register error

2025-08-01 Thread Alexei Starovoitov
On Fri, Aug 1, 2025 at 9:16 AM Jiawei Zhao wrote: > > From: Jiawei Zhao > > On x86-64, USDT arguments can be specified using Scale-Index-Base (SIB) > addressing, e.g. "1@-96(%rbp,%rax,8)". The current USDT implementation > in libbpf cannot parse this format, causing `bpf_program__attach_usdt()` >

Re: [PATCH] selftests/mm: pass filename as input param to VM_PFNMAP tests

2025-08-01 Thread Sudarsan Mahendran
Thanks for the review! I've sent a follow up v2 patch. On Fri, Aug 1, 2025 at 12:15 AM David Hildenbrand wrote: > > On 31.07.25 22:10, Sudarsan Mahendran wrote: > > Enable these tests to be run on other pfnmap'ed memory like > > NVIDIA's EGM. > > > > Add '--' as a separator to pass in file path.

[PATCH v2] selftests/mm: pass filename as input param to VM_PFNMAP tests

2025-08-01 Thread Sudarsan Mahendran
Enable these tests to be run on other pfnmap'ed memory like NVIDIA's EGM. Add '--' as a separator to pass in file path. This allows passing of cmd line arguments to kselftest_harness. Use '/dev/mem' as default filename. Existing test passes: pfnmap TAP version 13 1..6

Re: [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc

2025-08-01 Thread Sean Christopherson
On Wed, Jul 30, 2025, Dapeng Mi wrote: > > On 7/30/2025 8:38 AM, Sean Christopherson wrote: > > On Tue, Jul 29, 2025, Dapeng Mi wrote: > >> BTW, Sean, may I know your plan about the mediated vPMU v5 patch set? > >> Thanks. > > I'll get it out this week (hopefully tomorrow). > > Thumbs up! Thanks

Re: [GIT PULL] remoteproc updates for v6.17

2025-08-01 Thread pr-tracker-bot
The pull request you sent on Fri, 1 Aug 2025 14:53:03 -0500: > https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git > tags/rproc-v6.17 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/111857421c93fc88924106436741bd2f5b8bc220 Thank you! -- Deet-doot-d

Re: [PATCH v7 05/30] KVM: selftests: Update kvm_init_vm_address_properties() for TDX

2025-08-01 Thread Sagi Shahar
On Mon, Jul 21, 2025 at 4:51 PM Ira Weiny wrote: > > On Fri, Jun 13, 2025 at 12:13:32PM -0700, Sagi Shahar wrote: > > From: Isaku Yamahata > > > > [snip] > > > > > diff --git a/tools/testing/selftests/kvm/lib/x86/processor.c > > b/tools/testing/selftests/kvm/lib/x86/processor.c > > index d082d42

Re: [PATCH] selftests/mm: Fix typos and improve output messages

2025-08-01 Thread Andrew Morton
On Thu, 31 Jul 2025 00:02:51 + Swaraj Gaikwad wrote: > From: Swaraj-1925 We prefer that real names be used, please. > Fixed spelling and grammar issues in test output messages > to improve readability. > > Signed-off-by: swarajgaikwad1...@gmail.com Ditto. > --- a/tools/testing/selftest

Re: [GIT PULL v2] virtio, vhost: features, fixes

2025-08-01 Thread Linus Torvalds
On Fri, 1 Aug 2025 at 14:15, Linus Torvalds wrote: > > My apologies - they are indeed there, and I was simply looking at stale state. > > So while it's recently rebased, the commits have been in linux-next > and I was just wrong. Pulled and pushed out. Sorry again for blaming Michael for my own i

Re: [GIT PULL v2] virtio, vhost: features, fixes

2025-08-01 Thread Dr. David Alan Gilbert
* Linus Torvalds (torva...@linux-foundation.org) wrote: > On Fri, 1 Aug 2025 at 06:13, Michael S. Tsirkin wrote: > > > > drop commits that I put in there by mistake. Sorry! > > Not only does this mean they were all recently rebased, absolutely > *NONE* of this has been in linux-next as fa

Re: [GIT PULL v2] virtio, vhost: features, fixes

2025-08-01 Thread pr-tracker-bot
The pull request you sent on Fri, 1 Aug 2025 09:13:18 -0400: > https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/821c9e515db512904250e1d460109a1dc4c7ef6b Thank you! -- Deet-doot-dot, I am a bo

Re: [GIT PULL v2] virtio, vhost: features, fixes

2025-08-01 Thread Linus Torvalds
On Fri, 1 Aug 2025 at 14:01, Dr. David Alan Gilbert wrote: > > My notes say that I saw my two vhost: vringh deadcode patches in -next > on 2025-07-17. Oh. My bad. My linux-next head was not up-to-date: I had fetched the new state, but the branch was still pointing to the previous one. My apolo

Re: [GIT PULL v2] virtio, vhost: features, fixes

2025-08-01 Thread Linus Torvalds
On Fri, 1 Aug 2025 at 06:13, Michael S. Tsirkin wrote: > > drop commits that I put in there by mistake. Sorry! Not only does this mean they were all recently rebased, absolutely *NONE* of this has been in linux-next as fat as I can tell. Not in a rebased form _or_ in the pre-rebased form.

[GIT PULL] remoteproc updates for v6.17

2025-08-01 Thread Bjorn Andersson
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494: Linux 6.16-rc1 (2025-06-08 13:44:43 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rproc-v6.17 for you to fetch changes up to 1c20224123f

Re: [PATCH 1/3] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified

2025-08-01 Thread Suren Baghdasaryan
On Fri, Aug 1, 2025 at 6:38 PM SeongJae Park wrote: > > On Thu, 31 Jul 2025 15:00:22 -0700 Suren Baghdasaryan > wrote: > > > Extend /proc/pid/maps tearing tests to verify PROCMAP_QUERY ioctl operation > > correctness while the vma is being concurrently modified. > > > > Signed-off-by: Suren Bagh

Re: [PATCH 1/3] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified

2025-08-01 Thread SeongJae Park
On Thu, 31 Jul 2025 15:00:22 -0700 Suren Baghdasaryan wrote: > Extend /proc/pid/maps tearing tests to verify PROCMAP_QUERY ioctl operation > correctness while the vma is being concurrently modified. > > Signed-off-by: Suren Baghdasaryan Acked-by: SeongJae Park Tested-by: SeongJae Park Than

Re: [PATCH v10 5/6] x86/sgx: Implement ENCLS[EUPDATESVN]

2025-08-01 Thread Dave Hansen
The changelog is missing a tidbit about the fact that this is still dead code until sgx_inc_usage_count() gets a real implementation. On 8/1/25 04:25, Elena Reshetova wrote: ... > +/** > + * sgx_update_svn() - Attempt to call ENCLS[EUPDATESVN]. > + * This instruction attempts to update CPUSVN to t

Re: [PATCH v10 4/6] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]

2025-08-01 Thread Dave Hansen
On 8/1/25 04:25, Elena Reshetova wrote: > Add error codes for ENCLS[EUPDATESVN], then SGX CPUSVN update > process can know the execution state of EUPDATESVN and notify > userspace. > > Signed-off-by: Elena Reshetova > --- > arch/x86/include/asm/sgx.h | 37 ++--- >

Re: [PATCH v10 3/6] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag

2025-08-01 Thread Dave Hansen
On 8/1/25 04:25, Elena Reshetova wrote: > Add a flag indicating whenever ENCLS[EUPDATESVN] SGX instruction > is supported. This will be used by SGX driver to perform CPU > SVN updates. > > Signed-off-by: Elena Reshetova Reviewed-by: Dave Hansen

Re: [PATCH v10 2/6] x86/sgx: Introduce functions to count the sgx_(vepc_)open()

2025-08-01 Thread Dave Hansen
On 8/1/25 04:25, Elena Reshetova wrote: > Note: the sgx_inc_usage_count prototype is defined to return > int for the cleanliness of the follow-up patches. When the > EUPDATESVN SGX instruction will be enabled in the follow-up patch, > the sgx_inc_usage_count will start to return int. Please use pa

Re: [PATCH v10 1/6] x86/sgx: Convert sgx_(vepc_)open to __sgx_(vepc_)open

2025-08-01 Thread Dave Hansen
On 8/1/25 04:25, Elena Reshetova wrote: > In order to introduce the counting of active sgx users on top > of clean functions that allocate vepc structures, covert existing > sgx_(vepc_)open to __sgx_(vepc_)open. Later patch will introduce the > top level wrappers that manage the usage count. > > N

Re: [RFC PATCH] remoteproc: core: Do not process carveout and devmem rsc in attach mode

2025-08-01 Thread Tanmay Shah
Hi Beleswar & Mathieu, Please find my comments below. On 7/29/25 10:34 AM, Mathieu Poirier wrote: Hi Beleswar, On Thu, Jul 24, 2025 at 07:01:44PM +0530, Beleswar Padhi wrote: When attaching to a remote processor, it is implied that the rproc was booted by an external entity. Thus, it's carveo

[PATCH v4 0/1] libbpf: fix USDT SIB argument handling causing unrecognized register error

2025-08-01 Thread Jiawei Zhao
When using GCC on x86-64 to compile an usdt prog with -O1 or higher optimization, the compiler will generate SIB addressing mode for global array and PC-relative addressing mode for global variable, e.g. "1@-96(%rbp,%rax,8)" and "-1@4+t1(%rip)". The current USDT implementation in libbpf cannot par

[PATCH v4 1/1] libbpf: fix USDT SIB argument handling causing unrecognized register error

2025-08-01 Thread Jiawei Zhao
From: Jiawei Zhao On x86-64, USDT arguments can be specified using Scale-Index-Base (SIB) addressing, e.g. "1@-96(%rbp,%rax,8)". The current USDT implementation in libbpf cannot parse this format, causing `bpf_program__attach_usdt()` to fail with -ENOENT (unrecognized register). This patch fixes

Re: [PATCH 2/3] fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY

2025-08-01 Thread Suren Baghdasaryan
On Fri, Aug 1, 2025 at 3:55 AM Vlastimil Babka wrote: > > On 8/1/25 00:00, Suren Baghdasaryan wrote: > > Refactor struct proc_maps_private so that the fields used by PROCMAP_QUERY > > ioctl are moved into a separate structure. In the next patch this allows > > ioctl to reuse some of the functions

Re: [PATCH] selftests: breakpoints: use suspend_stats to reliably check suspend success

2025-08-01 Thread Moon Hee Lee
Hi Olivier, On Fri, Aug 1, 2025 at 5:39 AM Olivier Blin wrote: > Shouldn't you also remove the timerfd variable? > It seems to be of no functional use after this change. The timerfd is still required because it provides the wake-up event for this test. Just before suspend the code programs a CLO

[PATCH v2] media: pci/ivtv: Replace GPLv2 boilerplate text with SPDX

2025-08-01 Thread Thomas Huth
From: Thomas Huth The FSF does not reside in 59 Temple Place anymore, so we should not ask the people to write to that address in case they need a copy of the GPL. Anyway, all other files in this directory already had their boilerplate text replaced by a proper SPDX tag in the earlier commit 1a5

[PATCH RFC v2 2/2] mmc: sdhci-pxav3: add state_uhs pinctrl setting

2025-08-01 Thread Duje Mihanović
Different bus clocks require different pinctrl states to remain stable. Add support for selecting between a default and UHS state according to the bus clock. Signed-off-by: Duje Mihanović --- Changes in v2: - Don't attempt to lookup pinstates if getting pinctrl fails - Only select pinstates if bo

[PATCH RFC v2 0/2] mmc: sdhci-pxav3: pinctrl setting for fast bus clocks

2025-08-01 Thread Duje Mihanović
Hello, This small series adds a pinctrl setting for fast MMC bus clocks to the pxav3 driver. On bus clocks above 100 MHz, driving the data pins at a higher current helps maintain signal quality. This series is related to Marvell PXA1908 SoC support; the latest version of that patchset (v16 as of

[PATCH RFC v2 1/2] dt-bindings: mmc: sdhci-pxa: add state_uhs pinctrl

2025-08-01 Thread Duje Mihanović
On the pxav3 controller, increasing the drive strength of the data pins might be required to maintain stability on fast bus clocks (above 100 MHz). Add a state_uhs pinctrl to allow this. The existing state_cmd_gpio pinctrl is changed to apply only on pxav1 as it's unneeded on the other controllers

Re: [PATCH 2/2] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable USB audio offload support

2025-08-01 Thread Luca Weiss
On Fri Aug 1, 2025 at 4:03 PM CEST, Konrad Dybcio wrote: > On 8/1/25 3:51 PM, Luca Weiss wrote: >> Enable USB audio offloading which allows to play audio via a USB-C >> headset with lower power consumption and enabling some other features. >> >> This can be used like the following: >> >> $ amix

Re: [PATCH 2/2] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable USB audio offload support

2025-08-01 Thread Konrad Dybcio
On 8/1/25 3:51 PM, Luca Weiss wrote: > Enable USB audio offloading which allows to play audio via a USB-C > headset with lower power consumption and enabling some other features. > > This can be used like the following: > > $ amixer -c0 cset name='USB_RX Audio Mixer MultiMedia1' On > $ aplay

Re: [PATCH 1/2] arm64: dts: qcom: sc7280: Add q6usbdai node

2025-08-01 Thread Konrad Dybcio
On 8/1/25 3:51 PM, Luca Weiss wrote: > Add a node for q6usb which handles USB audio offloading, allowing to > play audio via a USB-C headset with lower power consumption and enabling > some other features. > > We also need to set num-hc-interrupters for the dwc3 for the q6usb to be > able to use i

Re: [PATCH] arm64: dts: qcom: sm6350: Add rpmh-stats node

2025-08-01 Thread Dmitry Baryshkov
On Fri, Aug 01, 2025 at 03:40:59PM +0200, Luca Weiss wrote: > The qcom_stats driver allows querying sleep stats from various > remoteprocs. Add a node to enable it. > > Signed-off-by: Luca Weiss > --- > arch/arm64/boot/dts/qcom/sm6350.dtsi | 5 + > 1 file changed, 5 insertions(+) > Reviewe

[PATCH 2/2] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable USB audio offload support

2025-08-01 Thread Luca Weiss
Enable USB audio offloading which allows to play audio via a USB-C headset with lower power consumption and enabling some other features. This can be used like the following: $ amixer -c0 cset name='USB_RX Audio Mixer MultiMedia1' On $ aplay --device=plughw:0,0 test.wav Compared to regular p

[PATCH 1/2] arm64: dts: qcom: sc7280: Add q6usbdai node

2025-08-01 Thread Luca Weiss
Add a node for q6usb which handles USB audio offloading, allowing to play audio via a USB-C headset with lower power consumption and enabling some other features. We also need to set num-hc-interrupters for the dwc3 for the q6usb to be able to use its sideband interrupter. Signed-off-by: Luca Wei

[PATCH 0/2] Enable USB audio offloading on Fairphone 5

2025-08-01 Thread Luca Weiss
: 0b90c3b6d76ea512dc3dac8fb30215e175b0019a change-id: 20250801-fp5-usb-audio-offload-2a9058e19e1d Best regards, -- Luca Weiss

[PATCH] arm64: dts: qcom: sm6350: Add rpmh-stats node

2025-08-01 Thread Luca Weiss
= "qcom,spmi-pmic-arb"; reg = <0x0 0x0c44 0x0 0x1100>, --- base-commit: 0b90c3b6d76ea512dc3dac8fb30215e175b0019a change-id: 20250801-sm6350-rpmh-stats-58d998ac8dd4 Best regards, -- Luca Weiss

Re: [GIT PULL] virtio, vhost: features, fixes

2025-08-01 Thread Michael S. Tsirkin
On Fri, Aug 01, 2025 at 09:03:35AM -0400, Michael S. Tsirkin wrote: > On Fri, Aug 01, 2025 at 07:00:32AM -0400, Michael S. Tsirkin wrote: > > The following changes since commit 347e9f5043c89695b01e66b3ed111755afcf1911: > > > > Linux 6.16-rc6 (2025-07-13 14:25:58 -0700) > > > > are available in

[GIT PULL v2] virtio, vhost: features, fixes

2025-08-01 Thread Michael S. Tsirkin
The following changes since commit 347e9f5043c89695b01e66b3ed111755afcf1911: Linux 6.16-rc6 (2025-07-13 14:25:58 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to 6693731487a8145a9b039bc

Re: [GIT PULL] virtio, vhost: features, fixes

2025-08-01 Thread Michael S. Tsirkin
On Fri, Aug 01, 2025 at 07:00:32AM -0400, Michael S. Tsirkin wrote: > The following changes since commit 347e9f5043c89695b01e66b3ed111755afcf1911: > > Linux 6.16-rc6 (2025-07-13 14:25:58 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/ms

[PATCH] drivers/media/pci/ivtv: Replace GPLv2 boilerplate text with SPDX

2025-08-01 Thread Thomas Huth
From: Thomas Huth The FSF does not reside in 59 Temple Place anymore, so we should not ask the people to write to that address in case they need a copy of the GPL. Anyway, all other files in this directory already had their boilerplate text replaced by a proper SPDX tag in the earlier commit 1a5

Re: [PATCH 2/3] fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY

2025-08-01 Thread kernel test robot
Hi Suren, kernel test robot noticed the following build errors: [auto build test ERROR on 01da54f10fddf3b01c5a3b80f6b16bbad390c302] url: https://github.com/intel-lab-lkp/linux/commits/Suren-Baghdasaryan/selftests-proc-test-PROCMAP_QUERY-ioctl-while-vma-is-concurrently-modified/20250801

Re: [PATCH] selftests: breakpoints: use suspend_stats to reliably check suspend success

2025-08-01 Thread Olivier Blin
Le 26/06/2025 à 21:16, Moon Hee Lee a écrit : [...] Replace the timer-based check with a read from /sys/power/suspend_stats/success. This counter is incremented only after a full suspend/resume cycle, providing a reliable and race-free indicator. Also remove the unused file descriptor for /sys

[PATCH v10 6/6] x86/sgx: Enable automatic SVN updates for SGX enclaves

2025-08-01 Thread Elena Reshetova
== Background == ENCLS[EUPDATESVN] is a new SGX instruction [1] which allows enclave attestation to include information about updated microcode SVN without a reboot. Before an EUPDATESVN operation can be successful, all SGX memory (aka. EPC) must be marked as “unused” in the SGX hardware metadata

[PATCH v10 5/6] x86/sgx: Implement ENCLS[EUPDATESVN]

2025-08-01 Thread Elena Reshetova
All running enclaves and cryptographic assets (such as internal SGX encryption keys) are assumed to be compromised whenever an SGX-related microcode update occurs. To mitigate this assumed compromise the new supervisor SGX instruction ENCLS[EUPDATESVN] can generate fresh cryptographic assets. Befo

[PATCH v10 4/6] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]

2025-08-01 Thread Elena Reshetova
Add error codes for ENCLS[EUPDATESVN], then SGX CPUSVN update process can know the execution state of EUPDATESVN and notify userspace. Signed-off-by: Elena Reshetova --- arch/x86/include/asm/sgx.h | 37 ++--- 1 file changed, 22 insertions(+), 15 deletions(-) diff

Re: [PATCH v2] arch/x86/kvm/ioapic: Remove license boilerplate with bad FSF address

2025-08-01 Thread Thomas Huth
On 28/07/2025 17.50, Greg Kroah-Hartman wrote: On Mon, Jul 28, 2025 at 05:36:47PM +0200, Greg Kroah-Hartman wrote: On Mon, Jul 28, 2025 at 05:28:43PM +0200, Thomas Huth wrote: From: Thomas Huth The Free Software Foundation does not reside in "59 Temple Place" anymore, so we should not mention

[PATCH v10 3/6] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag

2025-08-01 Thread Elena Reshetova
Add a flag indicating whenever ENCLS[EUPDATESVN] SGX instruction is supported. This will be used by SGX driver to perform CPU SVN updates. Signed-off-by: Elena Reshetova --- arch/x86/include/asm/cpufeatures.h | 1 + arch/x86/kernel/cpu/cpuid-deps.c | 1 + arch/x86/kernel/cpu/scatte

[PATCH v10 2/6] x86/sgx: Introduce functions to count the sgx_(vepc_)open()

2025-08-01 Thread Elena Reshetova
Currently SGX does not have a global counter to count the active users from userspace or hypervisor. Define placeholder functions sgx_inc/dec_usage_count that are used to increment and decrement such a counter. Also, wire the call sites for these functions. The definition of the counter itself and

[PATCH v10 1/6] x86/sgx: Convert sgx_(vepc_)open to __sgx_(vepc_)open

2025-08-01 Thread Elena Reshetova
In order to introduce the counting of active sgx users on top of clean functions that allocate vepc structures, covert existing sgx_(vepc_)open to __sgx_(vepc_)open. Later patch will introduce the top level wrappers that manage the usage count. No functional change intended in this patch. Signed-

[PATCH v10 0/6] Enable automatic SVN updates for SGX enclaves

2025-08-01 Thread Elena Reshetova
Changes since v9 following reviews by Kai: - postpone the definition of sgx_inc_usage_count until patch 6 - clarify the commit message in patch 6 - minor fixes Note: I didn't merge patch 1 and 2 since it goes against previous suggestion made by Jarkko. Changes since v8 following reviews by D

[GIT PULL] virtio, vhost: features, fixes

2025-08-01 Thread Michael S. Tsirkin
The following changes since commit 347e9f5043c89695b01e66b3ed111755afcf1911: Linux 6.16-rc6 (2025-07-13 14:25:58 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to c7991b44d7b44f9270dec63

Re: [PATCH 2/3] fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY

2025-08-01 Thread Vlastimil Babka
On 8/1/25 00:00, Suren Baghdasaryan wrote: > Refactor struct proc_maps_private so that the fields used by PROCMAP_QUERY > ioctl are moved into a separate structure. In the next patch this allows > ioctl to reuse some of the functions used for reading /proc/pid/maps > without using file->private_dat

[PATCH] x86/mtrr: Remove license boilerplate text with bad FSF address

2025-08-01 Thread Thomas Huth
From: Thomas Huth The Free Software Foundation does not reside in "675 Mass Ave, Cambridge" anymore, so we should not mention that address in the source code here. But instead of updating the address to their current location, let's rather drop the license boilerplate text here and use a proper S

Re: [PATCH v19 2/6] remoteproc: Add TEE support

2025-08-01 Thread Arnaud POULIQUEN
Hello Harshal, On 7/31/25 12:25, Harshal Dev wrote: > Hello Arnaud, > > On 6/25/2025 3:10 PM, Arnaud Pouliquen wrote: >> Add a remoteproc TEE (Trusted Execution Environment) driver that will be >> probed by the TEE bus. If the associated Trusted application is supported >> on the secure part, th

Re: [PATCH] selftests/mm: pass filename as input param to VM_PFNMAP tests

2025-08-01 Thread David Hildenbrand
On 31.07.25 22:10, Sudarsan Mahendran wrote: Enable these tests to be run on other pfnmap'ed memory like NVIDIA's EGM. Add '--' as a separator to pass in file path. This allows passing of cmd line arguments to kselftest_harness. Use '/dev/mem' as default filename. Existing test passes: