From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 17 Jan 2016 16:42:32 +0800 Message-ID: <2884256.0vFuJ7R4bN@voltaire> In-Reply-To: <1452936598-28619-19-git-send-email-sven@narfation.org> References: <1452936598-28619-1-git-send-email-sven@narfation.org> <1452936598-28619-19-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2285902.R6HSJza18E"; micalg="pgp-sha256"; protocol="application/pgp-signature" Subject: Re: [B.A.T.M.A.N.] [PATCH v6 19/20] batman-adv: Convert batadv_tt_common_entry 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 --nextPart2285902.R6HSJza18E Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Saturday, January 16, 2016 10:29:57 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/translation-table.c | 60 > ++++++++++++++++++++++++++++++-------- > net/batman-adv/types.h | 2 +- > 2 files changed, 49 insertions(+), 13 deletions(-) Applied in revision b81bdae. Thanks, Marek --nextPart2285902.R6HSJza18E 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 iQEcBAABCAAGBQJWm1P4AAoJEFNVTo/uthzALcEH/3DN/cAnxKXAuOFswj6pgEjD f3LhtTUy2dXC3e9Pg8FSRdKCK9cmNrYbr4ZSKu3SRS/jBoJpISsbkMCfhGIXxqIr RoBapDjbczm21AoQbqVO2XtyurEIjAZ5w1/Rv/ih7y2cHUvKY3p70QM1qL9lf1B0 LdU5xPC4EGHICIi6Wp7ZFdRiit/eOpRSrrAc0eT5I7WUf5USBdUW5jYPl2JQxp0L pP0hCzJUI0EB0epQ/HZ7krUWXj3kcT+wpFuZ2+OPfUgV1wWT85H688/pHoAAwkYJ L1hjjxYBJSN9hquRaP3/58EreCf7kKXB11fJ07fV38JvM2thMtYp9Qr4CtBydSk= =0k64 -----END PGP SIGNATURE----- --nextPart2285902.R6HSJza18E--