Toggle navigation
Patchwork
U-Boot
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Archived =
No
| 1895 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
Apply
«
1
2
…
6
7
8
…
18
19
»
Patch
Series
A/R/T
S/W/F
Date
Submitter
Delegate
State
[Concept,16/22] buildman: Rename constants to UPPER_CASE in test.py
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,15/22] buildman: Rename commit parameter to avoid shadowing in test.py
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,14/22] buildman: Disable protected-access warning in test.py
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,13/22] buildman: Mark unused arguments in test.py
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,12/22] buildman: Fix implicit string concatenation in test.py
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,11/22] buildman: Remove unused variables in test.py
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,10/22] buildman: Fix docstring in add_line_prefix()
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,09/22] buildman: Use set comprehension in test.py
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,08/22] buildman: Use tools.write_file() in test.py
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,07/22] buildman: Fix singleton comparisons in test.py
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,06/22] buildman: Add missing docstrings in test.py
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,05/22] buildman: Convert CamelCase to snake_case in test.py
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,04/22] buildman: Fix import order in test.py
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,03/22] buildman: Convert to f-strings in test.py
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,02/22] buildman: Add __init__() to Options class in test.py
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,01/22] buildman: Fix indentation and semicolon in test.py
buildman: Clean up test.py for pylint compliance
- - -
-
-
-
2026-01-06
Simon Glass
New
[Concept,11/11] buildman: Fix return type documentation in builderthread.py
buildman: Refactor control and builderthread
- - -
-
-
-
2026-01-05
Simon Glass
New
[Concept,10/11] buildman: Silence too-many-arguments warnings
buildman: Refactor control and builderthread
- - -
-
-
-
2026-01-05
Simon Glass
New
[Concept,09/11] buildman: Extract _process_elf_file() from _write_toolchain_result()
buildman: Refactor control and builderthread
- - -
-
-
-
2026-01-05
Simon Glass
New
[Concept,08/11] buildman: Extract _write_toolchain_result() from _write_result()
buildman: Refactor control and builderthread
- - -
-
-
-
2026-01-05
Simon Glass
New
[Concept,07/11] buildman: Extract _do_build() from run_commit()
buildman: Refactor control and builderthread
- - -
-
-
-
2026-01-05
Simon Glass
New
[Concept,06/11] buildman: Add BuildSetup named tuple for _setup_build() return value
buildman: Refactor control and builderthread
- - -
-
-
-
2026-01-05
Simon Glass
New
[Concept,05/11] buildman: Split _config_and_build() into three methods
buildman: Refactor control and builderthread
- - -
-
-
-
2026-01-05
Simon Glass
New
[Concept,04/11] buildman: Add RunRequest named tuple for run_commit() parameters
buildman: Refactor control and builderthread
- - -
-
-
-
2026-01-05
Simon Glass
New
[Concept,03/11] buildman: Document toolchain member in BuilderThread
buildman: Refactor control and builderthread
- - -
-
-
-
2026-01-05
Simon Glass
New
[Concept,02/11] buildman: Fix some pylint warnings in builderthread.py
buildman: Refactor control and builderthread
- - -
-
-
-
2026-01-05
Simon Glass
New
[Concept,01/11] buildman: Fix pylint warnings in control.py
buildman: Refactor control and builderthread
- - -
-
-
-
2026-01-05
Simon Glass
New
[Concept,11/11] buildman: Fix pylint warnings in test_boards.py
buildman: Pylint cleanups
- - -
-
-
-
2026-01-04
Simon Glass
New
[Concept,10/11] buildman: Fix remaining pylint warnings in toolchain.py
buildman: Pylint cleanups
- - -
-
-
-
2026-01-04
Simon Glass
New
[Concept,09/11] buildman: Use f-strings in toolchain.py
buildman: Pylint cleanups
- - -
-
-
-
2026-01-04
Simon Glass
New
[Concept,08/11] buildman: Document all Toolchain public members
buildman: Pylint cleanups
- - -
-
-
-
2026-01-04
Simon Glass
New
[Concept,07/11] buildman: Make MyHTMLParser.re_arch private
buildman: Pylint cleanups
- - -
-
-
-
2026-01-04
Simon Glass
New
[Concept,06/11] buildman: Fix docstrings in toolchain.py
buildman: Pylint cleanups
- - -
-
-
-
2026-01-04
Simon Glass
New
[Concept,05/11] buildman: Rename toolchain methods to snake_case
buildman: Pylint cleanups
- - -
-
-
-
2026-01-04
Simon Glass
New
[Concept,04/11] buildman: Use tools.read_file/write_file in test_bsettings.py
buildman: Pylint cleanups
- - -
-
-
-
2026-01-04
Simon Glass
New
[Concept,03/11] buildman: Fix pylint warnings in bsettings.py
buildman: Pylint cleanups
- - -
-
-
-
2026-01-04
Simon Glass
New
[Concept,02/11] claude: Drop mention of --no-ext-diff
buildman: Pylint cleanups
- - -
-
-
-
2026-01-04
Simon Glass
New
[Concept,01/11] buildman: Fix pylint warnings in main.py
buildman: Pylint cleanups
- - -
-
-
-
2026-01-04
Simon Glass
New
[Concept,12/12] buildman: Fix remaining pylint warnings in boards.py
buildman: Fix pylint warnings in board.py and boards.py
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,11/12] buildman: Extract _check_board() from select_boards()
buildman: Fix pylint warnings in board.py and boards.py
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,10/12] buildman: Extract helper functions from output_is_new()
buildman: Fix pylint warnings in board.py and boards.py
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,09/12] buildman: Split _start_defconfig_scans() into two functions
buildman: Fix pylint warnings in board.py and boards.py
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,08/12] buildman: Extract F: and N: tag handling in parse_file() into methods
buildman: Fix pylint warnings in board.py and boards.py
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,07/12] buildman: Extract target checking from scan() into _check_targets()
buildman: Fix pylint warnings in board.py and boards.py
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,06/12] buildman: Extract defconfig loading from scan() into _load_defconfig()
buildman: Fix pylint warnings in board.py and boards.py
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,05/12] buildman: Extract tag parsing from parse() into _parse_tag()
buildman: Fix pylint warnings in board.py and boards.py
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,04/12] buildman: Use specific exception type in _fixup_arch()
buildman: Fix pylint warnings in board.py and boards.py
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,03/12] buildman: Extract arch fixups from scan() into separate function
buildman: Fix pylint warnings in board.py and boards.py
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,02/12] buildman: Fix pylint warnings in boards.py
buildman: Fix pylint warnings in board.py and boards.py
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,01/12] buildman: Suppress pylint warnings in board.py
buildman: Fix pylint warnings in board.py and boards.py
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,29/29] test/py: Add an option to disable the console timeout
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,28/29] test/py: Add an add option to skip flat-tree tests
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,27/29] test/py: Speed up VT100-filtering in expect()
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,26/29] test/py: Reduce CPU usage when waiting for console output
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,25/29] test/py: Handle a failure during configuration
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,24/29] doc: malloc: Add a section on finding memory leaks
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,23/29] malloc: Add file output for heap dump and malloc log
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,22/29] malloc: Add an option to disable mcheck-backtrace collection
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,21/29] cmd: malloc: Add a command to show the malloc log
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,20/29] malloc: Add function to dump the malloc()-traffic log
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,19/29] malloc: Add a log for malloc() traffic
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,18/29] malloc: Refactor malloc_dump() to use output callback
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,17/29] test: malloc: Account for mcheck overhead in the large test
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,16/29] malloc: Fix malloc_usable_size() to handle mcheck headers
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,15/29] sandbox: Increase CONFIG_MCHECK_CALLER_LEN to 64
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,14/29] test: Rename dm_test_host()
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,13/29] video: Optimise video_flush_copy() for full-line damage
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,12/29] video: truetype: Add a scratch buffer to use malloc() less
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,11/29] video: Update stb_truetype
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,10/29] Update Claude instructions for uman
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,09/29] sandbox: Add -M option to disable mcheck at runtime
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,08/29] sandbox: Add gprof profiling support
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,07/29] test: nand: Free allocated buffers after test
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,06/29] video: truetype: Free allocated buffers on device removal
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,05/29] video: vidconsole: Free cursor save buffer on device removal
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,04/29] video: Fix memory leak of vidconsole device name
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,03/29] buildman: Fix IDE mode to show warnings
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,02/29] u_boot_pylib: tout: Add newline parameter to output functions
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,v2,01/29] u_boot_pylib: command: Convert output before raising exception
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,24/24] test/py: Add an option to disable the console timeout
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,23/24] test/py: Add an add option to skip flat-tree tests
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,22/24] test/py: Speed up VT100-filtering in expect()
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,21/24] test/py: Reduce CPU usage when waiting for console output
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,20/24] test/py: Handle a failure during configuration
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,19/24] doc: malloc: Add a section on finding memory leaks
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,18/24] malloc: Add file output for heap dump and malloc log
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,17/24] malloc: Add an option to disable mcheck-backtrace collection
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,16/24] cmd: malloc: Add a command to show the malloc log
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,15/24] malloc: Add function to dump the malloc()-traffic log
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,14/24] malloc: Add a log for malloc() traffic
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,13/24] malloc: Refactor malloc_dump() to use output callback
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,12/24] test: malloc: Account for mcheck overhead in the large test
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,11/24] malloc: Fix malloc_usable_size() to handle mcheck headers
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,10/24] sandbox: Increase CONFIG_MCHECK_CALLER_LEN to 80
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,09/24] test: Rename dm_test_host()
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,08/24] video: Optimise video_flush_copy() for full-line damage
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,07/24] video: truetype: Add a scratch buffer to use malloc() less
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,06/24] video: Update stb_truetype
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,05/24] Update Claude instructions for uman
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
[Concept,04/24] sandbox: Add -M option to disable mcheck at runtime
Malloc debugging and test/py improvements
- - -
-
-
-
2026-01-03
Simon Glass
New
«
1
2
…
6
7
8
…
18
19
»