The following changes since commit c818d5c64c9a8cc14853d716bf7ce6674a6126d0: Documentation/CoC: spell out enforcement for unacceptable behaviors (2024-11-15 14:31:59 -0700) are available in the Git repository at: git://git.lwn.net/linux.git tags/docs-6.13-2 for you to fetch changes up to 83a474c11e8cb59e230a43365cb42fa00d3bddaa: docs: Add debugging guide for the media subsystem (2024-11-22 10:48:12 -0700) ---------------------------------------------------------------- A few late-arriving fixes, plus two more significant changes that were *almost* ready at the beginning of the merge window: - A new document on debugging techniques from Sebastian Fricke - A clarification on MODULE_LICENSE terms meant to head off the sort of confusion that led to the recent Tuxedo Computers mess. ---------------------------------------------------------------- Javier Carrasco (1): Documentation: pwrseq: Fix trivial misspellings Pavel Tikhomirov (1): docs: core-api/gfp_mask-from-fs-io: indicate that vmalloc supports GFP_NOFS/GFP_NOIO Randy Dunlap (2): Documentation: filesystems: update filename extensions Documentation: kernel-doc: enumerate identifier *type*s Sebastian Fricke (2): docs: Add debugging section to process docs: Add debugging guide for the media subsystem Uwe Kleine-König (1): docs/licensing: Clarify wording about "GPL" and "Proprietary" Documentation/admin-guide/media/index.rst | 5 + Documentation/core-api/gfp_mask-from-fs-io.rst | 20 +- Documentation/doc-guide/kernel-doc.rst | 1 + Documentation/driver-api/pwrseq.rst | 8 +- Documentation/filesystems/autofs.rst | 2 +- Documentation/filesystems/dlmfs.rst | 2 +- Documentation/filesystems/fsverity.rst | 2 +- Documentation/filesystems/path-lookup.rst | 2 +- Documentation/filesystems/path-lookup.txt | 2 +- .../filesystems/ramfs-rootfs-initramfs.rst | 2 +- Documentation/kernel-hacking/hacking.rst | 2 +- .../driver_development_debugging_guide.rst | 223 ++++++++++++++++ Documentation/process/debugging/index.rst | 78 ++++++ .../debugging/media_specific_debugging_guide.rst | 180 +++++++++++++ .../debugging/userspace_debugging_guide.rst | 280 +++++++++++++++++++++ Documentation/process/index.rst | 8 +- Documentation/process/license-rules.rst | 18 +- 17 files changed, 804 insertions(+), 31 deletions(-) create mode 100644 Documentation/process/debugging/driver_development_debugging_guide.rst create mode 100644 Documentation/process/debugging/index.rst create mode 100644 Documentation/process/debugging/media_specific_debugging_guide.rst create mode 100644 Documentation/process/debugging/userspace_debugging_guide.rst