From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shadbolt.e.decadent.org.uk ([88.96.1.126]:49795 "EHLO shadbolt.e.decadent.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754896AbbLGSTM (ORCPT ); Mon, 7 Dec 2015 13:19:12 -0500 Message-ID: <1449512343.2824.69.camel@decadent.org.uk> Subject: Re: FAILED: patch "[PATCH] NFC: st21nfca: Remove HCI gates initialization in" failed to apply to 4.3-stable tree From: Ben Hutchings To: gregkh@linuxfoundation.org, christophe.ricard@gmail.com, christophe-h.ricard@st.com, sameo@linux.intel.com Cc: stable@vger.kernel.org Date: Mon, 07 Dec 2015 18:19:03 +0000 In-Reply-To: <1449474072729@kroah.com> References: <1449474072729@kroah.com> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-82LcqtxPeFs5LBVQ87BN" Mime-Version: 1.0 Sender: stable-owner@vger.kernel.org List-ID: --=-82LcqtxPeFs5LBVQ87BN Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sun, 2015-12-06 at 23:41 -0800, gregkh@linuxfoundation.org wrote: > The patch below does not apply to the 4.3-stable tree. > If someone wants it applied there, or to any other stable or longterm > tree, then please email the backport, including the original git > commit > id to . In 4.3 the file is named=C2=A0drivers/nfc/st21nfca/st21nfca.c. Ben. > thanks, >=20 > greg k-h >=20 > ------------------ original commit in Linus's tree ------------------ >=20 > From 4d37a772b7437bed2ffb94e391a0534198588d20 Mon Sep 17 00:00:00 > 2001 > From: Christophe Ricard > Date: Sun, 25 Oct 2015 22:54:27 +0100 > Subject: [PATCH] NFC: st21nfca: Remove HCI gates initialization in > =C2=A0load_session >=20 > hdev->init_data.gates is already initialized in st21nfca_hci_probe. >=20 > Cc: stable@vger.kernel.org > Signed-off-by: Christophe Ricard > Signed-off-by: Samuel Ortiz >=20 > diff --git a/drivers/nfc/st21nfca/core.c > b/drivers/nfc/st21nfca/core.c > index 42f197407a00..67d1c27a41ee 100644 > --- a/drivers/nfc/st21nfca/core.c > +++ b/drivers/nfc/st21nfca/core.c > @@ -218,7 +218,6 @@ static int st21nfca_hci_load_session(struct > nfc_hci_dev *hdev) > =C2=A0 } > =C2=A0 } > =C2=A0 > - memcpy(hdev->init_data.gates, st21nfca_gates, > sizeof(st21nfca_gates)); > =C2=A0free_list: > =C2=A0 kfree_skb(skb_pipe_list); > =C2=A0 return r; >=20 > -- > To unsubscribe from this list: send the line "unsubscribe stable" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at=C2=A0=C2=A0http://vger.kernel.org/majordomo-info.h= tml --=20 Ben Hutchings Theory and practice are closer in theory than in practice. - John Levine, moderator of comp.compilers --=-82LcqtxPeFs5LBVQ87BN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUAVmXNl+e/yOyVhhEJAQp7fA//b0pPOOockUlRqXdnZH0LiLGAEYKWE1Xt K5kCKk/3Awh8vohv247jqM3jsUZJrGeZhwvuvIOqFwqEMsk3Dw2lHjm5e4WlHVq/ C88w18Yq7ATQx1OCaIarz0QL6G0Q/PGxcJK4LQo5IjzlMU++CCglefk6wGhktUe6 80kf14wXprYx370fAdGhULruQ6eA5Z29hsJeQznTsVH2dKjkSmh5mCG6P3Z9An3A aJvoqqb+BUL32ifjazEUa9nuFfNirST3T1Wk3V4ogPeK+Qk8bk4tmV2fSiOx/ZBm uVyW3U3yw9u+H8CKqGTnN2KvwsEJ1BcyLEkiZbKskTGP+T7lGYtww1cT7y9rGDEM wCO0YPkzKOBmrcfLzifux+PU815ToKLUWhSKA6xknqJDmi+gcP42r/Caeje99TTE /UfM3hmANGsMV85pPDlmFLzzv7Y6SXiS7NQDlS0cOkWh4mZkjSGaT2bblP7rUlE0 4+hAOQySgEuMJgX+sVutzXgeGXiKB+0IzVDGLa/SwQTKCyG8ubJPslPFEkDkL0qq TPygzfh1padUy93VSaHFYheW0BRX9/RumSZD3HB4lwbAi7AO1Ct7rHD0JP04AH09 3oLTMICbJw4Pitw3N1xr6sz1JyB3S2tADoNZWZHpdgKmboCylannzbrC2LbT5aI6 m64Fsj7w9w8= =wzMe -----END PGP SIGNATURE----- --=-82LcqtxPeFs5LBVQ87BN--