| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Ext4 is necessary for normal boot, enable it unconditionally in base.
|
| |
|
|
| |
Use v6.18-rc1 and the latest linux-next tag.
|
| | |
|
| |
|
|
| |
Use the latest linux-next and torvalds releases.
|
| |
|
|
|
| |
It will be available from v6.15, but we can already enable it for
linux-next.
|
| |
|
|
| |
Use the latest linux-next and the latest torvalds release.
|
| |
|
|
|
| |
Remove the deprecated options.
Replace old "linux-next" conditions with the version numbers.
|
| |
|
|
|
|
| |
Regenerate configs using latest Linux release candidate and linux-next.
Enable more bcachefs configs.
|
| |
|
|
| |
Regenerate the configs using the latest Linux revisions.
|
| |
|
|
|
|
|
| |
This has become possible with the new series from Jan Kara:
https://lore.kernel.org/all/20231101173542.23597-1-jack@suse.cz/
Regenerate configs on the latest linux-next.
|
| |
|
|
|
|
|
|
|
| |
Use latest Linux mainline and -next versions.
Disable config options that were dropped.
Stop disabling PINCTRL for arm64_emu -- it's too tricky to ensure it's
not enabled + it's only possible to test it on qemu anyway.
|
| |
|
|
|
|
| |
Disable unmaintained code parts (at least those known so far) in
existing configs and enable them in a special upstream-unmaintained.config
file.
|
| |
|
|
| |
Closes #3918.
|
| |
|
|
|
|
| |
Enable write support for UFS. The description says experimental/dangerous,
but seems to mean only that images can be corrupted
("you should back up your UFS partitions beforehand").
|
| |
|
|
|
| |
Intended for XFS developers only:
https://lkml.kernel.org/r/20221122043504.GR3600936@dread.disaster.area
|
| |
|
|
|
|
|
|
| |
This enables the `btrfs` extent references verification tool, introduced
in torvalds/linux@fd708b81d972a0714b02a60eb4792fdbf15868c4.
This instruments updates to extent references to verify their integrity.
Hydra (https://taesoo.kim/pubs/2019/kim:hydra.pdf) uses this to discover
several semantic bugs in `btrfs` code.
|
| |
|
|
|
|
|
|
|
|
| |
5.15 kernel get new filesystem driver for ntfs called ntfs3. Old driver
is still in use so we do not delete it yet.
Generated test images are made with mkntfs v2021.8.22 (libntfs-3g) and
ntfs3 version from 5.17-rc7. For some reason I did not manage to
generate images with "-s 256" due some ntfs3 error. We can add those
later when we work out what is going on with those.
|
| |
|
|
|
|
|
| |
5.15 was released, update a few TODOs that were dependent on 5.15 being
properly released.
Re-generate all configs.
|
| |
|
|
| |
https://git.kernel.org/torvalds/c/76a3c92ec9e0668e4cd0e9ff1782eb68f61a179c
|
| | |
|
| |
|
|
| |
Bump kernel revisions to the latest upstream/linux-next/kmsan.
|
|
|
Move x86-specific cmdline parameter to x86_64.yml.
Remove redundant cmdline parameters (defined by kernel configs).
Move vivid/nr_devs parameters to arch configs.
Disable bluetooth/wireless/hamradio in non-x86 configs,
non-x86 instances are slow, so the intention is to reduce test space.
|