From: Luca Ceresoli <luca.ceresoli@bootlin.com>
To: "Joshua Watt" <JPEWhacker@gmail.com>
Cc: bitbake-devel@lists.openembedded.org, rasmus.villemoes@prevas.dk
Subject: Re: [bitbake-devel][PATCH] siggen: Fix insufficent entropy in sigtask file names
Date: Thu, 4 Aug 2022 11:26:48 +0200 [thread overview]
Message-ID: <20220804112648.71c80544@booty> (raw)
In-Reply-To: <20220803140441.1196056-1-JPEWhacker@gmail.com>
Hi Joshua,
On Wed, 3 Aug 2022 09:04:41 -0500
"Joshua Watt" <JPEWhacker@gmail.com> wrote:
> Signature generation uses mkstemp() to get a file descriptor to a unique
> file and then write the signature into it. However, the unique file name
> generation in glibc is based on the system timestamp, which means that
> with highly parallel builds it is more likely than one might expect
> expected that a conflict will occur between two different builder nodes.
s/expect expected/expect/
Taken in my testing branch with the above fix.
--
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2022-08-04 9:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-03 14:04 [bitbake-devel][PATCH] siggen: Fix insufficent entropy in sigtask file names Joshua Watt
2022-08-04 9:26 ` Luca Ceresoli [this message]
2022-08-09 21:44 ` Joshua Watt
2022-08-09 21:47 ` Steve Sakoman
2022-08-10 14:03 ` Joshua Watt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220804112648.71c80544@booty \
--to=luca.ceresoli@bootlin.com \
--cc=JPEWhacker@gmail.com \
--cc=bitbake-devel@lists.openembedded.org \
--cc=rasmus.villemoes@prevas.dk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.