Re: [PATCH v3 0/2] selftests/vDSO: Fix errors on LoongArch

2023-12-26 Thread Tiezhu Yang
+ Andrew Morton + Mark Brown On 12/13/2023 09:22 AM, Tiezhu Yang wrote: v3: Rebase on the next branch of linux-kselftest.git, modify the patch title and update the commit message v2: Rebase on 6.5-rc1 and update the commit message Tiezhu Yang (2): selftests/vDSO: Fix building errors on

[broonie-ci:kselftest-seccomp-benchmark-ktap] [kselftest/seccomp] bb94019905: kernel-selftests.seccomp.seccomp_benchmark.fail

2023-12-26 Thread kernel test robot
Hello, kernel test robot noticed "kernel-selftests.seccomp.seccomp_benchmark.fail" on: commit: bb94019905757de0ddac22e897b7648b55aeef8e ("kselftest/seccomp: Report each expectation we assert as a KTAP test") https://git.kernel.org/cgit/linux/kernel/git/broonie/ci.git kselftest-seccomp-benchm

Re: [PATCH v8 22/24] evm: Make it independent from 'integrity' LSM

2023-12-26 Thread Mimi Zohar
On Thu, 2023-12-14 at 18:08 +0100, Roberto Sassu wrote: > From: Roberto Sassu > > Define a new structure for EVM-specific metadata, called evm_iint_cache, > and embed it in the inode security blob. Introduce evm_iint_inode() to > retrieve metadata, and register evm_inode_alloc_security() for the

RE: [PATCH V12 4/7] cpufreq: Add a notification message that the highest perf has changed

2023-12-26 Thread Meng, Li (Jassmine)
[AMD Official Use Only - General] Hi Rafael: > -Original Message- > From: Meng, Li (Jassmine) > Sent: Tuesday, December 26, 2023 4:27 PM > To: Rafael J. Wysocki > Cc: Rafael J . Wysocki ; Huang, Ray > ; linux...@vger.kernel.org; linux- > ker...@vger.kernel.org; x...@kernel.org; linux-a..

Re: [PATCH net-next 0/4] mptcp: cleanup and support more ephemeral ports sockopts

2023-12-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 19 Dec 2023 22:31:03 +0100 you wrote: > Patch 1 is a cleanup one: mptcp_is_tcpsk() helper was modifying sock_ops > in some cases which is unexpected with that name. > > Patch 2 to 4 add support for two sock

Re: [PATCH v8 20/24] ima: Move IMA-Appraisal to LSM infrastructure

2023-12-26 Thread Mimi Zohar
On Thu, 2023-12-14 at 18:08 +0100, Roberto Sassu wrote: > From: Roberto Sassu A few additional IMA hooks are needed to reset the cached appraisal status, causing the file's integrity to be re-evaluated on next access. Register these IMA-appraisal only functions separately ... Mimi > Do the regi

Re: [PATCH v8 21/24] evm: Move to LSM infrastructure

2023-12-26 Thread Mimi Zohar
On Thu, 2023-12-14 at 18:08 +0100, Roberto Sassu wrote: > From: Roberto Sassu > > As for IMA, move hardcoded EVM function calls from various places in the > kernel to the LSM infrastructure, by introducing a new LSM named 'evm' > (last and always enabled like 'ima'). The order in the Makefile ens

Re: [PATCH net-next 2/3] net: gro: parse ipv6 ext headers without frag0

2023-12-26 Thread Willem de Bruijn
Richard Gobert wrote: > This commit utilizes a new helper function, ipv6_gro_pull_exthdrs, which > is used in ipv6_gro_receive to pull ipv6 ext headers instead of > ipv6_gso_pull_exthdrs. To use ipv6_gso_pull_exthdr, pskb_pull and > __skb_push must be used, and frag0 must be invalidated. This commi

Re: [PATCH net-next 3/3] selftests/net: fix GRO coalesce test and add ext

2023-12-26 Thread Willem de Bruijn
Richard Gobert wrote: > Currently there is no test which checks that IPv6 extension header packets > successfully coalesce. This commit adds a test, which verifies two IPv6 > packets with HBH extension headers do coalesce. > > I changed the receive socket filter to accept a packet with one extensi

Re: [PATCH net-next 1/3] net: gso: add HBH extension header offload support

2023-12-26 Thread Willem de Bruijn
Richard Gobert wrote: > This commit adds net_offload to IPv6 Hop-by-Hop extension headers (as it > is done for routing and dstopts) since it is supported in GSO and GRO. > This allows to remove specific HBH conditionals in GSO and GRO when > pulling and parsing an incoming packet. > > Signed-off-b

Re: [PATCH v8 19/24] ima: Move to LSM infrastructure

2023-12-26 Thread Casey Schaufler
On 12/26/2023 10:14 AM, Mimi Zohar wrote: > On Thu, 2023-12-14 at 18:08 +0100, Roberto Sassu wrote: >> From: Roberto Sassu >> >> Move hardcoded IMA function calls (not appraisal-specific functions) from >> various places in the kernel to the LSM infrastructure, by introducing a >> new LSM named 'i

Re: [PATCH v8 19/24] ima: Move to LSM infrastructure

2023-12-26 Thread Mimi Zohar
On Thu, 2023-12-14 at 18:08 +0100, Roberto Sassu wrote: > From: Roberto Sassu > > Move hardcoded IMA function calls (not appraisal-specific functions) from > various places in the kernel to the LSM infrastructure, by introducing a > new LSM named 'ima' (at the end of the LSM list and always enabl

Re: [PATCH bpf-next 01/15] selftests/bpf: Fix the u64_offset_to_skb_data test

2023-12-26 Thread Shung-Hsi Yu
On Tue, Dec 26, 2023 at 12:38:06PM +0200, Maxim Mikityanskiy wrote: > On Tue, 26 Dec 2023 at 17:52:56 +0800, Shung-Hsi Yu wrote: > > On Wed, Dec 20, 2023 at 11:39:59PM +0200, Maxim Mikityanskiy wrote: > > > From: Maxim Mikityanskiy > > > > > > The u64_offset_to_skb_data test is supposed to make a

Re: [PATCH net-next] selftests/net: change the shebang of unicast_extensions.sh to bash

2023-12-26 Thread Hangbin Liu
On Tue, Dec 26, 2023 at 04:43:18PM +0800, Yujie Liu wrote: > Hi Hangbin, > > On Mon, Dec 25, 2023 at 08:39:09PM +0800, Hangbin Liu wrote: > > On Mon, Dec 25, 2023 at 03:21:09PM +0800, Yujie Liu wrote: > > > The patch set [1] added a general lib.sh in net selftests, and converted > > > several test

Re: [PATCH v7 9/9] iommu/vt-d: Add iotlb flush for nested domain

2023-12-26 Thread Yi Liu
On 2023/12/26 12:51, Yi Liu wrote: On 2023/12/22 14:57, Tian, Kevin wrote: From: Liu, Yi L Sent: Thursday, December 21, 2023 11:40 PM + +static void intel_nested_flush_cache(struct dmar_domain *domain, u64 addr, + unsigned long npages, u32 *error) +{ +    struct iommu_domai

Re: [PATCH bpf-next 01/15] selftests/bpf: Fix the u64_offset_to_skb_data test

2023-12-26 Thread Maxim Mikityanskiy
On Tue, 26 Dec 2023 at 17:52:56 +0800, Shung-Hsi Yu wrote: > On Wed, Dec 20, 2023 at 11:39:59PM +0200, Maxim Mikityanskiy wrote: > > From: Maxim Mikityanskiy > > > > The u64_offset_to_skb_data test is supposed to make a 64-bit fill, but > > instead makes a 16-bit one. Fix the test according to it

Re: [PATCH bpf-next 01/15] selftests/bpf: Fix the u64_offset_to_skb_data test

2023-12-26 Thread Shung-Hsi Yu
On Wed, Dec 20, 2023 at 11:39:59PM +0200, Maxim Mikityanskiy wrote: > From: Maxim Mikityanskiy > > The u64_offset_to_skb_data test is supposed to make a 64-bit fill, but > instead makes a 16-bit one. Fix the test according to its intention. The > 16-bit fill is covered by u16_offset_to_skb_data.

RE: [PATCH v7 7/9] iommu/vt-d: Allow qi_submit_sync() to return the QI faults

2023-12-26 Thread Tian, Kevin
> From: Liu, Yi L > Sent: Tuesday, December 26, 2023 4:44 PM > > On 2023/12/26 14:15, Yi Liu wrote: > > > > > > On 2023/12/26 12:13, Tian, Kevin wrote: > >>> From: Liu, Yi L > >>> Sent: Tuesday, December 26, 2023 12:03 PM > >>> > >>> On 2023/12/22 12:23, Tian, Kevin wrote: > > From: Liu, Yi

Re: [PATCH net-next] selftests/net: change the shebang of unicast_extensions.sh to bash

2023-12-26 Thread Yujie Liu
Hi Hangbin, On Mon, Dec 25, 2023 at 08:39:09PM +0800, Hangbin Liu wrote: > On Mon, Dec 25, 2023 at 03:21:09PM +0800, Yujie Liu wrote: > > The patch set [1] added a general lib.sh in net selftests, and converted > > several test scripts to source the lib.sh. > > Oh, I didn't know dash doesn't supp

Re: [PATCH v7 9/9] iommu/vt-d: Add iotlb flush for nested domain

2023-12-26 Thread Yi Liu
On 2023/12/22 19:59, Liu, Yi L wrote: On Dec 22, 2023, at 15:12, Tian, Kevin wrote:  From: Liu, Yi L Sent: Friday, December 22, 2023 3:02 PM On Dec 22, 2023, at 14:47, Tian, Kevin wrote: From: Yang, Weijiang Sent: Friday, December 22, 2023 11:56 AM + +xa_for_each(&domain->i

Re: [PATCH v7 7/9] iommu/vt-d: Allow qi_submit_sync() to return the QI faults

2023-12-26 Thread Yi Liu
On 2023/12/26 14:15, Yi Liu wrote: On 2023/12/26 12:13, Tian, Kevin wrote: From: Liu, Yi L Sent: Tuesday, December 26, 2023 12:03 PM On 2023/12/22 12:23, Tian, Kevin wrote: From: Liu, Yi L Sent: Thursday, December 21, 2023 11:40 PM +    fault &= DMA_FSTS_IQE | DMA_FSTS_ITE | DMA_FSTS_ICE;

RE: [PATCH V12 4/7] cpufreq: Add a notification message that the highest perf has changed

2023-12-26 Thread Meng, Li (Jassmine)
[AMD Official Use Only - General] Hi Rafael: > -Original Message- > From: Rafael J. Wysocki > Sent: Tuesday, December 12, 2023 9:44 PM > To: Meng, Li (Jassmine) > Cc: Rafael J . Wysocki ; Huang, Ray > ; linux...@vger.kernel.org; linux- > ker...@vger.kernel.org; x...@kernel.org; linux-a.