messages from 2021-11-03 22:42:09 to 2022-10-06 16:36:03 UTC [more...]
[PATCH v3 1/2] libfdt: prevent integer overflow in fdt_next_tag
2022-10-06 16:36 UTC (5+ messages)
` [PATCH v3 2/2] libfdt: tests: add get_next_tag_invalid_prop_len
[PATCH v2 1/2] libfdt: prevent integer overflow in fdt_next_tag
2022-10-04 23:06 UTC (5+ messages)
` [PATCH v2 2/2] libfdt: tests: add get_next_tag_invalid_prop_len
[PATCH 1/2] libfdt: prevent integer overflow in fdt_next_tag
2022-09-30 13:18 UTC (3+ messages)
` [PATCH 2/2] libfdt: tests: add get_next_tag_invalid_prop_len
fdt_setprop comma-separated cells
2022-09-28 5:35 UTC (3+ messages)
[PATCH 1/2] Makefile: limit make re-execution to avoid infinite spin
2022-09-26 5:24 UTC (3+ messages)
` [PATCH 2/2] Makefile: fix infinite recursion by dropping non-existent `%.output`
[PATCH] libdtc: remove duplicate judgments
2022-09-15 8:55 UTC
[PATCH] Don't generate erroneous fixups from reference to path
2022-08-04 5:01 UTC (2+ messages)
[PATCH] fdt_get_phandle: Return invalid phandles as 0
2022-08-04 4:57 UTC (4+ messages)
ftdoverlay overwrites phandle
2022-08-01 12:22 UTC (4+ messages)
dtc 1.6.0 overlay full-path reference in array produces broken property names
2022-07-31 12:12 UTC (3+ messages)
[PATCH] libfdt: Don't mask fdt_get_name() returned error
2022-07-30 3:52 UTC (2+ messages)
[PATCH] manual.txt: Follow README.md and remove Jon
2022-07-30 3:51 UTC (2+ messages)
[PATCH 0/4] Updates to README file
2022-07-29 2:57 UTC (7+ messages)
` [PATCH 1/4] Convert README to README.md
` [PATCH 2/4] Remove Jon Loeliger from maintainers list
` [PATCH 3/4] Split out information for contributors to CONTRIBUTING.md
` [PATCH 4/4] Add description of Signed-off-by lines
[PATCH] fdtoverlay: Fix usage string to not mention "<type>"
2022-07-28 7:55 UTC (8+ messages)
[PATCH] Allow static building with meson
2022-07-27 6:50 UTC (2+ messages)
[PATCH v2] Allow static building with make
2022-07-27 6:48 UTC (2+ messages)
[PATCH] libfdt: Handle failed get_name() on BEGIN_NODE
2022-07-26 11:47 UTC (2+ messages)
[PATCH v2] Fix test script to run also on dash shell
2022-07-26 11:40 UTC (2+ messages)
[PATCH] Fix test script to run also on dash shell
2022-07-02 7:49 UTC (2+ messages)
[PATCH] Add missing relref_merge test to meson test list
2022-07-02 6:37 UTC (2+ messages)
[PATCH] Depend on .a instead of .so when building static
2022-06-24 2:24 UTC (2+ messages)
[PATCH v4] pylibfdt: add FdtRo.get_path()
2022-04-26 6:29 UTC (7+ messages)
[PATCH v4 0/4] Introduce fdtgrep for subsetting and hashing FDTs
2022-03-14 17:44 UTC (20+ messages)
` [PATCH v4 1/4] README: Explain how to add a new API function
` [PATCH v4 2/4] libfdt: Add functions to find regions in an FDT
` [PATCH v4 3/4] Add fdtgrep to grep and hash FDTs
` [PATCH v4 4/4] Add tests for fdtgrep
[PATCH 0/2] More pylibfdt setup.py rework
2022-02-10 4:31 UTC (7+ messages)
` [PATCH 1/2] pylibfdt: fix swig build in install
` [PATCH 2/2] pylibfdt: Compile and build libfdt directly into shim library
[PATCH v3] pylibfdt: add FdtRo.get_path()
2022-01-26 21:16 UTC (4+ messages)
[PATCH v2] pylibfdt: add FdtRo.get_path()
2022-01-26 6:35 UTC (6+ messages)
[PATCH 0/4] Add new helpers to pylibfdt
2022-01-25 4:50 UTC (19+ messages)
` [PATCH 1/4] pylibfdt: add Property.as_stringlist()
` [PATCH 2/4] pylibfdt: add Property.as_*int*_array()
` [PATCH 3/4] pylibfdt: add FdtRo.get_path()
` [PATCH 4/4] pylibfdt: add FdtRo.getprop_or_none()
[PATCH 0/2] Some build fixes
2022-01-04 18:12 UTC (10+ messages)
` [PATCH 1/2] Revert "libfdt: Add static lib to meson build"
` [PATCH 2/2] setup.py: fix out of tree build
[PATCH] Fix Python crash on getprop deallocation
2021-12-26 4:46 UTC (6+ messages)
[PATCH] Support 'b' format for printing raw bytes with fdtget
2021-12-09 7:09 UTC (12+ messages)
` [PATCH V2] "
` [PATCH V3] Support 'r' "
` [PATCH V4] "
[PATCH v2 0/1] libfdt: overlay: make overlay_get_target() public
2021-11-18 18:58 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH] libfdt: overlay: Add fdt_ prefix to overlay_get_target()
2021-11-18 2:26 UTC (3+ messages)
[PATCH 0/4] Improve pylibfdt python packaging
2021-11-13 3:19 UTC (11+ messages)
` [PATCH 1/4] pylibfdt: Use setuptools instead of distutils
` [PATCH 2/4] pylibfdt: Use setuptools_scm for the version
` [PATCH 3/4] pylibfdt: Split setup.py author name and email
` [PATCH 4/4] pylibfdt: Move setup.py to the top level
[PATCH 0/6] More pylibfdt updates
2021-11-12 6:10 UTC (9+ messages)
` [PATCH 1/6] README: Update pylibfdt install instructions
` [PATCH 2/6] pylibfdt: Add packaging metadata
` [PATCH 3/6] pylibfdt_tests: Don't depend on built dtbs
` [PATCH 4/6] tests: rename pylibfdt_tests.py to test_pylibfdt.py
` [PATCH 5/6] pylibfdt: Include tests and test data in packaging
` [PATCH 6/6] pylibfdt: Add tox support
[PATCH] pylibfdt: fix with Python 3.10
2021-11-12 1:46 UTC (3+ messages)
[PATCH] pylibfdt: fix with Python 3.10
2021-11-11 15:45 UTC
[PATCH] libfdt: Add static lib to meson build
2021-11-11 3:27 UTC (3+ messages)
[PATCH v3 0/5] Improve output type formatting
2021-11-09 4:41 UTC (13+ messages)
` [PATCH v3 4/5] dtc: Drop dts source restriction for yaml output
[PATCH v6 0/4] Switch to meson build system
2021-11-09 1:48 UTC (9+ messages)
` [PATCH v6 1/4] pylibfdt: allow build out of tree
A question about generated phandle during dtb=>dts conversion
2021-11-05 3:57 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).