From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 17 Jan 2016 13:20:06 +0800 Message-ID: <1650551.FTxb5A9Jd1@voltaire> In-Reply-To: <1452936598-28619-2-git-send-email-sven@narfation.org> References: <1452936598-28619-1-git-send-email-sven@narfation.org> <1452936598-28619-2-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart8028948.WJYrTO5O4G"; micalg="pgp-sha256"; protocol="application/pgp-signature" Subject: Re: [B.A.T.M.A.N.] [PATCH v6 02/20] batman-adv: Convert batadv_hardif_neigh_node to kref List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org --nextPart8028948.WJYrTO5O4G Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Saturday, January 16, 2016 10:29:40 Sven Eckelmann wrote: > batman-adv uses a self-written reference implementation which is just based > on atomic_t. This is less obvious when reading the code than kref and > therefore increases the change that the reference counting will be missed. > > Signed-off-by: Sven Eckelmann > --- > v6: > - removed patches which are now applied in the branch next > - rebased remaining patches on the patch > "batman-adv: Avoid recursive call_rcu for batadv_nc_node" which was > modified by Marek while he applied the patches (this unfortunately made > some of the remaining patches "hard" to apply) > v5: > - add hack which allows to compile against stable kernel like 3.2.44 which > also added the kref_get_unless_zero function > v4: > - fix function names in commit messages > - fix double whitespace in batadv_tt_orig_list_entry_release kerneldoc > - add extra patch for batadv_claim_free_ref kerneldoc fix > - change the phrase "free it" in all *_free_ref/*_put functions to "release > it" v3: > - update copyright year > v2: > - split patchset into fixes and kref migration to make it easier when the > decision is made where each patch will be applied > > net/batman-adv/originator.c | 20 ++++++++++++-------- > net/batman-adv/types.h | 3 ++- > 2 files changed, 14 insertions(+), 9 deletions(-) Applied in revision ae315bc. Thanks, Marek --nextPart8028948.WJYrTO5O4G Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJWmySGAAoJEFNVTo/uthzA3e4H/iAq3NlSQV0XiPoWUQwiq6bn HC301NRyCrEP3qE3+6CzSU8IbSAv61SPQbTntBSJMs6LM1/mSBNlgw9xQkABZ7An OZ7Uaom1TPXlnViE43uWG1kETjg5XA+jjVCqjlVPSqNj3OoeCHS0N4OONWeeSVN2 jpHEuUHHz832xZtl35IX8bix7KKb9sfJLHQG3Dn6Ika1Ky7FGDKa17eu3YjGJFGF 6AZ0hvD39hwGExEyQf0vU3ATI8rxZN+ugqnskPuvfhyaCOiuxg0Yv2UkY0/8PHol kyJA+wwkpsLYD+7YA2uSKW0LYp534KE+m9xQGcnBNOmNqjOi/Yaw7cSqYJoUqfA= =l6Uj -----END PGP SIGNATURE----- --nextPart8028948.WJYrTO5O4G--