public inbox for linux-next@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: build warnings after merge of the origin tree
@ 2021-02-18 21:02 Stephen Rothwell
  2021-02-19 15:33 ` Vitaly Kuznetsov
  0 siblings, 1 reply; 12+ messages in thread
From: Stephen Rothwell @ 2021-02-18 21:02 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Vitaly Kuznetsov, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 467 bytes --]

Hi all,

Building Linus' tree, today's linux-next build (htmldocs) produced
these warnings:

Documentation/virt/kvm/api.rst:4537: WARNING: Unexpected indentation.
Documentation/virt/kvm/api.rst:4539: WARNING: Block quote ends without a blank line; unexpected unindent.

Introduced by commit

  c21d54f0307f ("KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID as a system ioctl")

These have been around for some time.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread
* linux-next: build warnings after merge of the origin tree
@ 2022-06-20  8:02 Stephen Rothwell
  0 siblings, 0 replies; 12+ messages in thread
From: Stephen Rothwell @ 2022-06-20  8:02 UTC (permalink / raw)
  To: Theodore Ts'o, Wang Jianjian
  Cc: Linus Torvalds, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 35415 bytes --]

Hi all,

After merging the origin tree, today's linux-next build (htmldocs)
produced these warnings:

Documentation/filesystems/ext4/ifork.rst:5: WARNING: Malformed table.

+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| i.i_block Offset   | Where It Points                                                                                                                                                                                                              |
+=====================+==============================================================================================================================================================================================================================+
| 0 to 11             | Direct map to file blocks 0 to 11.                                                                                                                                                                                           |
+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 12                  | Indirect block: (file blocks 12 to (``$block_size`` / 4) + 11, or 12 to 1035 if 4KiB blocks)                                                                                                                                 |
|                     |                                                                                                                                                                                                                              |
|                     | +------------------------------+--------------------------------------------------------------------+                                                                                                                        |
|                     | | Indirect Block Offset        | Where It Points                                                    |                                                                                                                        |
|                     | +==============================+====================================================================+                                                                                                                        |
|                     | | 0 to (``$block_size`` / 4)   | Direct map to (``$block_size`` / 4) blocks (1024 if 4KiB blocks)   |                                                                                                                        |
|                     | +------------------------------+--------------------------------------------------------------------+                                                                                                                        |
+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 13                  | Double-indirect block: (file blocks ``$block_size``/4 + 12 to (``$block_size`` / 4) ^ 2 + (``$block_size`` / 4) + 11, or 1036 to 1049611 if 4KiB blocks)                                                                     |
|                     |                                                                                                                                                                                                                              |
|                     | +--------------------------------+---------------------------------------------------------------------------------------------------------+                                                                                 |
|                     | | Double Indirect Block Offset   | Where It Points                                                                                         |                                                                                 |
|                     | +================================+=========================================================================================================+                                                                                 |
|                     | | 0 to (``$block_size`` / 4)     | Map to (``$block_size`` / 4) indirect blocks (1024 if 4KiB blocks)                                      |                                                                                 |
|                     | |                                |                                                                                                         |                                                                                 |
|                     | |                                | +------------------------------+--------------------------------------------------------------------+   |                                                                                 |
|                     | |                                | | Indirect Block Offset        | Where It Points                                                    |   |                                                                                 |
|                     | |                                | +==============================+====================================================================+   |                                                                                 |
|                     | |                                | | 0 to (``$block_size`` / 4)   | Direct map to (``$block_size`` / 4) blocks (1024 if 4KiB blocks)   |   |                                                                                 |
|                     | |                                | +------------------------------+--------------------------------------------------------------------+   |                                                                                 |
|                     | +--------------------------------+---------------------------------------------------------------------------------------------------------+                                                                                 |
+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 14                  | Triple-indirect block: (file blocks (``$block_size`` / 4) ^ 2 + (``$block_size`` / 4) + 12 to (``$block_size`` / 4) ^ 3 + (``$block_size`` / 4) ^ 2 + (``$block_size`` / 4) + 12, or 1049612 to 1074791436 if 4KiB blocks)   |
|                     |                                                                                                                                                                                                                              |
|                     | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+                                          |
|                     | | Triple Indirect Block Offset   | Where It Points                                                                                                                                |                                          |
|                     | +================================+================================================================================================================================================+                                          |
|                     | | 0 to (``$block_size`` / 4)     | Map to (``$block_size`` / 4) double indirect blocks (1024 if 4KiB blocks)                                                                      |                                          |
|                     | |                                |                                                                                                                                                |                                          |
|                     | |                                | +--------------------------------+---------------------------------------------------------------------------------------------------------+   |                                          |
|                     | |                                | | Double Indirect Block Offset   | Where It Points                                                                                         |   |                                          |
|                     | |                                | +================================+=========================================================================================================+   |                                          |
|                     | |                                | | 0 to (``$block_size`` / 4)     | Map to (``$block_size`` / 4) indirect blocks (1024 if 4KiB blocks)                                      |   |                                          |
|                     | |                                | |                                |                                                                                                         |   |                                          |
|                     | |                                | |                                | +------------------------------+--------------------------------------------------------------------+   |   |                                          |
|                     | |                                | |                                | | Indirect Block Offset        | Where It Points                                                    |   |   |                                          |
|                     | |                                | |                                | +==============================+====================================================================+   |   |                                          |
|                     | |                                | |                                | | 0 to (``$block_size`` / 4)   | Direct map to (``$block_size`` / 4) blocks (1024 if 4KiB blocks)   |   |   |                                          |
|                     | |                                | |                                | +------------------------------+--------------------------------------------------------------------+   |   |                                          |
|                     | |                                | +--------------------------------+---------------------------------------------------------------------------------------------------------+   |                                          |
|                     | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+                                          |
+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Documentation/filesystems/ext4/blockmap.rst:3: WARNING: Malformed table.

+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| i.i_block Offset   | Where It Points                                                                                                                                                                                                              |
+=====================+==============================================================================================================================================================================================================================+
| 0 to 11             | Direct map to file blocks 0 to 11.                                                                                                                                                                                           |
+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 12                  | Indirect block: (file blocks 12 to (``$block_size`` / 4) + 11, or 12 to 1035 if 4KiB blocks)                                                                                                                                 |
|                     |                                                                                                                                                                                                                              |
|                     | +------------------------------+--------------------------------------------------------------------+                                                                                                                        |
|                     | | Indirect Block Offset        | Where It Points                                                    |                                                                                                                        |
|                     | +==============================+====================================================================+                                                                                                                        |
|                     | | 0 to (``$block_size`` / 4)   | Direct map to (``$block_size`` / 4) blocks (1024 if 4KiB blocks)   |                                                                                                                        |
|                     | +------------------------------+--------------------------------------------------------------------+                                                                                                                        |
+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 13                  | Double-indirect block: (file blocks ``$block_size``/4 + 12 to (``$block_size`` / 4) ^ 2 + (``$block_size`` / 4) + 11, or 1036 to 1049611 if 4KiB blocks)                                                                     |
|                     |                                                                                                                                                                                                                              |
|                     | +--------------------------------+---------------------------------------------------------------------------------------------------------+                                                                                 |
|                     | | Double Indirect Block Offset   | Where It Points                                                                                         |                                                                                 |
|                     | +================================+=========================================================================================================+                                                                                 |
|                     | | 0 to (``$block_size`` / 4)     | Map to (``$block_size`` / 4) indirect blocks (1024 if 4KiB blocks)                                      |                                                                                 |
|                     | |                                |                                                                                                         |                                                                                 |
|                     | |                                | +------------------------------+--------------------------------------------------------------------+   |                                                                                 |
|                     | |                                | | Indirect Block Offset        | Where It Points                                                    |   |                                                                                 |
|                     | |                                | +==============================+====================================================================+   |                                                                                 |
|                     | |                                | | 0 to (``$block_size`` / 4)   | Direct map to (``$block_size`` / 4) blocks (1024 if 4KiB blocks)   |   |                                                                                 |
|                     | |                                | +------------------------------+--------------------------------------------------------------------+   |                                                                                 |
|                     | +--------------------------------+---------------------------------------------------------------------------------------------------------+                                                                                 |
+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 14                  | Triple-indirect block: (file blocks (``$block_size`` / 4) ^ 2 + (``$block_size`` / 4) + 12 to (``$block_size`` / 4) ^ 3 + (``$block_size`` / 4) ^ 2 + (``$block_size`` / 4) + 12, or 1049612 to 1074791436 if 4KiB blocks)   |
|                     |                                                                                                                                                                                                                              |
|                     | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+                                          |
|                     | | Triple Indirect Block Offset   | Where It Points                                                                                                                                |                                          |
|                     | +================================+================================================================================================================================================+                                          |
|                     | | 0 to (``$block_size`` / 4)     | Map to (``$block_size`` / 4) double indirect blocks (1024 if 4KiB blocks)                                                                      |                                          |
|                     | |                                |                                                                                                                                                |                                          |
|                     | |                                | +--------------------------------+---------------------------------------------------------------------------------------------------------+   |                                          |
|                     | |                                | | Double Indirect Block Offset   | Where It Points                                                                                         |   |                                          |
|                     | |                                | +================================+=========================================================================================================+   |                                          |
|                     | |                                | | 0 to (``$block_size`` / 4)     | Map to (``$block_size`` / 4) indirect blocks (1024 if 4KiB blocks)                                      |   |                                          |
|                     | |                                | |                                |                                                                                                         |   |                                          |
|                     | |                                | |                                | +------------------------------+--------------------------------------------------------------------+   |   |                                          |
|                     | |                                | |                                | | Indirect Block Offset        | Where It Points                                                    |   |   |                                          |
|                     | |                                | |                                | +==============================+====================================================================+   |   |                                          |
|                     | |                                | |                                | | 0 to (``$block_size`` / 4)   | Direct map to (``$block_size`` / 4) blocks (1024 if 4KiB blocks)   |   |   |                                          |
|                     | |                                | |                                | +------------------------------+--------------------------------------------------------------------+   |   |                                          |
|                     | |                                | +--------------------------------+---------------------------------------------------------------------------------------------------------+   |                                          |
|                     | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+                                          |
+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Documentation/filesystems/ext4/dynamic.rst:5: WARNING: Malformed table.

+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| i.i_block Offset   | Where It Points                                                                                                                                                                                                              |
+=====================+==============================================================================================================================================================================================================================+
| 0 to 11             | Direct map to file blocks 0 to 11.                                                                                                                                                                                           |
+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 12                  | Indirect block: (file blocks 12 to (``$block_size`` / 4) + 11, or 12 to 1035 if 4KiB blocks)                                                                                                                                 |
|                     |                                                                                                                                                                                                                              |
|                     | +------------------------------+--------------------------------------------------------------------+                                                                                                                        |
|                     | | Indirect Block Offset        | Where It Points                                                    |                                                                                                                        |
|                     | +==============================+====================================================================+                                                                                                                        |
|                     | | 0 to (``$block_size`` / 4)   | Direct map to (``$block_size`` / 4) blocks (1024 if 4KiB blocks)   |                                                                                                                        |
|                     | +------------------------------+--------------------------------------------------------------------+                                                                                                                        |
+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 13                  | Double-indirect block: (file blocks ``$block_size``/4 + 12 to (``$block_size`` / 4) ^ 2 + (``$block_size`` / 4) + 11, or 1036 to 1049611 if 4KiB blocks)                                                                     |
|                     |                                                                                                                                                                                                                              |
|                     | +--------------------------------+---------------------------------------------------------------------------------------------------------+                                                                                 |
|                     | | Double Indirect Block Offset   | Where It Points                                                                                         |                                                                                 |
|                     | +================================+=========================================================================================================+                                                                                 |
|                     | | 0 to (``$block_size`` / 4)     | Map to (``$block_size`` / 4) indirect blocks (1024 if 4KiB blocks)                                      |                                                                                 |
|                     | |                                |                                                                                                         |                                                                                 |
|                     | |                                | +------------------------------+--------------------------------------------------------------------+   |                                                                                 |
|                     | |                                | | Indirect Block Offset        | Where It Points                                                    |   |                                                                                 |
|                     | |                                | +==============================+====================================================================+   |                                                                                 |
|                     | |                                | | 0 to (``$block_size`` / 4)   | Direct map to (``$block_size`` / 4) blocks (1024 if 4KiB blocks)   |   |                                                                                 |
|                     | |                                | +------------------------------+--------------------------------------------------------------------+   |                                                                                 |
|                     | +--------------------------------+---------------------------------------------------------------------------------------------------------+                                                                                 |
+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 14                  | Triple-indirect block: (file blocks (``$block_size`` / 4) ^ 2 + (``$block_size`` / 4) + 12 to (``$block_size`` / 4) ^ 3 + (``$block_size`` / 4) ^ 2 + (``$block_size`` / 4) + 12, or 1049612 to 1074791436 if 4KiB blocks)   |
|                     |                                                                                                                                                                                                                              |
|                     | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+                                          |
|                     | | Triple Indirect Block Offset   | Where It Points                                                                                                                                |                                          |
|                     | +================================+================================================================================================================================================+                                          |
|                     | | 0 to (``$block_size`` / 4)     | Map to (``$block_size`` / 4) double indirect blocks (1024 if 4KiB blocks)                                                                      |                                          |
|                     | |                                |                                                                                                                                                |                                          |
|                     | |                                | +--------------------------------+---------------------------------------------------------------------------------------------------------+   |                                          |
|                     | |                                | | Double Indirect Block Offset   | Where It Points                                                                                         |   |                                          |
|                     | |                                | +================================+=========================================================================================================+   |                                          |
|                     | |                                | | 0 to (``$block_size`` / 4)     | Map to (``$block_size`` / 4) indirect blocks (1024 if 4KiB blocks)                                      |   |                                          |
|                     | |                                | |                                |                                                                                                         |   |                                          |
|                     | |                                | |                                | +------------------------------+--------------------------------------------------------------------+   |   |                                          |
|                     | |                                | |                                | | Indirect Block Offset        | Where It Points                                                    |   |   |                                          |
|                     | |                                | |                                | +==============================+====================================================================+   |   |                                          |
|                     | |                                | |                                | | 0 to (``$block_size`` / 4)   | Direct map to (``$block_size`` / 4) blocks (1024 if 4KiB blocks)   |   |   |                                          |
|                     | |                                | |                                | +------------------------------+--------------------------------------------------------------------+   |   |                                          |
|                     | |                                | +--------------------------------+---------------------------------------------------------------------------------------------------------+   |                                          |
|                     | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+                                          |
+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Introduced by commit

  3103084afcf2 ("ext4, doc: remove unnecessary escaping")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread
* linux-next: build warnings after merge of the origin tree
@ 2023-05-08  4:39 Stephen Rothwell
  2023-05-08  6:31 ` Maher Sanalla
  0 siblings, 1 reply; 12+ messages in thread
From: Stephen Rothwell @ 2023-05-08  4:39 UTC (permalink / raw)
  To: Saeed Mahameed
  Cc: Maher Sanalla, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 618 bytes --]

Hi all,

While building Linus' tree, today's linux-next build (htmldocs)
produced these warnings:

Documentation/networking/device_drivers/ethernet/mellanox/mlx5/devlink.rst:287: ERROR: Unexpected indentation.
Documentation/networking/device_drivers/ethernet/mellanox/mlx5/devlink.rst:288: WARNING: Block quote ends without a blank line; unexpected unindent.
Documentation/networking/device_drivers/ethernet/mellanox/mlx5/devlink.rst:290: ERROR: Unexpected indentation.

Introduced by commit

  cf14af140a5a ("net/mlx5e: Add vnic devlink health reporter to representors")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread
* linux-next: build warnings after merge of the origin tree
@ 2024-07-29 22:22 Stephen Rothwell
  2024-07-29 23:38 ` Linus Torvalds
  2024-07-30  5:22 ` Stephen Rothwell
  0 siblings, 2 replies; 12+ messages in thread
From: Stephen Rothwell @ 2024-07-29 22:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 1899 bytes --]

Hi all,

After merging the origin tree, today's linux-next build (powerpc
ppc64_defconfig) produced these warnings:

In file included from include/asm-generic/percpu.h:7,
                 from arch/powerpc/include/asm/percpu.h:28,
                 from include/linux/irqflags.h:19,
                 from include/linux/spinlock.h:59,
                 from include/linux/mmzone.h:8,
                 from include/linux/gfp.h:7,
                 from include/linux/mm.h:7,
                 from include/linux/memblock.h:12,
                 from kernel/profile.c:20:
kernel/profile.c:52:28: warning: 'cpu_profile_flip' defined but not used [-Wunused-variable]
   52 | static DEFINE_PER_CPU(int, cpu_profile_flip);
      |                            ^~~~~~~~~~~~~~~~
include/linux/percpu-defs.h:104:44: note: in definition of macro 'DEFINE_PER_CPU_SECTION'
  104 |         __PCPU_ATTRS(sec) __typeof__(type) name
      |                                            ^~~~
kernel/profile.c:52:8: note: in expansion of macro 'DEFINE_PER_CPU'
   52 | static DEFINE_PER_CPU(int, cpu_profile_flip);
      |        ^~~~~~~~~~~~~~
kernel/profile.c:51:48: warning: 'cpu_profile_hits' defined but not used [-Wunused-variable]
   51 | static DEFINE_PER_CPU(struct profile_hit *[2], cpu_profile_hits);
      |                                                ^~~~~~~~~~~~~~~~
include/linux/percpu-defs.h:104:44: note: in definition of macro 'DEFINE_PER_CPU_SECTION'
  104 |         __PCPU_ATTRS(sec) __typeof__(type) name
      |                                            ^~~~
kernel/profile.c:51:8: note: in expansion of macro 'DEFINE_PER_CPU'
   51 | static DEFINE_PER_CPU(struct profile_hit *[2], cpu_profile_hits);
      |        ^~~~~~~~~~~~~~

Introduced by commit

  2accfdb7eff6 ("profiling: attempt to remove per-cpu profile flip buffer")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2024-07-30  5:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-18 21:02 linux-next: build warnings after merge of the origin tree Stephen Rothwell
2021-02-19 15:33 ` Vitaly Kuznetsov
2021-02-19 16:01   ` Paolo Bonzini
2021-02-23 21:56     ` Stephen Rothwell
2021-02-26  1:57       ` Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2022-06-20  8:02 Stephen Rothwell
2023-05-08  4:39 Stephen Rothwell
2023-05-08  6:31 ` Maher Sanalla
2024-07-29 22:22 Stephen Rothwell
2024-07-29 23:38 ` Linus Torvalds
2024-07-29 23:57   ` Linus Torvalds
2024-07-30  5:22 ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox