lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87ttethota.fsf@trenco.lwn.net>
Date: Thu, 05 Sep 2024 13:40:17 -0600
From: Jonathan Corbet <corbet@....net>
To: Breno Leitao <leitao@...ian.org>, Akinobu Mita <akinobu.mita@...il.com>,
 Federico Vaga <federico.vaga@...a.pv.it>, Akira Yokosawa
 <akiyks@...il.com>, Carlos Bilbao <carlos.bilbao.osdev@...il.com>, Avadhut
 Naik <avadhut.naik@....com>, Alex Shi <alexs@...nel.org>, Yanteng Si
 <siyanteng@...ngson.cn>, Hu Haowen <2023002089@...k.tyut.edu.cn>, Jens
 Axboe <axboe@...nel.dk>, Kees Cook <kees@...nel.org>, Arnd Bergmann
 <arnd@...db.de>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Alim
 Akhtar <alim.akhtar@...sung.com>, Avri Altman <avri.altman@....com>, Bart
 Van Assche <bvanassche@....org>, "James E.J. Bottomley"
 <James.Bottomley@...senPartnership.com>, "Martin K. Petersen"
 <martin.petersen@...cle.com>, Andrew Morton <akpm@...ux-foundation.org>
Cc: leit@...a.com, "Paul E. McKenney" <paulmck@...nel.org>, Thomas Huth
 <thuth@...hat.com>, "Borislav Petkov (AMD)" <bp@...en8.de>, Thomas
 Gleixner <tglx@...utronix.de>, Xiongwei Song
 <xiongwei.song@...driver.com>, Ard Biesheuvel <ardb@...nel.org>, John Moon
 <john@...on.dev>, Vegard Nossum <vegard.nossum@...cle.com>, Miguel Ojeda
 <ojeda@...nel.org>, Wolfram Sang <wsa+renesas@...g-engineering.com>,
 SeongJae Park <sj@...nel.org>, "Ran.Park" <ranpark@...mail.com>, Tiezhu
 Yang <yangtiezhu@...ngson.cn>, Remington Brasga <rbrasga@....edu>, Damien
 Le Moal <dlemoal@...nel.org>, Hannes Reinecke <hare@...e.de>, Chaitanya
 Kulkarni <kch@...dia.com>, Johannes Thumshirn
 <johannes.thumshirn@....com>, Zhu Yanjun <yanjun.zhu@...ux.dev>, John
 Garry <john.g.garry@...cle.com>, Chengming Zhou
 <zhouchengming@...edance.com>, Yu Kuai <yukuai3@...wei.com>, Shin'ichiro
 Kawasaki <shinichiro.kawasaki@....com>, Vlastimil Babka <vbabka@...e.cz>,
 "open list:DOCUMENTATION" <linux-doc@...r.kernel.org>, open list
 <linux-kernel@...r.kernel.org>, "open list:DOCUMENTATION PROCESS"
 <workflows@...r.kernel.org>, "open list:BLOCK LAYER"
 <linux-block@...r.kernel.org>, "open list:UNIVERSAL FLASH STORAGE HOST
 CONTROLLER DRIVER" <linux-scsi@...r.kernel.org>, "open list:GENERIC
 INCLUDE/ASM HEADER FILES" <linux-arch@...r.kernel.org>
Subject: Re: [PATCH v2] docs: Move fault injection section to dev-tools

Breno Leitao <leitao@...ian.org> writes:

> Fault injection is a development tool, and should be under dev-tools
> section.
>
> Suggested-by: Jonathan Corbet <corbet@....net>
> Signed-off-by: Breno Leitao <leitao@...ian.org>
> ---
> Changelog:
>
> v2:
>   * Fixed a remaining file pointing to the wrong file, as reported by
>     kernel test robot:
> 	* https://lore.kernel.org/all/202408312350.DEf53QzI-lkp@intel.com/ 
>
> v1:
>   * https://lore.kernel.org/all/20240830174502.3732959-1-leitao@debian.org/
>
>  Documentation/admin-guide/kernel-parameters.txt              | 2 +-
>  .../{ => dev-tools}/fault-injection/fault-injection.rst      | 0
>  Documentation/{ => dev-tools}/fault-injection/index.rst      | 0
>  .../fault-injection/notifier-error-inject.rst                | 0
>  .../{ => dev-tools}/fault-injection/nvme-fault-injection.rst | 0
>  .../{ => dev-tools}/fault-injection/provoke-crashes.rst      | 0
>  Documentation/dev-tools/index.rst                            | 1 +
>  Documentation/index.rst                                      | 1 -
>  Documentation/process/4.Coding.rst                           | 2 +-
>  Documentation/process/submit-checklist.rst                   | 2 +-
>  Documentation/translations/it_IT/process/4.Coding.rst        | 2 +-
>  .../translations/it_IT/process/submit-checklist.rst          | 2 +-
>  Documentation/translations/ja_JP/SubmitChecklist             | 2 +-
>  .../translations/sp_SP/process/submit-checklist.rst          | 2 +-
>  Documentation/translations/zh_CN/index.rst                   | 2 +-
>  Documentation/translations/zh_CN/process/4.Coding.rst        | 2 +-
>  .../translations/zh_CN/process/submit-checklist.rst          | 2 +-
>  Documentation/translations/zh_TW/index.rst                   | 2 +-
>  Documentation/translations/zh_TW/process/4.Coding.rst        | 2 +-
>  .../translations/zh_TW/process/submit-checklist.rst          | 2 +-
>  MAINTAINERS                                                  | 2 +-
>  drivers/block/null_blk/main.c                                | 2 +-
>  drivers/misc/lkdtm/core.c                                    | 2 +-
>  drivers/ufs/core/ufs-fault-injection.c                       | 2 +-
>  include/asm-generic/error-injection.h                        | 5 +++--
>  include/linux/fault-inject.h                                 | 2 +-
>  lib/Kconfig.debug                                            | 4 ++--
>  tools/testing/fault-injection/failcmd.sh                     | 2 +-
>  28 files changed, 25 insertions(+), 24 deletions(-)
>  rename Documentation/{ => dev-tools}/fault-injection/fault-injection.rst (100%)
>  rename Documentation/{ => dev-tools}/fault-injection/index.rst (100%)
>  rename Documentation/{ => dev-tools}/fault-injection/notifier-error-inject.rst (100%)
>  rename Documentation/{ => dev-tools}/fault-injection/nvme-fault-injection.rst (100%)
>  rename Documentation/{ => dev-tools}/fault-injection/provoke-crashes.rst (100%)

Applied, thanks.

jon

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ