From: Armin Kuster <akuster808@gmail.com>
To: bitbake-devel@lists.openembedded.org
Subject: [1.44 00/18] Patch review
Date: Sun, 22 Dec 2019 20:50:24 -0800 [thread overview]
Message-ID: <cover.1577076251.git.akuster808@gmail.com> (raw)
This series has been run on the AB.
I relize the hash work is progress for fixes to 1.44.
This is what I have so far.
The following changes since commit cfa307aabf710d79c404a8571b4158b864a94727:
runqueue.py: not show warning for deferred multiconfig task (2019-11-29 11:26:07 +0000)
are available in the git repository at:
git://git.openembedded.org/bitbake-contrib stable/1.44-nut
http://cgit.openembedded.org//log/?h=stable/1.44-nut
Chris Laplante via bitbake-devel (1):
bb.utils.fileslocked: don't leak files if yield throws
Joshua Watt (1):
runqueue: Batch scenequeue updates
Richard Purdie (16):
hashserv: Add support for equivalent hash reporting
runqueue/siggen: Allow handling of equivalent hashes
runqueue: Add extra debugging when locked sigs mismatches occur
knotty/uihelper: Switch from pids to tids for Task event management
siggen: Avoid taskhash mismatch errors for nostamp tasks when
dependencies rehash
siggen: Ensure new unihash propagates through the system
siggen: Fix performance issue in get_unihash
runqueue: Rework process_possible_migrations() to improve performance
runqueue: Fix task mismatch failures from incorrect logic
siggen: Split get_tashhash for performance
runqueue: Fix sstate task iteration performance
runqueue: Optimise task migration code slightly
runqueue: Optimise out pointless loop iteration
runqueue: Optimise task filtering
runqueue: Only call into the migrations function if migrations active
lib/bb: Optimise out debug messages from cooker
lib/bb/__init__.py | 5 ++
lib/bb/build.py | 25 +++++-----
lib/bb/runqueue.py | 127 ++++++++++++++++++++++++++++---------------------
lib/bb/siggen.py | 74 ++++++++++++++++++++++------
lib/bb/ui/knotty.py | 12 ++---
lib/bb/ui/uihelper.py | 39 +++++++++------
lib/bb/utils.py | 9 ++--
lib/hashserv/client.py | 8 ++++
lib/hashserv/server.py | 36 ++++++++++++++
9 files changed, 231 insertions(+), 104 deletions(-)
--
2.7.4
next reply other threads:[~2019-12-23 4:50 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-23 4:50 Armin Kuster [this message]
2019-12-23 4:50 ` [1.44 01/18] hashserv: Add support for equivalent hash reporting Armin Kuster
2019-12-23 4:50 ` [1.44 02/18] runqueue/siggen: Allow handling of equivalent hashes Armin Kuster
2019-12-23 8:25 ` Peter Kjellerstedt
2019-12-23 16:18 ` akuster808
2019-12-28 12:24 ` Richard Purdie
2019-12-23 4:50 ` [1.44 03/18] runqueue: Add extra debugging when locked sigs mismatches occur Armin Kuster
2019-12-23 4:50 ` [1.44 04/18] knotty/uihelper: Switch from pids to tids for Task event management Armin Kuster
2019-12-23 4:50 ` [1.44 05/18] siggen: Avoid taskhash mismatch errors for nostamp tasks when dependencies rehash Armin Kuster
2019-12-23 4:50 ` [1.44 06/18] siggen: Ensure new unihash propagates through the system Armin Kuster
2019-12-23 4:50 ` [1.44 07/18] runqueue: Batch scenequeue updates Armin Kuster
2019-12-23 4:50 ` [1.44 08/18] siggen: Fix performance issue in get_unihash Armin Kuster
2019-12-23 4:50 ` [1.44 09/18] bb.utils.fileslocked: don't leak files if yield throws Armin Kuster
2019-12-23 4:50 ` [1.44 10/18] runqueue: Rework process_possible_migrations() to improve performance Armin Kuster
2019-12-23 4:50 ` [1.44 11/18] runqueue: Fix task mismatch failures from incorrect logic Armin Kuster
2019-12-23 4:50 ` [1.44 12/18] siggen: Split get_tashhash for performance Armin Kuster
2019-12-23 4:50 ` [1.44 13/18] runqueue: Fix sstate task iteration performance Armin Kuster
2019-12-23 4:50 ` [1.44 14/18] runqueue: Optimise task migration code slightly Armin Kuster
2019-12-23 4:50 ` [1.44 15/18] runqueue: Optimise out pointless loop iteration Armin Kuster
2019-12-23 4:50 ` [1.44 16/18] runqueue: Optimise task filtering Armin Kuster
2019-12-23 4:50 ` [1.44 17/18] runqueue: Only call into the migrations function if migrations active Armin Kuster
2019-12-23 4:50 ` [1.44 18/18] lib/bb: Optimise out debug messages from cooker Armin Kuster
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=cover.1577076251.git.akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=bitbake-devel@lists.openembedded.org \
/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.