From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2B156266581 for ; Sun, 12 Jul 2026 08:31:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783845072; cv=none; b=ii5xyK99AP4AJWTMQURMTLHhWXW8FggNv5IL1uvQnDuj+dClgEJ02RsU9M96lbEMwN40rctPHl4u+j9hxSeIQNs8eYMd9UfHU9aecprJU+DWlFIUmHDRONdSNTRnYxydUGJCSxiUtDrlH8/i6xf/LrCZ66L+83TJF9MXunzb5E8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783845072; c=relaxed/simple; bh=ViX/pi0jS2j9nP11eqo95K0RRiPHUwO847fNpUWRGCg=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=tUOmf1aWkU34RdepPVuMKpODVhT5wk6z0FLjRzeOBaihhmW1S/QzexG9T7Ta8NYcC0tYae02aqdwytzbAgmlj+z2eLFLt6/xzlZFHDPUyUy4pzYiGQ6lXdqdHrcuMCseaGsvIbze+FeO4K4hTroxCAvth9uA+SsL7CRAgcm/MAU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=f+nhu7+H; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="f+nhu7+H" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 311A91F000E9; Sun, 12 Jul 2026 08:31:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783845070; bh=efc3fQQ3ZDkTp1fkEWzBY35Ff3fb0WN7xPmoUi7zWdg=; h=From:To:Cc:In-Reply-To:References:Subject:Date; b=f+nhu7+HItJ/TAwKypmLda3h+BBYtQhxGqOu/nt6jXAOPAUG5KCcYBpN+8u1cAoCN NkzhNwm4IZb79EDnlcojRKSI/VBiTk9ZF1vimVpXqxQ2hIlBBbvhmaqyUi0L6WV5Nd 4q9KYVIPwQ0g2id3BzeuAwFbySTBa48RAYM7UszeBa6xu+HcPLvy1JP/CfvsYHJZrq QJ+SAUZdlHXWZAVD79wxkX179iAQMjM4muOHTit4jAnRAcEx99/NRAY6yZQHA2sido 32JxQJZ5aPwH1OVZTmffm/EuNBJ3fQ3/foPitzAm5IYTosbKm/85tYzv23qVWrSfFj j8YHFtT6kI0NA== From: Leon Romanovsky To: tatyana.e.nikolova@intel.com, jgg@ziepe.ca, Jacob Moroni Cc: linux-rdma@vger.kernel.org In-Reply-To: <20260702170652.4159201-1-jmoroni@google.com> References: <20260702170652.4159201-1-jmoroni@google.com> Subject: Re: (subset) [PATCH rdma-next v3 0/7] RDMA/irdma: Adopt robust udata Message-Id: <178384506798.1545032.10718094571776220022.b4-ty@kernel.org> Date: Sun, 12 Jul 2026 04:31:07 -0400 Precedence: bulk X-Mailing-List: linux-rdma@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.15-dev-18f8f On Thu, 02 Jul 2026 17:06:45 +0000, Jacob Moroni wrote: > This series brings irdma up to uverbs_robust_udata compliance. > > The driver has been audited to confirm that: > > 1. Methods which do not accept udata input perform an explicit > check for no (or zero value) input. > > [...] Applied, thanks! [1/7] RDMA/core: Add ib_no_udata_io() helper https://git.kernel.org/rdma/rdma/c/a833ce42d05624 Best regards, -- Leon Romanovsky