From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 0/7] Assorted rhashtables cleanups. Date: Fri, 22 Jun 2018 13:43:51 +0900 (KST) Message-ID: <20180622.134351.2080770694318509260.davem@davemloft.net> References: <152929034948.23173.8671757672560065344.stgit@noble> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: tgraf@suug.ch, herbert@gondor.apana.org.au, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: neilb@suse.com Return-path: In-Reply-To: <152929034948.23173.8671757672560065344.stgit@noble> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: NeilBrown Date: Mon, 18 Jun 2018 12:52:50 +1000 > Following 7 patches are selections from a recent RFC series I posted > that have all received suitable Acks. > > The most visible changes are that rhashtable-types.h is now preferred > for inclusion in include/linux/*.h rather than rhashtable.h, and > that the full hash is used - no bits a reserved for a NULLS pointer. Series applied to net-next, thanks Neil.