From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: [PATCHES] cls_u32 cleanups and fixes Date: Wed, 5 Sep 2018 20:01:35 +0100 Message-ID: <20180905190134.GQ19965@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jamal Hadi Salim , Cong Wang , Jiri Pirko To: netdev@vger.kernel.org Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:56882 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726544AbeIEXdF (ORCPT ); Wed, 5 Sep 2018 19:33:05 -0400 Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: Several cls_u32 patches: fixing refcounting, preventing links to and deletion of root hnodes, validating divisor. Plus cleanups - removal of some useless fields and saner handling of tc_u_common hashtable. The first 3 in series are fixes (and -stable fodder), the rest - cleanups. Branch can be found in vfs.git#misc.cls_u32; individual patches will go in followups.