* [Linux-kernel-mentees] Is anyone working on fixing warnings these Documentation files ? @ 2020-04-20 0:56 Saheed Bolarinwa 2020-04-20 6:36 ` Mauro Carvalho Chehab 0 siblings, 1 reply; 7+ messages in thread From: Saheed Bolarinwa @ 2020-04-20 0:56 UTC (permalink / raw) To: linux-kernel-mentees, mchehab Hello, Please is there anyone working on fixing these files. I have have checked the email archive, though I surely have not search thoroughly. Please, let me know if you are working on any of these: - Documentation/admin-guide/ras.rst - Documentation/virt/kvm/amd-memory-encryption.rst - Documentation/trace/events.rst - Documentation/power/pm_qos_interface.rst - Documentation/process/programming-language.rst - Documentation/filesystems/fuse.rst - Documentation/admin-guide/bootconfig.rst - Documentation/admin-guide/hw-vuln/tsx_async_abort.rst - Documentation/filesystems/ubifs-authentication.rst - Documentation/driver-api/driver-model/driver.rst - Documentation/driver-api/gpio/driver.rst - Documentation/driver-api/thermal/cpu-idle-cooling.rst Thank you Bolarinwa Saheed _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Linux-kernel-mentees] Is anyone working on fixing warnings these Documentation files ? 2020-04-20 0:56 [Linux-kernel-mentees] Is anyone working on fixing warnings these Documentation files ? Saheed Bolarinwa @ 2020-04-20 6:36 ` Mauro Carvalho Chehab 2020-04-21 9:04 ` Saheed Bolarinwa 0 siblings, 1 reply; 7+ messages in thread From: Mauro Carvalho Chehab @ 2020-04-20 6:36 UTC (permalink / raw) To: Saheed Bolarinwa; +Cc: Jonathan Corbet, linux-kernel-mentees Em Mon, 20 Apr 2020 02:56:18 +0200 Saheed Bolarinwa <refactormyself@gmail.com> escreveu: > Hello, > > Please is there anyone working on fixing these files. I have have > checked the email archive, > > though I surely have not search thoroughly. > > Please, let me know if you are working on any of these: > > > - Documentation/admin-guide/ras.rst > > - Documentation/virt/kvm/amd-memory-encryption.rst > > - Documentation/trace/events.rst > > - Documentation/power/pm_qos_interface.rst > > - Documentation/process/programming-language.rst > > - Documentation/filesystems/fuse.rst > > - Documentation/admin-guide/bootconfig.rst > > - Documentation/admin-guide/hw-vuln/tsx_async_abort.rst > > - Documentation/filesystems/ubifs-authentication.rst > > - Documentation/driver-api/driver-model/driver.rst > > - Documentation/driver-api/gpio/driver.rst > > - Documentation/driver-api/thermal/cpu-idle-cooling.rst There is a set of fixes from me at: https://git.linuxtv.org/mchehab/experimental.git/log/?h=docs-fixes that were already submitted, but I guess Jon didn't merge yet. Btw, if you want to do any work, I suggest you to take a look on this tree: https://git.linuxtv.org/mchehab/experimental.git/log/?h=all-docs Where I merged all patches I did already for documentation and that weren't merged upstream yet. Thanks, Mauro _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Linux-kernel-mentees] Is anyone working on fixing warnings these Documentation files ? 2020-04-20 6:36 ` Mauro Carvalho Chehab @ 2020-04-21 9:04 ` Saheed Bolarinwa 2020-04-21 10:45 ` Mauro Carvalho Chehab 0 siblings, 1 reply; 7+ messages in thread From: Saheed Bolarinwa @ 2020-04-21 9:04 UTC (permalink / raw) To: Mauro Carvalho Chehab; +Cc: Jonathan Corbet, linux-kernel-mentees On 4/20/20 8:36 AM, Mauro Carvalho Chehab wrote: > Em Mon, 20 Apr 2020 02:56:18 +0200 > Saheed Bolarinwa <refactormyself@gmail.com> escreveu: > >> Hello, >> >> Please is there anyone working on fixing these files. I have have >> checked the email archive, >> >> though I surely have not search thoroughly. >> >> Please, let me know if you are working on any of these: >> >> >> - Documentation/admin-guide/ras.rst >> >> - Documentation/virt/kvm/amd-memory-encryption.rst >> >> - Documentation/trace/events.rst >> >> - Documentation/power/pm_qos_interface.rst >> >> - Documentation/process/programming-language.rst >> >> - Documentation/filesystems/fuse.rst >> >> - Documentation/admin-guide/bootconfig.rst >> >> - Documentation/admin-guide/hw-vuln/tsx_async_abort.rst >> >> - Documentation/filesystems/ubifs-authentication.rst >> >> - Documentation/driver-api/driver-model/driver.rst >> >> - Documentation/driver-api/gpio/driver.rst >> >> - Documentation/driver-api/thermal/cpu-idle-cooling.rst > There is a set of fixes from me at: > > https://git.linuxtv.org/mchehab/experimental.git/log/?h=docs-fixes > > that were already submitted, but I guess Jon didn't merge yet. > > Btw, if you want to do any work, I suggest you to take a look on > this tree: > > https://git.linuxtv.org/mchehab/experimental.git/log/?h=all-docs > > Where I merged all patches I did already for documentation and > that weren't merged upstream yet. Hello, Thank you for the response, I have checked the link you gave: https://git.linuxtv.org/mchehab/experimental.git/log/?h=all-docs I am not sure if it is the best way to figure out what is not being worked on, but what I did was to search for the files I listed previously and I could not find the ones listed below: - Documentation/admin-guide/ras.rst - Documentation/virt/kvm/amd-memory-encryption.rst - Documentation/admin-guide/hw-vuln/tsx_async_abort.rst - Documentation/filesystems/ubifs-authentication.rst - Documentation/driver-api/driver-model/driver.rst Can I assume they are not being worked on, at least by you? Thank you. - Saheed _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Linux-kernel-mentees] Is anyone working on fixing warnings these Documentation files ? 2020-04-21 9:04 ` Saheed Bolarinwa @ 2020-04-21 10:45 ` Mauro Carvalho Chehab 2020-04-22 17:53 ` Saheed Bolarinwa 0 siblings, 1 reply; 7+ messages in thread From: Mauro Carvalho Chehab @ 2020-04-21 10:45 UTC (permalink / raw) To: Saheed Bolarinwa; +Cc: Jonathan Corbet, linux-kernel-mentees Em Tue, 21 Apr 2020 11:04:01 +0200 Saheed Bolarinwa <refactormyself@gmail.com> escreveu: > On 4/20/20 8:36 AM, Mauro Carvalho Chehab wrote: > > Em Mon, 20 Apr 2020 02:56:18 +0200 > > Saheed Bolarinwa <refactormyself@gmail.com> escreveu: > > > >> Hello, > >> > >> Please is there anyone working on fixing these files. I have have > >> checked the email archive, > >> > >> though I surely have not search thoroughly. > >> > >> Please, let me know if you are working on any of these: > >> > >> > >> - Documentation/admin-guide/ras.rst > >> > >> - Documentation/virt/kvm/amd-memory-encryption.rst > >> > >> - Documentation/trace/events.rst > >> > >> - Documentation/power/pm_qos_interface.rst > >> > >> - Documentation/process/programming-language.rst > >> > >> - Documentation/filesystems/fuse.rst > >> > >> - Documentation/admin-guide/bootconfig.rst > >> > >> - Documentation/admin-guide/hw-vuln/tsx_async_abort.rst > >> > >> - Documentation/filesystems/ubifs-authentication.rst > >> > >> - Documentation/driver-api/driver-model/driver.rst > >> > >> - Documentation/driver-api/gpio/driver.rst > >> > >> - Documentation/driver-api/thermal/cpu-idle-cooling.rst > > There is a set of fixes from me at: > > > > https://git.linuxtv.org/mchehab/experimental.git/log/?h=docs-fixes > > > > that were already submitted, but I guess Jon didn't merge yet. > > > > Btw, if you want to do any work, I suggest you to take a look on > > this tree: > > > > https://git.linuxtv.org/mchehab/experimental.git/log/?h=all-docs > > > > Where I merged all patches I did already for documentation and > > that weren't merged upstream yet. > > Hello, > > Thank you for the response, I have checked the link you gave: > > https://git.linuxtv.org/mchehab/experimental.git/log/?h=all-docs > > I am not sure if it is the best way to figure out what is not being > worked on, > > but what I did was to search for the files I listed previously and I > could not > > find the ones listed below: > > - Documentation/admin-guide/ras.rst > > - Documentation/virt/kvm/amd-memory-encryption.rst > > - Documentation/admin-guide/hw-vuln/tsx_async_abort.rst > > - Documentation/filesystems/ubifs-authentication.rst > > - Documentation/driver-api/driver-model/driver.rst > > > Can I assume they are not being worked on, at least by you? No, but I'm also not getting any warnings from some of the above. The warnings I'm getting on my tree[1] are enclosed below. Please notice that, while I didn't add any new patch, I just rebased it on the top of linux-next latest tag (next-20200421). [1] https://git.linuxtv.org/mchehab/experimental.git/log/?h=all-docs Thanks, Mauro Warning: Documentation/devicetree/bindings/display/rockchip/rockchip-drm.yaml references a file that doesn't exist: Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt Warning: Documentation/mips/ingenic-tcu.rst references a file that doesn't exist: Documentation/devicetree/bindings/timer/ingenic,tcu.txt Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/rng/arm-cctrng.txt Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/display/panel/raydium,rm67191.txt Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/display/panel/sitronix,st7701.txt Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/media/rockchip-vpu.txt Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt Warning: tools/testing/selftests/vm/protection_keys.c references a file that doesn't exist: Documentation/vm/protection-keys.txt ./kernel/rcu/tree.c:2914: warning: Function parameter or member 'count' not described in 'kfree_rcu_cpu' ./mm/vmalloc.c:1840: warning: Excess function parameter 'prot' description in 'vm_map_ram' ./include/linux/host1x.h:66: warning: Function parameter or member 'parent' not described in 'host1x_client' ./include/linux/host1x.h:66: warning: Function parameter or member 'usecount' not described in 'host1x_client' ./include/linux/host1x.h:66: warning: Function parameter or member 'lock' not described in 'host1x_client' ./include/linux/phylink.h:54: warning: Function parameter or member '__ETHTOOL_DECLARE_LINK_MODE_MASK(advertising' not described in 'phylink_link_state' ./include/linux/phylink.h:54: warning: Function parameter or member '__ETHTOOL_DECLARE_LINK_MODE_MASK(lp_advertising' not described in 'phylink_link_state' ./include/linux/phylink.h:333: warning: Function parameter or member 'pcs_config' not described in 'int' ./include/linux/phylink.h:333: warning: Excess function parameter 'config' description in 'int' ./include/linux/phylink.h:333: warning: Excess function parameter 'mode' description in 'int' ./include/linux/phylink.h:333: warning: Excess function parameter 'interface' description in 'int' ./include/linux/phylink.h:333: warning: Excess function parameter 'advertising' description in 'int' ./include/linux/phylink.h:342: warning: Function parameter or member 'pcs_an_restart' not described in 'void' ./include/linux/phylink.h:342: warning: Excess function parameter 'config' description in 'void' ./include/linux/phylink.h:358: warning: Function parameter or member 'pcs_link_up' not described in 'void' ./include/linux/phylink.h:358: warning: Excess function parameter 'config' description in 'void' ./include/linux/phylink.h:358: warning: Excess function parameter 'mode' description in 'void' ./include/linux/phylink.h:358: warning: Excess function parameter 'interface' description in 'void' ./include/linux/phylink.h:358: warning: Excess function parameter 'speed' description in 'void' ./include/linux/phylink.h:358: warning: Excess function parameter 'duplex' description in 'void' ./drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:92: warning: Function parameter or member 'vm' not described in 'amdgpu_vm_eviction_lock' ./drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c:1: warning: no structured comments found ./drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1: warning: no structured comments found ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3374: warning: Excess function parameter 'suspend' description in 'amdgpu_device_suspend' ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3474: warning: Excess function parameter 'resume' description in 'amdgpu_device_resume' ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3374: warning: Excess function parameter 'suspend' description in 'amdgpu_device_suspend' ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3474: warning: Excess function parameter 'resume' description in 'amdgpu_device_resume' ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3374: warning: Excess function parameter 'suspend' description in 'amdgpu_device_suspend' ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3474: warning: Excess function parameter 'resume' description in 'amdgpu_device_resume' ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'tbo' description in 'amdgpu_vram_mgr_del' ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'place' description in 'amdgpu_vram_mgr_del' ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'tbo' description in 'amdgpu_vram_mgr_del' ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'place' description in 'amdgpu_vram_mgr_del' ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'tbo' description in 'amdgpu_vram_mgr_del' ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'place' description in 'amdgpu_vram_mgr_del' ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'tbo' description in 'amdgpu_vram_mgr_del' ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'place' description in 'amdgpu_vram_mgr_del' ./drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c:279: warning: Excess function parameter 'tbo' description in 'amdgpu_gtt_mgr_del' ./drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c:279: warning: Excess function parameter 'place' description in 'amdgpu_gtt_mgr_del' ./drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c:279: warning: Excess function parameter 'tbo' description in 'amdgpu_gtt_mgr_del' ./drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c:279: warning: Excess function parameter 'place' description in 'amdgpu_gtt_mgr_del' ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3374: warning: Excess function parameter 'suspend' description in 'amdgpu_device_suspend' ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3474: warning: Excess function parameter 'resume' description in 'amdgpu_device_resume' ./drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:331: warning: Function parameter or member 'hdcp_workqueue' not described in 'amdgpu_display_manager' ./include/linux/spi/spi.h:665: warning: Function parameter or member 'buswidth_override_bits' not described in 'spi_controller' ./include/linux/spi/spi.h:944: warning: Function parameter or member 'timestamped' not described in 'spi_transfer' ./include/linux/gpio/driver.h:499: warning: Function parameter or member 'gc' not described in 'gpiochip_add_data' ./include/linux/gpio/driver.h:499: warning: Excess function parameter 'chip' description in 'gpiochip_add_data' ./include/linux/regulator/machine.h:196: warning: Function parameter or member 'max_uV_step' not described in 'regulation_constraints' ./include/linux/regulator/driver.h:223: warning: Function parameter or member 'resume' not described in 'regulator_ops' ./drivers/usb/typec/bus.c:1: warning: 'typec_altmode_register_driver' not found ./drivers/usb/typec/bus.c:1: warning: 'typec_altmode_unregister_driver' not found ./include/linux/kcsan-checks.h:335: warning: duplicate section name 'Note' ./include/linux/usb.h:713: warning: Function parameter or member 'use_generic_driver' not described in 'usb_device' ./include/linux/usb.h:1253: warning: Function parameter or member 'match' not described in 'usb_device_driver' ./include/linux/usb.h:1253: warning: Function parameter or member 'id_table' not described in 'usb_device_driver' ./include/linux/iio/iio.h:574: warning: Function parameter or member 'read_buf' not described in 'iio_dev' ./include/linux/iio/iio.h:574: warning: Function parameter or member 'read_buf_len' not described in 'iio_dev' ./include/kunit/test.h:182: warning: Function parameter or member 'debugfs' not described in 'kunit_suite' ./include/kunit/test.h:182: warning: Function parameter or member 'log' not described in 'kunit_suite' ./include/kunit/test.h:268: warning: Excess function parameter 'suites' description in 'kunit_test_suites' ./drivers/infiniband/core/umem_odp.c:161: warning: Function parameter or member 'ops' not described in 'ib_umem_odp_alloc_child' ./drivers/infiniband/core/umem_odp.c:225: warning: Function parameter or member 'ops' not described in 'ib_umem_odp_get' ./drivers/infiniband/ulp/iser/iscsi_iser.h:401: warning: Function parameter or member 'all_list' not described in 'iser_fr_desc' ./drivers/infiniband/ulp/iser/iscsi_iser.h:415: warning: Function parameter or member 'all_list' not described in 'iser_fr_pool' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:148: warning: Function parameter or member 'rsvd0' not described in 'opa_vesw_info' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:148: warning: Function parameter or member 'rsvd1' not described in 'opa_vesw_info' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:148: warning: Function parameter or member 'rsvd2' not described in 'opa_vesw_info' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:148: warning: Function parameter or member 'rsvd3' not described in 'opa_vesw_info' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:148: warning: Function parameter or member 'rsvd4' not described in 'opa_vesw_info' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:205: warning: Function parameter or member 'rsvd0' not described in 'opa_per_veswport_info' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:205: warning: Function parameter or member 'rsvd1' not described in 'opa_per_veswport_info' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:205: warning: Function parameter or member 'rsvd2' not described in 'opa_per_veswport_info' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:205: warning: Function parameter or member 'rsvd3' not described in 'opa_per_veswport_info' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:342: warning: Function parameter or member 'reserved' not described in 'opa_veswport_summary_counters' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd0' not described in 'opa_veswport_error_counters' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd1' not described in 'opa_veswport_error_counters' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd2' not described in 'opa_veswport_error_counters' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd3' not described in 'opa_veswport_error_counters' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd4' not described in 'opa_veswport_error_counters' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd5' not described in 'opa_veswport_error_counters' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd6' not described in 'opa_veswport_error_counters' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd7' not described in 'opa_veswport_error_counters' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd8' not described in 'opa_veswport_error_counters' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd9' not described in 'opa_veswport_error_counters' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:460: warning: Function parameter or member 'reserved' not described in 'opa_vnic_vema_mad' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:485: warning: Function parameter or member 'reserved' not described in 'opa_vnic_notice_attr' ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:500: warning: Function parameter or member 'reserved' not described in 'opa_vnic_vema_mad_trap' ./include/drm/drm_dp_helper.h:1764: warning: Function parameter or member 'hbr2_reset' not described in 'drm_dp_phy_test_params' ./drivers/gpu/drm/drm_dp_helper.c:1599: warning: Function parameter or member 'dp_rev' not described in 'drm_dp_set_phy_test_pattern' ./include/linux/input/sparse-keymap.h:43: warning: Function parameter or member 'sw' not described in 'key_entry' ./include/net/mac80211.h:832: warning: Enum value 'IEEE80211_TX_CTRL_HW_80211_ENCAP' not described in enum 'mac80211_tx_control_flags' ./net/mac80211/sta_info.h:104: warning: Enum value 'WLAN_STA_USES_ENCRYPTION' not described in enum 'ieee80211_sta_info_flags' ./drivers/dma-buf/dma-buf.c:678: warning: Function parameter or member 'importer_ops' not described in 'dma_buf_dynamic_attach' ./drivers/dma-buf/dma-buf.c:678: warning: Function parameter or member 'importer_priv' not described in 'dma_buf_dynamic_attach' ./include/linux/dma-buf.h:347: warning: Incorrect use of kernel-doc format: * @move_notify /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:105: WARNING: Unexpected indentation. /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:108: WARNING: Unexpected indentation. /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:109: WARNING: Block quote ends without a blank line; unexpected unindent. /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:112: WARNING: Block quote ends without a blank line; unexpected unindent. /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:120: WARNING: Unexpected indentation. /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:121: WARNING: Block quote ends without a blank line; unexpected unindent. /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:132: WARNING: Unexpected indentation. /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:135: WARNING: Block quote ends without a blank line; unexpected unindent. /devel/v4l/docs/Documentation/admin-guide/sysctl/kernel.rst:295: WARNING: Title underline too short. hung_task_all_cpu_backtrace: ================ /devel/v4l/docs/Documentation/admin-guide/sysctl/kernel.rst:295: WARNING: Title underline too short. hung_task_all_cpu_backtrace: ================ /devel/v4l/docs/Documentation/admin-guide/sysctl/kernel.rst:578: WARNING: Title underline too short. oops_all_cpu_backtrace: ================ /devel/v4l/docs/Documentation/admin-guide/sysctl/kernel.rst:578: WARNING: Title underline too short. oops_all_cpu_backtrace: ================ /devel/v4l/docs/Documentation/virt/kvm/amd-memory-encryption.rst:76: WARNING: Inline literal start-string without end-string. /devel/v4l/docs/Documentation/filesystems/orangefs.rst:124: WARNING: Literal block expected; none found. checking consistency... /devel/v4l/docs/Documentation/watch_queue.rst: WARNING: document isn't included in any toctree _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Linux-kernel-mentees] Is anyone working on fixing warnings these Documentation files ? 2020-04-21 10:45 ` Mauro Carvalho Chehab @ 2020-04-22 17:53 ` Saheed Bolarinwa 2020-04-22 19:09 ` Mauro Carvalho Chehab 0 siblings, 1 reply; 7+ messages in thread From: Saheed Bolarinwa @ 2020-04-22 17:53 UTC (permalink / raw) To: Mauro Carvalho Chehab; +Cc: Jonathan Corbet, linux-kernel-mentees On 4/21/20 12:45 PM, Mauro Carvalho Chehab wrote: > Em Tue, 21 Apr 2020 11:04:01 +0200 > Saheed Bolarinwa <refactormyself@gmail.com> escreveu: > >> On 4/20/20 8:36 AM, Mauro Carvalho Chehab wrote: >>> Em Mon, 20 Apr 2020 02:56:18 +0200 >>> Saheed Bolarinwa <refactormyself@gmail.com> escreveu: >>> >>>> Hello, >>>> >>>> Please is there anyone working on fixing these files. I have have >>>> checked the email archive, >>>> >>>> though I surely have not search thoroughly. >>>> >>>> Please, let me know if you are working on any of these: >>>> >>>> >>>> - Documentation/admin-guide/ras.rst >>>> >>>> - Documentation/virt/kvm/amd-memory-encryption.rst >>>> >>>> - Documentation/trace/events.rst >>>> >>>> - Documentation/power/pm_qos_interface.rst >>>> >>>> - Documentation/process/programming-language.rst >>>> >>>> - Documentation/filesystems/fuse.rst >>>> >>>> - Documentation/admin-guide/bootconfig.rst >>>> >>>> - Documentation/admin-guide/hw-vuln/tsx_async_abort.rst >>>> >>>> - Documentation/filesystems/ubifs-authentication.rst >>>> >>>> - Documentation/driver-api/driver-model/driver.rst >>>> >>>> - Documentation/driver-api/gpio/driver.rst >>>> >>>> - Documentation/driver-api/thermal/cpu-idle-cooling.rst >>> There is a set of fixes from me at: >>> >>> https://git.linuxtv.org/mchehab/experimental.git/log/?h=docs-fixes >>> >>> that were already submitted, but I guess Jon didn't merge yet. >>> >>> Btw, if you want to do any work, I suggest you to take a look on >>> this tree: >>> >>> https://git.linuxtv.org/mchehab/experimental.git/log/?h=all-docs >>> >>> Where I merged all patches I did already for documentation and >>> that weren't merged upstream yet. >> Hello, >> >> Thank you for the response, I have checked the link you gave: >> >> https://git.linuxtv.org/mchehab/experimental.git/log/?h=all-docs >> >> I am not sure if it is the best way to figure out what is not being >> worked on, >> >> but what I did was to search for the files I listed previously and I >> could not >> >> find the ones listed below: >> >> - Documentation/admin-guide/ras.rst >> >> - Documentation/virt/kvm/amd-memory-encryption.rst >> >> - Documentation/admin-guide/hw-vuln/tsx_async_abort.rst >> >> - Documentation/filesystems/ubifs-authentication.rst >> >> - Documentation/driver-api/driver-model/driver.rst >> >> >> Can I assume they are not being worked on, at least by you? > No, but I'm also not getting any warnings from some of the above. > > The warnings I'm getting on my tree[1] are enclosed below. > > Please notice that, while I didn't add any new patch, I just > rebased it on the top of linux-next latest tag (next-20200421). > > [1] https://git.linuxtv.org/mchehab/experimental.git/log/?h=all-docs > > Thanks, > Mauro > > > Warning: Documentation/devicetree/bindings/display/rockchip/rockchip-drm.yaml references a file that doesn't exist: Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt > Warning: Documentation/mips/ingenic-tcu.rst references a file that doesn't exist: Documentation/devicetree/bindings/timer/ingenic,tcu.txt > Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/rng/arm-cctrng.txt > Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/display/panel/raydium,rm67191.txt > Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/display/panel/sitronix,st7701.txt > Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/media/rockchip-vpu.txt > Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt > Warning: tools/testing/selftests/vm/protection_keys.c references a file that doesn't exist: Documentation/vm/protection-keys.txt > ./kernel/rcu/tree.c:2914: warning: Function parameter or member 'count' not described in 'kfree_rcu_cpu' > ./mm/vmalloc.c:1840: warning: Excess function parameter 'prot' description in 'vm_map_ram' > ./include/linux/host1x.h:66: warning: Function parameter or member 'parent' not described in 'host1x_client' > ./include/linux/host1x.h:66: warning: Function parameter or member 'usecount' not described in 'host1x_client' > ./include/linux/host1x.h:66: warning: Function parameter or member 'lock' not described in 'host1x_client' > ./include/linux/phylink.h:54: warning: Function parameter or member '__ETHTOOL_DECLARE_LINK_MODE_MASK(advertising' not described in 'phylink_link_state' > ./include/linux/phylink.h:54: warning: Function parameter or member '__ETHTOOL_DECLARE_LINK_MODE_MASK(lp_advertising' not described in 'phylink_link_state' > ./include/linux/phylink.h:333: warning: Function parameter or member 'pcs_config' not described in 'int' > ./include/linux/phylink.h:333: warning: Excess function parameter 'config' description in 'int' > ./include/linux/phylink.h:333: warning: Excess function parameter 'mode' description in 'int' > ./include/linux/phylink.h:333: warning: Excess function parameter 'interface' description in 'int' > ./include/linux/phylink.h:333: warning: Excess function parameter 'advertising' description in 'int' > ./include/linux/phylink.h:342: warning: Function parameter or member 'pcs_an_restart' not described in 'void' > ./include/linux/phylink.h:342: warning: Excess function parameter 'config' description in 'void' > ./include/linux/phylink.h:358: warning: Function parameter or member 'pcs_link_up' not described in 'void' > ./include/linux/phylink.h:358: warning: Excess function parameter 'config' description in 'void' > ./include/linux/phylink.h:358: warning: Excess function parameter 'mode' description in 'void' > ./include/linux/phylink.h:358: warning: Excess function parameter 'interface' description in 'void' > ./include/linux/phylink.h:358: warning: Excess function parameter 'speed' description in 'void' > ./include/linux/phylink.h:358: warning: Excess function parameter 'duplex' description in 'void' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:92: warning: Function parameter or member 'vm' not described in 'amdgpu_vm_eviction_lock' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c:1: warning: no structured comments found > ./drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1: warning: no structured comments found > ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3374: warning: Excess function parameter 'suspend' description in 'amdgpu_device_suspend' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3474: warning: Excess function parameter 'resume' description in 'amdgpu_device_resume' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3374: warning: Excess function parameter 'suspend' description in 'amdgpu_device_suspend' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3474: warning: Excess function parameter 'resume' description in 'amdgpu_device_resume' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3374: warning: Excess function parameter 'suspend' description in 'amdgpu_device_suspend' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3474: warning: Excess function parameter 'resume' description in 'amdgpu_device_resume' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'tbo' description in 'amdgpu_vram_mgr_del' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'place' description in 'amdgpu_vram_mgr_del' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'tbo' description in 'amdgpu_vram_mgr_del' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'place' description in 'amdgpu_vram_mgr_del' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'tbo' description in 'amdgpu_vram_mgr_del' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'place' description in 'amdgpu_vram_mgr_del' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'tbo' description in 'amdgpu_vram_mgr_del' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:435: warning: Excess function parameter 'place' description in 'amdgpu_vram_mgr_del' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c:279: warning: Excess function parameter 'tbo' description in 'amdgpu_gtt_mgr_del' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c:279: warning: Excess function parameter 'place' description in 'amdgpu_gtt_mgr_del' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c:279: warning: Excess function parameter 'tbo' description in 'amdgpu_gtt_mgr_del' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c:279: warning: Excess function parameter 'place' description in 'amdgpu_gtt_mgr_del' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3374: warning: Excess function parameter 'suspend' description in 'amdgpu_device_suspend' > ./drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3474: warning: Excess function parameter 'resume' description in 'amdgpu_device_resume' > ./drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:331: warning: Function parameter or member 'hdcp_workqueue' not described in 'amdgpu_display_manager' > ./include/linux/spi/spi.h:665: warning: Function parameter or member 'buswidth_override_bits' not described in 'spi_controller' > ./include/linux/spi/spi.h:944: warning: Function parameter or member 'timestamped' not described in 'spi_transfer' > ./include/linux/gpio/driver.h:499: warning: Function parameter or member 'gc' not described in 'gpiochip_add_data' > ./include/linux/gpio/driver.h:499: warning: Excess function parameter 'chip' description in 'gpiochip_add_data' > ./include/linux/regulator/machine.h:196: warning: Function parameter or member 'max_uV_step' not described in 'regulation_constraints' > ./include/linux/regulator/driver.h:223: warning: Function parameter or member 'resume' not described in 'regulator_ops' > ./drivers/usb/typec/bus.c:1: warning: 'typec_altmode_register_driver' not found > ./drivers/usb/typec/bus.c:1: warning: 'typec_altmode_unregister_driver' not found > ./include/linux/kcsan-checks.h:335: warning: duplicate section name 'Note' > ./include/linux/usb.h:713: warning: Function parameter or member 'use_generic_driver' not described in 'usb_device' > ./include/linux/usb.h:1253: warning: Function parameter or member 'match' not described in 'usb_device_driver' > ./include/linux/usb.h:1253: warning: Function parameter or member 'id_table' not described in 'usb_device_driver' > ./include/linux/iio/iio.h:574: warning: Function parameter or member 'read_buf' not described in 'iio_dev' > ./include/linux/iio/iio.h:574: warning: Function parameter or member 'read_buf_len' not described in 'iio_dev' > ./include/kunit/test.h:182: warning: Function parameter or member 'debugfs' not described in 'kunit_suite' > ./include/kunit/test.h:182: warning: Function parameter or member 'log' not described in 'kunit_suite' > ./include/kunit/test.h:268: warning: Excess function parameter 'suites' description in 'kunit_test_suites' > ./drivers/infiniband/core/umem_odp.c:161: warning: Function parameter or member 'ops' not described in 'ib_umem_odp_alloc_child' > ./drivers/infiniband/core/umem_odp.c:225: warning: Function parameter or member 'ops' not described in 'ib_umem_odp_get' > ./drivers/infiniband/ulp/iser/iscsi_iser.h:401: warning: Function parameter or member 'all_list' not described in 'iser_fr_desc' > ./drivers/infiniband/ulp/iser/iscsi_iser.h:415: warning: Function parameter or member 'all_list' not described in 'iser_fr_pool' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:148: warning: Function parameter or member 'rsvd0' not described in 'opa_vesw_info' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:148: warning: Function parameter or member 'rsvd1' not described in 'opa_vesw_info' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:148: warning: Function parameter or member 'rsvd2' not described in 'opa_vesw_info' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:148: warning: Function parameter or member 'rsvd3' not described in 'opa_vesw_info' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:148: warning: Function parameter or member 'rsvd4' not described in 'opa_vesw_info' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:205: warning: Function parameter or member 'rsvd0' not described in 'opa_per_veswport_info' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:205: warning: Function parameter or member 'rsvd1' not described in 'opa_per_veswport_info' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:205: warning: Function parameter or member 'rsvd2' not described in 'opa_per_veswport_info' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:205: warning: Function parameter or member 'rsvd3' not described in 'opa_per_veswport_info' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:342: warning: Function parameter or member 'reserved' not described in 'opa_veswport_summary_counters' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd0' not described in 'opa_veswport_error_counters' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd1' not described in 'opa_veswport_error_counters' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd2' not described in 'opa_veswport_error_counters' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd3' not described in 'opa_veswport_error_counters' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd4' not described in 'opa_veswport_error_counters' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd5' not described in 'opa_veswport_error_counters' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd6' not described in 'opa_veswport_error_counters' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd7' not described in 'opa_veswport_error_counters' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd8' not described in 'opa_veswport_error_counters' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:394: warning: Function parameter or member 'rsvd9' not described in 'opa_veswport_error_counters' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:460: warning: Function parameter or member 'reserved' not described in 'opa_vnic_vema_mad' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:485: warning: Function parameter or member 'reserved' not described in 'opa_vnic_notice_attr' > ./drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.h:500: warning: Function parameter or member 'reserved' not described in 'opa_vnic_vema_mad_trap' > ./include/drm/drm_dp_helper.h:1764: warning: Function parameter or member 'hbr2_reset' not described in 'drm_dp_phy_test_params' > ./drivers/gpu/drm/drm_dp_helper.c:1599: warning: Function parameter or member 'dp_rev' not described in 'drm_dp_set_phy_test_pattern' > ./include/linux/input/sparse-keymap.h:43: warning: Function parameter or member 'sw' not described in 'key_entry' > ./include/net/mac80211.h:832: warning: Enum value 'IEEE80211_TX_CTRL_HW_80211_ENCAP' not described in enum 'mac80211_tx_control_flags' > ./net/mac80211/sta_info.h:104: warning: Enum value 'WLAN_STA_USES_ENCRYPTION' not described in enum 'ieee80211_sta_info_flags' > ./drivers/dma-buf/dma-buf.c:678: warning: Function parameter or member 'importer_ops' not described in 'dma_buf_dynamic_attach' > ./drivers/dma-buf/dma-buf.c:678: warning: Function parameter or member 'importer_priv' not described in 'dma_buf_dynamic_attach' > ./include/linux/dma-buf.h:347: warning: Incorrect use of kernel-doc format: * @move_notify > /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:105: WARNING: Unexpected indentation. > /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:108: WARNING: Unexpected indentation. > /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:109: WARNING: Block quote ends without a blank line; unexpected unindent. > /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:112: WARNING: Block quote ends without a blank line; unexpected unindent. > /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:120: WARNING: Unexpected indentation. > /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:121: WARNING: Block quote ends without a blank line; unexpected unindent. > /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:132: WARNING: Unexpected indentation. > /devel/v4l/docs/Documentation/admin-guide/mm/hugetlbpage.rst:135: WARNING: Block quote ends without a blank line; unexpected unindent. > /devel/v4l/docs/Documentation/admin-guide/sysctl/kernel.rst:295: WARNING: Title underline too short. > > hung_task_all_cpu_backtrace: > ================ > /devel/v4l/docs/Documentation/admin-guide/sysctl/kernel.rst:295: WARNING: Title underline too short. > > hung_task_all_cpu_backtrace: > ================ > /devel/v4l/docs/Documentation/admin-guide/sysctl/kernel.rst:578: WARNING: Title underline too short. > > oops_all_cpu_backtrace: > ================ > /devel/v4l/docs/Documentation/admin-guide/sysctl/kernel.rst:578: WARNING: Title underline too short. > > oops_all_cpu_backtrace: > ================ > /devel/v4l/docs/Documentation/virt/kvm/amd-memory-encryption.rst:76: WARNING: Inline literal start-string without end-string. > /devel/v4l/docs/Documentation/filesystems/orangefs.rst:124: WARNING: Literal block expected; none found. > checking consistency... /devel/v4l/docs/Documentation/watch_queue.rst: WARNING: document isn't included in any toctree > Hello Mauro, Sorry for taking long to reply. I think I got different warnings because I was checking for warnings on the stable tree. I get a different set of warnings now with linux-next. Just to confirm, here is what I am doing: - update my local repo to linux-main - run this command make htmldocs > doc_make.log 2>&1 - check doc_make.log for warnings Thank you. - Saheed _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Linux-kernel-mentees] Is anyone working on fixing warnings these Documentation files ? 2020-04-22 17:53 ` Saheed Bolarinwa @ 2020-04-22 19:09 ` Mauro Carvalho Chehab 2020-04-22 19:45 ` Saheed Bolarinwa 0 siblings, 1 reply; 7+ messages in thread From: Mauro Carvalho Chehab @ 2020-04-22 19:09 UTC (permalink / raw) To: Saheed Bolarinwa; +Cc: Jonathan Corbet, linux-kernel-mentees Em Wed, 22 Apr 2020 19:53:42 +0200 Saheed Bolarinwa <refactormyself@gmail.com> escreveu: > Sorry for taking long to reply. > > I think I got different warnings because I was checking for warnings on > the stable tree. I get a different set of > > warnings now with linux-next. Just to confirm, here is what I am doing: > > - update my local repo to linux-main > > - run this command make htmldocs > doc_make.log 2>&1 > > - check doc_make.log for warnings No, the best is to use the latest tag at linux next (with are updated every day). So, you should do something like: # in case your tree is not based on linux-next: $ git remote add linux-next git://github.com/sfrothwell/linux-next.git Then: $ git checkout -b my_docs_next_branch next-20200422 $ make htmldocs Thanks, Mauro _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Linux-kernel-mentees] Is anyone working on fixing warnings these Documentation files ? 2020-04-22 19:09 ` Mauro Carvalho Chehab @ 2020-04-22 19:45 ` Saheed Bolarinwa 0 siblings, 0 replies; 7+ messages in thread From: Saheed Bolarinwa @ 2020-04-22 19:45 UTC (permalink / raw) To: Mauro Carvalho Chehab; +Cc: Jonathan Corbet, linux-kernel-mentees On 4/22/20 9:09 PM, Mauro Carvalho Chehab wrote: > Em Wed, 22 Apr 2020 19:53:42 +0200 > Saheed Bolarinwa <refactormyself@gmail.com> escreveu: > >> Sorry for taking long to reply. >> >> I think I got different warnings because I was checking for warnings on >> the stable tree. I get a different set of >> >> warnings now with linux-next. Just to confirm, here is what I am doing: >> >> - update my local repo to linux-main >> >> - run this command make htmldocs > doc_make.log 2>&1 >> >> - check doc_make.log for warnings > No, the best is to use the latest tag at linux next (with are updated > every day). > > So, you should do something like: > > # in case your tree is not based on linux-next: > $ git remote add linux-next git://github.com/sfrothwell/linux-next.git > > > Then: > > $ git checkout -b my_docs_next_branch next-20200422 > $ make htmldocs > > Thanks, > Mauro Okay, I have done that and I see the warnings. Please, do you have any suggestion on where to start? Thank you. - Saheed _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-04-22 20:45 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-04-20 0:56 [Linux-kernel-mentees] Is anyone working on fixing warnings these Documentation files ? Saheed Bolarinwa 2020-04-20 6:36 ` Mauro Carvalho Chehab 2020-04-21 9:04 ` Saheed Bolarinwa 2020-04-21 10:45 ` Mauro Carvalho Chehab 2020-04-22 17:53 ` Saheed Bolarinwa 2020-04-22 19:09 ` Mauro Carvalho Chehab 2020-04-22 19:45 ` Saheed Bolarinwa
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.