From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from stravinsky.debian.org (stravinsky.debian.org [82.195.75.108]) (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 300D139C00B; Wed, 20 May 2026 16:50:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=82.195.75.108 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779295830; cv=none; b=dTY+cuRSwVI7xV/eeF84fkaETD0Wl5ooTuGv60r/JkL9jYXGFGBtnaKyvdE03BRi/fQiWO0kULnKdMCOLPgIOKcaSaX4It5trIXQhBuvNOqvZ0DtXU+8yb84K8hIFaJogdP2r6c3UomdUy7AeyOILhKpZdDgspGHh5ox/QE4eHo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779295830; c=relaxed/simple; bh=1IyL0qaFWcPO4WUDBAibOqvMTxk2WBYZlkzKdMQx9oE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hO2OU9GfkKWcQjrqT289iZvmSusHzxCgwgVWppCSdQ9QiEG0vSbid3KFSMEA74yhOHauJevUJEEHmA5yl9TzDcSgI4CbbUhnvAXYGxOA4BT3ZO+H2mJiIlfSv139hlSn9FscXllu+IGQTFeKyJ4iU19bqhEeAvtvLUUGEg8R5qY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=debian.org; spf=pass smtp.mailfrom=debian.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b=CwMKLwtZ; arc=none smtp.client-ip=82.195.75.108 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=debian.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=debian.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b="CwMKLwtZ" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=1IyL0qaFWcPO4WUDBAibOqvMTxk2WBYZlkzKdMQx9oE=; b=CwMKLwtZrxaUWnM3khs0eTJitd kIHNy/IOhpoR12m+484ksV0lXTCNPd7IylNBGPVTggOmWLCDB+8GazHf1P6LZKmq004dS7PknmEO4 pSC7GFerFQBVa/8OCdyxbqqfmZmared0K0qCynwXyHLtN+Dqb+3YqjojgpCeW/+qHQvgR0EddV7Sp nK4qyigtMQL4+ym6vWQljMHDUpCgjJZQ2vMDBJsnIzK8hcCOIL6DDPJs9MZOL+kXF4MXbzPRBaOUl y4LL0ngJSbSd8iIX5O4Oeimh+CFqMcABxrUishdNL78wyK9tGJubd+T5lIiUmXoZrgTBBgF85Z/Q3 p4JxUO4w==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1wPk7O-003FKu-1z; Wed, 20 May 2026 16:50:02 +0000 Date: Wed, 20 May 2026 09:49:55 -0700 From: Breno Leitao To: Alexandra Winter Cc: Stanislav Fomichev , Chas Williams <3chas3@gmail.com>, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Magnus Karlsson , Maciej Fijalkowski , Stanislav Fomichev , Alexei Starovoitov , Daniel Borkmann , Jesper Dangaard Brouer , John Fastabend , Jon Maloy , Thorsten Winkler , James Chapman , David Howells , Marc Dionne , David Heidelberg , Samuel Ortiz , linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org, tipc-discussion@lists.sourceforge.net, linux-s390@vger.kernel.org, linux-afs@lists.infradead.org, oe-linux-nfc@lists.linux.dev, kernel-team@meta.com Subject: Re: [PATCH net-next v2 1/7] af_iucv: take socket lock around SO_MSGSIZE getsockopt Message-ID: References: <20260515-getsock_four-v2-0-0d8eed952627@debian.org> <20260515-getsock_four-v2-1-0d8eed952627@debian.org> <732d4698-8b36-4803-9c81-ae9865b3f943@linux.ibm.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Debian-User: leitao On Wed, May 20, 2026 at 09:03:14AM -0700, Breno Leitao wrote: > Let's try it once more in the same series, if this patch doesn't set > easily, I will split it in v4. Sorry, I've just changed my mind, this patch is better suited as a standalone fix rather than part of the series. I'll exclude it from v3 and submit it separately to 'net' instead. Thanks --breno