Re: [PATCH v12 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files

2025-03-21 Thread Radim Krčmář
2025-03-20T16:09:12-07:00, Deepak Gupta : > On Thu, Mar 20, 2025 at 3:24 PM Radim Krčmář wrote: >> 2025-03-14T14:39:38-07:00, Deepak Gupta : >> > Expose a new register type NT_RISCV_USER_CFI for risc-v cfi status and >> > state. Intentionally both landing pad and shadow stack status and state >> >

Re: [PATCH v12 23/28] riscv: kernel command line option to opt out of user cfi

2025-03-21 Thread Radim Krčmář
2025-03-20T15:31:09-07:00, Deepak Gupta : > On Thu, Mar 20, 2025 at 2:35 PM Radim Krčmář wrote: >> 2025-03-14T14:39:42-07:00, Deepak Gupta : >> > +__setup("disable_riscv_usercfi=", setup_global_riscv_enable); >> >> I'd prefer two command line options instead. > > One for zicfilp and one for zicfis

Re: [PATCH net-next v7 4/9] net: devmem: Implement TX path

2025-03-21 Thread Mina Almasry
On Tue, Mar 18, 2025 at 1:53 AM Paolo Abeni wrote: > > Adding Kuniyuki. > > On 3/8/25 10:40 PM, Mina Almasry wrote: > > @@ -931,10 +932,67 @@ int netdev_nl_bind_rx_doit(struct sk_buff *skb, > > struct genl_info *info) > > return err; > > } > > > > -/* stub */ > > int netdev_nl_bind_tx_doi

Re: [PATCH net-next v7 3/9] net: devmem: TCP tx netlink api

2025-03-21 Thread Mina Almasry
On Tue, Mar 18, 2025 at 1:39 AM Paolo Abeni wrote: > > On 3/8/25 10:40 PM, Mina Almasry wrote: > > From: Stanislav Fomichev > > > > Add bind-tx netlink call to attach dmabuf for TX; queue is not > > required, only ifindex and dmabuf fd for attachment. > > > > Signed-off-by: Stanislav Fomichev >

Re: [PATCH net-next 0/6] netconsole: Add support for userdata release

2025-03-21 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Fri, 14 Mar 2025 10:58:44 -0700 you wrote: > I am submitting a series of patches that introduce a new feature for the > netconsole subsystem, specifically the addition of the 'release' field > to the sysdata structur