From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 810D4C433FE for ; Thu, 6 Oct 2022 15:07:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type:Cc:To:Subject: Message-ID:Date:From:In-Reply-To:References:MIME-Version:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=19y9yEzpIVCdXeybhvKA7dJEvUCmehig1gThjjfIZlg=; b=y5fAc9sgs4bGmYOSWTPrSr9WzO +/e/ziNncp9B6AcK+xSx7ju8C4RA3QHUTa2cLXMSXlr3Nu6M5F8TPYgPNoRBZSISHUAxNdu0R/wej wQx6nFejX+szmCw0CCpdU+WkRpWs5l8d86QO+gPEWukmRL/7iq8NpwIvVNN7HJwt95Wi+WuKppTL3 0kWoxgv4dzdsuaH8niEU8hX0ZhB4rYxQQSrdZ2ag+icp7UfiTvg3UgSerZidCQajZMGo4Ij5tMhST 7oH176f90VgOYwyYnwATjPIG971+SwNsrNxxKECzwug8YM/1BxK5DQVc67W+LxzD5+JOzgSn/volt 6L0XTdTA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ogSTO-003E5f-43; Thu, 06 Oct 2022 15:07:42 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ogQy7-002hF6-Sa; Thu, 06 Oct 2022 13:31:21 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 41C68619B5; Thu, 6 Oct 2022 13:31:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 581F6C433D6; Thu, 6 Oct 2022 13:31:18 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="DnHj1hgp" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1665063076; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=19y9yEzpIVCdXeybhvKA7dJEvUCmehig1gThjjfIZlg=; b=DnHj1hgprWUDyqWVNS0+FROvf65adGurdj9BoRFewnCdcvlclaqDaNvUotvhmXtsFzSoKQ vlOw/e6Fmv5lVFuceei/jjKagVdExuPZv2ImUknrHWiHZyy1JlDjjj4okhu+RFq+SfEN5z qK2lNDaEi/8k1YTMXNEyFm8zDfdU7pU= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 50ab4f07 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 6 Oct 2022 13:31:15 +0000 (UTC) Received: by mail-yw1-f180.google.com with SMTP id 00721157ae682-349c4310cf7so17790437b3.3; Thu, 06 Oct 2022 06:31:14 -0700 (PDT) X-Gm-Message-State: ACrzQf2wjR0XXOrMmIASfbfy4BiXr7qriI021Ygve4cyYrVxkdr9xmeV yh/6FOvLG0uy8cPiUitDqmut5/z8j/tMBHYPaaY= X-Google-Smtp-Source: AMsMyM5LOcwlCqLDJ8Sdf5AH9P6p8LW9hstCcin8XnWJVl2TEMHnjzVUue7OZJku+oxVakLrWA9vu3wGp+73FInbltY= X-Received: by 2002:ab0:70b9:0:b0:3d7:84d8:35ae with SMTP id q25-20020ab070b9000000b003d784d835aemr2699257ual.24.1665063063460; Thu, 06 Oct 2022 06:31:03 -0700 (PDT) MIME-Version: 1.0 References: <20221006132510.23374-1-Jason@zx2c4.com> In-Reply-To: <20221006132510.23374-1-Jason@zx2c4.com> From: "Jason A. Donenfeld" Date: Thu, 6 Oct 2022 07:30:52 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 0/5] treewide cleanup of random integer usage To: linux-kernel@vger.kernel.org, patches@lists.linux.dev Cc: Andreas Noever , Andrew Morton , Andy Shevchenko , Borislav Petkov , =?UTF-8?Q?Christoph_B=C3=B6hmwalder?= , Christoph Hellwig , Daniel Borkmann , Dave Airlie , Dave Hansen , "David S . Miller" , Eric Dumazet , Florian Westphal , Greg Kroah-Hartman , "H . Peter Anvin" , Herbert Xu , Hugh Dickins , Jakub Kicinski , "James E . J . Bottomley" , Jan Kara , Jason Gunthorpe , Jens Axboe , Johannes Berg , Jonathan Corbet , Jozsef Kadlecsik , KP Singh , Kees Cook , Marco Elver , Mauro Carvalho Chehab , Michael Ellerman , Pablo Neira Ayuso , Paolo Abeni , "Theodore Ts'o" , Thomas Gleixner , Thomas Graf , Ulf Hansson , Vignesh Raghavendra , Yury Norov , dri-devel@lists.freedesktop.org, kasan-dev@googlegroups.com, kernel-janitors@vger.kernel.org, linux-block@vger.kernel.org, linux-crypto@vger.kernel.org, linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-media@vger.kernel.org, linux-mm@kvack.org, linux-mmc@vger.kernel.org, linux-mtd@lists.infradead.org, linux-nvme@lists.infradead.org, linux-rdma@vger.kernel.org, linux-usb@vger.kernel.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org Content-Type: text/plain; charset="UTF-8" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221006_063120_009010_C779355D X-CRM114-Status: GOOD ( 14.41 ) X-Mailman-Approved-At: Thu, 06 Oct 2022 08:01:47 -0700 X-BeenThere: linux-nvme@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-nvme" Errors-To: linux-nvme-bounces+linux-nvme=archiver.kernel.org@lists.infradead.org On Thu, Oct 6, 2022 at 7:25 AM Jason A. Donenfeld wrote: > This is a five part treewide cleanup of random integer handling. > [...] > Please take a look! I should add that this patchset probably appears bigger than it already is, due in part to that wall of motivational text. Keep in mind, though, that the whole thing is only "305 insertions(+), 342 deletions(-)", so it should be conventionally reviewable. Jason