From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9DC2C433EF for ; Mon, 1 Nov 2021 17:54:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ACAA1610E8 for ; Mon, 1 Nov 2021 17:54:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231803AbhKAR52 (ORCPT ); Mon, 1 Nov 2021 13:57:28 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]:23004 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230261AbhKAR51 (ORCPT ); Mon, 1 Nov 2021 13:57:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635789293; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=+mqbF+DYWXA4Fj4U2dHhLoC+qgwPcMaIVYMzWrMOSDE=; b=In2tGLAr/o1Zz5N6WEezzkTc8IBbB/29omI3C3zob4wi90l017HzuidJjEWVwGuErr/7ro JmocLDrD4qJnV9K4T12Dby4GSCjTDOW0i2ukGJxMJPfNv6uv41zj9KJsdRD5Fc0yqct6Zh KGDDA2GZxVrydGJeAGynUGfdhBJjpg4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-207--u3fxf04NXaBZqFvtcLW-Q-1; Mon, 01 Nov 2021 13:54:50 -0400 X-MC-Unique: -u3fxf04NXaBZqFvtcLW-Q-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id EC626801AE3; Mon, 1 Nov 2021 17:54:48 +0000 (UTC) Received: from asgard.redhat.com (unknown [10.36.110.3]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 853C05D9D3; Mon, 1 Nov 2021 17:54:45 +0000 (UTC) Date: Mon, 1 Nov 2021 18:54:43 +0100 From: Eugene Syromiatnikov To: Jeremy Kerr , Matt Johnston Cc: "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH net-next 0/2] MCTP sockaddr padding check/initialisation fixup Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. Padding/reserved fields necessitate appropriate checks in order to be usable in the future. Eugene Syromiatnikov (2): mctp: handle the struct sockaddr_mctp padding fields mctp: handle the struct sockaddr_mctp_ext padding field net/mctp/af_mctp.c | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) -- 2.1.4