Documentation/.renames.txt: warning: ignored by one of the .gitignore files In file included from ../drivers/char/tpm/tpm_crb.c:23: In file included from ../drivers/char/tpm/tpm.h:28: ../include/linux/tpm_eventlog.h:167:6: warning: variable 'mapping_size' set but not used [-Wunused-but-set-variable] 167 | int mapping_size; | ^ 1 warning generated. Warning: ../drivers/char/tpm/tpm_crb.c:193 function parameter 'loc' not described in '__crb_go_idle' Warning: ../drivers/char/tpm/tpm_crb.c:246 function parameter 'loc' not described in '__crb_cmd_ready' In file included from ../drivers/net/ethernet/broadcom/b44.c:17: In file included from ../include/linux/module.h:13: In file included from ../include/linux/stat.h:19: In file included from ../include/linux/time.h:60: In file included from ../include/linux/time32.h:13: In file included from ../include/linux/timex.h:67: In file included from ../arch/x86/include/asm/timex.h:5: In file included from ../arch/x86/include/asm/processor.h:19: In file included from ../arch/x86/include/asm/cpuid/api.h:57: In file included from ../arch/x86/include/asm/paravirt.h:21: In file included from ../include/linux/cpumask.h:12: In file included from ../include/linux/bitmap.h:13: In file included from ../include/linux/string.h:382: ../include/linux/fortify-string.h:580:4: warning: call to '__read_overflow2_field' declared with 'warning' attribute: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 580 | __read_overflow2_field(q_size_field, size); | ^ 1 warning generated. In file included from ../drivers/scsi/pm8001/pm8001_hwi.c:40: In file included from ../include/linux/slab.h:16: In file included from ../include/linux/gfp.h:7: In file included from ../include/linux/mmzone.h:8: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: In file included from ../arch/x86/include/asm/paravirt.h:21: In file included from ../include/linux/cpumask.h:12: In file included from ../include/linux/bitmap.h:13: In file included from ../include/linux/string.h:382: ../include/linux/fortify-string.h:580:4: warning: call to '__read_overflow2_field' declared with 'warning' attribute: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 580 | __read_overflow2_field(q_size_field, size); | ^ 1 warning generated. In file included from ../drivers/scsi/pm8001/pm80xx_hwi.c:40: In file included from ../include/linux/slab.h:16: In file included from ../include/linux/gfp.h:7: In file included from ../include/linux/mmzone.h:8: In file included from ../include/linux/spinlock.h:59: In file included from ../include/linux/irqflags.h:18: In file included from ../arch/x86/include/asm/irqflags.h:102: In file included from ../arch/x86/include/asm/paravirt.h:21: In file included from ../include/linux/cpumask.h:12: In file included from ../include/linux/bitmap.h:13: In file included from ../include/linux/string.h:382: ../include/linux/fortify-string.h:580:4: warning: call to '__read_overflow2_field' declared with 'warning' attribute: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 580 | __read_overflow2_field(q_size_field, size); | ^ 1 warning generated. In file included from ../drivers/net/ethernet/intel/ixgbevf/ethtool.c:9: In file included from ../include/linux/module.h:13: In file included from ../include/linux/stat.h:19: In file included from ../include/linux/time.h:60: In file included from ../include/linux/time32.h:13: In file included from ../include/linux/timex.h:67: In file included from ../arch/x86/include/asm/timex.h:5: In file included from ../arch/x86/include/asm/processor.h:19: In file included from ../arch/x86/include/asm/cpuid/api.h:57: In file included from ../arch/x86/include/asm/paravirt.h:21: In file included from ../include/linux/cpumask.h:12: In file included from ../include/linux/bitmap.h:13: In file included from ../include/linux/string.h:382: ../include/linux/fortify-string.h:580:4: warning: call to '__read_overflow2_field' declared with 'warning' attribute: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 580 | __read_overflow2_field(q_size_field, size); | ^ 1 warning generated. Warning: ../drivers/gpu/drm/scheduler/sched_main.c:367 function parameter 'result' not described in 'drm_sched_job_done' ../fs/fuse/ioctl.c:132:18: warning: result of comparison of constant 18446744073709551611 with expression of type '__u16' (aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare] 132 | if (digest_size > SIZE_MAX - sizeof(struct fsverity_digest)) | ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. ../drivers/gpu/drm/vc4/vc4_drv.c:301:8: warning: cast to smaller integer type 'enum vc4_gen' from 'const void *' [-Wvoid-pointer-to-enum-cast] 301 | gen = (enum vc4_gen)of_device_get_match_data(dev); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. Warning: ../drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:761 function parameter 'af' not described in 'amdgpu_fence_driver_guilty_force_completion' ../drivers/ata/ahci_imx.c:872:18: warning: cast to smaller integer type 'enum ahci_imx_type' from 'const void *' [-Wvoid-pointer-to-enum-cast] 872 | imxpriv->type = (enum ahci_imx_type)device_get_match_data(dev); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. ../drivers/ata/ahci_xgene.c:776:13: warning: cast to smaller integer type 'enum xgene_ahci_version' from 'const void *' [-Wvoid-pointer-to-enum-cast] 776 | version = (enum xgene_ahci_version)of_device_get_match_data(dev); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. ../fs/btrfs/scrub.c:307:1: warning: unused function 'scrub_bitmap_set_has_extent' [-Wunused-function] 307 | IMPLEMENT_SCRUB_BITMAP_OPS(has_extent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:242:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 242 | static inline void scrub_bitmap_set_##name(struct scrub_stripe *stripe, \ | ^~~~~~~~~~~~~~~~~~~~~~~ :21:1: note: expanded from here 21 | scrub_bitmap_set_has_extent | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:307:1: warning: unused function 'scrub_bitmap_clear_has_extent' [-Wunused-function] 307 | IMPLEMENT_SCRUB_BITMAP_OPS(has_extent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:251:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 251 | static inline void scrub_bitmap_clear_##name(struct scrub_stripe *stripe, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ :41:1: note: expanded from here 41 | scrub_bitmap_clear_has_extent | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:307:1: warning: unused function 'scrub_bitmap_clear_bit_has_extent' [-Wunused-function] 307 | IMPLEMENT_SCRUB_BITMAP_OPS(has_extent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:276:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 276 | static inline void scrub_bitmap_clear_bit_##name(struct scrub_stripe *stripe, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :102:1: note: expanded from here 102 | scrub_bitmap_clear_bit_has_extent | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:307:1: warning: unused function 'scrub_bitmap_weight_has_extent' [-Wunused-function] 307 | IMPLEMENT_SCRUB_BITMAP_OPS(has_extent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:301:28: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 301 | static inline unsigned int scrub_bitmap_weight_##name(struct scrub_stripe *stripe) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ :144:1: note: expanded from here 144 | scrub_bitmap_weight_has_extent | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:308:1: warning: unused function 'scrub_bitmap_set_is_metadata' [-Wunused-function] 308 | IMPLEMENT_SCRUB_BITMAP_OPS(is_metadata); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:242:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 242 | static inline void scrub_bitmap_set_##name(struct scrub_stripe *stripe, \ | ^~~~~~~~~~~~~~~~~~~~~~~ :146:1: note: expanded from here 146 | scrub_bitmap_set_is_metadata | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:308:1: warning: unused function 'scrub_bitmap_clear_is_metadata' [-Wunused-function] 308 | IMPLEMENT_SCRUB_BITMAP_OPS(is_metadata); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:251:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 251 | static inline void scrub_bitmap_clear_##name(struct scrub_stripe *stripe, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ :166:1: note: expanded from here 166 | scrub_bitmap_clear_is_metadata | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:308:1: warning: unused function 'scrub_bitmap_clear_bit_is_metadata' [-Wunused-function] 308 | IMPLEMENT_SCRUB_BITMAP_OPS(is_metadata); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:276:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 276 | static inline void scrub_bitmap_clear_bit_##name(struct scrub_stripe *stripe, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :227:1: note: expanded from here 227 | scrub_bitmap_clear_bit_is_metadata | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:308:1: warning: unused function 'scrub_bitmap_empty_is_metadata' [-Wunused-function] 308 | IMPLEMENT_SCRUB_BITMAP_OPS(is_metadata); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:295:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 295 | static inline bool scrub_bitmap_empty_##name(struct scrub_stripe *stripe) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ :13:1: note: expanded from here 13 | scrub_bitmap_empty_is_metadata | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:308:1: warning: unused function 'scrub_bitmap_weight_is_metadata' [-Wunused-function] 308 | IMPLEMENT_SCRUB_BITMAP_OPS(is_metadata); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:301:28: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 301 | static inline unsigned int scrub_bitmap_weight_##name(struct scrub_stripe *stripe) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ :15:1: note: expanded from here 15 | scrub_bitmap_weight_is_metadata | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:309:1: warning: unused function 'scrub_bitmap_test_bit_error' [-Wunused-function] 309 | IMPLEMENT_SCRUB_BITMAP_OPS(error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:260:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 260 | static inline bool scrub_bitmap_test_bit_##name(struct scrub_stripe *stripe, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ :57:1: note: expanded from here 57 | scrub_bitmap_test_bit_error | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:309:1: warning: unused function 'scrub_bitmap_weight_error' [-Wunused-function] 309 | IMPLEMENT_SCRUB_BITMAP_OPS(error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:301:28: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 301 | static inline unsigned int scrub_bitmap_weight_##name(struct scrub_stripe *stripe) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ :140:1: note: expanded from here 140 | scrub_bitmap_weight_error | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:310:1: warning: unused function 'scrub_bitmap_clear_bit_io_error' [-Wunused-function] 310 | IMPLEMENT_SCRUB_BITMAP_OPS(io_error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:276:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 276 | static inline void scrub_bitmap_clear_bit_##name(struct scrub_stripe *stripe, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :223:1: note: expanded from here 223 | scrub_bitmap_clear_bit_io_error | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:310:1: warning: unused function 'scrub_bitmap_empty_io_error' [-Wunused-function] 310 | IMPLEMENT_SCRUB_BITMAP_OPS(io_error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:295:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 295 | static inline bool scrub_bitmap_empty_##name(struct scrub_stripe *stripe) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ :3:1: note: expanded from here 3 | scrub_bitmap_empty_io_error | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:311:1: warning: unused function 'scrub_bitmap_set_csum_error' [-Wunused-function] 311 | IMPLEMENT_SCRUB_BITMAP_OPS(csum_error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:242:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 242 | static inline void scrub_bitmap_set_##name(struct scrub_stripe *stripe, \ | ^~~~~~~~~~~~~~~~~~~~~~~ :7:1: note: expanded from here 7 | scrub_bitmap_set_csum_error | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:311:1: warning: unused function 'scrub_bitmap_empty_csum_error' [-Wunused-function] 311 | IMPLEMENT_SCRUB_BITMAP_OPS(csum_error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:295:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 295 | static inline bool scrub_bitmap_empty_##name(struct scrub_stripe *stripe) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ :128:1: note: expanded from here 128 | scrub_bitmap_empty_csum_error | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:312:1: warning: unused function 'scrub_bitmap_set_bit_meta_error' [-Wunused-function] 312 | IMPLEMENT_SCRUB_BITMAP_OPS(meta_error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:268:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 268 | static inline void scrub_bitmap_set_bit_##name(struct scrub_stripe *stripe, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ :193:1: note: expanded from here 193 | scrub_bitmap_set_bit_meta_error | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:312:1: warning: unused function 'scrub_bitmap_clear_bit_meta_error' [-Wunused-function] 312 | IMPLEMENT_SCRUB_BITMAP_OPS(meta_error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:276:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 276 | static inline void scrub_bitmap_clear_bit_##name(struct scrub_stripe *stripe, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :213:1: note: expanded from here 213 | scrub_bitmap_clear_bit_meta_error | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:312:1: warning: unused function 'scrub_bitmap_empty_meta_error' [-Wunused-function] 312 | IMPLEMENT_SCRUB_BITMAP_OPS(meta_error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:295:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 295 | static inline bool scrub_bitmap_empty_##name(struct scrub_stripe *stripe) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ :2:1: note: expanded from here 2 | scrub_bitmap_empty_meta_error | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:313:1: warning: unused function 'scrub_bitmap_set_bit_meta_gen_error' [-Wunused-function] 313 | IMPLEMENT_SCRUB_BITMAP_OPS(meta_gen_error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:268:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 268 | static inline void scrub_bitmap_set_bit_##name(struct scrub_stripe *stripe, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ :67:1: note: expanded from here 67 | scrub_bitmap_set_bit_meta_gen_error | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:313:1: warning: unused function 'scrub_bitmap_clear_bit_meta_gen_error' [-Wunused-function] 313 | IMPLEMENT_SCRUB_BITMAP_OPS(meta_gen_error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:276:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 276 | static inline void scrub_bitmap_clear_bit_##name(struct scrub_stripe *stripe, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :87:1: note: expanded from here 87 | scrub_bitmap_clear_bit_meta_gen_error | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:313:1: warning: unused function 'scrub_bitmap_empty_meta_gen_error' [-Wunused-function] 313 | IMPLEMENT_SCRUB_BITMAP_OPS(meta_gen_error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../fs/btrfs/scrub.c:295:20: note: expanded from macro 'IMPLEMENT_SCRUB_BITMAP_OPS' 295 | static inline bool scrub_bitmap_empty_##name(struct scrub_stripe *stripe) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ :127:1: note: expanded from here 127 | scrub_bitmap_empty_meta_gen_error | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21 warnings generated. Warning: ../drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c:41 function parameter 'mode_clk_rate' not described in 'dpu_core_perf_adjusted_mode_clk' Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files