From owner-svn-src-head@freebsd.org Tue May 21 01:18:49 2019 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7EEA1599755; Tue, 21 May 2019 01:18:48 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7391E6D16D; Tue, 21 May 2019 01:18:48 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4870226722; Tue, 21 May 2019 01:18:48 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4L1ImM0006040; Tue, 21 May 2019 01:18:48 GMT (envelope-from cem@FreeBSD.org) Received: (from cem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4L1Ihfr006019; Tue, 21 May 2019 01:18:43 GMT (envelope-from cem@FreeBSD.org) Message-Id: <201905210118.x4L1Ihfr006019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cem set sender to cem@FreeBSD.org using -f From: Conrad Meyer Date: Tue, 21 May 2019 01:18:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r348026 - in head/sys: arm/allwinner arm/amlogic/aml8726 arm/freescale/imx arm/rockchip arm/ti/am335x compat/linuxkpi/common/src dev/drm2/ttm dev/fb dev/hdmi dev/iscsi_initiator dev/mlx... X-SVN-Group: head X-SVN-Commit-Author: cem X-SVN-Commit-Paths: in head/sys: arm/allwinner arm/amlogic/aml8726 arm/freescale/imx arm/rockchip arm/ti/am335x compat/linuxkpi/common/src dev/drm2/ttm dev/fb dev/hdmi dev/iscsi_initiator dev/mlx4/mlx4_en dev/mlx5/mlx5_e... X-SVN-Commit-Revision: 348026 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7391E6D16D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 May 2019 01:18:49 -0000 Author: cem Date: Tue May 21 01:18:43 2019 New Revision: 348026 URL: https://svnweb.freebsd.org/changeset/base/348026 Log: Include eventhandler.h in more compilation units This was enumerated with exhaustive search for sys/eventhandler.h includes, cross-referenced against EVENTHANDLER_* usage with the comm(1) utility. Manual checking was performed to avoid redundant includes in some drivers where a common os_bsd.h (for example) included sys/eventhandler.h indirectly, but it is possible some of these are redundant with driver-specific headers in ways I didn't notice. (These CUs did not show up as missing eventhandler.h in tinderbox.) X-MFC-With: r347984 Modified: head/sys/arm/allwinner/a10_fb.c head/sys/arm/allwinner/a10_hdmi.c head/sys/arm/amlogic/aml8726/aml8726_wdt.c head/sys/arm/freescale/imx/imx6_ipu.c head/sys/arm/rockchip/rk30xx_wdog.c head/sys/arm/ti/am335x/am335x_lcd.c head/sys/arm/ti/am335x/tda19988.c head/sys/compat/linuxkpi/common/src/linux_compat.c head/sys/dev/drm2/ttm/ttm_page_alloc.c head/sys/dev/fb/creator.c head/sys/dev/fb/fbd.c head/sys/dev/hdmi/dwc_hdmi.c head/sys/dev/iscsi_initiator/iscsi.c head/sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c head/sys/mips/atheros/ar531x/ar5315_wdog.c head/sys/mips/cavium/octeon_wdog.c head/sys/mips/ingenic/jz4780_lcd.c head/sys/ofed/drivers/infiniband/core/ib_roce_gid_mgmt.c head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c Modified: head/sys/arm/allwinner/a10_fb.c ============================================================================== --- head/sys/arm/allwinner/a10_fb.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/arm/allwinner/a10_fb.c Tue May 21 01:18:43 2019 (r348026) @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: head/sys/arm/allwinner/a10_hdmi.c ============================================================================== --- head/sys/arm/allwinner/a10_hdmi.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/arm/allwinner/a10_hdmi.c Tue May 21 01:18:43 2019 (r348026) @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include Modified: head/sys/arm/amlogic/aml8726/aml8726_wdt.c ============================================================================== --- head/sys/arm/amlogic/aml8726/aml8726_wdt.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/arm/amlogic/aml8726/aml8726_wdt.c Tue May 21 01:18:43 2019 (r348026) @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: head/sys/arm/freescale/imx/imx6_ipu.c ============================================================================== --- head/sys/arm/freescale/imx/imx6_ipu.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/arm/freescale/imx/imx6_ipu.c Tue May 21 01:18:43 2019 (r348026) @@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: head/sys/arm/rockchip/rk30xx_wdog.c ============================================================================== --- head/sys/arm/rockchip/rk30xx_wdog.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/arm/rockchip/rk30xx_wdog.c Tue May 21 01:18:43 2019 (r348026) @@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: head/sys/arm/ti/am335x/am335x_lcd.c ============================================================================== --- head/sys/arm/ti/am335x/am335x_lcd.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/arm/ti/am335x/am335x_lcd.c Tue May 21 01:18:43 2019 (r348026) @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: head/sys/arm/ti/am335x/tda19988.c ============================================================================== --- head/sys/arm/ti/am335x/tda19988.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/arm/ti/am335x/tda19988.c Tue May 21 01:18:43 2019 (r348026) @@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: head/sys/compat/linuxkpi/common/src/linux_compat.c ============================================================================== --- head/sys/compat/linuxkpi/common/src/linux_compat.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/compat/linuxkpi/common/src/linux_compat.c Tue May 21 01:18:43 2019 (r348026) @@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: head/sys/dev/drm2/ttm/ttm_page_alloc.c ============================================================================== --- head/sys/dev/drm2/ttm/ttm_page_alloc.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/dev/drm2/ttm/ttm_page_alloc.c Tue May 21 01:18:43 2019 (r348026) @@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #define NUM_PAGES_TO_ALLOC (PAGE_SIZE/sizeof(vm_page_t)) Modified: head/sys/dev/fb/creator.c ============================================================================== --- head/sys/dev/fb/creator.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/dev/fb/creator.c Tue May 21 01:18:43 2019 (r348026) @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: head/sys/dev/fb/fbd.c ============================================================================== --- head/sys/dev/fb/fbd.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/dev/fb/fbd.c Tue May 21 01:18:43 2019 (r348026) @@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: head/sys/dev/hdmi/dwc_hdmi.c ============================================================================== --- head/sys/dev/hdmi/dwc_hdmi.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/dev/hdmi/dwc_hdmi.c Tue May 21 01:18:43 2019 (r348026) @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include #include #include Modified: head/sys/dev/iscsi_initiator/iscsi.c ============================================================================== --- head/sys/dev/iscsi_initiator/iscsi.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/dev/iscsi_initiator/iscsi.c Tue May 21 01:18:43 2019 (r348026) @@ -37,6 +37,9 @@ __FBSDID("$FreeBSD$"); #include #include +#ifdef DO_EVENTHANDLER +#include +#endif #include #include #include Modified: head/sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c ============================================================================== --- head/sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c Tue May 21 01:18:43 2019 (r348026) @@ -47,6 +47,7 @@ #include #include +#include #include #include Modified: head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c ============================================================================== --- head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c Tue May 21 01:18:43 2019 (r348026) @@ -27,6 +27,7 @@ #include "en.h" +#include #include #include Modified: head/sys/mips/atheros/ar531x/ar5315_wdog.c ============================================================================== --- head/sys/mips/atheros/ar531x/ar5315_wdog.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/mips/atheros/ar531x/ar5315_wdog.c Tue May 21 01:18:43 2019 (r348026) @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: head/sys/mips/cavium/octeon_wdog.c ============================================================================== --- head/sys/mips/cavium/octeon_wdog.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/mips/cavium/octeon_wdog.c Tue May 21 01:18:43 2019 (r348026) @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: head/sys/mips/ingenic/jz4780_lcd.c ============================================================================== --- head/sys/mips/ingenic/jz4780_lcd.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/mips/ingenic/jz4780_lcd.c Tue May 21 01:18:43 2019 (r348026) @@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include Modified: head/sys/ofed/drivers/infiniband/core/ib_roce_gid_mgmt.c ============================================================================== --- head/sys/ofed/drivers/infiniband/core/ib_roce_gid_mgmt.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/ofed/drivers/infiniband/core/ib_roce_gid_mgmt.c Tue May 21 01:18:43 2019 (r348026) @@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$"); #include "core_priv.h" +#include #include #include Modified: head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c ============================================================================== --- head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c Tue May 21 01:18:43 2019 (r348026) @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include "ipoib.h" +#include static int ipoib_resolvemulti(struct ifnet *, struct sockaddr **, struct sockaddr *); Modified: head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c ============================================================================== --- head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c Tue May 21 00:46:47 2019 (r348025) +++ head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c Tue May 21 01:18:43 2019 (r348026) @@ -66,6 +66,7 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include