Revision tags: v6.17-rc2 |
|
#
8d2b0853 |
| 11-Aug-2025 |
Thomas Zimmermann <tzimmermann@suse.de> |
Merge drm/drm-fixes into drm-misc-fixes
Updating drm-misc-fixes to the state of v6.17-rc1. Begins a new release cycle.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
|
Revision tags: v6.17-rc1 |
|
#
b1cce984 |
| 31-Jul-2025 |
Linus Torvalds <torvalds@linux-foundation.org> |
Merge tag 'docs-6.17' of git://git.lwn.net/linux
Pull documentation updates from Jonathan Corbet: "It has been a relatively busy cycle for docs, especially the build system:
- The Perl kernel
Merge tag 'docs-6.17' of git://git.lwn.net/linux
Pull documentation updates from Jonathan Corbet: "It has been a relatively busy cycle for docs, especially the build system:
- The Perl kernel-doc script was added to 2.3.52pre1 just after the turn of the millennium. Over the following 25 years, it accumulated a vast amount of cruft, all in a language few people want to deal with anymore. Mauro's Python replacement in 6.16 faithfully reproduced all of the cruft in the hope of avoiding regressions.
Now that we have a more reasonable code base, though, we can work on cleaning it up; many of the changes this time around are toward that end.
- A reorganization of the ext4 docs into the usual TOC format.
- Various Chinese translations and updates.
- A new script from Mauro to help with docs-build testing.
- A new document for linked lists
- A sweep through MAINTAINERS fixing broken GitHub git:// repository links.
...and lots of fixes and updates"
* tag 'docs-6.17' of git://git.lwn.net/linux: (147 commits) scripts: add origin commit identification based on specific patterns sphinx: kernel_abi: fix performance regression with O=<dir> Documentation: core-api: entry: Replace deprecated KVM entry/exit functions docs: fault-injection: drop reference to md-faulty docs: document linked lists scripts: kdoc: make it backward-compatible with Python 3.7 docs: kernel-doc: emit warnings for ancient versions of Python Documentation/rtla: Describe exit status Documentation/rtla: Add include common_appendix.rst docs: kernel: Clarify printk_ratelimit_burst reset behavior Documentation: ioctl-number: Don't repeat macro names Documentation: ioctl-number: Shorten macros table Documentation: ioctl-number: Correct full path to papr-physical-attestation.h Documentation: ioctl-number: Extend "Include File" column width Documentation: ioctl-number: Fix linuxppc-dev mailto link overlayfs.rst: fix typos docs: kdoc: emit a warning for ancient versions of Python docs: kdoc: clean up check_sections() docs: kdoc: directly access the always-there KdocItem fields docs: kdoc: straighten up dump_declaration() ...
show more ...
|
Revision tags: v6.16, v6.16-rc7, v6.16-rc6, v6.16-rc5, v6.16-rc4, v6.16-rc3 |
|
#
bb4c5c50 |
| 22-Jun-2025 |
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> |
scripts: test_doc_build.py: regroup and rename arguments
The script now have lots or arguments. Better organize and name them, for it to be a little bit more intuitive.
Signed-off-by: Mauro Carvalh
scripts: test_doc_build.py: regroup and rename arguments
The script now have lots or arguments. Better organize and name them, for it to be a little bit more intuitive.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/acf5e1db38ca6a713c44ceca9db5cdd7d3079c92.1750571906.git.mchehab+huawei@kernel.org
show more ...
|
#
791b9b03 |
| 22-Jun-2025 |
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> |
scripts: test_doc_build.py: make the script smarter
Most of the time, testing the full range of supported Sphinx version is a waste of time and resources. Instead, the best is to focus at the versio
scripts: test_doc_build.py: make the script smarter
Most of the time, testing the full range of supported Sphinx version is a waste of time and resources. Instead, the best is to focus at the versions that are actually shipped by major distros.
For it to work properly, we need to adjust the requirements for them to start from first patch for each distro after the minimal supported one. The requirements were re-adjusted to avoid build breakages related to version incompatibilities. Such builds were tested with:
./scripts/test_doc_build.py -m -a "SPHINXOPTS=-j8" "SPHINXDIRS=networking netlink/specs" --full
Change the logic to pick by default only such versions, adding another parameter to do a comprehensive test.
While here, improve the script documentation to make it easier to be used.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/a2b9b7775a185766643ea4b82b558de25b61d6c7.1750571906.git.mchehab+huawei@kernel.org
show more ...
|
#
0e93f124 |
| 22-Jun-2025 |
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> |
scripts: test_doc_build.py: improve cmd.log logic
Simplify the logic which handles with new lines.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <c
scripts: test_doc_build.py: improve cmd.log logic
Simplify the logic which handles with new lines.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/2436f37ab7945673f26bcfc94c10e6e76b93c2d8.1750571906.git.mchehab+huawei@kernel.org
show more ...
|
#
792bf019 |
| 22-Jun-2025 |
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> |
scripts: test_doc_build.py: improve dependency list
Change the dependency list to ensure that: - all docutils versions are covered; - provide an explanation about the dependencies; - set a better mi
scripts: test_doc_build.py: improve dependency list
Change the dependency list to ensure that: - all docutils versions are covered; - provide an explanation about the dependencies; - set a better minimal requirement for 3.4.3.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/433aeefb4ac9edbd62494334ac07bc1307387d40.1750571906.git.mchehab+huawei@kernel.org
show more ...
|
#
3fa60d28 |
| 22-Jun-2025 |
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> |
scripts: test_doc_build.py: better adjust to python version
Very old versions of Sphinx require older versions of python. The original script assumes that a python3.9 exec exists, but this may not b
scripts: test_doc_build.py: better adjust to python version
Very old versions of Sphinx require older versions of python. The original script assumes that a python3.9 exec exists, but this may not be the case.
Relax python requirements.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/32cb41c543293bbbab5fcb15f8a0aefac040e3a9.1750571906.git.mchehab+huawei@kernel.org
show more ...
|
#
fb1e8d12 |
| 22-Jun-2025 |
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> |
scripts: test_doc_build.py: better control its output
Now that asyncio is supported, allow userspace to adjust verbosity level and direct the script output to a file.
Signed-off-by: Mauro Carvalho
scripts: test_doc_build.py: better control its output
Now that asyncio is supported, allow userspace to adjust verbosity level and direct the script output to a file.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/76c3a64a87a7493ae607d5c7784b3b829affcaf0.1750571906.git.mchehab+huawei@kernel.org
show more ...
|
#
7649db7d |
| 22-Jun-2025 |
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> |
scripts: test_doc_build.py: make capture assynchronous
Prepare the tool to allow writing the output into log files. For such purpose, receive stdin/stdout messages asynchronously.
Signed-off-by: Ma
scripts: test_doc_build.py: make capture assynchronous
Prepare the tool to allow writing the output into log files. For such purpose, receive stdin/stdout messages asynchronously.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/9b0a60b5047137b5ba764701268da992767b128c.1750571906.git.mchehab+huawei@kernel.org
show more ...
|
#
54c147f4 |
| 22-Jun-2025 |
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> |
scripts: scripts/test_doc_build.py: add script to test doc build
Testing Sphinx backward-compatibility is hard, as per version minimal Python dependency requirements can be a nightmare.
Add a scrip
scripts: scripts/test_doc_build.py: add script to test doc build
Testing Sphinx backward-compatibility is hard, as per version minimal Python dependency requirements can be a nightmare.
Add a script to help automate such checks.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/93faf6c35ec865566246ca094868a8e6d85dde39.1750571906.git.mchehab+huawei@kernel.org
show more ...
|