Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp4009526imm; Mon, 17 Sep 2018 06:52:27 -0700 (PDT) X-Google-Smtp-Source: ANB0VdbXYPKUP9JZB7emAuQWuBAA5ZXEgEfM6FcGgcHVdx9tl2WLYWa8sUHfv3Ye9gKxNMzg/wUQ X-Received: by 2002:a63:25c4:: with SMTP id l187-v6mr23681057pgl.29.1537192347135; Mon, 17 Sep 2018 06:52:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537192347; cv=none; d=google.com; s=arc-20160816; b=GOXGp+CNydYOIK284nCAIyV9yheD+WQvh3u4fBdB/Dp9r6wr3gYPJD4/VaedZ+aMfg ND/Ob3gBg9kHkBalgnfuI1wAopNTR/1XA6NrbZjfimlA0G4eEYZQmjnqCdPgTazDEXwI /FKv0TFw0yIRjw99tjnjvTr0Ji2GzkN84iYoQNVygSMS0uTtUlwePS2pui1zW0QyH+zS KYbz71RD192dUkzSxSQpn1km90SAa79jortvh6nklRRV4cO1SYdFTRd1fTu/UhXUh9oA TxdC3FfS5xu8qv/DnlIeFSuG2ZnEqwsRrJVhElulyDeFw4CsDM2+HXOaOVhV95/6OY60 6FsQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=ZB3hvFjT8SjkDQT1oGiCoxsxce4mQVvw+EAU2eA5PzM=; b=sTntjIxwGfRp34JDaoYH51NtNWc2NuhkU74z1KvPgeWAJCPnzf49p9h5AhcQEq01us PSCTEx7VzxhNVtaD8zykapxF12X2gOytkQcUztfnhvD/C8WsCwNv/msqAFIDwhpRgWnb V+iWYDGXnvzb1t6s4vDyPn3d+e000chjCI8zQH060kB8cqEywxCMU3iIkAL5Qa8e77Zx vHmGd9DVMpEaJPAxEVk0jm+Bp6wPyAy904MyH0RiGeQwPAkgVh08sZ51PgHLPhl8cRj1 Lr8iyqsVi4c+sB6xHWbDeJtO3s8zxhHtKfsPRhMe/VJa7HA+iscR6MgF+gJCpt8sfvio Zc2w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b129-v6si15951799pfa.12.2018.09.17.06.52.09; Mon, 17 Sep 2018 06:52:27 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728441AbeIQTT1 (ORCPT + 99 others); Mon, 17 Sep 2018 15:19:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55858 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726865AbeIQTT1 (ORCPT ); Mon, 17 Sep 2018 15:19:27 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 03BF4DC0; Mon, 17 Sep 2018 13:51:59 +0000 (UTC) From: Greg Kroah-Hartman To: sameo@linux.intel.com, davem@davemloft.net, netdev@vger.kernel.org Cc: allen.pais@oracle.com, keescook@chromium.org, surenb@google.com, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, Greg Kroah-Hartman Subject: [PATCH 0/2] NFC fixes for 4.19-final Date: Mon, 17 Sep 2018 15:51:39 +0200 Message-Id: <20180917135141.28328-1-gregkh@linuxfoundation.org> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org For some reason, these two NFC patches fell through the cracks. It looks like sometimes NFC patches go through the wireless tree, and other times, through the networking tree directly. I don't care which way they go, but they should get merged through some way, or, I can take them in my device tree, but that feels a bit odd to me. thanks, greg k-h Suren Baghdasaryan (2): NFC: Fix possible memory corruption when handling SHDLC I-Frame commands NFC: Fix the number of pipes include/net/nfc/hci.h | 2 +- net/nfc/hci/core.c | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) -- 2.19.0