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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F0B18C433EF for ; Thu, 10 Feb 2022 15:50:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243764AbiBJPu2 (ORCPT ); Thu, 10 Feb 2022 10:50:28 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:40582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243551AbiBJPu1 (ORCPT ); Thu, 10 Feb 2022 10:50:27 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 24D91B72 for ; Thu, 10 Feb 2022 07:50:28 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id C49DDB825F9 for ; Thu, 10 Feb 2022 15:50:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 29965C004E1; Thu, 10 Feb 2022 15:50:25 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="L16M6hPQ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1644508223; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=KcGQffE18NmsJ+tZ72J4XqUFjIMpYLGwlABieNc6FKQ=; b=L16M6hPQaGdmSgMqt1CHOrs0TGd0qwcvwlQG2h2yYUzCyVfQYVgYojOhR5mO1rjVAMgMKn FuDXzR/MWjxrlKk7ciTNKtvnIISjyO0Dp5S/F8Mq2CAtXkJAteOozLrb67dm7uhNLmwuX8 Vf6qt/wl0dId6cmW+ZcZoZekL1Mhi6g= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id b6a65896 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Thu, 10 Feb 2022 15:50:22 +0000 (UTC) From: "Jason A. Donenfeld" To: linux-kernel@vger.kernel.org Cc: "Jason A. Donenfeld" , Greg Kroah-Hartman , Theodore Ts'o , Dominik Brodowski Subject: [PATCH 0/3] random: maintenance administrivia Date: Thu, 10 Feb 2022 16:50:09 +0100 Message-Id: <20220210155012.136485-1-Jason@zx2c4.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These patches aren't very interesting: removing unused debugging code and switching to SPDX. I'm not aware of any special ritual being required to SPDXify a file aside from just doing it, but please correct me if I'm wrong; none of the copyright info changes. Cc: Greg Kroah-Hartman Cc: Theodore Ts'o Cc: Dominik Brodowski Jason A. Donenfeld (3): random: remove ifdef'd out interrupt bench random: remove unused tracepoints random: add proper SPDX header drivers/char/random.c | 110 +----------------- include/linux/random.h | 5 - include/trace/events/random.h | 206 ---------------------------------- lib/random32.c | 2 - 4 files changed, 5 insertions(+), 318 deletions(-) delete mode 100644 include/trace/events/random.h -- 2.35.0