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 6D68F35B639; Wed, 17 Jun 2026 19:03:24 +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=1781723005; cv=none; b=oR3ycifwqf+k3wOz4h0hhspzVE8YVJvd9/sFlMJ6EAQ0tDC3igym3hUKybQEaipcMvWb6Ys5AFDFqR1+uf1SqoXyY3axAsItz0CxdLvKrvr8h9+jE9H34PuRczGFxuJ779XXXzgkPOgd4KC63ehorS+qRjnYxaaTcNRpkpKLRuI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781723005; c=relaxed/simple; bh=sBJ7jjDXvl1oAZEGKkcUH7qdAwIcnwmsxQgLwbKW4PA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=dSv+HJCDN0m22xsP0h6NjW7l3tg+gECChOVizquFh/k01FnPICwykg1i89YpjClORJ19jSrSQSL7Ug67gGg8EghhIBfa68F6U+Ys2SvHfWi4SjE/xSo/MEOfv0nJMJJTL60eeu/DWufnS3JblcoBDg+hdEtjuFNML/KDxQ7i+p4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=d/iijTYL; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="d/iijTYL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 97F1E1F000E9; Wed, 17 Jun 2026 19:03:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1781723004; bh=TB9EmQCX2dVIP9wQgfhYd8c+piUytMXnrH0MqD5+yyk=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=d/iijTYLSjErNkS3iJtZi7w5Q0stuZEDIt8SkJ4fSdFu3z8jNUguGV0a5vLXog8Ar UxAIkL3ClhtT6891xAJSqk2kBlyvd0T/HyhgnEArtQgGDGAtC5t1e3pQ5lBksqVIhJ FXaKSOV+KVe1PIKBykHwJRkOUDtpuGfQSd3VTu3g= Date: Thu, 18 Jun 2026 00:32:12 +0530 From: Greg KH To: Gabriel Krisman Bertazi Cc: stable@vger.kernel.org, io-uring@vger.kernel.org, Jens Axboe Subject: Re: [PATCH stable-6.18.y] io_uring/net: Avoid msghdr on op_connect/op_bind async data Message-ID: <2026061845-cycle-enviable-bb5e@gregkh> References: <20260617175102.2976716-1-krisman@suse.de> <2026061727-thirsty-sculptor-1e6f@gregkh> <87zf0tdn7r.fsf@mailhost.krisman.be> <87v7bhdn04.fsf@mailhost.krisman.be> Precedence: bulk X-Mailing-List: io-uring@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: <87v7bhdn04.fsf@mailhost.krisman.be> On Wed, Jun 17, 2026 at 02:45:31PM -0400, Gabriel Krisman Bertazi wrote: > Gabriel Krisman Bertazi writes: > > > The backports are slightly different, so they were sent separately. The bug > > exists since 6.12. > > 6.12: https://lore.kernel.org/stable/20260617175158.2977825-1-krisman@suse.de/T/#u > 7.1: https://lore.kernel.org/stable/20260617174947.2975419-1-krisman@suse.de/T/#u > > Do you need 7.0 too? I assumed 7.0 was EOL after the 7.1 release, if not LTS. It will be EOL in a week or so, it's your call. But I can't take a 6.18 or 6.12 version until that happens. thanks, greg k-h