From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.codeaurora.org by pdx-caf-mail.web.codeaurora.org (Dovecot) with LMTP id 6aZfIuw5GVsCEAAAmS7hNA ; Thu, 07 Jun 2018 14:00:29 +0000 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 336516089E; Thu, 7 Jun 2018 14:00:29 +0000 (UTC) Authentication-Results: smtp.codeaurora.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=thunk.org header.i=@thunk.org header.b="COffDgUG" X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on pdx-caf-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by smtp.codeaurora.org (Postfix) with ESMTP id F287D602FC; Thu, 7 Jun 2018 14:00:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org F287D602FC Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=mit.edu Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753688AbeFGOAZ (ORCPT + 25 others); Thu, 7 Jun 2018 10:00:25 -0400 Received: from imap.thunk.org ([74.207.234.97]:45320 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750891AbeFGOAY (ORCPT ); Thu, 7 Jun 2018 10:00:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=thunk.org; s=ef5046eb; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=3CwlUhJRhE9iMM/AA9TOmxiAkSxo34veRshePRvkPuE=; b=COffDgUGFiHyQDPNt4UGeC1Bkj 3NdHkUoCjBSmvgRxdO4cvykLgtAcKKH4vs0y4YvG/aA7i/PNmnABIwJ3BazS4WXV3Rs0JMS881+xf eRaZ0uUL91XqlPQ1BYD+K5LSo00czWSDIXS2bZI07FI6ZGCy8U2R/MhIyzEIpRYpU7pg=; Received: from root (helo=callcc.thunk.org) by imap.thunk.org with local-esmtp (Exim 4.89) (envelope-from ) id 1fQvSN-0002PW-2V; Thu, 07 Jun 2018 14:00:03 +0000 Received: by callcc.thunk.org (Postfix, from userid 15806) id 69ACC7A63D4; Thu, 7 Jun 2018 10:00:02 -0400 (EDT) Date: Thu, 7 Jun 2018 10:00:02 -0400 From: "Theodore Y. Ts'o" To: "Tobin C. Harding" Cc: Andrew Morton , Linus Torvalds , Randy Dunlap , Steven Rostedt , Kees Cook , Anna-Maria Gleixner , Greg Kroah-Hartman , Arnd Bergmann , linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 0/4] enable early printing of hashed pointers Message-ID: <20180607140002.GA5103@thunk.org> Mail-Followup-To: "Theodore Y. Ts'o" , "Tobin C. Harding" , Andrew Morton , Linus Torvalds , Randy Dunlap , Steven Rostedt , Kees Cook , Anna-Maria Gleixner , Greg Kroah-Hartman , Arnd Bergmann , linux-kernel@vger.kernel.org References: <1527472002-11571-1-git-send-email-me@tobin.cc> <20180528135915.GG4613@thunk.org> <20180606233104.GC21148@eros> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180606233104.GC21148@eros> User-Agent: Mutt/1.10.0 (2018-05-17) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 07, 2018 at 09:31:04AM +1000, Tobin C. Harding wrote: > > I'm also happy to take the whole patch series through the random tree > > if everyone else is OK with it. > > Looks like every one is happy (or silent) now Ted, can you please take > this version through your tree. Ok, it's now on the random.git tree. I'm going to give it a few days of soak time in linux-next, and then I'll push it to Linus before the end of the merge window. - Ted