[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7ea6ad5b-a569-4f0a-8fc2-fd66bff19387@acm.org>
Date: Tue, 10 Sep 2024 10:13:17 -0700
From: Bart Van Assche <bvanassche@....org>
To: Uros Bizjak <ubizjak@...il.com>, x86@...nel.org,
linux-crypto@...r.kernel.org, intel-gfx@...ts.freedesktop.org,
dri-devel@...ts.freedesktop.org, linux-media@...r.kernel.org,
linux-mtd@...ts.infradead.org, linux-fscrypt@...r.kernel.org,
linux-scsi@...r.kernel.org, bpf@...r.kernel.org,
linux-kselftest@...r.kernel.org, kunit-dev@...glegroups.com,
linux-kernel@...r.kernel.org
Cc: Hannes Reinecke <hare@...e.de>,
"James E.J. Bottomley" <James.Bottomley@...senPartnership.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>
Subject: Re: [PATCH RESEND v2 08/19] scsi: libfcoe: Include <linux/prandom.h>
instead of <linux/random.h>
On 9/9/24 12:53 AM, Uros Bizjak wrote:
> Substitute the inclusion of <linux/random.h> header with
> <linux/prandom.h> to allow the removal of legacy inclusion
> of <linux/prandom.h> from <linux/random.h>.
>
> Signed-off-by: Uros Bizjak <ubizjak@...il.com>
> Cc: Hannes Reinecke <hare@...e.de>
> Cc: "James E.J. Bottomley" <James.Bottomley@...senPartnership.com>
> Cc: "Martin K. Petersen" <martin.petersen@...cle.com>
> ---
> include/scsi/libfcoe.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/scsi/libfcoe.h b/include/scsi/libfcoe.h
> index 3c5899290aed..6616348e59b9 100644
> --- a/include/scsi/libfcoe.h
> +++ b/include/scsi/libfcoe.h
> @@ -15,7 +15,7 @@
> #include <linux/skbuff.h>
> #include <linux/workqueue.h>
> #include <linux/local_lock.h>
> -#include <linux/random.h>
> +#include <linux/prandom.h>
> #include <scsi/fc/fc_fcoe.h>
> #include <scsi/libfc.h>
> #include <scsi/fcoe_sysfs.h>
Reviewed-by: Bart Van Assche <bvanassche@....org>
Powered by blists - more mailing lists