LKML Archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Documentation fixes for 6.9
@ 2024-03-20 10:14 Jonathan Corbet
  2024-03-20 23:11 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Corbet @ 2024-03-20 10:14 UTC (permalink / raw
  To: Linus Torvalds; +Cc: linux-doc, linux-kernel

The following changes since commit 0c8e9b538ed7ecf4159b080ab0dafca3941c69db:

  docs: verify/bisect: fixes, finetuning, and support for Arch (2024-03-07 04:19:43 -0700)

are available in the Git repository at:

  git://git.lwn.net/linux.git tags/docs-6.9-2

for you to fetch changes up to b8cfda5c9065cd619a97c17da081cbfab3b1e756:

  docs: verify/bisect: remove a level of indenting (2024-03-18 03:43:31 -0600)

----------------------------------------------------------------
A handful of late-arriving documentation fixes and enhancements.

----------------------------------------------------------------
Kendra Moore (1):
      doc: Fix typo in admin-guide/cifs/introduction.rst

Maki Hatano (1):
      README: Fix spelling

Nícolas F. R. A. Prado (2):
      docs: *-regressions.rst: Add colon to regzbot commands
      docs: handling-regressions.rst: Update regzbot command fixed-by to fix

Thorsten Leemhuis (4):
      docs: verify/bisect: improve install instructions
      docs: verify/bisect: check taint flag
      docs: verify/bisect: drop 'v' prefix, EOL aspect, and assorted fixes
      docs: verify/bisect: remove a level of indenting

 Documentation/admin-guide/cifs/introduction.rst    |   2 +-
 .../admin-guide/reporting-regressions.rst          |   2 +-
 .../verify-bugs-and-bisect-regressions.rst         | 389 +++++++++++----------
 Documentation/process/handling-regressions.rst     |  12 +-
 README                                             |   2 +-
 5 files changed, 220 insertions(+), 187 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] Documentation fixes for 6.9
  2024-03-20 10:14 [GIT PULL] Documentation fixes for 6.9 Jonathan Corbet
@ 2024-03-20 23:11 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2024-03-20 23:11 UTC (permalink / raw
  To: Jonathan Corbet; +Cc: Linus Torvalds, linux-doc, linux-kernel

The pull request you sent on Wed, 20 Mar 2024 04:14:47 -0600:

> git://git.lwn.net/linux.git tags/docs-6.9-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dba89d1b81df749711645bdc201ed67223f35830

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] Documentation fixes for 6.9
@ 2024-04-02 15:10 Jonathan Corbet
  2024-04-02 20:06 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Corbet @ 2024-04-02 15:10 UTC (permalink / raw
  To: Linus Torvalds; +Cc: linux-kernel, linux-doc

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.lwn.net/linux.git tags/docs-6.9-fixes

for you to fetch changes up to e9c44c1beaba623b12201d2028bc20f535464d9b:

  docs: zswap: fix shell command format (2024-03-29 08:59:01 -0600)

----------------------------------------------------------------
Four small documentation fixes.

----------------------------------------------------------------
Brendan Jackman (1):
      Documentation: dev-tools: Add link to RV docs

Donald Hunter (1):
      docs: Fix bitfield handling in kernel-doc

Vitaly Chikunov (1):
      tracing: Fix documentation on tp_printk cmdline option

Weiji Wang (1):
      docs: zswap: fix shell command format

 Documentation/admin-guide/kernel-parameters.txt | 2 +-
 Documentation/admin-guide/mm/zswap.rst          | 4 ++--
 Documentation/dev-tools/testing-overview.rst    | 2 ++
 scripts/kernel-doc                              | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] Documentation fixes for 6.9
  2024-04-02 15:10 Jonathan Corbet
@ 2024-04-02 20:06 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2024-04-02 20:06 UTC (permalink / raw
  To: Jonathan Corbet; +Cc: Linus Torvalds, linux-kernel, linux-doc

The pull request you sent on Tue, 02 Apr 2024 09:10:26 -0600:

> git://git.lwn.net/linux.git tags/docs-6.9-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b1e6ec0a0fd0252af046e542f91234cd6c30b2cb

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] Documentation fixes for 6.9
@ 2024-04-22 14:51 Jonathan Corbet
  2024-04-22 17:08 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Corbet @ 2024-04-22 14:51 UTC (permalink / raw
  To: Linus Torvalds; +Cc: linux-doc, linux-kernel

The following changes since commit e9c44c1beaba623b12201d2028bc20f535464d9b:

  docs: zswap: fix shell command format (2024-03-29 08:59:01 -0600)

are available in the Git repository at:

  git://git.lwn.net/linux.git tags/docs-6.9-fixes2

for you to fetch changes up to 8d939ae349343b55984ea821164e2be526d48cd1:

  docs: verify/bisect: stable regressions: first stable, then mainline (2024-04-15 09:41:56 -0600)

----------------------------------------------------------------
A set of updates from Thorsten to his (new) guide to verifying bugs and
tracking down regressions.

This is a fairly big set of changes for this late in the cycle, and they
*can* wait if need be.  But they are limited to Thorsten's document,
which is new with 6.9, and I don't see a reason to not have it in his
desired form at release.

----------------------------------------------------------------
Thorsten Leemhuis (6):
      docs: verify/bisect: use git switch, tag kernel, and various fixes
      docs: verify/bisect: add and fetch stable branches ahead of time
      docs: verify/bisect: proper headlines and more spacing
      docs: verify/bisect: explain testing reverts, patches and newer code
      docs: verify/bisect: describe how to use a build host
      docs: verify/bisect: stable regressions: first stable, then mainline

 .../verify-bugs-and-bisect-regressions.rst         | 597 ++++++++++++++-------
 1 file changed, 417 insertions(+), 180 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] Documentation fixes for 6.9
  2024-04-22 14:51 Jonathan Corbet
@ 2024-04-22 17:08 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2024-04-22 17:08 UTC (permalink / raw
  To: Jonathan Corbet; +Cc: Linus Torvalds, linux-doc, linux-kernel

The pull request you sent on Mon, 22 Apr 2024 08:51:51 -0600:

> git://git.lwn.net/linux.git tags/docs-6.9-fixes2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4d2008430ce87061c9cefd4f83daf2d5bb323a96

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-22 17:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-20 10:14 [GIT PULL] Documentation fixes for 6.9 Jonathan Corbet
2024-03-20 23:11 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2024-04-02 15:10 Jonathan Corbet
2024-04-02 20:06 ` pr-tracker-bot
2024-04-22 14:51 Jonathan Corbet
2024-04-22 17:08 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).