aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems
AgeCommit message (Collapse)Author
8 daysbindfs: upgrade 1.17.6 -> 1.17.7Wang Mingyu
Changelog: ============ * Enabled -Wextra and fixed many compiler warnings -(MacOS) Added './configure' option '--disable-macos-fs-link' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-09composefs: add a new recipeFathi Boudra
Tools to handle creating and mounting composefs images Flexible mechanism to support read-only mountable filesystem trees, stacking on top of Linux filesystem. It will allow to enable filesystem integrity by leveraging the stack: ostree -> composefs -> fs-verity For reference: https://github.com/containers/composefs?tab=readme-ov-file#filesystem-integrity https://ostreedev.github.io/ostree/composefs/#using-composefs-with-ostree Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-08packagegroup-meta-filesystems: Fix utils typoYongchang Qiao
This typo would cause all utils tools to be missing in the image when only installing packagegroup-meta-filesystems Signed-off-by: Yongchang Qiao <qiaoyongchang@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25xfstests: Fix build with musl >= 1.2.5Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25xfsdump: Fix build with musl >= 1.2.5Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-22xfstests: upgrade to v2024.03.03Martin Jansa
* drop 0003-tests-Makefile-make-sure-group.list-DIRT-exists-befo.patch which was merged upstream Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-17layer.conf: Prepare for release, drop nanbield LAYERSERIESKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-17unionfs-fuse, dropwatch, postgresql, yasm, multipath-tools, ↵Martin Jansa
python3-pybind11: add missing Upstream-Status * add Pending to .patch files where it was accidentally droped with upgrades or modifications in: f88e5b146e postgresql: upgrade 15.5 -> 16.2 c904e169db multipath-tools: upgrade 0.9.3 -> 0.9.8 105be9b3d9 unionfs-fuse: upgrade 2.2 --> 3.4 or new patches where the author didn't notice/care: 2a7f74cdb0 dropwatch: Use header files from sysroot instead of build host f5cc9f272a yasm: improve reproducibility 39028d0d9d python3-pybind11: Restore strip prevention patch authors of these added to CC, please be more careful with removing or not adding these or enable patch-status in ERROR_QA for your builds, see: https://lists.openembedded.org/g/openembedded-core/topic/104922136#197113 * added with: for p in `/OE/layers/openembedded-core/scripts/contrib/patchreview.py -v . | grep Missing.Upstream-Status.tag | sed 's/.*(//g;s/)$//g'`; do grep -q ^Upstream-Status: $p || sed -i "s/^---$/\nUpstream-Status: Pending\n---/g" $p; grep -q ^Upstream-Status: $p || sed -i "1iUpstream-Status: Pending\n" $p; done Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-16layer.conf: Update for the scarthgap release seriesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-08xfsprogs: 6.5.0 -> 6.6.0Robert Yang
Rebased 0005-Replace-off64_t-stat64-with-off_t-stat.patch for 6.6.0. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-08yaffs2-utils: Upgrade to 20221209Robert Yang
* The 20221209 is the commit date of SRCREV since this recipe has no version. * Add 0001-yaffs_guts.h-define-YTIME_T-if-not-already-defined.patch to fix build error: yaffs_guts.h:501:9: error: unknown type name 'YTIME_T' Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-04e2tools: Delete unneeded files from ptest packageKhem Raj
These files are useless for ptests, moreover they cause build QA errors like package e2tools-ptest contains reference to TMPDIR QA Issue: /usr/lib/e2tools/ptest/git/.git/hooks/update.sample contained in package e2tools-ptest requires /usr/bin/sh, but no providers found in RDEPENDS:e2tools-ptest? [file-rdeps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-01fuse3: Make kmod as a recommendation instead of rdep for ptestsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-01fuse3: use 4 spaces for indentationMartin Jansa
* instead of mix of 8, 9 and 4 spaces Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-22meta-multimedia-image-ptest: Add images to enable BBCLASSEXTEND parallel ↵Khem Raj
execution In line with other layers like meta-oe, meta-python add capability to run recipe ptests Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-22meta-filesystems: Add meta-filesystems-image-ptestKhem Raj
This will help in running ptests like core layer, right now there are just 3 but I hope to get more contributions now that infra is in place to run all ptests bitbake meta-filesystems-image-ptest-all to run a single recipe ptests bitbake meta-filesystems-image-ptest-fuse3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-22sshfs-fuse: Fix ptest builds with python 3.12Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-22python3-looseversion: Add recipeKhem Raj
Needed by fuse3 ptests Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-22fuse3: Add missing runtime deps for ptestsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-22e2tools: Add ptestWilliam Lyu
Signed-off-by: William Lyu <William.Lyu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19meta-filesystems: drop ${PYTHON_PN}Tim Orling
python 2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-15xfstests: Only specify the main SRCREV oncePeter Kjellerstedt
The "update" in commit 2af7d3f63e added a SRCREV rather than updating SRCREV_xfstests. Change the recipe to actually use SRCREV so that it is compatible with future AUH updates. Also replace "/usr" with "${prefix}". Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09xfstests: fix make install race conditionMartin Jansa
* sometimes make install was failing with: cp: cannot stat 'group.list': No such file or directory and bunch of non-fatal messages:   mv: failed to preserve ownership for 'group.list': Invalid argument * this was when tools/mkgroupfile did mv -f "$new_groups" "$groupfile" overwritting the group.list file while install-sh was already copying it to output * in the end easily reproducible by 1) removing tests/*/group.list before each make install 2) adding some sleep in mkgroupfile before the mv call Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09xfstests: drop the upstream rejected install-sh hackMartin Jansa
* I'm trying to fix random build failure from world builds:   tests-install sometimes fails as shown bellow: cp: cannot stat 'group.list': No such file or directory ...   mv: failed to preserve ownership for 'group.list': Invalid argument   whole log: 2023.10.29: http://errors.yoctoproject.org/Errors/Details/752403/ 2024.01.14 http://errors.yoctoproject.org/Errors/Details/752404/ * Interestingly I finally triggered this error for first time in my local build (when rebuilding it after reverting this upgrade - which might be just coincidence), here is the log: While looking at this a bit more, I've noticed that install-sh in: # install-sh script in the project is outdated # we use the one from the latest libtool to solve installation issues # It looks like the upstream is not interested in having it fixed :( # https://www.spinics.net/lists/fstests/msg16981.html do_configure:prepend() {     cp ${STAGING_DIR_NATIVE}${datadir}/libtool/build-aux/install-sh ${B} } is copied only to ${B}, but Makefile still has "cp include/install-sh ." which was removed in proposed change for upstream: https://www.spinics.net/lists/fstests/msg16899.html but here it isn't, so shouldn't we copy it to ${B}/include to make sure that make won't use the old version? So I've tried to add:    cp ${STAGING_DIR_NATIVE}${datadir}/libtool/build-aux/install-sh ${B}/include in do_configure:prepend and then I've triggered the build failure again this time with 2024.01.14 version as well by running: for i in `seq -w 1 100`; do bitbake -c cleansstate xfstests; bitbake -k xfstests 2>&1 | tee log.xfstests.$i; done so the issue isn't fixed in the 2024.01.14 version, but maybe it's a bug introduced by our install-sh? It was rejected by upstream in: https://www.spinics.net/lists/fstests/msg16928.html   This install-sh has been used for performance reason, I'd like keep it   if possible. Would you please describe the failures you hit in   cross-compilation env? It'd be great if we could fix the env issue. Also the important error isn't: "mv: failed to preserve ownership for 'group.list': Invalid argument" because that's shown in all the builds: xfstests $ grep -c "mv: failed to preserve ownership for 'group.list': Invalid argument" */temp/log.do_install* 2023.10.29-broken/temp/log.do_install:14 2023.10.29-broken/temp/log.do_install.1094046:14 2023.10.29-fixed-after-broken/temp/log.do_install:14 2023.10.29-fixed-after-broken/temp/log.do_install.1094046:14 2023.10.29-fixed-after-broken/temp/log.do_install.1120923:14 2023.10.29/temp/log.do_install:14 2023.10.29/temp/log.do_install.1094046:14 2024.01.14-ok/temp/log.do_install:14 2024.01.14-ok/temp/log.do_install.1186155:14 but the "cp: cannot stat 'group.list': No such file or directory" which is shown only in the ones which in the end failed: xfstests $ grep cp */temp/log.do_install* 2023.10.29-broken/temp/log.do_install:cp: cannot stat 'group.list': No such file or directory 2023.10.29-broken/temp/log.do_install.1094046:cp: cannot stat 'group.list': No such file or directory 2023.10.29-fixed-after-broken/temp/log.do_install.1094046:cp: cannot stat 'group.list': No such file or directory 2023.10.29/temp/log.do_install:cp: cannot stat 'group.list': No such file or directory 2023.10.29/temp/log.do_install.1094046:cp: cannot stat 'group.list': No such file or directory So I guess we should just drop this install-sh hack from do_configure completely as cross-compilation seems to be fixed upstream already in: https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/commit/?id=5d20084fefaf09e86be26d7c71bd1c7ac2a2b35c xfstests/2024.01.14-ok/git $ git log --oneline include/install-sh fa993e51 include/: spdx license conversion da7916f7 build: Use the original install-sh file from SGI xfstests/2024.01.14-ok/git $ git log --oneline install-sh 5d20084f build: allow cros-compilation on chromeOS e3ca126a xfstests: respect DESTDIR when installing fa6a7868 xfsqa: more sh to bash conversions 491d467f Add GPL license plate to SGI's files. d259454b Update copyright annotations and license boilerplates to correspond with SGI Legals preferences. Merge of master-melb:xfs-cmds:24329a by kenmcd. 3ef12e38 Update copyright dates (again) bc4eb461 Undoes mod:     xfs-cmds:slinx:120772a Undo xfs-cmds:slinx:120772a, inadvertently whacked a previous mod. 8ce73f86 Update copyright dates db6944ec need a copy of this here too. * buildhistory doesn't show any difference, so all the files are installed in the same location as before Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09xfstests: use master branch instead of 'for-next'Martin Jansa
Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09xfstests: add gawk to RDEPENDSMartin Jansa
* QA Issue: /usr/xfstests/src/soak_duration.awk contained in package xfstests requires /usr/bin/awk, but no providers found in RDEPENDS:xfstests? [file-rdeps] this script which was added with upgrade to 2024.01.14 causes the file-rdeps QA, but awk is used in various tests files even in older version: grep -R awk xfstests/2023.10.29/image/usr/xfstests/tests/xfs/ | wc -l 77 e.g.: xfstests/2023.10.29/image/usr/xfstests/tests/xfs/716: awk '{print $3}') Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09xfstests: upgrade to latest 2024.01.14Martin Jansa
* drop 0001-ltp-fsx.h-Explicitly-use-int-for-return-type-for-aio.patch which is now in upstream * I'm trying to fix random build failure from world builds: tests-install sometimes fails as shown bellow: mv: failed to preserve ownership for 'group.list': Invalid argument not sure if it was resolved already (git log doesn't indicate a fix for this), but it's triggered rarely, so I'm waiting if jenkins builds happen to trigger this again (before spending even more time trying to fix it). whole log: NOTE: make -j 64 DESTDIR=xfstests/2023.10.29/image install make --no-print-directory Q=@ -C include install make --no-print-directory Q=@ -C lib install make --no-print-directory Q=@ -C ltp install make --no-print-directory Q=@ -C src install make --no-print-directory Q=@ -C m4 install make --no-print-directory Q=@ -C common install make --no-print-directory Q=@ -C tests install make[1]: Nothing to be done for 'install'. make[1]: Nothing to be done for 'install'. make[1]: Nothing to be done for 'install'. ../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/ltp ../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/common make --no-print-directory Q=@ -C xfstests/2023.10.29/git/tests/btrfs/ install make --no-print-directory Q=@ -C xfstests/2023.10.29/git/tests/ceph/ install make --no-print-directory Q=@ -C xfstests/2023.10.29/git/tests/cifs/ install make --no-print-directory Q=@ -C xfstests/2023.10.29/git/tests/ext4/ install make --no-print-directory Q=@ -C xfstests/2023.10.29/git/tests/f2fs/ install make --no-print-directory Q=@ -C xfstests/2023.10.29/git/tests/generic/ install make --no-print-directory Q=@ -C xfstests/2023.10.29/git/tests/nfs/ install make --no-print-directory Q=@ -C xfstests/2023.10.29/git/tests/ocfs2/ install make --no-print-directory Q=@ -C xfstests/2023.10.29/git/tests/overlay/ install make --no-print-directory Q=@ -C xfstests/2023.10.29/git/tests/perf/ install make --no-print-directory Q=@ -C xfstests/2023.10.29/git/tests/selftest/ install make --no-print-directory Q=@ -C xfstests/2023.10.29/git/tests/shared/ install make --no-print-directory Q=@ -C xfstests/2023.10.29/git/tests/udf/ install make --no-print-directory Q=@ -C xfstests/2023.10.29/git/tests/xfs/ install make -C log-writes install make -C perf install make -C vfs install ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/tests/ceph ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/tests/btrfs Building log-writes Building perf Building vfs ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/tests/cifs ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/tests/nfs ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/tests/f2fs ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/tests/ext4 ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/tests/perf ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/tests/overlay ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/tests/ocfs2 ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/tests/shared ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/tests/selftest ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/tests/udf ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/tests/generic ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/src/log-writes ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/src/perf ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/tests/xfs ../../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/src/vfs Building include Building lib Building tests Building src Building m4 Building common Building ltp Building ceph Building btrfs Building generic Building ext4 Building ocfs2 Building cifs Building perf Building f2fs Building nfs Building udf Building overlay Building selftest Building shared Building xfs ../install-sh -o root -g root -m 644 * xfstests/2023.10.29/image/usr/xfstests/common /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 doio fsstress fsx growfiles iogen xfstests/2023.10.29/image/usr/xfstests/ltp [GROUP] xfstests/2023.10.29/git/tests/ceph/group.list [GROUP] xfstests/2023.10.29/git/tests/ext4/group.list [GROUP] xfstests/2023.10.29/git/tests/perf/group.list [GROUP] xfstests/2023.10.29/git/tests/btrfs/group.list [GROUP] xfstests/2023.10.29/git/tests/generic/group.list [GROUP] xfstests/2023.10.29/git/tests/nfs/group.list [GROUP] xfstests/2023.10.29/git/tests/ocfs2/group.list [GROUP] xfstests/2023.10.29/git/tests/shared/group.list [GROUP] xfstests/2023.10.29/git/tests/udf/group.list [GROUP] xfstests/2023.10.29/git/tests/cifs/group.list [GROUP] xfstests/2023.10.29/git/tests/xfs/group.list [GROUP] xfstests/2023.10.29/git/tests/f2fs/group.list [GROUP] xfstests/2023.10.29/git/tests/overlay/group.list [GROUP] xfstests/2023.10.29/git/tests/selftest/group.list ../../install-sh -o root -g root -m 755 001 002 003 004 005 xfstests/2023.10.29/image/usr/xfstests/tests/ceph ../../install-sh -o root -g root -m 755 102 xfstests/2023.10.29/image/usr/xfstests/tests/udf ../../install-sh -o root -g root -m 755 001 xfstests/2023.10.29/image/usr/xfstests/tests/cifs ../../install-sh -o root -g root -m 755 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 xfstests/2023.10.29/image/usr/xfstests/tests/overlay ../../install-sh -o root -g root -m 755 001 002 xfstests/2023.10.29/image/usr/xfstests/tests/f2fs ../../install-sh -o root -g root -m 755 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 xfstests/2023.10.29/image/usr/xfstests/tests/generic ../../install-sh -o root -g root -m 755 001 xfstests/2023.10.29/image/usr/xfstests/tests/nfs ../../install-sh -o root -g root -m 755 FioCompare.py fio-insert-and-compare.py FioResultDecoder.py generate-schema.py ResultData.py fio-results.sql xfstests/2023.10.29/image/usr/xfstests/src/perf ../../install-sh -o root -g root -m 755 001 xfstests/2023.10.29/image/usr/xfstests/tests/perf ../../install-sh -o root -g root -m 755 001 xfstests/2023.10.29/image/usr/xfstests/tests/ocfs2 ../../install-sh -o root -g root -m 755 vfstest mount-idmapped xfstests/2023.10.29/image/usr/xfstests/src/vfs ../../install-sh -o root -g root -m 755 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 290 291 299 xfstests/2023.10.29/image/usr/xfstests/tests/btrfs ../../install-sh -o root -g root -m 755 002 032 298 xfstests/2023.10.29/image/usr/xfstests/tests/shared ../../install-sh -o root -g root -m 755 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 271 301 302 303 304 305 306 307 308 xfstests/2023.10.29/image/usr/xfstests/tests/ext4 ../../install-sh -o root -g root -m 755 replay-log xfstests/2023.10.29/image/usr/xfstests/src/log-writes ../../install-sh -o root -g root -m 755 001 002 003 004 005 006 xfstests/2023.10.29/image/usr/xfstests/tests/selftest ../../install-sh -o root -g root -m 755 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 xfstests/2023.10.29/image/usr/xfstests/tests/xfs Building perf Building log-writes Building vfs ../../install-sh -o root -g root -m 644 group.list xfstests/2023.10.29/image/usr/xfstests/tests/cifs ../../install-sh -o root -g root -m 644 group.list xfstests/2023.10.29/image/usr/xfstests/tests/perf mv: failed to preserve ownership for 'group.list': Invalid argument ../../install-sh -o root -g root -m 644 group.list xfstests/2023.10.29/image/usr/xfstests/tests/udf mv: failed to preserve ownership for 'group.list': Invalid argument ../../install-sh -o root -g root -m 644 group.list xfstests/2023.10.29/image/usr/xfstests/tests/ocfs2 ../../install-sh -o root -g root -m 644 group.list xfstests/2023.10.29/image/usr/xfstests/tests/nfs mv: failed to preserve ownership for 'group.list': Invalid argument mv: failed to preserve ownership for 'group.list': Invalid argument ../../install-sh: group.list does not exist. make[2]: *** [Makefile:20: install] Error 1 mv: failed to preserve ownership for 'group.list'make[1]: *** [Makefile:23: xfstests/2023.10.29/git/tests/nfs/-install] Error 2 : Invalid argumentmake[1]: *** Waiting for unfinished jobs.... mv: failed to preserve ownership for 'group.list': Invalid argument mv: failed to preserve ownership for 'group.list': Invalid argument ../../install-sh -o root -g root -m 644 001.out xfstests/2023.10.29/image/usr/xfstests/tests/cifs ../../install-sh -o root -g root -m 644 group.list xfstests/2023.10.29/image/usr/xfstests/tests/f2fs ../../install-sh -o root -g root -m 644 001.out xfstests/2023.10.29/image/usr/xfstests/tests/perf mv: failed to preserve ownership for 'group.list': Invalid argument mv: failed to preserve ownership for 'group.list': Invalid argument ../../install-sh -o root -g root -m 644 102.out xfstests/2023.10.29/image/usr/xfstests/tests/udf ../../install-sh -o root -g root -m 644 001.out xfstests/2023.10.29/image/usr/xfstests/tests/ocfs2 ../../install-sh -o root -g root -m 644 group.list xfstests/2023.10.29/image/usr/xfstests/tests/shared ../../install-sh -o root -g root -m 644 001.out 002.out xfstests/2023.10.29/image/usr/xfstests/tests/f2fs ../../install-sh -o root -g root -m 644 group.list xfstests/2023.10.29/image/usr/xfstests/tests/ceph ../../install-sh -o root -g root -m 644 002.out 032.out 298.out xfstests/2023.10.29/image/usr/xfstests/tests/shared ../install-sh -o root -g root -m 755 -d xfstests/2023.10.29/image/usr/xfstests/src ../../install-sh -o root -g root -m 644 group.list xfstests/2023.10.29/image/usr/xfstests/tests/selftest ../../install-sh -o root -g root -m 644 001.out 002.out 003.out 004.out 005.out xfstests/2023.10.29/image/usr/xfstests/tests/ceph /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 dirstress fill fill2 getpagesize holes lstat64 nametest permname randholes runas truncfile usemem mmapcat append_reader append_writer dirperf metaperf devzero feature alloc fault fstest t_access_root godown resvtest writemod writev_on_pagefault makeextents itrash rename multi_open_unlink unwritten_sync genhashnames t_holes t_mmap_writev t_truncate_cmtime dirhash_collide t_rename_overwrite holetest t_truncate_self af_unix t_mmap_stale_pmd t_mmap_cow_race t_mmap_fallocate fsync-err t_mmap_write_ro t_ext4_dax_journal_corruption t_ext4_dax_inline_corruption t_ofd_locks t_mmap_collision mmap-write-concurrent t_get_file_time t_create_short_dirs t_create_long_dirs t_enospc t_mmap_writev_overlap checkpoint_journal mmap-rw-fault allocstale t_mmap_cow_memory_failure fake-dump-rootino dio-buf-fault xfsctl bstat t_mtab getdevicesize preallo_rw_pattern_reader preallo_rw_pattern_writer ftrunc trunc fs_perms testx looptest locktest unwritten_mmap bulkstat_unlink_test deduperace bulkstat_unlink_test_modified t_dir_offset t_futimens t_immutable stale_handle pwrite_mmap_blocked t_dir_offset2 seek_sanity_test seek_copy_test t_readdir_1 t_readdir_2 fsync-tester nsexec cloner renameat2 t_getcwd e4compact test-nextquota punch-alternating attr-list-by-handle-cursor-test listxattr dio-interleaved t_dir_type dio-invalidate-cache stat_test t_encrypted_d_revalidate attr_replace_test swapon mkswap t_attr_corruption t_open_tmpfiles fscrypt-crypt-util bulkstat_null_ocount splice-test chprojid_fail ext4_resize t_readdir_3 splice2pipe uuid_ioctl fiemap-tester t_stripealign open_by_handle xfsfind fssum xfstests/2023.10.29/image/usr/xfstests/src mv: failed to preserve ownership for 'group.list': Invalid argument ../../install-sh -o root -g root -m 644 001.out 002.out 003.out 004.out 005.out 006.out xfstests/2023.10.29/image/usr/xfstests/tests/selftest mv: failed to preserve ownership for 'group.list': Invalid argument ../install-sh -o root -g root -m 755 rwtest.sh xfstests/2023.10.29/image/usr/xfstests/ltp mv: failed to preserve ownership for 'group.list': Invalid argument mv: failed to preserve ownership for 'group.list': Invalid argument mv: failed to preserve ownership for 'group.list': Invalid argument ../../install-sh -o root -g root -m 644 group.list xfstests/2023.10.29/image/usr/xfstests/tests/ext4 ../../install-sh -o root -g root -m 644 001.out.default 001.out.nodelalloc 001.out.nozero 001.cfg 002.out 003.out 004.out 005.out 006.out 007.out 008.out 009.out 010.out 011.out 012.out 013.out 014.out 015.out 016.out 017.out 018.out 019.out 020.out 021.out 022.out 023.out 024.out 025.out 026.out 027.out 028.out 029.out 030.out 031.out 032.out 033.out 034.out 035.out 036.out 037.out 038.out 039.out 040.out 041.out 042.out 043.out 044.out 045.out 046.out 047.out 048.out 049.out 050.out 051.out 052.out 053.out 054.out 055.out 056.out 057.out 058.out 059.out 271.out 301.out 302.out 303.out 304.out 305.out 306.out 307.out 308.out xfstests/2023.10.29/image/usr/xfstests/tests/ext4 ../../install-sh -o root -g root -m 644 group.list xfstests/2023.10.29/image/usr/xfstests/tests/overlay ../../install-sh -o root -g root -m 644 001.out 002.out 003.out 004.out 005.out 006.out 007.out 008.out 009.out 010.out 011.out 012.out 013.out 014.out 015.out 016.out 017.out 018.out 019.out 020.out 021.out 022.out 023.out 024.out 025.out 026.out 027.out 028.out 029.out 030.out 031.out 032.out 033.out 034.out 035.out 036.out 037.out 038.out 039.out 040.out 041.out 042.out 043.out 044.out 045.out 046.out 047.out 048.out 049.out 050.out 051.out 052.out 053.out 054.out 055.out 056.out 057.out 058.out 059.out 060.out 061.out 062.out 063.out 064.out 065.out 066.out 067.out 068.out 069.out 070.out 071.out 072.out 073.out 074.out 075.out 076.out 077.out 078.out 100.out 101.out 102.out 103.out 104.out 105.out 106.out 107.out 108.out 109.out 110.out 111.out 112.out 113.out 114.out 115.out 116.out 117.out xfstests/2023.10.29/image/usr/xfstests/tests/overlay /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 dmerror fill2attr fill2fs fill2fs_check scaleread.sh btrfs_crc32c_forged_name.py popdir.pl popattr.py xfstests/2023.10.29/image/usr/xfstests/src /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 644 dumpfile xfstests/2023.10.29/image/usr/xfstests/src ../../install-sh -o root -g root -m 644 group.list xfstests/2023.10.29/image/usr/xfstests/tests/btrfs ../../install-sh -o root -g root -m 644 001.out 002.out 003.out 004.out 005.out 006.out 007.out 008.out 009.out 010.out 011.out 012.out 013.out 014.out 015.out 016.out 017.out 018.out 019.out 020.out 021.out 022.out 023.out 024.out 025.out 026.out 027.out 028.out 029.out 030.out 031.out 032.out 033.out 034.out 035.out 036.out 037.out 038.out 039.out 040.out 041.out 042.out 043.out 044.out 045.out 046.out 047.out 048.out 049.out 050.out 051.out 052.out 053.out 054.out 055.out 056.out 057.out 058.out 059.out 060.out 061.out 062.out 063.out 064.out 065.out 066.out 067.out 068.out 069.out 070.out 071.out 072.out 073.out 074.out 075.out 076.out 077.out 078.out 079.out 080.out 081.out 082.out 083.out 084.out 085.out 086.out 087.out 088.out 089.out 090.out 091.out 092.out 093.out 094.out 095.out 096.out 097.out 098.out 099.out 100.out 101.out 102.out 103.out 104.out 105.out 106.out 107.out 108.out 109.out 110.out 111.out 112.out 113.out 114.out 115.out 116.out 117.out 118.out 119.out 120.out 121.out 122.out 123.out 124.out 125.out 126.out 127.out 128.out 129.out 130.out 131.out 132.out 133.out 134.out 135.out 136.out 137.out 138.out 139.out 140.out 141.out 142.out 143.out 144.out 145.out 146.out 147.out 148.out 149.out 150.out 151.out 152.out 153.out 154.out 155.out 156.out 157.out 158.out 159.out 160.out 161.out 162.out 163.out 164.out 165.out 166.out 167.out 168.out 169.out 170.out 171.out 172.out 173.out 174.out 175.out 176.out 177.out 178.out 179.out 180.out 181.out 182.out 183.out 184.out 185.out 186.out 187.out 188.out 189.out 190.out 191.out 192.out 193.out 194.out 195.out 196.out 197.out 198.out 199.out 200.out 201.out 202.out 203.out 204.out 205.out 206.out 207.out 208.out 209.out 210.out 211.out 212.out 213.out 214.out 215.out 216.out 217.out 218.out 219.out 220.out 221.out 222.out 223.out 224.out 225.out 226.out 227.out 228.out 229.out 230.out 231.out 232.out 233.out 234.out 235.out 236.out 237.out 238.out 239.out 240.out 241.out 242.out 243.out 244.out 245.out 246.out 247.out 248.out 249.out 250.out 251.out 252.out 253.out 254.out 255.out 256.out 257.out 258.out 259.out 260.out 261.out 262.out 263.out 264.out 265.out 266.out 267.out 268.out 269.out 270.out 271.out 272.out 273.out 274.out 275.out 276.out 277.out 278.out 279.out 280.out 281.out 282.out 283.out 284.out 285.out 286.out 290.out 291.out 299.out xfstests/2023.10.29/image/usr/xfstests/tests/btrfs ../../install-sh -o root -g root -m 644 group.list xfstests/2023.10.29/image/usr/xfstests/tests/xfs ../../install-sh -o root -g root -m 644 033.out.crc 033.out.default 071.out.32 071.out.64 096.out.external 096.out.internal 216.out.64mblog 216.out.classic 033.cfg 216.cfg 001.out 002.out 003.out 004.out 005.out 006.out 007.out 008.out 009.out 010.out 011.out 012.out 013.out 014.out 015.out 016.out 017.out 018.out 019.out 020.out 021.out 022.out 023.out 024.out 025.out 026.out 027.out 028.out 029.out 030.out 031.out 032.out 034.out 035.out 036.out 037.out 038.out 039.out 040.out 041.out 042.out 043.out 044.out 045.out 046.out 047.out 048.out 049.out 050.out 051.out 052.out 053.out 054.out 055.out 056.out 057.out 058.out 059.out 060.out 061.out 062.out 063.out 064.out 065.out 066.out 067.out 068.out 069.out 070.out 072.out 073.out 074.out 075.out 076.out 077.out 078.out 079.out 080.out 081.out 082.out 083.out 084.out 085.out 086.out 087.out 088.out 089.out 090.out 091.out 092.out 093.out 094.out 095.out 097.out 098.out 099.out 100.out 101.out 102.out 103.out 104.out 105.out 106.out 107.out 108.out 109.out 110.out 111.out 112.out 113.out 114.out 115.out 116.out 117.out 118.out 119.out 120.out 121.out 122.out 123.out 124.out 125.out 126.out 127.out 128.out 129.out 130.out 131.out 132.out 133.out 134.out 135.out 136.out 137.out 138.out 139.out 140.out 141.out 142.out 143.out 144.out 145.out 146.out 147.out 148.out 149.out 150.out 151.out 152.out 153.out 154.out 155.out 156.out 157.out 158.out 159.out 160.out 161.out 162.out 163.out 164.out 165.out 166.out 167.out 168.out 169.out 170.out 171.out 172.out 173.out 174.out 175.out 176.out 177.out 178.out 179.out 180.out 181.out 182.out 183.out 184.out 185.out 186.out 187.out 188.out 189.out 190.out 191.out 192.out 193.out 194.out 195.out 196.out 197.out 198.out 199.out 200.out 201.out 202.out 203.out 204.out 205.out 206.out 207.out 208.out 209.out 210.out 211.out 212.out 213.out 214.out 215.out 217.out 218.out 219.out 220.out 221.out 222.out 223.out 224.out 225.out 226.out 227.out 228.out 229.out 230.out 231.out 232.out 233.out 234.out 235.out 236.out 237.out 238.out 239.out 240.out 241.out 242.out 243.out 244.out 245.out 246.out 247.out 248.out 249.out 250.out 251.out 252.out 253.out 254.out 255.out 256.out 257.out 258.out 259.out 260.out 261.out 262.out 263.out 264.out 265.out 266.out 267.out 268.out 269.out 270.out 271.out 272.out 273.out 274.out 275.out 276.out 277.out 278.out 279.out 280.out 281.out 282.out 283.out 284.out 285.out 286.out 287.out 288.out 289.out 290.out 291.out 292.out 293.out 294.out 295.out 296.out 297.out 298.out 299.out 300.out 301.out 302.out 303.out 304.out 305.out 306.out 307.out 308.out 309.out 310.out 311.out 312.out 313.out 314.out 315.out 316.out 317.out 318.out 319.out 320.out 321.out 322.out 323.out 324.out 325.out 326.out 327.out 328.out 329.out 330.out 331.out 332.out 333.out 334.out 335.out 336.out 337.out 338.out 339.out 340.out 341.out 342.out 343.out 344.out 345.out 346.out 347.out 348.out 349.out 350.out 351.out 352.out 353.out 354.out 355.out 356.out 357.out 358.out 359.out 360.out 361.out 362.out 363.out 364.out 365.out 366.out 367.out 368.out 369.out 370.out 371.out 372.out 373.out 374.out 375.out 376.out 377.out 378.out 379.out 380.out 381.out 382.out 383.out 384.out 385.out 386.out 387.out 388.out 389.out 390.out 391.out 392.out 393.out 394.out 395.out 396.out 397.out 398.out 399.out 400.out 401.out 402.out 403.out 404.out 405.out 406.out 407.out 408.out 409.out 410.out 411.out 412.out 413.out 414.out 415.out 416.out 417.out 418.out 419.out 420.out 421.out 422.out 423.out 424.out 425.out 426.out 427.out 428.out 429.out 430.out 431.out 432.out 433.out 434.out 435.out 436.out 437.out 438.out 439.out 440.out 441.out 442.out 443.out 444.out 445.out 446.out 447.out 448.out 449.out 450.out 451.out 452.out 453.out 454.out 455.out 456.out 457.out 458.out 459.out 460.out 461.out 462.out 463.out 464.out 465.out 466.out 467.out 468.out 469.out 470.out 471.out 472.out 473.out 474.out 475.out 476.out 477.out 478.out 479.out 480.out 481.out 482.out 483.out 484.out 485.out 486.out 487.out 488.out 489.out 490.out 491.out 492.out 493.out 494.out 495.out 496.out 497.out 498.out 499.out 500.out 501.out 502.out 503.out 504.out 505.out 506.out 507.out 508.out 509.out 510.out 511.out 512.out 513.out 514.out 515.out 516.out 517.out 518.out 519.out 520.out 521.out 522.out 523.out 524.out 525.out 526.out 527.out 528.out 529.out 530.out 531.out 532.out 533.out 534.out 535.out 536.out 537.out 538.out 539.out 540.out 541.out 542.out 543.out 544.out 545.out 546.out 547.out 548.out 549.out 550.out 551.out 552.out 553.out 554.out 555.out 556.out 557.out 558.out 559.out 560.out 561.out 562.out 563.out 564.out 565.out 566.out 567.out 568.out 570.out 571.out 572.out 573.out 574.out 575.out 576.out 577.out 578.out 579.out 580.out 581.out 582.out 583.out 584.out 585.out 586.out 587.out 588.out 589.out 590.out 591.out 592.out 593.out 594.out 595.out 708.out 709.out 710.out 711.out 712.out 713.out 714.out 715.out 716.out 717.out 718.out 719.out 720.out 721.out 722.out 723.out 724.out 725.out 726.out 727.out 728.out 729.out 730.out 731.out 732.out 733.out 734.out 735.out 736.out 737.out 738.out 739.out 740.out 741.out 742.out 743.out 744.out 745.out 746.out 747.out 748.out 749.out 750.out 751.out 752.out 753.out 754.out 755.out 756.out 757.out 758.out 759.out 760.out 761.out 762.out 763.out 764.out 765.out 766.out 767.out 768.out 769.out 770.out 771.out 772.out 773.out 774.out 775.out 776.out 777.out 778.out 779.out 780.out 781.out 782.out 783.out 784.out 785.out 786.out 787.out 788.out 789.out 790.out 791.out 792.out 793.out 794.out 795.out 796.out 797.out 798.out xfstests/2023.10.29/image/usr/xfstests/tests/xfs ../../install-sh -o root -g root -m 644 group.list xfstests/2023.10.29/image/usr/xfstests/tests/generic ../../install-sh -o root -g root -m 644 035.out.default 035.out.nfs 050.out.default 050.out.nojournal 050.out.xfsquota 035.cfg 050.cfg 001.out 002.out 003.out 004.out 005.out 006.out 007.out 008.out 009.out 010.out 011.out 012.out 013.out 014.out 015.out 016.out 017.out 018.out 019.out 020.out 021.out 022.out 023.out 024.out 025.out 026.out 027.out 028.out 029.out 030.out 031.out 032.out 033.out 034.out 036.out 037.out 038.out 039.out 040.out 041.out 042.out 043.out 044.out 045.out 046.out 047.out 048.out 049.out 051.out 052.out 053.out 054.out 055.out 056.out 057.out 058.out 059.out 060.out 061.out 062.out 063.out 064.out 065.out 066.out 067.out 068.out 069.out 070.out 071.out 072.out 073.out 074.out 075.out 076.out 077.out 078.out 079.out 080.out 081.out 082.out 083.out 084.out 085.out 086.out 087.out 088.out 089.out 090.out 091.out 092.out 093.out 094.out 095.out 096.out 097.out 098.out 099.out 100.out 101.out 102.out 103.out 104.out 105.out 106.out 107.out 108.out 109.out 110.out 111.out 112.out 113.out 114.out 115.out 116.out 117.out 118.out 119.out 120.out 121.out 122.out 123.out 124.out 125.out 126.out 127.out 128.out 129.out 130.out 131.out 132.out 133.out 134.out 135.out 136.out 137.out 138.out 139.out 140.out 141.out 142.out 143.out 144.out 145.out 146.out 147.out 148.out 149.out 150.out 151.out 152.out 153.out 154.out 155.out 156.out 157.out 158.out 159.out 160.out 161.out 162.out 163.out 164.out 165.out 166.out 167.out 168.out 169.out 170.out 171.out 172.out 173.out 174.out 175.out 176.out 177.out 178.out 179.out 180.out 181.out 182.out 183.out 184.out 185.out 186.out 187.out 188.out 189.out 190.out 191.out 192.out 193.out 194.out 195.out 196.out 197.out 198.out 199.out 200.out 201.out 202.out 203.out 204.out 205.out 206.out 207.out 208.out 209.out 210.out 211.out 212.out 213.out 214.out 215.out 216.out 217.out 218.out 219.out 220.out 221.out 222.out 223.out 224.out 225.out 226.out 227.out 228.out 229.out 230.out 231.out 232.out 233.out 234.out 235.out 236.out 237.out 238.out 239.out 240.out 241.out 242.out 243.out 244.out 245.out 246.out 247.out 248.out 249.out 250.out 251.out 252.out 253.out 254.out 255.out 256.out 257.out 258.out 259.out 260.out 261.out 262.out 263.out 264.out 265.out 266.out 267.out 268.out 269.out 270.out 271.out 272.out 273.out 274.out 275.out 276.out 277.out 278.out 279.out 280.out 281.out 282.out 283.out 284.out 285.out 286.out 287.out 288.out 289.out 290.out 291.out 292.out 293.out 294.out 295.out 296.out 297.out 298.out 299.out 300.out 301.out 302.out 303.out 304.out 305.out 306.out 307.out 308.out 309.out 310.out 311.out 312.out 313.out 314.out 315.out 316.out 317.out 318.out 319.out 320.out 321.out 322.out 323.out 324.out 325.out 326.out 327.out 328.out 329.out 330.out 331.out 332.out 333.out 334.out 335.out 336.out 337.out 338.out 339.out 340.out 341.out 342.out 343.out 344.out 345.out 346.out 347.out 348.out 349.out 350.out 351.out 352.out 353.out 354.out 355.out 356.out 357.out 358.out 359.out 360.out 361.out 362.out 363.out 364.out 365.out 366.out 367.out 368.out 369.out 370.out 371.out 372.out 373.out 374.out 375.out 376.out 377.out 378.out 379.out 380.out 381.out 382.out 383.out 384.out 385.out 386.out 387.out 388.out 389.out 390.out 391.out 392.out 393.out 394.out 395.out 396.out 397.out 398.out 399.out 400.out 401.out 402.out 403.out 404.out 405.out 406.out 407.out 408.out 409.out 410.out 411.out 412.out 413.out 414.out 415.out 416.out 417.out 418.out 419.out 420.out 421.out 422.out 423.out 424.out 425.out 426.out 427.out 428.out 429.out 430.out 431.out 432.out 433.out 434.out 435.out 436.out 437.out 438.out 439.out 440.out 441.out 442.out 443.out 444.out 445.out 446.out 447.out 448.out 449.out 450.out 451.out 452.out 453.out 454.out 455.out 456.out 457.out 458.out 459.out 460.out 461.out 462.out 463.out 464.out 465.out 466.out 467.out 468.out 469.out 470.out 471.out 472.out 473.out 474.out 475.out 476.out 477.out 478.out 479.out 480.out 481.out 482.out 483.out 484.out 485.out 486.out 487.out 488.out 489.out 490.out 491.out 492.out 493.out 494.out 495.out 496.out 497.out 498.out 499.out 500.out 501.out 502.out 503.out 504.out 505.out 506.out 507.out 508.out 509.out 510.out 511.out 512.out 513.out 514.out 515.out 516.out 517.out 518.out 519.out 520.out 521.out 522.out 523.out 524.out 525.out 526.out 527.out 528.out 529.out 530.out 531.out 532.out 533.out 534.out 535.out 536.out 537.out 538.out 539.out 540.out 541.out 542.out 543.out 544.out 545.out 546.out 547.out 548.out 549.out 550.out 551.out 552.out 553.out 554.out 555.out 556.out 557.out 558.out 559.out 560.out 561.out 562.out 563.out 564.out 565.out 566.out 567.out 568.out 569.out 570.out 571.out 572.out 573.out 574.out 575.out 576.out 577.out 578.out 579.out 580.out 581.out 582.out 583.out 584.out 585.out 586.out 587.out 588.out 589.out 590.out 591.out 592.out 593.out 594.out 595.out 596.out 597.out 598.out 599.out 600.out 601.out 602.out 603.out 604.out 605.out 606.out 607.out 608.out 609.out 610.out 611.out 612.out 613.out 614.out 615.out 616.out 617.out 618.out 619.out 620.out 621.out 622.out 623.out 624.out 625.out 626.out 627.out 628.out 629.out 630.out 631.out 632.out 633.out 634.out 635.out 636.out 637.out 638.out 639.out 640.out 641.out 642.out 643.out 644.out 645.out 646.out 647.out 648.out 649.out 650.out 651.out 652.out 653.out 654.out 655.out 656.out 657.out 658.out 659.out 660.out 661.out 662.out 663.out 664.out 665.out 666.out 667.out 668.out 669.out 670.out 671.out 672.out 673.out 674.out 675.out 676.out 677.out 678.out 679.out 680.out 681.out 682.out 683.out 684.out 685.out 686.out 687.out 688.out 689.out 690.out 691.out 692.out 693.out 694.out 695.out 696.out 697.out 698.out 699.out 700.out 701.out 702.out 703.out 704.out 705.out 706.out 707.out 708.out 709.out 710.out 711.out 712.out 713.out 714.out 715.out 716.out 717.out 718.out 719.out 720.out 721.out 722.out 723.out 724.out 725.out 726.out 727.out xfstests/2023.10.29/image/usr/xfstests/tests/generic make: *** [Makefile:89: tests-install] Error 2 ERROR: oe_runmake failed Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09recipes: drop ${SRCPV} usageMartin Jansa
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
2024-02-09e2tools: Add tool recipeAngelo.Ribeiro
e2tools is a simple set of GPL'ed utilities to read, write, and manipulate files in an ext2/ext3 filesystem. These utilities access a filesystem directly using the ext2fs library. Signed-off-by: Angelo.Ribeiro <Angelo.Ribeiro@criticaltechworks.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-30zfs: update to 2.2.2Bruce Ashfield
In addition to the zfs upstream commits: - This fixes the build against libc-headers/kernel 6.6+ - adds bash-completion packaging, as 2.2.2 has support Bumping zfs to version zfs-2.2.2, which comprises the following commits: 494aaaed8 Tag zfs-2.2.2 522414da3 FreeBSD: Fix ZFS so that snapshots under .zfs/snapshot are NFS visible a8c256046 ZIL: Call brt_pending_add() replaying TX_CLONE_RANGE eb34de04d zdb: fix printf() length for uint64_t devid d813aa853 Linux 6.6 compat: fix configure error with clang (#15558) 3b267e72d zfs-dkms: fix shell-init error message 349fb77f1 FreeBSD: Fix the build on FreeBSD 12 2a953e0ac dmu_buf_will_clone: fix race in transition back to NOFILL e4985bf5a zdb: Fix zdb '-O|-r' options with -e/exported zpool e96675a7b zdb: show BRT statistics and dump its contents d702f86ea brt: lift internal definitions into _impl header 41c4599cb ZTS: Fix zfs_load-key failures on F39 56a2a0981 ZIL: Do not encrypt block pointers in lr_clone_range_t 9b9b09f45 dnode_is_dirty: check dnode and its data for dirtiness 89fcb8c6f Revert "Tune zio buffer caches and their alignments" 55dd24c4c Tag zfs-2.2.1 78287023c ZTS: Fix 'could not unmount datasets' on Alma 9 479dca51c zfs-2.2.1: Disable block cloning by default 87e9e8286 Add a tunable to disable BRT support. 0733fe2aa Packaging: Auto-generate changelog during configure (#15528) fd836dfe2 Linux 6.6 compat: META e92a680c7 Workaround UBSAN errors for variable arrays f1659cc78 ZTS: Test for all known zpool feature sets f863ac3d0 Update zpool-features.7 for grub2 compatibility list updates f6d2e5c07 Workaround to allow openzfs-zfs-dkms install on Ubuntu f2fe4d51a Linux: reject read/write mapping to immutable file only on VM_SHARED 76663fe37 Fix accounting error for pending sync IO ops in zpool iostat 44c8ff9b0 Linux 6.6 compat: fix implicit conversion error with debug build f0ffcc3ad Remove obsolete_counts from grub2 compatibility list e534ba5ce Fix dkms installation of deb packages created with Alien. 1c7048357 Add all read-only compatible zpool features to grub2 compatibility 3ec4ea68d Unify arc_prune_async() code bd7a02c25 Tune zio buffer caches and their alignments e82e68400 DMU: Do not pre-read holes during write 3f67e012e Linux 6.6 compat: fsync_bdev() has been removed in favor of sync_blockdev() 21875dd09 Linux 6.6 compat: generic_fillattr has a new u32 request_mask added at arg2 fe9d409e9 Linux 6.6 compat: use inode_get/set_ctime*(...) 7aef672b7 Read prefetched buffers from L2ARC f9a9aea12 Add mutex_enter_interruptible() for interruptible sleeping IOCTLs 8ba748d41 Revert "zvol: Temporally disable blk-mq" e860cb020 zvol: Remove broken blk-mq optimization 86c3ed40e "ARC prefetch metadata accesses:" appears twice in the output. 6e41aca51 Trust ARC_BUF_SHARED() more 79f7de575 Remove lock from dsl_pool_need_dirty_delay() 0ef1964c7 run-zts test procfs/pool_state failed with uncorrectable I/O failure eaa62d995 Properly pad struct tx_cpu to cache line 8ca95d78c Fix typo in tests/zfs-tests/tests/functional/cli_user/misc/misc.cfg edebca5df FreeBSD: taskq: Remove unused declaration 1cc1bf4fa Set spa_ccw_fail_time=0 when expanding a vdev. 0bcd1151f Fix ZED auto-replace for VDEVs using by-id paths 78fd79eac Add zfs_prepare_disk script for disk firmware install 6d693e20a Large sync writes perform worse with slog b76724ae4 FreeBSD: Improve taskq wrapper 459c99ff2 Fix block cloning between unencrypted and encrypted datasets Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17bindfs: upgrade 1.17.5 -> 1.17.6Wang Mingyu
Changelog: =========== * Fixed undefined behaviour on platforms where 'uid_t' or 'gid_t' is signed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-14fuse-exfat: Dropped md5sumalperak
We do not need md5sum anymore. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-12ufs-utils: upgrade 3.12.3 -> 4.13.5alperak
Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-12fuse3: upgrade 3.15.1 -> 3.16.2alperak
Changelog: - Various minor bugfixes and improvements. - Readdir kernel cache can be enabled from high-level API. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-12fuse-exfat: upgrade 1.3.0 -> 1.4.0alperak
Changelog: * Added exfatattrib utility which prints or changes file attributes [Will Thompson]. * Added FUSE 3 support. FUSE 2 continues to be supported. * Added support for timezone offsets [Nathan Hunsperger]. * Fixed device opening error being reported as FS error. * Fixed possible data leakage when uninitialized clusters were allocated using NtSetInformationFile() call under Windows and FS was not unmounted correctly. * Improved compatibility with autoconf 2.70. * Fixed disk size reading on NetBSD [Dave Vasilevsky]. * Fixed "automounted" option handling on FreeBSD [Iouri V. Ivliev]. * Allowed to specify the "nonempty" mount option. * Fixed file data contiguity handling bug which could cause performance degradation [noctis]. * Fixed possible crashes on invalid UTF-8 sequences. * Fixed a situation when FS could be erroneously marked as dirty (not cleanly unmounted). Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-12libisoburn: 1.5.4 -> 1.5.6alperak
Changelog: * Bug fix: False -status failure with -boot_image --interval:appended_partition * Bug fix: -no_rc prevented pre-scanning of arguments for stdio output and others. Introduced by mistake in a62f6af5, 2011.10.18.162119. * Bug fix: -not_leaf and -not_paths were not applied to -extract and alike * Bug fix: -report_system_area cmd misperceived -part_like_isohybrid with -isohybrid-gpt-basdat * Bug fix: -report_system_area cmd misperceived combination of isohybrid and appended partition in GPT * Bug fix: -as mkisofs option -part_like_isohybrid did not cause a MBR partition table if the partitions are data files in the ISO rather than appended * Bug fix: Split file directories (-split_size) were created with wrong permissions * Bug fix: libisofs did not mark clones of imported files as imported. This could cause that original and clone occupy data storage in the newly written session. Thanks to Ivan Shmakov. * Bug fix: Partition offset was preserved from -indev rather than from -outdev * Bug fix: libisofs could misrepresent Rock Ridge information if many symbolic links or AAIP data were recorded in a directory * Bug fix: Data files named /boot.catalog or ./boot.cat could be left out of the emerging ISO if the boot catalog was set to be hidden * Bug fix: -toc reported wrong track LBA with overwritable media with unrecognized content (pseudo-closed) * Bug fix: -find test -has_xattr matched "isofs." attributes in -xattr mode "any" * New API call isoburn_assess_written_features() * New API calls isoburn_igopt_set_max_ce_entries(), isoburn_igopt_get_max_ce_entries() * New flag bit12 with isoburn_read_iso_head(): Read even if start of multi-session emulation is damaged * New -boot_image settings gpt_iso_bootable= and gpt_iso_not_ro= * New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro * New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord. * New parameters "obs_pad" and "bdr_obs_exempt" for -dvd_obs * New -as cdrecord option --bdr_obs_exempt * New command -assess_indev_features * New -find test -size * New -compliance rules max_ce_entries=, max_ce_drop= * Allowed lseekable device files with -cut_out. Proof-of-concept by Ivan Shmakov on bugs.debian.org. (Closes: #1010098) Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-12libisofs: upgrade 1.5.4 -> 1.5.6alperak
Changelog: * Bug fix: iso_write_opts_set_part_like_isohybrid() did not cause a MBR partition table if the partitions are data files in the ISO rather than appended * Bug fix: The lseek methods of IsoFileSource for local filesystem and loaded ISO returned libisofs error codes as positive off_t numbers * Bug fix: Freshly cloned data files from imported image were not marked as imported. Thanks to Ivan Shmakov. (Closes: #1022851) * Bug fix: Size of further CE area was calculated wrong if its CE entry ended exactly at a block boundary * New iso_write_opts_set_system_area() option bits 16: GPT "Legacy BIOS bootable" and 17: GPT writable * New API calls iso_assess_written_features(), iso_read_image_feature_named(), iso_read_image_features_text() * Allowed lseekable device files with iso_tree_add_new_cut_out_node(). Proof-of-concept by Ivan Shmakov. * New API call iso_write_opts_set_max_ce_entries() Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-11unionfs-fuse: upgrade 2.2 --> 3.4Alper Ak
- DEPENDS fuse --> fuse3 because CMake throwing "No package 'fuse3' found" error. - Updated patch because CMakeLists.txt path has been changed. - Bash added to RDEPENDS, accordingly this error --> ERROR: unionfs-fuse-3.4-r0 do_package_qa: QA Issue: /usr/sbin/mount.unionfs contained in package unionfs-fuse requires /bin/bash, but no providers found in RDEPENDS:unionfs-fuse? [file-rdeps] Changelog: 3.4 - default to fuse2 api on macos when compiling 3.3 - fixed fortified compilation - disabled logging to file since it had some unresolved locking issues - add support for direct_io 3.2 - various nfs fixes - various race condition fixes 3.1 - just fixes version mess (in manual file, cmake, etc.) 3.0 - libfuse3 support (and use is as new default) - add branch-preserving logic - make it compile under MacOS again - minor fixes Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-10bindfs: add recipeLeon Anavi
Add bindfs, a FUSE filesystem for mounting a directory to another location, similarly to mount --bind. The permissions inside the mountpoint can be altered using various rules. Version 1.17.5: - Support negative --{uid,gid}-offset - Support mount -t bindfs on Mac OS This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06ufs-utils: upgrade to latest revisionKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfstests: Fix build on muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfstests: Fix build with clang17Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfstests: upgrade 2023.03.05 -> 2023.10.29Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfsprogs: upgrade 6.1.1 -> 6.5.0Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-30exfatprogs: upgrade 1.2.1 -> 1.2.2Christophe Vu-Brugier
Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-10Add static-passwd and static-group filesFabien Thomas
In order to pass reproducible tests, recipes that use the useradd class must have static ids configured. Signed-off-by: Fabien Thomas <fabien.thomas@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-10meta-filesystems/layer.conf : Add meta-networking dependencyFabien Thomas
Recipe smbnetfs depends on samba, which is in meta-networking. Signed-off-by: Fabien Thomas <fabien.thomas@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-06images: Rename <layer>-image to <layer>-image-allKhem Raj
These are test images to build all recipes in layer. Renaming them makes them refect what they are. Moreover we can rename the ptest images to match OE-Core naming conventions for meta-oe/meta-perl/meta-python Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-06images: Delete layer specific base imagesKhem Raj
These were essentially duplicates of core-image-minimal, however core-image-base is a better baseline for upper layers, so switched the consumers of these images to use core-image-base Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-06images: Inherit from core-image-baseKhem Raj
We really do not need to define base images which already exist in core layer, reuse them here. Signed-off-by: Khem Raj <raj.khem@gmail.com>