docs: admin-guide/blockdev: Remove digraph of node-statesWhile node-states-8.dot has two digraphs, the dot(1) command cannot properly handle multiple graphs in a DOT file and thekernel-doc page a
docs: admin-guide/blockdev: Remove digraph of node-statesWhile node-states-8.dot has two digraphs, the dot(1) command cannot properly handle multiple graphs in a DOT file and thekernel-doc page at https://www.kernel.org/doc/html/latest/admin-guide/blockdev/drbd/figures.htmlfails to render the graphs.It turned out that the digraph of node_states can be removed.Quote from Joel's reflection: On reflection, the digraph node_states can be removed entirely. It is too basic to contain any useful information. In addition it references "ioctl_set_state". The ioctl configuration interface for DRBD has long been removed. In fact, it was never in the upstream version of DRBD.Remove node_states and rename the DOT file peer_states-8.dot.Suggested-by: Joel Colledge <[email protected]>Acked-by: Joel Colledge <[email protected]>Signed-off-by: Akira Yokosawa <[email protected]>Cc: Philipp Reisner <[email protected]>Cc: Lars Ellenberg <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Jonathan Corbet <[email protected]>
show more ...
Replace HTTP links with HTTPS ones: DRBD driverRationale:Reduces attack surface on kernel devs opening the links for MITMas HTTPS traffic is much harder to manipulate.Deterministic algorithm:F
Replace HTTP links with HTTPS ones: DRBD driverRationale:Reduces attack surface on kernel devs opening the links for MITMas HTTPS traffic is much harder to manipulate.Deterministic algorithm:For each file: If not .svg: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If both the HTTP and HTTPS versions return 200 OK and serve the same content: Replace HTTP with HTTPS.Signed-off-by: Alexander A. Klimov <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Jonathan Corbet <[email protected]>
docs: add SPDX tags to new index filesAll those new files I added are under GPL v2.0 license.Add the corresponding SPDX headers to them.Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@ker
docs: add SPDX tags to new index filesAll those new files I added are under GPL v2.0 license.Add the corresponding SPDX headers to them.Signed-off-by: Mauro Carvalho Chehab <[email protected]>
docs: blockdev: add it to the admin-guideThe blockdev book basically contains user-faced documentation.Signed-off-by: Mauro Carvalho Chehab <[email protected]>