NAS-139040 / 26.04 / Add SMB directory generation back in (#17878)
This adds back in logic to set up SMB directories during smb.configure
call to unbreak tests. This commit will be reverted once this logic is
shifted to middleware startup.
Add SMB directory generation back in
This adds back in logic to set up SMB directories during
smb.configure call to unbreak tests. This commit will be reverted
once this logic is shifted to middleware startup.
Merge tag 'block-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Pull block fixes from Jens Axboe:
- ublk selftests for missing coverage
- two fixes for the block integrity code
- fix for the newly added newly added PR read keys ioctl, limiting the
memory that can be allocated
- work around for a deadlock that can occur with ublk, where partition
scanning ends up recursing back into file closure, which needs the
same mutex grabbed. Not the prettiest thing in the world, but an
acceptable work-around until we can eliminate the reliance on
disk->open_mutex for this
- fix for a race between enabling writeback throttling and new IO
submissions
[28 lines not shown]
Merge tag 'io_uring-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Pull io_uring fix from Jens Axboe:
"Just a single fix this week, for an issue with the calculation of the
number of segments in the ublk kbuf import path"
* tag 'io_uring-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
io_uring: fix nr_segs calculation in io_import_kbuf
www/gohugo: Update to 0.153.1
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.153.0
Bug fixes
* Fix some outdated front matter
* Fix server rebuilds on editing content with Chinese terms
* Fix slow server startup of very big content trees
* github: Fix "no space left on device" issue in CI
* docs: Fix link to CGO wiki page
* Fix grammatical error in styleguide.md
* hugolib: Fix recently introduced data race
* docshelper: Fix some YAML serialization issues with sites matrix configuration
* resources/page: Fix slugorcontentbasename for section pages
* all: Fix some benchmarks broken by modernize
* all: Run modernize -fix ./...
Improvements
[73 lines not shown]