On Thu, Jan 11, 2024 at 06:16:41PM -0800, Darrick J. Wong wrote: > Hi Carlos, > > Please pull this branch with changes for xfsprogs for 6.6-rc1. > > As usual, I did a test-merge with the main upstream branch as of a few > minutes ago, and didn't see any conflicts. Please let me know if you > encounter any problems. > > The following changes since commit 55021e7533bc55100f8ae0125aec513885cc5987: > > libxfs: fix krealloc to allow freeing data (2024-01-11 18:07:03 -0800) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/scrub-fix-legalese-6.6_2024-01-11 > > for you to fetch changes up to 52520522199efa984dcf172a3eb8d835b93e324e: > > xfs_scrub: update copyright years for scrub/ files (2024-01-11 18:08:46 -0800) > Pulled, Thanks! Carlos > ---------------------------------------------------------------- > xfs_scrub: fix licensing and copyright notices [v28.3 2/6] > > Fix various attribution problems in the xfs_scrub source code, such as > the author's contact information, out of date SPDX tags, and a rough > estimate of when the feature was under heavy development. The most > egregious parts are the files that are missing license information > completely. > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > > ---------------------------------------------------------------- > Darrick J. Wong (3): > xfs_scrub: fix author and spdx headers on scrub/ files > xfs_scrub: add missing license and copyright information > xfs_scrub: update copyright years for scrub/ files > > scrub/Makefile | 2 +- > scrub/common.c | 6 +++--- > scrub/common.h | 6 +++--- > scrub/counter.c | 6 +++--- > scrub/counter.h | 6 +++--- > scrub/descr.c | 4 ++-- > scrub/descr.h | 4 ++-- > scrub/disk.c | 6 +++--- > scrub/disk.h | 6 +++--- > scrub/filemap.c | 6 +++--- > scrub/filemap.h | 6 +++--- > scrub/fscounters.c | 6 +++--- > scrub/fscounters.h | 6 +++--- > scrub/inodes.c | 6 +++--- > scrub/inodes.h | 6 +++--- > scrub/phase1.c | 6 +++--- > scrub/phase2.c | 6 +++--- > scrub/phase3.c | 6 +++--- > scrub/phase4.c | 6 +++--- > scrub/phase5.c | 6 +++--- > scrub/phase6.c | 6 +++--- > scrub/phase7.c | 6 +++--- > scrub/progress.c | 6 +++--- > scrub/progress.h | 6 +++--- > scrub/read_verify.c | 6 +++--- > scrub/read_verify.h | 6 +++--- > scrub/repair.c | 6 +++--- > scrub/repair.h | 6 +++--- > scrub/scrub.c | 6 +++--- > scrub/scrub.h | 6 +++--- > scrub/spacemap.c | 6 +++--- > scrub/spacemap.h | 6 +++--- > scrub/unicrash.c | 6 +++--- > scrub/unicrash.h | 6 +++--- > scrub/vfs.c | 6 +++--- > scrub/vfs.h | 6 +++--- > scrub/xfs_scrub.c | 6 +++--- > scrub/xfs_scrub.h | 6 +++--- > scrub/xfs_scrub@xxxxxxxxxxx | 5 +++++ > scrub/xfs_scrub_all.cron.in | 5 +++++ > scrub/xfs_scrub_all.in | 6 +++--- > scrub/xfs_scrub_all.service.in | 5 +++++ > scrub/xfs_scrub_all.timer | 5 +++++ > scrub/xfs_scrub_fail | 5 +++++ > scrub/xfs_scrub_fail@xxxxxxxxxxx | 5 +++++ > 45 files changed, 143 insertions(+), 113 deletions(-) >