From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8888181E for ; Thu, 6 Oct 2022 13:31:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2127CC433B5 for ; Thu, 6 Oct 2022 13:31:10 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="dCt1XlLR" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1665063067; 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=dCt1XlLRhK46o65EhJYBSpRmYOT4n7MeVXGzqEAmpcGdWyuxeH5sPJp8L+8s50v59qatMG Pop9Q+fWN3pqL5OpRxJVaBL/44G7A5DyWYXHpzYYf1aO4M481jtYlUZ2z2P2gTZK51QEX3 xI04TaxnmVtdtVX+upl/OVmNZ34Lghg= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 220e1c04 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 6 Oct 2022 13:31:07 +0000 (UTC) Received: by mail-ua1-f45.google.com with SMTP id p89so623797uap.12 for ; Thu, 06 Oct 2022 06:31:06 -0700 (PDT) X-Gm-Message-State: ACrzQf19/bxgHvPXFm/aKs4daQl4XSe1cMgzGsfG1qigZfLGVmu5ak8f 4HYNliVoXz7reQpwfCajmxRRRGsudiHBGGS8y4g= 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) Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: 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" 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