From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751219AbdKLTzs (ORCPT ); Sun, 12 Nov 2017 14:55:48 -0500 Received: from mail.aperture-lab.de ([138.201.29.205]:46816 "EHLO mail.aperture-lab.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750910AbdKLTzq (ORCPT ); Sun, 12 Nov 2017 14:55:46 -0500 Date: Sun, 12 Nov 2017 20:55:43 +0100 From: Linus =?utf-8?Q?L=C3=BCssing?= To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org, akpm@linux-foundation.org, Antonio Quartulli , Simon Wunderlich Subject: Re: [PATCH 3.16 076/294] batman-adv: fix TT sync flag inconsistencies Message-ID: <20171112195543.GD1589@otheros> References: <20171107011651.GB1873@otheros> <1510062155.2748.128.camel@decadent.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1510062155.2748.128.camel@decadent.org.uk> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ben, On Tue, Nov 07, 2017 at 01:42:35PM +0000, Ben Hutchings wrote: > That function didn't exist in 3.16 (at least not under that name). Ah, you're right, back then the netlink interface did not exist in batman-adv yet, only the debugfs one. batadv_tt_global_print_entry would be the equivalent function for debugfs. But not worth the effort now, in my opinion. I'm fine with this proposed patch for 3.16 now. Thanks for the clarification! And I'm happy to see this patch backported. Regards, Linus From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 12 Nov 2017 20:55:43 +0100 From: Linus =?utf-8?Q?L=C3=BCssing?= Message-ID: <20171112195543.GD1589@otheros> References: <20171107011651.GB1873@otheros> <1510062155.2748.128.camel@decadent.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1510062155.2748.128.camel@decadent.org.uk> Subject: Re: [B.A.T.M.A.N.] [PATCH 3.16 076/294] batman-adv: fix TT sync flag inconsistencies List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org, akpm@linux-foundation.org, Antonio Quartulli , Simon Wunderlich Hi Ben, On Tue, Nov 07, 2017 at 01:42:35PM +0000, Ben Hutchings wrote: > That function didn't exist in 3.16 (at least not under that name). Ah, you're right, back then the netlink interface did not exist in batman-adv yet, only the debugfs one. batadv_tt_global_print_entry would be the equivalent function for debugfs. But not worth the effort now, in my opinion. I'm fine with this proposed patch for 3.16 now. Thanks for the clarification! And I'm happy to see this patch backported. Regards, Linus