- 07:58:18 [INFO] Starting target session - 07:58:19 [INFO] Connected to dra7xx-evm via serial - 07:58:19 [INFO] Host: #check prompt - 07:58:22 [ERROR] On command: #check prompt waiting for #check prompt.+?(?-mix:((?-mix:login:)|[Pp]assword)) >>> error: execution expired - 07:58:22 [INFO] Target: #check prompt root@dra7xx-evm:/test# - 07:58:22 [INFO] Host: #check prompt - 07:58:22 [INFO] Target: #check prompt root@dra7xx-evm:/test# - 07:58:22 [INFO] Host: sync;poweroff - 07:58:33 [INFO] Target: sync;poweroff Broadcast message from rootJStopping Dropbear SSH server: stopped /usr/sbin/dropbear (pid 699) dropbear. Stopping telnet daemon. Stopping system message bus: dbus. hwclock: can't open '/dev/misc/rtc': No such file or directory Error opening /dev/fb0: No such file or directory Stopping syslogd/klogd: stopped syslogd (pid 733) stopped klogd (pid 736) done Stopping thttpd. Stopping Weston stopping statd: done ALSA: Storing mixer settings... /usr/sbin/alsactl: save_state:1590: No soundcards found... Stopping rpcbind daemon... done. Stopping Lighttpd Web Server: stopped /usr/sbin/lighttpd (pid 747) lighttpd. Deconfiguring network interfaces... done. Stopping Matrix GUI applicationstart-stop-daemon: warning: killing process 753: No such process *************************************************************** *************************************************************** NOTICE: This file system contains the followin GPLv3 packages: binutils elfutils gdbserver libdw1 libelf1 parted If you do not wish to distribute GPLv3 components please remove the above packages prior to distribution. This can be done using the opkg remove command. i.e.: opkg remove Where is the name printed in the list above NOTE: If the package is a dependency of another package you will be notified of the dependent packages. You should use the --force-removal-of-dependent-packages option to also remove the dependent packages as well *************************************************************** *************************************************************** Sending all processes the TERM signal... Sending all processes the KILL signal... Unmounting remote filesystems... Deactivating swap... Unmounting local filesystems... [ 3105.342096] EXT4-fs (mmcblk1p2): re-mounted. Opts: data=ordered [ 3107.773285] reboot: System halted - 07:58:33 [INFO] Disconnected serial from dra7xx-evm - 07:59:09 [INFO] Connected to dra7xx-evm via serial - 07:59:09 [INFO] Host: - 07:59:09 [INFO] Target: 0 U-Boot# - 07:59:09 [INFO] Host: - 07:59:10 [INFO] Target: U-Boot# - 07:59:10 [INFO] Host: version - 07:59:10 [INFO] Target: version U-Boot 2014.07-00076-g8f725ef (Oct 09 2014 - 11:19:18) arm-linux-gnueabihf-gcc (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) 4.7.3 20130226 (prerelease) GNU ld (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) 2.23.1 U-Boot# - 07:59:10 [INFO] Host: setenv bootargs 'console=ttyO0,115200n8 earlyprintk rootwait ' - 07:59:11 [INFO] Target: setenv bootargs 'console=ttyO0,115200n8 earlyprintk rootwait ' U-Boot# - 07:59:11 [INFO] Host: setenv bootcmd '' - 07:59:11 [INFO] Target: setenv bootcmd '' U-Boot# - 07:59:11 [INFO] Host: setenv autoload 'no' - 07:59:12 [INFO] Target: setenv autoload 'no' U-Boot# - 07:59:12 [INFO] Host: setenv serverip '192.168.0.1' - 07:59:12 [INFO] Target: setenv serverip '192.168.0.1' U-Boot# - 07:59:12 [INFO] Host: printenv - 07:59:13 [INFO] Target: printenv arch=arm autoload=no baudrate=115200 board=dra7xx board_name=dra7xx bootargs=console=ttyO0,115200n8 earlyprintk rootwait bootcmd= bootdelay=1 bootdir=/boot bootfile=zImage bootm_size=0x10000000 bootpart=0:2 bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr} console=ttyO0,115200n8 cpu=armv7 dfu_alt_info_emmc=MLO raw 0x100 0x100 mmcpart 0;u-boot.img raw 0x300 0x1000 mmcpart 0 dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;spl-os-args fat 0 1;spl-os-image fat 0 1;u-boot.img fat 0 1;uEnv.txt fat 0 1 dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000 dfu_bufsiz=0x10000 eth1addr=7c:66:9d:f1:c0:cf ethact=cpsw ethaddr=7c:66:9d:f1:c0:ce fdt_addr_r=0x88000000 fdtaddr=0x88000000 fdtfile=undefined findfdt=if test $board_name = omap5_uevm; then setenv fdtfile omap5-uevm.dtb; fi; if test $board_name = dra7xx; then setenv fdtfile dra7-evm.dtb; fi;if test $board_name = dra72x; then setenv fdtfile dra72-evm.dtb; fi;if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi; importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize} kernel_addr_r=0x82000000 loadaddr=0x82000000 loadbootenv=fatload mmc ${mmcdev} ${loadaddr} uEnv.txt loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}; loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile} mmcargs=setenv bootargs console=${console} ${optargs} vram=${vram} root=${mmcroot} rootfstype=${mmcrootfstype} mmcboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootenv; then echo Loaded environment from ${bootenv};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;if run loadimage; then run loadfdt; echo Booting from mmc${mmcdev} ...; run mmcargs; bootz ${loadaddr} - ${fdtaddr}; fi;fi; mmcdev=0 mmcroot=/dev/mmcblk1p2 rw mmcrootfstype=ext4 rootwait mtdids=nand0=nand.0 mtdparts=mtdparts=nand.0:128k(NAND.SPL),128k(NAND.SPL.backup1),128k(NAND.SPL.backup2),128k(NAND.SPL.backup3),256k(NAND.u-boot-spl-os),1m(NAND.u-boot),128k(NAND.u-boot-env),128k(NAND.u-boot-env.backup1),8m(NAND.kernel),-(NAND.file-system) nandargs=setenv bootargs console=${console} ${optargs} root=${nandroot} rootfstype=${nandrootfstype} nandboot=echo Booting from nand ...; run nandargs; nand read ${fdtaddr} NAND.u-boot-spl-os; nand read ${loadaddr} NAND.kernel; bootz ${loadaddr} - ${fdtaddr} nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system,2048 nandrootfstype=ubifs rootwait=1 partitions=uuid_disk=${uuid_gpt_disk};name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs} ramdisk_addr_r=0x88080000 rdaddr=0x88080000 scsidevs=0 serverip=192.168.0.1 soc=omap5 stderr=serial stdin=serial stdout=serial usbtty=cdc_acm vendor=ti ver=U-Boot 2014.07-00076-g8f725ef (Oct 09 2014 - 11:19:18) vram=16M Environment size: 3057/131067 bytes U-Boot# - 07:59:13 [INFO] Host: printenv - 07:59:13 [INFO] Target: printenv arch=arm autoload=no baudrate=115200 board=dra7xx board_name=dra7xx bootargs=console=ttyO0,115200n8 earlyprintk rootwait bootcmd= bootdelay=1 bootdir=/boot bootfile=zImage bootm_size=0x10000000 bootpart=0:2 bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr} console=ttyO0,115200n8 cpu=armv7 dfu_alt_info_emmc=MLO raw 0x100 0x100 mmcpart 0;u-boot.img raw 0x300 0x1000 mmcpart 0 dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;spl-os-args fat 0 1;spl-os-image fat 0 1;u-boot.img fat 0 1;uEnv.txt fat 0 1 dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000 dfu_bufsiz=0x10000 eth1addr=7c:66:9d:f1:c0:cf ethact=cpsw ethaddr=7c:66:9d:f1:c0:ce fdt_addr_r=0x88000000 fdtaddr=0x88000000 fdtfile=undefined findfdt=if test $board_name = omap5_uevm; then setenv fdtfile omap5-uevm.dtb; fi; if test $board_name = dra7xx; then setenv fdtfile dra7-evm.dtb; fi;if test $board_name = dra72x; then setenv fdtfile dra72-evm.dtb; fi;if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi; importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize} kernel_addr_r=0x82000000 loadaddr=0x82000000 loadbootenv=fatload mmc ${mmcdev} ${loadaddr} uEnv.txt loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}; loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile} mmcargs=setenv bootargs console=${console} ${optargs} vram=${vram} root=${mmcroot} rootfstype=${mmcrootfstype} mmcboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootenv; then echo Loaded environment from ${bootenv};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;if run loadimage; then run loadfdt; echo Booting from mmc${mmcdev} ...; run mmcargs; bootz ${loadaddr} - ${fdtaddr}; fi;fi; mmcdev=0 mmcroot=/dev/mmcblk1p2 rw mmcrootfstype=ext4 rootwait mtdids=nand0=nand.0 mtdparts=mtdparts=nand.0:128k(NAND.SPL),128k(NAND.SPL.backup1),128k(NAND.SPL.backup2),128k(NAND.SPL.backup3),256k(NAND.u-boot-spl-os),1m(NAND.u-boot),128k(NAND.u-boot-env),128k(NAND.u-boot-env.backup1),8m(NAND.kernel),-(NAND.file-system) nandargs=setenv bootargs console=${console} ${optargs} root=${nandroot} rootfstype=${nandrootfstype} nandboot=echo Booting from nand ...; run nandargs; nand read ${fdtaddr} NAND.u-boot-spl-os; nand read ${loadaddr} NAND.kernel; bootz ${loadaddr} - ${fdtaddr} nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system,2048 nandrootfstype=ubifs rootwait=1 partitions=uuid_disk=${uuid_gpt_disk};name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs} ramdisk_addr_r=0x88080000 rdaddr=0x88080000 scsidevs=0 serverip=192.168.0.1 soc=omap5 stderr=serial stdin=serial stdout=serial usbtty=cdc_acm vendor=ti ver=U-Boot 2014.07-00076-g8f725ef (Oct 09 2014 - 11:19:18) vram=16M Environment size: 3057/131067 bytes U-Boot# - 07:59:13 [INFO] Host: setenv bootargs ''${bootargs}' ip=dhcp ' - 07:59:14 [INFO] Target: setenv bootargs ''${bootargs}' ip=dhcp ' U-Boot# - 07:59:14 [INFO] Host: setenv serverip '192.168.0.1' - 07:59:14 [INFO] Target: setenv serverip '192.168.0.1' U-Boot# - 07:59:14 [INFO] Host: setenv ipaddr dhcp - 07:59:15 [INFO] Target: setenv ipaddr dhcp U-Boot# - 07:59:15 [INFO] Host: setenv autoload 'no' - 07:59:15 [INFO] Target: setenv autoload 'no' U-Boot# - 07:59:15 [INFO] Host: dhcp - 07:59:21 [INFO] Target: dhcp cpsw Waiting for PHY auto negotiation to complete....... done link up on port 0, speed 1000, full duplex BOOTP broadcast 1 DHCP client bound to address 192.168.0.214 U-Boot# - 07:59:21 [INFO] Host: setenv serverip '192.168.0.1' - 07:59:21 [INFO] Target: setenv serverip '192.168.0.1' U-Boot# - 07:59:21 [INFO] Host: tftp ${loadaddr} 192.168.0.1:vatf_dra7xx-evm2/fc03d4a091fc0586460a6da87607249f - 07:59:22 [INFO] Target: tftp ${loadaddr} 192.168.0.1:vatf_dra7xx-evm2/fc03d4a091fc0586460a6da87607249f link up on port 0, speed 1000, full duplex Using cpsw device TFTP from server 192.168.0.1; our IP address is 192.168.0.214 Filename 'vatf_dra7xx-evm2/fc03d4a091fc0586460a6da87607249f'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ###### 11.2 MiB/s done Bytes transferred = 5812800 (58b240 hex) U-Boot# - 07:59:22 [INFO] Host: tftp ${fdt_addr_r} 192.168.0.1:vatf_dra7xx-evm2/df93a973b8f1c19e39e635dea05b3db9 - 07:59:23 [INFO] Target: tftp ${fdt_addr_r} 192.168.0.1:vatf_dra7xx-evm2/df93a973b8f1c19e39e635dea05b3db9 link up on port 0, speed 1000, full duplex Using cpsw device TFTP from server 192.168.0.1; our IP address is 192.168.0.214 Filename 'vatf_dra7xx-evm2/df93a973b8f1c19e39e635dea05b3db9'. Load address: 0x88000000 Loading: *##### 8.5 MiB/s done Bytes transferred = 71102 (115be hex) U-Boot# - 07:59:23 [INFO] Host: ls mmc 0:1 - 07:59:23 [INFO] Target: ls mmc 0:1 73648 mlo 433144 u-boot.img 4 ws-calibrate.rules 3 file(s), 0 dir(s) U-Boot# - 07:59:23 [INFO] Host: ls mmc 0:2 - 07:59:24 [INFO] Target: ls mmc 0:2 4096 . 4096 .. 16384 lost+found 4096 bin 4096 boot 4096 dev 4096 etc 4096 home 4096 lib 4096 media 4096 mnt 4096 opt 4096 proc 4096 run 4096 sbin 4096 srv 4096 sys 4096 test 8 tmp 4096 usr 4096 var 4096 www U-Boot# - 07:59:24 [INFO] Host: part uuid mmc 0:2 - 07:59:24 [INFO] Target: part uuid mmc 0:2 00000000-02 U-Boot# - 07:59:24 [INFO] Host: printenv - 07:59:25 [INFO] Target: printenv arch=arm autoload=no baudrate=115200 board=dra7xx board_name=dra7xx bootargs=console=ttyO0,115200n8 earlyprintk rootwait ip=dhcp bootcmd= bootdelay=1 bootdir=/boot bootfile=zImage bootm_size=0x10000000 bootpart=0:2 bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr} console=ttyO0,115200n8 cpu=armv7 dfu_alt_info_emmc=MLO raw 0x100 0x100 mmcpart 0;u-boot.img raw 0x300 0x1000 mmcpart 0 dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;spl-os-args fat 0 1;spl-os-image fat 0 1;u-boot.img fat 0 1;uEnv.txt fat 0 1 dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000 dfu_bufsiz=0x10000 dnsip=192.0.2.2 dnsip2=192.0.2.3 eth1addr=7c:66:9d:f1:c0:cf ethact=cpsw ethaddr=7c:66:9d:f1:c0:ce fdt_addr_r=0x88000000 fdtaddr=0x88000000 fdtfile=undefined fileaddr=88000000 filesize=115be findfdt=if test $board_name = omap5_uevm; then setenv fdtfile omap5-uevm.dtb; fi; if test $board_name = dra7xx; then setenv fdtfile dra7-evm.dtb; fi;if test $board_name = dra72x; then setenv fdtfile dra72-evm.dtb; fi;if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi; gatewayip=192.168.0.1 importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize} ipaddr=192.168.0.214 kernel_addr_r=0x82000000 loadaddr=0x82000000 loadbootenv=fatload mmc ${mmcdev} ${loadaddr} uEnv.txt loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}; loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile} mmcargs=setenv bootargs console=${console} ${optargs} vram=${vram} root=${mmcroot} rootfstype=${mmcrootfstype} mmcboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootenv; then echo Loaded environment from ${bootenv};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;if run loadimage; then run loadfdt; echo Booting from mmc${mmcdev} ...; run mmcargs; bootz ${loadaddr} - ${fdtaddr}; fi;fi; mmcdev=0 mmcroot=/dev/mmcblk1p2 rw mmcrootfstype=ext4 rootwait mtdids=nand0=nand.0 mtdparts=mtdparts=nand.0:128k(NAND.SPL),128k(NAND.SPL.backup1),128k(NAND.SPL.backup2),128k(NAND.SPL.backup3),256k(NAND.u-boot-spl-os),1m(NAND.u-boot),128k(NAND.u-boot-env),128k(NAND.u-boot-env.backup1),8m(NAND.kernel),-(NAND.file-system) nandargs=setenv bootargs console=${console} ${optargs} root=${nandroot} rootfstype=${nandrootfstype} nandboot=echo Booting from nand ...; run nandargs; nand read ${fdtaddr} NAND.u-boot-spl-os; nand read ${loadaddr} NAND.kernel; bootz ${loadaddr} - ${fdtaddr} nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system,2048 nandrootfstype=ubifs rootwait=1 netmask=255.255.255.0 partitions=uuid_disk=${uuid_gpt_disk};name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs} ramdisk_addr_r=0x88080000 rdaddr=0x88080000 scsidevs=0 serverip=192.168.0.1 soc=omap5 stderr=serial stdin=serial stdout=serial usbtty=cdc_acm vendor=ti ver=U-Boot 2014.07-00076-g8f725ef (Oct 09 2014 - 11:19:18) vram=16M Environment size: 3211/131067 bytes U-Boot# - 07:59:25 [INFO] Host: setenv bootargs ''${bootargs}' root=PARTUUID=00000000-02 rw rootfstype=ext4 rootwait ' - 07:59:25 [INFO] Target: setenv bootargs ''${bootargs}' root=PARTUUID=00000000-02 rw rootfstype=ext4 rootwait ' U-Boot# - 07:59:25 [INFO] Host: printenv - 07:59:26 [INFO] Target: printenv arch=arm autoload=no baudrate=115200 board=dra7xx board_name=dra7xx bootargs=console=ttyO0,115200n8 earlyprintk rootwait ip=dhcp root=PARTUUID=00000000-02 rw rootfstype=ext4 rootwait bootcmd= bootdelay=1 bootdir=/boot bootfile=zImage bootm_size=0x10000000 bootpart=0:2 bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr} console=ttyO0,115200n8 cpu=armv7 dfu_alt_info_emmc=MLO raw 0x100 0x100 mmcpart 0;u-boot.img raw 0x300 0x1000 mmcpart 0 dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;spl-os-args fat 0 1;spl-os-image fat 0 1;u-boot.img fat 0 1;uEnv.txt fat 0 1 dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000 dfu_bufsiz=0x10000 dnsip=192.0.2.2 dnsip2=192.0.2.3 eth1addr=7c:66:9d:f1:c0:cf ethact=cpsw ethaddr=7c:66:9d:f1:c0:ce fdt_addr_r=0x88000000 fdtaddr=0x88000000 fdtfile=undefined fileaddr=88000000 filesize=115be findfdt=if test $board_name = omap5_uevm; then setenv fdtfile omap5-uevm.dtb; fi; if test $board_name = dra7xx; then setenv fdtfile dra7-evm.dtb; fi;if test $board_name = dra72x; then setenv fdtfile dra72-evm.dtb; fi;if test $fdtfile = undefined; then echo WARNING: Could not determine device tree to use; fi; gatewayip=192.168.0.1 importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize} ipaddr=192.168.0.214 kernel_addr_r=0x82000000 loadaddr=0x82000000 loadbootenv=fatload mmc ${mmcdev} ${loadaddr} uEnv.txt loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}; loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile} mmcargs=setenv bootargs console=${console} ${optargs} vram=${vram} root=${mmcroot} rootfstype=${mmcrootfstype} mmcboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootenv; then echo Loaded environment from ${bootenv};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;if run loadimage; then run loadfdt; echo Booting from mmc${mmcdev} ...; run mmcargs; bootz ${loadaddr} - ${fdtaddr}; fi;fi; mmcdev=0 mmcroot=/dev/mmcblk1p2 rw mmcrootfstype=ext4 rootwait mtdids=nand0=nand.0 mtdparts=mtdparts=nand.0:128k(NAND.SPL),128k(NAND.SPL.backup1),128k(NAND.SPL.backup2),128k(NAND.SPL.backup3),256k(NAND.u-boot-spl-os),1m(NAND.u-boot),128k(NAND.u-boot-env),128k(NAND.u-boot-env.backup1),8m(NAND.kernel),-(NAND.file-system) nandargs=setenv bootargs console=${console} ${optargs} root=${nandroot} rootfstype=${nandrootfstype} nandboot=echo Booting from nand ...; run nandargs; nand read ${fdtaddr} NAND.u-boot-spl-os; nand read ${loadaddr} NAND.kernel; bootz ${loadaddr} - ${fdtaddr} nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system,2048 nandrootfstype=ubifs rootwait=1 netmask=255.255.255.0 partitions=uuid_disk=${uuid_gpt_disk};name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs} ramdisk_addr_r=0x88080000 rdaddr=0x88080000 scsidevs=0 serverip=192.168.0.1 soc=omap5 stderr=serial stdin=serial stdout=serial usbtty=cdc_acm vendor=ti ver=U-Boot 2014.07-00076-g8f725ef (Oct 09 2014 - 11:19:18) vram=16M Environment size: 3266/131067 bytes U-Boot# - 07:59:26 [INFO] Host: setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} - ${fdt_addr_r}; else bootz ${loadaddr} - ${fdt_addr_r}; bootm ${loadaddr} - ${fdt_addr_r}; fi' - 07:59:26 [INFO] Target: setenv bootcmd ''${bootcmd}' if iminfo ${loadaddr}; then bootm ${loadaddr} - ${fdt_addr_r}; else bootz ${loadaddr} - ${fdt_addr_r}; bootm ${loadaddr} - ${fdt_addr_r}; fi' U-Boot# - 07:59:26 [INFO] Host: bdinfo - 07:59:27 [INFO] Target: bdinfo arch_number = 0x00000000 boot_params = 0x80000100 DRAM bank = 0x00000000 -> start = 0x80000000 -> size = 0x60000000 eth0name = cpsw ethaddr = 7c:66:9d:f1:c0:ce current eth = cpsw ip_addr = 192.168.0.214 baudrate = 115200 bps TLB addr = 0xDFFF0000 relocaddr = 0xDF744000 reloc off = 0x5EF44000 irq_sp = 0xDE723EE0 sp start = 0xDE723ED0 U-Boot# - 07:59:27 [INFO] Host: mmc rescan - 07:59:27 [INFO] Target: mmc rescan U-Boot# - 07:59:27 [INFO] Host: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 - 07:59:28 [INFO] Target: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 writing ws-calibrate.rules 4 bytes written U-Boot# - 07:59:28 [INFO] Host: boot - 08:01:53 [INFO] Target: boot ## Checking Image at 82000000 ... Unknown image format! Kernel image @ 0x82000000 [ 0x000000 - 0x58b240 ] ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 8ffeb000, end 8ffff5bd ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.19.0-rc5-next-20150123-00002-g668191ac684c (nmenon@kahuna) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #1 SMP Fri Jan 23 06:54:54 CST 2015 [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] Machine model: TI DRA742 [ 0.000000] cma: Reserved 64 MiB at 0x00000000db800000 [ 0.000000] Forcing write-allocate cache policy for SMP [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] DRA752 ES1.1 [ 0.000000] PERCPU: Embedded 11 pages/cpu @eeba1000 s13120 r8192 d23744 u45056 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 391184 [ 0.000000] Kernel command line: console=ttyO0,115200n8 earlyprintk rootwait ip=dhcp root=PARTUUID=00000000-02 rw rootfstype=ext4 rootwait [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 1478956K/1570816K available (7610K kernel code, 941K rwdata, 3128K rodata, 788K init, 311K bss, 26324K reserved, 65536K cma-reserved, 727040K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc0c84d78 (10740 kB) [ 0.000000] .init : 0xc0c85000 - 0xc0d4a000 ( 788 kB) [ 0.000000] .data : 0xc0d4a000 - 0xc0e357e0 ( 942 kB) [ 0.000000] .bss : 0xc0e357e0 - 0xc0e83460 ( 312 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Additional per-CPU info printed with stalls. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] OMAP clockevent source: timer1 at 32768 Hz [ 0.000030] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 65536000000000ns [ 0.000030] OMAP clocksource: 32k_counter at 32768 Hz [ 0.000396] Architected cp15 timer(s) running at 6.14MHz (virt). [ 0.000401] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 2794592043008ns [ 0.000412] Switching to timer-based delay loop, resolution 162ns [ 0.004545] Console: colour dummy device 80x30 [ 0.004562] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=30737) [ 0.004574] pid_max: default: 32768 minimum: 301 [ 0.004663] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.004673] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.005120] CPU: Testing write buffer coherency: ok [ 0.005316] /cpus/cpu@0 missing clock-frequency property [ 0.005349] /cpus/cpu@1 missing clock-frequency property [ 0.005358] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.005388] Setting up static identity map for 0x80933070 - 0x80933108 [ 0.007701] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.007753] Brought up 2 CPUs [ 0.007765] SMP: Total of 2 processors activated (24.58 BogoMIPS). [ 0.007771] CPU: All CPU(s) started in SVC mode. [ 0.008100] devtmpfs: initialized [ 0.008737] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.008795] omap_hwmod: l3_main_2 using broken dt data from ocp [ 0.090150] omap_hwmod: dss_core: _wait_target_disable failed [ 0.090159] omap_hwmod: dss_core: _wait_target_ready failed: -16 [ 0.090168] omap_hwmod: dss_core: cannot be enabled for reset (3) [ 0.092690] omap_hwmod: dss_dispc: _wait_target_ready failed: -16 [ 0.092699] omap_hwmod: dss_dispc: cannot be enabled for reset (3) [ 0.095214] omap_hwmod: dss_hdmi: _wait_target_ready failed: -16 [ 0.095222] omap_hwmod: dss_hdmi: cannot be enabled for reset (3) [ 0.164803] omap_hwmod: pcie1: _wait_target_disable failed [ 0.171093] omap_hwmod: pcie2: _wait_target_disable failed [ 0.173425] pinctrl core: initialized pinctrl subsystem [ 0.190644] NET: Registered protocol family 16 [ 0.192252] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.205569] cpuidle: using governor ladder [ 0.220540] cpuidle: using governor menu [ 0.224023] OMAP GPIO hardware version 0.1 [ 0.227441] irq: no irq domain found for /ocp/pinmux@4a003400 ! [ 0.230561] platform 4e000000.dmm: Cannot lookup hwmod 'dmm' [ 0.235235] omap-gpmc 50000000.gpmc: could not find pctldev for node /ocp/pinmux@4a003400/nand_flash_x16, deferring probe [ 0.235249] platform 50000000.gpmc: Driver omap-gpmc requests probe deferral [ 0.236913] No ATAGs? [ 0.236936] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.236943] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.237906] OMAP DMA hardware revision 0.0 [ 0.240045] Serial: AMBA PL011 UART driver [ 0.271703] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver [ 0.274388] vgaarb: loaded [ 0.274899] SCSI subsystem initialized [ 0.275248] usbcore: registered new interface driver usbfs [ 0.275296] usbcore: registered new interface driver hub [ 0.275342] usbcore: registered new device driver usb [ 0.275978] omap_i2c 48070000.i2c: could not find pctldev for node /ocp/pinmux@4a003400/pinmux_i2c1_pins, deferring probe [ 0.275990] platform 48070000.i2c: Driver omap_i2c requests probe deferral [ 0.276017] omap_i2c 48072000.i2c: could not find pctldev for node /ocp/pinmux@4a003400/pinmux_i2c2_pins, deferring probe [ 0.276028] platform 48072000.i2c: Driver omap_i2c requests probe deferral [ 0.276053] omap_i2c 48060000.i2c: could not find pctldev for node /ocp/pinmux@4a003400/pinmux_i2c3_pins, deferring probe [ 0.276064] platform 48060000.i2c: Driver omap_i2c requests probe deferral [ 0.276458] Linux video capture interface: v2.00 [ 0.276497] pps_core: LinuxPPS API ver. 1 registered [ 0.276503] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.276524] PTP clock support registered [ 0.276718] EDAC MC: Ver: 3.0.0 [ 0.277114] Advanced Linux Sound Architecture Driver Initialized. [ 0.277905] Switched to clocksource arch_sys_counter [ 0.285378] NET: Registered protocol family 2 [ 0.285782] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.285843] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.285973] TCP: Hash tables configured (established 8192 bind 8192) [ 0.286014] TCP: reno registered [ 0.286024] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.286053] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.286177] NET: Registered protocol family 1 [ 0.286364] RPC: Registered named UNIX socket transport module. [ 0.286370] RPC: Registered udp transport module. [ 0.286375] RPC: Registered tcp transport module. [ 0.286381] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.287073] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 0.288484] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.297398] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.297954] NFS: Registering the id_resolver key type [ 0.297976] Key type id_resolver registered [ 0.297982] Key type id_legacy registered [ 0.298031] ntfs: driver 2.1.31 [Flags: R/O]. [ 0.298812] bounce: pool size: 64 pages [ 0.298969] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.298981] io scheduler noop registered [ 0.298992] io scheduler deadline registered [ 0.299136] io scheduler cfq registered (default) [ 0.301882] platform 4a084000.phy: Driver omap-usb2 requests probe deferral [ 0.301982] platform 4a085000.phy: Driver omap-usb2 requests probe deferral [ 0.304735] pinctrl-single 4a003400.pinmux: 281 pins at pa fc003400 size 1124 [ 0.354643] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.356635] msm_serial: driver initialized [ 0.357203] 4806a000.serial: ttyO0 at MMIO 0x4806a000 (irq = 295, base_baud = 3000000) is a OMAP UART0 [ 1.162472] console [ttyO0] enabled [ 1.166399] omap_uart 4806c000.serial: no wakeirq for uart0 [ 1.172296] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 296, base_baud = 3000000) is a OMAP UART1 [ 1.182342] omap_uart 48020000.serial: no wakeirq for uart0 [ 1.188232] 48020000.serial: ttyO2 at MMIO 0x48020000 (irq = 297, base_baud = 3000000) is a OMAP UART2 [ 1.198272] STMicroelectronics ASC driver initialized [ 1.204438] [drm] Initialized drm 1.1.0 20060810 [ 1.214981] loop: module loaded [ 1.219467] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled [ 1.226489] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode [ 1.235405] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst [ 1.245832] scsi host0: ahci_platform [ 1.249890] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 318 [ 1.261963] CAN device driver interface [ 1.266898] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.2.15-k [ 1.274268] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.281503] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 1.289274] usbcore: registered new interface driver pegasus [ 1.295238] usbcore: registered new interface driver asix [ 1.300922] usbcore: registered new interface driver ax88179_178a [ 1.307324] usbcore: registered new interface driver cdc_ether [ 1.313473] usbcore: registered new interface driver smsc75xx [ 1.319535] usbcore: registered new interface driver smsc95xx [ 1.325575] usbcore: registered new interface driver net1080 [ 1.331526] usbcore: registered new interface driver cdc_subset [ 1.337744] usbcore: registered new interface driver zaurus [ 1.343642] usbcore: registered new interface driver cdc_ncm [ 1.350441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.357269] ehci-pci: EHCI PCI platform driver [ 1.361947] ehci-platform: EHCI generic platform driver [ 1.367568] ehci-omap: OMAP-EHCI Host Controller driver [ 1.373143] ehci-orion: EHCI orion driver [ 1.377439] SPEAr-ehci: EHCI SPEAr driver [ 1.381746] ehci-st: EHCI STMicroelectronics driver [ 1.386959] ehci-exynos: EHCI EXYNOS driver [ 1.391469] tegra-ehci: Tegra EHCI driver [ 1.395791] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.402255] ohci-pci: OHCI PCI platform driver [ 1.406938] ohci-platform: OHCI generic platform driver [ 1.412530] ohci-omap3: OHCI OMAP3 driver [ 1.416838] SPEAr-ohci: OHCI SPEAr driver [ 1.421143] ohci-st: OHCI STMicroelectronics driver [ 1.426682] usbcore: registered new interface driver usb-storage [ 1.434392] mousedev: PS/2 mouse device common for all mice [ 1.442929] i2c /dev entries driver [ 1.447733] usbcore: registered new interface driver uvcvideo [ 1.453741] USB Video Class driver (1.1.1) [ 1.458026] gspca_main: v2.14.0 registered [ 1.465577] Driver 'mmcblk' needs updating - please use bus_type methods [ 1.472632] sdhci: Secure Digital Host Controller Interface driver [ 1.479090] sdhci: Copyright(c) Pierre Ossman [ 1.484512] omap_hsmmc 4809c000.mmc: unable to get vmmc regulator -517 [ 1.491382] platform 4809c000.mmc: Driver omap_hsmmc requests probe deferral [ 1.528141] Synopsys Designware Multimedia Card Interface Driver [ 1.535141] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.542159] ledtrig-cpu: registered to indicate activity on CPUs [ 1.548630] usbcore: registered new interface driver usbhid [ 1.554494] usbhid: USB HID core driver [ 1.561144] usbcore: registered new interface driver snd-usb-audio [ 1.569989] TCP: cubic registered [ 1.573499] NET: Registered protocol family 17 [ 1.578160] can: controller area network core (rev 20120528 abi 9) [ 1.584672] NET: Registered protocol family 29 [ 1.589333] can: raw protocol (rev 20120528) [ 1.592922] ata1: SATA link down (SStatus 0 SControl 300) [ 1.599439] can: broadcast manager protocol (rev 20120528 t) [ 1.605356] can: netlink gateway (rev 20130117) max_hops=1 [ 1.611390] Key type dns_resolver registered [ 1.616001] omap_voltage_late_init: Voltage driver support not added [ 1.622935] platform cpufreq-dt.0: Driver cpufreq-dt requests probe deferral [ 1.630438] Power Management for TI OMAP4+ devices. [ 1.635790] ThumbEE CPU extension supported. [ 1.640285] Registering SWP/SWPB emulation handler [ 1.646448] omap-gpmc 50000000.gpmc: GPMC revision 6.0 [ 1.652209] mmc0: BKOPS_EN bit is not set [ 1.657280] palmas 0-0058: IRQ missing: skipping irq request [ 1.660470] mmc0: new high speed MMC card at address 0001 [ 1.660778] mmcblk0: mmc0:0001 MMC08G 7.25 GiB [ 1.662946] mmcblk0boot0: mmc0:0001 MMC08G partition 1 8.00 MiB [ 1.663045] mmcblk0boot1: mmc0:0001 MMC08G partition 2 8.00 MiB [ 1.673458] mmcblk0: p1 [ 1.708211] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0 [ 1.733659] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz [ 1.740098] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz [ 1.746467] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz [ 1.814717] mmc1: host does not support reading read-only switch, assuming write-enable [ 1.824829] mmc1: new high speed SDHC card at address 0001 [ 1.830796] mmcblk1: mmc1:0001 00000 3.79 GiB [ 1.836125] mmcblk1: p1 p2 p3 [ 1.842916] davinci_mdio 48485000.mdio: davinci mdio revision 1.6 [ 1.849315] davinci_mdio 48485000.mdio: detected phy mask fffffff3 [ 1.860129] libphy: 48485000.mdio: probed [ 1.864341] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver unknown [ 1.872742] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver unknown [ 1.881678] cpsw 48484000.ethernet: Detected MACID = 7c:66:9d:f1:c0:ce [ 1.888976] cpsw 48484000.ethernet: cpsw: Detected MACID = 7c:66:9d:f1:c0:cf [ 1.896845] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 1.911652] net eth0: initializing cpsw version 1.15 (0) [ 1.986840] net eth0: phy found : id is : 0x20005c7a [ 1.996194] net eth1: initializing cpsw version 1.15 (0) [ 2.071600] net eth1: phy found : id is : 0x20005c7a [ 12.077911] Waiting up to 110 more seconds for network. [ 22.082911] Waiting up to 100 more seconds for network. [ 32.087910] Waiting up to 90 more seconds for network. [ 42.092910] Waiting up to 80 more seconds for network. [ 46.199847] cpsw 48484000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 46.222912] Sending DHCP requests ., OK [ 46.267919] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.214 [ 46.286273] IP-Config: Complete: [ 46.289675] device=eth0, hwaddr=7c:66:9d:f1:c0:ce, ipaddr=192.168.0.214, mask=255.255.255.0, gw=192.168.0.1 [ 46.300350] host=192.168.0.214, domain=ti.com, nis-domain=(none) [ 46.307111] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath= [ 46.314134] nameserver0=192.0.2.2, nameserver1=192.0.2.3 [ 46.320607] ldousb: disabling [ 46.324175] ALSA device list: [ 46.327284] No soundcards found. [ 46.342873] EXT4-fs (mmcblk1p2): warning: maximal mount count reached, running e2fsck is recommended [ 46.358502] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) [ 46.367008] VFS: Mounted root (ext4 filesystem) on device 179:50. [ 46.382246] devtmpfs: mounted [ 46.385796] Freeing unused kernel memory: 788K (c0c85000 - c0d4a000) INIT: version 2.88 booting [ 46.547583] ------------[ cut here ]------------ [ 46.552457] WARNING: CPU: 1 PID: 68 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 46.559946] Modules linked in: [ 46.563163] CPU: 1 PID: 68 Comm: init Not tainted 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 46.572464] Hardware name: Generic DRA74X (Flattened Device Tree) [ 46.578880] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 46.587010] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 46.594598] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 46.603093] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 46.612312] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 46.620716] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 46.627750] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 46.635412] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 46.644086] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 46.653216] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 46.662071] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 46.670832] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 46.680328] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 46.688547] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 46.696482] ---[ end trace 6dd7907bd083893d ]--- [ 46.781235] ------------[ cut here ]------------ [ 46.786096] WARNING: CPU: 0 PID: 69 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 46.793574] Modules linked in: [ 46.796778] CPU: 0 PID: 69 Comm: rcS Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 46.807270] Hardware name: Generic DRA74X (Flattened Device Tree) [ 46.813673] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 46.821799] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 46.829378] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 46.837867] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 46.847091] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 46.855494] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 46.862522] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 46.870188] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 46.878860] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 46.887986] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 46.897476] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 46.905688] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 46.913625] ---[ end trace 6dd7907bd083893e ]--- [ 46.945067] ------------[ cut here ]------------ [ 46.949923] WARNING: CPU: 0 PID: 69 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 46.957405] Modules linked in: [ 46.960613] CPU: 0 PID: 69 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 46.971269] Hardware name: Generic DRA74X (Flattened Device Tree) [ 46.977669] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 46.985808] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 46.993394] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.001872] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.011098] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.019501] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.026535] [] (mmput) from [] (do_exit+0x288/0x914) [ 47.033571] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 47.041145] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 47.049442] ---[ end trace 6dd7907bd083893f ]--- [ 47.057369] ------------[ cut here ]------------ [ 47.062235] WARNING: CPU: 1 PID: 68 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.069718] Modules linked in: [ 47.072933] CPU: 1 PID: 68 Comm: rcS Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.083418] Hardware name: Generic DRA74X (Flattened Device Tree) [ 47.089826] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.097954] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.105538] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.114031] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.123251] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.131652] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.138692] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 47.146367] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 47.155049] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 47.164182] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 47.173039] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 47.181811] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 47.191309] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 47.199532] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 47.207478] ---[ end trace 6dd7907bd0838940 ]--- [ 47.216567] ------------[ cut here ]------------ [ 47.221423] WARNING: CPU: 1 PID: 70 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.228908] Modules linked in: [ 47.232114] CPU: 1 PID: 70 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.242513] Hardware name: Generic DRA74X (Flattened Device Tree) [ 47.248914] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.257047] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.264634] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.273126] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.282348] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.290750] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.297785] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 47.305455] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 47.314132] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 47.323262] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 47.332763] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 47.340986] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 47.348930] ---[ end trace 6dd7907bd0838941 ]--- [ 47.362806] ------------[ cut here ]------------ [ 47.367670] WARNING: CPU: 1 PID: 70 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.375158] Modules linked in: [ 47.378371] CPU: 1 PID: 70 Comm: stty Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.388961] Hardware name: Generic DRA74X (Flattened Device Tree) [ 47.395362] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.403496] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.411074] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.419572] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.428794] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.437194] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.444227] [] (mmput) from [] (do_exit+0x288/0x914) [ 47.451265] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 47.458857] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 47.467166] ---[ end trace 6dd7907bd0838942 ]--- [ 47.478576] ------------[ cut here ]------------ [ 47.483433] WARNING: CPU: 0 PID: 72 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.490929] Modules linked in: [ 47.494142] CPU: 0 PID: 72 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.504538] Hardware name: Generic DRA74X (Flattened Device Tree) [ 47.510941] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.519069] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.526663] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.535157] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.544379] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.552782] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.559816] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 47.567491] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 47.576165] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 47.585295] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 47.594793] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 47.603010] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 47.610949] ---[ end trace 6dd7907bd0838943 ]--- [ 47.617853] ------------[ cut here ]------------ [ 47.622710] WARNING: CPU: 1 PID: 72 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.630199] Modules linked in: [ 47.633411] CPU: 1 PID: 72 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.644093] Hardware name: Generic DRA74X (Flattened Device Tree) [ 47.650494] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.658632] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.666215] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.674707] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.683926] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.692327] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.699364] [] (mmput) from [] (do_exit+0x288/0x914) [ 47.706397] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 47.713982] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 47.722291] ---[ end trace 6dd7907bd0838944 ]--- [ 47.728199] ------------[ cut here ]------------ [ 47.733046] WARNING: CPU: 1 PID: 71 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.738719] ------------[ cut here ]------------ [ 47.738728] WARNING: CPU: 0 PID: 73 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.738732] Modules linked in: [ 47.738737] CPU: 0 PID: 73 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.738739] Hardware name: Generic DRA74X (Flattened Device Tree) [ 47.738751] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.738761] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.738770] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.738777] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.738784] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.738792] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.738798] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 47.738805] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 47.738811] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 47.738817] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 47.738822] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 47.738828] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 47.738832] ---[ end trace 6dd7907bd0838945 ]--- [ 47.877546] Modules linked in: [ 47.877550] CPU: 1 PID: 71 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.877552] Hardware name: Generic DRA74X (Flattened Device Tree) [ 47.877565] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.877573] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.877581] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.877588] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.877595] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.877602] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.877609] [] (mmput) from [] (do_exit+0x288/0x914) [ 47.877616] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 47.877623] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 47.877626] ---[ end trace 6dd7907bd0838946 ]--- [ 47.974607] ------------[ cut here ]------------ [ 47.979467] WARNING: CPU: 1 PID: 76 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.986966] Modules linked in: [ 47.986971] CPU: 1 PID: 76 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.986976] Hardware name: Generic DRA74X (Flattened Device Tree) [ 47.986989] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.986998] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.987006] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.987014] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.987021] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.987028] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.987035] [] (mmput) from [] (do_exit+0x288/0x914) [ 47.987043] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 47.987050] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 47.987053] ---[ end trace 6dd7907bd0838947 ]--- [ 48.084461] ------------[ cut here ]------------ [ 48.089322] WARNING: CPU: 1 PID: 75 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() Error opening /dev/fb0: No such file or director[ 48.096824] Modules linked in:y [ 48.104290] CPU: 1 PID: 75 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.114862] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.114873] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.114885] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.114893] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.114900] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.114908] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.114915] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.114922] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.114929] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.114936] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.114939] ---[ end trace 6dd7907bd0838948 ]--- [ 48.138470] ------------[ cut here ]------------ [ 48.138479] WARNING: CPU: 1 PID: 78 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.138483] Modules linked in: [ 48.138488] CPU: 1 PID: 78 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.138490] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.138501] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.138510] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.138518] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.138525] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.138533] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.138539] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.138547] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.138553] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.138559] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.138565] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.138571] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.138576] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.138579] ---[ end trace 6dd7907bd0838949 ]--- [ 48.140012] ------------[ cut here ]------------ [ 48.140020] WARNING: CPU: 1 PID: 78 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.140023] Modules linked in: [ 48.140028] CPU: 1 PID: 78 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.140030] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.140041] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.140050] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.140058] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.140064] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) Starting udev [ 48.140072] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.140078] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.140085] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.140093] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.140100] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.140103] ---[ end trace 6dd7907bd083894a ]--- [ 48.155748] ------------[ cut here ]------------ [ 48.155756] WARNING: CPU: 1 PID: 79 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.155760] Modules linked in: [ 48.155765] CPU: 1 PID: 79 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.155768] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.155778] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.155787] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.155795] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.155802] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.155809] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.155816] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.155823] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.155829] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.155834] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.155840] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.155846] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.155852] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.155855] ---[ end trace 6dd7907bd083894b ]--- [ 48.157118] ------------[ cut here ]------------ [ 48.157126] WARNING: CPU: 1 PID: 79 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.157130] Modules linked in: [ 48.157134] CPU: 1 PID: 79 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.157137] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.157146] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.157156] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.157164] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.157170] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.157178] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.157185] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.157192] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.157199] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.157207] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.157210] ---[ end trace 6dd7907bd083894c ]--- [ 48.158416] ------------[ cut here ]------------ [ 48.158425] WARNING: CPU: 1 PID: 80 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.158428] Modules linked in: [ 48.158432] CPU: 1 PID: 80 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.158434] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.158444] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.158453] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.158461] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.158467] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.158474] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.158482] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.158488] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.158494] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.158500] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.158505] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.158511] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.158517] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.158520] ---[ end trace 6dd7907bd083894d ]--- [ 48.159963] ------------[ cut here ]------------ [ 48.159972] WARNING: CPU: 1 PID: 80 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.159975] Modules linked in: [ 48.159980] CPU: 1 PID: 80 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.159982] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.159992] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.160001] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.160009] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.160016] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.160023] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.160030] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.160037] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.160044] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.160051] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.160054] ---[ end trace 6dd7907bd083894e ]--- [ 48.161171] ------------[ cut here ]------------ [ 48.161179] WARNING: CPU: 1 PID: 81 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.161182] Modules linked in: [ 48.161186] CPU: 1 PID: 81 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.161188] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.161198] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.161207] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.161215] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.161222] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.161229] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.161235] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.161241] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.161247] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.161253] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.161259] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.161264] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.161271] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.161274] ---[ end trace 6dd7907bd083894f ]--- [ 48.162574] ------------[ cut here ]------------ [ 48.162583] WARNING: CPU: 1 PID: 81 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.162586] Modules linked in: [ 48.162590] CPU: 1 PID: 81 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.162592] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.162602] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.162611] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.162619] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.162625] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.162633] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.162639] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.162646] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.162653] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.162660] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.162663] ---[ end trace 6dd7907bd0838950 ]--- [ 48.163263] ------------[ cut here ]------------ [ 48.163270] WARNING: CPU: 1 PID: 77 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.163273] Modules linked in: [ 48.163278] CPU: 1 PID: 77 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.163279] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.163288] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.163297] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.163305] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.163311] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.163318] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.163325] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.163332] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.163338] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.163346] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.163349] ---[ end trace 6dd7907bd0838951 ]--- [ 48.179082] ------------[ cut here ]------------ [ 48.179092] WARNING: CPU: 1 PID: 83 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.179094] Modules linked in: [ 48.179099] CPU: 1 PID: 83 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.179102] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.179113] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.179123] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.179131] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.179138] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.179145] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.179152] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.179159] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.179165] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.179171] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.179177] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.179183] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.179189] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.179192] ---[ end trace 6dd7907bd0838952 ]--- [ 48.193261] ------------[ cut here ]------------ [ 48.193270] WARNING: CPU: 1 PID: 83 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.193274] Modules linked in: [ 48.193279] CPU: 1 PID: 83 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.193281] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.193292] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.193301] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.193309] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.193316] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.193323] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.193330] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.193337] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.193345] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.193352] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.193355] ---[ end trace 6dd7907bd0838953 ]--- [ 48.195045] ------------[ cut here ]------------ [ 48.195053] WARNING: CPU: 1 PID: 84 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.195056] Modules linked in: [ 48.195061] CPU: 1 PID: 84 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.195063] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.195073] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.195082] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.195091] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.195098] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.195105] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.195113] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.195119] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.195125] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.195131] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.195137] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.195143] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.195149] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.195152] ---[ end trace 6dd7907bd0838954 ]--- [ 48.198247] ------------[ cut here ]------------ [ 48.198255] WARNING: CPU: 1 PID: 84 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.198259] Modules linked in: [ 48.198264] CPU: 1 PID: 84 Comm: swapon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.198266] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.198276] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.198285] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.198293] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.198300] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.198307] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.198313] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.198320] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.198327] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.198335] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.198338] ---[ end trace 6dd7907bd0838955 ]--- [ 48.198822] ------------[ cut here ]------------ [ 48.198830] WARNING: CPU: 1 PID: 82 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.198833] Modules linked in: [ 48.198838] CPU: 1 PID: 82 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.198840] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.198849] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.198858] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.198866] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.198873] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.198880] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.198886] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.198893] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.198900] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.198908] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.198911] ---[ end trace 6dd7907bd0838956 ]--- [ 48.214118] ------------[ cut here ]------------ [ 48.214127] WARNING: CPU: 1 PID: 85 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.214130] Modules linked in: [ 48.214134] CPU: 1 PID: 85 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.214136] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.214147] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.214157] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.214165] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.214171] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.214179] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.214186] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.214191] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.214197] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.214203] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.214208] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 48.214214] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 48.214219] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.214225] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.214231] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.214234] ---[ end trace 6dd7907bd0838957 ]--- [ 48.402090] ------------[ cut here ]------------ [ 48.402099] WARNING: CPU: 1 PID: 86 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.402102] Modules linked in: [ 48.402107] CPU: 1 PID: 86 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.402109] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.402124] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.402135] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.402144] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.402152] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.402159] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.402167] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.402173] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.402179] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.402185] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.402191] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.402197] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.402203] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.402206] ---[ end trace 6dd7907bd0838958 ]--- [ 48.403675] ------------[ cut here ]------------ [ 48.403684] WARNING: CPU: 1 PID: 86 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.403687] Modules linked in: [ 48.403693] CPU: 1 PID: 86 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.403695] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.403706] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.403715] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.403723] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.403730] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.403737] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.403744] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.403751] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.403759] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.403767] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.403769] ---[ end trace 6dd7907bd0838959 ]--- [ 48.562738] ------------[ cut here ]------------ [ 48.562746] WARNING: CPU: 1 PID: 87 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.562750] Modules linked in: [ 48.562754] CPU: 1 PID: 87 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.562756] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.562767] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.562776] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.562784] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.562792] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.562799] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.562806] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.562813] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.562819] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.562825] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.562830] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.562836] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.562842] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.562845] ---[ end trace 6dd7907bd083895a ]--- [ 48.564485] ------------[ cut here ]------------ [ 48.564493] WARNING: CPU: 1 PID: 87 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.564497] Modules linked in: [ 48.564501] CPU: 1 PID: 87 Comm: awk Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.564503] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.564514] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.564523] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.564530] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.564536] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.564543] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.564550] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.564557] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.564564] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.564572] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.564575] ---[ end trace 6dd7907bd083895b ]--- [ 48.565836] ------------[ cut here ]------------ [ 48.565844] WARNING: CPU: 1 PID: 88 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.565846] Modules linked in: [ 48.565851] CPU: 1 PID: 88 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.565853] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.565863] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.565872] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.565880] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.565886] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.565894] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.565900] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.565906] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.565912] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.565918] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.565924] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.565930] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.565936] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.565939] ---[ end trace 6dd7907bd083895c ]--- [ 48.567169] ------------[ cut here ]------------ [ 48.567177] WARNING: CPU: 1 PID: 88 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.567181] Modules linked in: [ 48.567186] CPU: 1 PID: 88 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.567188] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.567198] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.567207] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.567214] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.567221] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.567228] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.567234] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.567241] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.567248] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.567256] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.567259] ---[ end trace 6dd7907bd083895d ]--- [ 48.568475] ------------[ cut here ]------------ [ 48.568483] WARNING: CPU: 1 PID: 89 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.568486] Modules linked in: [ 48.568490] CPU: 1 PID: 89 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.568492] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.568501] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.568510] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.568517] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.568524] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.568532] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.568538] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.568544] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.568550] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.568556] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.568562] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.568566] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.568572] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.568575] ---[ end trace 6dd7907bd083895e ]--- [ 48.569761] ------------[ cut here ]------------ [ 48.569769] WARNING: CPU: 1 PID: 89 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.569772] Modules linked in: [ 48.569776] CPU: 1 PID: 89 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.569778] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.569788] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.569797] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.569805] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.569811] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.569819] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.569826] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.569833] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.569840] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.569847] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.569850] ---[ end trace 6dd7907bd083895f ]--- [ 48.570988] ------------[ cut here ]------------ [ 48.570996] WARNING: CPU: 1 PID: 90 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.570999] Modules linked in: [ 48.571004] CPU: 1 PID: 90 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.571005] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.571016] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.571024] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.571032] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.571038] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.571045] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.571052] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.571058] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.571064] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.571070] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.571076] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.571081] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.571088] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.571091] ---[ end trace 6dd7907bd0838960 ]--- [ 48.572340] ------------[ cut here ]------------ [ 48.572348] WARNING: CPU: 1 PID: 90 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.572351] Modules linked in: [ 48.572355] CPU: 1 PID: 90 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.572357] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.572367] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.572376] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.572384] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.572390] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.572397] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.572404] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.572410] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.572417] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.572424] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.572428] ---[ end trace 6dd7907bd0838961 ]--- [ 48.631058] ------------[ cut here ]------------ [ 48.631066] WARNING: CPU: 1 PID: 91 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.631069] Modules linked in: [ 48.631075] CPU: 1 PID: 91 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.631077] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.631089] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.631098] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.631107] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.631114] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.631121] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.631128] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.631135] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.631141] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.631147] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.631152] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.631158] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.631163] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.631166] ---[ end trace 6dd7907bd0838962 ]--- [ 48.640225] ------------[ cut here ]------------ [ 48.640235] WARNING: CPU: 1 PID: 91 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.640238] Modules linked in: [ 48.640244] CPU: 1 PID: 91 Comm: pidof Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.640246] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.640260] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.640270] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.640278] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.640285] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.640293] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.640300] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.640308] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.640315] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.640323] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.640326] ---[ end trace 6dd7907bd0838963 ]--- [ 48.678807] ------------[ cut here ]------------ [ 48.678815] WARNING: CPU: 1 PID: 92 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.678818] Modules linked in: [ 48.678823] CPU: 1 PID: 92 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.678826] Hardware name: Generic DRA74X (Flattened Device Tree) [ 48.678837] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.678846] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.678854] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.678860] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.678868] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.678875] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.678882] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.678889] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.678895] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.678901] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.678906] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.678913] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.678916] ---[ end trace 6dd7907bd0838964 ]--- [ 49.766298] udevd[93]: starting version 182 [ 49.851777] ------------[ cut here ]------------ ** 58 printk messages dropped ** [ 50.757029] [] (mmput) from [] (flush_old_exec+0x32c/0x604) ** 17 printk messages dropped ** [ 51.022378] [] (mmput) from [] (do_exit+0x288/0x914) [ 51.022386] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 51.022393] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) ** 15 printk messages dropped ** [ 51.036312] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) ** 32 printk messages dropped ** [ 51.079310] [] (mmput) from [] (flush_old_exec+0x32c/0x604) ** 32 printk messages dropped ** [ 51.080484] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) ** 13 printk messages dropped ** [ 51.081009] Hardware name: Generic DRA74X (Flattened Device Tree) ** 12 printk messages dropped ** [ 51.081093] ---[ end trace 6dd7907bd083896f ]--- ** 68 printk messages dropped ** [ 51.191393] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) ** 82 printk messages dropped ** [ 51.262496] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.262503] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.262510] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) ** 80 printk messages dropped ** [ 51.343346] [] (exit_mmap) from [] (mmput+0x40/0xf8) ** 74 printk messages dropped ** [ 51.347080] [] (exit_mmap) from [] (mmput+0x40/0xf8) ** 47 printk messages dropped ** [ 51.349309] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) ** 14 printk messages dropped ** [ 51.384510] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 51.384514] ---[ end trace 6dd7907bd0838986 ]--- [ 51.388886] ------------[ cut here ]------------ [ 51.388899] WARNING: CPU: 1 PID: 157 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.388904] Modules linked in: [ 51.388909] CPU: 1 PID: 157 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.388911] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.388927] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) ** 10 printk messages dropped ** [ 51.389010] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) ** 62 printk messages dropped ** [ 51.395685] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.395692] [] (mmput) from [] (do_exit+0x288/0x914) ** 31 printk messages dropped ** [ 51.398867] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.398874] [] (mmput) from [] (flush_old_exec+0x32c/0x604) ** 31 printk messages dropped ** [ 51.401785] [] (exit_mmap) from [] (mmput+0x40/0xf8) ** 31 printk messages dropped ** [ 51.405585] [] (show_stack) from [] (dump_stack+0x70/0x8c) ** 36 printk messages dropped ** [ 51.408842] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.408848] [] (mmput) from [] (flush_old_exec+0x32c/0x604) ** 31 printk messages dropped ** [ 51.411878] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.411885] [] (mmput) from [] (flush_old_exec+0x32c/0x604) ** 30 printk messages dropped ** [ 51.415724] [] (show_stack) from [] (dump_stack+0x70/0x8c) ** 14 printk messages dropped ** [ 51.417006] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.417014] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.417021] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.417028] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.417035] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.417041] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 51.417047] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 51.417053] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 51.417058] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 51.417064] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 51.417070] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 51.417073] ---[ end trace 6dd7907bd0838998 ]--- [ 51.418835] ------------[ cut here ]------------ [ 51.418842] WARNING: CPU: 1 PID: 176 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.418845] Modules linked in: [ 51.418849] CPU: 1 PID: 176 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.418852] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.418862] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.418871] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.418879] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.418886] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.418894] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.418901] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.418907] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 51.418913] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) ** 3 printk messages dropped ** [ 51.418937] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) ** 50 printk messages dropped ** [ 51.423956] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) ** 14 printk messages dropped ** [ 51.425744] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 51.425747] ---[ end trace 6dd7907bd083899d ]--- [ 51.427044] ------------[ cut here ]------------ [ 51.427051] WARNING: CPU: 1 PID: 159 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.427055] Modules linked in: [ 51.427060] CPU: 1 PID: 159 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.427062] Hardware name: Generic DRA74X (Flattened Device Tree) ** 23 printk messages dropped ** [ 51.433833] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 51.433836] ---[ end trace 6dd7907bd083899f ]--- [ 51.438598] ------------[ cut here ]------------ [ 51.438609] WARNING: CPU: 1 PID: 164 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.438612] Modules linked in: [ 51.438617] CPU: 1 PID: 164 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.438619] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.438634] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.438645] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.438654] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.438661] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.438668] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.438675] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.438683] [] (mmput) from [] (do_exit+0x288/0x914) [ 51.438691] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 51.438698] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 51.438701] ---[ end trace 6dd7907bd08389a0 ]--- [ 51.439610] ------------[ cut here ]------------ [ 51.439618] WARNING: CPU: 1 PID: 166 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.439622] Modules linked in: [ 51.439627] CPU: 1 PID: 166 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.439629] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.439639] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.439648] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.439656] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.439663] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.439670] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.439677] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.439684] [] (mmput) from [] (do_exit+0x288/0x914) [ 51.439691] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 51.439698] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 51.439701] ---[ end trace 6dd7907bd08389a1 ]--- [ 51.440856] ------------[ cut here ]------------ [ 51.440864] WARNING: CPU: 1 PID: 179 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.440867] Modules linked in: [ 51.440871] CPU: 1 PID: 179 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.440873] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.440884] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.440894] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.440902] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.440909] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.440917] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.440924] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.440930] [] (mmput) from [] (do_exit+0x288/0x914) [ 51.440938] [] (do_exit) from [] (do_group_exit+0x48/0xd0) ** 42 printk messages dropped ** [ 51.509034] [] (exit_mmap) from [] (mmput+0x40/0xf8) ** 32 printk messages dropped ** [ 51.523224] [] (exit_mmap) from [] (mmput+0x40/0xf8) ** 32 printk messages dropped ** [ 51.526589] [] (exit_mmap) from [] (mmput+0x40/0xf8) ** 98 printk messages dropped ** [ 51.578923] [] (exit_mmap) from [] (mmput+0x40/0xf8) ** 32 printk messages dropped ** [ 51.583930] [] (exit_mmap) from [] (mmput+0x40/0xf8) ** 101 printk messages dropped ** [ 51.595701] [] (exit_mmap) from [] (mmput+0x40/0xf8) ** 50 printk messages dropped ** [ 51.610956] [] (exit_mmap) from [] (mmput+0x40/0xf8) ** 28 printk messages dropped ** [ 51.613877] [] (show_stack) from [] (dump_stack+0x70/0x8c) ** 28 printk messages dropped ** [ 51.631651] Modules linked in: [ 51.631657] CPU: 1 PID: 218 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.631660] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.631676] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) ** 74 printk messages dropped ** [ 51.668418] Modules linked in: ** 66 printk messages dropped ** [ 51.673436] CPU: 1 PID: 232 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 ** 53 printk messages dropped ** [ 51.706029] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.706039] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.706047] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.706054] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.706062] [] (exit_mmap) from [] (mmput+0x40/0xf8) ** 27 printk messages dropped ** [ 51.715870] Modules linked in: [ 51.715875] CPU: 1 PID: 228 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.715877] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.715889] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.715899] [] (show_stack) from [] (dump_stack+0x70/0x8c) ** 14 printk messages dropped ** [ 51.728646] [] (show_stack) from [] (dump_stack+0x70/0x8c) ** 14 printk messages dropped ** [ 51.733908] [] (show_stack) from [] (dump_stack+0x70/0x8c) ** 32 printk messages dropped ** [ 51.751661] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.751672] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.751679] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.751687] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.751694] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.751702] [] (mmput) from [] (do_exit+0x288/0x914) [ 51.751709] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 51.751716] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) ** 25 printk messages dropped ** [ 51.759943] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.759952] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) ** 31 printk messages dropped ** [ 51.763888] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.763897] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) ** 16 printk messages dropped ** [ 51.765685] [] (show_stack) from [] (dump_stack+0x70/0x8c) ** 14 printk messages dropped ** [ 51.766900] [] (show_stack) from [] (dump_stack+0x70/0x8c) ** 46 printk messages dropped ** [ 51.776411] Modules linked in: [ 51.776416] CPU: 1 PID: 244 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.776418] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.776429] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.776438] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.776445] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.776452] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.776459] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.776466] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.776472] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 51.776478] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 51.776484] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 51.776489] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 51.776495] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 51.776501] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 51.776504] ---[ end trace 6dd7907bd08389d9 ]--- [ 51.799675] ------------[ cut here ]------------ [ 51.799691] WARNING: CPU: 1 PID: 251 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.799695] Modules linked in: [ 51.799701] CPU: 1 PID: 251 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.799704] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.799722] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.799733] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.799744] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.799751] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.799759] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.799767] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.799774] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 51.799782] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 51.799789] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 51.799794] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 51.799800] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 51.799807] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 51.799810] ---[ end trace 6dd7907bd08389da ]--- [ 51.801735] ------------[ cut here ]------------ [ 51.801743] WARNING: CPU: 1 PID: 251 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.801747] Modules linked in: [ 51.801752] CPU: 1 PID: 251 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.801754] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.801765] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.801775] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.801784] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.801792] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.801799] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.801806] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.801813] [] (mmput) from [] (do_exit+0x288/0x914) [ 51.801821] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 51.801829] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 51.801832] ---[ end trace 6dd7907bd08389db ]--- [ 51.802947] ------------[ cut here ]------------ [ 51.802956] WARNING: CPU: 1 PID: 249 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.802960] Modules linked in: [ 51.802965] CPU: 1 PID: 249 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.802966] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.802977] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.802986] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.802994] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.803002] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.803009] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.803017] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.803023] [] (mmput) from [] (do_exit+0x288/0x914) ** 70 printk messages dropped ** [ 51.810852] ---[ end trace 6dd7907bd08389e0 ]--- ** 85 printk messages dropped ** [ 51.825992] ---[ end trace 6dd7907bd08389e5 ]--- ** 14 printk messages dropped ** [ 51.829116] ---[ end trace 6dd7907bd08389e6 ]--- [ 51.894121] ------------[ cut here ]------------ [ 51.894137] WARNING: CPU: 1 PID: 266 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.894141] Modules linked in: [ 51.894148] CPU: 1 PID: 266 Comm: network.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.894151] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.894168] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.894180] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.894191] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.894199] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.894206] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.894214] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.894221] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 51.894229] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 51.894236] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 51.894242] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 51.894248] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 51.894255] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 51.894259] ---[ end trace 6dd7907bd08389e7 ]--- [ 51.896973] ------------[ cut here ]------------ ** 1 printk messages dropped ** [ 51.896986] Modules linked in: ** 33 printk messages dropped ** [ 51.902770] [] (show_stack) from [] (dump_stack+0x70/0x8c) ** 116 printk messages dropped ** [ 51.945993] [] (show_stack) from [] (dump_stack+0x70/0x8c) ** 59 printk messages dropped ** [ 51.974069] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 51.974076] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 51.974080] ---[ end trace 6dd7907bd08389f4 ]--- [ 51.976042] ------------[ cut here ]------------ [ 51.976052] WARNING: CPU: 1 PID: 279 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.976055] Modules linked in: [ 51.976061] CPU: 1 PID: 279 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.976063] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.976076] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.976085] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.976093] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.976100] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.976108] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.976116] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.976123] [] (mmput) from [] (do_exit+0x288/0x914) [ 51.976131] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 51.976138] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 51.976142] ---[ end trace 6dd7907bd08389f5 ]--- [ 51.994003] ------------[ cut here ]------------ [ 51.994018] WARNING: CPU: 1 PID: 280 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.994021] Modules linked in: [ 51.994027] CPU: 1 PID: 280 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.994030] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.994047] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.994059] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.994069] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.994076] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.994084] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.994091] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.994098] [] (mmput) from [] (do_exit+0x288/0x914) [ 51.994106] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 51.994114] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 51.994117] ---[ end trace 6dd7907bd08389f6 ]--- [ 51.995358] ------------[ cut here ]------------ [ 51.995367] WARNING: CPU: 1 PID: 289 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.995370] Modules linked in: [ 51.995374] CPU: 1 PID: 289 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.995376] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.995387] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.995397] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.995406] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.995414] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.995421] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.995428] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.995435] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 51.995443] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 51.995450] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 51.995456] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 51.995461] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 51.995468] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 51.995471] ---[ end trace 6dd7907bd08389f7 ]--- [ 51.997275] ------------[ cut here ]------------ [ 51.997284] WARNING: CPU: 1 PID: 289 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.997287] Modules linked in: [ 51.997292] CPU: 1 PID: 289 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.997294] Hardware name: Generic DRA74X (Flattened Device Tree) [ 51.997305] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.997315] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.997322] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.997329] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.997337] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.997344] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.997351] [] (mmput) from [] (do_exit+0x288/0x914) [ 51.997358] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 51.997365] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 51.997368] ---[ end trace 6dd7907bd08389f8 ]--- [ 52.196806] ------------[ cut here ]------------ [ 52.196822] WARNING: CPU: 1 PID: 278 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 52.196826] Modules linked in: [ 52.196833] CPU: 1 PID: 278 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 52.196836] Hardware name: Generic DRA74X (Flattened Device Tree) [ 52.196854] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 52.196866] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 52.196877] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 52.196884] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 52.196892] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 52.196900] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 52.196907] [] (mmput) from [] (do_exit+0x288/0x914) [ 52.196914] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 52.196922] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 52.196925] ---[ end trace 6dd7907bd08389f9 ]--- [ 52.197219] ------------[ cut here ]------------ [ 52.197226] WARNING: CPU: 1 PID: 281 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 52.197230] Modules linked in: [ 52.197235] CPU: 1 PID: 281 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 52.197237] Hardware name: Generic DRA74X (Flattened Device Tree) [ 52.197246] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 52.197255] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 52.197263] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 52.197270] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 52.197277] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 52.197284] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 52.197291] [] (mmput) from [] (do_exit+0x288/0x914) [ 52.197298] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 52.197306] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 52.197309] ---[ end trace 6dd7907bd08389fa ]--- [ 52.211289] ------------[ cut here ]------------ [ 52.211302] WARNING: CPU: 1 PID: 325 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 52.211306] Modules linked in: [ 52.211312] CPU: 1 PID: 325 Comm: network.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 52.211314] Hardware name: Generic DRA74X (Flattened Device Tree) [ 52.211331] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 52.211342] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 52.211351] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 52.211359] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 52.211366] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 52.211373] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 52.211380] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 52.211388] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 52.211395] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 52.211401] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 52.211407] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 52.211413] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 52.211417] ---[ end trace 6dd7907bd08389fb ]--- [ 52.213949] ------------[ cut here ]------------ [ 52.213960] WARNING: CPU: 1 PID: 324 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 52.213963] Modules linked in: [ 52.213968] CPU: 1 PID: 324 Comm: network.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 52.213970] Hardware name: Generic DRA74X (Flattened Device Tree) [ 52.213982] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 52.213992] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 52.214002] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 52.214009] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) ** 83 printk messages dropped ** [ 52.594663] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) ** 29 printk messages dropped ** [ 52.603055] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 52.603062] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 52.603068] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 52.603074] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 52.603080] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 52.603086] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 52.603089] ---[ end trace 6dd7907bd0838a03 ]--- [ 52.604880] ------------[ cut here ]------------ [ 52.604889] WARNING: CPU: 1 PID: 384 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 52.604892] Modules linked in: [ 52.604897] CPU: 1 PID: 384 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 ** 42 printk messages dropped ** [ 52.608800] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) ** 131 printk messages dropped ** [ 52.635575] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) ** 116 printk messages dropped ** [ 52.653934] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) ** 81 printk messages dropped ** [ 52.662128] [] (mmput) from [] (flush_old_exec+0x32c/0x604) ** 117 printk messages dropped ** [ 52.718792] ------------[ cut here ]------------ ** 79 printk messages dropped ** [ 52.725695] [] (mmput) from [] (do_exit+0x288/0x914) ** 80 printk messages dropped ** [ 52.779872] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 52.779877] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 52.779884] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 52.779888] ---[ end trace 6dd7907bd0838a2b ]--- [ 52.781762] ------------[ cut here ]------------ [ 52.781771] WARNING: CPU: 1 PID: 169 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 52.781775] Modules linked in: ** 15 printk messages dropped ** [ 52.821405] CPU: 1 PID: 394 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 ** 83 printk messages dropped ** [ 52.910277] CPU: 1 PID: 154 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 ** 86 printk messages dropped ** [ 52.961236] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) ** 111 printk messages dropped ** [ 53.430854] Modules linked in: ** 65 printk messages dropped ** [ 53.437243] Modules linked in: ** 51 printk messages dropped ** [ 53.441967] [] (show_stack) from [] (dump_stack+0x70/0x8c) ** 111 printk messages dropped ** [ 53.608836] ---[ end trace 6dd7907bd0838a4b ]--- ** 86 printk messages dropped ** [ 53.617881] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) ** 111 printk messages dropped ** [ 54.527811] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) ** 136 printk messages dropped ** [ 54.542879] CPU: 1 PID: 416 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 ** 66 printk messages dropped ** [ 54.635455] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 54.635463] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 54.635471] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 54.635478] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 54.635484] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 54.635491] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 54.635497] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 54.635502] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 54.635508] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 54.635513] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 54.635519] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 54.635525] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 54.635528] ---[ end trace 6dd7907bd0838a64 ]--- [ 54.640375] ------------[ cut here ]------------ [ 54.640386] WARNING: CPU: 1 PID: 419 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() ** 5 printk messages dropped ** [ 54.640432] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) ** 116 printk messages dropped ** [ 54.652597] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) ** 94 printk messages dropped ** [ 54.662754] CPU: 1 PID: 425 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 54.662757] Hardware name: Generic DRA74X (Flattened Device Tree) [ 54.662767] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 54.662776] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 54.662784] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 54.662790] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 54.662798] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 54.662805] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 54.662812] [] (mmput) from [] (do_exit+0x288/0x914) [ 54.662819] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 54.662826] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 54.662829] ---[ end trace 6dd7907bd0838a72 ]--- [ 54.664353] ------------[ cut here ]------------ [ 54.664361] WARNING: CPU: 1 PID: 426 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 54.664365] Modules linked in: [ 54.664370] CPU: 1 PID: 426 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 54.664372] Hardware name: Generic DRA74X (Flattened Device Tree) [ 54.664383] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 54.664392] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 54.664400] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 54.664407] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 54.664414] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 54.664421] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 54.664426] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 54.664433] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 54.664439] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 54.664445] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 54.664451] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) ** 12 printk messages dropped ** [ 54.665858] [] (exit_mmap) from [] (mmput+0x40/0xf8) ** 80 printk messages dropped ** [ 54.675801] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) ** 120 printk messages dropped ** [ 54.688320] [] (do_exit) from [] (do_group_exit+0x48/0xd0) ** 127 printk messages dropped ** [ 54.701306] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) ** 114 printk messages dropped ** [ 54.766937] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) ** 50 printk messages dropped ** [ 54.773627] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 54.773635] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 54.773643] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 54.773650] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 54.773657] [] (mmput) from [] (do_exit+0x288/0x914) [ 54.773665] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 54.773672] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 54.773675] ---[ end trace 6dd7907bd0838a92 ]--- [ 54.775054] ------------[ cut here ]------------ ** 39 printk messages dropped ** [ 54.781994] Modules linked in: ** 18 printk messages dropped ** [ 54.783737] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 54.783745] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 54.783752] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 54.783760] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 54.783766] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 54.783772] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 54.783779] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 54.783785] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 54.783791] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 54.783796] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 54.783803] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 54.783806] ---[ end trace 6dd7907bd0838a96 ]--- [ 54.785394] ------------[ cut here ]------------ [ 54.785403] WARNING: CPU: 1 PID: 445 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 54.785406] Modules linked in: [ 54.785412] CPU: 1 PID: 445 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 54.785414] Hardware name: Generic DRA74X (Flattened Device Tree) [ 54.785424] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 54.785433] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 54.785441] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 54.785449] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 54.785456] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 54.785463] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 54.785470] [] (mmput) from [] (do_exit+0x288/0x914) [ 54.785478] [] (do_exit) from [] (do_group_exit+0x48/0xd0) ** 53 printk messages dropped ** [ 54.792260] ------------[ cut here ]------------ ** 39 printk messages dropped ** [ 54.795283] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) ** 114 printk messages dropped ** [ 54.807786] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) ** 101 printk messages dropped ** [ 54.817033] [] (mmput) from [] (flush_old_exec+0x32c/0x604) ** 97 printk messages dropped ** [ 54.826763] [] (exit_mmap) from [] (mmput+0x40/0xf8) ** 98 printk messages dropped ** [ 54.835881] [] (exit_mmap) from [] (mmput+0x40/0xf8) ** 98 printk messages dropped ** [ 54.845144] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) ** 127 printk messages dropped ** [ 54.980629] CPU: 1 PID: 468 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 ** 144 printk messages dropped ** [ 54.998132] [] (mmput) from [] (do_exit+0x288/0x914) ** 98 printk messages dropped ** [ 55.225292] [] (search_binary_handler) from [] (load_script+0x260/0x27c) ** 116 printk messages dropped ** [ 55.241535] [] (mmput) from [] (flush_old_exec+0x32c/0x604) ** 128 printk messages dropped ** [ 55.254443] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.254451] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.254457] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.254464] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.254470] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.254475] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.254481] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.254487] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.254494] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.254496] ---[ end trace 6dd7907bd0838ae1 ]--- [ 55.255822] ------------[ cut here ]------------ [ 55.255830] WARNING: CPU: 1 PID: 485 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.255834] Modules linked in: [ 55.255838] CPU: 1 PID: 485 Comm: stat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.255841] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.255851] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.255861] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.255869] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.255876] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.255884] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.255891] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.255898] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.255905] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.255913] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.255916] ---[ end trace 6dd7907bd0838ae2 ]--- [ 55.257184] ------------[ cut here ]------------ [ 55.257192] WARNING: CPU: 1 PID: 486 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.257195] Modules linked in: [ 55.257200] CPU: 1 PID: 486 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.257202] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.257212] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.257222] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.257230] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.257237] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.257244] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.257250] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.257256] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.257263] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.257268] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.257274] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.257279] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.257285] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.257288] ---[ end trace 6dd7907bd0838ae3 ]--- [ 55.258538] ------------[ cut here ]------------ [ 55.258545] WARNING: CPU: 1 PID: 486 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.258548] Modules linked in: [ 55.258553] CPU: 1 PID: 486 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.258555] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.258565] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.258575] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.258583] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.258590] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.258598] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.258605] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.258612] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.258619] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.258627] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.258629] ---[ end trace 6dd7907bd0838ae4 ]--- [ 55.259854] ------------[ cut here ]------------ [ 55.259862] WARNING: CPU: 1 PID: 487 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.259866] Modules linked in: [ 55.259871] CPU: 1 PID: 487 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.259873] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.259883] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.259891] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.259899] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.259905] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.259913] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.259920] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.259925] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.259931] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.259937] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.259943] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.259948] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.259954] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.259957] ---[ end trace 6dd7907bd0838ae5 ]--- [ 55.261431] ------------[ cut here ]------------ [ 55.261439] WARNING: CPU: 1 PID: 487 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.261442] Modules linked in: [ 55.261447] CPU: 1 PID: 487 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.261449] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.261460] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.261469] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.261476] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.261483] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.261490] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.261497] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.261503] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.261510] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.261518] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.261521] ---[ end trace 6dd7907bd0838ae6 ]--- [ 55.262993] ------------[ cut here ]------------ [ 55.263001] WARNING: CPU: 1 PID: 488 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.263005] Modules linked in: [ 55.263009] CPU: 1 PID: 488 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.263011] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.263022] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.263031] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.263039] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.263046] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.263054] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.263060] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.263066] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.263073] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.263079] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.263084] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.263090] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.263096] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.263099] ---[ end trace 6dd7907bd0838ae7 ]--- [ 55.263769] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Opts: (null) [ 55.263942] ------------[ cut here ]------------ [ 55.263950] WARNING: CPU: 1 PID: 461 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.263953] Modules linked in: [ 55.263959] CPU: 1 PID: 461 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.263961] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.263972] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.263981] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.263988] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.263995] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.264002] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.264009] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.264016] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.264023] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.264030] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.264033] ---[ end trace 6dd7907bd0838ae8 ]--- [ 55.265421] ------------[ cut here ]------------ [ 55.265429] WARNING: CPU: 1 PID: 488 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.265432] Modules linked in: [ 55.265437] CPU: 1 PID: 488 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.265440] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.265451] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.265461] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.265469] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.265477] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.265484] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.265491] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.265498] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.265505] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.265512] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.265515] ---[ end trace 6dd7907bd0838ae9 ]--- [ 55.266922] ------------[ cut here ]------------ [ 55.266930] WARNING: CPU: 1 PID: 489 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.266934] Modules linked in: [ 55.266939] CPU: 1 PID: 489 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.266940] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.266951] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.266961] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.266968] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.266975] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.266982] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.266989] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.266996] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.267003] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.267009] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.267015] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.267020] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.267026] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.267030] ---[ end trace 6dd7907bd0838aea ]--- [ 55.269376] ------------[ cut here ]------------ [ 55.269385] WARNING: CPU: 1 PID: 489 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.269388] Modules linked in: [ 55.269394] CPU: 1 PID: 489 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.269396] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.269407] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.269417] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.269425] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.269432] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.269440] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.269447] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.269454] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.269462] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.269469] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.269473] ---[ end trace 6dd7907bd0838aeb ]--- [ 55.270887] ------------[ cut here ]------------ [ 55.270895] WARNING: CPU: 1 PID: 490 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.270898] Modules linked in: [ 55.270903] CPU: 1 PID: 490 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.270906] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.270917] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.270927] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.270934] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.270941] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.270949] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.270956] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.270962] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.270968] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.270974] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.270980] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.270985] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.270991] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.270994] ---[ end trace 6dd7907bd0838aec ]--- [ 55.272300] ------------[ cut here ]------------ [ 55.272308] WARNING: CPU: 1 PID: 490 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.272312] Modules linked in: [ 55.272317] CPU: 1 PID: 490 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.272319] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.272330] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.272338] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.272346] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.272353] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.272360] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.272368] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.272375] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.272382] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.272389] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.272392] ---[ end trace 6dd7907bd0838aed ]--- [ 55.273683] ------------[ cut here ]------------ [ 55.273691] WARNING: CPU: 1 PID: 491 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.273695] Modules linked in: [ 55.273700] CPU: 1 PID: 491 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.273702] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.273713] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.273722] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.273730] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.273737] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.273744] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.273750] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.273757] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.273763] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.273769] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.273775] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.273780] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.273787] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.273790] ---[ end trace 6dd7907bd0838aee ]--- [ 55.276396] ------------[ cut here ]------------ [ 55.276405] WARNING: CPU: 1 PID: 492 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.276409] Modules linked in: [ 55.276414] CPU: 1 PID: 492 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.276416] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.276427] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.276436] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.276444] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.276451] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.276459] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.276465] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.276472] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.276477] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.276483] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.276488] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.276494] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.276500] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.276503] ---[ end trace 6dd7907bd0838aef ]--- [ 55.277831] ------------[ cut here ]------------ [ 55.277839] WARNING: CPU: 1 PID: 492 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.277843] Modules linked in: [ 55.277848] CPU: 1 PID: 492 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.277851] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.277862] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.277871] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.277879] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.277886] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.277893] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.277918] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.277925] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.277932] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.277940] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.277943] ---[ end trace 6dd7907bd0838af0 ]--- [ 55.279364] ------------[ cut here ]------------ [ 55.279372] WARNING: CPU: 1 PID: 493 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.279375] Modules linked in: [ 55.279380] CPU: 1 PID: 493 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.279382] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.279392] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.279402] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.279410] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.279416] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.279423] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.279430] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.279437] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.279443] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.279449] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.279455] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.279460] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.279467] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.279470] ---[ end trace 6dd7907bd0838af1 ]--- [ 55.351432] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 55.351585] ------------[ cut here ]------------ [ 55.351593] WARNING: CPU: 1 PID: 493 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.351596] Modules linked in: [ 55.351601] CPU: 1 PID: 493 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.351603] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.351616] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.351626] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.351634] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.351641] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.351649] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.351656] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.351663] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.351670] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.351679] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.351681] ---[ end trace 6dd7907bd0838af2 ]--- [ 55.353123] ------------[ cut here ]------------ [ 55.353132] WARNING: CPU: 1 PID: 494 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.353135] Modules linked in: [ 55.353140] CPU: 1 PID: 494 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.353142] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.353152] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.353162] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.353170] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.353177] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.353184] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.353191] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.353197] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.353203] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.353209] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.353216] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.353221] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.353228] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.353231] ---[ end trace 6dd7907bd0838af3 ]--- [ 55.355508] ------------[ cut here ]------------ [ 55.355517] WARNING: CPU: 1 PID: 494 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.355520] Modules linked in: [ 55.355525] CPU: 1 PID: 494 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.355527] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.355538] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.355547] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.355555] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.355563] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.355570] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.355577] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.355584] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.355592] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.355599] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.355602] ---[ end trace 6dd7907bd0838af4 ]--- [ 55.356893] ------------[ cut here ]------------ [ 55.356901] WARNING: CPU: 1 PID: 495 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.356903] Modules linked in: [ 55.356908] CPU: 1 PID: 495 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.356911] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.356922] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.356931] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.356939] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.356946] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.356954] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.356960] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.356967] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.356973] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.356979] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.356984] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.356990] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.356996] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.356999] ---[ end trace 6dd7907bd0838af5 ]--- [ 55.550925] ------------[ cut here ]------------ [ 55.550933] WARNING: CPU: 1 PID: 491 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.550936] Modules linked in: [ 55.550941] CPU: 1 PID: 491 Comm: touch Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.550943] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.550954] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.550963] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.550971] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.550978] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.550985] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.550991] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.550998] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.551005] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.551013] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.551016] ---[ end trace 6dd7907bd0838af6 ]--- [ 55.551820] ------------[ cut here ]------------ [ 55.551829] WARNING: CPU: 1 PID: 438 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.551833] Modules linked in: [ 55.551838] CPU: 1 PID: 438 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.551840] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.551849] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.551858] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.551866] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.551872] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.551880] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.551887] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.551893] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.551900] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.551907] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.551910] ---[ end trace 6dd7907bd0838af7 ]--- [ 55.552670] ------------[ cut here ]------------ [ 55.552678] WARNING: CPU: 1 PID: 495 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.552682] Modules linked in: [ 55.552686] CPU: 1 PID: 495 Comm: touch Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.552688] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.552699] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.552708] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.552716] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.552723] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.552730] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.552737] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.552744] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.552751] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.552758] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.552762] ---[ end trace 6dd7907bd0838af8 ]--- [ 55.553538] ------------[ cut here ]------------ [ 55.553547] WARNING: CPU: 1 PID: 476 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.553550] Modules linked in: [ 55.553555] CPU: 1 PID: 476 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.553558] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.553568] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.553578] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.553586] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.553593] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.553600] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.553607] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.553613] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.553621] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.553628] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.553631] ---[ end trace 6dd7907bd0838af9 ]--- [ 55.555038] ------------[ cut here ]------------ [ 55.555047] WARNING: CPU: 1 PID: 496 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.555050] Modules linked in: [ 55.555055] CPU: 1 PID: 496 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.555057] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.555068] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.555077] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.555085] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.555091] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.555099] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.555105] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.555111] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.555118] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.555123] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.555129] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 55.555135] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 55.555140] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.555146] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.555153] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.555155] ---[ end trace 6dd7907bd0838afa ]--- [ 55.558880] ------------[ cut here ]------------ [ 55.558891] WARNING: CPU: 1 PID: 497 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.558894] Modules linked in: [ 55.558899] CPU: 1 PID: 497 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.558901] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.558913] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.558923] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.558931] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.558939] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.558946] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.558953] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.558960] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.558966] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.558972] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.558977] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 55.558983] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 55.558988] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.558994] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.559000] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.559004] ---[ end trace 6dd7907bd0838afb ]--- [ 55.564958] ------------[ cut here ]------------ [ 55.564968] WARNING: CPU: 1 PID: 499 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.564971] Modules linked in: [ 55.564977] CPU: 1 PID: 499 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.564979] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.564992] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.565002] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.565011] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.565018] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.565026] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.565033] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.565039] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.565046] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.565052] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.565057] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.565062] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.565069] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.565072] ---[ end trace 6dd7907bd0838afc ]--- [ 55.566084] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 55.566282] ------------[ cut here ]------------ [ 55.566291] WARNING: CPU: 1 PID: 467 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.566294] Modules linked in: [ 55.566299] CPU: 1 PID: 467 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.566301] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.566312] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.566322] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.566331] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.566338] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.566346] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.566353] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.566360] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.566368] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.566375] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.566379] ---[ end trace 6dd7907bd0838afd ]--- [ 55.567510] ------------[ cut here ]------------ [ 55.567518] WARNING: CPU: 1 PID: 499 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.567522] Modules linked in: [ 55.567526] CPU: 1 PID: 499 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.567529] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.567540] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.567549] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.567558] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.567565] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.567572] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.567579] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.567586] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.567593] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.567600] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.567603] ---[ end trace 6dd7907bd0838afe ]--- [ 55.570060] ------------[ cut here ]------------ [ 55.570069] WARNING: CPU: 1 PID: 500 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.570073] Modules linked in: [ 55.570078] CPU: 1 PID: 500 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.570080] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.570091] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.570101] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.570110] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.570117] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.570124] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.570131] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.570138] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.570144] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.570150] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.570155] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.570161] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.570167] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.570170] ---[ end trace 6dd7907bd0838aff ]--- [ 55.572441] ------------[ cut here ]------------ [ 55.572451] WARNING: CPU: 1 PID: 500 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.572454] Modules linked in: [ 55.572459] CPU: 1 PID: 500 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.572461] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.572473] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.572483] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.572492] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.572499] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.572506] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.572514] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.572520] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.572527] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.572534] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.572537] ---[ end trace 6dd7907bd0838b00 ]--- [ 55.574167] ------------[ cut here ]------------ [ 55.574175] WARNING: CPU: 1 PID: 501 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.574180] Modules linked in: [ 55.574184] CPU: 1 PID: 501 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.574187] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.574198] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.574208] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.574216] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.574223] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.574230] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.574237] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.574243] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.574250] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.574256] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.574262] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.574268] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.574274] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.574278] ---[ end trace 6dd7907bd0838b01 ]--- [ 55.575720] ------------[ cut here ]------------ [ 55.575728] WARNING: CPU: 1 PID: 501 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.575731] Modules linked in: [ 55.575736] CPU: 1 PID: 501 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.575739] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.575750] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.575759] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.575767] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.575774] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.575781] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.575788] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.575795] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.575803] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.575810] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.575813] ---[ end trace 6dd7907bd0838b02 ]--- [ 55.577090] ------------[ cut here ]------------ [ 55.577098] WARNING: CPU: 1 PID: 502 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.577101] Modules linked in: [ 55.577106] CPU: 1 PID: 502 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.577108] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.577118] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.577128] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.577136] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.577143] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.577150] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.577157] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.577164] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.577170] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.577176] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.577181] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.577187] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.577193] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.577196] ---[ end trace 6dd7907bd0838b03 ]--- [ 55.578450] ------------[ cut here ]------------ [ 55.578459] WARNING: CPU: 1 PID: 502 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.578462] Modules linked in: [ 55.578466] CPU: 1 PID: 502 Comm: touch Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.578469] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.578479] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.578489] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.578496] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.578503] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.578510] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.578517] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.578523] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.578531] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.578538] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.578541] ---[ end trace 6dd7907bd0838b04 ]--- [ 55.579321] ------------[ cut here ]------------ [ 55.579329] WARNING: CPU: 1 PID: 442 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.579332] Modules linked in: [ 55.579337] CPU: 1 PID: 442 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.579339] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.579349] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.579359] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.579366] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.579373] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.579381] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.579387] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.579394] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.579401] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.579409] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.579412] ---[ end trace 6dd7907bd0838b05 ]--- [ 55.581087] ------------[ cut here ]------------ [ 55.581096] WARNING: CPU: 1 PID: 503 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.581100] Modules linked in: [ 55.581105] CPU: 1 PID: 503 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.581108] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.581118] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.581128] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.581136] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.581142] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.581150] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.581156] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.581162] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.581168] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.581174] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.581179] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.581185] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.581191] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.581194] ---[ end trace 6dd7907bd0838b06 ]--- [ 55.582660] ------------[ cut here ]------------ [ 55.582669] WARNING: CPU: 1 PID: 503 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.582672] Modules linked in: [ 55.582676] CPU: 1 PID: 503 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.582678] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.582689] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.582698] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.582706] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.582713] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.582720] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.582727] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.582734] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.582741] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.582748] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.582751] ---[ end trace 6dd7907bd0838b07 ]--- [ 55.584117] ------------[ cut here ]------------ [ 55.584125] WARNING: CPU: 1 PID: 504 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.584129] Modules linked in: [ 55.584134] CPU: 1 PID: 504 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.584136] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.584148] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.584158] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.584166] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.584172] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.584180] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.584186] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.584193] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.584199] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.584205] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.584211] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 55.584216] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 55.584222] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.584227] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.584233] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.584236] ---[ end trace 6dd7907bd0838b08 ]--- [ 55.589086] ------------[ cut here ]------------ [ 55.589096] WARNING: CPU: 1 PID: 505 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.589100] Modules linked in: [ 55.589106] CPU: 1 PID: 505 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.589108] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.589121] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.589132] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.589141] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.589149] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.589156] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.589164] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.589170] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.589176] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.589182] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.589188] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.589193] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.589200] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.589203] ---[ end trace 6dd7907bd0838b09 ]--- [ 55.590828] ------------[ cut here ]------------ [ 55.590836] WARNING: CPU: 1 PID: 505 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.590840] Modules linked in: [ 55.590845] CPU: 1 PID: 505 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.590847] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.590858] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.590868] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.590877] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.590883] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.590890] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.590898] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.590905] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.590912] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.590919] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.590923] ---[ end trace 6dd7907bd0838b0a ]--- [ 55.592467] ------------[ cut here ]------------ [ 55.592475] WARNING: CPU: 1 PID: 506 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.592478] Modules linked in: [ 55.592483] CPU: 1 PID: 506 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.592486] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.592496] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.592505] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.592513] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.592520] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.592527] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.592534] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.592539] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.592545] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.592551] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.592557] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.592563] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.592569] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.592572] ---[ end trace 6dd7907bd0838b0b ]--- [ 55.594033] ------------[ cut here ]------------ [ 55.594042] WARNING: CPU: 1 PID: 507 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.594045] Modules linked in: [ 55.594050] CPU: 1 PID: 507 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.594052] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.594062] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.594071] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.594078] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.594085] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.594093] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.594099] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.594105] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.594111] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.594117] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.594123] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.594129] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.594135] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.594137] ---[ end trace 6dd7907bd0838b0c ]--- [ 55.596486] ------------[ cut here ]------------ [ 55.596494] WARNING: CPU: 1 PID: 506 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.596497] Modules linked in: [ 55.596502] CPU: 1 PID: 506 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.596504] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.596515] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.596524] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.596532] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.596540] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.596547] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.596555] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.596562] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.596569] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.596577] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.596580] ---[ end trace 6dd7907bd0838b0d ]--- [ 55.598247] ------------[ cut here ]------------ [ 55.598257] WARNING: CPU: 1 PID: 507 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.598260] Modules linked in: [ 55.598264] CPU: 1 PID: 507 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.598266] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.598277] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.598286] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.598294] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.598301] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.598308] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.598315] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.598322] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.598330] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.598338] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.598341] ---[ end trace 6dd7907bd0838b0e ]--- [ 55.599851] ------------[ cut here ]------------ [ 55.599859] WARNING: CPU: 1 PID: 508 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.599863] Modules linked in: [ 55.599868] CPU: 1 PID: 508 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.599870] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.599880] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.599889] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.599897] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.599904] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.599911] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.599917] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.599924] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.599931] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.599937] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.599944] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.599950] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.599956] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.599959] ---[ end trace 6dd7907bd0838b0f ]--- [ 55.602350] ------------[ cut here ]------------ [ 55.602359] WARNING: CPU: 1 PID: 509 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.602362] Modules linked in: [ 55.602367] CPU: 1 PID: 509 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.602369] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.602381] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.602390] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.602398] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.602405] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.602412] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.602420] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.602426] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.602433] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.602439] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.602445] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.602450] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.602457] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.602460] ---[ end trace 6dd7907bd0838b10 ]--- [ 55.603890] ------------[ cut here ]------------ [ 55.603899] WARNING: CPU: 1 PID: 508 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.603901] Modules linked in: [ 55.603906] CPU: 1 PID: 508 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.603909] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.603918] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.603927] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.603935] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.603942] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.603949] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.603956] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.603963] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.603970] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.603978] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.603980] ---[ end trace 6dd7907bd0838b11 ]--- [ 55.604564] ------------[ cut here ]------------ [ 55.604573] WARNING: CPU: 1 PID: 509 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.604575] Modules linked in: [ 55.604580] CPU: 1 PID: 509 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.604582] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.604593] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.604601] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.604609] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.604615] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.604623] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.604629] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.604636] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.604644] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.604652] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.604655] ---[ end trace 6dd7907bd0838b12 ]--- [ 55.607049] ------------[ cut here ]------------ [ 55.607058] WARNING: CPU: 1 PID: 510 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.607061] Modules linked in: [ 55.607066] CPU: 1 PID: 510 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.607068] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.607079] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.607088] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.607096] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.607103] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.607110] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.607117] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.607123] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.607129] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.607135] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.607141] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.607146] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.607153] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.607156] ---[ end trace 6dd7907bd0838b13 ]--- [ 55.608835] ------------[ cut here ]------------ [ 55.608843] WARNING: CPU: 1 PID: 511 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.608846] Modules linked in: [ 55.608852] CPU: 1 PID: 511 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.608854] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.608864] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.608872] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.608880] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.608887] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.608894] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.608901] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.608908] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.608914] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.608919] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.608925] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.608931] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.608938] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.608940] ---[ end trace 6dd7907bd0838b14 ]--- [ 55.610302] ------------[ cut here ]------------ [ 55.610310] WARNING: CPU: 1 PID: 511 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.610314] Modules linked in: [ 55.610319] CPU: 1 PID: 511 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.610322] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.610332] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.610341] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.610349] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.610356] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.610363] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.610370] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.610377] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.610384] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.610391] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.610394] ---[ end trace 6dd7907bd0838b15 ]--- [ 55.611484] ------------[ cut here ]------------ [ 55.611492] WARNING: CPU: 1 PID: 510 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.611495] Modules linked in: [ 55.611500] CPU: 1 PID: 510 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.611502] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.611513] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.611522] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.611530] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.611537] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.611544] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.611551] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.611558] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.611564] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.611571] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.611575] ---[ end trace 6dd7907bd0838b16 ]--- [ 55.614065] ------------[ cut here ]------------ [ 55.614073] WARNING: CPU: 1 PID: 513 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.614076] Modules linked in: [ 55.614081] CPU: 1 PID: 513 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.614083] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.614094] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.614104] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.614112] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.614119] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.614126] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.614132] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.614139] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.614145] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.614151] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.614157] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.614163] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.614169] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.614172] ---[ end trace 6dd7907bd0838b17 ]--- [ 55.615654] ------------[ cut here ]------------ [ 55.615662] WARNING: CPU: 1 PID: 512 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.615665] Modules linked in: [ 55.615670] CPU: 1 PID: 512 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.615672] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.615683] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.615692] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.615700] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.615707] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.615714] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.615721] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.615727] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.615733] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.615738] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.615744] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.615750] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.615756] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.615758] ---[ end trace 6dd7907bd0838b18 ]--- [ 55.617050] ------------[ cut here ]------------ [ 55.617057] WARNING: CPU: 1 PID: 512 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.617061] Modules linked in: [ 55.617066] CPU: 1 PID: 512 Comm: stat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.617068] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.617077] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.617086] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.617094] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.617101] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.617108] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.617115] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.617121] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.617128] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.617136] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.617139] ---[ end trace 6dd7907bd0838b19 ]--- [ 55.617752] ------------[ cut here ]------------ [ 55.617760] WARNING: CPU: 1 PID: 513 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.617763] Modules linked in: [ 55.617768] CPU: 1 PID: 513 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.617770] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.617780] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.617789] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.617797] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.617803] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.617810] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.617817] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.617824] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.617831] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.617838] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.617841] ---[ end trace 6dd7907bd0838b1a ]--- [ 55.619318] ------------[ cut here ]------------ [ 55.619326] WARNING: CPU: 1 PID: 515 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.619329] Modules linked in: [ 55.619334] CPU: 1 PID: 515 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.619336] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.619346] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.619355] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.619363] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.619370] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.619377] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.619384] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.619390] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.619396] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.619402] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.619408] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.619414] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.619420] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.619423] ---[ end trace 6dd7907bd0838b1b ]--- [ 55.621474] ------------[ cut here ]------------ [ 55.621482] WARNING: CPU: 1 PID: 514 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.621484] Modules linked in: [ 55.621489] CPU: 1 PID: 514 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.621491] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.621502] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.621511] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.621519] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.621526] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.621534] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.621541] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.621547] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.621553] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.621559] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.621565] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.621569] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.621576] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.621579] ---[ end trace 6dd7907bd0838b1c ]--- [ 55.622810] ------------[ cut here ]------------ [ 55.622818] WARNING: CPU: 1 PID: 514 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.622821] Modules linked in: [ 55.622826] CPU: 1 PID: 514 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.622828] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.622838] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.622847] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.622855] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.622862] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.622869] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.622876] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.622883] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.622890] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.622922] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.622926] ---[ end trace 6dd7907bd0838b1d ]--- [ 55.623550] ------------[ cut here ]------------ [ 55.623557] WARNING: CPU: 1 PID: 515 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.623560] Modules linked in: [ 55.623564] CPU: 1 PID: 515 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.623566] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.623577] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.623585] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.623593] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.623600] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.623607] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.623614] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.623621] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.623628] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.623635] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.623638] ---[ end trace 6dd7907bd0838b1e ]--- [ 55.624888] ------------[ cut here ]------------ [ 55.624896] WARNING: CPU: 1 PID: 516 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.624899] Modules linked in: [ 55.624904] CPU: 1 PID: 516 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.624906] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.624915] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.624924] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.624932] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.624939] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.624947] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.624953] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.624959] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.624965] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.624971] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.624976] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.624982] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.624988] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.624990] ---[ end trace 6dd7907bd0838b1f ]--- [ 55.626578] ------------[ cut here ]------------ [ 55.626586] WARNING: CPU: 1 PID: 516 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.626590] Modules linked in: [ 55.626595] CPU: 1 PID: 516 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.626597] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.626607] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.626616] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.626624] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.626631] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.626638] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.626645] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.626652] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.626659] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.626667] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.626670] ---[ end trace 6dd7907bd0838b20 ]--- [ 55.627440] ------------[ cut here ]------------ [ 55.627448] WARNING: CPU: 1 PID: 496 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.627451] Modules linked in: [ 55.627457] CPU: 1 PID: 496 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.627459] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.627469] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.627478] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.627486] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.627492] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.627500] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.627506] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.627513] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.627520] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.627527] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.627530] ---[ end trace 6dd7907bd0838b21 ]--- [ 55.629237] ------------[ cut here ]------------ [ 55.629245] WARNING: CPU: 1 PID: 517 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.629249] Modules linked in: [ 55.629253] CPU: 1 PID: 517 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.629255] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.629266] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.629276] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.629285] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.629292] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.629300] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.629306] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.629313] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.629319] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.629325] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.629330] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.629336] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.629343] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.629346] ---[ end trace 6dd7907bd0838b22 ]--- [ 55.630819] ------------[ cut here ]------------ [ 55.630827] WARNING: CPU: 1 PID: 517 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.630830] Modules linked in: [ 55.630834] CPU: 1 PID: 517 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.630836] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.630846] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.630856] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.630865] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.630872] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.630879] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.630885] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.630892] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.630900] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.630907] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.630910] ---[ end trace 6dd7907bd0838b23 ]--- [ 55.633135] ------------[ cut here ]------------ [ 55.633142] WARNING: CPU: 1 PID: 518 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.633146] Modules linked in: [ 55.633150] CPU: 1 PID: 518 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.633152] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.633163] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.633172] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.633181] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.633189] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.633196] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.633203] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.633210] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.633216] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.633222] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.633228] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.633233] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.633240] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.633243] ---[ end trace 6dd7907bd0838b24 ]--- [ 55.634610] ------------[ cut here ]------------ [ 55.634618] WARNING: CPU: 1 PID: 518 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.634621] Modules linked in: [ 55.634626] CPU: 1 PID: 518 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.634628] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.634638] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.634647] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.634656] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.634663] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.634670] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.634676] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.634683] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.634691] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.634698] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.634701] ---[ end trace 6dd7907bd0838b25 ]--- [ 55.636163] ------------[ cut here ]------------ [ 55.636171] WARNING: CPU: 1 PID: 519 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.636175] Modules linked in: [ 55.636180] CPU: 1 PID: 519 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.636182] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.636193] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.636201] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.636209] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.636216] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.636224] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.636230] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.636236] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.636243] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.636249] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.636255] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.636260] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.636267] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.636269] ---[ end trace 6dd7907bd0838b26 ]--- [ 55.637593] ------------[ cut here ]------------ [ 55.637601] WARNING: CPU: 1 PID: 519 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.637605] Modules linked in: [ 55.637609] CPU: 1 PID: 519 Comm: stat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.637611] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.637621] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.637630] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.637637] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.637644] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.637652] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.637659] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.637665] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.637672] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.637679] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.637683] ---[ end trace 6dd7907bd0838b27 ]--- [ 55.639049] ------------[ cut here ]------------ [ 55.639057] WARNING: CPU: 1 PID: 520 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.639061] Modules linked in: [ 55.639066] CPU: 1 PID: 520 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.639068] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.639078] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.639088] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.639096] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.639102] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.639110] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.639117] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.639123] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.639129] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.639134] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.639140] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.639146] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.639152] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.639155] ---[ end trace 6dd7907bd0838b28 ]--- [ 55.640420] ------------[ cut here ]------------ [ 55.640428] WARNING: CPU: 1 PID: 520 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.640432] Modules linked in: [ 55.640437] CPU: 1 PID: 520 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.640439] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.640449] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.640458] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.640466] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.640473] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.640480] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.640487] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.640494] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.640501] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.640508] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.640511] ---[ end trace 6dd7907bd0838b29 ]--- [ 55.641733] ------------[ cut here ]------------ [ 55.641741] WARNING: CPU: 1 PID: 521 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.641744] Modules linked in: [ 55.641749] CPU: 1 PID: 521 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.641752] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.641761] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.641770] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.641779] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.641785] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.641792] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.641799] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.641805] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.641811] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.641817] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.641823] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.641828] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.641835] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.641838] ---[ end trace 6dd7907bd0838b2a ]--- [ 55.643404] ------------[ cut here ]------------ [ 55.643413] WARNING: CPU: 1 PID: 521 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.643416] Modules linked in: [ 55.643421] CPU: 1 PID: 521 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.643423] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.643434] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.643443] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.643451] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.643458] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.643465] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.643471] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.643478] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.643485] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.643492] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.643495] ---[ end trace 6dd7907bd0838b2b ]--- [ 55.644243] ------------[ cut here ]------------ [ 55.644251] WARNING: CPU: 1 PID: 504 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.644254] Modules linked in: [ 55.644258] CPU: 1 PID: 504 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.644260] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.644270] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.644279] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.644287] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.644293] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.644301] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.644307] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.644314] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.644321] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.644328] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.644331] ---[ end trace 6dd7907bd0838b2c ]--- [ 55.645996] ------------[ cut here ]------------ [ 55.646004] WARNING: CPU: 1 PID: 498 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.646008] Modules linked in: [ 55.646013] CPU: 1 PID: 498 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.646015] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.646026] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.646035] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.646043] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.646050] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.646058] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.646064] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.646071] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.646077] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.646083] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.646089] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.646094] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.646101] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.646104] ---[ end trace 6dd7907bd0838b2d ]--- [ 55.647518] ------------[ cut here ]------------ [ 55.647527] WARNING: CPU: 1 PID: 498 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.647531] Modules linked in: [ 55.647535] CPU: 1 PID: 498 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.647537] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.647548] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.647557] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.647565] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.647572] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.647580] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.647587] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.647594] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.647601] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.647608] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.647611] ---[ end trace 6dd7907bd0838b2e ]--- [ 55.650354] ------------[ cut here ]------------ [ 55.650363] WARNING: CPU: 1 PID: 522 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.650367] Modules linked in: [ 55.650371] CPU: 1 PID: 522 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.650374] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.650385] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.650395] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.650404] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.650411] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.650418] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.650425] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.650432] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.650438] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.650444] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.650450] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.650455] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.650462] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.650464] ---[ end trace 6dd7907bd0838b2f ]--- [ 55.651903] ------------[ cut here ]------------ [ 55.651912] WARNING: CPU: 1 PID: 522 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.651915] Modules linked in: [ 55.651920] CPU: 1 PID: 522 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.651923] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.651932] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.651942] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.651950] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.651957] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.651964] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.651971] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.651978] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.651986] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.651994] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.651997] ---[ end trace 6dd7907bd0838b30 ]--- [ 55.653613] ------------[ cut here ]------------ [ 55.653622] WARNING: CPU: 1 PID: 523 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.653624] Modules linked in: [ 55.653629] CPU: 1 PID: 523 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.653632] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.653642] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.653651] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.653659] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.653665] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.653673] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.653680] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.653686] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.653693] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.653699] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.653705] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.653710] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.653716] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.653719] ---[ end trace 6dd7907bd0838b31 ]--- [ 55.655129] ------------[ cut here ]------------ [ 55.655137] WARNING: CPU: 1 PID: 523 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.655140] Modules linked in: [ 55.655145] CPU: 1 PID: 523 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.655148] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.655158] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.655167] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.655175] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.655182] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.655189] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.655196] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.655203] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.655211] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.655218] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.655221] ---[ end trace 6dd7907bd0838b32 ]--- [ 55.656740] ------------[ cut here ]------------ [ 55.656748] WARNING: CPU: 1 PID: 524 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.656750] Modules linked in: [ 55.656755] CPU: 1 PID: 524 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.656757] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.656766] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.656775] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.656783] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.656790] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.656797] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.656804] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.656811] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.656817] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.656823] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.656829] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.656834] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.656840] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.656843] ---[ end trace 6dd7907bd0838b33 ]--- [ 55.658294] ------------[ cut here ]------------ [ 55.658302] WARNING: CPU: 1 PID: 524 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.658305] Modules linked in: [ 55.658310] CPU: 1 PID: 524 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.658312] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.658322] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.658332] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.658340] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.658347] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.658354] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.658360] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.658367] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.658375] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.658382] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.658385] ---[ end trace 6dd7907bd0838b34 ]--- [ 55.659912] ------------[ cut here ]------------ [ 55.659919] WARNING: CPU: 1 PID: 525 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.659923] Modules linked in: [ 55.659928] CPU: 1 PID: 525 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.659930] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.659939] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.659949] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.659956] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.659964] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.659971] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.659978] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.659983] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.659989] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.659995] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.660000] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.660006] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.660012] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.660014] ---[ end trace 6dd7907bd0838b35 ]--- [ 55.661384] ------------[ cut here ]------------ [ 55.661392] WARNING: CPU: 1 PID: 525 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.661395] Modules linked in: [ 55.661400] CPU: 1 PID: 525 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.661402] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.661412] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.661422] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.661430] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.661437] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.661444] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.661451] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.661458] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.661464] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.661472] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.661475] ---[ end trace 6dd7907bd0838b36 ]--- [ 55.663018] ------------[ cut here ]------------ [ 55.663026] WARNING: CPU: 1 PID: 526 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.663029] Modules linked in: [ 55.663034] CPU: 1 PID: 526 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.663036] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.663046] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.663055] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.663063] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.663070] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.663077] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.663084] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.663090] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.663096] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.663102] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.663108] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.663113] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.663119] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.663122] ---[ end trace 6dd7907bd0838b37 ]--- [ 55.664548] ------------[ cut here ]------------ [ 55.664556] WARNING: CPU: 1 PID: 526 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.664560] Modules linked in: [ 55.664565] CPU: 1 PID: 526 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.664567] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.664577] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.664586] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.664594] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.664601] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.664609] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.664615] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.664622] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.664629] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.664637] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.664640] ---[ end trace 6dd7907bd0838b38 ]--- [ 55.666734] ------------[ cut here ]------------ [ 55.666742] WARNING: CPU: 1 PID: 527 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.666745] Modules linked in: [ 55.666751] CPU: 1 PID: 527 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.666753] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.666764] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.666772] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.666780] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.666788] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.666795] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.666801] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.666808] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.666814] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.666820] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.666826] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.666831] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.666838] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.666841] ---[ end trace 6dd7907bd0838b39 ]--- [ 55.668214] ------------[ cut here ]------------ [ 55.668222] WARNING: CPU: 1 PID: 527 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.668225] Modules linked in: [ 55.668229] CPU: 1 PID: 527 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.668231] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.668242] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.668251] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.668260] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.668266] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.668274] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.668281] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.668288] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.668295] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.668302] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.668305] ---[ end trace 6dd7907bd0838b3a ]--- [ 55.669727] ------------[ cut here ]------------ [ 55.669735] WARNING: CPU: 1 PID: 528 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.669738] Modules linked in: [ 55.669743] CPU: 1 PID: 528 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.669746] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.669755] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.669764] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.669772] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.669779] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.669787] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.669794] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.669800] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.669806] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.669811] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.669817] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.669823] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.669830] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.669832] ---[ end trace 6dd7907bd0838b3b ]--- [ 55.671115] ------------[ cut here ]------------ [ 55.671123] WARNING: CPU: 1 PID: 528 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.671126] Modules linked in: [ 55.671131] CPU: 1 PID: 528 Comm: stat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.671134] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.671144] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.671153] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.671161] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.671168] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.671175] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.671182] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.671190] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.671197] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.671204] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.671208] ---[ end trace 6dd7907bd0838b3c ]--- [ 55.672473] ------------[ cut here ]------------ [ 55.672481] WARNING: CPU: 1 PID: 529 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.672484] Modules linked in: [ 55.672488] CPU: 1 PID: 529 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.672490] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.672500] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.672509] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.672517] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.672524] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.672531] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.672538] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.672544] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.672549] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.672555] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.672561] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.672566] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.672572] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.672575] ---[ end trace 6dd7907bd0838b3d ]--- [ 55.673852] ------------[ cut here ]------------ [ 55.673860] WARNING: CPU: 1 PID: 529 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.673863] Modules linked in: [ 55.673868] CPU: 1 PID: 529 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.673870] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.673880] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.673890] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.673898] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.673905] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.673912] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.673918] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.673925] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.673932] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.673940] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.673943] ---[ end trace 6dd7907bd0838b3e ]--- [ 55.675153] ------------[ cut here ]------------ [ 55.675161] WARNING: CPU: 1 PID: 530 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.675164] Modules linked in: [ 55.675169] CPU: 1 PID: 530 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.675171] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.675181] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.675190] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.675198] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.675205] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.675212] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.675219] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.675225] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.675231] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.675236] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.675242] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.675248] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.675254] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.675257] ---[ end trace 6dd7907bd0838b3f ]--- [ 55.676737] ------------[ cut here ]------------ [ 55.676745] WARNING: CPU: 1 PID: 530 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.676749] Modules linked in: [ 55.676754] CPU: 1 PID: 530 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.676756] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.676766] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.676776] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.676784] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.676791] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.676798] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.676805] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.676811] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.676818] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.676826] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.676829] ---[ end trace 6dd7907bd0838b40 ]--- [ 55.677595] ------------[ cut here ]------------ [ 55.677604] WARNING: CPU: 1 PID: 497 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.677606] Modules linked in: [ 55.677611] CPU: 1 PID: 497 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.677614] Hardware name: Generic DRA74X (Flattened Device Tree) [ 55.677624] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.677633] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.677641] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.677647] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.677655] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.677662] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.677669] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.677676] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.677683] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.677686] ---[ end trace 6dd7907bd0838b41 ]--- [ 67.616398] ------------[ cut here ]------------ [ 67.621258] WARNING: CPU: 0 PID: 73 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.628743] Modules linked in: [ 67.631945] CPU: 0 PID: 73 Comm: psplash Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.642793] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.649201] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.657330] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.664916] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.673411] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.682633] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.691036] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.698070] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.705107] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.712685] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.720992] ---[ end trace 6dd7907bd0838b42 ]--- [ 67.747133] ------------[ cut here ]------------ [ 67.751246] ------------[ cut here ]------------ [ 67.751261] WARNING: CPU: 1 PID: 535 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.751266] Modules linked in: [ 67.751272] CPU: 1 PID: 535 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.751275] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.751292] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.751303] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.751314] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.751321] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.751329] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.751337] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.751344] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.751352] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.751358] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.751364] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 67.751370] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 67.751376] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.751382] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.751389] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.751393] ---[ end trace 6dd7907bd0838b43 ]--- [ 67.753890] ------------[ cut here ]------------ [ 67.753900] WARNING: CPU: 1 PID: 537 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.753903] Modules linked in: [ 67.753908] CPU: 1 PID: 537 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.753911] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.753922] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.753932] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.753941] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.753948] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.753956] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.753963] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.753969] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.753976] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.753981] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.753987] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 67.753992] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 67.753997] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.754003] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.754010] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.754013] ---[ end trace 6dd7907bd0838b44 ]--- [ 67.758879] ------------[ cut here ]------------ [ 67.758889] WARNING: CPU: 1 PID: 533 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.758893] Modules linked in: [ 67.758899] CPU: 1 PID: 533 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.758901] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.758918] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.758929] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.758938] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.758945] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.758952] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.758960] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.758965] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.758971] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.758978] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.758983] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 67.758988] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 67.758994] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.759000] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.759006] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.759010] ---[ end trace 6dd7907bd0838b45 ]--- [ 67.763645] ------------[ cut here ]------------ [ 67.763656] WARNING: CPU: 1 PID: 532 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.763660] Modules linked in: [ 67.763665] CPU: 1 PID: 532 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.763668] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.763681] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.763692] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.763701] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.763708] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.763715] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.763723] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.763729] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.763736] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.763742] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.763748] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 67.763753] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 67.763759] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.763765] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.763771] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.763774] ---[ end trace 6dd7907bd0838b46 ]--- [ 67.770842] ------------[ cut here ]------------ [ 67.770853] WARNING: CPU: 1 PID: 540 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.770856] Modules linked in: [ 67.770861] CPU: 1 PID: 540 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.770864] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.770878] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.770888] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.770898] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.770905] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.770913] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.770920] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.770926] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.770933] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.770939] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.770945] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.770951] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.770957] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.770960] ---[ end trace 6dd7907bd0838b47 ]--- [ 67.773971] ------------[ cut here ]------------ [ 67.773981] WARNING: CPU: 1 PID: 541 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.773984] Modules linked in: [ 67.773990] CPU: 1 PID: 541 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.773992] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.774004] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.774014] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.774022] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.774029] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.774037] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.774044] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.774050] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.774056] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.774062] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.774068] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.774074] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.774080] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.774083] ---[ end trace 6dd7907bd0838b48 ]--- [ 67.775888] ------------[ cut here ]------------ [ 67.775897] WARNING: CPU: 1 PID: 539 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.775900] Modules linked in: [ 67.775905] CPU: 1 PID: 539 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.775908] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.775919] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.775929] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.775937] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.775943] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.775951] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.775957] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.775964] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.775970] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.775976] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.775982] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.775988] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.775994] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.775997] ---[ end trace 6dd7907bd0838b49 ]--- [ 67.778064] ------------[ cut here ]------------ [ 67.778072] WARNING: CPU: 1 PID: 539 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.778075] Modules linked in: [ 67.778080] CPU: 1 PID: 539 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.778082] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.778092] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.778101] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.778110] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.778117] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.778124] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.778131] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.778138] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.778145] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.778152] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.778155] ---[ end trace 6dd7907bd0838b4a ]--- [ 67.778359] ------------[ cut here ]------------ [ 67.778370] WARNING: CPU: 1 PID: 540 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.778373] Modules linked in: [ 67.778377] CPU: 1 PID: 540 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.778379] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.778389] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.778398] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.778405] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.778412] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.778419] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.778425] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.778432] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.778439] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.778446] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.778449] ---[ end trace 6dd7907bd0838b4b ]--- [ 67.781401] ------------[ cut here ]------------ [ 67.781410] WARNING: CPU: 1 PID: 541 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.781413] Modules linked in: [ 67.781418] CPU: 1 PID: 541 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.781420] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.781432] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.781442] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.781451] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.781457] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.781465] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.781472] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.781479] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.781486] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.781494] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.781497] ---[ end trace 6dd7907bd0838b4c ]--- [ 67.781940] ------------[ cut here ]------------ [ 67.781949] WARNING: CPU: 1 PID: 542 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.781952] Modules linked in: [ 67.781957] CPU: 1 PID: 542 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.781959] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.781969] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.781977] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.781985] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.781992] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.781999] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.782006] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.782012] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.782019] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.782025] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.782031] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.782037] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.782043] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.782046] ---[ end trace 6dd7907bd0838b4d ]--- [ 67.784885] ------------[ cut here ]------------ [ 67.784894] WARNING: CPU: 1 PID: 542 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.784898] Modules linked in: [ 67.784903] CPU: 1 PID: 542 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.784905] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.784916] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.784927] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.784935] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.784943] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.784950] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.784957] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.784965] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.784972] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.784979] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.784982] ---[ end trace 6dd7907bd0838b4e ]--- [ 67.787451] ------------[ cut here ]------------ [ 67.787459] WARNING: CPU: 1 PID: 543 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.787463] Modules linked in: [ 67.787467] CPU: 1 PID: 543 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.787470] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.787481] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.787491] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.787499] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.787506] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.787513] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.787521] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.787527] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.787533] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.787539] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.787544] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.787550] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.787556] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.787559] ---[ end trace 6dd7907bd0838b4f ]--- [ 67.789048] ------------[ cut here ]------------ [ 67.789055] WARNING: CPU: 1 PID: 544 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.789059] Modules linked in: [ 67.789064] CPU: 1 PID: 544 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.789066] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.789077] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.789086] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.789095] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.789102] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.789110] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.789116] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.789122] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.789128] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.789134] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.789140] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.789145] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.789152] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.789155] ---[ end trace 6dd7907bd0838b50 ]--- [ 67.791557] ------------[ cut here ]------------ [ 67.791566] WARNING: CPU: 1 PID: 545 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.791569] Modules linked in: [ 67.791574] CPU: 1 PID: 545 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.791576] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.791587] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.791597] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.791605] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.791612] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.791620] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.791626] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.791633] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.791639] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.791645] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.791651] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.791657] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.791663] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.791666] ---[ end trace 6dd7907bd0838b51 ]--- [ 67.795049] ------------[ cut here ]------------ [ 67.795058] WARNING: CPU: 1 PID: 546 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.795061] Modules linked in: [ 67.795066] CPU: 1 PID: 546 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.795068] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.795080] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.795089] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.795097] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.795105] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.795113] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.795119] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.795126] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.795132] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.795138] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.795144] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.795150] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.795156] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.795159] ---[ end trace 6dd7907bd0838b52 ]--- [ 67.796685] ------------[ cut here ]------------ [ 67.796694] WARNING: CPU: 1 PID: 543 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.796697] Modules linked in: [ 67.796702] CPU: 1 PID: 543 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.796704] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.796715] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.796725] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.796733] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.796740] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.796747] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.796753] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.796761] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.796769] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.796776] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.796780] ---[ end trace 6dd7907bd0838b53 ]--- [ 67.796980] ------------[ cut here ]------------ [ 67.796987] WARNING: CPU: 1 PID: 544 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.796990] Modules linked in: [ 67.796995] CPU: 1 PID: 544 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.796997] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.797007] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.797016] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.797023] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.797030] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.797037] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.797044] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.797050] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.797058] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.797065] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.797068] ---[ end trace 6dd7907bd0838b54 ]--- [ 67.797324] ------------[ cut here ]------------ [ 67.797332] WARNING: CPU: 1 PID: 545 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.797335] Modules linked in: [ 67.797339] CPU: 1 PID: 545 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.797341] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.797350] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.797360] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.797367] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.797374] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.797381] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.797388] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.797394] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.797401] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.797409] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.797412] ---[ end trace 6dd7907bd0838b55 ]--- [ 67.799181] ------------[ cut here ]------------ [ 67.799190] WARNING: CPU: 1 PID: 546 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.799193] Modules linked in: [ 67.799198] CPU: 1 PID: 546 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.799200] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.799211] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.799220] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.799228] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.799235] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.799243] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.799249] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.799256] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.799264] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.799271] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.799274] ---[ end trace 6dd7907bd0838b56 ]--- [ 67.800656] ------------[ cut here ]------------ [ 67.800664] WARNING: CPU: 1 PID: 547 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.800667] Modules linked in: [ 67.800672] CPU: 1 PID: 547 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.800674] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.800686] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.800695] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.800703] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.800710] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.800717] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.800724] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.800730] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.800736] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.800742] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.800747] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.800753] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.800760] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.800762] ---[ end trace 6dd7907bd0838b57 ]--- [ 67.803831] ------------[ cut here ]------------ [ 67.803841] WARNING: CPU: 1 PID: 548 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.803844] Modules linked in: [ 67.803850] CPU: 1 PID: 548 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.803852] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.803865] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.803875] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.803883] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.803891] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.803899] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.803905] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.803912] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.803918] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.803924] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.803930] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.803936] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.803941] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.803944] ---[ end trace 6dd7907bd0838b58 ]--- [ 67.806095] ------------[ cut here ]------------ [ 67.806103] WARNING: CPU: 1 PID: 548 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.806106] Modules linked in: [ 67.806111] CPU: 1 PID: 548 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.806114] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.806125] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.806134] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.806143] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.806150] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.806157] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.806164] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.806171] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.806178] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.806186] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.806189] ---[ end trace 6dd7907bd0838b59 ]--- [ 67.806691] ------------[ cut here ]------------ [ 67.806699] WARNING: CPU: 1 PID: 533 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.806702] Modules linked in: [ 67.806707] CPU: 1 PID: 533 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.806709] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.806720] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.806728] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.806736] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.806743] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.806750] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.806756] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.806763] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.806770] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.806777] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.806780] ---[ end trace 6dd7907bd0838b5a ]--- [ 67.808169] ------------[ cut here ]------------ [ 67.808177] WARNING: CPU: 1 PID: 549 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.808181] Modules linked in: [ 67.808185] CPU: 1 PID: 549 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.808188] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.808199] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.808208] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.808217] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.808224] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.808231] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.808238] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.808244] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.808250] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.808257] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.808263] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.808268] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.808274] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.808277] ---[ end trace 6dd7907bd0838b5b ]--- [ 67.810429] ------------[ cut here ]------------ [ 67.810438] WARNING: CPU: 1 PID: 549 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.810441] Modules linked in: [ 67.810446] CPU: 1 PID: 549 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.810449] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.810459] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.810468] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.810476] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.810483] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.810490] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.810498] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.810504] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.810511] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.810518] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.810521] ---[ end trace 6dd7907bd0838b5c ]--- [ 67.811022] ------------[ cut here ]------------ [ 67.811030] WARNING: CPU: 1 PID: 532 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.811033] Modules linked in: [ 67.811038] CPU: 1 PID: 532 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.811040] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.811050] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.811059] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.811066] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.811072] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.811079] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.811086] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.811093] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.811100] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.811107] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.811110] ---[ end trace 6dd7907bd0838b5d ]--- [ 67.812308] ------------[ cut here ]------------ [ 67.812316] WARNING: CPU: 1 PID: 550 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.812319] Modules linked in: [ 67.812325] CPU: 1 PID: 550 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.812327] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.812338] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.812347] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.812354] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.812361] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.812368] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.812375] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.812381] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.812387] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.812393] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.812399] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.812405] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.812411] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.812414] ---[ end trace 6dd7907bd0838b5e ]--- [ 67.813089] ------------[ cut here ]------------ [ 67.813097] WARNING: CPU: 1 PID: 547 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.813100] Modules linked in: [ 67.813105] CPU: 1 PID: 547 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.813107] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.813118] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.813126] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.813135] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.813141] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.813148] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.813156] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.813163] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.813170] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.813177] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.813180] ---[ end trace 6dd7907bd0838b5f ]--- [ 67.813681] ------------[ cut here ]------------ [ 67.813689] WARNING: CPU: 1 PID: 537 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.813692] Modules linked in: [ 67.813696] CPU: 1 PID: 537 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.813698] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.813708] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.813717] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.813725] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.813731] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.813738] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.813745] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.813751] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.813758] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.813765] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.813768] ---[ end trace 6dd7907bd0838b60 ]--- [ 67.815865] ------------[ cut here ]------------ [ 67.815874] WARNING: CPU: 1 PID: 550 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.815877] Modules linked in: [ 67.815882] CPU: 1 PID: 550 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.815884] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.815896] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.815906] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.815914] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.815921] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.815929] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.815936] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.815942] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.815949] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.815956] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.815959] ---[ end trace 6dd7907bd0838b61 ]--- [ 67.816487] ------------[ cut here ]------------ [ 67.816495] WARNING: CPU: 1 PID: 535 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.816498] Modules linked in: [ 67.816502] CPU: 1 PID: 535 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.816505] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.816514] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.816524] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.816532] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.816539] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.816546] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.816553] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.816559] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.816565] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.816573] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.816576] ---[ end trace 6dd7907bd0838b62 ]--- [ 67.817987] ------------[ cut here ]------------ [ 67.817996] WARNING: CPU: 1 PID: 536 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.817999] Modules linked in: [ 67.818004] CPU: 1 PID: 536 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.818007] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.818017] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.818026] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.818034] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.818041] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.818048] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.818055] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.818062] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.818068] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.818074] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.818079] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 67.818084] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 67.818089] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.818095] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.818104] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.818107] ---[ end trace 6dd7907bd0838b63 ]--- [ 67.819069] ------------[ cut here ]------------ [ 67.819078] WARNING: CPU: 1 PID: 538 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.819082] Modules linked in: [ 67.819087] CPU: 1 PID: 538 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.819089] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.819099] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.819109] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.819116] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.819123] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.819131] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.819137] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.819144] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.819150] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.819156] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.819161] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 67.819167] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 67.819172] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.819178] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.819184] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.819187] ---[ end trace 6dd7907bd0838b64 ]--- [ 67.827443] ------------[ cut here ]------------ [ 67.827454] WARNING: CPU: 1 PID: 551 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.827457] Modules linked in: [ 67.827463] CPU: 1 PID: 551 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.827465] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.827481] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.827493] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.827502] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.827509] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.827517] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.827524] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.827530] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.827538] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.827543] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.827549] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.827555] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.827562] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.827565] ---[ end trace 6dd7907bd0838b65 ]--- [ 67.829110] ------------[ cut here ]------------ [ 67.829119] WARNING: CPU: 1 PID: 551 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.829122] Modules linked in: [ 67.829127] CPU: 1 PID: 551 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.829129] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.829140] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.829150] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.829158] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.829165] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.829173] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.829180] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.829187] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.829195] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.829202] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.829205] ---[ end trace 6dd7907bd0838b66 ]--- [ 67.831822] ------------[ cut here ]------------ [ 67.831832] WARNING: CPU: 1 PID: 552 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.831835] Modules linked in: [ 67.831840] CPU: 1 PID: 552 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.831842] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.831852] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.831863] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.831871] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.831879] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.831886] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.831893] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.831900] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.831906] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.831913] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.831918] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.831924] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.831930] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.831933] ---[ end trace 6dd7907bd0838b67 ]--- [ 67.833412] ------------[ cut here ]------------ [ 67.833421] WARNING: CPU: 1 PID: 552 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.833424] Modules linked in: [ 67.833429] CPU: 1 PID: 552 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.833431] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.833441] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.833450] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.833458] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.833465] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.833472] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.833479] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.833486] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.833493] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.833500] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.833503] ---[ end trace 6dd7907bd0838b68 ]--- [ 67.836007] ------------[ cut here ]------------ [ 67.836016] WARNING: CPU: 1 PID: 553 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.836020] Modules linked in: [ 67.836024] CPU: 1 PID: 553 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.836026] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.836038] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.836048] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.836056] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.836063] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.836070] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.836076] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.836083] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.836089] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.836095] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.836101] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.836106] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.836113] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.836116] ---[ end trace 6dd7907bd0838b69 ]--- [ 67.837612] ------------[ cut here ]------------ [ 67.837621] WARNING: CPU: 1 PID: 553 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.837624] Modules linked in: [ 67.837629] CPU: 1 PID: 553 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.837631] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.837643] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.837652] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.837660] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.837667] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.837674] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.837681] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.837687] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.837695] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.837702] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.837705] ---[ end trace 6dd7907bd0838b6a ]--- [ 67.839403] ------------[ cut here ]------------ [ 67.839411] WARNING: CPU: 1 PID: 554 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.839414] Modules linked in: [ 67.839419] CPU: 1 PID: 554 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.839422] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.839432] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.839441] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.839449] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.839456] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.839463] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.839470] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.839476] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.839483] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.839489] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.839494] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.839500] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.839506] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.839509] ---[ end trace 6dd7907bd0838b6b ]--- [ 67.840948] ------------[ cut here ]------------ [ 67.840955] WARNING: CPU: 1 PID: 554 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.840958] Modules linked in: [ 67.840963] CPU: 1 PID: 554 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.840965] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.840976] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.840986] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.840994] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.841001] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.841008] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.841015] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.841022] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.841029] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.841037] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.841040] ---[ end trace 6dd7907bd0838b6c ]--- [ 67.841928] ------------[ cut here ]------------ [ 67.841936] WARNING: CPU: 1 PID: 555 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.841939] Modules linked in: [ 67.841944] CPU: 1 PID: 555 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.841945] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.841955] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.841964] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.841972] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.841979] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.841986] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.841993] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.841999] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.842005] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.842010] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.842016] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.842022] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.842028] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.842031] ---[ end trace 6dd7907bd0838b6d ]--- [ 67.844712] ------------[ cut here ]------------ [ 67.844721] WARNING: CPU: 1 PID: 555 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.844724] Modules linked in: [ 67.844729] CPU: 1 PID: 555 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.844731] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.844744] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.844753] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.844763] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.844770] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.844778] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.844785] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.844792] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.844799] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.844807] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.844810] ---[ end trace 6dd7907bd0838b6e ]--- [ 67.845280] ------------[ cut here ]------------ [ 67.845288] WARNING: CPU: 1 PID: 538 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.845291] Modules linked in: [ 67.845296] CPU: 1 PID: 538 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.845298] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.845308] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.845317] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.845325] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.845333] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.845340] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.845347] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.845353] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.845360] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.845367] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.845370] ---[ end trace 6dd7907bd0838b6f ]--- [ 67.846593] ------------[ cut here ]------------ [ 67.846601] WARNING: CPU: 1 PID: 556 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.846605] Modules linked in: [ 67.846609] CPU: 1 PID: 556 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.846611] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.846623] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.846632] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.846640] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.846647] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.846654] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.846661] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.846668] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.846674] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.846680] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.846686] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.846692] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.846698] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.846701] ---[ end trace 6dd7907bd0838b70 ]--- [ 67.848908] ------------[ cut here ]------------ [ 67.848917] WARNING: CPU: 1 PID: 556 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.848921] Modules linked in: [ 67.848926] CPU: 1 PID: 556 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.848928] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.848940] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.848949] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.848957] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.848964] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.848972] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.848979] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.848986] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.848993] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.849000] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.849004] ---[ end trace 6dd7907bd0838b71 ]--- [ 67.849489] ------------[ cut here ]------------ [ 67.849497] WARNING: CPU: 1 PID: 536 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.849500] Modules linked in: [ 67.849505] CPU: 1 PID: 536 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.849507] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.849517] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.849526] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.849534] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.849541] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.849549] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.849555] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.849562] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.849569] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.849576] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.849579] ---[ end trace 6dd7907bd0838b72 ]--- [ 67.850944] ------------[ cut here ]------------ [ 67.850953] WARNING: CPU: 1 PID: 534 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.850957] Modules linked in: [ 67.850962] CPU: 1 PID: 534 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.850964] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.850974] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.850984] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.850992] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.850999] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.851006] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.851013] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.851019] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.851026] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.851031] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.851037] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 67.851042] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 67.851048] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.851054] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.851060] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.851063] ---[ end trace 6dd7907bd0838b73 ]--- [ 67.855862] ------------[ cut here ]------------ [ 67.855873] WARNING: CPU: 1 PID: 557 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.855878] Modules linked in: [ 67.855883] CPU: 1 PID: 557 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.855886] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.855898] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.855909] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.855917] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.855924] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.855932] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.855939] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.855945] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.855952] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.855958] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.855964] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.855969] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.855975] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.855978] ---[ end trace 6dd7907bd0838b74 ]--- [ 67.857460] ------------[ cut here ]------------ [ 67.857469] WARNING: CPU: 1 PID: 557 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.857473] Modules linked in: [ 67.857478] CPU: 1 PID: 557 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.857480] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.857491] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.857500] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.857508] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.857514] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.857522] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.857529] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.857537] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.857544] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.857552] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.857555] ---[ end trace 6dd7907bd0838b75 ]--- [ 67.860147] ------------[ cut here ]------------ [ 67.860156] WARNING: CPU: 1 PID: 558 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.860160] Modules linked in: [ 67.860165] CPU: 1 PID: 558 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.860168] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.860180] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.860189] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.860197] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.860203] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.860211] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.860218] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.860224] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.860230] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.860235] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.860241] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.860246] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.860253] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.860256] ---[ end trace 6dd7907bd0838b76 ]--- [ 67.861724] ------------[ cut here ]------------ [ 67.861732] WARNING: CPU: 1 PID: 558 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.861736] Modules linked in: [ 67.861741] CPU: 1 PID: 558 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.861743] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.861755] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.861764] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.861772] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.861779] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.861786] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.861792] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.861799] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.861806] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.861813] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.861817] ---[ end trace 6dd7907bd0838b77 ]--- [ 67.863216] ------------[ cut here ]------------ [ 67.863224] WARNING: CPU: 1 PID: 559 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.863227] Modules linked in: [ 67.863232] CPU: 1 PID: 559 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.863234] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.863244] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.863253] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.863261] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.863267] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.863275] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.863281] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.863287] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.863293] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.863299] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.863304] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.863310] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.863316] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.863319] ---[ end trace 6dd7907bd0838b78 ]--- [ 67.865570] ------------[ cut here ]------------ [ 67.865578] WARNING: CPU: 1 PID: 559 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.865582] Modules linked in: [ 67.865587] CPU: 1 PID: 559 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.865589] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.865600] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.865610] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.865618] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.865625] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.865632] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.865639] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.865646] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.865653] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.865661] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.865664] ---[ end trace 6dd7907bd0838b79 ]--- [ 67.866136] ------------[ cut here ]------------ [ 67.866144] WARNING: CPU: 1 PID: 534 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.866147] Modules linked in: [ 67.866151] CPU: 1 PID: 534 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.866153] Hardware name: Generic DRA74X (Flattened Device Tree) [ 67.866163] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.866172] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.866180] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.866186] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.866193] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.866200] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.866206] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.866214] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.866221] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.866224] ---[ end trace 6dd7907bd0838b7a ]--- [ 74.791612] WARNING: CPU: 0 PID: 531 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 74.799185] Modules linked in: [ 74.802387] CPU: 0 PID: 531 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 74.813153] Hardware name: Generic DRA74X (Flattened Device Tree) [ 74.819557] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 74.827688] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 74.835270] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 74.843756] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 74.852970] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 74.861369] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 74.868407] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 74.876080] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 74.884756] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 74.893882] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 74.902740] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 74.911502] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 74.920995] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 74.929219] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 74.937161] ---[ end trace 6dd7907bd0838b7b ]--- [ 74.946427] ------------[ cut here ]------------ [ 74.951290] WARNING: CPU: 0 PID: 560 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 74.958859] Modules linked in: [ 74.962065] CPU: 0 PID: 560 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 74.973096] Hardware name: Generic DRA74X (Flattened Device Tree) [ 74.979493] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 74.987620] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 74.995205] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.003699] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.012914] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.021314] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.028347] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 75.036022] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 75.044696] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 75.053821] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 75.063319] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 75.071530] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 75.079470] ---[ end trace 6dd7907bd0838b7c ]--- [ 75.085563] ------------[ cut here ]------------ [ 75.090421] WARNING: CPU: 0 PID: 560 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.097994] Modules linked in: [ 75.101199] CPU: 0 PID: 560 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.111870] Hardware name: Generic DRA74X (Flattened Device Tree) [ 75.118272] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.126405] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.133986] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.142475] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.151700] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.160104] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.167139] [] (mmput) from [] (do_exit+0x288/0x914) [ 75.174173] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 75.181757] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 75.190063] ---[ end trace 6dd7907bd0838b7d ]--- [ 75.197036] ------------[ cut here ]------------ [ 75.201892] WARNING: CPU: 0 PID: 561 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.209471] Modules linked in: [ 75.212677] CPU: 0 PID: 561 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.223716] Hardware name: Generic DRA74X (Flattened Device Tree) [ 75.230116] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.238244] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.245828] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.254326] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.263547] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.271945] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.278981] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 75.286656] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 75.295330] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 75.304464] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 75.313961] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 75.322180] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 75.330120] ---[ end trace 6dd7907bd0838b7e ]--- [ 75.336299] ------------[ cut here ]------------ [ 75.341184] WARNING: CPU: 0 PID: 561 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.348762] Modules linked in: [ 75.351965] CPU: 0 PID: 561 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.362639] Hardware name: Generic DRA74X (Flattened Device Tree) [ 75.369041] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.377168] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.384745] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.393238] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.402458] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.410854] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.417888] [] (mmput) from [] (do_exit+0x288/0x914) [ 75.424918] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 75.432497] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 75.440792] ---[ end trace 6dd7907bd0838b7f ]--- [ 75.446758] ------------[ cut here ]------------ [ 75.451619] WARNING: CPU: 0 PID: 562 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.459193] Modules linked in: [ 75.462398] CPU: 0 PID: 562 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.473438] Hardware name: Generic DRA74X (Flattened Device Tree) [ 75.479840] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.487971] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.495551] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.504041] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.513260] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.521663] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.528699] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 75.536366] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 75.545039] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 75.554163] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 75.563656] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 75.571874] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 75.579813] ---[ end trace 6dd7907bd0838b80 ]--- [ 75.586661] ------------[ cut here ]------------ [ 75.591547] WARNING: CPU: 0 PID: 562 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.599119] Modules linked in: [ 75.602324] CPU: 0 PID: 562 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.613187] Hardware name: Generic DRA74X (Flattened Device Tree) [ 75.619588] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.627717] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.635302] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.643794] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.653010] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.661406] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.668438] [] (mmput) from [] (do_exit+0x288/0x914) [ 75.675469] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 75.683054] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 75.691357] ---[ end trace 6dd7907bd0838b81 ]--- [ 75.696602] ------------[ cut here ]------------ [ 75.701464] WARNING: CPU: 1 PID: 531 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.709043] Modules linked in: [ 75.712246] CPU: 1 PID: 531 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.723286] Hardware name: Generic DRA74X (Flattened Device Tree) [ 75.729692] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.737823] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.745408] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.753898] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.763121] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.771517] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.778546] [] (mmput) from [] (do_exit+0x288/0x914) [ 75.785582] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 75.793168] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 75.801477] ---[ end trace 6dd7907bd0838b82 ]--- [ 75.807299] ------------[ cut here ]------------ [ 75.812158] WARNING: CPU: 1 PID: 141 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.819734] Modules linked in: [ 75.822949] CPU: 1 PID: 141 Comm: udevadm Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.833904] Hardware name: Generic DRA74X (Flattened Device Tree) [ 75.840306] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.848439] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.856021] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.864520] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.873743] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.882140] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.889174] [] (mmput) from [] (do_exit+0x288/0x914) [ 75.896210] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 75.903794] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 75.912102] ---[ end trace 6dd7907bd0838b83 ]--- [ 75.917505] ------------[ cut here ]------------ [ 75.922363] WARNING: CPU: 1 PID: 85 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.929848] Modules linked in: [ 75.933054] CPU: 1 PID: 85 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.943917] Hardware name: Generic DRA74X (Flattened Device Tree) [ 75.950314] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.958445] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.966029] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.974527] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.983748] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.992148] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.999185] [] (mmput) from [] (do_exit+0x288/0x914) [ 76.006218] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 76.013806] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 76.022112] ---[ end trace 6dd7907bd0838b84 ]--- [ 76.031253] ------------[ cut here ]------------ [ 76.036114] WARNING: CPU: 0 PID: 565 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.043695] Modules linked in: [ 76.046899] CPU: 0 PID: 565 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.057387] Hardware name: Generic DRA74X (Flattened Device Tree) [ 76.063790] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.071922] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.079505] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.087995] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.097214] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.105616] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.112649] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 76.120322] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 76.129007] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 76.138135] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 76.147627] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 76.155846] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 76.163789] ---[ end trace 6dd7907bd0838b85 ]--- [ 76.169894] ------------[ cut here ]------------ [ 76.174757] WARNING: CPU: 1 PID: 565 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.182344] Modules linked in: [ 76.185568] CPU: 1 PID: 565 Comm: uname Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.196345] Hardware name: Generic DRA74X (Flattened Device Tree) [ 76.202758] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.210894] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.218478] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.226973] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.236204] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.244611] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.251650] [] (mmput) from [] (do_exit+0x288/0x914) [ 76.258690] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 76.266277] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 76.274580] ---[ end trace 6dd7907bd0838b86 ]--- [ 76.284258] ------------[ cut here ]------------ [ 76.289124] WARNING: CPU: 0 PID: 564 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.296701] Modules linked in: [ 76.299913] CPU: 0 PID: 564 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.310405] Hardware name: Generic DRA74X (Flattened Device Tree) [ 76.316802] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.324931] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.332518] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.341010] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.350230] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.358627] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.365660] [] (mmput) from [] (do_exit+0x288/0x914) [ 76.372696] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 76.380281] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 76.388586] ---[ end trace 6dd7907bd0838b87 ]--- [ 76.394474] ------------[ cut here ]------------ [ 76.399333] WARNING: CPU: 1 PID: 566 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.406914] Modules linked in: [ 76.410126] CPU: 1 PID: 566 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.420620] Hardware name: Generic DRA74X (Flattened Device Tree) [ 76.427019] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.435147] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.442729] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.451222] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.460446] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.468851] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.475882] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 76.483552] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 76.492227] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 76.501355] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 76.510851] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 76.519073] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 76.527026] ---[ end trace 6dd7907bd0838b88 ]--- depmod: ERROR: could not open directory /lib/modules/3.19.0-rc5-[ 76.535390] ------------[ cut here ]------------ next-20150123-00002-g668191ac684c: No such file [ 76.543648] WARNING: CPU: 1 PID: 566 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() or directory depmod: WARNING: -e needs -E or -F[ 76.555389] Modules linked in: depmod: ERROR: could not open directory /lib/m odules/3.19.0-rc5-next-20150123-00002-g668191ac6[ 76.566963] CPU: 1 PID: 566 Comm: depmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 84c: No such file or directory depmod: FATAL: c[ 76.581993] Hardware name: Generic DRA74X (Flattened Device Tree) ould not search modules: No such file or directo[ 76.592573] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.604863] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.612776] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.621270] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.630490] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.638888] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.645927] [] (mmput) from [] (do_exit+0x288/0x914) [ 76.652968] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 76.660551] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 76.668863] ---[ end trace 6dd7907bd0838b89 ]--- [ 76.676836] ------------[ cut here ]------------ [ 76.681723] WARNING: CPU: 1 PID: 569 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.689303] Modules linked in: [ 76.692511] CPU: 1 PID: 569 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.703008] Hardware name: Generic DRA74X (Flattened Device Tree) [ 76.709409] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.717541] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.725124] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.733617] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.742841] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.751245] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.758275] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 76.765945] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 76.774623] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 76.783759] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 76.793258] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 76.801478] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 76.809417] ---[ end trace 6dd7907bd0838b8a ]--- [ 76.816380] ------------[ cut here ]------------ [ 76.818344] ------------[ cut here ]------------ [ 76.818353] WARNING: CPU: 1 PID: 571 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.818357] Modules linked in: [ 76.818362] CPU: 1 PID: 571 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.818364] Hardware name: Generic DRA74X (Flattened Device Tree) [ 76.818378] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.818387] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.818395] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.818402] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.818409] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.818416] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.818423] [] (mmput) from [] (do_exit+0x288/0x914) [ 76.818430] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 76.818437] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 76.818440] ---[ end trace 6dd7907bd0838b8b ]--- [ 76.819524] ------------[ cut here ]------------ [ 76.819532] WARNING: CPU: 1 PID: 572 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.819535] Modules linked in: [ 76.819540] CPU: 1 PID: 572 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.819542] Hardware name: Generic DRA74X (Flattened Device Tree) [ 76.819551] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.819560] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.819568] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.819575] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.819582] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.819588] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.819595] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 76.819601] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 76.819607] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 76.819613] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 76.819618] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 76.819625] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 76.819628] ---[ end trace 6dd7907bd0838b8c ]--- [ 76.820922] ------------[ cut here ]------------ [ 76.820931] WARNING: CPU: 1 PID: 572 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.820934] Modules linked in: [ 76.820939] CPU: 1 PID: 572 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.820941] Hardware name: Generic DRA74X (Flattened Device Tree) [ 76.820952] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.820961] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.820969] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.820975] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.820983] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.820991] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.820998] [] (mmput) from [] (do_exit+0x288/0x914) [ 76.821005] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 76.821013] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 76.821016] ---[ end trace 6dd7907bd0838b8d ]--- [ 76.821654] ------------[ cut here ]------------ [ 76.821662] WARNING: CPU: 1 PID: 570 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.821665] Modules linked in: [ 76.821670] CPU: 1 PID: 570 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.821672] Hardware name: Generic DRA74X (Flattened Device Tree) [ 76.821682] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.821691] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.821698] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.821705] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.821712] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.821719] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.821726] [] (mmput) from [] (do_exit+0x288/0x914) [ 76.821733] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 76.821740] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 76.821743] ---[ end trace 6dd7907bd0838b8e ]--- [ 76.829353] ------------[ cut here ]------------ [ 76.829362] WARNING: CPU: 1 PID: 573 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.829365] Modules linked in: [ 76.829370] CPU: 1 PID: 573 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.829372] Hardware name: Generic DRA74X (Flattened Device Tree) [ 76.829383] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.829392] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.829400] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.829406] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.829414] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.829421] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.829427] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 76.829434] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 76.829439] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 76.829445] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 76.829451] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 76.829457] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 76.829460] ---[ end trace 6dd7907bd0838b8f ]--- [ 76.831213] ------------[ cut here ]------------ [ 76.831221] WARNING: CPU: 1 PID: 573 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.831225] Modules linked in: [ 76.831229] CPU: 1 PID: 573 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.831232] Hardware name: Generic DRA74X (Flattened Device Tree) [ 76.831243] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.831253] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.831261] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.831267] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.831275] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.831282] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.831289] [] (mmput) from [] (do_exit+0x288/0x914) [ 76.831296] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 76.831304] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 76.831307] ---[ end trace 6dd7907bd0838b90 ]--- [ 77.532465] WARNING: CPU: 0 PID: 569 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 77.540039] Modules linked in: [ 77.543251] CPU: 0 PID: 569 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 77.553827] Hardware name: Generic DRA74X (Flattened Device Tree) [ 77.560227] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 77.568360] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 77.575943] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 77.584438] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 77.593666] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 77.602072] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 77.609108] [] (mmput) from [] (do_exit+0x288/0x914) [ 77.616145] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 77.623729] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 77.632029] ---[ end trace 6dd7907bd0838b91 ]--- [ 77.637396] ------------[ cut here ]------------ [ 77.642257] WARNING: CPU: 1 PID: 567 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 77.649851] Modules linked in: [ 77.653069] CPU: 1 PID: 567 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 77.663569] Hardware name: Generic DRA74X (Flattened Device Tree) [ 77.669972] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 77.678112] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 77.685707] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 77.694206] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 77.703439] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 77.711842] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 77.718878] [] (mmput) from [] (do_exit+0x288/0x914) [ 77.725916] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 77.733498] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 77.741807] ---[ end trace 6dd7907bd0838b92 ]--- [ 77.747081] ------------[ cut here ]------------ [ 77.751935] WARNING: CPU: 0 PID: 568 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 77.759521] Modules linked in: [ 77.762725] CPU: 0 PID: 568 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 77.773219] Hardware name: Generic DRA74X (Flattened Device Tree) [ 77.779629] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 77.787760] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 77.795349] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 77.803847] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 77.813068] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 77.821468] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 77.828501] [] (mmput) from [] (do_exit+0x288/0x914) [ 77.835534] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 77.843118] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 77.851423] ---[ end trace 6dd7907bd0838b93 ]--- [ 77.856788] ------------[ cut here ]------------ [ 77.861647] WARNING: CPU: 1 PID: 563 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 77.869226] Modules linked in: [ 77.872432] CPU: 1 PID: 563 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 77.882916] Hardware name: Generic DRA74X (Flattened Device Tree) [ 77.889314] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 77.897447] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 77.905031] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 77.913523] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 77.922751] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 77.931150] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 77.938189] [] (mmput) from [] (do_exit+0x288/0x914) [ 77.945222] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 77.952804] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 77.961115] ---[ end trace 6dd7907bd0838b94 ]--- [ 77.968522] ------------[ cut here ]------------ [ 77.973378] WARNING: CPU: 0 PID: 574 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 77.980958] Modules linked in: [ 77.984168] CPU: 0 PID: 574 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 77.994660] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.001060] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.009192] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.016773] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.025262] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.034477] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.042872] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.049909] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.056943] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.064524] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.072834] ---[ end trace 6dd7907bd0838b95 ]--- [ 78.083278] ------------[ cut here ]------------ [ 78.088138] WARNING: CPU: 1 PID: 576 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.095717] Modules linked in: [ 78.098929] CPU: 1 PID: 576 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.109422] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.115824] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.123957] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.131546] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.140042] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.149263] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.157662] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.164697] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 78.172370] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 78.181047] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 78.190177] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 78.199669] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 78.207888] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 78.215830] ---[ end trace 6dd7907bd0838b96 ]--- [ 78.221907] ------------[ cut here ]------------ [ 78.226765] WARNING: CPU: 1 PID: 576 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.234343] Modules linked in: [ 78.237549] CPU: 1 PID: 576 Comm: swapon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.248413] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.254815] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.262947] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.270534] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.279026] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.288253] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.296657] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.303693] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.310724] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.318310] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.326616] ---[ end trace 6dd7907bd0838b97 ]--- [ 78.335050] ------------[ cut here ]------------ [ 78.339921] WARNING: CPU: 0 PID: 577 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.347503] Modules linked in: [ 78.350713] CPU: 0 PID: 577 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.361206] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.367608] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.375745] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.383328] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.391820] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.401036] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.409435] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.416470] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 78.424146] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 78.432820] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 78.441949] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 78.451444] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 78.459659] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 78.467597] ---[ end trace 6dd7907bd0838b98 ]--- [ 78.474113] EXT4-fs (mmcblk1p2): re-mounted. Opts: data=ordered [ 78.480451] ------------[ cut here ]------------ [ 78.485304] WARNING: CPU: 0 PID: 577 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.492884] Modules linked in: [ 78.496095] CPU: 0 PID: 577 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.506862] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.513262] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.521396] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.528985] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.537478] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.546695] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.555099] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.562132] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.569159] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.576744] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.585055] ---[ end trace 6dd7907bd0838b99 ]--- [ 78.590946] ------------[ cut here ]------------ [ 78.595807] WARNING: CPU: 1 PID: 578 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.603383] Modules linked in: [ 78.606589] CPU: 1 PID: 578 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.617082] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.623482] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.631610] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.639197] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.647692] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.656918] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.665320] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.672359] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 78.680031] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 78.688710] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 78.697840] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 78.707329] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 78.715548] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 78.723487] ---[ end trace 6dd7907bd0838b9a ]--- [ 78.729512] ------------[ cut here ]------------ [ 78.734368] WARNING: CPU: 1 PID: 578 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.741941] Modules linked in: [ 78.745155] CPU: 1 PID: 578 Comm: ln Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.755650] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.762048] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.770181] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.777769] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.786261] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.795482] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.803887] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.810927] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.818156] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.824039] ------------[ cut here ]------------ [ 78.824050] WARNING: CPU: 0 PID: 136 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.824053] Modules linked in: [ 78.841363] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.849676] ---[ end trace 6dd7907bd0838b9b ]--- [ 78.849681] CPU: 0 PID: 136 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.849685] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.849698] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.849708] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.849717] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.849724] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.849732] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.849739] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.849747] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.849755] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.849762] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.849765] ---[ end trace 6dd7907bd0838b9c ]--- [ 78.850650] ------------[ cut here ]------------ [ 78.850658] WARNING: CPU: 0 PID: 135 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() ** 26 printk messages dropped ** [ 78.851681] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) ** 179 printk messages dropped ** [ 78.863452] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) ** 164 printk messages dropped ** [ 78.874362] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) ** 179 printk messages dropped ** [ 78.886925] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) ** 179 printk messages dropped ** [ 78.898786] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) ** 179 printk messages dropped ** [ 78.910693] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) ** 164 printk messages dropped ** [ 78.921822] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) ** 164 printk messages dropped ** [ 78.933001] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.933004] ---[ end trace 6dd7907bd0838bef ]--- [ 78.933935] ------------[ cut here ]------------ [ 78.933942] WARNING: CPU: 0 PID: 237 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.933945] Modules linked in: [ 78.933950] CPU: 0 PID: 237 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.933952] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.933961] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.933970] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.933978] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.933984] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.933991] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.933998] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.934005] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.934012] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.934018] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.934022] ---[ end trace 6dd7907bd0838bf0 ]--- [ 78.934904] ------------[ cut here ]------------ [ 78.934912] WARNING: CPU: 0 PID: 236 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.934915] Modules linked in: [ 78.934919] CPU: 0 PID: 236 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.934921] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.934930] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.934939] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.934947] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.934954] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.934961] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.934968] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.934974] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.934982] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.934989] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.934992] ---[ end trace 6dd7907bd0838bf1 ]--- [ 78.935851] ------------[ cut here ]------------ [ 78.935860] WARNING: CPU: 0 PID: 235 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.935863] Modules linked in: [ 78.935868] CPU: 0 PID: 235 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.935869] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.935879] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.935888] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.935896] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.935903] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.935910] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.935917] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.935924] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.935930] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.935938] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.935941] ---[ end trace 6dd7907bd0838bf2 ]--- [ 78.936829] ------------[ cut here ]------------ [ 78.936837] WARNING: CPU: 0 PID: 234 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.936841] Modules linked in: [ 78.936845] CPU: 0 PID: 234 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.936847] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.936856] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.936865] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.936873] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.936880] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.936887] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.936893] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.936900] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.936907] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.936914] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.936917] ---[ end trace 6dd7907bd0838bf3 ]--- [ 78.937875] ------------[ cut here ]------------ [ 78.937882] WARNING: CPU: 0 PID: 226 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.937885] Modules linked in: [ 78.937890] CPU: 0 PID: 226 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.937892] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.937913] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.937922] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.937930] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.937937] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.937944] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.937951] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.937958] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.937965] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.937972] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.937976] ---[ end trace 6dd7907bd0838bf4 ]--- [ 78.938913] ------------[ cut here ]------------ [ 78.938921] WARNING: CPU: 0 PID: 225 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.938924] Modules linked in: [ 78.938928] CPU: 0 PID: 225 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.938930] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.938940] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.938948] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.938956] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.938963] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.938970] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.938977] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.938984] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.938991] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.938998] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.939001] ---[ end trace 6dd7907bd0838bf5 ]--- [ 78.939935] ------------[ cut here ]------------ [ 78.939943] WARNING: CPU: 0 PID: 224 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.939946] Modules linked in: [ 78.939950] CPU: 0 PID: 224 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.939952] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.939962] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.939971] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.939979] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.939985] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.939992] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.939999] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.940006] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.940013] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.940020] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.940023] ---[ end trace 6dd7907bd0838bf6 ]--- [ 78.940939] ------------[ cut here ]------------ [ 78.940946] WARNING: CPU: 0 PID: 223 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.940949] Modules linked in: [ 78.940953] CPU: 0 PID: 223 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.940955] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.940964] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.940973] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.940981] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.940987] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.940994] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.941001] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.941007] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.941013] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.941021] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.941023] ---[ end trace 6dd7907bd0838bf7 ]--- [ 78.941980] ------------[ cut here ]------------ [ 78.941987] WARNING: CPU: 0 PID: 211 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.941990] Modules linked in: [ 78.941995] CPU: 0 PID: 211 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.941997] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.942006] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.942015] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.942022] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.942029] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.942036] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.942042] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.942048] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.942055] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.942062] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.942065] ---[ end trace 6dd7907bd0838bf8 ]--- [ 78.943000] ------------[ cut here ]------------ [ 78.943007] WARNING: CPU: 0 PID: 210 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.943010] Modules linked in: [ 78.943015] CPU: 0 PID: 210 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.943017] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.943027] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.943035] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.943043] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.943050] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.943057] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.943063] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.943070] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.943077] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.943084] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.943087] ---[ end trace 6dd7907bd0838bf9 ]--- [ 78.944453] ------------[ cut here ]------------ [ 78.944462] WARNING: CPU: 0 PID: 209 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.944465] Modules linked in: [ 78.944469] CPU: 0 PID: 209 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.944471] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.944481] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.944491] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.944498] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.944505] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.944511] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.944518] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.944525] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.944532] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.944539] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.944542] ---[ end trace 6dd7907bd0838bfa ]--- [ 78.945484] ------------[ cut here ]------------ [ 78.945492] WARNING: CPU: 0 PID: 208 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.945495] Modules linked in: [ 78.945500] CPU: 0 PID: 208 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.945501] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.945512] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.945521] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.945528] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.945535] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.945542] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.945548] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.945555] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.945562] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.945569] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.945572] ---[ end trace 6dd7907bd0838bfb ]--- [ 78.946706] ------------[ cut here ]------------ [ 78.946715] WARNING: CPU: 0 PID: 313 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.946717] Modules linked in: [ 78.946722] CPU: 0 PID: 313 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.946724] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.946735] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.946745] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.946753] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.946760] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.946767] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.946773] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.946780] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.946787] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.946794] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.946797] ---[ end trace 6dd7907bd0838bfc ]--- [ 78.947669] ------------[ cut here ]------------ [ 78.947677] WARNING: CPU: 0 PID: 312 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.947680] Modules linked in: [ 78.947685] CPU: 0 PID: 312 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.947687] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.947697] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.947705] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.947713] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.947720] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.947727] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.947733] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.947740] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.947746] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.947754] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.947757] ---[ end trace 6dd7907bd0838bfd ]--- [ 78.948563] ------------[ cut here ]------------ [ 78.948571] WARNING: CPU: 0 PID: 311 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.948573] Modules linked in: [ 78.948578] CPU: 0 PID: 311 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.948580] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.948589] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.948599] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.948607] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.948613] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.948620] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.948627] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.948634] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.948640] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.948648] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.948651] ---[ end trace 6dd7907bd0838bfe ]--- [ 78.949425] ------------[ cut here ]------------ [ 78.949432] WARNING: CPU: 0 PID: 310 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.949435] Modules linked in: [ 78.949440] CPU: 0 PID: 310 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.949442] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.949451] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.949460] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.949468] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.949475] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.949482] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.949489] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.949495] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.949502] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.949510] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.949513] ---[ end trace 6dd7907bd0838bff ]--- [ 78.950333] ------------[ cut here ]------------ [ 78.950341] WARNING: CPU: 0 PID: 309 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.950344] Modules linked in: [ 78.950349] CPU: 0 PID: 309 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.950350] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.950359] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.950368] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.950376] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.950382] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.950390] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.950396] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.950402] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.950409] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.950416] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.950419] ---[ end trace 6dd7907bd0838c00 ]--- [ 78.951194] ------------[ cut here ]------------ [ 78.951201] WARNING: CPU: 0 PID: 308 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.951204] Modules linked in: [ 78.951209] CPU: 0 PID: 308 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.951211] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.951220] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.951229] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.951237] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.951243] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.951250] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.951257] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.951263] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.951270] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.951278] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.951281] ---[ end trace 6dd7907bd0838c01 ]--- [ 78.952058] ------------[ cut here ]------------ [ 78.952065] WARNING: CPU: 0 PID: 307 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.952068] Modules linked in: [ 78.952073] CPU: 0 PID: 307 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.952075] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.952085] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.952093] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.952101] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.952108] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.952115] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.952121] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.952128] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.952135] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.952143] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.952146] ---[ end trace 6dd7907bd0838c02 ]--- [ 78.952988] ------------[ cut here ]------------ [ 78.952996] WARNING: CPU: 0 PID: 306 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.952999] Modules linked in: [ 78.953004] CPU: 0 PID: 306 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.953006] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.953015] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.953024] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.953032] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.953039] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.953047] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.953054] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.953060] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.953067] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.953075] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.953078] ---[ end trace 6dd7907bd0838c03 ]--- [ 78.953896] ------------[ cut here ]------------ [ 78.953903] WARNING: CPU: 0 PID: 305 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.953906] Modules linked in: [ 78.953911] CPU: 0 PID: 305 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.953914] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.953923] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.953931] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.953939] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.953945] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.953952] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.953959] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.953966] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.953972] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.953980] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.953983] ---[ end trace 6dd7907bd0838c04 ]--- [ 78.954793] ------------[ cut here ]------------ [ 78.954801] WARNING: CPU: 0 PID: 304 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.954804] Modules linked in: [ 78.954808] CPU: 0 PID: 304 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.954810] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.954820] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.954829] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.954837] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.954843] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.954849] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.954856] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.954863] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.954870] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.954877] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.954880] ---[ end trace 6dd7907bd0838c05 ]--- [ 78.955699] ------------[ cut here ]------------ [ 78.955707] WARNING: CPU: 0 PID: 303 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.955711] Modules linked in: [ 78.955715] CPU: 0 PID: 303 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.955717] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.955726] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.955736] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.955744] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.955750] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.955757] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.955763] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.955770] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.955777] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.955784] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.955787] ---[ end trace 6dd7907bd0838c06 ]--- [ 78.956649] ------------[ cut here ]------------ [ 78.956656] WARNING: CPU: 0 PID: 302 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.956659] Modules linked in: [ 78.956664] CPU: 0 PID: 302 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.956666] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.956675] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.956685] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.956692] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.956700] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.956707] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.956714] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.956720] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.956727] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.956735] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.956738] ---[ end trace 6dd7907bd0838c07 ]--- [ 78.957530] ------------[ cut here ]------------ [ 78.957537] WARNING: CPU: 0 PID: 301 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.957540] Modules linked in: [ 78.957544] CPU: 0 PID: 301 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.957546] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.957555] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.957565] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.957572] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.957579] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.957586] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.957593] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.957599] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.957606] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.957613] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.957616] ---[ end trace 6dd7907bd0838c08 ]--- [ 78.958413] ------------[ cut here ]------------ [ 78.958420] WARNING: CPU: 0 PID: 300 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.958423] Modules linked in: [ 78.958428] CPU: 0 PID: 300 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.958430] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.958440] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.958448] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.958456] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.958462] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.958469] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.958475] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.958481] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.958488] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.958495] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.958498] ---[ end trace 6dd7907bd0838c09 ]--- [ 78.959285] ------------[ cut here ]------------ [ 78.959293] WARNING: CPU: 0 PID: 299 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.959295] Modules linked in: [ 78.959300] CPU: 0 PID: 299 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.959302] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.959311] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.959319] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.959327] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.959334] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.959341] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.959347] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.959354] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.959361] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.959369] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.959372] ---[ end trace 6dd7907bd0838c0a ]--- [ 78.960180] ------------[ cut here ]------------ [ 78.960188] WARNING: CPU: 0 PID: 298 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.960191] Modules linked in: [ 78.960196] CPU: 0 PID: 298 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.960198] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.960207] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.960216] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.960224] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.960230] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.960237] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.960243] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.960250] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.960257] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.960265] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.960268] ---[ end trace 6dd7907bd0838c0b ]--- [ 78.961109] ------------[ cut here ]------------ [ 78.961117] WARNING: CPU: 0 PID: 297 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.961120] Modules linked in: [ 78.961124] CPU: 0 PID: 297 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.961127] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.961136] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.961145] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.961152] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.961159] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.961167] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.961173] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.961180] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.961187] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.961194] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.961197] ---[ end trace 6dd7907bd0838c0c ]--- [ 78.961983] ------------[ cut here ]------------ [ 78.961991] WARNING: CPU: 0 PID: 296 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.961994] Modules linked in: [ 78.961999] CPU: 0 PID: 296 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.962001] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.962010] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.962019] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.962026] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.962032] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.962039] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.962046] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.962052] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.962059] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.962066] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.962069] ---[ end trace 6dd7907bd0838c0d ]--- [ 78.962851] ------------[ cut here ]------------ [ 78.962858] WARNING: CPU: 0 PID: 295 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.962861] Modules linked in: [ 78.962866] CPU: 0 PID: 295 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.962867] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.962877] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.962886] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.962893] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.962911] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.962918] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.962925] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.962932] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.962938] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.962946] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.962948] ---[ end trace 6dd7907bd0838c0e ]--- [ 78.963760] ------------[ cut here ]------------ [ 78.963767] WARNING: CPU: 0 PID: 294 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.963770] Modules linked in: [ 78.963775] CPU: 0 PID: 294 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.963777] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.963787] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.963796] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.963804] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.963810] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.963817] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.963824] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.963831] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.963837] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.963844] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.963847] ---[ end trace 6dd7907bd0838c0f ]--- [ 78.964724] ------------[ cut here ]------------ [ 78.964732] WARNING: CPU: 0 PID: 293 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.964735] Modules linked in: [ 78.964740] CPU: 0 PID: 293 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.964741] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.964751] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.964760] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.964768] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.964774] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.964781] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.964788] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.964794] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.964801] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.964809] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.964812] ---[ end trace 6dd7907bd0838c10 ]--- [ 78.965674] ------------[ cut here ]------------ [ 78.965681] WARNING: CPU: 0 PID: 292 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.965684] Modules linked in: [ 78.965688] CPU: 0 PID: 292 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.965690] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.965700] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.965709] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.965717] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.965723] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.965730] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.965737] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.965743] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.965750] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.965758] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.965761] ---[ end trace 6dd7907bd0838c11 ]--- [ 78.966612] ------------[ cut here ]------------ [ 78.966620] WARNING: CPU: 0 PID: 291 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.966622] Modules linked in: [ 78.966627] CPU: 0 PID: 291 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.966629] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.966637] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.966646] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.966654] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.966661] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.966668] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.966675] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.966681] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.966688] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.966695] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.966698] ---[ end trace 6dd7907bd0838c12 ]--- [ 78.967574] ------------[ cut here ]------------ [ 78.967582] WARNING: CPU: 0 PID: 290 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.967584] Modules linked in: [ 78.967589] CPU: 0 PID: 290 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.967591] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.967600] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.967609] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.967617] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.967624] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.967631] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.967637] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.967644] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.967651] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.967658] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.967660] ---[ end trace 6dd7907bd0838c13 ]--- [ 78.968555] ------------[ cut here ]------------ [ 78.968562] WARNING: CPU: 0 PID: 288 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.968566] Modules linked in: [ 78.968570] CPU: 0 PID: 288 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.968573] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.968582] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.968590] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.968598] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.968605] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.968612] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.968619] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.968625] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.968632] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.968639] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.968642] ---[ end trace 6dd7907bd0838c14 ]--- [ 78.969502] ------------[ cut here ]------------ [ 78.969510] WARNING: CPU: 0 PID: 287 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.969513] Modules linked in: [ 78.969518] CPU: 0 PID: 287 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.969521] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.969530] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.969539] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.969546] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.969552] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.969559] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.969566] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.969573] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.969579] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.969587] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.969590] ---[ end trace 6dd7907bd0838c15 ]--- [ 78.970482] ------------[ cut here ]------------ [ 78.970490] WARNING: CPU: 0 PID: 286 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.970493] Modules linked in: [ 78.970497] CPU: 0 PID: 286 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.970499] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.970509] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.970518] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.970525] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.970532] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.970539] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.970545] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.970553] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.970560] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.970568] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.970571] ---[ end trace 6dd7907bd0838c16 ]--- [ 78.971435] ------------[ cut here ]------------ [ 78.971442] WARNING: CPU: 0 PID: 285 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.971446] Modules linked in: [ 78.971450] CPU: 0 PID: 285 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.971452] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.971461] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.971469] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.971477] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.971484] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.971491] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.971497] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.971504] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.971511] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.971518] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.971521] ---[ end trace 6dd7907bd0838c17 ]--- [ 78.972342] ------------[ cut here ]------------ [ 78.972349] WARNING: CPU: 0 PID: 284 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.972352] Modules linked in: [ 78.972357] CPU: 0 PID: 284 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.972358] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.972367] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.972376] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.972384] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.972390] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.972398] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.972404] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.972410] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.972418] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.972425] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.972428] ---[ end trace 6dd7907bd0838c18 ]--- [ 78.973239] ------------[ cut here ]------------ [ 78.973246] WARNING: CPU: 0 PID: 283 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.973249] Modules linked in: [ 78.973254] CPU: 0 PID: 283 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.973256] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.973266] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.973275] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.973282] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.973289] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.973296] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.973302] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.973309] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.973316] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.973324] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.973326] ---[ end trace 6dd7907bd0838c19 ]--- [ 78.974127] ------------[ cut here ]------------ [ 78.974135] WARNING: CPU: 0 PID: 282 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.974138] Modules linked in: [ 78.974142] CPU: 0 PID: 282 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.974145] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.974154] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.974163] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.974171] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.974177] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.974184] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.974191] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.974197] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.974204] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.974211] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.974214] ---[ end trace 6dd7907bd0838c1a ]--- [ 78.975056] ------------[ cut here ]------------ [ 78.975063] WARNING: CPU: 0 PID: 276 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.975067] Modules linked in: [ 78.975071] CPU: 0 PID: 276 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.975073] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.975083] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.975092] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.975100] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.975106] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.975113] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.975120] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.975127] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.975134] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.975141] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.975144] ---[ end trace 6dd7907bd0838c1b ]--- [ 78.976644] ------------[ cut here ]------------ [ 78.976652] WARNING: CPU: 0 PID: 347 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.976655] Modules linked in: [ 78.976660] CPU: 0 PID: 347 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.976662] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.976674] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.976683] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.976691] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.976698] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.976705] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.976712] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.976718] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.976725] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.976732] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.976735] ---[ end trace 6dd7907bd0838c1c ]--- [ 78.977635] ------------[ cut here ]------------ [ 78.977643] WARNING: CPU: 0 PID: 346 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.977646] Modules linked in: [ 78.977650] CPU: 0 PID: 346 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.977652] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.977662] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.977671] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.977678] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.977685] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.977692] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.977699] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.977705] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.977712] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.977719] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.977722] ---[ end trace 6dd7907bd0838c1d ]--- [ 78.978657] ------------[ cut here ]------------ [ 78.978664] WARNING: CPU: 0 PID: 345 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.978667] Modules linked in: [ 78.978672] CPU: 0 PID: 345 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.978674] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.978684] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.978692] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.978700] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.978706] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.978713] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.978719] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.978726] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.978733] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.978740] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.978744] ---[ end trace 6dd7907bd0838c1e ]--- [ 78.979607] ------------[ cut here ]------------ [ 78.979614] WARNING: CPU: 0 PID: 344 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.979617] Modules linked in: [ 78.979621] CPU: 0 PID: 344 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.979623] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.979632] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.979642] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.979649] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.979656] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.979663] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.979670] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.979676] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.979683] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.979690] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.979693] ---[ end trace 6dd7907bd0838c1f ]--- [ 78.980568] ------------[ cut here ]------------ [ 78.980575] WARNING: CPU: 0 PID: 343 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.980579] Modules linked in: [ 78.980583] CPU: 0 PID: 343 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.980585] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.980595] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.980605] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.980613] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.980620] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.980627] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.980634] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.980640] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.980647] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.980654] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.980657] ---[ end trace 6dd7907bd0838c20 ]--- [ 78.981510] ------------[ cut here ]------------ [ 78.981517] WARNING: CPU: 0 PID: 342 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.981520] Modules linked in: [ 78.981525] CPU: 0 PID: 342 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.981527] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.981536] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.981545] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.981553] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.981559] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.981566] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.981572] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.981579] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.981586] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.981593] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.981596] ---[ end trace 6dd7907bd0838c21 ]--- [ 78.982487] ------------[ cut here ]------------ [ 78.982494] WARNING: CPU: 0 PID: 341 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.982497] Modules linked in: [ 78.982501] CPU: 0 PID: 341 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.982503] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.982512] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.982521] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.982529] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.982535] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.982542] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.982549] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.982556] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.982562] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.982569] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.982572] ---[ end trace 6dd7907bd0838c22 ]--- [ 78.983522] ------------[ cut here ]------------ [ 78.983529] WARNING: CPU: 0 PID: 340 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.983532] Modules linked in: [ 78.983537] CPU: 0 PID: 340 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.983538] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.983547] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.983556] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.983564] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.983570] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.983577] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.983584] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.983590] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.983597] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.983604] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.983607] ---[ end trace 6dd7907bd0838c23 ]--- [ 78.984537] ------------[ cut here ]------------ [ 78.984544] WARNING: CPU: 0 PID: 339 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.984548] Modules linked in: [ 78.984552] CPU: 0 PID: 339 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.984554] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.984564] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.984573] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.984581] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.984587] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.984594] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.984601] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.984607] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.984614] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.984621] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.984624] ---[ end trace 6dd7907bd0838c24 ]--- [ 78.985535] ------------[ cut here ]------------ [ 78.985543] WARNING: CPU: 0 PID: 338 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.985546] Modules linked in: [ 78.985550] CPU: 0 PID: 338 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.985553] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.985562] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.985571] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.985579] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.985585] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.985592] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.985599] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.985605] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.985612] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.985619] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.985622] ---[ end trace 6dd7907bd0838c25 ]--- [ 78.986529] ------------[ cut here ]------------ [ 78.986536] WARNING: CPU: 0 PID: 337 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.986539] Modules linked in: [ 78.986544] CPU: 0 PID: 337 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.986546] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.986555] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.986564] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.986572] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.986579] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.986586] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.986593] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.986599] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.986606] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.986614] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.986616] ---[ end trace 6dd7907bd0838c26 ]--- [ 78.987535] ------------[ cut here ]------------ [ 78.987542] WARNING: CPU: 0 PID: 336 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.987545] Modules linked in: [ 78.987550] CPU: 0 PID: 336 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.987552] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.987561] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.987571] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.987578] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.987585] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.987592] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.987599] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.987606] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.987613] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.987619] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.987622] ---[ end trace 6dd7907bd0838c27 ]--- [ 78.988569] ------------[ cut here ]------------ [ 78.988577] WARNING: CPU: 0 PID: 335 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.988581] Modules linked in: [ 78.988586] CPU: 0 PID: 335 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.988587] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.988596] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.988605] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.988614] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.988620] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.988628] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.988635] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.988641] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.988648] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.988655] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.988658] ---[ end trace 6dd7907bd0838c28 ]--- [ 78.989578] ------------[ cut here ]------------ [ 78.989585] WARNING: CPU: 0 PID: 334 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.989588] Modules linked in: [ 78.989593] CPU: 0 PID: 334 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.989594] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.989604] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.989613] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.989621] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.989628] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.989635] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.989642] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.989648] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.989655] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.989662] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.989665] ---[ end trace 6dd7907bd0838c29 ]--- [ 78.990607] ------------[ cut here ]------------ [ 78.990615] WARNING: CPU: 0 PID: 333 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.990618] Modules linked in: [ 78.990623] CPU: 0 PID: 333 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.990625] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.990635] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.990644] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.990652] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.990658] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.990665] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.990672] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.990679] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.990686] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.990693] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.990696] ---[ end trace 6dd7907bd0838c2a ]--- [ 78.991582] ------------[ cut here ]------------ [ 78.991590] WARNING: CPU: 0 PID: 332 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.991593] Modules linked in: [ 78.991597] CPU: 0 PID: 332 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.991599] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.991609] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.991618] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.991626] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.991633] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.991640] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.991646] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.991653] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.991660] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.991667] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.991670] ---[ end trace 6dd7907bd0838c2b ]--- [ 78.992489] ------------[ cut here ]------------ [ 78.992497] WARNING: CPU: 0 PID: 331 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.992500] Modules linked in: [ 78.992505] CPU: 0 PID: 331 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.992507] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.992517] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.992526] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.992534] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.992541] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.992548] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.992555] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.992561] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.992568] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.992575] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.992578] ---[ end trace 6dd7907bd0838c2c ]--- [ 78.993404] ------------[ cut here ]------------ [ 78.993411] WARNING: CPU: 0 PID: 330 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.993414] Modules linked in: [ 78.993419] CPU: 0 PID: 330 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.993421] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.993431] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.993439] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.993447] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.993454] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.993461] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.993469] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.993475] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.993482] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.993488] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.993491] ---[ end trace 6dd7907bd0838c2d ]--- [ 78.994320] ------------[ cut here ]------------ [ 78.994328] WARNING: CPU: 0 PID: 329 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.994331] Modules linked in: [ 78.994335] CPU: 0 PID: 329 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.994337] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.994347] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.994356] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.994364] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.994370] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.994377] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.994384] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.994390] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.994397] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.994404] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.994408] ---[ end trace 6dd7907bd0838c2e ]--- [ 78.995215] ------------[ cut here ]------------ [ 78.995223] WARNING: CPU: 0 PID: 328 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.995225] Modules linked in: [ 78.995230] CPU: 0 PID: 328 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.995231] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.995241] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.995250] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.995258] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.995265] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.995273] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.995279] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.995286] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.995293] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.995301] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.995304] ---[ end trace 6dd7907bd0838c2f ]--- [ 78.996123] ------------[ cut here ]------------ [ 78.996131] WARNING: CPU: 0 PID: 327 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.996134] Modules linked in: [ 78.996138] CPU: 0 PID: 327 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.996140] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.996149] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.996158] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.996165] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.996172] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.996179] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.996186] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.996193] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.996200] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.996208] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.996211] ---[ end trace 6dd7907bd0838c30 ]--- [ 78.997035] ------------[ cut here ]------------ [ 78.997043] WARNING: CPU: 0 PID: 326 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.997046] Modules linked in: [ 78.997051] CPU: 0 PID: 326 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.997053] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.997063] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.997072] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.997079] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.997086] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.997094] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.997100] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.997107] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.997114] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.997121] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.997125] ---[ end trace 6dd7907bd0838c31 ]--- [ 78.998162] ------------[ cut here ]------------ [ 78.998170] WARNING: CPU: 0 PID: 368 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.998173] Modules linked in: [ 78.998178] CPU: 0 PID: 368 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.998180] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.998190] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.998199] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.998207] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.998213] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.998222] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.998228] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.998235] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.998242] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.998250] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.998253] ---[ end trace 6dd7907bd0838c32 ]--- [ 78.999094] ------------[ cut here ]------------ [ 78.999102] WARNING: CPU: 0 PID: 367 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.999105] Modules linked in: [ 78.999109] CPU: 0 PID: 367 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.999111] Hardware name: Generic DRA74X (Flattened Device Tree) [ 78.999120] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.999129] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.999137] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.999144] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.999152] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.999158] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.999165] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.999172] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.999179] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.999183] ---[ end trace 6dd7907bd0838c33 ]--- [ 79.000042] ------------[ cut here ]------------ [ 79.000050] WARNING: CPU: 0 PID: 366 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.000053] Modules linked in: [ 79.000058] CPU: 0 PID: 366 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.000060] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.000069] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.000078] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.000086] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.000092] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.000100] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.000107] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.000113] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.000120] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.000128] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.000131] ---[ end trace 6dd7907bd0838c34 ]--- [ 79.000970] ------------[ cut here ]------------ [ 79.000977] WARNING: CPU: 0 PID: 365 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.000980] Modules linked in: [ 79.000985] CPU: 0 PID: 365 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.000987] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.000996] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.001005] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.001013] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.001019] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.001026] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.001033] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.001040] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.001047] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.001055] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.001058] ---[ end trace 6dd7907bd0838c35 ]--- [ 79.001981] ------------[ cut here ]------------ [ 79.001989] WARNING: CPU: 0 PID: 364 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.001993] Modules linked in: [ 79.001997] CPU: 0 PID: 364 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.002000] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.002010] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.002019] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.002027] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.002033] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.002041] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.002047] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.002054] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.002061] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.002069] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.002072] ---[ end trace 6dd7907bd0838c36 ]--- [ 79.002956] ------------[ cut here ]------------ [ 79.002963] WARNING: CPU: 0 PID: 363 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.002966] Modules linked in: [ 79.002971] CPU: 0 PID: 363 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.002973] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.002983] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.002992] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.003000] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.003006] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.003013] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.003020] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.003026] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.003033] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.003041] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.003044] ---[ end trace 6dd7907bd0838c37 ]--- [ 79.003988] ------------[ cut here ]------------ [ 79.003996] WARNING: CPU: 0 PID: 362 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.003999] Modules linked in: [ 79.004004] CPU: 0 PID: 362 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.004006] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.004016] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.004024] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.004031] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.004038] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.004045] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.004052] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.004058] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.004066] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.004072] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.004075] ---[ end trace 6dd7907bd0838c38 ]--- [ 79.005005] ------------[ cut here ]------------ [ 79.005013] WARNING: CPU: 0 PID: 361 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.005016] Modules linked in: [ 79.005020] CPU: 0 PID: 361 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.005022] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.005032] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.005042] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.005049] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.005056] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.005063] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.005069] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.005076] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.005083] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.005090] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.005093] ---[ end trace 6dd7907bd0838c39 ]--- [ 79.006005] ------------[ cut here ]------------ [ 79.006013] WARNING: CPU: 0 PID: 360 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.006016] Modules linked in: [ 79.006021] CPU: 0 PID: 360 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.006023] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.006032] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.006041] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.006048] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.006055] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.006062] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.006070] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.006077] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.006084] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.006091] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.006094] ---[ end trace 6dd7907bd0838c3a ]--- [ 79.006983] ------------[ cut here ]------------ [ 79.006991] WARNING: CPU: 0 PID: 359 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.006994] Modules linked in: [ 79.006998] CPU: 0 PID: 359 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.007000] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.007009] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.007018] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.007025] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.007032] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.007039] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.007046] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.007053] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.007060] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.007067] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.007070] ---[ end trace 6dd7907bd0838c3b ]--- [ 79.008000] ------------[ cut here ]------------ [ 79.008008] WARNING: CPU: 0 PID: 358 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.008011] Modules linked in: [ 79.008016] CPU: 0 PID: 358 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.008018] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.008027] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.008036] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.008044] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.008050] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.008057] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.008064] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.008070] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.008077] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.008085] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.008087] ---[ end trace 6dd7907bd0838c3c ]--- [ 79.009002] ------------[ cut here ]------------ [ 79.009010] WARNING: CPU: 0 PID: 357 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.009013] Modules linked in: [ 79.009017] CPU: 0 PID: 357 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.009019] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.009028] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.009037] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.009046] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.009052] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.009059] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.009066] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.009072] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.009079] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.009087] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.009090] ---[ end trace 6dd7907bd0838c3d ]--- [ 79.010024] ------------[ cut here ]------------ [ 79.010032] WARNING: CPU: 0 PID: 356 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.010035] Modules linked in: [ 79.010039] CPU: 0 PID: 356 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.010041] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.010051] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.010060] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.010067] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.010074] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.010081] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.010087] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.010094] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.010101] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.010108] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.010112] ---[ end trace 6dd7907bd0838c3e ]--- [ 79.010953] ------------[ cut here ]------------ [ 79.010961] WARNING: CPU: 0 PID: 355 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.010964] Modules linked in: [ 79.010968] CPU: 0 PID: 355 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.010970] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.010979] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.010988] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.010995] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.011002] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.011009] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.011016] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.011023] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.011030] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.011037] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.011040] ---[ end trace 6dd7907bd0838c3f ]--- [ 79.011862] ------------[ cut here ]------------ [ 79.011870] WARNING: CPU: 0 PID: 354 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.011873] Modules linked in: [ 79.011878] CPU: 0 PID: 354 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.011880] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.011889] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.011897] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.011906] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.011912] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.011919] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.011926] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.011932] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.011939] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.011946] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.011949] ---[ end trace 6dd7907bd0838c40 ]--- [ 79.012764] ------------[ cut here ]------------ [ 79.012772] WARNING: CPU: 0 PID: 353 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.012776] Modules linked in: [ 79.012780] CPU: 0 PID: 353 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.012782] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.012791] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.012800] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.012808] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.012814] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.012821] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.012828] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.012835] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.012841] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.012849] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.012852] ---[ end trace 6dd7907bd0838c41 ]--- [ 79.013634] ------------[ cut here ]------------ [ 79.013641] WARNING: CPU: 0 PID: 352 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.013644] Modules linked in: [ 79.013649] CPU: 0 PID: 352 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.013651] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.013661] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.013669] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.013677] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.013683] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.013691] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.013698] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.013704] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.013711] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.013718] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.013721] ---[ end trace 6dd7907bd0838c42 ]--- [ 79.014519] ------------[ cut here ]------------ [ 79.014527] WARNING: CPU: 0 PID: 351 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.014530] Modules linked in: [ 79.014535] CPU: 0 PID: 351 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.014537] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.014546] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.014555] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.014562] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.014569] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.014576] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.014583] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.014589] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.014596] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.014603] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.014606] ---[ end trace 6dd7907bd0838c43 ]--- [ 79.015370] ------------[ cut here ]------------ [ 79.015378] WARNING: CPU: 0 PID: 350 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.015381] Modules linked in: [ 79.015386] CPU: 0 PID: 350 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.015389] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.015398] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.015407] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.015415] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.015422] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.015429] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.015435] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.015442] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.015449] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.015456] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.015459] ---[ end trace 6dd7907bd0838c44 ]--- [ 79.016343] ------------[ cut here ]------------ [ 79.016350] WARNING: CPU: 0 PID: 349 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.016354] Modules linked in: [ 79.016358] CPU: 0 PID: 349 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.016360] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.016370] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.016379] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.016387] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.016394] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.016401] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.016408] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.016414] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.016422] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.016429] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.016432] ---[ end trace 6dd7907bd0838c45 ]--- [ 79.017282] ------------[ cut here ]------------ [ 79.017290] WARNING: CPU: 0 PID: 348 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.017293] Modules linked in: [ 79.017298] CPU: 0 PID: 348 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.017299] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.017309] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.017318] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.017325] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.017332] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.017339] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.017346] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.017352] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.017360] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.017367] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.017370] ---[ end trace 6dd7907bd0838c46 ]--- [ 79.018251] ------------[ cut here ]------------ [ 79.018259] WARNING: CPU: 0 PID: 318 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.018262] Modules linked in: [ 79.018267] CPU: 0 PID: 318 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.018269] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.018279] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.018287] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.018295] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.018301] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.018308] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.018315] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.018322] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.018329] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.018336] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.018339] ---[ end trace 6dd7907bd0838c47 ]--- [ 79.019173] ------------[ cut here ]------------ [ 79.019180] WARNING: CPU: 0 PID: 317 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.019183] Modules linked in: [ 79.019188] CPU: 0 PID: 317 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.019190] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.019199] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.019208] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.019216] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.019222] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.019229] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.019236] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.019243] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.019250] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.019257] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.019260] ---[ end trace 6dd7907bd0838c48 ]--- [ 79.020077] ------------[ cut here ]------------ [ 79.020086] WARNING: CPU: 0 PID: 316 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.020089] Modules linked in: [ 79.020093] CPU: 0 PID: 316 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.020096] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.020105] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.020114] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.020122] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.020128] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.020135] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.020142] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.020149] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.020156] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.020163] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.020166] ---[ end trace 6dd7907bd0838c49 ]--- [ 79.021025] ------------[ cut here ]------------ [ 79.021032] WARNING: CPU: 0 PID: 315 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.021035] Modules linked in: [ 79.021040] CPU: 0 PID: 315 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.021042] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.021051] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.021059] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.021067] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.021073] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.021081] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.021087] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.021094] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.021101] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.021107] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.021110] ---[ end trace 6dd7907bd0838c4a ]--- [ 79.021952] ------------[ cut here ]------------ [ 79.021959] WARNING: CPU: 0 PID: 314 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.021962] Modules linked in: [ 79.021966] CPU: 0 PID: 314 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.021968] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.021977] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.021986] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.021993] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.022000] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.022007] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.022014] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.022021] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.022028] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.022035] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.022038] ---[ end trace 6dd7907bd0838c4b ]--- [ 79.023631] ------------[ cut here ]------------ [ 79.023639] WARNING: CPU: 0 PID: 321 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.023642] Modules linked in: [ 79.023647] CPU: 0 PID: 321 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.023649] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.023660] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.023670] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.023678] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.023685] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.023692] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.023699] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.023705] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.023712] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.023719] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.023722] ---[ end trace 6dd7907bd0838c4c ]--- [ 79.024602] ------------[ cut here ]------------ [ 79.024611] WARNING: CPU: 0 PID: 320 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.024614] Modules linked in: [ 79.024618] CPU: 0 PID: 320 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.024621] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.024631] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.024640] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.024648] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.024654] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.024661] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.024668] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.024675] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.024682] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.024689] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.024692] ---[ end trace 6dd7907bd0838c4d ]--- [ 79.025523] ------------[ cut here ]------------ [ 79.025530] WARNING: CPU: 0 PID: 319 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.025533] Modules linked in: [ 79.025538] CPU: 0 PID: 319 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.025540] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.025549] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.025557] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.025565] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.025571] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.025579] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.025585] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.025592] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.025599] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.025607] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.025609] ---[ end trace 6dd7907bd0838c4e ]--- [ 79.026526] ------------[ cut here ]------------ [ 79.026534] WARNING: CPU: 0 PID: 380 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.026536] Modules linked in: [ 79.026541] CPU: 0 PID: 380 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.026543] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.026553] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.026563] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.026570] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.026577] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.026584] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.026591] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.026597] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.026604] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.026611] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.026614] ---[ end trace 6dd7907bd0838c4f ]--- [ 79.027496] ------------[ cut here ]------------ [ 79.027504] WARNING: CPU: 0 PID: 379 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.027508] Modules linked in: [ 79.027512] CPU: 0 PID: 379 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.027514] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.027523] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.027533] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.027540] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.027547] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.027553] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.027560] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.027567] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.027574] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.027582] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.027585] ---[ end trace 6dd7907bd0838c50 ]--- [ 79.028456] ------------[ cut here ]------------ [ 79.028463] WARNING: CPU: 0 PID: 378 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.028466] Modules linked in: [ 79.028471] CPU: 0 PID: 378 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.028473] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.028483] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.028491] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.028499] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.028506] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.028513] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.028519] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.028526] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.028533] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.028540] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.028543] ---[ end trace 6dd7907bd0838c51 ]--- [ 79.029427] ------------[ cut here ]------------ [ 79.029434] WARNING: CPU: 0 PID: 377 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.029438] Modules linked in: [ 79.029442] CPU: 0 PID: 377 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.029444] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.029455] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.029464] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.029471] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.029478] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.029485] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.029492] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.029499] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.029506] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.029513] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.029516] ---[ end trace 6dd7907bd0838c52 ]--- [ 79.030409] ------------[ cut here ]------------ [ 79.030417] WARNING: CPU: 0 PID: 376 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.030420] Modules linked in: [ 79.030425] CPU: 0 PID: 376 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.030427] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.030437] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.030445] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.030453] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.030459] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.030466] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.030473] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.030480] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.030487] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.030494] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.030497] ---[ end trace 6dd7907bd0838c53 ]--- [ 79.031370] ------------[ cut here ]------------ [ 79.031377] WARNING: CPU: 0 PID: 375 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.031380] Modules linked in: [ 79.031385] CPU: 0 PID: 375 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.031387] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.031396] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.031405] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.031412] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.031418] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.031426] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.031433] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.031439] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.031447] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.031454] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.031457] ---[ end trace 6dd7907bd0838c54 ]--- [ 79.032320] ------------[ cut here ]------------ [ 79.032328] WARNING: CPU: 0 PID: 374 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.032331] Modules linked in: [ 79.032336] CPU: 0 PID: 374 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.032337] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.032347] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.032356] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.032364] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.032370] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.032377] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.032384] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.032391] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.032398] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.032405] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.032408] ---[ end trace 6dd7907bd0838c55 ]--- [ 79.033269] ------------[ cut here ]------------ [ 79.033277] WARNING: CPU: 0 PID: 373 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.033280] Modules linked in: [ 79.033285] CPU: 0 PID: 373 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.033287] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.033297] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.033306] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.033314] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.033321] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.033328] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.033334] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.033341] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.033348] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.033356] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.033359] ---[ end trace 6dd7907bd0838c56 ]--- [ 79.034178] ------------[ cut here ]------------ [ 79.034186] WARNING: CPU: 0 PID: 372 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.034189] Modules linked in: [ 79.034194] CPU: 0 PID: 372 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.034196] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.034206] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.034215] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.034222] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.034229] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.034236] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.034242] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.034249] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.034256] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.034264] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.034267] ---[ end trace 6dd7907bd0838c57 ]--- [ 79.035073] ------------[ cut here ]------------ [ 79.035081] WARNING: CPU: 0 PID: 371 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.035083] Modules linked in: [ 79.035088] CPU: 0 PID: 371 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.035090] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.035099] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.035108] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.035115] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.035122] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.035129] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.035136] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.035142] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.035149] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.035156] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.035159] ---[ end trace 6dd7907bd0838c58 ]--- [ 79.035967] ------------[ cut here ]------------ [ 79.035974] WARNING: CPU: 0 PID: 370 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.035977] Modules linked in: [ 79.035982] CPU: 0 PID: 370 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.035984] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.035994] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.036002] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.036010] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.036017] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.036024] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.036031] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.036037] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.036044] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.036051] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.036055] ---[ end trace 6dd7907bd0838c59 ]--- [ 79.036848] ------------[ cut here ]------------ [ 79.036856] WARNING: CPU: 0 PID: 369 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.036859] Modules linked in: [ 79.036864] CPU: 0 PID: 369 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.036866] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.036875] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.036884] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.036892] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.036898] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.036905] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.036912] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.036918] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.036925] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.036932] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.036935] ---[ end trace 6dd7907bd0838c5a ]--- [ 79.037964] ------------[ cut here ]------------ [ 79.037973] WARNING: CPU: 0 PID: 323 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.037976] Modules linked in: [ 79.037981] CPU: 0 PID: 323 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.037983] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.037993] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.038001] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.038009] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.038015] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.038022] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.038029] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.038036] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.038043] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.038050] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.038053] ---[ end trace 6dd7907bd0838c5b ]--- [ 79.038857] ------------[ cut here ]------------ [ 79.038865] WARNING: CPU: 0 PID: 322 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.038868] Modules linked in: [ 79.038873] CPU: 0 PID: 322 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.038875] Hardware name: Generic DRA74X (Flattened Device Tree) [ 79.038884] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.038893] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.038902] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.038908] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.038915] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.038922] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.038928] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.038935] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.038943] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.038946] ---[ end trace 6dd7907bd0838c5c ]--- [ 90.972350] ------------[ cut here ]------------ [ 90.977208] WARNING: CPU: 0 PID: 575 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 90.984785] Modules linked in: [ 90.988000] CPU: 0 PID: 575 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 90.998495] Hardware name: Generic DRA74X (Flattened Device Tree) [ 91.004900] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.013035] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.020621] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.029118] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.038337] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.046739] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.053774] [] (mmput) from [] (do_exit+0x288/0x914) [ 91.060807] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 91.068387] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 91.076685] ---[ end trace 6dd7907bd0838c5d ]--- [ 91.083820] ------------[ cut here ]------------ [ 91.088679] WARNING: CPU: 0 PID: 579 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.096258] Modules linked in: [ 91.099468] CPU: 0 PID: 579 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.109954] Hardware name: Generic DRA74X (Flattened Device Tree) [ 91.116356] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.124482] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.132066] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.140561] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.149783] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.158184] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.165220] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 91.172885] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 91.181554] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 91.190683] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 91.199539] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 91.208305] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 91.217796] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 91.226015] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 91.233954] ---[ end trace 6dd7907bd0838c5e ]--- Starting Bootlog daemon: [ 91.244817] ------------[ cut here ]------------ [ 91.250951] WARNING: CPU: 0 PID: 580 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.258539] Modules linked in: [ 91.261743] CPU: 0 PID: 580 Comm: S07bootlogd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.273064] Hardware name: Generic DRA74X (Flattened Device Tree) [ 91.279476] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.287618] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.295212] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.303707] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.312939] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.321356] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.328403] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 91.336081] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 91.344768] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 91.353909] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 91.363418] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 91.371641] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 91.379601] ---[ end trace 6dd7907bd0838c5f ]--- [ 91.388870] ------------[ cut here ]------------ [ 91.393738] WARNING: CPU: 1 PID: 580 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.401323] Modules linked in: [ 91.404541] CPU: 1 PID: 580 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.416223] Hardware name: Generic DRA74X (Flattened Device Tree) [ 91.422633] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.430772] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.438364] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.446861] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.456096] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.464510] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.471545] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 91.479225] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 91.487907] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 91.497049] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 91.506550] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 91.514777] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 91.522724] ---[ end trace 6dd7907bd0838c60 ]--- [ 91.535328] ------------[ cut here ]------------ [ 91.540197] WARNING: CPU: 0 PID: 580 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.547779] Modules linked in: [ 91.550992] CPU: 0 PID: 580 Comm: bootlogd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.562041] Hardware name: Generic DRA74X (Flattened Device Tree) [ 91.568459] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.576597] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.584190] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.592685] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.601908] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.610319] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.617358] [] (mmput) from [] (do_exit+0x288/0x914) [ 91.624390] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 91.631980] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 91.640286] ---[ end trace 6dd7907bd0838c61 ]--- [ 91.645711] ------------[ cut here ]------------ [ 91.650573] WARNING: CPU: 0 PID: 579 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.658155] Modules linked in: [ 91.661359] CPU: 0 PID: 579 Comm: S07bootlogd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.672681] Hardware name: Generic DRA74X (Flattened Device Tree) [ 91.679083] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.687217] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.694805] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.703297] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.712523] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.720928] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.727956] [] (mmput) from [] (do_exit+0x288/0x914) [ 91.734989] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 91.742576] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 91.750890] ---[ end trace 6dd7907bd0838c62 ]--- bootlogd. [ 91.759000] ------------[ cut here ]------------ [ 91.763873] WARNING: CPU: 0 PID: 582 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.771446] Modules linked in: [ 91.774660] CPU: 0 PID: 582 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.785156] Hardware name: Generic DRA74X (Flattened Device Tree) [ 91.791558] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.799691] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.807269] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.815767] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.824993] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.833401] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.840436] [] (mmput) from [] (do_exit+0x288/0x914) [ 91.847472] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 91.855051] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 91.863365] ---[ end trace 6dd7907bd0838c63 ]--- [ 91.870093] ------------[ cut here ]------------ [ 91.874958] WARNING: CPU: 0 PID: 583 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.882538] Modules linked in: [ 91.885752] CPU: 0 PID: 583 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.896252] Hardware name: Generic DRA74X (Flattened Device Tree) [ 91.902657] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.910783] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.918370] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.926860] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.936085] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.944490] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.951526] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 91.959200] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 91.967871] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 91.977001] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 91.985881] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 91.994649] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 92.004136] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 92.012364] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 92.020311] ---[ end trace 6dd7907bd0838c64 ]--- [ 92.030626] ------------[ cut here ]------------ [ 92.035487] WARNING: CPU: 0 PID: 584 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.043066] Modules linked in: [ 92.046270] CPU: 0 PID: 584 Comm: S30urandom Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.057490] Hardware name: Generic DRA74X (Flattened Device Tree) [ 92.063898] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.072032] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.079621] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.088113] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.097343] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.105739] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.112776] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 92.120447] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 92.129122] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 92.138255] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 92.147746] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 92.155970] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 92.163912] ---[ end trace 6dd7907bd0838c65 ]--- [ 92.170695] ------------[ cut here ]------------ [ 92.175552] WARNING: CPU: 1 PID: 584 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.183143] Modules linked in: [ 92.186350] CPU: 1 PID: 584 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.196938] Hardware name: Generic DRA74X (Flattened Device Tree) [ 92.203341] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.211477] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.219070] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.227569] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.236796] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.245199] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.252235] [] (mmput) from [] (do_exit+0x288/0x914) [ 92.259271] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 92.266853] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 92.275155] ---[ end trace 6dd7907bd0838c66 ]--- [ 92.280944] ------------[ cut here ]------------ [ 92.285804] WARNING: CPU: 0 PID: 585 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.293378] Modules linked in: [ 92.296583] CPU: 0 PID: 585 Comm: S30urandom Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.307804] Hardware name: Generic DRA74X (Flattened Device Tree) [ 92.314206] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.322340] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.329926] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.338418] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.347646] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.356052] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.363087] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 92.370756] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 92.379434] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 92.388565] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 92.398059] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 92.406282] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 92.414221] ---[ end trace 6dd7907bd0838c67 ]--- [ 92.421488] ------------[ cut here ]------------ [ 92.426344] WARNING: CPU: 1 PID: 585 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.433934] Modules linked in: [ 92.437135] CPU: 1 PID: 585 Comm: rm Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.447627] Hardware name: Generic DRA74X (Flattened Device Tree) [ 92.454034] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.462164] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.469753] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.478250] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.487470] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.495870] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.502906] [] (mmput) from [] (do_exit+0x288/0x914) [ 92.509943] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 92.517532] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 92.525839] ---[ end trace 6dd7907bd0838c68 ]--- [ 92.531702] ------------[ cut here ]------------ [ 92.536561] WARNING: CPU: 0 PID: 586 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.544145] Modules linked in: [ 92.547349] CPU: 0 PID: 586 Comm: S30urandom Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.558572] Hardware name: Generic DRA74X (Flattened Device Tree) [ 92.564977] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.573115] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.580697] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.589188] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.598412] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.606814] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.613851] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 92.621524] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 92.630202] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 92.639332] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 92.648826] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 92.657042] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 92.664987] ---[ end trace 6dd7907bd0838c69 ]--- [ 92.670826] random: dd urandom read with 58 bits of entropy available [ 92.677885] ------------[ cut here ]------------ [ 92.682739] WARNING: CPU: 0 PID: 586 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.690323] Modules linked in: [ 92.693534] CPU: 0 PID: 586 Comm: dd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.704028] Hardware name: Generic DRA74X (Flattened Device Tree) [ 92.710429] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.718564] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.726150] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.734644] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.743865] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.752268] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.759307] [] (mmput) from [] (do_exit+0x288/0x914) [ 92.766347] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 92.773931] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 92.782236] ---[ end trace 6dd7907bd0838c6a ]--- [ 92.787488] ------------[ cut here ]------------ [ 92.792350] WARNING: CPU: 1 PID: 583 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.799933] Modules linked in: [ 92.803143] CPU: 1 PID: 583 Comm: S30urandom Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.814364] Hardware name: Generic DRA74X (Flattened Device Tree) [ 92.820763] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.828893] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.836474] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.844970] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.854193] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.862598] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.869635] [] (mmput) from [] (do_exit+0x288/0x914) [ 92.876669] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 92.884252] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 92.892558] ---[ end trace 6dd7907bd0838c6b ]--- [ 92.899388] ------------[ cut here ]------------ [ 92.904260] WARNING: CPU: 0 PID: 587 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.911841] Modules linked in: [ 92.915059] CPU: 0 PID: 587 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.925559] Hardware name: Generic DRA74X (Flattened Device Tree) [ 92.931971] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.940108] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.947695] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.956189] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.965407] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.973806] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.980845] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 92.988518] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 92.997194] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 93.006333] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 93.015188] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 93.023950] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 93.033448] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 93.041671] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 93.049616] ---[ end trace 6dd7907bd0838c6c ]--- Populating dev cache [ 93.059741] ------------[ cut here ]------------ [ 93.064929] WARNING: CPU: 1 PID: 589 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 93.072514] Modules linked in: [ 93.075730] CPU: 1 PID: 589 Comm: S36udev-cache Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 93.087229] Hardware name: Generic DRA74X (Flattened Device Tree) [ 93.093640] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 93.101783] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 93.109373] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 93.117879] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 93.127104] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 93.135509] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 93.142545] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 93.150220] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 93.158892] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 93.168023] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 93.177516] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 93.185732] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 93.193674] ---[ end trace 6dd7907bd0838c6d ]--- [ 93.239208] ------------[ cut here ]------------ [ 93.244074] WARNING: CPU: 0 PID: 589 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 93.251655] Modules linked in: [ 93.254870] CPU: 0 PID: 589 Comm: tar Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 93.265456] Hardware name: Generic DRA74X (Flattened Device Tree) [ 93.271863] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 93.279997] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 93.287587] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 93.296080] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 93.305301] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 93.313703] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 93.320736] [] (mmput) from [] (do_exit+0x288/0x914) [ 93.327766] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 93.335353] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 93.343661] ---[ end trace 6dd7907bd0838c6e ]--- [ 93.348933] ------------[ cut here ]------------ [ 93.353790] WARNING: CPU: 0 PID: 588 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 93.361371] Modules linked in: [ 93.364590] CPU: 0 PID: 588 Comm: S36udev-cache Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 93.376088] Hardware name: Generic DRA74X (Flattened Device Tree) [ 93.382487] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 93.390620] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 93.398209] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 93.406702] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 93.415929] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 93.424339] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 93.431384] [] (mmput) from [] (do_exit+0x288/0x914) [ 93.438427] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 93.446016] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 93.454329] ---[ end trace 6dd7907bd0838c6f ]--- [ 93.460251] ------------[ cut here ]------------ [ 93.465116] WARNING: CPU: 0 PID: 590 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 93.472697] Modules linked in: [ 93.475919] CPU: 0 PID: 590 Comm: S36udev-cache Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 93.487414] Hardware name: Generic DRA74X (Flattened Device Tree) [ 93.493815] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 93.501949] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 93.509543] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 93.518038] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 93.527267] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 93.535676] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 93.542720] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 93.550403] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 93.559085] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 93.568223] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 93.577719] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 93.585949] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 93.593899] ---[ end trace 6dd7907bd0838c70 ]--- [ 93.831929] ------------[ cut here ]------------ [ 93.836794] WARNING: CPU: 1 PID: 590 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 93.844367] Modules linked in: [ 93.847570] CPU: 1 PID: 590 Comm: mv Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 93.858050] Hardware name: Generic DRA74X (Flattened Device Tree) [ 93.864452] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 93.872589] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 93.880172] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 93.888656] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 93.897865] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 93.906267] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 93.913299] [] (mmput) from [] (do_exit+0x288/0x914) [ 93.920333] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 93.927912] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 93.936208] ---[ end trace 6dd7907bd0838c71 ]--- [ 93.941525] ------------[ cut here ]------------ [ 93.946381] WARNING: CPU: 1 PID: 587 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 93.953953] Modules linked in: [ 93.957160] CPU: 1 PID: 587 Comm: S36udev-cache Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 93.968663] Hardware name: Generic DRA74X (Flattened Device Tree) [ 93.975063] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 93.983197] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 93.990780] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 93.999265] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.008482] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.016875] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.023903] [] (mmput) from [] (do_exit+0x288/0x914) [ 94.030940] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 94.038514] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 94.046815] ---[ end trace 6dd7907bd0838c72 ]--- [ 94.058980] ------------[ cut here ]------------ [ 94.063848] WARNING: CPU: 1 PID: 593 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.071424] Modules linked in: [ 94.074629] CPU: 1 PID: 593 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.085118] Hardware name: Generic DRA74X (Flattened Device Tree) [ 94.091517] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.099648] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.107231] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.115724] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.124938] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.133343] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.140377] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 94.148050] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 94.156723] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 94.165850] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 94.175348] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 94.183564] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 94.191505] ---[ end trace 6dd7907bd0838c73 ]--- [ 94.197480] ------------[ cut here ]------------ [ 94.202334] WARNING: CPU: 1 PID: 593 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.209906] Modules linked in: [ 94.213119] CPU: 1 PID: 593 Comm: dirname Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.224065] Hardware name: Generic DRA74X (Flattened Device Tree) [ 94.230462] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.238595] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.246177] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.254674] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.263893] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.272296] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.279333] [] (mmput) from [] (do_exit+0x288/0x914) [ 94.286367] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 94.293949] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 94.302251] ---[ end trace 6dd7907bd0838c74 ]--- [ 94.307577] ------------[ cut here ]------------ [ 94.312440] WARNING: CPU: 0 PID: 592 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.320023] Modules linked in: [ 94.323236] CPU: 0 PID: 592 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.333725] Hardware name: Generic DRA74X (Flattened Device Tree) [ 94.340130] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.348259] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.355846] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.364336] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.373553] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.381949] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.388990] [] (mmput) from [] (do_exit+0x288/0x914) [ 94.396026] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 94.403608] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 94.411919] ---[ end trace 6dd7907bd0838c75 ]--- [ 94.418691] ------------[ cut here ]------------ [ 94.419053] ------------[ cut here ]------------ [ 94.419062] WARNING: CPU: 1 PID: 596 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.419065] Modules linked in: [ 94.419071] CPU: 1 PID: 596 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.419073] Hardware name: Generic DRA74X (Flattened Device Tree) [ 94.419084] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.419093] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.419102] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.419109] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.419117] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.419124] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.419130] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 94.419136] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 94.419143] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 94.419149] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 94.419154] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 94.419160] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 94.419163] ---[ end trace 6dd7907bd0838c76 ]--- [ 94.560792] WARNING: CPU: 0 PID: 595 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.568374] Modules linked in: [ 94.571579] CPU: 0 PID: 595 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.582070] Hardware name: Generic DRA74X (Flattened Device Tree) [ 94.588476] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.596609] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.604192] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.612687] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.621912] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.630317] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.637356] [] (mmput) from [] (do_exit+0x288/0x914) [ 94.644391] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 94.651977] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 94.660286] ---[ end trace 6dd7907bd0838c77 ]--- [ 94.665360] ------------[ cut here ]------------ [ 94.670217] WARNING: CPU: 1 PID: 596 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.677796] Modules linked in: [ 94.681009] CPU: 1 PID: 596 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.691594] Hardware name: Generic DRA74X (Flattened Device Tree) [ 94.697994] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.706125] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.713711] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.722204] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.731430] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.739834] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.746872] [] (mmput) from [] (do_exit+0x288/0x914) [ 94.753911] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 94.761491] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 94.769797] ---[ end trace 6dd7907bd0838c78 ]--- [ 94.775115] ------------[ cut here ]------------ [ 94.779976] WARNING: CPU: 0 PID: 594 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.787556] Modules linked in: [ 94.790766] CPU: 0 PID: 594 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.801261] Hardware name: Generic DRA74X (Flattened Device Tree) [ 94.807663] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.815794] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.823380] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.831871] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.841094] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.849497] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.856535] [] (mmput) from [] (do_exit+0x288/0x914) [ 94.863571] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 94.871148] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 94.879444] ---[ end trace 6dd7907bd0838c79 ]--- [ 94.889045] ------------[ cut here ]------------ [ 94.893908] WARNING: CPU: 1 PID: 597 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.901487] Modules linked in: [ 94.904697] CPU: 1 PID: 597 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.915190] Hardware name: Generic DRA74X (Flattened Device Tree) [ 94.921595] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.929727] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.937305] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.945797] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.955020] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.963422] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.970453] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 94.978125] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 94.986799] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 94.995925] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 95.005417] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 95.013637] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 95.021585] ---[ end trace 6dd7907bd0838c7a ]--- [ 95.030297] ------------[ cut here ]------------ [ 95.035162] WARNING: CPU: 0 PID: 598 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.042746] Modules linked in: [ 95.045962] CPU: 0 PID: 598 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.056454] Hardware name: Generic DRA74X (Flattened Device Tree) [ 95.062860] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.070999] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.078588] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.087080] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.096309] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.104720] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.111757] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 95.119434] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 95.128114] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 95.137247] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 95.146746] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 95.154973] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 95.162916] ---[ end trace 6dd7907bd0838c7b ]--- [ 95.168930] ------------[ cut here ]------------ [ 95.173792] WARNING: CPU: 1 PID: 598 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.181366] Modules linked in: [ 95.184578] CPU: 1 PID: 598 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.195346] Hardware name: Generic DRA74X (Flattened Device Tree) [ 95.201752] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.209888] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.217474] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.225974] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.235201] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.243601] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.250637] [] (mmput) from [] (do_exit+0x288/0x914) [ 95.257679] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 95.265266] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 95.273573] ---[ end trace 6dd7907bd0838c7c ]--- [ 95.279460] ------------[ cut here ]------------ [ 95.284319] WARNING: CPU: 0 PID: 599 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.291895] Modules linked in: [ 95.295103] CPU: 0 PID: 599 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.305599] Hardware name: Generic DRA74X (Flattened Device Tree) [ 95.311998] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.320132] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.327714] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.336202] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.345435] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.353836] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.360870] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 95.368542] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 95.377217] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 95.386345] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 95.395837] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 95.404051] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 95.411993] ---[ end trace 6dd7907bd0838c7d ]--- [ 95.418822] ------------[ cut here ]------------ [ 95.423680] WARNING: CPU: 0 PID: 599 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.431256] Modules linked in: [ 95.434463] CPU: 0 PID: 599 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.445229] Hardware name: Generic DRA74X (Flattened Device Tree) [ 95.451632] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.459758] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.467344] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.475841] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.485064] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.493464] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.500498] [] (mmput) from [] (do_exit+0x288/0x914) [ 95.507533] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 95.515113] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 95.523424] ---[ end trace 6dd7907bd0838c7e ]--- [ 95.529300] ------------[ cut here ]------------ [ 95.534185] WARNING: CPU: 0 PID: 600 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.541758] Modules linked in: [ 95.544968] CPU: 0 PID: 600 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.555463] Hardware name: Generic DRA74X (Flattened Device Tree) [ 95.561861] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.569985] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.577565] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.586060] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.595279] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.603682] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.610720] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 95.618395] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 95.627070] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 95.636202] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 95.645685] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 95.653907] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 95.661849] ---[ end trace 6dd7907bd0838c7f ]--- [ 95.667767] ------------[ cut here ]------------ [ 95.672628] WARNING: CPU: 0 PID: 600 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.680205] Modules linked in: [ 95.683417] CPU: 0 PID: 600 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.694187] Hardware name: Generic DRA74X (Flattened Device Tree) [ 95.700588] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.708716] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.716297] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.724792] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.734012] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.742411] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.749442] [] (mmput) from [] (do_exit+0x288/0x914) [ 95.756477] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 95.764062] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 95.772370] ---[ end trace 6dd7907bd0838c80 ]--- [ 95.778171] ------------[ cut here ]------------ [ 95.783030] WARNING: CPU: 0 PID: 601 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.790607] Modules linked in: [ 95.793814] CPU: 0 PID: 601 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.804306] Hardware name: Generic DRA74X (Flattened Device Tree) [ 95.810707] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.818840] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.826421] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.834913] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.844138] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.852537] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.859568] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 95.867244] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 95.875916] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 95.885046] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 95.894537] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 95.902759] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 95.910700] ---[ end trace 6dd7907bd0838c81 ]--- [ 95.916594] ------------[ cut here ]------------ [ 95.921477] WARNING: CPU: 0 PID: 601 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.929061] Modules linked in: [ 95.932266] CPU: 0 PID: 601 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.943036] Hardware name: Generic DRA74X (Flattened Device Tree) [ 95.949439] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.957569] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.965154] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.973647] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.982873] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.991274] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.998313] [] (mmput) from [] (do_exit+0x288/0x914) [ 96.005346] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 96.012929] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 96.021234] ---[ end trace 6dd7907bd0838c82 ]--- [ 96.027040] ------------[ cut here ]------------ [ 96.031894] WARNING: CPU: 0 PID: 602 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.039471] Modules linked in: [ 96.042676] CPU: 0 PID: 602 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.053166] Hardware name: Generic DRA74X (Flattened Device Tree) [ 96.059599] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.067731] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.075318] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.083808] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.093030] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.101427] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.108465] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 96.116135] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 96.124805] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 96.133943] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 96.143439] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 96.151656] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 96.159600] ---[ end trace 6dd7907bd0838c83 ]--- [ 96.166360] ------------[ cut here ]------------ [ 96.171245] WARNING: CPU: 0 PID: 602 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.178820] Modules linked in: [ 96.182026] CPU: 0 PID: 602 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.192790] Hardware name: Generic DRA74X (Flattened Device Tree) [ 96.199192] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.207322] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.214905] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.223391] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.232611] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.241016] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.248053] [] (mmput) from [] (do_exit+0x288/0x914) [ 96.255086] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 96.262667] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 96.270977] ---[ end trace 6dd7907bd0838c84 ]--- [ 96.276918] ------------[ cut here ]------------ [ 96.281779] WARNING: CPU: 0 PID: 603 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.289357] Modules linked in: [ 96.292563] CPU: 0 PID: 603 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.303057] Hardware name: Generic DRA74X (Flattened Device Tree) [ 96.309457] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.317590] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.325175] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.333667] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.342885] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.351292] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.358326] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 96.366001] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 96.374677] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 96.383806] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 96.393300] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 96.401519] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 96.409462] ---[ end trace 6dd7907bd0838c85 ]--- [ 96.415364] ------------[ cut here ]------------ [ 96.420253] WARNING: CPU: 0 PID: 603 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.427834] Modules linked in: [ 96.431045] CPU: 0 PID: 603 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.441811] Hardware name: Generic DRA74X (Flattened Device Tree) [ 96.448206] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.456336] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.463922] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.472423] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.481655] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.490061] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.497102] [] (mmput) from [] (do_exit+0x288/0x914) [ 96.504138] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 96.511724] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 96.520036] ---[ end trace 6dd7907bd0838c86 ]--- [ 96.532925] ------------[ cut here ]------------ [ 96.537775] WARNING: CPU: 0 PID: 604 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.545358] Modules linked in: [ 96.548572] CPU: 0 PID: 604 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.559063] Hardware name: Generic DRA74X (Flattened Device Tree) [ 96.565460] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.573594] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.581171] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.589665] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.598888] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.607285] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.614321] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 96.621986] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 96.630662] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 96.639792] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 96.649295] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 96.657518] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 96.665462] ---[ end trace 6dd7907bd0838c87 ]--- [ 96.671493] ------------[ cut here ]------------ [ 96.676356] WARNING: CPU: 1 PID: 604 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.683939] Modules linked in: [ 96.687147] CPU: 1 PID: 604 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.697911] Hardware name: Generic DRA74X (Flattened Device Tree) [ 96.704315] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.712452] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.720042] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.728537] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.737766] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.746172] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.753208] [] (mmput) from [] (do_exit+0x288/0x914) [ 96.760245] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 96.767837] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 96.776143] ---[ end trace 6dd7907bd0838c88 ]--- [ 96.781997] ------------[ cut here ]------------ [ 96.786853] WARNING: CPU: 0 PID: 605 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.794437] Modules linked in: [ 96.797641] CPU: 0 PID: 605 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.808137] Hardware name: Generic DRA74X (Flattened Device Tree) [ 96.814540] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.822671] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.830253] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.838748] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.847971] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.856378] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.863409] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 96.871080] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 96.879752] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 96.888877] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 96.898368] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 96.906590] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 96.914532] ---[ end trace 6dd7907bd0838c89 ]--- [ 96.921357] ------------[ cut here ]------------ [ 96.926211] WARNING: CPU: 0 PID: 605 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.933790] Modules linked in: [ 96.936993] CPU: 0 PID: 605 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.947757] Hardware name: Generic DRA74X (Flattened Device Tree) [ 96.954151] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.962284] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.969869] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.978366] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.987588] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.995993] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.003028] [] (mmput) from [] (do_exit+0x288/0x914) [ 97.010062] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 97.017643] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 97.025950] ---[ end trace 6dd7907bd0838c8a ]--- [ 97.031813] ------------[ cut here ]------------ [ 97.036665] WARNING: CPU: 0 PID: 606 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.044237] Modules linked in: [ 97.047441] CPU: 0 PID: 606 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.057933] Hardware name: Generic DRA74X (Flattened Device Tree) [ 97.064335] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.072466] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.080049] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.088541] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.097764] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.106167] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.113199] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 97.120870] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 97.129546] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 97.138676] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 97.148168] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 97.156391] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 97.164329] ---[ end trace 6dd7907bd0838c8b ]--- [ 97.170200] ------------[ cut here ]------------ [ 97.175090] WARNING: CPU: 0 PID: 606 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.182667] Modules linked in: [ 97.185875] CPU: 0 PID: 606 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.196643] Hardware name: Generic DRA74X (Flattened Device Tree) [ 97.203042] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.211173] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.218758] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.227243] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.236465] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.244866] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.251903] [] (mmput) from [] (do_exit+0x288/0x914) [ 97.258939] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 97.266525] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 97.274831] ---[ end trace 6dd7907bd0838c8c ]--- [ 97.281196] ------------[ cut here ]------------ [ 97.286054] WARNING: CPU: 0 PID: 607 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.293630] Modules linked in: [ 97.296833] CPU: 0 PID: 607 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.307327] Hardware name: Generic DRA74X (Flattened Device Tree) [ 97.313725] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.321856] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.329441] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.337934] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.347158] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.355558] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.362593] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 97.370267] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 97.378942] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 97.388073] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 97.397571] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 97.405787] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 97.413729] ---[ end trace 6dd7907bd0838c8d ]--- [ 97.419739] ------------[ cut here ]------------ [ 97.424619] WARNING: CPU: 0 PID: 607 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.432198] Modules linked in: [ 97.435409] CPU: 0 PID: 607 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.446446] Hardware name: Generic DRA74X (Flattened Device Tree) [ 97.452844] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.460980] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.468563] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.477056] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.486279] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.494684] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.501725] [] (mmput) from [] (do_exit+0x288/0x914) [ 97.508755] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 97.516340] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 97.524656] ---[ end trace 6dd7907bd0838c8e ]--- [ 97.530661] ------------[ cut here ]------------ [ 97.535520] WARNING: CPU: 0 PID: 608 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.543094] Modules linked in: [ 97.546298] CPU: 0 PID: 608 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.556791] Hardware name: Generic DRA74X (Flattened Device Tree) [ 97.563192] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.571318] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.578904] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.587391] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.596612] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.605018] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.612055] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 97.619731] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 97.628411] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 97.637532] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 97.647026] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 97.655243] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 97.663179] ---[ end trace 6dd7907bd0838c8f ]--- [ 97.669194] ------------[ cut here ]------------ [ 97.674058] WARNING: CPU: 1 PID: 608 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.681644] Modules linked in: [ 97.684857] CPU: 1 PID: 608 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.695900] Hardware name: Generic DRA74X (Flattened Device Tree) [ 97.702302] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.710435] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.718022] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.726515] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.735744] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.744148] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.751186] [] (mmput) from [] (do_exit+0x288/0x914) [ 97.758222] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 97.765805] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 97.774117] ---[ end trace 6dd7907bd0838c90 ]--- [ 97.780362] ------------[ cut here ]------------ [ 97.785221] WARNING: CPU: 0 PID: 609 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.792804] Modules linked in: [ 97.796016] CPU: 0 PID: 609 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.806504] Hardware name: Generic DRA74X (Flattened Device Tree) [ 97.812905] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.821037] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.828620] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.837110] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.846337] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.854740] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.861775] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 97.869452] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 97.878126] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 97.887258] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 97.896751] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 97.904971] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 97.912913] ---[ end trace 6dd7907bd0838c91 ]--- [ 97.918894] ------------[ cut here ]------------ [ 97.923746] WARNING: CPU: 0 PID: 609 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.931326] Modules linked in: [ 97.934536] CPU: 0 PID: 609 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.945575] Hardware name: Generic DRA74X (Flattened Device Tree) [ 97.951973] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.960103] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.967687] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.976181] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.985403] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.993800] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.000829] [] (mmput) from [] (do_exit+0x288/0x914) [ 98.007863] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 98.015446] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 98.023756] ---[ end trace 6dd7907bd0838c92 ]--- [ 98.029675] ------------[ cut here ]------------ [ 98.034533] WARNING: CPU: 0 PID: 610 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.042107] Modules linked in: [ 98.045315] CPU: 0 PID: 610 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.055806] Hardware name: Generic DRA74X (Flattened Device Tree) [ 98.062230] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.070367] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.077948] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.086443] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.095667] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.104076] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.111111] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 98.118783] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 98.127452] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 98.136580] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 98.146073] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 98.154293] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 98.162226] ---[ end trace 6dd7907bd0838c93 ]--- [ 98.168167] ------------[ cut here ]------------ [ 98.173047] WARNING: CPU: 0 PID: 610 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.180624] Modules linked in: [ 98.183834] CPU: 0 PID: 610 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.194875] Hardware name: Generic DRA74X (Flattened Device Tree) [ 98.201272] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.209405] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.216992] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.225487] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.234713] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.243112] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.250143] [] (mmput) from [] (do_exit+0x288/0x914) [ 98.257178] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 98.264764] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 98.273073] ---[ end trace 6dd7907bd0838c94 ]--- [ 98.279276] ------------[ cut here ]------------ [ 98.284161] WARNING: CPU: 0 PID: 611 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.291739] Modules linked in: [ 98.294950] CPU: 0 PID: 611 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.305440] Hardware name: Generic DRA74X (Flattened Device Tree) [ 98.311837] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.319971] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.327556] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.336049] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.345267] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.353671] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.360701] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 98.368378] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 98.377050] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 98.386183] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 98.395675] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 98.403899] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 98.411840] ---[ end trace 6dd7907bd0838c95 ]--- [ 98.417801] ------------[ cut here ]------------ [ 98.422655] WARNING: CPU: 0 PID: 611 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.430233] Modules linked in: [ 98.433441] CPU: 0 PID: 611 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.444473] Hardware name: Generic DRA74X (Flattened Device Tree) [ 98.450873] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.459005] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.466589] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.475080] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.484307] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.492711] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.499746] [] (mmput) from [] (do_exit+0x288/0x914) [ 98.506787] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 98.514367] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 98.522676] ---[ end trace 6dd7907bd0838c96 ]--- [ 98.528673] ------------[ cut here ]------------ [ 98.533531] WARNING: CPU: 0 PID: 612 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.541110] Modules linked in: [ 98.544323] CPU: 0 PID: 612 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.554814] Hardware name: Generic DRA74X (Flattened Device Tree) [ 98.561215] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.569350] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.576931] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.585425] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.594652] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.603055] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.610089] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 98.617761] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 98.626434] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 98.635567] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 98.645060] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 98.653280] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 98.661221] ---[ end trace 6dd7907bd0838c97 ]--- [ 98.667150] ------------[ cut here ]------------ [ 98.672030] WARNING: CPU: 0 PID: 612 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.679608] Modules linked in: [ 98.682813] CPU: 0 PID: 612 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.693850] Hardware name: Generic DRA74X (Flattened Device Tree) [ 98.700250] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.708378] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.715963] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.724457] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.733681] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.742083] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.749120] [] (mmput) from [] (do_exit+0x288/0x914) [ 98.756156] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 98.763741] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 98.772051] ---[ end trace 6dd7907bd0838c98 ]--- [ 98.778333] ------------[ cut here ]------------ [ 98.783186] WARNING: CPU: 0 PID: 613 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.790761] Modules linked in: [ 98.793970] CPU: 0 PID: 613 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.804466] Hardware name: Generic DRA74X (Flattened Device Tree) [ 98.810866] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.818995] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.826578] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.835069] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.844292] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.852691] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.859722] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 98.867396] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 98.876066] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 98.885199] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 98.894697] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 98.902913] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 98.910856] ---[ end trace 6dd7907bd0838c99 ]--- [ 98.916824] ------------[ cut here ]------------ [ 98.921707] WARNING: CPU: 0 PID: 613 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.929288] Modules linked in: [ 98.932494] CPU: 0 PID: 613 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.943526] Hardware name: Generic DRA74X (Flattened Device Tree) [ 98.949926] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.958059] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.965645] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.974132] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.983356] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.991755] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.998792] [] (mmput) from [] (do_exit+0x288/0x914) [ 99.005823] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 99.013407] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 99.021714] ---[ end trace 6dd7907bd0838c9a ]--- [ 99.027689] ------------[ cut here ]------------ [ 99.032539] WARNING: CPU: 0 PID: 614 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.040111] Modules linked in: [ 99.043319] CPU: 0 PID: 614 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.053807] Hardware name: Generic DRA74X (Flattened Device Tree) [ 99.060207] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.068338] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.075923] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.084413] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.093634] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.102033] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.109069] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 99.116742] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 99.125411] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 99.134532] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 99.144020] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 99.152235] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 99.160181] ---[ end trace 6dd7907bd0838c9b ]--- [ 99.166171] ------------[ cut here ]------------ [ 99.171051] WARNING: CPU: 0 PID: 614 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.178627] Modules linked in: [ 99.181829] CPU: 0 PID: 614 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.192868] Hardware name: Generic DRA74X (Flattened Device Tree) [ 99.199267] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.207393] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.214972] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.223466] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.232691] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.241095] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.248129] [] (mmput) from [] (do_exit+0x288/0x914) [ 99.255164] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 99.262745] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 99.271049] ---[ end trace 6dd7907bd0838c9c ]--- [ 99.277280] ------------[ cut here ]------------ [ 99.282137] WARNING: CPU: 0 PID: 615 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.289712] Modules linked in: [ 99.292923] CPU: 0 PID: 615 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.303418] Hardware name: Generic DRA74X (Flattened Device Tree) [ 99.309810] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.317941] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.325521] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.334016] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.343240] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.351635] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.358667] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 99.366340] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 99.375016] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 99.384148] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 99.393645] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 99.401864] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 99.409807] ---[ end trace 6dd7907bd0838c9d ]--- [ 99.415775] ------------[ cut here ]------------ [ 99.420656] WARNING: CPU: 0 PID: 615 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.428231] Modules linked in: [ 99.431437] CPU: 0 PID: 615 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.442478] Hardware name: Generic DRA74X (Flattened Device Tree) [ 99.448876] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.457003] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.464582] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.473064] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.482287] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.490690] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.497725] [] (mmput) from [] (do_exit+0x288/0x914) [ 99.504760] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 99.512341] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 99.520650] ---[ end trace 6dd7907bd0838c9e ]--- [ 99.526607] ------------[ cut here ]------------ [ 99.531468] WARNING: CPU: 0 PID: 616 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.539042] Modules linked in: [ 99.542246] CPU: 0 PID: 616 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.552745] Hardware name: Generic DRA74X (Flattened Device Tree) [ 99.559145] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.567278] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.574865] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.583356] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.592578] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.600983] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.608013] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 99.615685] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 99.624360] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 99.633489] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 99.642983] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 99.651203] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 99.659145] ---[ end trace 6dd7907bd0838c9f ]--- [ 99.665141] ------------[ cut here ]------------ [ 99.669997] WARNING: CPU: 1 PID: 616 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.677580] Modules linked in: [ 99.680793] CPU: 1 PID: 616 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.691843] Hardware name: Generic DRA74X (Flattened Device Tree) [ 99.698246] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.706374] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.713962] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.722455] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.731679] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.740084] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.747122] [] (mmput) from [] (do_exit+0x288/0x914) [ 99.754160] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 99.761743] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 99.770051] ---[ end trace 6dd7907bd0838ca0 ]--- [ 99.775902] ------------[ cut here ]------------ [ 99.780761] WARNING: CPU: 0 PID: 617 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.788342] Modules linked in: [ 99.791550] CPU: 0 PID: 617 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.802041] Hardware name: Generic DRA74X (Flattened Device Tree) [ 99.808440] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.816572] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.824157] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.832653] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.841874] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.850277] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.857313] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 99.864983] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 99.873659] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 99.882788] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 99.892280] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 99.900500] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 99.908438] ---[ end trace 6dd7907bd0838ca1 ]--- [ 99.914341] ------------[ cut here ]------------ [ 99.919196] WARNING: CPU: 0 PID: 617 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.926772] Modules linked in: [ 99.929985] CPU: 0 PID: 617 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.940752] Hardware name: Generic DRA74X (Flattened Device Tree) [ 99.947152] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.955280] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.962865] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.971362] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.980585] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.988987] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.996025] [] (mmput) from [] (do_exit+0x288/0x914) [ 100.003059] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 100.010642] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 100.018942] ---[ end trace 6dd7907bd0838ca2 ]--- [ 100.024756] ------------[ cut here ]------------ [ 100.029613] WARNING: CPU: 0 PID: 618 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.037183] Modules linked in: [ 100.040395] CPU: 0 PID: 618 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.050891] Hardware name: Generic DRA74X (Flattened Device Tree) [ 100.057291] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.065434] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.073042] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.081538] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.090758] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.099161] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.106199] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 100.113862] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 100.122538] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 100.131664] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 100.141161] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 100.149376] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 100.157318] ---[ end trace 6dd7907bd0838ca3 ]--- [ 100.164171] ------------[ cut here ]------------ [ 100.169050] WARNING: CPU: 0 PID: 618 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.176628] Modules linked in: [ 100.179838] CPU: 0 PID: 618 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.190605] Hardware name: Generic DRA74X (Flattened Device Tree) [ 100.197006] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.205134] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.212722] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.221216] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.230443] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.238841] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.245878] [] (mmput) from [] (do_exit+0x288/0x914) [ 100.252909] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 100.260490] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 100.268797] ---[ end trace 6dd7907bd0838ca4 ]--- [ 100.274661] ------------[ cut here ]------------ [ 100.279542] WARNING: CPU: 0 PID: 619 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.287114] Modules linked in: [ 100.290324] CPU: 0 PID: 619 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.300815] Hardware name: Generic DRA74X (Flattened Device Tree) [ 100.307216] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.315351] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.322932] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.331422] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.340645] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.349046] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.356082] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 100.363752] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 100.372426] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 100.381557] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 100.391052] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 100.399271] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 100.407210] ---[ end trace 6dd7907bd0838ca5 ]--- [ 100.413191] ------------[ cut here ]------------ [ 100.418055] WARNING: CPU: 0 PID: 619 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.425630] Modules linked in: [ 100.428840] CPU: 0 PID: 619 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.439605] Hardware name: Generic DRA74X (Flattened Device Tree) [ 100.446005] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.454138] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.461718] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.470198] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.479423] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.487825] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.494857] [] (mmput) from [] (do_exit+0x288/0x914) [ 100.501891] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 100.509475] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 100.517782] ---[ end trace 6dd7907bd0838ca6 ]--- [ 100.523678] ------------[ cut here ]------------ [ 100.528542] WARNING: CPU: 0 PID: 620 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.536125] Modules linked in: [ 100.539341] CPU: 0 PID: 620 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.549838] Hardware name: Generic DRA74X (Flattened Device Tree) [ 100.556243] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.564379] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.571966] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.580463] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.589693] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.598096] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.605130] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 100.612804] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 100.621472] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 100.630604] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 100.640097] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 100.648311] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 100.656252] ---[ end trace 6dd7907bd0838ca7 ]--- [ 100.662262] ------------[ cut here ]------------ [ 100.667117] WARNING: CPU: 1 PID: 620 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.674702] Modules linked in: [ 100.677918] CPU: 1 PID: 620 Comm: touch Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.688682] Hardware name: Generic DRA74X (Flattened Device Tree) [ 100.695084] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.703220] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.710801] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.719295] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.728521] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.736926] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.743962] [] (mmput) from [] (do_exit+0x288/0x914) [ 100.750996] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 100.758577] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 100.766884] ---[ end trace 6dd7907bd0838ca8 ]--- [ 100.772748] ------------[ cut here ]------------ [ 100.777607] WARNING: CPU: 0 PID: 621 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.785189] Modules linked in: [ 100.788403] CPU: 0 PID: 621 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.798895] Hardware name: Generic DRA74X (Flattened Device Tree) [ 100.805292] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.813429] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.821011] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.829507] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.838730] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.847133] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.854170] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 100.861846] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 100.870516] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 100.879650] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 100.889144] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 100.897361] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 100.905307] ---[ end trace 6dd7907bd0838ca9 ]--- [ 100.912119] ------------[ cut here ]------------ [ 100.916973] WARNING: CPU: 0 PID: 621 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.924549] Modules linked in: [ 100.927755] CPU: 0 PID: 621 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.938525] Hardware name: Generic DRA74X (Flattened Device Tree) [ 100.944923] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.953051] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.960637] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.969135] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.978355] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.986757] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.993792] [] (mmput) from [] (do_exit+0x288/0x914) [ 101.000823] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 101.008405] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 101.016711] ---[ end trace 6dd7907bd0838caa ]--- [ 101.022577] ------------[ cut here ]------------ [ 101.027434] WARNING: CPU: 0 PID: 622 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.035013] Modules linked in: [ 101.038224] CPU: 0 PID: 622 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.048712] Hardware name: Generic DRA74X (Flattened Device Tree) [ 101.055113] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.063240] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.070823] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.079309] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.088527] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.096928] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.103961] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 101.111629] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 101.120301] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 101.129435] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 101.138932] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 101.147149] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 101.155093] ---[ end trace 6dd7907bd0838cab ]--- [ 101.161048] ------------[ cut here ]------------ [ 101.165939] WARNING: CPU: 0 PID: 622 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.173518] Modules linked in: [ 101.176722] CPU: 0 PID: 622 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.187491] Hardware name: Generic DRA74X (Flattened Device Tree) [ 101.193890] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.202023] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.209606] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.218101] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.227321] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.235725] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.242761] [] (mmput) from [] (do_exit+0x288/0x914) [ 101.249798] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 101.257374] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 101.265684] ---[ end trace 6dd7907bd0838cac ]--- [ 101.271541] ------------[ cut here ]------------ [ 101.276400] WARNING: CPU: 0 PID: 623 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.283978] Modules linked in: [ 101.287182] CPU: 0 PID: 623 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.297675] Hardware name: Generic DRA74X (Flattened Device Tree) [ 101.304076] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.312210] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.319794] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.328282] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.337508] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.345905] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.352939] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 101.360607] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 101.369282] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 101.378411] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 101.387905] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 101.396122] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 101.404065] ---[ end trace 6dd7907bd0838cad ]--- [ 101.410006] ------------[ cut here ]------------ [ 101.414886] WARNING: CPU: 0 PID: 623 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.422465] Modules linked in: [ 101.425672] CPU: 0 PID: 623 Comm: touch Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.436438] Hardware name: Generic DRA74X (Flattened Device Tree) [ 101.442835] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.450968] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.458543] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.467034] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.476257] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.484659] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.491693] [] (mmput) from [] (do_exit+0x288/0x914) [ 101.498730] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 101.506312] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 101.514617] ---[ end trace 6dd7907bd0838cae ]--- [ 101.520431] ------------[ cut here ]------------ [ 101.525292] WARNING: CPU: 0 PID: 624 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.532869] Modules linked in: [ 101.536076] CPU: 0 PID: 624 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.546572] Hardware name: Generic DRA74X (Flattened Device Tree) [ 101.552973] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.561104] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.568681] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.577173] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.586391] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.594793] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.601831] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 101.609500] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 101.618179] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 101.627307] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 101.636800] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 101.645018] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 101.652958] ---[ end trace 6dd7907bd0838caf ]--- [ 101.659832] ------------[ cut here ]------------ [ 101.664699] WARNING: CPU: 1 PID: 624 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.672282] Modules linked in: [ 101.675494] CPU: 1 PID: 624 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.686264] Hardware name: Generic DRA74X (Flattened Device Tree) [ 101.692667] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.700801] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.708386] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.716884] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.726113] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.734515] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.741549] [] (mmput) from [] (do_exit+0x288/0x914) [ 101.748589] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 101.756172] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 101.764476] ---[ end trace 6dd7907bd0838cb0 ]--- [ 101.770382] ------------[ cut here ]------------ [ 101.775243] WARNING: CPU: 0 PID: 625 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.782824] Modules linked in: [ 101.786045] CPU: 0 PID: 625 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.796552] Hardware name: Generic DRA74X (Flattened Device Tree) [ 101.802961] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.811112] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.818707] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.827208] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.836431] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.844834] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.851867] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 101.859538] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 101.868213] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 101.877344] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 101.886843] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 101.895062] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 101.903008] ---[ end trace 6dd7907bd0838cb1 ]--- [ 101.909020] ------------[ cut here ]------------ [ 101.913890] WARNING: CPU: 1 PID: 625 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.921471] Modules linked in: [ 101.924687] CPU: 1 PID: 625 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.935448] Hardware name: Generic DRA74X (Flattened Device Tree) [ 101.941851] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.949984] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.957572] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.966065] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.975292] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.983695] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.990732] [] (mmput) from [] (do_exit+0x288/0x914) [ 101.997764] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 102.005346] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 102.013646] ---[ end trace 6dd7907bd0838cb2 ]--- [ 102.019935] ------------[ cut here ]------------ [ 102.024791] WARNING: CPU: 0 PID: 626 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 102.032368] Modules linked in: [ 102.035577] CPU: 0 PID: 626 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 102.046071] Hardware name: Generic DRA74X (Flattened Device Tree) [ 102.052468] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 102.060601] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 102.068192] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 102.076709] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 102.085931] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 102.094336] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 102.101369] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 102.109044] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 102.117712] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 102.126847] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 102.136341] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 102.144565] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 102.152504] ---[ end trace 6dd7907bd0838cb3 ]--- [ 102.158461] ------------[ cut here ]------------ [ 102.163315] WARNING: CPU: 0 PID: 626 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 102.170893] Modules linked in: [ 102.174108] CPU: 0 PID: 626 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 102.185151] Hardware name: Generic DRA74X (Flattened Device Tree) [ 102.191553] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 102.199684] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 102.207267] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 102.215767] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 102.224993] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 102.233392] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 102.240429] [] (mmput) from [] (do_exit+0x288/0x914) [ 102.247466] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 102.255043] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 102.263346] ---[ end trace 6dd7907bd0838cb4 ]--- [ 102.269267] ------------[ cut here ]------------ [ 102.274145] WARNING: CPU: 0 PID: 627 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 102.281724] Modules linked in: [ 102.284934] CPU: 0 PID: 627 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 102.295429] Hardware name: Generic DRA74X (Flattened Device Tree) [ 102.301831] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 102.309964] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 102.317548] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 102.326036] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 102.335261] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 102.343668] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 102.350700] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 102.358376] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 102.367043] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 102.376178] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 102.385669] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 102.393884] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 102.401820] ---[ end trace 6dd7907bd0838cb5 ]--- [ 102.407703] ------------[ cut here ]------------ [ 102.412560] WARNING: CPU: 0 PID: 627 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 102.420133] Modules linked in: [ 102.423343] CPU: 0 PID: 627 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 102.434382] Hardware name: Generic DRA74X (Flattened Device Tree) [ 102.440784] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 102.448914] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 102.456499] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 102.464992] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 102.474222] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 102.482627] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 102.489661] [] (mmput) from [] (do_exit+0x288/0x914) [ 102.496700] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 102.504283] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 102.512586] ---[ end trace 6dd7907bd0838cb6 ]--- [ 102.518446] ------------[ cut here ]------------ [ 102.523310] WARNING: CPU: 0 PID: 628 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 102.530890] Modules linked in: [ 102.534102] CPU: 0 PID: 628 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 102.544595] Hardware name: Generic DRA74X (Flattened Device Tree) [ 102.550996] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 102.559124] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 102.566704] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 102.575201] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 102.584426] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 102.592830] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 102.599868] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 102.607545] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 102.616223] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 102.625346] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 102.634841] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 102.643059] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 102.650999] ---[ end trace 6dd7907bd0838cb7 ]--- [ 102.656961] ------------[ cut here ]------------ [ 102.661821] WARNING: CPU: 1 PID: 628 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 102.669403] Modules linked in: [ 102.672610] CPU: 1 PID: 628 Comm: touch Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 102.683376] Hardware name: Generic DRA74X (Flattened Device Tree) [ 102.689770] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 102.697910] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 102.705495] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 102.713989] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 102.723217] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 102.731619] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 102.738657] [] (mmput) from [] (do_exit+0x288/0x914) [ 102.745694] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 102.753280] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 102.761586] ---[ end trace 6dd7907bd0838cb8 ]--- [ 102.767401] ------------[ cut here ]------------ [ 102.772250] WARNING: CPU: 0 PID: 629 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 102.779829] Modules linked in: [ 102.783039] CPU: 0 PID: 629 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 102.793536] Hardware name: Generic DRA74X (Flattened Device Tree) [ 102.799933] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 102.808057] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 102.815643] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 102.824140] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 102.833359] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 102.841756] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 102.848792] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 102.856467] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 102.865144] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 102.874280] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 102.883774] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 102.891993] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 102.899935] ---[ end trace 6dd7907bd0838cb9 ]--- [ 102.906778] ------------[ cut here ]------------ [ 102.911636] WARNING: CPU: 0 PID: 629 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 102.919210] Modules linked in: [ 102.922415] CPU: 0 PID: 629 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 102.933176] Hardware name: Generic DRA74X (Flattened Device Tree) [ 102.939579] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 102.947706] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 102.955293] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 102.963788] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 102.973009] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 102.981414] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 102.988443] [] (mmput) from [] (do_exit+0x288/0x914) [ 102.995480] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 103.003063] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 103.011371] ---[ end trace 6dd7907bd0838cba ]--- [ 103.017247] ------------[ cut here ]------------ [ 103.022107] WARNING: CPU: 0 PID: 630 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.029686] Modules linked in: [ 103.032891] CPU: 0 PID: 630 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.043385] Hardware name: Generic DRA74X (Flattened Device Tree) [ 103.049787] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.057914] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.065500] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.073992] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.083215] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.091615] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.098648] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 103.106320] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 103.114993] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 103.124122] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 103.133615] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 103.141827] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 103.149774] ---[ end trace 6dd7907bd0838cbb ]--- [ 103.155714] ------------[ cut here ]------------ [ 103.160605] WARNING: CPU: 0 PID: 630 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.168183] Modules linked in: [ 103.171385] CPU: 0 PID: 630 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.182156] Hardware name: Generic DRA74X (Flattened Device Tree) [ 103.188558] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.196686] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.204273] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.212761] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.221986] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.230385] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.237420] [] (mmput) from [] (do_exit+0x288/0x914) [ 103.244454] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 103.252036] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 103.260343] ---[ end trace 6dd7907bd0838cbc ]--- [ 103.266187] ------------[ cut here ]------------ [ 103.271043] WARNING: CPU: 0 PID: 631 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.278622] Modules linked in: [ 103.281829] CPU: 0 PID: 631 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.292323] Hardware name: Generic DRA74X (Flattened Device Tree) [ 103.298727] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.306856] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.314439] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.322930] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.332152] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.340558] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.347589] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 103.355260] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 103.363931] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 103.373062] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 103.382556] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 103.390774] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 103.398716] ---[ end trace 6dd7907bd0838cbd ]--- [ 103.404661] ------------[ cut here ]------------ [ 103.409544] WARNING: CPU: 0 PID: 631 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.417120] Modules linked in: [ 103.420329] CPU: 0 PID: 631 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.431095] Hardware name: Generic DRA74X (Flattened Device Tree) [ 103.437491] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.445619] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.453196] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.461689] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.470909] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.479309] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.486340] [] (mmput) from [] (do_exit+0x288/0x914) [ 103.493375] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 103.500957] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 103.509266] ---[ end trace 6dd7907bd0838cbe ]--- [ 103.515140] ------------[ cut here ]------------ [ 103.519995] WARNING: CPU: 0 PID: 632 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.527576] Modules linked in: [ 103.530783] CPU: 0 PID: 632 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.541280] Hardware name: Generic DRA74X (Flattened Device Tree) [ 103.547678] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.555806] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.563388] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.571877] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.581100] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.589501] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.596534] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 103.604202] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 103.612878] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 103.622005] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 103.631495] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 103.639712] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 103.647653] ---[ end trace 6dd7907bd0838cbf ]--- [ 103.654645] ------------[ cut here ]------------ [ 103.659507] WARNING: CPU: 1 PID: 632 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.667091] Modules linked in: [ 103.670310] CPU: 1 PID: 632 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.681079] Hardware name: Generic DRA74X (Flattened Device Tree) [ 103.687489] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.695634] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.703223] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.711712] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.720940] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.729344] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.736382] [] (mmput) from [] (do_exit+0x288/0x914) [ 103.743421] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 103.751001] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 103.759307] ---[ end trace 6dd7907bd0838cc0 ]--- [ 103.765179] ------------[ cut here ]------------ [ 103.770036] WARNING: CPU: 0 PID: 633 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.777613] Modules linked in: [ 103.780823] CPU: 0 PID: 633 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.791316] Hardware name: Generic DRA74X (Flattened Device Tree) [ 103.797715] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.805849] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.813432] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.821921] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.831147] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.839554] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.846585] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 103.854249] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 103.862920] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 103.872048] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 103.881539] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 103.889761] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 103.897704] ---[ end trace 6dd7907bd0838cc1 ]--- [ 103.903678] ------------[ cut here ]------------ [ 103.908531] WARNING: CPU: 0 PID: 633 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.916111] Modules linked in: [ 103.919323] CPU: 0 PID: 633 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.930084] Hardware name: Generic DRA74X (Flattened Device Tree) [ 103.936482] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.944615] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.952193] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.960689] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.969907] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.978311] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.985346] [] (mmput) from [] (do_exit+0x288/0x914) [ 103.992382] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 103.999965] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 104.008272] ---[ end trace 6dd7907bd0838cc2 ]--- [ 104.014106] ------------[ cut here ]------------ [ 104.018987] WARNING: CPU: 0 PID: 634 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.026560] Modules linked in: [ 104.029771] CPU: 0 PID: 634 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.040263] Hardware name: Generic DRA74X (Flattened Device Tree) [ 104.046665] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 104.054794] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.062375] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.070867] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.080122] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.088528] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.095558] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 104.103233] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 104.111913] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 104.121049] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 104.130538] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 104.138761] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 104.146705] ---[ end trace 6dd7907bd0838cc3 ]--- [ 104.152617] ------------[ cut here ]------------ [ 104.157476] WARNING: CPU: 0 PID: 634 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.165053] Modules linked in: [ 104.168262] CPU: 0 PID: 634 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.179026] Hardware name: Generic DRA74X (Flattened Device Tree) [ 104.185427] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 104.193560] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.201139] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.209633] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.218858] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.227262] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.234294] [] (mmput) from [] (do_exit+0x288/0x914) [ 104.241331] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 104.248916] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 104.257220] ---[ end trace 6dd7907bd0838cc4 ]--- [ 104.263029] ------------[ cut here ]------------ [ 104.267875] WARNING: CPU: 0 PID: 635 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.275454] Modules linked in: [ 104.278661] CPU: 0 PID: 635 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.289154] Hardware name: Generic DRA74X (Flattened Device Tree) [ 104.295556] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 104.303685] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.311269] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.319762] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.328982] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.337380] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.344409] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 104.352081] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 104.360756] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 104.369886] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 104.379372] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 104.387582] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 104.395524] ---[ end trace 6dd7907bd0838cc5 ]--- [ 104.402274] ------------[ cut here ]------------ [ 104.407158] WARNING: CPU: 0 PID: 635 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.414738] Modules linked in: [ 104.417949] CPU: 0 PID: 635 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.428715] Hardware name: Generic DRA74X (Flattened Device Tree) [ 104.435115] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 104.443247] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.450833] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.459326] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.468547] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.476951] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.483995] [] (mmput) from [] (do_exit+0x288/0x914) [ 104.491028] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 104.498610] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 104.506916] ---[ end trace 6dd7907bd0838cc6 ]--- [ 104.512731] ------------[ cut here ]------------ [ 104.517586] WARNING: CPU: 0 PID: 636 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.525167] Modules linked in: [ 104.528376] CPU: 0 PID: 636 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.538867] Hardware name: Generic DRA74X (Flattened Device Tree) [ 104.545267] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 104.553392] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.560978] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.569474] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.578695] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.587097] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.594129] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 104.601799] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 104.610476] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 104.619609] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 104.629100] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 104.637323] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 104.645263] ---[ end trace 6dd7907bd0838cc7 ]--- [ 104.651283] ------------[ cut here ]------------ [ 104.656146] WARNING: CPU: 1 PID: 636 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.663729] Modules linked in: [ 104.666934] CPU: 1 PID: 636 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.677706] Hardware name: Generic DRA74X (Flattened Device Tree) [ 104.684113] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 104.692245] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.699828] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.708319] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.717545] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.725940] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.732979] [] (mmput) from [] (do_exit+0x288/0x914) [ 104.740014] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 104.747597] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 104.755898] ---[ end trace 6dd7907bd0838cc8 ]--- [ 104.761728] ------------[ cut here ]------------ [ 104.766581] WARNING: CPU: 0 PID: 637 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.774162] Modules linked in: [ 104.777364] CPU: 0 PID: 637 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.787854] Hardware name: Generic DRA74X (Flattened Device Tree) [ 104.794249] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 104.802380] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.809960] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.818449] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.827668] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.836072] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.843103] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 104.850773] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 104.859449] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 104.868576] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 104.878070] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 104.886292] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 104.894229] ---[ end trace 6dd7907bd0838cc9 ]--- [ 104.900207] ------------[ cut here ]------------ [ 104.905059] WARNING: CPU: 0 PID: 637 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.912635] Modules linked in: [ 104.915844] CPU: 0 PID: 637 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.926607] Hardware name: Generic DRA74X (Flattened Device Tree) [ 104.933011] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 104.941142] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.948726] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.957222] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.966449] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.974852] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.981884] [] (mmput) from [] (do_exit+0x288/0x914) [ 104.988917] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 104.996496] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 105.004797] ---[ end trace 6dd7907bd0838cca ]--- [ 105.010646] ------------[ cut here ]------------ [ 105.015505] WARNING: CPU: 0 PID: 638 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.023078] Modules linked in: [ 105.026285] CPU: 0 PID: 638 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.036779] Hardware name: Generic DRA74X (Flattened Device Tree) [ 105.043182] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.051311] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.058888] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.067371] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.076589] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.084991] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.092028] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 105.099698] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 105.108368] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 105.117499] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 105.126995] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 105.135209] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 105.143157] ---[ end trace 6dd7907bd0838ccb ]--- [ 105.149951] ------------[ cut here ]------------ [ 105.154833] WARNING: CPU: 0 PID: 638 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.162413] Modules linked in: [ 105.165621] CPU: 0 PID: 638 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.176382] Hardware name: Generic DRA74X (Flattened Device Tree) [ 105.182778] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.190906] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.198488] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.206985] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.216211] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.224613] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.231651] [] (mmput) from [] (do_exit+0x288/0x914) [ 105.238689] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 105.246271] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 105.254578] ---[ end trace 6dd7907bd0838ccc ]--- [ 105.260444] ------------[ cut here ]------------ [ 105.265300] WARNING: CPU: 0 PID: 639 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.272876] Modules linked in: [ 105.276090] CPU: 0 PID: 639 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.286581] Hardware name: Generic DRA74X (Flattened Device Tree) [ 105.292978] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.301107] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.308690] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.317184] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.326405] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.334809] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.341836] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 105.349507] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 105.358182] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 105.367309] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 105.376802] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 105.385025] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 105.392968] ---[ end trace 6dd7907bd0838ccd ]--- [ 105.398874] ------------[ cut here ]------------ [ 105.403763] WARNING: CPU: 0 PID: 639 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.411338] Modules linked in: [ 105.414549] CPU: 0 PID: 639 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.425315] Hardware name: Generic DRA74X (Flattened Device Tree) [ 105.431710] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.439840] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.447427] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.455917] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.465134] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.473535] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.480568] [] (mmput) from [] (do_exit+0x288/0x914) [ 105.487598] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 105.495181] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 105.503478] ---[ end trace 6dd7907bd0838cce ]--- [ 105.508658] ------------[ cut here ]------------ [ 105.513523] WARNING: CPU: 1 PID: 597 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.521099] Modules linked in: [ 105.524310] CPU: 1 PID: 597 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.534798] Hardware name: Generic DRA74X (Flattened Device Tree) [ 105.541203] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.549341] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.556925] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.565419] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.574640] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.583044] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.590080] [] (mmput) from [] (do_exit+0x288/0x914) [ 105.597116] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 105.604704] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 105.613010] ---[ end trace 6dd7907bd0838ccf ]--- [ 105.619063] ------------[ cut here ]------------ [ 105.623924] WARNING: CPU: 1 PID: 640 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.631498] Modules linked in: [ 105.634710] CPU: 1 PID: 640 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.645207] Hardware name: Generic DRA74X (Flattened Device Tree) [ 105.651607] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.659744] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.667331] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.675824] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.685045] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.693441] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.700472] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 105.708147] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 105.716822] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 105.725946] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 105.735445] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 105.743659] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 105.751601] ---[ end trace 6dd7907bd0838cd0 ]--- [ 105.757526] ------------[ cut here ]------------ [ 105.762382] WARNING: CPU: 1 PID: 640 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.769956] Modules linked in: [ 105.773167] CPU: 1 PID: 640 Comm: ln Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.783663] Hardware name: Generic DRA74X (Flattened Device Tree) [ 105.790065] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.798203] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.805792] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.814288] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.823514] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.831910] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.838943] [] (mmput) from [] (do_exit+0x288/0x914) [ 105.845980] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 105.853558] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 105.861864] ---[ end trace 6dd7907bd0838cd1 ]--- [ 105.867113] ------------[ cut here ]------------ [ 105.871971] WARNING: CPU: 0 PID: 591 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.879552] Modules linked in: [ 105.882758] CPU: 0 PID: 591 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.893250] Hardware name: Generic DRA74X (Flattened Device Tree) [ 105.899647] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.907779] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.915364] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.923854] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.933079] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.941481] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.948518] [] (mmput) from [] (do_exit+0x288/0x914) [ 105.955555] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 105.963138] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 105.971445] ---[ end trace 6dd7907bd0838cd2 ]--- [ 105.980095] ------------[ cut here ]------------ [ 105.984956] WARNING: CPU: 0 PID: 642 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.992532] Modules linked in: [ 105.995741] CPU: 0 PID: 642 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 106.006233] Hardware name: Generic DRA74X (Flattened Device Tree) [ 106.012637] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 106.020769] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 106.028357] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 106.036846] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 106.046075] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 106.054477] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 106.061511] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 106.069185] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 106.077863] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 106.087034] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 106.096525] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 106.104747] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 106.112690] ---[ end trace 6dd7907bd0838cd3 ]--- [ 106.118809] ------------[ cut here ]------------ [ 106.123670] WARNING: CPU: 0 PID: 642 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 106.131241] Modules linked in: [ 106.134451] CPU: 0 PID: 642 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 106.145130] Hardware name: Generic DRA74X (Flattened Device Tree) [ 106.151536] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 106.159668] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 106.167252] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 106.175741] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 106.184965] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 106.193369] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 106.200405] [] (mmput) from [] (do_exit+0x288/0x914) [ 106.207439] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 106.215018] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 106.223326] ---[ end trace 6dd7907bd0838cd4 ]--- [ 106.229069] ------------[ cut here ]------------ [ 106.233946] WARNING: CPU: 0 PID: 643 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 106.241524] Modules linked in: [ 106.244736] CPU: 0 PID: 643 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 106.255229] Hardware name: Generic DRA74X (Flattened Device Tree) [ 106.261630] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 106.269763] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 106.277346] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 106.285839] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 106.295063] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 106.303467] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 106.310498] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 106.318169] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 106.326843] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 106.335976] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 106.345473] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 106.353691] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 106.361633] ---[ end trace 6dd7907bd0838cd5 ]--- [ 106.367759] ------------[ cut here ]------------ [ 106.372624] WARNING: CPU: 0 PID: 643 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 106.380195] Modules linked in: [ 106.383405] CPU: 0 PID: 643 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 106.394078] Hardware name: Generic DRA74X (Flattened Device Tree) [ 106.400480] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 106.408614] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 106.416199] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 106.424689] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 106.433917] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 106.442322] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 106.449354] [] (mmput) from [] (do_exit+0x288/0x914) [ 106.456393] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 106.463966] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 106.472269] ---[ end trace 6dd7907bd0838cd6 ]--- [ 106.477997] ------------[ cut here ]------------ [ 106.482839] WARNING: CPU: 0 PID: 644 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 106.490424] Modules linked in: [ 106.493637] CPU: 0 PID: 644 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 106.504129] Hardware name: Generic DRA74X (Flattened Device Tree) [ 106.510527] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 106.518652] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 106.526243] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 106.534739] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 106.543969] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 106.552365] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 106.559403] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 106.567073] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 106.575747] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 106.584876] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 106.594376] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 106.602596] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 106.610536] ---[ end trace 6dd7907bd0838cd7 ]--- [ 106.616521] ------------[ cut here ]------------ [ 106.621381] WARNING: CPU: 1 PID: 644 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 106.628968] Modules linked in: [ 106.632176] CPU: 1 PID: 644 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 106.642946] Hardware name: Generic DRA74X (Flattened Device Tree) [ 106.649351] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 106.657488] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 106.665077] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 106.673576] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 106.682807] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 106.691217] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 106.698254] [] (mmput) from [] (do_exit+0x288/0x914) [ 106.705291] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 106.712872] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 106.721177] ---[ end trace 6dd7907bd0838cd8 ]--- [ 106.726993] ------------[ cut here ]------------ [ 106.731850] WARNING: CPU: 0 PID: 645 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 106.739429] Modules linked in: [ 106.742633] CPU: 0 PID: 645 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 106.753120] Hardware name: Generic DRA74X (Flattened Device Tree) [ 106.759518] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 106.767650] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 106.775235] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 106.783732] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 106.792953] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 106.801350] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 106.808384] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 106.816060] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 106.824737] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 106.833870] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 106.843362] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 106.851580] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 106.859523] ---[ end trace 6dd7907bd0838cd9 ]--- [ 106.865566] ------------[ cut here ]------------ [ 106.870419] WARNING: CPU: 0 PID: 645 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 106.877994] Modules linked in: [ 106.881196] CPU: 0 PID: 645 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 106.891955] Hardware name: Generic DRA74X (Flattened Device Tree) [ 106.898352] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 106.906484] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 106.914068] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 106.922557] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 106.931776] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 106.940182] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 106.947219] [] (mmput) from [] (do_exit+0x288/0x914) [ 106.954252] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 106.961830] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 106.970135] ---[ end trace 6dd7907bd0838cda ]--- [ 106.975475] ------------[ cut here ]------------ [ 106.980337] WARNING: CPU: 1 PID: 641 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 106.987920] Modules linked in: [ 106.991124] CPU: 1 PID: 641 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.001622] Hardware name: Generic DRA74X (Flattened Device Tree) [ 107.008025] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.016157] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.023744] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.032239] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.041467] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 107.049869] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.056905] [] (mmput) from [] (do_exit+0x288/0x914) [ 107.063940] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 107.071519] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 107.079825] ---[ end trace 6dd7907bd0838cdb ]--- [ 107.093675] ------------[ cut here ]------------ [ 107.098539] WARNING: CPU: 0 PID: 647 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 107.106126] Modules linked in: [ 107.109339] CPU: 0 PID: 647 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.119832] Hardware name: Generic DRA74X (Flattened Device Tree) [ 107.126232] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.134363] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.141946] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.150434] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.159660] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 107.168061] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.175098] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 107.182774] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 107.191453] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 107.200584] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 107.210085] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 107.218301] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 107.226244] ---[ end trace 6dd7907bd0838cdc ]--- [ 107.237520] ------------[ cut here ]------------ [ 107.242387] WARNING: CPU: 1 PID: 647 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 107.249972] Modules linked in: [ 107.253191] CPU: 1 PID: 647 Comm: dmesg Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.263959] Hardware name: Generic DRA74X (Flattened Device Tree) [ 107.270367] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.278510] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.286098] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.294591] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.303820] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 107.312228] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.319267] [] (mmput) from [] (do_exit+0x288/0x914) [ 107.326306] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 107.333890] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 107.342194] ---[ end trace 6dd7907bd0838cdd ]--- [ 107.347572] ------------[ cut here ]------------ [ 107.352427] WARNING: CPU: 1 PID: 646 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 107.360006] Modules linked in: [ 107.363217] CPU: 1 PID: 646 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.373710] Hardware name: Generic DRA74X (Flattened Device Tree) [ 107.380106] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.388241] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.395829] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.404321] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.413544] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 107.421949] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.428986] [] (mmput) from [] (do_exit+0x288/0x914) [ 107.436022] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 107.443603] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 107.451904] ---[ end trace 6dd7907bd0838cde ]--- [ 107.458714] ------------[ cut here ]------------ [ 107.463569] WARNING: CPU: 1 PID: 648 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 107.471144] Modules linked in: [ 107.474355] CPU: 1 PID: 648 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.484844] Hardware name: Generic DRA74X (Flattened Device Tree) [ 107.491246] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.499379] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.506963] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.515460] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.524683] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 107.533089] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.540124] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 107.547793] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 107.556471] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 107.565606] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 107.574464] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 107.583234] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 107.592721] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 107.600943] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 107.608888] ---[ end trace 6dd7907bd0838cdf ]--- ALSA: Restoring mixer settings... [ 107.626982] ------------[ cut here ]------------ [ 107.631855] WARNING: CPU: 0 PID: 648 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 107.639440] Modules linked in: [ 107.642655] CPU: 0 PID: 648 Comm: S39alsa-state Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.654167] Hardware name: Generic DRA74X (Flattened Device Tree) [ 107.660588] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.668734] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.669002] ------------[ cut here ]------------ [ 107.669011] WARNING: CPU: 1 PID: 649 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 107.669015] Modules linked in: [ 107.691934] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.700426] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.709654] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 107.718060] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.725096] [] (mmput) from [] (do_exit+0x288/0x914) [ 107.732139] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 107.739722] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 107.748027] ---[ end trace 6dd7907bd0838ce0 ]--- [ 107.748032] CPU: 1 PID: 649 Comm: S39alsa-state Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.748036] Hardware name: Generic DRA74X (Flattened Device Tree) [ 107.748047] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.748057] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.748065] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.748072] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.748080] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 107.748087] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.748093] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 107.748099] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 107.748105] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 107.748111] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 107.748117] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 107.748123] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 107.748126] ---[ end trace 6dd7907bd0838ce1 ]--- [ 107.879721] ------------[ cut here ]------------ [ 107.884576] WARNING: CPU: 1 PID: 652 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 107.892162] Modules linked in: [ 107.895378] CPU: 1 PID: 652 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.905859] Hardware name: Generic DRA74X (Flattened Device Tree) [ 107.912257] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.920386] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.927966] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.936436] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.945663] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) /usr/sbin/alsactl: load_state:1729: [ 107.954069] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.964243] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 107.971917] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) No soundcards found... [ 107.980600] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 107.991723] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 108.001392] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 108.006178] ------------[ cut here ]------------ [ 108.006188] WARNING: CPU: 0 PID: 649 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.006192] Modules linked in: [ 108.025216] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 108.033161] ---[ end trace 6dd7907bd0838ce2 ]--- [ 108.033166] CPU: 0 PID: 649 Comm: alsactl Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.033170] Hardware name: Generic DRA74X (Flattened Device Tree) [ 108.033183] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.033192] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.033202] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.033209] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.033217] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.033224] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.033231] [] (mmput) from [] (do_exit+0x288/0x914) [ 108.033239] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 108.033246] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 108.033249] ---[ end trace 6dd7907bd0838ce3 ]--- [ 108.134527] ------------[ cut here ]------------ [ 108.139405] WARNING: CPU: 0 PID: 652 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.146991] Modules linked in: [ 108.150209] CPU: 0 PID: 652 Comm: hostname Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.161258] Hardware name: Generic DRA74X (Flattened Device Tree) [ 108.167670] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.175809] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.183401] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.191902] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.201137] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.209549] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.216590] [] (mmput) from [] (do_exit+0x288/0x914) [ 108.223634] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 108.231227] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 108.239540] ---[ end trace 6dd7907bd0838ce4 ]--- [ 108.244856] ------------[ cut here ]------------ [ 108.249711] WARNING: CPU: 1 PID: 651 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.257289] Modules linked in: [ 108.260497] CPU: 1 PID: 651 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.270991] Hardware name: Generic DRA74X (Flattened Device Tree) [ 108.277393] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.285522] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.293109] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.301607] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.310836] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.319242] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.326279] [] (mmput) from [] (do_exit+0x288/0x914) [ 108.333316] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 108.340897] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 108.349203] ---[ end trace 6dd7907bd0838ce5 ]--- [ 108.355182] ------------[ cut here ]------------ [ 108.360046] WARNING: CPU: 0 PID: 653 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.367627] Modules linked in: [ 108.370843] CPU: 0 PID: 653 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.381337] Hardware name: Generic DRA74X (Flattened Device Tree) [ 108.387743] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.395877] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.403467] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.411966] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.421187] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.429597] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.436634] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 108.444307] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 108.452981] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 108.462111] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 108.471612] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 108.479832] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 108.487776] ---[ end trace 6dd7907bd0838ce6 ]--- [ 108.494466] ------------[ cut here ]------------ [ 108.499327] WARNING: CPU: 0 PID: 653 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.506910] Modules linked in: [ 108.510122] CPU: 0 PID: 653 Comm: hostname Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.521160] Hardware name: Generic DRA74X (Flattened Device Tree) [ 108.527569] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.535705] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.543291] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.551790] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.561017] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.569419] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.576457] [] (mmput) from [] (do_exit+0x288/0x914) [ 108.583495] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 108.591077] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 108.599383] ---[ end trace 6dd7907bd0838ce7 ]--- [ 108.605316] ------------[ cut here ]------------ [ 108.610180] WARNING: CPU: 0 PID: 654 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.617759] Modules linked in: [ 108.620974] CPU: 0 PID: 654 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.631471] Hardware name: Generic DRA74X (Flattened Device Tree) [ 108.637871] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.646004] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.653589] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.662082] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.671308] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.679717] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.686749] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 108.694426] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 108.703104] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 108.712227] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 108.721723] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 108.729941] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 108.737884] ---[ end trace 6dd7907bd0838ce8 ]--- [ 108.744626] ------------[ cut here ]------------ [ 108.749487] WARNING: CPU: 1 PID: 654 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.757066] Modules linked in: [ 108.760276] CPU: 1 PID: 654 Comm: hostname Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.771320] Hardware name: Generic DRA74X (Flattened Device Tree) [ 108.777719] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.785852] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.793430] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.801928] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.811153] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.819555] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.826589] [] (mmput) from [] (do_exit+0x288/0x914) [ 108.833625] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 108.841207] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 108.849513] ---[ end trace 6dd7907bd0838ce9 ]--- [ 108.854732] ------------[ cut here ]------------ [ 108.859583] WARNING: CPU: 1 PID: 650 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.867163] Modules linked in: [ 108.870377] CPU: 1 PID: 650 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.880870] Hardware name: Generic DRA74X (Flattened Device Tree) [ 108.887272] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.895399] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.902983] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.911475] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.920699] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.929107] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.936141] [] (mmput) from [] (do_exit+0x288/0x914) [ 108.943177] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 108.950759] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 108.959063] ---[ end trace 6dd7907bd0838cea ]--- [ 108.968632] ------------[ cut here ]------------ [ 108.973497] WARNING: CPU: 0 PID: 656 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.981083] Modules linked in: [ 108.984295] CPU: 0 PID: 656 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.994795] Hardware name: Generic DRA74X (Flattened Device Tree) [ 109.001206] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.009347] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.016930] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.025426] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.034653] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.043057] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.050096] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 109.057772] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 109.066455] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 109.075584] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 109.085076] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 109.093295] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 109.101235] ---[ end trace 6dd7907bd0838ceb ]--- [ 109.109327] ------------[ cut here ]------------ [ 109.114186] WARNING: CPU: 1 PID: 656 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 109.121773] Modules linked in: [ 109.124988] CPU: 1 PID: 656 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 109.135763] Hardware name: Generic DRA74X (Flattened Device Tree) [ 109.142175] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.150311] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.157893] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.166393] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.175617] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.184021] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.191054] [] (mmput) from [] (do_exit+0x288/0x914) [ 109.198089] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 109.205670] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 109.213979] ---[ end trace 6dd7907bd0838cec ]--- [ 109.220907] ------------[ cut here ]------------ [ 109.225768] WARNING: CPU: 0 PID: 657 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 109.233348] Modules linked in: [ 109.236553] CPU: 0 PID: 657 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 109.247048] Hardware name: Generic DRA74X (Flattened Device Tree) [ 109.253449] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.261585] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.269169] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.277667] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.286897] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.295299] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.302332] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 109.310004] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 109.318680] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 109.327817] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 109.337315] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 109.345532] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 109.353477] ---[ end trace 6dd7907bd0838ced ]--- [ 109.361908] ------------[ cut here ]------------ [ 109.366765] WARNING: CPU: 0 PID: 657 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 109.374349] Modules linked in: [ 109.377556] CPU: 0 PID: 657 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 109.388321] Hardware name: Generic DRA74X (Flattened Device Tree) [ 109.394719] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.402853] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.410442] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.418940] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.428161] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.436566] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.443599] [] (mmput) from [] (do_exit+0x288/0x914) [ 109.450634] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 109.458218] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 109.466528] ---[ end trace 6dd7907bd0838cee ]--- [ 109.473381] ------------[ cut here ]------------ [ 109.478243] WARNING: CPU: 0 PID: 658 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 109.485825] Modules linked in: [ 109.489036] CPU: 0 PID: 658 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 109.499529] Hardware name: Generic DRA74X (Flattened Device Tree) [ 109.505928] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.514055] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.521641] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.530141] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.539373] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.547781] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.554818] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 109.562490] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 109.571170] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 109.580301] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 109.589159] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 109.597926] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 109.607429] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 109.615643] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 109.623586] ---[ end trace 6dd7907bd0838cef ]--- [ 109.633273] ------------[ cut here ]------------ [ 109.638172] WARNING: CPU: 0 PID: 659 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 109.645754] Modules linked in: [ 109.648966] CPU: 0 PID: 659 Comm: hwclock.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 109.660185] Hardware name: Generic DRA74X (Flattened Device Tree) [ 109.666592] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.674729] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.682315] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.690816] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.700046] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.708455] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.715489] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 109.723166] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 109.731836] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 109.740969] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 109.750466] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 109.758688] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 109.766632] ---[ end trace 6dd7907bd0838cf0 ]--- hwclock: can't open '/dev/misc/rtc': No such fil[ 109.772866] ------------[ cut here ]------------ e or directory [ 109.781722] WARNING: CPU: 1 PID: 659 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 109.790764] Modules linked in: [ 109.793978] CPU: 1 PID: 659 Comm: hwclock Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 109.804938] Hardware name: Generic DRA74X (Flattened Device Tree) [ 109.811352] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.819494] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.827082] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.835578] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.844797] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.853201] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.860232] [] (mmput) from [] (do_exit+0x288/0x914) [ 109.867265] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 109.874850] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 109.883157] ---[ end trace 6dd7907bd0838cf1 ]--- [ 109.888420] ------------[ cut here ]------------ [ 109.893276] WARNING: CPU: 1 PID: 658 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 109.900858] Modules linked in: [ 109.904066] CPU: 1 PID: 658 Comm: hwclock.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 109.915288] Hardware name: Generic DRA74X (Flattened Device Tree) [ 109.921690] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.929821] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.937400] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.945893] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.955119] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.963522] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.970560] [] (mmput) from [] (do_exit+0x288/0x914) [ 109.977587] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 109.985172] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 109.993479] ---[ end trace 6dd7907bd0838cf2 ]--- [ 110.000145] ------------[ cut here ]------------ [ 110.005030] WARNING: CPU: 1 PID: 661 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.012611] Modules linked in: [ 110.015822] CPU: 1 PID: 661 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.026312] Hardware name: Generic DRA74X (Flattened Device Tree) [ 110.032712] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.040843] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.048423] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.056920] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.066142] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.074545] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.081583] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 110.089253] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 110.097928] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 110.107054] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 110.116544] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 110.124761] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 110.132701] ---[ end trace 6dd7907bd0838cf3 ]--- [ 110.139279] ------------[ cut here ]------------ [ 110.144138] WARNING: CPU: 1 PID: 661 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.151714] Modules linked in: [ 110.154925] CPU: 1 PID: 661 Comm: date Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.165597] Hardware name: Generic DRA74X (Flattened Device Tree) [ 110.171999] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.180131] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.187714] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.196210] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.205435] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.213838] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.220873] [] (mmput) from [] (do_exit+0x288/0x914) [ 110.227909] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 110.235488] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 110.243792] ---[ end trace 6dd7907bd0838cf4 ]--- [ 110.250098] ------------[ cut here ]------------ [ 110.254974] WARNING: CPU: 0 PID: 660 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.262555] Modules linked in: [ 110.265770] CPU: 0 PID: 660 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.276270] Hardware name: Generic DRA74X (Flattened Device Tree) [ 110.282669] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.290803] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.298386] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.306882] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.316112] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.324517] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.331550] [] (mmput) from [] (do_exit+0x288/0x914) [ 110.338588] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 110.346173] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 110.354483] ---[ end trace 6dd7907bd0838cf5 ]--- [ 110.361066] ------------[ cut here ]------------ [ 110.365926] WARNING: CPU: 0 PID: 662 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.373505] Modules linked in: [ 110.376712] CPU: 0 PID: 662 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.387209] Hardware name: Generic DRA74X (Flattened Device Tree) [ 110.393613] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.401749] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.409329] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.417827] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.427050] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.435451] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.442481] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 110.450156] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 110.458833] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 110.467959] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 110.477451] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 110.485672] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 110.493615] ---[ end trace 6dd7907bd0838cf6 ]--- Tue Oct 14 20:50:00 UTC 2014 [ 110.499812] ------------[ cut here ]------------ [ 110.507196] WARNING: CPU: 1 PID: 662 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.514776] Modules linked in: [ 110.517989] CPU: 1 PID: 662 Comm: date Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.528670] Hardware name: Generic DRA74X (Flattened Device Tree) [ 110.535077] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.543210] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.550793] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.559288] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.568512] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.576913] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.583948] [] (mmput) from [] (do_exit+0x288/0x914) [ 110.590984] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 110.598567] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 110.606877] ---[ end trace 6dd7907bd0838cf7 ]--- [ 110.612603] ------------[ cut here ]------------ [ 110.617455] WARNING: CPU: 0 PID: 663 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.625042] Modules linked in: [ 110.628252] CPU: 0 PID: 663 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.638744] Hardware name: Generic DRA74X (Flattened Device Tree) [ 110.645145] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.653273] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.660856] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.669348] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.678567] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.686964] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.694000] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 110.701672] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 110.710357] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 110.719488] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 110.728347] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 110.737119] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 110.746621] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 110.754846] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 110.762789] ---[ end trace 6dd7907bd0838cf8 ]--- [ 110.772267] ------------[ cut here ]------------ [ 110.777127] WARNING: CPU: 0 PID: 664 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.784707] Modules linked in: [ 110.787918] CPU: 0 PID: 664 Comm: hwclock.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.799142] Hardware name: Generic DRA74X (Flattened Device Tree) [ 110.805541] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.813676] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.821260] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.829756] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.838982] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.847387] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.854420] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 110.862093] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 110.870768] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 110.879902] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 110.889392] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 110.897619] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 110.905565] ---[ end trace 6dd7907bd0838cf9 ]--- hwclock: can't open '/dev/misc/rtc': No such fil[ 110.911662] ------------[ cut here ]------------ e or directory [ 110.920584] WARNING: CPU: 0 PID: 664 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.929617] Modules linked in: [ 110.932824] CPU: 0 PID: 664 Comm: hwclock Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.943770] Hardware name: Generic DRA74X (Flattened Device Tree) [ 110.950171] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.958311] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.965893] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.974385] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.983611] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.992013] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.999051] [] (mmput) from [] (do_exit+0x288/0x914) [ 111.006085] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 111.013672] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 111.021980] ---[ end trace 6dd7907bd0838cfa ]--- [ 111.027174] ------------[ cut here ]------------ [ 111.032031] WARNING: CPU: 1 PID: 663 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.039616] Modules linked in: [ 111.042821] CPU: 1 PID: 663 Comm: hwclock.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.054040] Hardware name: Generic DRA74X (Flattened Device Tree) [ 111.060450] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.068591] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.076177] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.084680] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.093902] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.102301] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.109337] [] (mmput) from [] (do_exit+0x288/0x914) [ 111.116370] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 111.123955] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 111.132260] ---[ end trace 6dd7907bd0838cfb ]--- [ 111.137544] ------------[ cut here ]------------ [ 111.142395] WARNING: CPU: 1 PID: 655 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.149977] Modules linked in: [ 111.153185] CPU: 1 PID: 655 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.163678] Hardware name: Generic DRA74X (Flattened Device Tree) [ 111.170080] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.178212] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.185791] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.194283] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.203501] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.211903] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.218942] [] (mmput) from [] (do_exit+0x288/0x914) [ 111.225979] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 111.233557] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 111.241864] ---[ end trace 6dd7907bd0838cfc ]--- [ 111.247543] ------------[ cut here ]------------ [ 111.252405] WARNING: CPU: 0 PID: 68 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.259898] Modules linked in: [ 111.263114] CPU: 0 PID: 68 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.273518] Hardware name: Generic DRA74X (Flattened Device Tree) [ 111.279923] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.288055] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.295637] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.304130] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.313353] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.321760] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.328794] [] (mmput) from [] (do_exit+0x288/0x914) [ 111.335834] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 111.343420] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 111.351730] ---[ end trace 6dd7907bd0838cfd ]--- [ 111.357092] ------------[ cut here ]------------ [ 111.361945] WARNING: CPU: 1 PID: 665 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.369527] Modules linked in: [ 111.372733] CPU: 1 PID: 665 Comm: init Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.383410] Hardware name: Generic DRA74X (Flattened Device Tree) [ 111.389812] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.397941] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.405528] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.414022] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.423245] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.431646] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.438679] [] (mmput) from [] (do_exit+0x288/0x914) [ 111.445714] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 111.453296] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 111.461602] ---[ end trace 6dd7907bd0838cfe ]--- [ 111.466618] ------------[ cut here ]------------ [ 111.471477] WARNING: CPU: 0 PID: 67 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.478975] Modules linked in: [ 111.482179] CPU: 0 PID: 67 Comm: init Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.492777] Hardware name: Generic DRA74X (Flattened Device Tree) [ 111.499186] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.507316] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.514896] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.523400] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.532622] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.541024] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.548061] [] (mmput) from [] (do_exit+0x288/0x914) [ 111.555096] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 111.562680] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 111.570987] ---[ end trace 6dd7907bd0838cff ]--- INIT: Entering runlevel: 5 [ 111.577514] ------------[ cut here ]------------ [ 111.584407] WARNING: CPU: 1 PID: 666 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.591984] Modules linked in: [ 111.595193] CPU: 1 PID: 666 Comm: init Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.605869] Hardware name: Generic DRA74X (Flattened Device Tree) [ 111.612268] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.620395] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.627977] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.636474] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.645701] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.654101] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.661136] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 111.668809] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 111.677488] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 111.686617] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 111.695467] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 111.704237] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 111.713733] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 111.721955] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 111.729898] ---[ end trace 6dd7907bd0838d00 ]--- [ 111.739044] ------------[ cut here ]------------ [ 111.743920] WARNING: CPU: 0 PID: 667 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.751508] Modules linked in: [ 111.754730] CPU: 0 PID: 667 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.765232] Hardware name: Generic DRA74X (Flattened Device Tree) [ 111.771638] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.779782] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.787371] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.795863] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.805081] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.813487] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.820522] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 111.828196] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 111.836873] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 111.846002] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 111.855503] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 111.863721] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 111.871671] ---[ end trace 6dd7907bd0838d01 ]--- [ 111.877654] ------------[ cut here ]------------ [ 111.882515] WARNING: CPU: 1 PID: 667 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.890087] Modules linked in: [ 111.893298] CPU: 1 PID: 667 Comm: stty Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.903970] Hardware name: Generic DRA74X (Flattened Device Tree) [ 111.910373] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.918509] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.926095] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.934594] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.943817] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.952221] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.959258] [] (mmput) from [] (do_exit+0x288/0x914) [ 111.966294] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 111.973881] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 111.982188] ---[ end trace 6dd7907bd0838d02 ]--- [ 111.992371] ------------[ cut here ]------------ [ 111.997237] WARNING: CPU: 0 PID: 668 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.004815] Modules linked in: [ 112.008030] CPU: 0 PID: 668 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.018526] Hardware name: Generic DRA74X (Flattened Device Tree) [ 112.024932] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.033067] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.040647] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.049139] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.058362] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 112.066769] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 112.073807] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 112.081487] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 112.090163] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 112.099292] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 112.108151] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 112.116916] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 112.126416] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 112.134638] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 112.142576] ---[ end trace 6dd7907bd0838d03 ]--- [ 112.151701] ------------[ cut here ]------------ [ 112.152017] ------------[ cut here ]------------ [ 112.152027] WARNING: CPU: 1 PID: 670 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.152031] Modules linked in: [ 112.152036] CPU: 1 PID: 670 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.152038] Hardware name: Generic DRA74X (Flattened Device Tree) [ 112.152052] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.152063] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.152072] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.152079] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.152086] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 112.152093] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 112.152099] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 112.152106] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 112.152112] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 112.152118] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 112.152123] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 112.152130] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 112.152133] ---[ end trace 6dd7907bd0838d04 ]--- [ 112.294796] WARNING: CPU: 0 PID: 669 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.302375] Modules linked in: [ 112.305583] CPU: 0 PID: 669 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.317078] Hardware name: Generic DRA74X (Flattened Device Tree) [ 112.323481] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.331609] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.339192] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.347687] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.356905] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 112.365310] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 112.372344] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 112.380016] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 112.388689] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 112.397818] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 112.407310] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 112.415529] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 112.423473] ---[ end trace 6dd7907bd0838d05 ]--- [ 112.430321] ------------[ cut here ]------------ [ 112.435174] WARNING: CPU: 0 PID: 669 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.442746] Modules linked in: [ 112.445954] CPU: 0 PID: 669 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.456543] Hardware name: Generic DRA74X (Flattened Device Tree) [ 112.462946] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.471079] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.478662] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.487151] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.496372] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 112.504771] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 112.511807] [] (mmput) from [] (do_exit+0x288/0x914) [ 112.518844] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 112.526439] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 112.534747] ---[ end trace 6dd7907bd0838d06 ]--- [ 112.539784] ------------[ cut here ]------------ [ 112.544639] WARNING: CPU: 1 PID: 670 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.552227] Modules linked in: [ 112.555448] CPU: 1 PID: 670 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.566134] Hardware name: Generic DRA74X (Flattened Device Tree) [ 112.572543] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.580685] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.588281] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.596778] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.606009] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 112.614417] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 112.621451] [] (mmput) from [] (do_exit+0x288/0x914) [ 112.628487] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 112.636070] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 112.644377] ---[ end trace 6dd7907bd0838d07 ]--- [ 112.650443] ------------[ cut here ]------------ [ 112.650795] ------------[ cut here ]------------ [ 112.650804] WARNING: CPU: 1 PID: 672 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.650808] Modules linked in: [ 112.650813] CPU: 1 PID: 672 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.650815] Hardware name: Generic DRA74X (Flattened Device Tree) [ 112.650827] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.650836] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.650845] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.650852] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.650859] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 112.650866] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 112.650873] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 112.650880] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 112.650885] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 112.650891] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 112.650897] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 112.650903] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 112.650906] ---[ end trace 6dd7907bd0838d08 ]--- [ 112.793553] WARNING: CPU: 0 PID: 671 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.801128] Modules linked in: [ 112.804341] CPU: 0 PID: 671 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.815835] Hardware name: Generic DRA74X (Flattened Device Tree) [ 112.822237] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.830368] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.837950] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.846449] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.855678] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 112.864084] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 112.871119] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 112.878791] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 112.887467] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 112.896602] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 112.906094] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 112.914313] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 112.922256] ---[ end trace 6dd7907bd0838d09 ]--- [ 112.929276] ------------[ cut here ]------------ [ 112.934151] WARNING: CPU: 1 PID: 671 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.941740] Modules linked in: [ 112.944959] CPU: 1 PID: 671 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.955548] Hardware name: Generic DRA74X (Flattened Device Tree) [ 112.961958] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.970100] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.977689] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.986187] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.995421] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.003829] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.010874] [] (mmput) from [] (do_exit+0x288/0x914) [ 113.017916] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 113.025503] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 113.033812] ---[ end trace 6dd7907bd0838d0a ]--- [ 113.038799] ------------[ cut here ]------------ [ 113.043654] WARNING: CPU: 1 PID: 672 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.051228] Modules linked in: [ 113.054440] CPU: 1 PID: 672 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.065118] Hardware name: Generic DRA74X (Flattened Device Tree) [ 113.071520] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.079653] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.087245] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.095741] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 113.104965] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.113367] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.120407] [] (mmput) from [] (do_exit+0x288/0x914) [ 113.127443] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 113.135026] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 113.143334] ---[ end trace 6dd7907bd0838d0b ]--- [ 113.149347] ------------[ cut here ]------------ [ 113.149724] ------------[ cut here ]------------ [ 113.149732] WARNING: CPU: 0 PID: 674 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.149735] Modules linked in: [ 113.149741] CPU: 0 PID: 674 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.149743] Hardware name: Generic DRA74X (Flattened Device Tree) [ 113.149754] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.149764] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.149772] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.149779] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 113.149786] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.149793] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.149800] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 113.149806] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 113.149811] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 113.149817] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 113.149822] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 113.149829] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 113.149832] ---[ end trace 6dd7907bd0838d0c ]--- [ 113.292465] WARNING: CPU: 1 PID: 673 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.300037] Modules linked in: [ 113.303249] CPU: 1 PID: 673 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.314746] Hardware name: Generic DRA74X (Flattened Device Tree) [ 113.321150] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.329287] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.336872] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.345368] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 113.354595] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.363002] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.370035] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 113.377709] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 113.386383] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 113.395518] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 113.405015] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 113.413234] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 113.421180] ---[ end trace 6dd7907bd0838d0d ]--- [ 113.428179] ------------[ cut here ]------------ [ 113.433050] WARNING: CPU: 0 PID: 673 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.440636] Modules linked in: [ 113.443856] CPU: 0 PID: 673 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.454445] Hardware name: Generic DRA74X (Flattened Device Tree) [ 113.460852] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.468993] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.476582] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.485083] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 113.494313] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.502719] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.509759] [] (mmput) from [] (do_exit+0x288/0x914) [ 113.516801] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 113.524393] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 113.532699] ---[ end trace 6dd7907bd0838d0e ]--- [ 113.537695] ------------[ cut here ]------------ [ 113.542561] WARNING: CPU: 0 PID: 674 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.550146] Modules linked in: [ 113.553363] CPU: 0 PID: 674 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.564047] Hardware name: Generic DRA74X (Flattened Device Tree) [ 113.570454] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.578593] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.586179] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.594676] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 113.603897] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.612301] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.619344] [] (mmput) from [] (do_exit+0x288/0x914) [ 113.626381] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 113.633968] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 113.642274] ---[ end trace 6dd7907bd0838d0f ]--- Configuring network interfaces... [ 113.648173] ------------[ cut here ]------------ [ 113.655448] WARNING: CPU: 0 PID: 675 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.663023] Modules linked in: [ 113.666229] CPU: 0 PID: 675 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.677724] Hardware name: Generic DRA74X (Flattened Device Tree) [ 113.684133] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.692265] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.699847] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.708342] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 113.717566] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.725970] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.733010] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 113.740684] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 113.749363] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 113.758493] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 113.767991] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 113.776220] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 113.784160] ---[ end trace 6dd7907bd0838d10 ]--- [ 113.795695] ------------[ cut here ]------------ [ 113.800562] WARNING: CPU: 0 PID: 676 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.808141] Modules linked in: [ 113.811344] CPU: 0 PID: 676 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.821841] Hardware name: Generic DRA74X (Flattened Device Tree) [ 113.828249] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.836386] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.843972] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.852468] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 113.861692] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.870095] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.877130] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 113.884805] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 113.893486] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 113.902614] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 113.912113] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 113.920335] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 113.928284] ---[ end trace 6dd7907bd0838d11 ]--- [ 113.935896] ------------[ cut here ]------------ [ 113.940790] WARNING: CPU: 0 PID: 677 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.948369] Modules linked in: [ 113.951575] CPU: 0 PID: 677 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.962708] Hardware name: Generic DRA74X (Flattened Device Tree) [ 113.969114] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.977246] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.984834] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.993331] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.002550] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.010951] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.017990] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 114.025660] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 114.034341] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 114.043472] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 114.052324] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 114.061098] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 114.070600] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 114.078819] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 114.086763] ---[ end trace 6dd7907bd0838d12 ]--- [ 114.094974] ------------[ cut here ]------------ [ 114.099846] WARNING: CPU: 1 PID: 677 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.107443] Modules linked in: [ 114.110663] CPU: 1 PID: 677 Comm: nfsroot Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.121617] Hardware name: Generic DRA74X (Flattened Device Tree) [ 114.128026] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 114.136167] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 114.143761] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.152260] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.161497] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.169906] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.176950] [] (mmput) from [] (do_exit+0x288/0x914) [ 114.183996] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 114.191584] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 114.199890] ---[ end trace 6dd7907bd0838d13 ]--- [ 114.204941] ------------[ cut here ]------------ [ 114.209806] WARNING: CPU: 1 PID: 676 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.217385] Modules linked in: [ 114.220599] CPU: 1 PID: 676 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.231730] Hardware name: Generic DRA74X (Flattened Device Tree) [ 114.238131] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 114.246264] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 114.253850] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.262346] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.271572] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.279975] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.287011] [] (mmput) from [] (do_exit+0x288/0x914) [ 114.294049] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 114.301635] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 114.309940] ---[ end trace 6dd7907bd0838d14 ]--- [ 114.318051] ------------[ cut here ]------------ [ 114.322894] WARNING: CPU: 0 PID: 678 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.330492] Modules linked in: [ 114.333704] CPU: 0 PID: 678 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.344195] Hardware name: Generic DRA74X (Flattened Device Tree) [ 114.350596] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 114.358725] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 114.366313] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.374806] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.384028] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.392433] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.399469] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 114.407143] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 114.415823] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 114.424969] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 114.434483] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 114.442707] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 114.450650] ---[ end trace 6dd7907bd0838d15 ]--- [ 114.456603] ------------[ cut here ]------------ [ 114.461456] WARNING: CPU: 0 PID: 678 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.469034] Modules linked in: [ 114.472242] CPU: 0 PID: 678 Comm: ifconfig Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.483288] Hardware name: Generic DRA74X (Flattened Device Tree) [ 114.489693] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 114.497819] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 114.505401] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.513895] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.523125] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.531522] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.538561] [] (mmput) from [] (do_exit+0x288/0x914) [ 114.545596] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 114.553182] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 114.561487] ---[ end trace 6dd7907bd0838d16 ]--- [ 114.569574] ------------[ cut here ]------------ [ 114.574473] WARNING: CPU: 0 PID: 679 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.582050] Modules linked in: [ 114.585261] CPU: 0 PID: 679 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.595755] Hardware name: Generic DRA74X (Flattened Device Tree) [ 114.602154] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 114.610287] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 114.617871] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.626364] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.635587] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.643987] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.651022] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 114.658695] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 114.667369] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 114.676496] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 114.685990] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 114.694208] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 114.702150] ---[ end trace 6dd7907bd0838d17 ]--- [ 114.708703] ------------[ cut here ]------------ [ 114.713617] WARNING: CPU: 0 PID: 679 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.721198] Modules linked in: [ 114.724413] CPU: 0 PID: 679 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.735543] Hardware name: Generic DRA74X (Flattened Device Tree) [ 114.741949] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 114.750084] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 114.757669] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.766162] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.775382] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.783785] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.790820] [] (mmput) from [] (do_exit+0x288/0x914) [ 114.797854] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 114.805442] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 114.813754] ---[ end trace 6dd7907bd0838d18 ]--- [ 114.822686] ------------[ cut here ]------------ [ 114.827594] WARNING: CPU: 0 PID: 681 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.835172] Modules linked in: [ 114.838383] CPU: 0 PID: 681 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.848877] Hardware name: Generic DRA74X (Flattened Device Tree) [ 114.855277] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 114.863410] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 114.870990] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.879478] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.888704] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.897105] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.904136] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 114.911807] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 114.920479] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 114.929612] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 114.939107] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 114.947323] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 114.955268] ---[ end trace 6dd7907bd0838d19 ]--- [ 114.961363] ------------[ cut here ]------------ [ 114.966216] WARNING: CPU: 0 PID: 681 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.973786] Modules linked in: [ 114.976990] CPU: 0 PID: 681 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.987668] Hardware name: Generic DRA74X (Flattened Device Tree) [ 114.994062] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.002195] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.009780] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.018268] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.027491] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.035892] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.042931] [] (mmput) from [] (do_exit+0x288/0x914) [ 115.049968] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 115.057545] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 115.065852] ---[ end trace 6dd7907bd0838d1a ]--- [ 115.071087] ------------[ cut here ]------------ [ 115.075948] WARNING: CPU: 1 PID: 680 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.083531] Modules linked in: [ 115.086738] CPU: 1 PID: 680 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.097236] Hardware name: Generic DRA74X (Flattened Device Tree) [ 115.103642] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.111776] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.119360] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.127860] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.137085] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.145489] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.152525] [] (mmput) from [] (do_exit+0x288/0x914) [ 115.159563] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 115.167150] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 115.175454] ---[ end trace 6dd7907bd0838d1b ]--- [ 115.183608] ------------[ cut here ]------------ [ 115.188467] WARNING: CPU: 1 PID: 682 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.196046] Modules linked in: [ 115.199262] CPU: 1 PID: 682 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.209751] Hardware name: Generic DRA74X (Flattened Device Tree) [ 115.216147] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.224275] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.231863] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.240359] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.249585] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.257988] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.265028] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 115.272698] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 115.281368] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 115.290501] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 115.299996] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 115.308219] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 115.316161] ---[ end trace 6dd7907bd0838d1c ]--- [ 115.322463] ------------[ cut here ]------------ [ 115.327320] WARNING: CPU: 0 PID: 683 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.334904] Modules linked in: [ 115.338117] CPU: 0 PID: 683 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.349244] Hardware name: Generic DRA74X (Flattened Device Tree) [ 115.355644] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.363773] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.371355] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.379847] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.389071] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.397465] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.404501] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 115.412172] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 115.420846] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 115.429969] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 115.438827] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 115.447594] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 115.457090] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 115.465307] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 115.473244] ---[ end trace 6dd7907bd0838d1d ]--- [ 115.482574] ------------[ cut here ]------------ [ 115.487430] WARNING: CPU: 0 PID: 683 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.495007] Modules linked in: [ 115.498217] CPU: 0 PID: 683 Comm: nfsroot Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.509168] Hardware name: Generic DRA74X (Flattened Device Tree) [ 115.515572] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.523712] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.531294] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.539790] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.549014] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.557420] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.564457] [] (mmput) from [] (do_exit+0x288/0x914) [ 115.571492] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 115.579078] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 115.587382] ---[ end trace 6dd7907bd0838d1e ]--- [ 115.592425] ------------[ cut here ]------------ [ 115.597287] WARNING: CPU: 1 PID: 682 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.604868] Modules linked in: [ 115.608079] CPU: 1 PID: 682 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.619209] Hardware name: Generic DRA74X (Flattened Device Tree) [ 115.625612] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.633748] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.641336] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.649835] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.659062] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.667466] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.674502] [] (mmput) from [] (do_exit+0x288/0x914) [ 115.681539] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 115.689122] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 115.697428] ---[ end trace 6dd7907bd0838d1f ]--- [ 115.705493] ------------[ cut here ]------------ [ 115.710355] WARNING: CPU: 1 PID: 684 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.717933] Modules linked in: [ 115.721138] CPU: 1 PID: 684 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.731632] Hardware name: Generic DRA74X (Flattened Device Tree) [ 115.738038] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.746173] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.753760] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.762256] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.771478] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.779883] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.786920] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 115.794594] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 115.803275] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 115.812406] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 115.821902] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 115.830122] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 115.838069] ---[ end trace 6dd7907bd0838d20 ]--- [ 115.845902] ------------[ cut here ]------------ [ 115.850761] WARNING: CPU: 0 PID: 684 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.858347] Modules linked in: [ 115.861550] CPU: 0 PID: 684 Comm: ifconfig Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.872594] Hardware name: Generic DRA74X (Flattened Device Tree) [ 115.878994] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.887125] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.894706] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.903202] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.912429] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.920831] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.927869] [] (mmput) from [] (do_exit+0x288/0x914) [ 115.934904] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 115.942488] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 115.950794] ---[ end trace 6dd7907bd0838d21 ]--- [ 115.958914] ------------[ cut here ]------------ [ 115.963784] WARNING: CPU: 1 PID: 685 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.971369] Modules linked in: [ 115.974590] CPU: 1 PID: 685 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.985093] Hardware name: Generic DRA74X (Flattened Device Tree) [ 115.991498] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.999642] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.007235] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.015738] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.024965] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 116.033373] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 116.040410] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 116.048083] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 116.056760] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 116.065892] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 116.075389] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 116.083608] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 116.091549] ---[ end trace 6dd7907bd0838d22 ]--- udhcpc (v1.22.1) started [ 116.109502] ------------[ cut here ]------------ [ 116.114368] WARNING: CPU: 1 PID: 686 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 116.121949] Modules linked in: [ 116.125163] CPU: 1 PID: 686 Comm: default.script Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 116.136746] Hardware name: Generic DRA74X (Flattened Device Tree) [ 116.143155] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 116.151285] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.158876] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.167363] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.176590] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 116.184996] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 116.192030] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 116.199704] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 116.208376] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 116.217502] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 116.227001] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 116.235224] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 116.243170] ---[ end trace 6dd7907bd0838d23 ]--- [ 116.250776] ------------[ cut here ]------------ [ 116.255667] WARNING: CPU: 1 PID: 687 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 116.263248] Modules linked in: [ 116.266448] CPU: 1 PID: 687 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 116.277578] Hardware name: Generic DRA74X (Flattened Device Tree) [ 116.283978] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 116.292109] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.299688] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.308182] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.317404] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 116.325806] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 116.332840] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 116.340511] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 116.349184] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 116.358313] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 116.367167] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 116.375934] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 116.385429] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 116.393652] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 116.401593] ---[ end trace 6dd7907bd0838d24 ]--- [ 116.411834] ------------[ cut here ]------------ [ 116.412295] ------------[ cut here ]------------ [ 116.412305] WARNING: CPU: 1 PID: 689 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 116.412308] Modules linked in: [ 116.412314] CPU: 1 PID: 689 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 116.412317] Hardware name: Generic DRA74X (Flattened Device Tree) [ 116.412331] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 116.412342] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.412351] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.412358] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.412366] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 116.412373] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 116.412379] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 116.412385] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 116.412391] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 116.412396] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 116.412402] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 116.412408] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 116.412411] ---[ end trace 6dd7907bd0838d25 ]--- [ 116.554665] WARNING: CPU: 0 PID: 688 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 116.562240] Modules linked in: [ 116.565452] CPU: 0 PID: 688 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 116.576584] Hardware name: Generic DRA74X (Flattened Device Tree) [ 116.582993] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 116.591124] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.598713] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.607206] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.616429] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 116.624833] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 116.631865] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 116.639538] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 116.648212] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 116.657345] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 116.666838] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 116.675064] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 116.683005] ---[ end trace 6dd7907bd0838d26 ]--- [ 116.690067] ------------[ cut here ]------------ [ 116.694935] WARNING: CPU: 1 PID: 688 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 116.702518] Modules linked in: [ 116.705736] CPU: 1 PID: 688 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 116.716332] Hardware name: Generic DRA74X (Flattened Device Tree) [ 116.722742] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 116.730879] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.738474] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.746968] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.756197] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 116.764604] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 116.771641] [] (mmput) from [] (do_exit+0x288/0x914) [ 116.778680] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 116.786264] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 116.794572] ---[ end trace 6dd7907bd0838d27 ]--- [ 116.799560] ------------[ cut here ]------------ [ 116.804443] WARNING: CPU: 1 PID: 689 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 116.812022] Modules linked in: [ 116.815232] CPU: 1 PID: 689 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 116.825916] Hardware name: Generic DRA74X (Flattened Device Tree) [ 116.832317] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 116.840452] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.848039] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.856538] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.865762] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 116.874165] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 116.881200] [] (mmput) from [] (do_exit+0x288/0x914) [ 116.888235] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 116.895821] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 116.904129] ---[ end trace 6dd7907bd0838d28 ]--- [ 116.911280] ------------[ cut here ]------------ [ 116.916130] WARNING: CPU: 1 PID: 690 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 116.923704] Modules linked in: [ 116.926909] CPU: 1 PID: 690 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 116.938044] Hardware name: Generic DRA74X (Flattened Device Tree) [ 116.944445] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 116.952579] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.960164] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.968659] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.977881] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 116.986286] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 116.993322] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 117.000989] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 117.009661] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 117.018788] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 117.028282] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 117.036496] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 117.044441] ---[ end trace 6dd7907bd0838d29 ]--- [ 117.069078] ------------[ cut here ]------------ [ 117.073934] WARNING: CPU: 1 PID: 690 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 117.081509] Modules linked in: [ 117.084721] CPU: 1 PID: 690 Comm: ip Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 117.095214] Hardware name: Generic DRA74X (Flattened Device Tree) [ 117.101614] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 117.109750] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 117.117331] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 117.125825] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 117.135046] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 117.143451] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 117.150489] [] (mmput) from [] (do_exit+0x288/0x914) [ 117.157527] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 117.165107] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 117.173417] ---[ end trace 6dd7907bd0838d2a ]--- [ 117.179339] ------------[ cut here ]------------ [ 117.184199] WARNING: CPU: 1 PID: 691 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 117.191770] Modules linked in: [ 117.194982] CPU: 1 PID: 691 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 117.206118] Hardware name: Generic DRA74X (Flattened Device Tree) [ 117.212515] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 117.220645] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 117.228229] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 117.236724] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 117.245952] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 117.254355] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 117.261392] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 117.269066] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 117.277739] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 117.286868] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 117.296359] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 117.304579] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 117.312521] ---[ end trace 6dd7907bd0838d2b ]--- [ 117.320872] ------------[ cut here ]------------ [ 117.325740] WARNING: CPU: 0 PID: 691 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 117.333331] Modules linked in: [ 117.336538] CPU: 0 PID: 691 Comm: ip Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 117.347039] Hardware name: Generic DRA74X (Flattened Device Tree) [ 117.353449] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 117.361589] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 117.369178] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 117.377678] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 117.386903] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 117.395300] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 117.402338] [] (mmput) from [] (do_exit+0x288/0x914) [ 117.409372] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 117.416952] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 117.425263] ---[ end trace 6dd7907bd0838d2c ]--- [ 117.430629] ------------[ cut here ]------------ [ 117.435490] WARNING: CPU: 0 PID: 687 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 117.443074] Modules linked in: [ 117.446280] CPU: 0 PID: 687 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 117.457411] Hardware name: Generic DRA74X (Flattened Device Tree) [ 117.463817] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 117.471949] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 117.479532] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 117.488032] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 117.497254] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 117.505660] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 117.512696] [] (mmput) from [] (do_exit+0x288/0x914) [ 117.519733] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 117.527321] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 117.535634] ---[ end trace 6dd7907bd0838d2d ]--- [ 117.540691] ------------[ cut here ]------------ [ 117.545549] WARNING: CPU: 0 PID: 686 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 117.553126] Modules linked in: [ 117.556330] CPU: 0 PID: 686 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 117.567460] Hardware name: Generic DRA74X (Flattened Device Tree) [ 117.573863] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 117.581997] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 117.589579] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 117.598066] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 117.607287] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 117.615699] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 117.622729] [] (mmput) from [] (do_exit+0x288/0x914) [ 117.629768] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 117.637354] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 117.645659] ---[ end trace 6dd7907bd0838d2e ]--- Sending discover... Sending select for 192.168.0.58... Lease of 192.168.0.58 obtained, lease time 600 [ 118.733564] ------------[ cut here ]------------ [ 118.738574] WARNING: CPU: 0 PID: 692 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 118.746147] Modules linked in: [ 118.749362] CPU: 0 PID: 692 Comm: default.script Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 118.760943] Hardware name: Generic DRA74X (Flattened Device Tree) [ 118.767346] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 118.775480] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 118.783065] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 118.791559] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 118.800772] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 118.809182] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 118.816217] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 118.823890] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 118.832565] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 118.841697] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 118.851176] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 118.859397] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 118.867339] ---[ end trace 6dd7907bd0838d2f ]--- [ 118.874129] ------------[ cut here ]------------ [ 118.878991] WARNING: CPU: 1 PID: 693 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 118.886566] Modules linked in: [ 118.889775] CPU: 1 PID: 693 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 118.900907] Hardware name: Generic DRA74X (Flattened Device Tree) [ 118.907307] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 118.915434] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 118.923019] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 118.931513] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 118.940735] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 118.949137] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 118.956173] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 118.963846] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 118.972514] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 118.981645] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 118.990503] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 118.999265] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 119.008754] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 119.016973] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 119.024916] ---[ end trace 6dd7907bd0838d30 ]--- [ 119.035006] ------------[ cut here ]------------ [ 119.039869] WARNING: CPU: 0 PID: 694 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 119.047451] Modules linked in: [ 119.050660] CPU: 0 PID: 694 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 119.061792] Hardware name: Generic DRA74X (Flattened Device Tree) [ 119.068196] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 119.076327] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.083909] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.092400] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.101621] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.110019] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 119.117057] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 119.124735] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 119.133412] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 119.142539] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 119.152036] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 119.160260] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 119.168202] ---[ end trace 6dd7907bd0838d31 ]--- [ 119.174517] ------------[ cut here ]------------ [ 119.179375] WARNING: CPU: 0 PID: 694 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 119.186949] Modules linked in: [ 119.190159] CPU: 0 PID: 694 Comm: ip Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 119.200650] Hardware name: Generic DRA74X (Flattened Device Tree) [ 119.207059] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 119.215193] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.222780] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.231277] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.240507] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.248913] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 119.255950] [] (mmput) from [] (do_exit+0x288/0x914) [ 119.262988] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 119.270570] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 119.278873] ---[ end trace 6dd7907bd0838d32 ]--- [ 119.285079] ------------[ cut here ]------------ [ 119.285465] ------------[ cut here ]------------ [ 119.285474] WARNING: CPU: 1 PID: 696 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 119.285479] Modules linked in: [ 119.285484] CPU: 1 PID: 696 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 119.285486] Hardware name: Generic DRA74X (Flattened Device Tree) [ 119.285499] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 119.285509] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.285517] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.285525] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.285533] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.285540] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 119.285546] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 119.285553] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 119.285558] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 119.285564] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 119.285570] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 119.285576] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 119.285579] ---[ end trace 6dd7907bd0838d33 ]--- [ 119.427826] WARNING: CPU: 0 PID: 695 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 119.435405] Modules linked in: [ 119.438618] CPU: 0 PID: 695 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 119.449749] Hardware name: Generic DRA74X (Flattened Device Tree) [ 119.456153] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 119.464284] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.471865] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.480358] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.489585] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.497988] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 119.505021] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 119.512696] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 119.521370] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 119.530507] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 119.540000] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 119.548222] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 119.556169] ---[ end trace 6dd7907bd0838d34 ]--- [ 119.563181] ------------[ cut here ]------------ [ 119.568050] WARNING: CPU: 1 PID: 695 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 119.575643] Modules linked in: [ 119.578864] CPU: 1 PID: 695 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 119.589451] Hardware name: Generic DRA74X (Flattened Device Tree) [ 119.595861] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 119.604004] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.611599] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.620102] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.629328] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.637734] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 119.644779] [] (mmput) from [] (do_exit+0x288/0x914) [ 119.651818] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 119.659408] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 119.667714] ---[ end trace 6dd7907bd0838d35 ]--- [ 119.672704] ------------[ cut here ]------------ [ 119.677558] WARNING: CPU: 1 PID: 696 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 119.685138] Modules linked in: [ 119.688350] CPU: 1 PID: 696 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 119.699030] Hardware name: Generic DRA74X (Flattened Device Tree) [ 119.705429] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 119.713559] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.721142] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.729637] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.738860] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.747260] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 119.754293] [] (mmput) from [] (do_exit+0x288/0x914) [ 119.761331] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 119.768915] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 119.777220] ---[ end trace 6dd7907bd0838d36 ]--- [ 119.783247] ------------[ cut here ]------------ [ 119.788102] WARNING: CPU: 1 PID: 697 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 119.795677] Modules linked in: [ 119.798889] CPU: 1 PID: 697 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 119.810024] Hardware name: Generic DRA74X (Flattened Device Tree) [ 119.816427] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 119.824562] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.832146] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.840632] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.849857] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.858261] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 119.865296] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 119.872965] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 119.881637] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 119.890772] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 119.900268] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 119.908489] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 119.916431] ---[ end trace 6dd7907bd0838d37 ]--- [ 119.922733] ------------[ cut here ]------------ [ 119.927588] WARNING: CPU: 0 PID: 697 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 119.935174] Modules linked in: [ 119.938386] CPU: 0 PID: 697 Comm: ip Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 119.948878] Hardware name: Generic DRA74X (Flattened Device Tree) [ 119.955284] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 119.963414] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.970989] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.979486] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.988712] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.997115] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.004146] [] (mmput) from [] (do_exit+0x288/0x914) [ 120.011182] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 120.018767] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 120.027072] ---[ end trace 6dd7907bd0838d38 ]--- [ 120.033031] ------------[ cut here ]------------ [ 120.037873] WARNING: CPU: 1 PID: 698 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.045457] Modules linked in: [ 120.048673] CPU: 1 PID: 698 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.059813] Hardware name: Generic DRA74X (Flattened Device Tree) [ 120.066212] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.074342] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.081930] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.090423] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.099644] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.108050] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.115089] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 120.122766] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 120.131440] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 120.140573] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 120.150069] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 120.158287] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 120.166226] ---[ end trace 6dd7907bd0838d39 ]--- [ 120.172391] ------------[ cut here ]------------ [ 120.177246] WARNING: CPU: 1 PID: 698 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.184825] Modules linked in: [ 120.188035] CPU: 1 PID: 698 Comm: ip Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.198530] Hardware name: Generic DRA74X (Flattened Device Tree) [ 120.204924] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.213055] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.220639] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.229141] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.238367] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.246764] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.253805] [] (mmput) from [] (do_exit+0x288/0x914) [ 120.260844] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 120.268428] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 120.276738] ---[ end trace 6dd7907bd0838d3a ]--- [ 120.282468] ------------[ cut here ]------------ [ 120.287323] WARNING: CPU: 0 PID: 693 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.294901] Modules linked in: [ 120.298113] CPU: 0 PID: 693 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.309241] Hardware name: Generic DRA74X (Flattened Device Tree) [ 120.315637] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.323767] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.331349] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.339849] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.349069] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.357470] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.364505] [] (mmput) from [] (do_exit+0x288/0x914) [ 120.371539] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 120.379123] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 120.387429] ---[ end trace 6dd7907bd0838d3b ]--- /etc/udhcpc.d/50default: Adding DNS 192.0.2.2 [ 120.392585] ------------[ cut here ]------------ /etc/udhcpc.d/50default: Adding DNS 192.0.2.3 [ 120.401202] WARNING: CPU: 0 PID: 692 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.412938] Modules linked in: [ 120.416310] CPU: 0 PID: 692 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.427442] Hardware name: Generic DRA74X (Flattened Device Tree) [ 120.433844] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.442003] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.449592] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.458081] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.467301] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.475704] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.482738] [] (mmput) from [] (do_exit+0x288/0x914) [ 120.489774] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 120.497358] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 120.505667] ---[ end trace 6dd7907bd0838d3c ]--- [ 120.523233] ------------[ cut here ]------------ [ 120.528090] WARNING: CPU: 1 PID: 685 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.535671] Modules linked in: [ 120.538883] CPU: 1 PID: 685 Comm: udhcpc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.549737] Hardware name: Generic DRA74X (Flattened Device Tree) [ 120.556143] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.564282] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.571868] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.580361] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.589582] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.597980] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.605011] [] (mmput) from [] (do_exit+0x288/0x914) [ 120.612047] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 120.619628] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 120.627939] ---[ end trace 6dd7907bd0838d3d ]--- [ 120.636182] ------------[ cut here ]------------ [ 120.641044] WARNING: CPU: 1 PID: 700 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.648616] Modules linked in: [ 120.651824] CPU: 1 PID: 700 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.662325] Hardware name: Generic DRA74X (Flattened Device Tree) [ 120.668725] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.676855] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.684442] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.692937] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.702154] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.710560] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.717595] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 120.725272] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 120.733947] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 120.743080] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 120.752577] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 120.760801] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 120.768748] ---[ end trace 6dd7907bd0838d3e ]--- [ 120.774697] ------------[ cut here ]------------ [ 120.779566] WARNING: CPU: 1 PID: 700 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.787145] Modules linked in: [ 120.790355] CPU: 1 PID: 700 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.801483] Hardware name: Generic DRA74X (Flattened Device Tree) [ 120.807884] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.816012] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.823594] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.832082] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.841307] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.849712] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.856749] [] (mmput) from [] (do_exit+0x288/0x914) [ 120.863786] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 120.871370] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 120.879679] ---[ end trace 6dd7907bd0838d3f ]--- [ 120.884820] ------------[ cut here ]------------ [ 120.889678] WARNING: CPU: 0 PID: 675 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.897254] Modules linked in: [ 120.900463] CPU: 0 PID: 675 Comm: ifup Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.911141] Hardware name: Generic DRA74X (Flattened Device Tree) [ 120.917540] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.925666] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.933250] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.941734] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.950958] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.959363] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.966402] [] (mmput) from [] (do_exit+0x288/0x914) [ 120.973439] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 120.981019] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 120.989322] ---[ end trace 6dd7907bd0838d40 ]--- [ 120.994654] ------------[ cut here ]------------ [ 120.999516] WARNING: CPU: 1 PID: 668 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 121.007106] Modules linked in: [ 121.010327] CPU: 1 PID: 668 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 121.021825] Hardware name: Generic DRA74X (Flattened Device Tree) [ 121.028235] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 121.036377] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 121.043961] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.052455] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.061677] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.070086] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 121.077123] [] (mmput) from [] (do_exit+0x288/0x914) [ 121.084163] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 121.091748] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 121.100047] ---[ end trace 6dd7907bd0838d41 ]--- done. [ 121.107127] ------------[ cut here ]------------ [ 121.111984] WARNING: CPU: 0 PID: 701 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 121.119573] Modules linked in: [ 121.122777] CPU: 0 PID: 701 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 121.133273] Hardware name: Generic DRA74X (Flattened Device Tree) [ 121.139670] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 121.147802] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 121.155387] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.163876] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.173099] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.181498] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 121.188533] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 121.196208] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 121.204888] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 121.214016] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 121.222868] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 121.231640] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 121.241131] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 121.249344] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 121.257279] ---[ end trace 6dd7907bd0838d42 ]--- [ 121.268126] ------------[ cut here ]------------ [ 121.272982] WARNING: CPU: 0 PID: 702 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 121.280571] Modules linked in: [ 121.283784] CPU: 0 PID: 702 Comm: S02dbus-1 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 121.294915] Hardware name: Generic DRA74X (Flattened Device Tree) [ 121.301315] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 121.309443] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 121.317028] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.325522] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.334743] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.343142] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 121.350178] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 121.357851] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 121.366528] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 121.375660] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 121.385156] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 121.393379] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 121.401319] ---[ end trace 6dd7907bd0838d43 ]--- [ 121.407224] ------------[ cut here ]------------ [ 121.412080] WARNING: CPU: 0 PID: 702 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 121.419656] Modules linked in: [ 121.422862] CPU: 0 PID: 702 Comm: dirname Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 121.433809] Hardware name: Generic DRA74X (Flattened Device Tree) [ 121.440207] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 121.448338] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 121.455923] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.464416] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.473638] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.482039] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 121.489074] [] (mmput) from [] (do_exit+0x288/0x914) [ 121.496110] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 121.503692] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 121.511995] ---[ end trace 6dd7907bd0838d44 ]--- [ 121.517771] ------------[ cut here ]------------ [ 121.522629] WARNING: CPU: 0 PID: 703 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 121.530212] Modules linked in: [ 121.533422] CPU: 0 PID: 703 Comm: S02dbus-1 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 121.544547] Hardware name: Generic DRA74X (Flattened Device Tree) [ 121.550941] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 121.559073] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 121.566652] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.575148] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.584372] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.592775] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 121.599809] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 121.607478] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 121.616148] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 121.625279] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 121.634771] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 121.642990] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 121.650935] ---[ end trace 6dd7907bd0838d45 ]--- [ 121.656949] ------------[ cut here ]------------ [ 121.661812] WARNING: CPU: 1 PID: 703 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 121.669396] Modules linked in: [ 121.672602] CPU: 1 PID: 703 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 121.683369] Hardware name: Generic DRA74X (Flattened Device Tree) [ 121.689771] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 121.697910] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 121.705492] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.713984] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.723209] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.731616] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 121.738651] [] (mmput) from [] (do_exit+0x288/0x914) [ 121.745689] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 121.753268] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 121.761580] ---[ end trace 6dd7907bd0838d46 ]--- [ 121.768202] ------------[ cut here ]------------ [ 121.773064] WARNING: CPU: 0 PID: 704 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 121.780636] Modules linked in: [ 121.783848] CPU: 0 PID: 704 Comm: S02dbus-1 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 121.794978] Hardware name: Generic DRA74X (Flattened Device Tree) [ 121.801379] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 121.809515] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 121.817099] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.825594] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.834823] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.843219] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 121.850251] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 121.857927] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 121.866600] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 121.875730] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 121.885226] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 121.893449] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 121.901401] ---[ end trace 6dd7907bd0838d47 ]--- [ 121.924637] ------------[ cut here ]------------ [ 121.929497] WARNING: CPU: 1 PID: 704 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 121.937079] Modules linked in: [ 121.940295] CPU: 1 PID: 704 Comm: dbus-uuidgen Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 121.951702] Hardware name: Generic DRA74X (Flattened Device Tree) [ 121.958102] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 121.966238] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 121.973825] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.982314] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.991541] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.999943] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.006980] [] (mmput) from [] (do_exit+0x288/0x914) [ 122.014022] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 122.021601] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 122.029909] ---[ end trace 6dd7907bd0838d48 ]--- Starting system message bus: [ 122.035827] ------------[ cut here ]------------ [ 122.042665] WARNING: CPU: 0 PID: 705 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 122.050240] Modules linked in: [ 122.053450] CPU: 0 PID: 705 Comm: S02dbus-1 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 122.064580] Hardware name: Generic DRA74X (Flattened Device Tree) [ 122.070980] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 122.079112] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 122.086698] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 122.095195] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 122.104413] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 122.112812] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.119847] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 122.127519] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 122.136190] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 122.145321] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 122.154817] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 122.163038] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 122.170974] ---[ end trace 6dd7907bd0838d49 ]--- [ 122.179046] ------------[ cut here ]------------ [ 122.183907] WARNING: CPU: 0 PID: 705 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 122.191481] Modules linked in: [ 122.194690] CPU: 0 PID: 705 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 122.206366] Hardware name: Generic DRA74X (Flattened Device Tree) [ 122.212765] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 122.220895] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 122.228477] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 122.236971] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 122.246193] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 122.254596] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.261628] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 122.269299] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 122.277975] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 122.287106] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 122.296598] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 122.304818] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 122.312759] ---[ end trace 6dd7907bd0838d4a ]--- [ 122.359348] ------------[ cut here ]------------ [ 122.364222] WARNING: CPU: 1 PID: 705 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 122.371805] Modules linked in: [ 122.375019] CPU: 1 PID: 705 Comm: dbus-daemon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 122.386329] Hardware name: Generic DRA74X (Flattened Device Tree) [ 122.392732] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 122.400864] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 122.408452] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 122.416946] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 122.426173] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 122.434576] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.441610] [] (mmput) from [] (do_exit+0x288/0x914) [ 122.448653] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 122.456240] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 122.464553] ---[ end trace 6dd7907bd0838d4b ]--- [ 122.470760] ------------[ cut here ]------------ [ 122.475643] WARNING: CPU: 0 PID: 701 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 122.483222] Modules linked in: [ 122.486427] CPU: 0 PID: 701 Comm: S02dbus-1 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 122.497557] Hardware name: Generic DRA74X (Flattened Device Tree) [ 122.503960] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 122.512093] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 122.519677] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 122.528176] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 122.537403] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 122.545805] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.552841] [] (mmput) from [] (do_exit+0x288/0x914) [ 122.559876] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 122.567462] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 122.575765] ---[ end trace 6dd7907bd0838d4c ]--- dbus. [ 122.582645] ------------[ cut here ]------------ [ 122.587500] WARNING: CPU: 0 PID: 707 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 122.595077] Modules linked in: [ 122.598288] CPU: 0 PID: 707 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 122.608780] Hardware name: Generic DRA74X (Flattened Device Tree) [ 122.615180] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 122.623314] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 122.630898] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 122.639395] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 122.648617] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 122.657017] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.664050] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 122.671725] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 122.680406] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 122.689535] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 122.698406] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 122.707225] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 122.716742] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 122.724961] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 122.732904] ---[ end trace 6dd7907bd0838d4d ]--- [ 122.744874] ------------[ cut here ]------------ [ 122.749737] WARNING: CPU: 0 PID: 708 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 122.757307] Modules linked in: [ 122.760518] CPU: 0 PID: 708 Comm: S09weston Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 122.771648] Hardware name: Generic DRA74X (Flattened Device Tree) [ 122.778048] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 122.786178] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 122.793763] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 122.802256] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 122.811475] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 122.819882] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.826913] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 122.834587] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 122.843270] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 122.852399] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 122.861895] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 122.870111] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 122.878051] ---[ end trace 6dd7907bd0838d4e ]--- [ 122.884074] ------------[ cut here ]------------ [ 122.888937] WARNING: CPU: 1 PID: 708 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 122.896512] Modules linked in: [ 122.899725] CPU: 1 PID: 708 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 122.910494] Hardware name: Generic DRA74X (Flattened Device Tree) [ 122.916899] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 122.925037] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 122.932623] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 122.941123] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 122.950353] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 122.958759] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.965799] [] (mmput) from [] (do_exit+0x288/0x914) [ 122.972841] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 122.980425] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 122.988734] ---[ end trace 6dd7907bd0838d4f ]--- [ 122.994535] ------------[ cut here ]------------ [ 122.999392] WARNING: CPU: 0 PID: 709 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.006965] Modules linked in: [ 123.010174] CPU: 0 PID: 709 Comm: S09weston Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.021303] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.027703] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.035839] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.043423] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.051916] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.061143] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.069550] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.076588] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 123.084277] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 123.092959] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 123.102090] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 123.111587] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 123.119805] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 123.127748] ---[ end trace 6dd7907bd0838d50 ]--- [ 123.133801] ------------[ cut here ]------------ [ 123.138670] WARNING: CPU: 1 PID: 709 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.146258] Modules linked in: [ 123.149480] CPU: 1 PID: 709 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.160247] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.166654] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.174795] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.182377] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.190874] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.200098] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.208492] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.215529] [] (mmput) from [] (do_exit+0x288/0x914) [ 123.222568] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 123.230154] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 123.238464] ---[ end trace 6dd7907bd0838d51 ]--- [ 123.284822] ------------[ cut here ]------------ [ 123.289684] WARNING: CPU: 0 PID: 710 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.297252] Modules linked in: [ 123.300464] CPU: 0 PID: 710 Comm: S09weston Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.311591] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.317988] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.326124] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.333703] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.342193] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.351407] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.359804] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.366838] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 123.374509] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 123.383188] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 123.392305] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 123.401799] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 123.410014] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 123.417951] ---[ end trace 6dd7907bd0838d52 ]--- [ 123.424454] ------------[ cut here ]------------ [ 123.429329] WARNING: CPU: 1 PID: 710 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.429333] Modules linked in: [ 123.429340] CPU: 1 PID: 710 Comm: openvt Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.429342] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.429355] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.429367] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.429377] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.429385] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.429394] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.429402] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.429410] [] (mmput) from [] (do_exit+0x288/0x914) [ 123.429418] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 123.429427] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 123.429430] ---[ end trace 6dd7907bd0838d53 ]--- [ 123.430050] ------------[ cut here ]------------ [ 123.430061] WARNING: CPU: 1 PID: 707 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.430064] Modules linked in: [ 123.430069] CPU: 1 PID: 707 Comm: S09weston Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.430072] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.430085] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.430096] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.430105] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.430113] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.430122] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.430130] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.430138] [] (mmput) from [] (do_exit+0x288/0x914) [ 123.430146] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 123.430154] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 123.430158] ---[ end trace 6dd7907bd0838d54 ]--- [ 123.451969] ------------[ cut here ]------------ [ 123.451980] WARNING: CPU: 1 PID: 712 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.451984] Modules linked in: [ 123.451990] CPU: 1 PID: 712 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.451993] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.452008] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.452020] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.452029] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.452038] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.452047] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.452055] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.452063] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 123.452071] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 123.452078] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 123.452084] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 123.452090] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 123.452097] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 123.452102] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 123.452110] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 123.452113] ---[ end trace 6dd7907bd0838d55 ]--- [ 123.802306] ------------[ cut here ]------------ [ 123.803933] ------------[ cut here ]------------ [ 123.803944] WARNING: CPU: 0 PID: 714 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.803948] Modules linked in: Starting Dropbear SSH server: [ 123.803954] CPU: 0 PID: 714 Comm: S10dropbear Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.803956] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.803969] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.803981] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.803991] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.803998] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) dropbear. [ 123.804006] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.804013] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.804019] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 123.804026] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 123.804032] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 123.804038] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 123.804044] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 123.804051] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 123.804054] ---[ end trace 6dd7907bd0838d56 ]--- [ 123.805770] ------------[ cut here ]------------ [ 123.805778] WARNING: CPU: 0 PID: 714 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.805782] Modules linked in: [ 123.805786] CPU: 0 PID: 714 Comm: awk Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.805789] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.805801] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.805811] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.805819] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.805826] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.805834] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.805840] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.805848] [] (mmput) from [] (do_exit+0x288/0x914) [ 123.805856] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 123.805863] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 123.805866] ---[ end trace 6dd7907bd0838d57 ]--- [ 123.806339] ------------[ cut here ]------------ [ 123.806347] WARNING: CPU: 0 PID: 713 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.806351] Modules linked in: [ 123.806356] CPU: 0 PID: 713 Comm: S10dropbear Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.806358] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.806368] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.806377] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.806385] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.806391] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.806399] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.806406] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.806413] [] (mmput) from [] (do_exit+0x288/0x914) [ 123.806420] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 123.806427] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 123.806430] ---[ end trace 6dd7907bd0838d58 ]--- [ 123.811341] ------------[ cut here ]------------ [ 123.811350] WARNING: CPU: 0 PID: 715 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.811353] Modules linked in: [ 123.811359] CPU: 0 PID: 715 Comm: S10dropbear Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.811361] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.811375] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.811384] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.811393] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.811400] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.811408] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.811414] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.811421] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 123.811428] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 123.811434] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 123.811440] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 123.811446] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 123.811452] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 123.811456] ---[ end trace 6dd7907bd0838d59 ]--- [ 123.837248] ------------[ cut here ]------------ [ 123.837257] WARNING: CPU: 0 PID: 715 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.837261] Modules linked in: [ 123.837266] CPU: 0 PID: 715 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.837268] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.837279] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.837288] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.837297] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.837304] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.837311] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.837318] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.837325] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 123.837331] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 123.837337] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 123.837342] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 123.837348] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 123.837355] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 123.837357] ---[ end trace 6dd7907bd0838d5a ]--- [ 123.869827] ------------[ cut here ]------------ [ 123.869837] WARNING: CPU: 0 PID: 717 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.869840] Modules linked in: [ 123.869846] CPU: 0 PID: 717 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.869849] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.869863] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.869874] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.869883] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.869890] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.869897] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.869905] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.869912] [] (mmput) from [] (do_exit+0x288/0x914) [ 123.869919] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 123.869927] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 123.869930] ---[ end trace 6dd7907bd0838d5b ]--- [ 123.871898] ------------[ cut here ]------------ [ 123.871907] WARNING: CPU: 0 PID: 719 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.871910] Modules linked in: [ 123.871916] CPU: 0 PID: 719 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.871918] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.871930] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.871939] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.871948] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.871955] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.871962] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.871969] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.871976] [] (mmput) from [] (do_exit+0x288/0x914) [ 123.871983] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 123.871990] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 123.871993] ---[ end trace 6dd7907bd0838d5c ]--- [ 123.872440] ------------[ cut here ]------------ [ 123.872447] WARNING: CPU: 0 PID: 715 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.872450] Modules linked in: [ 123.872455] CPU: 0 PID: 715 Comm: dropbear Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.872457] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.872466] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.872475] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.872483] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.872490] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.872497] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.872503] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.872510] [] (mmput) from [] (do_exit+0x288/0x914) [ 123.872517] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 123.872525] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 123.872528] ---[ end trace 6dd7907bd0838d5d ]--- [ 123.873143] ------------[ cut here ]------------ [ 123.873150] WARNING: CPU: 0 PID: 712 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.873154] Modules linked in: [ 123.873159] CPU: 0 PID: 712 Comm: S10dropbear Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.873161] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.873172] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.873181] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.873189] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.873195] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.873202] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.873209] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.873216] [] (mmput) from [] (do_exit+0x288/0x914) [ 123.873222] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 123.873230] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 123.873233] ---[ end trace 6dd7907bd0838d5e ]--- [ 123.903766] ------------[ cut here ]------------ [ 123.903775] WARNING: CPU: 0 PID: 721 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.903778] Modules linked in: [ 123.903782] CPU: 0 PID: 721 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.903785] Hardware name: Generic DRA74X (Flattened Device Tree) [ 123.903796] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.903806] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.903816] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.903822] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.903830] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.903838] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.903845] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 123.903852] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 123.903858] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 123.903864] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 123.903869] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 123.903875] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 123.903881] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 123.903887] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 123.903890] ---[ end trace 6dd7907bd0838d5f ]--- [ 125.037953] WARNING: CPU: 1 PID: 711 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 125.037960] Modules linked in: [ 125.037965] CPU: 1 PID: 711 Comm: openvt Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 125.037967] Hardware name: Generic DRA74X (Flattened Device Tree) [ 125.037979] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 125.037989] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 125.037998] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 125.038006] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 125.038014] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 125.038021] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 125.038027] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 125.038033] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 125.038039] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 125.038045] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 125.038051] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 125.038057] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 125.038060] ---[ end trace 6dd7907bd0838d60 ]--- Starting telnet daemon[ 125.173965] ------------[ cut here ]------------ [ 125.179794] WARNING: CPU: 0 PID: 722 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 125.187384] Modules linked in: [ 125.190610] CPU: 0 PID: 722 Comm: S10telnetd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 125.201834] Hardware name: Generic DRA74X (Flattened Device Tree) [ 125.208251] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 125.216401] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 125.223992] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 125.232490] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 125.241727] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 125.250143] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 125.257181] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 125.264865] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 125.273546] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 125.282684] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 125.292182] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 125.300410] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 125.308353] ---[ end trace 6dd7907bd0838d61 ]--- [ 125.317168] ------------[ cut here ]------------ [ 125.322029] WARNING: CPU: 1 PID: 722 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 125.329610] Modules linked in: [ 125.332807] CPU: 1 PID: 722 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 125.344472] Hardware name: Generic DRA74X (Flattened Device Tree) [ 125.350876] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 125.359000] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 125.366593] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 125.366603] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 125.366611] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 125.366619] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 125.366626] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 125.366633] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 125.366640] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 125.366646] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 125.366651] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 125.366658] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 125.366661] ---[ end trace 6dd7907bd0838d62 ]--- [ 125.368158] ------------[ cut here ]------------ [ 125.368167] WARNING: CPU: 1 PID: 722 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 125.368171] Modules linked in: [ 125.368176] CPU: 1 PID: 722 Comm: telnetd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 125.368178] Hardware name: Generic DRA74X (Flattened Device Tree) [ 125.368189] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 125.368199] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 125.368208] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 125.368215] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 125.368223] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 125.368230] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 125.368237] [] (mmput) from [] (do_exit+0x288/0x914) [ 125.368244] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 125.368251] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 125.368254] ---[ end trace 6dd7907bd0838d63 ]--- [ 125.368788] ------------[ cut here ]------------ [ 125.368796] WARNING: CPU: 1 PID: 721 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 125.368800] Modules linked in: [ 125.368805] CPU: 1 PID: 721 Comm: S10telnetd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 125.368807] Hardware name: Generic DRA74X (Flattened Device Tree) [ 125.368818] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 125.368827] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 125.368835] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 125.368841] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 125.368849] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 125.368856] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 125.368863] [] (mmput) from [] (do_exit+0x288/0x914) [ 125.368870] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 125.368877] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 125.368880] ---[ end trace 6dd7907bd0838d64 ]--- [ 125.396148] ------------[ cut here ]------------ [ 125.396157] WARNING: CPU: 1 PID: 726 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 125.396160] Modules linked in: [ 125.396166] CPU: 1 PID: 726 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 125.396168] Hardware name: Generic DRA74X (Flattened Device Tree) [ 125.396183] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 125.396193] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 125.396203] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 125.396210] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 125.396218] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 125.396225] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 125.396232] [] (mmput) from [] (do_exit+0x288/0x914) [ 125.396238] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 125.396246] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 125.396249] ---[ end trace 6dd7907bd0838d65 ]--- [ 125.416723] ------------[ cut here ]------------ [ 125.416732] WARNING: CPU: 1 PID: 725 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 125.416735] Modules linked in: [ 125.416739] CPU: 1 PID: 725 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 125.416742] Hardware name: Generic DRA74X (Flattened Device Tree) [ 125.416753] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 125.416762] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 125.416770] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 125.416777] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 125.416785] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 125.416792] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 125.416798] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 125.416804] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 125.416810] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 125.416815] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 125.416820] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 125.416826] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 125.416832] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 125.416838] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 125.416840] ---[ end trace 6dd7907bd0838d66 ]--- Starting rpcbind daemon...[ 125.945288] ------------[ cut here ]------------ [ 125.951274] WARNING: CPU: 0 PID: 727 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 125.958860] Modules linked in: [ 125.962068] CPU: 0 PID: 727 Comm: S12rpcbind Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 125.973296] Hardware name: Generic DRA74X (Flattened Device Tree) [ 125.979711] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 125.987848] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 125.995437] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 126.003944] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 126.013177] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 126.021595] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 126.028632] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 126.036312] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 126.044989] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 126.054120] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 126.063629] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 126.071857] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 126.079807] ---[ end trace 6dd7907bd0838d67 ]--- [ 126.093255] ------------[ cut here ]------------ [ 126.098113] WARNING: CPU: 1 PID: 727 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 126.098120] Modules linked in: [ 126.098126] CPU: 1 PID: 727 Comm: pidof Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 126.098128] Hardware name: Generic DRA74X (Flattened Device Tree) [ 126.098142] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 126.098154] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 126.098163] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 126.098170] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 126.098178] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 126.098186] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 126.098194] [] (mmput) from [] (do_exit+0x288/0x914) [ 126.098202] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 126.098209] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 126.098212] ---[ end trace 6dd7907bd0838d68 ]--- [ 126.099564] ------------[ cut here ]------------ [ 126.099573] WARNING: CPU: 1 PID: 728 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 126.099576] Modules linked in: [ 126.099582] CPU: 1 PID: 728 Comm: S12rpcbind Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 126.099584] Hardware name: Generic DRA74X (Flattened Device Tree) [ 126.099597] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 126.099606] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 126.099615] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 126.099623] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 126.099630] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 126.099637] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 126.099644] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 126.099650] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 126.099657] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 126.099662] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 126.099667] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 126.099674] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 126.099677] ---[ end trace 6dd7907bd0838d69 ]--- [ 126.159699] ------------[ cut here ]------------ [ 126.159708] WARNING: CPU: 1 PID: 728 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 126.159711] Modules linked in: [ 126.159716] CPU: 1 PID: 728 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 126.159718] Hardware name: Generic DRA74X (Flattened Device Tree) [ 126.159730] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 126.159740] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 126.159750] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 126.159757] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 126.159765] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 126.159772] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 126.159778] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 126.159785] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 126.159791] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 126.159797] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 126.159803] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 126.159809] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 126.159812] ---[ end trace 6dd7907bd0838d6a ]--- [ 126.488533] ------------[ cut here ]------------ [ 126.493401] WARNING: CPU: 1 PID: 711 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 126.499827] ------------[ cut here ]------------ [ 126.499837] WARNING: CPU: 0 PID: 730 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 126.499840] Modules linked in: [ 126.499846] CPU: 0 PID: 730 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 126.499848] Hardware name: Generic DRA74X (Flattened Device Tree) [ 126.499862] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 126.499875] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 126.499885] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 126.499893] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 126.499901] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 126.499908] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 126.499915] [] (mmput) from [] (do_exit+0x288/0x914) [ 126.499923] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 126.499931] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 126.499934] ---[ end trace 6dd7907bd0838d6b ]--- [ 126.610664] Modules linked in: [ 126.610670] CPU: 1 PID: 711 Comm: weston Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 126.610676] Hardware name: Generic DRA74X (Flattened Device Tree) [ 126.610688] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 126.610698] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 126.610707] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 126.610714] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 126.610721] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 126.610728] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 126.610735] [] (mmput) from [] (do_exit+0x288/0x914) [ 126.610742] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 126.610750] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 126.610753] ---[ end trace 6dd7907bd0838d6c ]--- rpcbind: cannot create socket for udp6 [ 126.709400] ------------[ cut here ]------------ [ 126.716289] WARNING: CPU: 0 PID: 732 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 126.723868] Modules linked in: [ 126.727074] CPU: 0 PID: 732 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 126.738113] Hardware name: Generic DRA74X (Flattened Device Tree) [ 126.744518] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 126.752646] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 126.760229] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 126.768715] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 126.777935] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 126.786339] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 126.793378] [] (mmput) from [] (do_exit+0x288/0x914) [ 126.800413] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 126.807999] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 126.816303] ---[ end trace 6dd7907bd0838d6d ]--- [ 126.821737] ------------[ cut here ]------------ [ 126.826603] WARNING: CPU: 0 PID: 728 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 126.834183] Modules linked in: [ 126.837390] CPU: 0 PID: 728 Comm: rpcbind Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 126.839817] ------------[ cut here ]------------ [ 126.839827] WARNING: CPU: 1 PID: 735 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 126.839830] Modules linked in: [ 126.863942] Hardware name: Generic DRA74X (Flattened Device Tree) [ 126.870348] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 126.878478] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 126.886065] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 126.894555] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 126.903781] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 126.912184] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 126.919216] [] (mmput) from [] (do_exit+0x288/0x914) [ 126.926248] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 126.933835] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 126.942141] ---[ end trace 6dd7907bd0838d6e ]--- [ 126.942146] CPU: 1 PID: 735 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 126.942149] Hardware name: Generic DRA74X (Flattened Device Tree) [ 126.942160] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 126.942170] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 126.942179] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 126.942186] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 126.942194] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 126.942201] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 126.942208] [] (mmput) from [] (do_exit+0x288/0x914) [ 126.942215] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 126.942223] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 126.942226] ---[ end trace 6dd7907bd0838d6f ]--- rpcbind: cannot create socket for tcp6 [ 127.041533] ------------[ cut here ]------------ [ 127.049361] WARNING: CPU: 1 PID: 725 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 127.057101] Modules linked in: [ 127.060318] CPU: 1 PID: 725 Comm: S12rpcbind Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 127.071545] Hardware name: Generic DRA74X (Flattened Device Tree) [ 127.077948] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 127.086080] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 127.093665] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 127.102155] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 127.111385] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 127.119790] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 127.126826] [] (mmput) from [] (do_exit+0x288/0x914) [ 127.133864] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 127.141451] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 127.149761] ---[ end trace 6dd7907bd0838d70 ]--- done. [ 127.164999] ------------[ cut here ]------------ [ 127.169858] WARNING: CPU: 1 PID: 737 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 127.177437] Modules linked in: [ 127.180652] CPU: 1 PID: 737 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 127.191146] Hardware name: Generic DRA74X (Flattened Device Tree) [ 127.197552] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 127.205688] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 127.213273] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 127.221765] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 127.230989] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 127.239396] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 127.246429] [] (mmput) from [] (do_exit+0x288/0x914) [ 127.253468] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 127.261051] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 127.269357] ---[ end trace 6dd7907bd0838d71 ]--- [ 127.274815] ------------[ cut here ]------------ [ 127.279670] WARNING: CPU: 0 PID: 736 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 127.287256] Modules linked in: [ 127.290464] CPU: 0 PID: 736 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 127.300958] Hardware name: Generic DRA74X (Flattened Device Tree) [ 127.307362] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 127.315498] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 127.323084] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 127.331579] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 127.340802] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 127.349201] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 127.356234] [] (mmput) from [] (do_exit+0x288/0x914) [ 127.363270] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 127.370853] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 127.379159] ---[ end trace 6dd7907bd0838d72 ]--- [ 127.385885] ------------[ cut here ]------------ [ 127.390745] WARNING: CPU: 1 PID: 738 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 127.398329] Modules linked in: [ 127.401535] CPU: 1 PID: 738 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 127.412027] Hardware name: Generic DRA74X (Flattened Device Tree) [ 127.418432] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 127.426564] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 127.434149] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 127.442640] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 127.451865] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 127.460273] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 127.467305] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 127.474979] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 127.483657] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 127.492791] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 127.501650] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 127.510422] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 127.519920] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 127.528143] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 127.536088] ---[ end trace 6dd7907bd0838d73 ]--- creating NFS state directory: [ 127.546577] ------------[ cut here ]------------ [ 127.553059] WARNING: CPU: 1 PID: 739 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 127.560635] Modules linked in: [ 127.563851] CPU: 1 PID: 739 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 127.575257] Hardware name: Generic DRA74X (Flattened Device Tree) [ 127.581662] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 127.589793] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 127.597379] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 127.605879] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 127.615110] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 127.623516] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 127.630552] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 127.638229] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 127.646905] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 127.656040] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 127.665538] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 127.673763] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 127.681705] ---[ end trace 6dd7907bd0838d74 ]--- [ 127.687640] ------------[ cut here ]------------ [ 127.692502] WARNING: CPU: 1 PID: 739 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 127.700079] Modules linked in: [ 127.703293] CPU: 1 PID: 739 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 127.714064] Hardware name: Generic DRA74X (Flattened Device Tree) [ 127.720463] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 127.728593] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 127.736181] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 127.744670] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 127.753898] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 127.762306] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 127.769343] [] (mmput) from [] (do_exit+0x288/0x914) [ 127.776376] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 127.783959] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 127.792265] ---[ end trace 6dd7907bd0838d75 ]--- [ 127.798803] ------------[ cut here ]------------ [ 127.803667] WARNING: CPU: 0 PID: 741 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 127.811246] Modules linked in: [ 127.814456] CPU: 0 PID: 741 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 127.825863] Hardware name: Generic DRA74X (Flattened Device Tree) [ 127.832262] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 127.840391] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 127.847970] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 127.856466] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 127.865690] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 127.874091] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 127.881128] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 127.888801] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 127.897478] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 127.906603] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 127.916098] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 127.924317] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 127.932261] ---[ end trace 6dd7907bd0838d76 ]--- [ 127.938782] ------------[ cut here ]------------ [ 127.943636] WARNING: CPU: 0 PID: 741 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 127.951212] Modules linked in: [ 127.954422] CPU: 0 PID: 741 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 127.965194] Hardware name: Generic DRA74X (Flattened Device Tree) [ 127.971593] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 127.979719] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 127.987304] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 127.995801] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.005027] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.013431] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.020464] [] (mmput) from [] (do_exit+0x288/0x914) [ 128.027501] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 128.035082] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 128.043391] ---[ end trace 6dd7907bd0838d77 ]--- [ 128.049153] ------------[ cut here ]------------ [ 128.054036] WARNING: CPU: 0 PID: 742 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 128.061612] Modules linked in: [ 128.064823] CPU: 0 PID: 742 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 128.076223] Hardware name: Generic DRA74X (Flattened Device Tree) [ 128.082624] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 128.090753] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 128.098336] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.106850] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.116106] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.124517] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.131556] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 128.139227] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 128.147904] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 128.157038] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 128.166532] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 128.174750] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 128.182694] ---[ end trace 6dd7907bd0838d78 ]--- [ 128.188735] ------------[ cut here ]------------ [ 128.193604] WARNING: CPU: 1 PID: 742 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 128.201180] Modules linked in: [ 128.204394] CPU: 1 PID: 742 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 128.215169] Hardware name: Generic DRA74X (Flattened Device Tree) [ 128.221570] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 128.229707] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 128.237292] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.245785] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.255006] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.263411] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.270447] [] (mmput) from [] (do_exit+0x288/0x914) [ 128.277480] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 128.285061] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 128.293369] ---[ end trace 6dd7907bd0838d79 ]--- [ 128.299158] ------------[ cut here ]------------ [ 128.304015] WARNING: CPU: 0 PID: 743 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 128.311593] Modules linked in: [ 128.314817] CPU: 0 PID: 743 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 128.326228] Hardware name: Generic DRA74X (Flattened Device Tree) [ 128.332632] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 128.340773] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 128.348363] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.356861] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.366089] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.374492] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.381529] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 128.389195] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 128.397868] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 128.407000] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 128.416486] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 128.424706] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 128.432649] ---[ end trace 6dd7907bd0838d7a ]--- [ 128.439666] ------------[ cut here ]------------ [ 128.444524] WARNING: CPU: 0 PID: 743 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 128.452104] Modules linked in: [ 128.455314] CPU: 0 PID: 743 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 128.466079] Hardware name: Generic DRA74X (Flattened Device Tree) [ 128.472483] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 128.480615] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 128.488201] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.496695] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.505926] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.514335] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.521377] [] (mmput) from [] (do_exit+0x288/0x914) [ 128.528432] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 128.536026] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 128.544346] ---[ end trace 6dd7907bd0838d7b ]--- [ 128.553949] ------------[ cut here ]------------ [ 128.558820] WARNING: CPU: 1 PID: 740 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 128.566400] Modules linked in: [ 128.569613] CPU: 1 PID: 740 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 128.581024] Hardware name: Generic DRA74X (Flattened Device Tree) [ 128.587428] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 128.595561] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 128.603143] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.611637] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.620862] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.629265] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.636298] [] (mmput) from [] (do_exit+0x288/0x914) [ 128.643334] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 128.650918] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 128.659229] ---[ end trace 6dd7907bd0838d7c ]--- [ 128.665082] ------------[ cut here ]------------ [ 128.669943] WARNING: CPU: 1 PID: 744 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 128.677519] Modules linked in: [ 128.680729] CPU: 1 PID: 744 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 128.692141] Hardware name: Generic DRA74X (Flattened Device Tree) [ 128.698544] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 128.706679] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 128.714260] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.722751] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.731982] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.740387] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.747419] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 128.755088] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 128.763761] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 128.772892] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 128.782393] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 128.790613] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 128.798554] ---[ end trace 6dd7907bd0838d7d ]--- [ 128.805558] ------------[ cut here ]------------ [ 128.810416] WARNING: CPU: 0 PID: 744 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 128.817999] Modules linked in: [ 128.821207] CPU: 0 PID: 744 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 128.831966] Hardware name: Generic DRA74X (Flattened Device Tree) [ 128.838368] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 128.846502] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 128.854081] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.862576] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.871800] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.880201] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.887237] [] (mmput) from [] (do_exit+0x288/0x914) [ 128.894273] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 128.901861] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 128.910168] ---[ end trace 6dd7907bd0838d7e ]--- done starting statd: [ 128.916187] ------------[ cut here ]------------ [ 128.922477] WARNING: CPU: 1 PID: 745 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 128.930059] Modules linked in: [ 128.933268] CPU: 1 PID: 745 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 128.944677] Hardware name: Generic DRA74X (Flattened Device Tree) [ 128.951075] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 128.959208] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 128.966797] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.975291] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.984518] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.992921] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.999956] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 129.007633] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 129.016310] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 129.025436] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 129.034934] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 129.043157] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 129.051104] ---[ end trace 6dd7907bd0838d7f ]--- [ 129.171603] ------------[ cut here ]------------ [ 129.176461] WARNING: CPU: 1 PID: 745 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 129.184031] Modules linked in: [ 129.187236] CPU: 1 PID: 745 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 129.198912] Hardware name: Generic DRA74X (Flattened Device Tree) [ 129.205316] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 129.213446] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 129.221031] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 129.229528] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 129.238752] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 129.247156] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 129.254196] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 129.261871] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 129.270541] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 129.279671] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 129.289165] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 129.297387] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 129.305332] ---[ end trace 6dd7907bd0838d80 ]--- [ 129.750202] ------------[ cut here ]------------ [ 129.755064] WARNING: CPU: 1 PID: 747 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 129.762644] Modules linked in: [ 129.765859] CPU: 1 PID: 747 Comm: rpc.statd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 129.776990] Hardware name: Generic DRA74X (Flattened Device Tree) [ 129.783391] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 129.791521] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 129.799103] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 129.807588] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 129.816813] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 129.825208] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 129.832242] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 129.839917] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 129.848583] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 129.857715] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 129.867205] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 129.875416] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 129.883355] ---[ end trace 6dd7907bd0838d81 ]--- [ 129.891559] ------------[ cut here ]------------ [ 129.896442] WARNING: CPU: 1 PID: 747 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 129.904015] Modules linked in: [ 129.907221] CPU: 1 PID: 747 Comm: sm-notify Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 129.918348] Hardware name: Generic DRA74X (Flattened Device Tree) [ 129.924748] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 129.932874] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 129.940451] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 129.948942] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 129.958160] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 129.966557] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 129.973593] [] (mmput) from [] (do_exit+0x288/0x914) [ 129.980620] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 129.988197] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 129.996497] ---[ end trace 6dd7907bd0838d82 ]--- [ 130.005824] ------------[ cut here ]------------ [ 130.010684] WARNING: CPU: 1 PID: 745 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 130.018253] Modules linked in: [ 130.021455] CPU: 1 PID: 745 Comm: rpc.statd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 130.032587] Hardware name: Generic DRA74X (Flattened Device Tree) [ 130.038990] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 130.047121] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.054707] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.063192] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.072406] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.080804] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.087839] [] (mmput) from [] (do_exit+0x288/0x914) [ 130.094875] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 130.102459] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 130.110758] ---[ end trace 6dd7907bd0838d83 ]--- [ 130.116087] ------------[ cut here ]------------ [ 130.120946] WARNING: CPU: 0 PID: 738 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 130.128523] Modules linked in: [ 130.131728] CPU: 0 PID: 738 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 130.143125] Hardware name: Generic DRA74X (Flattened Device Tree) [ 130.149529] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 130.157663] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.165247] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.173742] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.182967] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.191358] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.198394] [] (mmput) from [] (do_exit+0x288/0x914) [ 130.205428] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 130.213007] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 130.221313] ---[ end trace 6dd7907bd0838d84 ]--- done [ 130.230082] ------------[ cut here ]------------ [ 130.234987] WARNING: CPU: 0 PID: 749 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 130.242561] Modules linked in: [ 130.245771] CPU: 0 PID: 749 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 130.256265] Hardware name: Generic DRA74X (Flattened Device Tree) [ 130.262669] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 130.270802] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.278390] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.286878] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.296104] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.304501] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.311537] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 130.319209] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 130.327880] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 130.337009] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 130.346507] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 130.354721] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 130.362668] ---[ end trace 6dd7907bd0838d85 ]--- hwclock: can't open '/dev/misc/rtc': No such fil[ 130.368845] ------------[ cut here ]------------ e or directory [ 130.377720] WARNING: CPU: 0 PID: 749 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 130.386748] Modules linked in: [ 130.389961] CPU: 0 PID: 749 Comm: hwclock Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 130.400908] Hardware name: Generic DRA74X (Flattened Device Tree) [ 130.407310] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 130.415442] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.423030] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.431524] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.440743] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.449138] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.456168] [] (mmput) from [] (do_exit+0x288/0x914) [ 130.463200] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 130.470783] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 130.479086] ---[ end trace 6dd7907bd0838d86 ]--- [ 130.484417] ------------[ cut here ]------------ [ 130.489275] WARNING: CPU: 1 PID: 748 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 130.496854] Modules linked in: [ 130.500066] CPU: 1 PID: 748 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 130.510561] Hardware name: Generic DRA74X (Flattened Device Tree) [ 130.516959] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 130.525093] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.532674] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.541165] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.550391] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.558796] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.565830] [] (mmput) from [] (do_exit+0x288/0x914) [ 130.572860] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 130.580444] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 130.588741] ---[ end trace 6dd7907bd0838d87 ]--- [ 130.595443] ------------[ cut here ]------------ [ 130.600299] WARNING: CPU: 1 PID: 750 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 130.607877] Modules linked in: [ 130.611089] CPU: 1 PID: 750 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 130.621589] Hardware name: Generic DRA74X (Flattened Device Tree) [ 130.627987] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 130.636115] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.643705] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.652198] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.661417] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.669819] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.676852] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 130.684529] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 130.693202] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 130.702327] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 130.711184] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 130.719949] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 130.729432] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 130.737656] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 130.745595] ---[ end trace 6dd7907bd0838d88 ]--- [ 130.752955] ------------[ cut here ]------------ [ 130.757798] WARNING: CPU: 1 PID: 750 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 130.765397] Modules linked in: [ 130.768608] CPU: 1 PID: 750 Comm: S20rng-tools Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 130.780020] Hardware name: Generic DRA74X (Flattened Device Tree) [ 130.786423] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 130.794555] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.802144] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.810637] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.819868] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.828270] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.835301] [] (mmput) from [] (do_exit+0x288/0x914) [ 130.842337] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 130.849922] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 130.858232] ---[ end trace 6dd7907bd0838d89 ]--- [ 130.865000] ------------[ cut here ]------------ [ 130.869894] WARNING: CPU: 1 PID: 751 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 130.877473] Modules linked in: [ 130.880682] CPU: 1 PID: 751 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 130.891178] Hardware name: Generic DRA74X (Flattened Device Tree) [ 130.897579] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 130.905706] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.913290] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.921782] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.931007] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.939410] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.946441] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 130.954118] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 130.962795] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 130.971924] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 130.980780] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 130.989547] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 130.999037] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 131.007260] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 131.015205] ---[ end trace 6dd7907bd0838d8a ]--- Starting syslogd/klogd: [ 131.025134] ------------[ cut here ]------------ [ 131.031175] WARNING: CPU: 0 PID: 752 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.038763] Modules linked in: [ 131.041967] CPU: 0 PID: 752 Comm: S20syslog Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.053102] Hardware name: Generic DRA74X (Flattened Device Tree) [ 131.059502] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 131.067631] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 131.075210] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 131.083702] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 131.092918] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 131.101315] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 131.108356] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 131.116032] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 131.124709] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 131.133842] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 131.143334] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 131.151554] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 131.159486] ---[ end trace 6dd7907bd0838d8b ]--- [ 131.169887] ------------[ cut here ]------------ [ 131.170239] ------------[ cut here ]------------ [ 131.170248] WARNING: CPU: 1 PID: 753 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.170251] Modules linked in: [ 131.170257] CPU: 1 PID: 753 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.170259] Hardware name: Generic DRA74X (Flattened Device Tree) [ 131.170271] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 131.170282] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 131.170291] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 131.170299] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 131.170306] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 131.170313] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 131.170320] [] (mmput) from [] (do_exit+0x288/0x914) [ 131.170329] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 131.170336] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 131.170339] ---[ end trace 6dd7907bd0838d8c ]--- [ 131.170857] ------------[ cut here ]------------ [ 131.170864] WARNING: CPU: 1 PID: 754 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.170868] Modules linked in: [ 131.170873] CPU: 1 PID: 754 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.170874] Hardware name: Generic DRA74X (Flattened Device Tree) [ 131.170885] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 131.170894] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 131.170902] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 131.170908] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 131.170916] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 131.170922] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 131.170928] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 131.170935] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 131.170941] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 131.170947] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 131.170953] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 131.170959] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 131.170962] ---[ end trace 6dd7907bd0838d8d ]--- [ 131.423371] WARNING: CPU: 0 PID: 752 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.430949] Modules linked in: [ 131.434161] CPU: 0 PID: 752 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.445833] Hardware name: Generic DRA74X (Flattened Device Tree) [ 131.452238] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 131.460369] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 131.467953] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 131.476448] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 131.485671] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 131.494072] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 131.501098] [] (mmput) from [] (do_exit+0x288/0x914) [ 131.508132] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 131.515718] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 131.524036] ---[ end trace 6dd7907bd0838d8e ]--- [ 131.529919] ------------[ cut here ]------------ [ 131.534819] WARNING: CPU: 0 PID: 755 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.542397] Modules linked in: [ 131.545605] CPU: 0 PID: 755 Comm: S20syslog Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.556730] Hardware name: Generic DRA74X (Flattened Device Tree) [ 131.563139] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 131.571267] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 131.578850] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 131.587342] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 131.596563] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 131.604968] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 131.611998] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 131.619674] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 131.628344] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 131.637472] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 131.646965] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 131.655179] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 131.663124] ---[ end trace 6dd7907bd0838d8f ]--- [ 131.671028] ------------[ cut here ]------------ [ 131.671374] ------------[ cut here ]------------ [ 131.671383] WARNING: CPU: 1 PID: 756 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.671387] Modules linked in: [ 131.671392] CPU: 1 PID: 756 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.671395] Hardware name: Generic DRA74X (Flattened Device Tree) [ 131.671406] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 131.671416] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 131.671425] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 131.671432] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 131.671439] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 131.671446] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 131.671453] [] (mmput) from [] (do_exit+0x288/0x914) [ 131.671461] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 131.671468] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 131.671471] ---[ end trace 6dd7907bd0838d90 ]--- [ 131.671977] ------------[ cut here ]------------ [ 131.671985] WARNING: CPU: 1 PID: 757 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.671988] Modules linked in: [ 131.671992] CPU: 1 PID: 757 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.671995] Hardware name: Generic DRA74X (Flattened Device Tree) [ 131.672005] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 131.672014] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 131.672022] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 131.672028] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 131.672036] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 131.672042] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 131.672048] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 131.672055] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 131.672060] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 131.672066] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 131.672072] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 131.672078] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 131.672081] ---[ end trace 6dd7907bd0838d91 ]--- [ 131.924478] WARNING: CPU: 0 PID: 755 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.932062] Modules linked in: [ 131.935273] CPU: 0 PID: 755 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.946952] Hardware name: Generic DRA74X (Flattened Device Tree) [ 131.953360] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 131.961496] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 131.969082] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 131.977578] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 131.986809] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 131.995215] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.002256] [] (mmput) from [] (do_exit+0x288/0x914) [ 132.009300] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 132.016876] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 132.025186] ---[ end trace 6dd7907bd0838d92 ]--- [ 132.030519] ------------[ cut here ]------------ [ 132.035384] WARNING: CPU: 1 PID: 751 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.042965] Modules linked in: [ 132.046168] CPU: 1 PID: 751 Comm: S20syslog Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.057314] Hardware name: Generic DRA74X (Flattened Device Tree) [ 132.063725] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.071864] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.079453] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.087954] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.097181] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.105583] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.112627] [] (mmput) from [] (do_exit+0x288/0x914) [ 132.119671] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 132.127262] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 132.135578] ---[ end trace 6dd7907bd0838d93 ]--- done [ 132.142384] ------------[ cut here ]------------ [ 132.147250] WARNING: CPU: 1 PID: 758 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.154831] Modules linked in: [ 132.158043] CPU: 1 PID: 758 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.168546] Hardware name: Generic DRA74X (Flattened Device Tree) [ 132.174956] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.183099] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.190683] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.199183] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.208415] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.216827] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.223875] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 132.231555] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 132.240230] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 132.249365] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 132.258222] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 132.266995] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 132.276492] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 132.284718] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 132.292662] ---[ end trace 6dd7907bd0838d94 ]--- Starting thttpd[ 132.301409] ------------[ cut here ]------------ [ 132.306667] WARNING: CPU: 1 PID: 759 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.314250] Modules linked in: [ 132.317454] CPU: 1 PID: 759 Comm: S20thttpd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.328590] Hardware name: Generic DRA74X (Flattened Device Tree) [ 132.335001] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.343136] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.350724] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.359216] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.368448] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.376853] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.383891] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 132.391566] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 132.400242] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 132.409375] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 132.418878] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 132.427103] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 132.435055] ---[ end trace 6dd7907bd0838d95 ]--- [ 132.444469] ------------[ cut here ]------------ [ 132.449322] WARNING: CPU: 1 PID: 759 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.456904] Modules linked in: [ 132.460122] CPU: 1 PID: 759 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.471810] Hardware name: Generic DRA74X (Flattened Device Tree) [ 132.478211] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.486346] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.493939] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.502440] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.511662] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.520069] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.527105] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 132.534781] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 132.543457] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 132.552587] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 132.562080] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 132.570306] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 132.578246] ---[ end trace 6dd7907bd0838d96 ]--- [ 132.590086] ------------[ cut here ]------------ [ 132.595001] WARNING: CPU: 1 PID: 761 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.602594] Modules linked in: [ 132.605812] CPU: 1 PID: 761 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.616862] Hardware name: Generic DRA74X (Flattened Device Tree) [ 132.623268] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.631402] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.638994] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.647492] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.656723] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.665131] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.672176] [] (mmput) from [] (do_exit+0x288/0x914) [ 132.679216] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 132.686801] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 132.695114] ---[ end trace 6dd7907bd0838d97 ]--- [ 132.701805] ------------[ cut here ]------------ [ 132.706685] WARNING: CPU: 1 PID: 759 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.708748] ------------[ cut here ]------------ [ 132.708758] WARNING: CPU: 0 PID: 764 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.708762] Modules linked in: [ 132.708767] CPU: 0 PID: 764 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.708769] Hardware name: Generic DRA74X (Flattened Device Tree) [ 132.708784] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.708795] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.708805] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.708812] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.708819] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.708827] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.708835] [] (mmput) from [] (do_exit+0x288/0x914) [ 132.708842] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 132.708849] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 132.708852] ---[ end trace 6dd7907bd0838d98 ]--- [ 132.823901] Modules linked in: [ 132.827107] CPU: 1 PID: 759 Comm: thttpd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.837981] Hardware name: Generic DRA74X (Flattened Device Tree) [ 132.844391] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.852529] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.860122] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.868617] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.877848] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.886249] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.893289] [] (mmput) from [] (do_exit+0x288/0x914) [ 132.900325] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 132.907920] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 132.916229] ---[ end trace 6dd7907bd0838d99 ]--- [ 132.921593] ------------[ cut here ]------------ [ 132.926450] WARNING: CPU: 0 PID: 758 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.934046] Modules linked in: [ 132.937251] CPU: 0 PID: 758 Comm: S20thttpd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.948379] Hardware name: Generic DRA74X (Flattened Device Tree) [ 132.954783] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.962914] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.970505] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.979009] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.988231] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.996630] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.003676] [] (mmput) from [] (do_exit+0x288/0x914) [ 133.010716] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 133.018305] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 133.026614] ---[ end trace 6dd7907bd0838d9a ]--- [ 133.033718] ------------[ cut here ]------------ [ 133.038588] WARNING: CPU: 1 PID: 765 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 133.046176] Modules linked in: [ 133.049396] CPU: 1 PID: 765 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 133.059899] Hardware name: Generic DRA74X (Flattened Device Tree) [ 133.066309] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 133.074444] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 133.082029] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 133.090526] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 133.099760] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 133.108167] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.115209] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 133.122885] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 133.131562] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 133.140695] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 133.149559] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 133.158328] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 133.167826] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 133.176048] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 133.183991] ---[ end trace 6dd7907bd0838d9b ]--- Starting Lighttpd Web Server: [ 133.192610] ------------[ cut here ]------------ [ 133.199089] WARNING: CPU: 1 PID: 766 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 133.206666] Modules linked in: [ 133.209874] CPU: 1 PID: 766 Comm: S70lighttpd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 133.221192] Hardware name: Generic DRA74X (Flattened Device Tree) [ 133.227608] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 133.235736] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 133.243326] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 133.251819] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 133.261049] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 133.269461] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.276501] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 133.284167] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 133.292850] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 133.301986] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 133.311481] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 133.319701] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 133.327646] ---[ end trace 6dd7907bd0838d9c ]--- [ 133.340283] ------------[ cut here ]------------ [ 133.345143] WARNING: CPU: 0 PID: 766 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 133.352721] Modules linked in: [ 133.355938] CPU: 0 PID: 766 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 133.367613] Hardware name: Generic DRA74X (Flattened Device Tree) [ 133.374017] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 133.382151] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 133.389731] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 133.398220] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 133.407449] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 133.415848] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.422890] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 133.430565] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 133.439249] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 133.448382] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 133.457881] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 133.466098] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 133.474044] ---[ end trace 6dd7907bd0838d9d ]--- [ 133.512265] ------------[ cut here ]------------ 2014-10-14 20:50:22: (/scratch/jenkins/coresdk-n[ 133.512939] ------------[ cut here ]------------ [ 133.512950] WARNING: CPU: 0 PID: 767 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 133.512954] Modules linked in: ightly-build/build-CORTEX_1/arago-tmp-external-l[ 133.512961] CPU: 0 PID: 767 Comm: lighttpd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 133.512963] Hardware name: Generic DRA74X (Flattened Device Tree) inaro-toolchain/work/cortexa15t2hf-vfp-neon-oe-l[ 133.512977] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) inux-gnueabi/lighttpd/1.4.33-r1/lighttpd-1.4.33/[ 133.512988] [] (show_stack) from [] (dump_stack+0x70/0x8c) src/log.c.166) server started [ 133.512997] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 133.513004] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 133.513011] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 133.513018] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.513026] [] (mmput) from [] (do_exit+0x288/0x914) [ 133.513033] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 133.513041] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 133.513044] ---[ end trace 6dd7907bd0838d9e ]--- [ 133.646283] WARNING: CPU: 1 PID: 766 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 133.653858] Modules linked in: [ 133.657063] CPU: 1 PID: 766 Comm: lighttpd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 133.668102] Hardware name: Generic DRA74X (Flattened Device Tree) [ 133.674508] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 133.682648] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 133.690238] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 133.698736] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 133.707966] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 133.716373] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.723410] [] (mmput) from [] (do_exit+0x288/0x914) [ 133.730446] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 133.738032] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 133.746339] ---[ end trace 6dd7907bd0838d9f ]--- [ 133.751720] ------------[ cut here ]------------ [ 133.756577] WARNING: CPU: 1 PID: 765 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 133.764155] Modules linked in: [ 133.767363] CPU: 1 PID: 765 Comm: S70lighttpd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 133.778680] Hardware name: Generic DRA74X (Flattened Device Tree) [ 133.785082] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 133.793211] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 133.800796] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 133.809287] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 133.818509] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 133.826909] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.833952] [] (mmput) from [] (do_exit+0x288/0x914) [ 133.840990] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 133.848578] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 133.856877] ---[ end trace 6dd7907bd0838da0 ]--- lighttpd. [ 133.863917] ------------[ cut here ]------------ [ 133.868776] WARNING: CPU: 1 PID: 769 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 133.876352] Modules linked in: [ 133.879564] CPU: 1 PID: 769 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 133.890058] Hardware name: Generic DRA74X (Flattened Device Tree) [ 133.896465] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 133.904597] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 133.912185] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 133.920685] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 133.929916] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 133.938322] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.945357] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 133.953033] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 133.961705] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 133.970836] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 133.979696] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 133.988460] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 133.997957] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 134.006179] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 134.014120] ---[ end trace 6dd7907bd0838da1 ]--- [ 134.023689] ------------[ cut here ]------------ [ 134.028565] WARNING: CPU: 0 PID: 770 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.036151] Modules linked in: [ 134.039371] CPU: 0 PID: 770 Comm: S97matrix-gui-2 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.051056] Hardware name: Generic DRA74X (Flattened Device Tree) [ 134.057467] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.065598] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.073191] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.081688] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.090916] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.099327] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 134.106369] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 134.114047] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 134.122725] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 134.131860] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 134.141362] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 134.149587] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 134.157538] ---[ end trace 6dd7907bd0838da2 ]--- [ 134.163520] ------------[ cut here ]------------ [ 134.168372] WARNING: CPU: 0 PID: 770 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.175951] Modules linked in: [ 134.179165] CPU: 0 PID: 770 Comm: rm Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.189665] Hardware name: Generic DRA74X (Flattened Device Tree) [ 134.196066] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.204198] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.211783] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.220283] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.229502] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.237910] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 134.244948] [] (mmput) from [] (do_exit+0x288/0x914) [ 134.251988] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 134.259576] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 134.267884] ---[ end trace 6dd7907bd0838da3 ]--- [ 134.273723] ------------[ cut here ]------------ [ 134.278589] WARNING: CPU: 0 PID: 771 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.286176] Modules linked in: [ 134.289392] CPU: 0 PID: 771 Comm: S97matrix-gui-2 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.301080] Hardware name: Generic DRA74X (Flattened Device Tree) [ 134.307487] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.315627] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.323215] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.331716] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.340950] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.349354] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 134.356396] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 134.364069] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 134.372753] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 134.381886] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 134.391385] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 134.399609] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 134.407549] ---[ end trace 6dd7907bd0838da4 ]--- [ 134.413494] ------------[ cut here ]------------ [ 134.418356] WARNING: CPU: 1 PID: 771 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.425934] Modules linked in: [ 134.429145] CPU: 1 PID: 771 Comm: rm Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.439638] Hardware name: Generic DRA74X (Flattened Device Tree) [ 134.446043] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.454178] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.461767] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.470269] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.479489] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.487890] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 134.494929] [] (mmput) from [] (do_exit+0x288/0x914) [ 134.501966] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 134.509555] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 134.517869] ---[ end trace 6dd7907bd0838da5 ]--- Starting Matrix GUI application[ 134.523917] ------------[ cut here ]------------ [ 134.531243] WARNING: CPU: 0 PID: 772 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.538832] Modules linked in: [ 134.542038] CPU: 0 PID: 772 Comm: S97matrix-gui-2 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.553715] Hardware name: Generic DRA74X (Flattened Device Tree) [ 134.560125] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.568260] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.575842] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.584344] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.593572] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.601983] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 134.609019] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 134.616696] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 134.625371] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 134.634502] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 134.643992] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 134.652216] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 134.660161] ---[ end trace 6dd7907bd0838da6 ]--- [ 134.666312] ------------[ cut here ]------------ [ 134.666652] ------------[ cut here ]------------ [ 134.666660] WARNING: CPU: 1 PID: 773 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.666664] Modules linked in: [ 134.666669] CPU: 1 PID: 773 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.666671] Hardware name: Generic DRA74X (Flattened Device Tree) [ 134.666682] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.666691] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.666700] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.666706] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.666714] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.666721] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 134.666728] [] (mmput) from [] (do_exit+0x288/0x914) [ 134.666735] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 134.666742] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 134.666745] ---[ end trace 6dd7907bd0838da7 ]--- [ 134.698688] ------------[ cut here ]------------ [ 134.698696] WARNING: CPU: 1 PID: 774 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.698700] Modules linked in: [ 134.698705] CPU: 1 PID: 774 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.698707] Hardware name: Generic DRA74X (Flattened Device Tree) [ 134.698718] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.698727] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.698734] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.698741] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.698749] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.698756] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 134.698762] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 134.698769] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 134.698774] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 134.698781] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 134.698787] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 134.698793] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 134.698795] ---[ end trace 6dd7907bd0838da8 ]--- [ 134.919940] WARNING: CPU: 0 PID: 772 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.927531] Modules linked in: [ 134.930753] CPU: 0 PID: 772 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.942440] Hardware name: Generic DRA74X (Flattened Device Tree) [ 134.948847] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.956988] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.964576] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.973075] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.982305] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.990718] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 134.997757] [] (mmput) from [] (do_exit+0x288/0x914) [ 135.004803] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 135.012390] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 135.020707] ---[ end trace 6dd7907bd0838da9 ]--- [ 135.026039] ------------[ cut here ]------------ [ 135.030882] WARNING: CPU: 1 PID: 769 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 135.038451] Modules linked in: [ 135.041653] CPU: 1 PID: 769 Comm: S97matrix-gui-2 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 135.053312] Hardware name: Generic DRA74X (Flattened Device Tree) [ 135.059714] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 135.067841] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 135.075408] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 135.083895] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 135.093098] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 135.101489] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 135.108519] [] (mmput) from [] (do_exit+0x288/0x914) [ 135.115538] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 135.123105] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 135.131404] ---[ end trace 6dd7907bd0838daa ]--- [ 135.139175] ------------[ cut here ]------------ [ 135.144021] WARNING: CPU: 1 PID: 775 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 135.151577] Modules linked in: [ 135.154791] CPU: 1 PID: 775 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 135.165262] Hardware name: Generic DRA74X (Flattened Device Tree) [ 135.171658] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 135.179774] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 135.187351] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 135.195829] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 135.205038] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 135.213424] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 135.220443] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 135.228112] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 135.236777] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 135.245884] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 135.254723] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 135.263478] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 135.272972] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 135.281168] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 135.289103] ---[ end trace 6dd7907bd0838dab ]--- [ 135.298951] ------------[ cut here ]------------ [ 135.299692] ------------[ cut here ]------------ [ 135.299703] WARNING: CPU: 0 PID: 781 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 135.299707] Modules linked in: [ 135.299713] CPU: 0 PID: 781 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 135.299715] Hardware name: Generic DRA74X (Flattened Device Tree) [ 135.299733] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 135.299754] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 135.299765] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 135.299772] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 135.299780] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 135.299788] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 135.299796] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 135.299803] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 135.299810] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 135.299815] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 135.299821] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 135.299827] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 135.299830] ---[ end trace 6dd7907bd0838dac ]--- [ 135.302221] ------------[ cut here ]------------ [ 135.302229] WARNING: CPU: 0 PID: 778 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 135.302233] Modules linked in: [ 135.302238] CPU: 0 PID: 778 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 135.302240] Hardware name: Generic DRA74X (Flattened Device Tree) [ 135.302254] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 135.302263] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 135.302271] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 135.302278] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 135.302286] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 135.302293] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 135.302299] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 135.302306] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 135.302312] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 135.302317] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 135.302323] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 135.302329] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 135.302332] ---[ end trace 6dd7907bd0838dad ]--- [ 135.305374] ------------[ cut here ]------------ [ 135.305383] WARNING: CPU: 0 PID: 780 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 135.305386] Modules linked in: [ 135.305391] CPU: 0 PID: 780 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 135.305394] Hardware name: Generic DRA74X (Flattened Device Tree) [ 135.305405] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 135.305416] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 135.305424] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 135.305431] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 135.305438] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 135.305445] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 135.305451] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 135.305457] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 135.305462] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 135.305469] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 135.305474] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 135.305480] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 135.305483] ---[ end trace 6dd7907bd0838dae ]--- [ 135.379888] ------------[ cut here ]------------ [ 135.379900] WARNING: CPU: 0 PID: 777 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 135.379904] Modules linked in: [ 135.379909] CPU: 0 PID: 777 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 135.379912] Hardware name: Generic DRA74X (Flattened Device Tree) [ 135.379925] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 135.379936] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 135.379946] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 135.379953] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 135.379960] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 135.379967] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 135.379974] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 135.379981] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 135.379987] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 135.379993] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 135.379998] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 135.380004] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 135.380007] ---[ end trace 6dd7907bd0838daf ]--- [ 135.504745] random: nonblocking pool is initialized [ 135.861548] WARNING: CPU: 1 PID: 779 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 135.869107] Modules linked in: [ 135.872308] CPU: 1 PID: 779 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 135.883971] Hardware name: Generic DRA74X (Flattened Device Tree) [ 135.890372] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 135.898509] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 135.906089] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 135.914574] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 135.923793] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 135.932178] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 135.939210] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 135.946873] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 135.955531] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 135.964653] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 135.974127] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 135.982332] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 135.990266] ---[ end trace 6dd7907bd0838db0 ]--- [ 136.933193] ------------[ cut here ]------------ [ 136.938076] WARNING: CPU: 0 PID: 774 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 136.945661] Modules linked in: [ 136.948888] CPU: 0 PID: 774 Comm: matrix_browser Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 136.960481] Hardware name: Generic DRA74X (Flattened Device Tree) [ 136.966905] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 136.975052] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 136.982652] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 136.991159] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 137.000399] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.008816] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.015871] [] (mmput) from [] (do_exit+0x288/0x914) [ 137.022919] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 137.030523] [] (do_group_exit) from [] (get_signal+0x240/0x66c) [ 137.038565] [] (get_signal) from [] (do_signal+0x7c/0x340) [ 137.046163] [] (do_signal) from [] (do_work_pending+0xa0/0xb8) [ 137.054124] [] (do_work_pending) from [] (work_pending+0xc/0x20) [ 137.062253] ---[ end trace 6dd7907bd0838db1 ]--- [ 137.275211] ------------[ cut here ]------------ [ 137.280077] WARNING: CPU: 1 PID: 777 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 137.287655] Modules linked in: [ 137.290870] CPU: 1 PID: 777 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 137.301537] Hardware name: Generic DRA74X (Flattened Device Tree) [ 137.307950] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 137.316080] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 137.323663] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 137.332148] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 137.341367] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.349763] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.356800] [] (mmput) from [] (do_exit+0x288/0x914) [ 137.363831] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 137.371414] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 137.379709] ---[ end trace 6dd7907bd0838db2 ]--- [ 137.384763] ------------[ cut here ]------------ [ 137.389621] WARNING: CPU: 0 PID: 778 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 137.397196] Modules linked in: [ 137.400413] CPU: 0 PID: 778 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 137.411088] Hardware name: Generic DRA74X (Flattened Device Tree) [ 137.417496] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 137.425635] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 137.433220] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 137.441709] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 137.450933] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.459332] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.466374] [] (mmput) from [] (do_exit+0x288/0x914) [ 137.473414] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 137.480999] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 137.489315] ---[ end trace 6dd7907bd0838db3 ]--- [ 137.494350] ------------[ cut here ]------------ [ 137.499206] WARNING: CPU: 0 PID: 779 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 137.506780] Modules linked in: [ 137.509995] CPU: 0 PID: 779 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 137.520675] Hardware name: Generic DRA74X (Flattened Device Tree) [ 137.527091] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 137.535222] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 137.542804] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 137.551297] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 137.560523] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.568924] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.575980] [] (mmput) from [] (do_exit+0x288/0x914) [ 137.583018] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 137.590600] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 137.598902] ---[ end trace 6dd7907bd0838db4 ]--- [ 137.603979] ------------[ cut here ]------------ [ 137.608833] WARNING: CPU: 1 PID: 780 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 137.616410] Modules linked in: [ 137.619624] CPU: 1 PID: 780 Comm: cut Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 137.630201] Hardware name: Generic DRA74X (Flattened Device Tree) [ 137.636614] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 137.644745] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 137.652333] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 137.660829] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 137.670062] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.678463] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.685507] [] (mmput) from [] (do_exit+0x288/0x914) [ 137.692544] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 137.700134] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 137.708430] ---[ end trace 6dd7907bd0838db5 ]--- [ 137.713666] ------------[ cut here ]------------ [ 137.718511] WARNING: CPU: 0 PID: 781 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 137.726066] Modules linked in: [ 137.729265] CPU: 0 PID: 781 Comm: sort Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 137.739892] Hardware name: Generic DRA74X (Flattened Device Tree) [ 137.746274] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 137.754378] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 137.761936] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 137.770393] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 137.779585] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.787954] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.794967] [] (mmput) from [] (do_exit+0x288/0x914) [ 137.801981] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 137.809536] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 137.817810] ---[ end trace 6dd7907bd0838db6 ]--- [ 137.823169] ------------[ cut here ]------------ [ 137.828033] WARNING: CPU: 1 PID: 776 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 137.835609] Modules linked in: [ 137.838830] CPU: 1 PID: 776 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 137.850512] Hardware name: Generic DRA74X (Flattened Device Tree) [ 137.856921] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 137.865054] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 137.872631] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 137.881133] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 137.890352] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.898752] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.905789] [] (mmput) from [] (do_exit+0x288/0x914) [ 137.912823] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 137.920402] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 137.928706] ---[ end trace 6dd7907bd0838db7 ]--- [ 137.936012] ------------[ cut here ]------------ [ 137.936305] ------------[ cut here ]------------ [ 137.936315] WARNING: CPU: 0 PID: 785 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 137.936319] Modules linked in: [ 137.936325] CPU: 0 PID: 785 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 137.936327] Hardware name: Generic DRA74X (Flattened Device Tree) [ 137.936340] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 137.936352] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 137.936361] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 137.936368] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 137.936376] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.936384] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.936392] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 137.936401] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 137.936408] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 137.936414] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 137.936420] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 137.936426] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 137.936430] ---[ end trace 6dd7907bd0838db8 ]--- [ 138.079282] WARNING: CPU: 1 PID: 784 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.086868] Modules linked in: [ 138.090077] CPU: 1 PID: 784 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 138.101751] Hardware name: Generic DRA74X (Flattened Device Tree) [ 138.108156] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 138.116288] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 138.123878] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 138.132374] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 138.141600] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 138.150004] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 138.157043] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 138.164722] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 138.173397] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 138.182523] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 138.192026] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 138.200241] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 138.208184] ---[ end trace 6dd7907bd0838db9 ]--- [ 138.215483] ------------[ cut here ]------------ [ 138.220362] WARNING: CPU: 0 PID: 784 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.227957] Modules linked in: [ 138.231164] CPU: 0 PID: 784 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 138.242208] Hardware name: Generic DRA74X (Flattened Device Tree) [ 138.248627] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 138.256766] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 138.264360] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 138.272855] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 138.282080] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 138.290497] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 138.297553] [] (mmput) from [] (do_exit+0x288/0x914) [ 138.304598] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 138.312183] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 138.320492] ---[ end trace 6dd7907bd0838dba ]--- [ 138.325614] ------------[ cut here ]------------ [ 138.330466] WARNING: CPU: 0 PID: 785 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.338045] Modules linked in: [ 138.341250] CPU: 0 PID: 785 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 138.351844] Hardware name: Generic DRA74X (Flattened Device Tree) [ 138.358252] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 138.366383] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 138.373973] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 138.382470] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 138.391704] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 138.400109] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 138.407152] [] (mmput) from [] (do_exit+0x288/0x914) [ 138.414191] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 138.421772] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 138.430082] ---[ end trace 6dd7907bd0838dbb ]--- [ 138.435438] ------------[ cut here ]------------ [ 138.440295] WARNING: CPU: 1 PID: 783 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.447876] Modules linked in: [ 138.451083] CPU: 1 PID: 783 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 138.462756] Hardware name: Generic DRA74X (Flattened Device Tree) [ 138.469153] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 138.477288] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 138.484877] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 138.493373] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 138.502596] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 138.511005] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 138.518037] [] (mmput) from [] (do_exit+0x288/0x914) [ 138.525076] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 138.532663] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 138.540973] ---[ end trace 6dd7907bd0838dbc ]--- [ 138.547647] ------------[ cut here ]------------ [ 138.548032] ------------[ cut here ]------------ [ 138.548041] WARNING: CPU: 0 PID: 788 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.548044] Modules linked in: [ 138.548050] CPU: 0 PID: 788 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 138.548052] Hardware name: Generic DRA74X (Flattened Device Tree) [ 138.548064] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 138.548074] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 138.548083] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 138.548090] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 138.548097] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 138.548104] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 138.548111] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 138.548118] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 138.548124] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 138.548130] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 138.548135] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 138.548141] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 138.548144] ---[ end trace 6dd7907bd0838dbd ]--- [ 138.690893] WARNING: CPU: 1 PID: 787 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.698473] Modules linked in: [ 138.701680] CPU: 1 PID: 787 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 138.713353] Hardware name: Generic DRA74X (Flattened Device Tree) [ 138.719758] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 138.727895] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 138.735481] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 138.743977] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 138.753208] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 138.761613] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 138.768655] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 138.776330] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 138.785010] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 138.794142] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 138.803647] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 138.811866] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 138.819811] ---[ end trace 6dd7907bd0838dbe ]--- [ 138.825710] ------------[ cut here ]------------ [ 138.830574] WARNING: CPU: 1 PID: 787 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.838151] Modules linked in: [ 138.841358] CPU: 1 PID: 787 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 138.852400] Hardware name: Generic DRA74X (Flattened Device Tree) [ 138.858804] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 138.866934] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 138.874526] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 138.883013] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 138.892236] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 138.900642] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 138.907683] [] (mmput) from [] (do_exit+0x288/0x914) [ 138.914721] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 138.922306] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 138.930614] ---[ end trace 6dd7907bd0838dbf ]--- [ 138.935717] ------------[ cut here ]------------ [ 138.940572] WARNING: CPU: 0 PID: 788 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.948161] Modules linked in: [ 138.951371] CPU: 0 PID: 788 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 138.961969] Hardware name: Generic DRA74X (Flattened Device Tree) [ 138.968382] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 138.976527] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 138.984116] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 138.992621] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.001844] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.010249] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.017286] [] (mmput) from [] (do_exit+0x288/0x914) [ 139.024320] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 139.031910] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 139.040215] ---[ end trace 6dd7907bd0838dc0 ]--- [ 139.045580] ------------[ cut here ]------------ [ 139.050442] WARNING: CPU: 0 PID: 786 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 139.058021] Modules linked in: [ 139.061226] CPU: 0 PID: 786 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.072908] Hardware name: Generic DRA74X (Flattened Device Tree) [ 139.079318] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 139.087453] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 139.095046] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 139.103542] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.112768] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.121170] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.128209] [] (mmput) from [] (do_exit+0x288/0x914) [ 139.135251] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 139.142843] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 139.151149] ---[ end trace 6dd7907bd0838dc1 ]--- [ 139.157718] ------------[ cut here ]------------ [ 139.158022] ------------[ cut here ]------------ [ 139.158031] WARNING: CPU: 0 PID: 791 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 139.158034] Modules linked in: [ 139.158040] CPU: 0 PID: 791 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.158042] Hardware name: Generic DRA74X (Flattened Device Tree) [ 139.158053] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 139.158063] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 139.158071] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 139.158078] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.158086] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.158093] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.158099] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 139.158106] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 139.158111] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 139.158117] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 139.158123] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 139.158129] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 139.158132] ---[ end trace 6dd7907bd0838dc2 ]--- [ 139.300966] WARNING: CPU: 1 PID: 790 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 139.308543] Modules linked in: [ 139.311753] CPU: 1 PID: 790 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.323427] Hardware name: Generic DRA74X (Flattened Device Tree) [ 139.329828] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 139.337962] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 139.345542] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 139.354038] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.363260] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.371660] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.378694] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 139.386369] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 139.395051] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 139.404180] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 139.413683] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 139.421909] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 139.429856] ---[ end trace 6dd7907bd0838dc3 ]--- [ 139.435729] ------------[ cut here ]------------ [ 139.440585] WARNING: CPU: 1 PID: 790 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 139.448161] Modules linked in: [ 139.451368] CPU: 1 PID: 790 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.462411] Hardware name: Generic DRA74X (Flattened Device Tree) [ 139.468816] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 139.476945] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 139.484531] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 139.493022] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.502246] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.510657] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.517691] [] (mmput) from [] (do_exit+0x288/0x914) [ 139.524727] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 139.532318] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 139.540620] ---[ end trace 6dd7907bd0838dc4 ]--- [ 139.545705] ------------[ cut here ]------------ [ 139.550568] WARNING: CPU: 0 PID: 791 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 139.558151] Modules linked in: [ 139.561354] CPU: 0 PID: 791 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.571946] Hardware name: Generic DRA74X (Flattened Device Tree) [ 139.578353] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 139.586495] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 139.594079] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 139.602576] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.611819] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.620225] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.627267] [] (mmput) from [] (do_exit+0x288/0x914) [ 139.634308] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 139.641895] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 139.650202] ---[ end trace 6dd7907bd0838dc5 ]--- [ 139.655536] ------------[ cut here ]------------ [ 139.660398] WARNING: CPU: 1 PID: 789 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 139.667984] Modules linked in: [ 139.671186] CPU: 1 PID: 789 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.682874] Hardware name: Generic DRA74X (Flattened Device Tree) [ 139.689285] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 139.697424] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 139.705010] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 139.713515] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.722732] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.731136] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.738176] [] (mmput) from [] (do_exit+0x288/0x914) [ 139.745215] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 139.752802] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 139.761111] ---[ end trace 6dd7907bd0838dc6 ]--- [ 139.767736] ------------[ cut here ]------------ [ 139.768107] ------------[ cut here ]------------ [ 139.768116] WARNING: CPU: 0 PID: 794 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 139.768119] Modules linked in: [ 139.768124] CPU: 0 PID: 794 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.768127] Hardware name: Generic DRA74X (Flattened Device Tree) [ 139.768138] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 139.768148] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 139.768156] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 139.768164] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.768171] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.768178] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.768185] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 139.768191] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 139.768197] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 139.768202] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 139.768208] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 139.768214] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 139.768217] ---[ end trace 6dd7907bd0838dc7 ]--- [ 139.910993] WARNING: CPU: 1 PID: 793 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 139.918574] Modules linked in: [ 139.921780] CPU: 1 PID: 793 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.933449] Hardware name: Generic DRA74X (Flattened Device Tree) [ 139.939850] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 139.947984] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 139.955569] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 139.964061] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.973285] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.981686] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.988725] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 139.996395] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 140.005072] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 140.014211] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 140.023701] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 140.031924] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 140.039875] ---[ end trace 6dd7907bd0838dc8 ]--- [ 140.045742] ------------[ cut here ]------------ [ 140.050606] WARNING: CPU: 1 PID: 793 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.058189] Modules linked in: [ 140.061395] CPU: 1 PID: 793 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.072437] Hardware name: Generic DRA74X (Flattened Device Tree) [ 140.078845] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.086971] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.094561] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.103059] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.112289] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.120696] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.127730] [] (mmput) from [] (do_exit+0x288/0x914) [ 140.134771] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 140.142357] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 140.150663] ---[ end trace 6dd7907bd0838dc9 ]--- [ 140.155757] ------------[ cut here ]------------ [ 140.160616] WARNING: CPU: 0 PID: 794 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.168202] Modules linked in: [ 140.171407] CPU: 0 PID: 794 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.181998] Hardware name: Generic DRA74X (Flattened Device Tree) [ 140.188406] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.196553] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.204141] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.212639] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.221864] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.230270] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.237312] [] (mmput) from [] (do_exit+0x288/0x914) [ 140.244353] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 140.251941] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 140.260248] ---[ end trace 6dd7907bd0838dca ]--- [ 140.265608] ------------[ cut here ]------------ [ 140.270473] WARNING: CPU: 0 PID: 792 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.278055] Modules linked in: [ 140.281260] CPU: 0 PID: 792 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.292948] Hardware name: Generic DRA74X (Flattened Device Tree) [ 140.299352] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.307485] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.315065] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.323557] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.332789] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.341197] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.348240] [] (mmput) from [] (do_exit+0x288/0x914) [ 140.355274] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 140.362866] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 140.371173] ---[ end trace 6dd7907bd0838dcb ]--- [ 140.377792] ------------[ cut here ]------------ [ 140.378151] ------------[ cut here ]------------ [ 140.378160] WARNING: CPU: 0 PID: 797 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.378163] Modules linked in: [ 140.378168] CPU: 0 PID: 797 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.378170] Hardware name: Generic DRA74X (Flattened Device Tree) [ 140.378181] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.378190] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.378198] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.378205] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.378212] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.378219] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.378226] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 140.378232] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 140.378238] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 140.378243] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 140.378249] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 140.378255] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 140.378258] ---[ end trace 6dd7907bd0838dcc ]--- [ 140.521056] WARNING: CPU: 1 PID: 796 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.528630] Modules linked in: [ 140.531836] CPU: 1 PID: 796 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.543515] Hardware name: Generic DRA74X (Flattened Device Tree) [ 140.549921] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.558052] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.565634] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.574135] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.583347] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.591754] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.598785] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 140.606461] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 140.615140] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 140.624271] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 140.633769] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 140.641992] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 140.649937] ---[ end trace 6dd7907bd0838dcd ]--- [ 140.657225] ------------[ cut here ]------------ [ 140.662105] WARNING: CPU: 0 PID: 796 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.669697] Modules linked in: [ 140.672916] CPU: 0 PID: 796 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.683970] Hardware name: Generic DRA74X (Flattened Device Tree) [ 140.690379] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.698512] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.706105] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.714592] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.723824] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.732227] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.739266] [] (mmput) from [] (do_exit+0x288/0x914) [ 140.746302] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 140.753892] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 140.762203] ---[ end trace 6dd7907bd0838dce ]--- [ 140.767283] ------------[ cut here ]------------ [ 140.772134] WARNING: CPU: 0 PID: 797 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.779710] Modules linked in: [ 140.782924] CPU: 0 PID: 797 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.793518] Hardware name: Generic DRA74X (Flattened Device Tree) [ 140.799926] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.808056] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.815648] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.824143] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.833367] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.841771] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.848813] [] (mmput) from [] (do_exit+0x288/0x914) [ 140.855855] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 140.863443] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 140.871752] ---[ end trace 6dd7907bd0838dcf ]--- [ 140.877091] ------------[ cut here ]------------ [ 140.881950] WARNING: CPU: 1 PID: 795 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.889525] Modules linked in: [ 140.892730] CPU: 1 PID: 795 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.904407] Hardware name: Generic DRA74X (Flattened Device Tree) [ 140.910807] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.918940] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.926522] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.935015] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.944231] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.952631] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.959674] [] (mmput) from [] (do_exit+0x288/0x914) [ 140.966706] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 140.974291] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 140.982600] ---[ end trace 6dd7907bd0838dd0 ]--- [ 140.989172] ------------[ cut here ]------------ [ 140.989477] ------------[ cut here ]------------ [ 140.989486] WARNING: CPU: 0 PID: 800 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.989489] Modules linked in: [ 140.989493] CPU: 0 PID: 800 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.989496] Hardware name: Generic DRA74X (Flattened Device Tree) [ 140.989507] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.989517] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.989526] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.989533] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.989541] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.989548] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.989555] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 140.989562] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 140.989568] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 140.989574] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 140.989580] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 140.989586] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 140.989589] ---[ end trace 6dd7907bd0838dd1 ]--- [ 141.132430] WARNING: CPU: 1 PID: 799 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 141.140009] Modules linked in: [ 141.143214] CPU: 1 PID: 799 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 141.154888] Hardware name: Generic DRA74X (Flattened Device Tree) [ 141.161289] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 141.169422] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 141.177006] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 141.185502] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 141.194732] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 141.203134] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 141.210170] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 141.217847] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 141.226523] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 141.235660] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 141.245154] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 141.253375] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 141.261315] ---[ end trace 6dd7907bd0838dd2 ]--- [ 141.267164] ------------[ cut here ]------------ [ 141.272020] WARNING: CPU: 1 PID: 799 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 141.279597] Modules linked in: [ 141.282802] CPU: 1 PID: 799 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 141.293852] Hardware name: Generic DRA74X (Flattened Device Tree) [ 141.300250] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 141.308386] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 141.315970] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 141.324468] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 141.333688] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 141.342093] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 141.349127] [] (mmput) from [] (do_exit+0x288/0x914) [ 141.356159] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 141.363746] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 141.372051] ---[ end trace 6dd7907bd0838dd3 ]--- [ 141.377141] ------------[ cut here ]------------ [ 141.382005] WARNING: CPU: 0 PID: 800 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 141.389583] Modules linked in: [ 141.392791] CPU: 0 PID: 800 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 141.403380] Hardware name: Generic DRA74X (Flattened Device Tree) [ 141.409786] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 141.417916] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 141.425507] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 141.434000] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 141.443233] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 141.451637] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 141.458675] [] (mmput) from [] (do_exit+0x288/0x914) [ 141.465712] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 141.473298] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 141.481615] ---[ end trace 6dd7907bd0838dd4 ]--- [ 141.486938] ------------[ cut here ]------------ [ 141.491795] WARNING: CPU: 0 PID: 798 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 141.499370] Modules linked in: [ 141.502573] CPU: 0 PID: 798 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 141.514265] Hardware name: Generic DRA74X (Flattened Device Tree) [ 141.520662] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 141.528803] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 141.536389] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 141.544887] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 141.554111] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 141.562524] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 141.569568] [] (mmput) from [] (do_exit+0x288/0x914) [ 141.576604] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 141.584190] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 141.592508] ---[ end trace 6dd7907bd0838dd5 ]--- [ 141.599167] ------------[ cut here ]------------ [ 141.599513] ------------[ cut here ]------------ [ 141.599522] WARNING: CPU: 0 PID: 803 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 141.599526] Modules linked in: [ 141.599531] CPU: 0 PID: 803 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 141.599533] Hardware name: Generic DRA74X (Flattened Device Tree) [ 141.599545] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 141.599554] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 141.599562] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 141.599569] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 141.599577] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 141.599583] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 141.599590] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 141.599596] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 141.599602] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 141.599608] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 141.599613] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 141.599620] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 141.599622] ---[ end trace 6dd7907bd0838dd6 ]--- [ 141.742419] WARNING: CPU: 1 PID: 802 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 141.749996] Modules linked in: [ 141.753208] CPU: 1 PID: 802 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 141.764880] Hardware name: Generic DRA74X (Flattened Device Tree) [ 141.771280] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 141.779417] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 141.786996] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 141.795496] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 141.804729] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 141.813136] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 141.820173] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 141.827849] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 141.836528] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 141.845662] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 141.855157] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 141.863377] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 141.871321] ---[ end trace 6dd7907bd0838dd7 ]--- [ 141.877236] ------------[ cut here ]------------ [ 141.882099] WARNING: CPU: 0 PID: 802 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 141.889680] Modules linked in: [ 141.892888] CPU: 0 PID: 802 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 141.903940] Hardware name: Generic DRA74X (Flattened Device Tree) [ 141.910347] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 141.918488] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 141.926079] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 141.934576] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 141.943810] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 141.952208] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 141.959250] [] (mmput) from [] (do_exit+0x288/0x914) [ 141.966289] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 141.973875] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 141.982181] ---[ end trace 6dd7907bd0838dd8 ]--- [ 141.987260] ------------[ cut here ]------------ [ 141.992121] WARNING: CPU: 0 PID: 803 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 141.999697] Modules linked in: [ 142.002914] CPU: 0 PID: 803 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 142.013506] Hardware name: Generic DRA74X (Flattened Device Tree) [ 142.019908] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 142.028043] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 142.035627] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 142.044123] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 142.053353] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 142.061761] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 142.068808] [] (mmput) from [] (do_exit+0x288/0x914) [ 142.075848] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 142.083434] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 142.091749] ---[ end trace 6dd7907bd0838dd9 ]--- [ 142.097088] ------------[ cut here ]------------ [ 142.101943] WARNING: CPU: 1 PID: 801 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 142.109525] Modules linked in: [ 142.112731] CPU: 1 PID: 801 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 142.124406] Hardware name: Generic DRA74X (Flattened Device Tree) [ 142.130807] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 142.138937] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 142.146524] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 142.155021] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 142.164246] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 142.172653] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 142.179692] [] (mmput) from [] (do_exit+0x288/0x914) [ 142.186735] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 142.194319] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 142.202628] ---[ end trace 6dd7907bd0838dda ]--- [ 142.209092] ------------[ cut here ]------------ [ 142.213956] WARNING: CPU: 0 PID: 804 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 142.221539] Modules linked in: [ 142.224749] CPU: 0 PID: 804 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 142.236427] Hardware name: Generic DRA74X (Flattened Device Tree) [ 142.242833] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 142.250964] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 142.258554] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 142.267049] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 142.276276] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 142.284684] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 142.291725] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 142.299396] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 142.308079] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 142.317210] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 142.326715] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 142.334932] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 142.342885] ---[ end trace 6dd7907bd0838ddb ]--- ************************************************[ 142.348953] ------------[ cut here ]------------ *************** ******************************[ 142.357794] WARNING: CPU: 0 PID: 804 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() ********************************* NOTICE: This[ 142.369538] Modules linked in: file system contains the followin GPLv3 package [ 142.381109] CPU: 0 PID: 804 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 142.392121] Hardware name: Generic DRA74X (Flattened Device Tree) [ 142.398533] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 142.406670] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 142.414253] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 142.422745] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 142.431975] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 142.440376] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 142.447416] [] (mmput) from [] (do_exit+0x288/0x914) [ 142.454455] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 142.462046] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 142.470358] ---[ end trace 6dd7907bd0838ddc ]--- binutils elfutils gdbserver libdw1 libel[ 142.476757] ------------[ cut here ]------------ parted [ 142.485247] WARNING: CPU: 0 PID: 805 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 142.494891] Modules linked in: [ 142.498106] CPU: 0 PID: 805 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 142.509785] Hardware name: Generic DRA74X (Flattened Device Tree) [ 142.516193] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 142.524327] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 142.531906] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 142.540408] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 142.549626] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 142.558032] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 142.565074] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 142.572749] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 142.581431] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 142.590563] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 142.600061] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 142.608278] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 142.616228] ---[ end trace 6dd7907bd0838ddd ]--- If you do not wish to distribute GPLv3 component[ 142.622176] ------------[ cut here ]------------ s please remove the above packages prior to di[ 142.631134] WARNING: CPU: 0 PID: 805 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() stribution. This can be done using the opkg r[ 142.642876] Modules linked in:emove command. i.e.: opkg remove is the name printed in the l[ 142.654463] CPU: 0 PID: 805 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 ist above NOTE: If the package is a depende[ 142.669228] Hardware name: Generic DRA74X (Flattened Device Tree) ncy of another package you will be notif[ 142.679813] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) ied of the dependent packages. You should [ 142.692124] [] (show_stack) from [] (dump_stack+0x70/0x8c) use the --force-removal-of-dependent-packages[ 142.703882] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) option to also remove the dependent pac[ 142.716563] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) kages as well ********************************[ 142.729961] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) ******************************* **************[ 142.742539] [] (exit_mmap) from [] (mmput+0x40/0xf8) ************************************************[ 142.753751] [] (mmput) from [] (do_exit+0x288/0x914) [ 142.764958] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 142.772872] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 142.781180] ---[ end trace 6dd7907bd0838dde ]--- [ 142.786389] ------------[ cut here ]------------ [ 142.791247] WARNING: CPU: 1 PID: 775 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 142.798837] Modules linked in: [ 142.802042] CPU: 1 PID: 775 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 142.813724] Hardware name: Generic DRA74X (Flattened Device Tree) [ 142.820124] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 142.828262] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 142.835850] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 142.844354] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 142.853582] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 142.861981] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 142.869017] [] (mmput) from [] (do_exit+0x288/0x914) [ 142.876060] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 142.883635] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 142.891943] ---[ end trace 6dd7907bd0838ddf ]--- [ 142.901923] ------------[ cut here ]------------ [ 142.906800] WARNING: CPU: 0 PID: 806 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 142.914386] Modules linked in: [ 142.917593] CPU: 0 PID: 806 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 142.928092] Hardware name: Generic DRA74X (Flattened Device Tree) [ 142.934506] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 142.942646] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 142.950243] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 142.958746] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 142.967978] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 142.976388] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 142.983423] [] (mmput) from [] (do_exit+0x288/0x914) [ 142.990463] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 142.998051] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 143.006363] ---[ end trace 6dd7907bd0838de0 ]--- [ 143.012584] ------------[ cut here ]------------ [ 143.017448] WARNING: CPU: 0 PID: 807 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 143.025039] Modules linked in: [ 143.028250] CPU: 0 PID: 807 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 143.038742] Hardware name: Generic DRA74X (Flattened Device Tree) [ 143.045146] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 143.053277] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 143.060864] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 143.069361] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 143.078591] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 143.086998] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 143.094034] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 143.101711] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 143.110392] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 143.119524] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 143.128386] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 143.137162] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 143.146657] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 143.154884] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 143.162828] ---[ end trace 6dd7907bd0838de1 ]--- Stopping Bootlog daemon: [ 143.173096] ------------[ cut here ]------------ [ 143.179137] WARNING: CPU: 1 PID: 808 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 143.186712] Modules linked in: [ 143.189926] CPU: 1 PID: 808 Comm: S99stop-bootlog Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 143.201602] Hardware name: Generic DRA74X (Flattened Device Tree) [ 143.208008] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 143.216145] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 143.223736] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 143.232232] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 143.241466] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 143.249873] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 143.256910] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 143.264583] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 143.273265] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 143.282389] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 143.291884] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 143.300099] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 143.308044] ---[ end trace 6dd7907bd0838de2 ]--- [ 143.316351] ------------[ cut here ]------------ [ 143.321212] WARNING: CPU: 1 PID: 581 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 143.323077] ------------[ cut here ]------------ [ 143.323086] WARNING: CPU: 0 PID: 808 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() bootlogd.[ 143.323090] Modules linked in: [ 143.323096] CPU: 0 PID: 808 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 143.323098] Hardware name: Generic DRA74X (Flattened Device Tree) [ 143.323111] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 143.323122] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 143.323131] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 143.323138] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 143.323146] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 143.323153] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 143.323160] [] (mmput) from [] (do_exit+0x288/0x914) [ 143.323168] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 143.323175] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 143.323178] ---[ end trace 6dd7907bd0838de3 ]--- [ 143.364370] ------------[ cut here ]------------ [ 143.364378] WARNING: CPU: 0 PID: 807 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 143.364381] Modules linked in: [ 143.364386] CPU: 0 PID: 807 Comm: S99stop-bootlog Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 143.364388] Hardware name: Generic DRA74X (Flattened Device Tree) [ 143.364399] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 143.364408] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 143.364416] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 143.364423] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 143.364431] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 143.364438] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 143.364444] [] (mmput) from [] (do_exit+0x288/0x914) [ 143.364451] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 143.364458] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 143.364461] ---[ end trace 6dd7907bd0838de4 ]--- [ 143.375729] ------------[ cut here ]------------ [ 143.375738] WARNING: CPU: 0 PID: 809 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 143.375741] Modules linked in: [ 143.375746] CPU: 0 PID: 809 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 143.375749] Hardware name: Generic DRA74X (Flattened Device Tree) [ 143.375762] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 143.375772] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 143.375781] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 143.375788] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 143.375795] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 143.375802] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 143.375809] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 143.375815] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 143.375822] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 143.375828] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 143.375834] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 143.375840] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 143.375844] ---[ end trace 6dd7907bd0838de5 ]--- [ 143.376854] ------------[ cut here ]------------ [ 143.376863] WARNING: CPU: 0 PID: 809 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 143.376866] Modules linked in: [ 143.376871] CPU: 0 PID: 809 Comm: psplash-write Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 143.376873] Hardware name: Generic DRA74X (Flattened Device Tree) [ 143.376883] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 143.376892] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 143.376899] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 143.376906] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 143.376913] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 143.376920] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 143.376926] [] (mmput) from [] (do_exit+0x288/0x914) [ 143.376934] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 143.376942] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 143.376945] ---[ end trace 6dd7907bd0838de6 ]--- [ 143.378302] ------------[ cut here ]------------ [ 143.378311] WARNING: CPU: 0 PID: 810 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 143.378314] Modules linked in: [ 143.378319] CPU: 0 PID: 810 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 143.378321] Hardware name: Generic DRA74X (Flattened Device Tree) [ 143.378333] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 143.378342] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 143.378350] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 143.378357] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 143.378364] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 143.378371] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 143.378377] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 143.378383] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 143.378389] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 143.378395] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 143.378400] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 143.378407] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 143.378410] ---[ end trace 6dd7907bd0838de7 ]--- [ 143.934648] Modules linked in: [ 143.937857] CPU: 1 PID: 581 Comm: bootlogd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 143.948888] Hardware name: Generic DRA74X (Flattened Device Tree) [ 143.955293] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 143.963426] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 143.971012] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 143.979506] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 143.988731] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 143.997138] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 144.004177] [] (mmput) from [] (do_exit+0x288/0x914) [ 144.011217] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 144.018804] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 144.027114] ---[ end trace 6dd7907bd0838de8 ]--- [ 144.043187] ------------[ cut here ]------------ [ 144.048043] WARNING: CPU: 0 PID: 810 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 144.055621] Modules linked in: [ 144.058836] CPU: 0 PID: 810 Comm: umount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 144.069697] Hardware name: Generic DRA74X (Flattened Device Tree) [ 144.076102] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 144.084237] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 144.091825] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 144.100320] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 144.109551] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 144.117956] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 144.124999] [] (mmput) from [] (do_exit+0x288/0x914) [ 144.132036] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 144.139618] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 144.147930] ---[ end trace 6dd7907bd0838de9 ]--- [ 144.153172] ------------[ cut here ]------------ [ 144.158031] WARNING: CPU: 0 PID: 666 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 144.165605] Modules linked in: [ 144.168812] CPU: 0 PID: 666 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 144.179313] Hardware name: Generic DRA74X (Flattened Device Tree) [ 144.185711] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 144.193842] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 144.201422] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 144.209915] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 144.219146] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 144.227553] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 144.234596] [] (mmput) from [] (do_exit+0x288/0x914) [ 144.241633] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 144.249226] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 144.257537] ---[ end trace 6dd7907bd0838dea ]--- [ 144.264074] ------------[ cut here ]------------ [ 144.264087] ------------[ cut here ]------------ [ 144.264097] WARNING: CPU: 1 PID: 812 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 144.264100] Modules linked in: [ 144.264105] CPU: 1 PID: 812 Comm: init Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 144.264108] Hardware name: Generic DRA74X (Flattened Device Tree) [ 144.264119] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 144.264130] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 144.264139] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 144.264146] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 144.264153] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 144.264160] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 144.264167] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 144.264174] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 144.264180] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 144.264186] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 144.264192] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 144.264198] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 144.264201] ---[ end trace 6dd7907bd0838deb ]--- [ 144.406339] WARNING: CPU: 0 PID: 811 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 144.406346] Modules linked in: [ 144.406350] CPU: 0 PID: 811 Comm: init Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 144.406352] Hardware name: Generic DRA74X (Flattened Device Tree) [ 144.406364] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 144.406372] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 144.406381] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 144.406388] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 144.406395] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 144.406402] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 144.406409] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 144.406415] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 144.406421] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 144.406427] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 144.406433] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 144.406439] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 144.406441] ---[ end trace 6dd7907bd0838dec ]--- _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org dra7xx-evm /dev/ttyO0 Arago 2014.08 dra7xx-evm /dev/ttyO0 dra7xx-evm login: - 08:01:53 [INFO] Host: root - 08:01:54 [INFO] Target: root [ 144.890945] ------------[ cut here ]------------ [ 144.895804] WARNING: CPU: 0 PID: 811 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 144.903386] Modules linked in: [ 144.906598] CPU: 0 PID: 811 Comm: getty Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 144.917354] Hardware name: Generic DRA74X (Flattened Device Tree) [ 144.923761] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 144.931899] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 144.939497] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 144.947990] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 144.957215] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 144.965613] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 144.972650] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 144.980329] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 144.989018] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 144.998153] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 145.007650] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 145.015879] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 145.023833] ---[ end trace 6dd7907bd0838ded ]--- [ 145.066962] ------------[ cut here ]------------ [ 145.071829] WARNING: CPU: 1 PID: 813 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 145.079413] Modules linked in: [ 145.082618] CPU: 1 PID: 813 Comm: login Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 145.093379] Hardware name: Generic DRA74X (Flattened Device Tree) [ 145.099778] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 145.107926] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 145.115506] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 145.123998] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 145.133227] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 145.141623] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 145.148657] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 145.156332] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 145.165006] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 145.174133] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 145.183622] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 145.191837] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 145.199774] ---[ end trace 6dd7907bd0838dee ]--- root@dra7xx-evm:~# - 08:01:54 [INFO] Host: uname -a - 08:01:54 [INFO] Target: uname -a [ 145.399276] ------------[ cut here ]------------ [ 145.404154] WARNING: CPU: 1 PID: 814 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 145.411730] Modules linked in: [ 145.414952] CPU: 1 PID: 814 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 145.425449] Hardware name: Generic DRA74X (Flattened Device Tree) [ 145.431865] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 145.440003] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 145.447593] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 145.456083] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 145.465309] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 145.473708] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 145.480749] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 145.488425] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 145.497104] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 145.506231] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 145.515732] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 145.523967] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 145.531915] ---[ end trace 6dd7907bd0838def ]--- Linux dra7xx-evm 3.19.0-rc5-next-20150123-00002-[ 145.538197] ------------[ cut here ]------------ g668191ac684c #1 SMP Fri Jan 23 06:54:54 CST 201[ 145.547105] WARNING: CPU: 1 PID: 814 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() 5 armv7l GNU/Linux [ 145.558836] Modules linked in: [ 145.563774] CPU: 1 PID: 814 Comm: uname Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 145.574547] Hardware name: Generic DRA74X (Flattened Device Tree) [ 145.580945] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 145.589073] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 145.596660] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 145.605152] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 145.614379] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 145.622782] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 145.629821] [] (mmput) from [] (do_exit+0x288/0x914) [ 145.636863] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 145.644443] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 145.652742] ---[ end trace 6dd7907bd0838df0 ]--- root@dra7xx-evm:~# - 08:01:54 [INFO] Host: cat /proc/cmdline - 08:01:55 [INFO] Target: cat /proc/cmdline [ 145.899008] ------------[ cut here ]------------ [ 145.903876] WARNING: CPU: 1 PID: 815 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 145.911461] Modules linked in: [ 145.914678] CPU: 1 PID: 815 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 145.925172] Hardware name: Generic DRA74X (Flattened Device Tree) [ 145.931582] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 145.939715] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 145.947307] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 145.955805] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 145.965041] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 145.973447] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 145.980487] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 145.988163] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 145.996841] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 146.005974] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 146.015476] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 146.023701] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 146.031649] ---[ end trace 6dd7907bd0838df1 ]--- console=ttyO0,115200n8 earlyprintk rootwait ip=[ 146.037674] ------------[ cut here ]------------ dhcp root=PARTUUID=00000000-02 rw rootfstype=ex[ 146.046581] WARNING: CPU: 1 PID: 815 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() t4 rootwait [ 146.058319] Modules linked in: [ 146.062730] CPU: 1 PID: 815 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 146.073326] Hardware name: Generic DRA74X (Flattened Device Tree) [ 146.079737] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 146.087871] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 146.095464] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 146.103964] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 146.113186] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 146.121599] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 146.128641] [] (mmput) from [] (do_exit+0x288/0x914) [ 146.135682] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 146.143271] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 146.151577] ---[ end trace 6dd7907bd0838df2 ]--- root@dra7xx-evm:~# - 08:01:55 [INFO] Host: uname -a - 08:01:55 [INFO] Target: uname -a [ 146.398952] ------------[ cut here ]------------ [ 146.403823] WARNING: CPU: 1 PID: 816 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 146.411404] Modules linked in: [ 146.414622] CPU: 1 PID: 816 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 146.425115] Hardware name: Generic DRA74X (Flattened Device Tree) [ 146.431523] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 146.439657] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 146.447251] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 146.455746] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 146.464972] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 146.473377] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 146.480413] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 146.488085] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 146.496764] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 146.505896] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 146.515392] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 146.523612] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 146.531550] ---[ end trace 6dd7907bd0838df3 ]--- Linux dra7xx-evm 3.19.0-rc5-next-20150123-00002-[ 146.537735] ------------[ cut here ]------------ g668191ac684c #1 SMP Fri Jan 23 06:54:54 CST 201[ 146.546645] WARNING: CPU: 1 PID: 816 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() 5 armv7l GNU/Linux [ 146.558386] Modules linked in: [ 146.563328] CPU: 1 PID: 816 Comm: uname Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 146.574091] Hardware name: Generic DRA74X (Flattened Device Tree) [ 146.580491] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 146.588629] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 146.596219] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 146.604725] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 146.613935] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 146.622338] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 146.629377] [] (mmput) from [] (do_exit+0x288/0x914) [ 146.636416] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 146.644005] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 146.652319] ---[ end trace 6dd7907bd0838df4 ]--- root@dra7xx-evm:~# - 08:01:55 [INFO] Host: cat /proc/mtd - 08:01:56 [INFO] Target: cat /proc/mtd [ 146.904328] ------------[ cut here ]------------ [ 146.909191] WARNING: CPU: 1 PID: 817 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 146.916768] Modules linked in: [ 146.919978] CPU: 1 PID: 817 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 146.930477] Hardware name: Generic DRA74X (Flattened Device Tree) [ 146.936881] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 146.945017] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 146.952606] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 146.961101] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 146.970333] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 146.978741] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 146.985778] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 146.993451] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 147.002127] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 147.011266] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 147.020764] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 147.028986] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 147.036929] ---[ end trace 6dd7907bd0838df5 ]--- dev: size erasesize name [ 147.042916] ------------[ cut here ]------------ [ 147.050402] WARNING: CPU: 1 PID: 817 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 147.057983] Modules linked in: [ 147.061190] CPU: 1 PID: 817 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 147.071777] Hardware name: Generic DRA74X (Flattened Device Tree) [ 147.078185] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 147.086317] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 147.093904] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 147.102394] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 147.111626] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 147.120031] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 147.127068] [] (mmput) from [] (do_exit+0x288/0x914) [ 147.134111] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 147.141694] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 147.149997] ---[ end trace 6dd7907bd0838df6 ]--- root@dra7xx-evm:~# - 08:02:00 [INFO] Host: export IPERFHOST=192.168.0.1 - 08:02:01 [INFO] Target: export IPERFHOST=192.168.0.1 root@dra7xx-evm:~# - 08:02:01 [INFO] Host: export NFS_SERVER=192.168.0.1 - 08:02:01 [INFO] Target: export NFS_SERVER=192.168.0.1 root@dra7xx-evm:~# - 08:02:01 [INFO] Host: export NFS_ROOT_PATH=/home/tigtfarm07/NFS_exports/dra7xx-evm2 - 08:02:02 [INFO] Target: export NFS_ROOT_PATH=/home/tigtfarm07/NFS_exports/dra7xx-evm2 [Aroot@dra7xx-evm:~# export NFS_ROOT_PATH=/home/tigtfarm07/NFS_exports/dra7xx-evm[K2 root@dra7xx-evm:~# - 08:02:02 [INFO] Host: mkdir -p -m 777 /test - 08:02:02 [INFO] Target: mkdir -p -m 777 /test [ 153.279164] ------------[ cut here ]------------ [ 153.284035] WARNING: CPU: 1 PID: 818 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 153.291611] Modules linked in: [ 153.294829] CPU: 1 PID: 818 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 153.305320] Hardware name: Generic DRA74X (Flattened Device Tree) [ 153.311728] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 153.319868] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 153.327449] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 153.335941] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 153.345163] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 153.353554] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 153.360590] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 153.368260] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 153.376931] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 153.386061] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 153.395562] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 153.403776] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 153.411717] ---[ end trace 6dd7907bd0838df7 ]--- [ 153.418220] ------------[ cut here ]------------ [ 153.423075] WARNING: CPU: 0 PID: 818 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 153.430655] Modules linked in: [ 153.433868] CPU: 0 PID: 818 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 153.444640] Hardware name: Generic DRA74X (Flattened Device Tree) [ 153.451046] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 153.459175] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 153.466770] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 153.475274] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 153.484500] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 153.492908] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 153.499944] [] (mmput) from [] (do_exit+0x288/0x914) [ 153.506978] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 153.514564] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 153.522875] ---[ end trace 6dd7907bd0838df8 ]--- root@dra7xx-evm:~# - 08:02:02 [INFO] Host: cd /test - 08:02:03 [INFO] Target: cd /test root@dra7xx-evm:/test# - 08:02:03 [INFO] Host: cat > test.sh << EOF - 08:02:03 [INFO] Target: cat > test.sh << EOF - 08:02:03 [INFO] Host: failtest() { - 08:02:04 [INFO] Target: failtest() { - 08:02:04 [INFO] Host: echo 1 >&3 - 08:02:04 [INFO] Target: echo 1 >&3 - 08:02:04 [INFO] Host: } - 08:02:05 [INFO] Target: - 08:02:05 [INFO] Host: timeout=600 - 08:02:05 [INFO] Target: timeout=600 - 08:02:05 [INFO] Host: - 08:02:06 [INFO] Target: - 08:02:06 [INFO] Host: # Start of user's script logic - 08:02:06 [INFO] Target: # Start of user's script logic - 08:02:06 [INFO] Host: - 08:02:07 [INFO] Target: - 08:02:07 [INFO] Host: - 08:02:07 [INFO] Target: - 08:02:07 [INFO] Host: mount -t proc proc /proc 2>/dev/null; - 08:02:08 [INFO] Target: mount -t proc proc /proc 2>/dev/null; - 08:02:08 [INFO] Host: - 08:02:08 [INFO] Target: - 08:02:08 [INFO] Host: mount -t sysfs sys /sys 2>/dev/null; - 08:02:09 [INFO] Target: mount -t sysfs sys /sys 2>/dev/null; - 08:02:09 [INFO] Host: - 08:02:09 [INFO] Target: - 08:02:09 [INFO] Host: mount -t debugfs none /sys/kernel/debug 2>/dev/null; - 08:02:10 [INFO] Target: mount -t debugfs none /sys/kernel/debug 2>/dev/null; - 08:02:10 [INFO] Host: - 08:02:10 [INFO] Target: - 08:02:10 [INFO] Host: echo 'cpuinfo:';cat /proc/cpuinfo; echo '======='; - 08:02:11 [INFO] Target: echo 'cpuinfo:';cat /proc/cpuinfo; echo '======='; - 08:02:11 [INFO] Host: - 08:02:11 [INFO] Target: - 08:02:11 [INFO] Host: echo 'soc info:';head /sys/devices/soc0/* 2>/dev/null; echo '======='; - 08:02:12 [INFO] Target: echo 'soc info:';head /sys/devices/soc0/* 2>/dev/null; echo '======='; - 08:02:12 [INFO] Host: - 08:02:12 [INFO] Target: - 08:02:12 [INFO] Host: echo 'DT Model info'; head /proc/device-tree/name /proc/device-tree/model /proc/device-tree/compatible 2>/dev/null;echo; echo '======='; - 08:02:13 [INFO] Target: echo 'DT Model info'; head /proc/device-tree/name /proc/device-tree/model /pro c/device-tree/compatible 2>/dev/null;echo; echo '======='; - 08:02:13 [INFO] Host: - 08:02:13 [INFO] Target: - 08:02:13 [INFO] Host: echo 'interrupts:';cat /proc/interrupts; echo '======='; - 08:02:14 [INFO] Target: echo 'interrupts:';cat /proc/interrupts; echo '======='; - 08:02:14 [INFO] Host: - 08:02:14 [INFO] Target: - 08:02:14 [INFO] Host: echo 'Clk_summary:';cat /sys/kernel/debug/clk/clk_summary; echo '======='; - 08:02:15 [INFO] Target: echo 'Clk_summary:';cat /sys/kernel/debug/clk/clk_summary; echo '======='; - 08:02:15 [INFO] Host: - 08:02:15 [INFO] Target: - 08:02:15 [INFO] Host: echo 'Orphan Clks:';ls /sys/kernel/debug/clk/orphans/; echo '======='; - 08:02:16 [INFO] Target: echo 'Orphan Clks:';ls /sys/kernel/debug/clk/orphans/; echo '======='; - 08:02:16 [INFO] Host: - 08:02:16 [INFO] Target: - 08:02:16 [INFO] Host: echo "Available frequencies"; cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies 2>/dev/null;echo '======='; - 08:02:17 [INFO] Target: echo "Available frequencies"; cat /sys/devices/system/cpu/cpu0/cpufreq/scaling _available_frequencies 2>/dev/null;echo '======='; - 08:02:17 [INFO] Host: - 08:02:17 [INFO] Target: - 08:02:17 [INFO] Host: echo 'H''ello World' 'B''oard Booted'; - 08:02:18 [INFO] Target: echo 'H''ello World' 'B''oard Booted'; - 08:02:18 [INFO] Host: - 08:02:18 [INFO] Target: - 08:02:18 [INFO] Host: EOF - 08:02:19 [INFO] Target: [ 169.800328] ------------[ cut here ]------------ [ 169.805197] WARNING: CPU: 1 PID: 819 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 169.812774] Modules linked in: [ 169.815990] CPU: 1 PID: 819 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 169.826483] Hardware name: Generic DRA74X (Flattened Device Tree) [ 169.832897] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 169.841025] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 169.848611] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 169.857110] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 169.866335] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 169.874736] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 169.881777] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 169.889450] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 169.898120] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 169.907253] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 169.916746] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 169.924973] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 169.932909] ---[ end trace 6dd7907bd0838df9 ]--- [ 169.939127] ------------[ cut here ]------------ [ 169.943986] WARNING: CPU: 0 PID: 819 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 169.951569] Modules linked in: [ 169.954779] CPU: 0 PID: 819 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 169.965349] Hardware name: Generic DRA74X (Flattened Device Tree) [ 169.971763] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 169.979898] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 169.987494] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 169.995981] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 170.005209] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 170.013611] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 170.020652] [] (mmput) from [] (do_exit+0x288/0x914) [ 170.027677] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 170.035258] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 170.043569] ---[ end trace 6dd7907bd0838dfa ]--- root@dra7xx-evm:/test# - 08:02:19 [INFO] Host: cd /test - 08:02:19 [INFO] Target: cd /test root@dra7xx-evm:/test# - 08:02:19 [INFO] Host: chmod +x test.sh - 08:02:20 [INFO] Target: chmod +x test.sh [ 170.804114] ------------[ cut here ]------------ [ 170.808984] WARNING: CPU: 1 PID: 820 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 170.816565] Modules linked in: [ 170.819782] CPU: 1 PID: 820 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 170.830265] Hardware name: Generic DRA74X (Flattened Device Tree) [ 170.836673] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 170.844804] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 170.852394] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 170.860890] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 170.870120] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 170.878523] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 170.885570] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 170.893250] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 170.901923] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 170.911056] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 170.920565] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 170.928787] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 170.936740] ---[ end trace 6dd7907bd0838dfb ]--- [ 170.942965] ------------[ cut here ]------------ [ 170.947813] WARNING: CPU: 1 PID: 820 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 170.955397] Modules linked in: [ 170.958609] CPU: 1 PID: 820 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 170.969379] Hardware name: Generic DRA74X (Flattened Device Tree) [ 170.975786] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 170.983916] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 170.991498] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 170.999989] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 171.009222] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 171.017633] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 171.024671] [] (mmput) from [] (do_exit+0x288/0x914) [ 171.031714] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 171.039299] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 171.047612] ---[ end trace 6dd7907bd0838dfc ]--- root@dra7xx-evm:/test# - 08:02:20 [INFO] Host: ./test.sh 2> stderr.log > stdout.log 3> result.log - 08:02:23 [INFO] Target: ./test.sh 2> stderr.log > stdout.log 3> result.log [ 171.310662] ------------[ cut here ]------------ [ 171.315519] WARNING: CPU: 0 PID: 822 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 171.323099] Modules linked in: [ 171.326301] CPU: 0 PID: 822 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 171.336801] Hardware name: Generic DRA74X (Flattened Device Tree) [ 171.343214] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 171.351353] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 171.358939] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 171.367433] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 171.376653] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 171.385060] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 171.392099] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 171.399772] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 171.408454] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 171.417591] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 171.427091] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 171.435317] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 171.443265] ---[ end trace 6dd7907bd0838dfd ]--- [ 171.449329] ------------[ cut here ]------------ [ 171.454193] WARNING: CPU: 0 PID: 822 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 171.461765] Modules linked in: [ 171.464978] CPU: 0 PID: 822 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 171.475746] Hardware name: Generic DRA74X (Flattened Device Tree) [ 171.482154] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 171.490284] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 171.497872] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 171.506366] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 171.515589] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 171.523996] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 171.531036] [] (mmput) from [] (do_exit+0x288/0x914) [ 171.538075] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 171.545665] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 171.553977] ---[ end trace 6dd7907bd0838dfe ]--- [ 171.559872] ------------[ cut here ]------------ [ 171.564734] WARNING: CPU: 0 PID: 823 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 171.572313] Modules linked in: [ 171.575525] CPU: 0 PID: 823 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 171.586023] Hardware name: Generic DRA74X (Flattened Device Tree) [ 171.592425] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 171.600556] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 171.608147] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 171.616640] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 171.625867] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 171.634279] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 171.641312] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 171.648993] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 171.657673] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 171.666800] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 171.676302] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 171.684524] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 171.692475] ---[ end trace 6dd7907bd0838dff ]--- [ 171.698514] ------------[ cut here ]------------ [ 171.703402] WARNING: CPU: 0 PID: 823 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 171.710982] Modules linked in: [ 171.714198] CPU: 0 PID: 823 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 171.724963] Hardware name: Generic DRA74X (Flattened Device Tree) [ 171.731368] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 171.739505] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 171.747095] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 171.755594] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 171.764818] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 171.773221] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 171.780259] [] (mmput) from [] (do_exit+0x288/0x914) [ 171.787296] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 171.794885] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 171.803194] ---[ end trace 6dd7907bd0838e00 ]--- [ 171.809069] ------------[ cut here ]------------ [ 171.813953] WARNING: CPU: 0 PID: 824 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 171.821530] Modules linked in: [ 171.824751] CPU: 0 PID: 824 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 171.835247] Hardware name: Generic DRA74X (Flattened Device Tree) [ 171.841654] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 171.849784] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 171.857373] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 171.865869] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 171.875100] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 171.883506] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 171.890549] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 171.898225] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 171.906903] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 171.916039] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 171.925543] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 171.933764] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 171.941709] ---[ end trace 6dd7907bd0838e01 ]--- [ 171.947734] ------------[ cut here ]------------ [ 171.952589] WARNING: CPU: 0 PID: 824 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 171.960175] Modules linked in: [ 171.963386] CPU: 0 PID: 824 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 171.974158] Hardware name: Generic DRA74X (Flattened Device Tree) [ 171.980560] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 171.988693] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 171.996284] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 172.004785] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 172.014007] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 172.022414] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 172.029458] [] (mmput) from [] (do_exit+0x288/0x914) [ 172.036491] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 172.044077] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 172.052379] ---[ end trace 6dd7907bd0838e02 ]--- [ 172.058307] ------------[ cut here ]------------ [ 172.063169] WARNING: CPU: 0 PID: 825 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 172.070747] Modules linked in: [ 172.073959] CPU: 0 PID: 825 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 172.084454] Hardware name: Generic DRA74X (Flattened Device Tree) [ 172.090864] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 172.099000] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 172.106591] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 172.115086] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 172.124311] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 172.132712] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 172.139752] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 172.147424] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 172.156105] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 172.165239] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 172.174738] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 172.182969] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 172.190911] ---[ end trace 6dd7907bd0838e03 ]--- [ 172.196938] ------------[ cut here ]------------ [ 172.201822] WARNING: CPU: 0 PID: 825 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 172.209403] Modules linked in: [ 172.212612] CPU: 0 PID: 825 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 172.223207] Hardware name: Generic DRA74X (Flattened Device Tree) [ 172.229605] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 172.237737] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 172.245323] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 172.253814] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 172.263041] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 172.271443] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 172.278480] [] (mmput) from [] (do_exit+0x288/0x914) [ 172.285519] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 172.293100] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 172.301403] ---[ end trace 6dd7907bd0838e04 ]--- [ 172.307449] ------------[ cut here ]------------ [ 172.312309] WARNING: CPU: 0 PID: 826 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 172.319888] Modules linked in: [ 172.323101] CPU: 0 PID: 826 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 172.333597] Hardware name: Generic DRA74X (Flattened Device Tree) [ 172.340004] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 172.348139] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 172.355731] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 172.364220] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 172.373442] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 172.381842] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 172.388881] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 172.396551] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 172.405230] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 172.414361] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 172.423860] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 172.432075] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 172.440021] ---[ end trace 6dd7907bd0838e05 ]--- [ 172.446360] ------------[ cut here ]------------ [ 172.451248] WARNING: CPU: 0 PID: 826 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 172.458830] Modules linked in: [ 172.462037] CPU: 0 PID: 826 Comm: head Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 172.472716] Hardware name: Generic DRA74X (Flattened Device Tree) [ 172.479123] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 172.487265] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 172.494852] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 172.503351] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 172.512576] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 172.520981] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 172.528030] [] (mmput) from [] (do_exit+0x288/0x914) [ 172.535063] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 172.542649] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 172.550963] ---[ end trace 6dd7907bd0838e06 ]--- [ 172.556893] ------------[ cut here ]------------ [ 172.561757] WARNING: CPU: 0 PID: 827 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 172.569336] Modules linked in: [ 172.572542] CPU: 0 PID: 827 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 172.583035] Hardware name: Generic DRA74X (Flattened Device Tree) [ 172.589441] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 172.597574] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 172.605163] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 172.613660] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 172.622882] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 172.631287] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 172.638317] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 172.645995] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 172.654679] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 172.663808] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 172.673307] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 172.681527] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 172.689476] ---[ end trace 6dd7907bd0838e07 ]--- [ 172.695639] ------------[ cut here ]------------ [ 172.700527] WARNING: CPU: 0 PID: 827 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 172.708108] Modules linked in: [ 172.711315] CPU: 0 PID: 827 Comm: head Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 172.721996] Hardware name: Generic DRA74X (Flattened Device Tree) [ 172.728401] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 172.736536] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 172.744127] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 172.752615] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 172.761842] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 172.770252] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 172.777289] [] (mmput) from [] (do_exit+0x288/0x914) [ 172.784324] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 172.791912] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 172.800222] ---[ end trace 6dd7907bd0838e08 ]--- [ 172.806120] ------------[ cut here ]------------ [ 172.810983] WARNING: CPU: 0 PID: 828 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 172.818559] Modules linked in: [ 172.821764] CPU: 0 PID: 828 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 172.832251] Hardware name: Generic DRA74X (Flattened Device Tree) [ 172.838660] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 172.846792] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 172.854379] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 172.862879] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 172.872109] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 172.880514] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 172.887550] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 172.895226] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 172.903901] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 172.913039] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 172.922539] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 172.930760] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 172.938708] ---[ end trace 6dd7907bd0838e09 ]--- [ 172.945048] ------------[ cut here ]------------ [ 172.949937] WARNING: CPU: 0 PID: 828 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 172.957515] Modules linked in: [ 172.960728] CPU: 0 PID: 828 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 172.971314] Hardware name: Generic DRA74X (Flattened Device Tree) [ 172.977721] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 172.985860] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 172.993449] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 173.001940] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 173.011169] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 173.019582] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 173.026619] [] (mmput) from [] (do_exit+0x288/0x914) [ 173.033658] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 173.041246] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 173.049556] ---[ end trace 6dd7907bd0838e0a ]--- [ 173.055471] ------------[ cut here ]------------ [ 173.060336] WARNING: CPU: 0 PID: 829 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 173.067912] Modules linked in: [ 173.071118] CPU: 0 PID: 829 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 173.081610] Hardware name: Generic DRA74X (Flattened Device Tree) [ 173.088018] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 173.096154] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 173.103735] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 173.112227] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 173.121454] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 173.129858] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 173.136899] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 173.144579] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 173.153251] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 173.162379] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 173.171875] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 173.180093] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 173.188035] ---[ end trace 6dd7907bd0838e0b ]--- [ 173.195599] ------------[ cut here ]------------ [ 173.200485] WARNING: CPU: 0 PID: 829 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 173.208063] Modules linked in: [ 173.211272] CPU: 0 PID: 829 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 173.221879] Hardware name: Generic DRA74X (Flattened Device Tree) [ 173.228292] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 173.236425] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 173.244010] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 173.252506] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 173.261737] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 173.270139] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 173.277179] [] (mmput) from [] (do_exit+0x288/0x914) [ 173.284218] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 173.291808] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 173.300121] ---[ end trace 6dd7907bd0838e0c ]--- [ 173.306097] ------------[ cut here ]------------ [ 173.310962] WARNING: CPU: 0 PID: 830 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 173.318542] Modules linked in: [ 173.321747] CPU: 0 PID: 830 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 173.332250] Hardware name: Generic DRA74X (Flattened Device Tree) [ 173.338651] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 173.346777] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 173.354373] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 173.362868] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 173.372098] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 173.380508] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 173.387544] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 173.395216] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 173.403897] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 173.413028] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 173.422526] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 173.430750] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 173.438698] ---[ end trace 6dd7907bd0838e0d ]--- [ 173.444773] ------------[ cut here ]------------ [ 173.449659] WARNING: CPU: 0 PID: 830 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 173.457240] Modules linked in: [ 173.460453] CPU: 0 PID: 830 Comm: ls Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 173.470952] Hardware name: Generic DRA74X (Flattened Device Tree) [ 173.477350] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 173.485480] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 173.493069] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 173.501565] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 173.510790] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 173.519195] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 173.526239] [] (mmput) from [] (do_exit+0x288/0x914) [ 173.533286] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 173.540867] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 173.549180] ---[ end trace 6dd7907bd0838e0e ]--- [ 173.555174] ------------[ cut here ]------------ [ 173.560037] WARNING: CPU: 0 PID: 831 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 173.567614] Modules linked in: [ 173.570825] CPU: 0 PID: 831 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 173.581322] Hardware name: Generic DRA74X (Flattened Device Tree) [ 173.587729] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 173.595858] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 173.603445] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 173.611945] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 173.621173] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 173.629583] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 173.636624] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 173.644299] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 173.652977] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 173.662113] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 173.671611] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 173.679836] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 173.687782] ---[ end trace 6dd7907bd0838e0f ]--- [ 173.693793] ------------[ cut here ]------------ [ 173.698677] WARNING: CPU: 0 PID: 831 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 173.706259] Modules linked in: [ 173.709473] CPU: 0 PID: 831 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 173.720063] Hardware name: Generic DRA74X (Flattened Device Tree) [ 173.726468] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 173.734605] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 173.742189] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 173.750687] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 173.759918] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 173.768320] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 173.775361] [] (mmput) from [] (do_exit+0x288/0x914) [ 173.782399] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 173.789987] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 173.798294] ---[ end trace 6dd7907bd0838e10 ]--- [ 173.803848] ------------[ cut here ]------------ [ 173.808711] WARNING: CPU: 1 PID: 821 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 173.816292] Modules linked in: [ 173.819507] CPU: 1 PID: 821 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 173.830008] Hardware name: Generic DRA74X (Flattened Device Tree) [ 173.836414] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 173.844551] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 173.852141] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 173.860639] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 173.869868] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 173.878274] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 173.885312] [] (mmput) from [] (do_exit+0x288/0x914) [ 173.892355] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 173.899948] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 173.908260] ---[ end trace 6dd7907bd0838e11 ]--- root@dra7xx-evm:/test# - 08:02:23 [INFO] Host: echo $? - 08:02:23 [INFO] Target: echo $? root@dra7xx-evm:/test# - 08:02:23 [INFO] Host: cd /test - 08:02:24 [INFO] Target: cd /test root@dra7xx-evm:/test# - 08:02:24 [INFO] Host: cat stdout.log - 08:02:26 [INFO] Target: cat stdout.log [ 175.339173] ------------[ cut here ]------------ [ 175.344047] WARNING: CPU: 1 PID: 832 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 175.351631] Modules linked in: [ 175.354861] CPU: 1 PID: 832 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 175.365353] Hardware name: Generic DRA74X (Flattened Device Tree) [ 175.371765] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 175.379903] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 175.387500] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 175.395993] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 175.405219] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 175.413622] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 175.420673] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 175.428350] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 175.437030] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 175.446169] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 175.455673] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 175.463900] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 175.471848] ---[ end trace 6dd7907bd0838e12 ]--- cpuinfo: processor : 0 model name : ARMv7 Processor rev 2 (v7l) BogoMIPS : 14.45 Features : half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x2 CPU part : 0xc0f CPU revision : 2 processor : 1 model name : ARMv7 Processor rev 2 (v7l) BogoMIPS : 14.45 Features : half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x2 CPU part : 0xc0f CPU revision : 2 Hardware : Generic DRA74X (Flattened Device Tree) Revision : 0000 Serial : 0000000000000000 ======= soc info: ==> /sys/devices/soc0/family <== DRA7 ==> /sys/devices/soc0/machine <== DRA752 ==> /sys/devices/soc0/power <== ==> /sys/devices/soc0/revision <== ES1.1 ==> /sys/devices/soc0/subsystem <== ==> /sys/devices/soc0/type <== ==> /sys/devices/soc0/uevent <== ======= DT Model info ==> /proc/device-tree/name <== ==> /proc/device-tree/model <== TI DRA742 ==> /proc/device-tree/compatible <== ti,dra7-evmti,dra742ti,dra74ti,dra7 ======= interrupts: CPU0 CPU1 16: 0 0 GIC 191 gp_timer 19: 20133 18130 GIC 27 arch_timer 22: 0 0 GIC 190 l3-dbg-irq 23: 0 0 GIC 42 l3-app-irq 28: 4713 0 GIC 185 omap-dma-engine 295: 4916 0 GIC 174 OMAP UART0 310: 694 0 GIC 154 48070000.i2c 311: 0 0 GIC 153 48072000.i2c 312: 0 0 GIC 152 48060000.i2c 313: 5780 0 GIC 151 mmc1 314: 558 0 GIC 150 mmc0 318: 0 0 GIC 146 4a140000.sata 323: 0 0 GIC 141 gpmc 325: 36 0 GIC 139 48484000.ethernet 326: 10 0 GIC 138 48484000.ethernet 340: 1 0 PRCM pinctrl 395: 1 0 pinctrl 992 OMAP UART0 IPI0: 0 1 CPU wakeup interrupts IPI1: 0 0 Timer broadcast interrupts IPI2: 2688 3710 Rescheduling interrupts IPI3: 0 0 Function call interrupts IPI4: 721 352 Single function call interrupts IPI5: 0 0 CPU stop interrupts IPI6: 0 0 IRQ work interrupts IPI7: 0 0 completion interrupts Err: 0 ======= Clk_summary: clock enable_cnt prepare_cnt rate accuracy phase ---------------------------------------------------------------------------------------- dummy_ck 0 0 0 0 0 video2_m2_clkin_ck 0 0 0 0 0 video2_dclk_div 0 0 0 0 0 video2_clkin_ck 0 0 0 0 0 video2_div_clk 0 0 0 0 0 video2_clk2_div 0 0 0 0 0 video1_m2_clkin_ck 0 0 0 0 0 video1_dclk_div 0 0 0 0 0 video1_clkin_ck 0 0 0 0 0 video1_div_clk 0 0 0 0 0 video1_clk2_div 0 0 0 0 0 usb_otg_clkin_ck 0 0 0 0 0 usb_otg_dclk_div 0 0 0 0 0 sys_clkin2 0 0 22579200 0 0 abe_dpll_sys_clk_mux 0 0 22579200 0 0 abe_dpll_clk_mux 0 0 22579200 0 0 dpll_abe_ck 0 0 180633600 0 0 dpll_abe_m2_ck 0 0 180633600 0 0 per_abe_x1_gfclk2_div 0 0 180633600 0 0 mcasp8_aux_gfclk_mux 0 0 180633600 0 0 mcasp7_aux_gfclk_mux 0 0 180633600 0 0 mcasp6_aux_gfclk_mux 0 0 180633600 0 0 mcasp5_aux_gfclk_mux 0 0 180633600 0 0 mcasp4_aux_gfclk_mux 0 0 180633600 0 0 mcasp3_aux_gfclk_mux 0 0 180633600 0 0 mcasp2_aux_gfclk_mux 0 0 180633600 0 0 mcasp1_aux_gfclk_mux 0 0 180633600 0 0 per_abe_x1_dclk_div 0 0 180633600 0 0 dpll_abe_x2_ck 0 0 361267200 0 0 dpll_abe_m3x2_ck 0 0 180633600 0 0 usb_dpll_hs_clk_div 0 0 60211200 0 0 per_dpll_hs_clk_div 0 0 90316800 0 0 dpll_gpu_ck 0 0 180633600 0 0 dpll_gpu_m2_ck 0 0 22579200 0 0 gpu_dclk 0 0 22579200 0 0 dpll_abe_m2x2_ck 0 0 361267200 0 0 abe_lp_clk_div 0 0 22579200 0 0 abe_24m_fclk 0 0 45158400 0 0 mcasp8_ahclk_mux 0 0 45158400 0 0 mcasp7_ahclkx_mux 0 0 45158400 0 0 mcasp6_ahclkx_mux 0 0 45158400 0 0 mcasp5_ahclkx_mux 0 0 45158400 0 0 mcasp4_ahclkx_mux 0 0 45158400 0 0 mcasp3_ahclkx_mux 0 0 45158400 0 0 mcasp2_ahclkx_mux 0 0 45158400 0 0 mcasp2_ahclkr_mux 0 0 45158400 0 0 mcasp1_ahclkx_mux 0 0 45158400 0 0 mcasp1_ahclkr_mux 0 0 45158400 0 0 ipu1_gfclk_mux 0 0 361267200 0 0 abe_clk 0 0 361267200 0 0 aess_fclk 0 0 361267200 0 0 abe_giclk_div 0 0 361267200 0 0 abe_dpll_bypass_clk_mux 0 0 22579200 0 0 sys_clk2_dclk_div 0 0 22579200 0 0 virt_38400000_ck 0 0 38400000 0 0 virt_27000000_ck 0 0 27000000 0 0 virt_26000000_ck 0 0 26000000 0 0 virt_20000000_ck 1 1 20000000 0 0 sys_clkin1 8 14 20000000 0 0 wkupaon_iclk_mux 9 12 20000000 0 0 l3instr_ts_gclk_div 0 0 625000 0 0 sata_ref_clk 1 1 20000000 0 0 dpll_usb_ck 1 1 960000000 0 0 dpll_usb_clkdcoldo 1 1 960000000 0 0 l3init_960m_gfclk 1 2 960000000 0 0 usb_otg_ss2_refclk960m 0 2 960000000 0 0 usb_otg_ss1_refclk960m 1 3 960000000 0 0 dpll_usb_m2_ck 0 0 480000000 0 0 l3init_480m_dclk_div 0 0 480000000 0 0 l3init_60m_fclk 0 0 60000000 0 0 dpll_per_ck 1 1 384000000 0 0 dpll_per_x2_ck 1 3 768000000 0 0 dpll_per_m2x2_ck 1 5 192000000 0 0 mmc2_fclk_mux 0 1 192000000 0 0 mmc2_fclk_div 0 1 96000000 0 0 mmc1_fclk_mux 0 1 192000000 0 0 mmc1_fclk_div 0 1 96000000 0 0 func_96m_fclk 0 5 96000000 0 0 func_48m_fclk 4 18 48000000 0 0 uart6_gfclk_mux 0 1 48000000 0 0 uart10_gfclk_mux 0 1 48000000 0 0 uart9_gfclk_mux 0 1 48000000 0 0 uart8_gfclk_mux 0 1 48000000 0 0 uart7_gfclk_mux 0 1 48000000 0 0 uart5_gfclk_mux 0 1 48000000 0 0 uart4_gfclk_mux 0 1 48000000 0 0 uart3_gfclk_mux 1 1 48000000 0 0 uart2_gfclk_mux 1 1 48000000 0 0 uart1_gfclk_mux 1 1 48000000 0 0 mmc4_gfclk_mux 0 1 48000000 0 0 mmc4_gfclk_div 0 1 48000000 0 0 mmc3_gfclk_mux 0 1 48000000 0 0 mmc3_gfclk_div 0 1 48000000 0 0 dss_48mhz_clk 0 2 48000000 0 0 func_12m_fclk 0 1 12000000 0 0 dpll_per_h14x2_ck 0 0 384000000 0 0 dpll_per_h13x2_ck 0 1 192000000 0 0 qspi_gfclk_mux 0 1 192000000 0 0 qspi_gfclk_div 0 1 192000000 0 0 dpll_per_h12x2_ck 0 1 192000000 0 0 dss_dss_clk 0 3 192000000 0 0 dpll_per_h11x2_ck 0 0 256000000 0 0 func_128m_clk 0 0 128000000 0 0 dpll_per_m2_ck 0 0 96000000 0 0 func_24m_clk 0 0 24000000 0 0 func_96m_aon_dclk_div 0 0 96000000 0 0 dpll_pcie_ref_ck 1 1 1500000000 0 0 dpll_pcie_ref_m2_ck 0 0 1500000000 0 0 pcie2_dclk_div 0 0 1500000000 0 0 dpll_pcie_ref_m2ldo_ck 1 1 100000000 0 0 apll_pcie_in_clk_mux 1 1 100000000 0 0 apll_pcie_ck 2 2 100000000 0 0 apll_pcie_m2_ck 0 0 100000000 0 0 pcie_dclk_div 0 0 100000000 0 0 apll_pcie_clkvcoldo_div 0 0 100000000 0 0 apll_pcie_clkvcoldo 0 0 100000000 0 0 optfclk_pciephy2_clk 0 0 100000000 0 0 optfclk_pciephy1_clk 1 1 100000000 0 0 optfclk_pciephy_div 1 1 100000000 0 0 optfclk_pciephy2_div_clk 0 0 100000000 0 0 optfclk_pciephy1_div_clk 1 1 100000000 0 0 dpll_gmac_ck 3 3 1000000000 0 0 dpll_gmac_x2_ck 0 0 2000000000 0 0 dpll_gmac_m3x2_ck 0 0 200000000 0 0 dpll_gmac_h13x2_ck 0 0 200000000 0 0 dpll_gmac_h12x2_ck 0 0 250000000 0 0 dpll_gmac_h11x2_ck 0 0 50000000 0 0 gmii_m_clk_div 0 0 25000000 0 0 dpll_gmac_m2_ck 0 0 250000000 0 0 gmac_250m_dclk_div 0 0 250000000 0 0 gmac_gmii_ref_clk_div 0 0 125000000 0 0 dpll_ddr_ck 0 0 1064000000 0 0 dpll_ddr_x2_ck 0 0 2128000000 0 0 dpll_ddr_h11x2_ck 0 0 266000000 0 0 dpll_ddr_m2_ck 0 0 532000000 0 0 emif_phy_dclk_div 0 0 532000000 0 0 dpll_mpu_ck 1 1 1176000000 0 0 dpll_mpu_m2_ck 1 1 1176000000 0 0 mpu_dclk_div 0 0 1176000000 0 0 dpll_core_ck 1 1 1064000000 0 0 dpll_core_m2_ck 0 0 532000000 0 0 core_dpll_out_dclk_div 0 0 532000000 0 0 dpll_core_x2_ck 2 3 2128000000 0 0 dpll_core_h24x2_ck 0 1 354666667 0 0 dpll_core_h23x2_ck 0 0 532000000 0 0 dpll_core_h22x2_ck 0 0 425600000 0 0 dpll_core_h14x2_ck 0 0 425600000 0 0 gpu_hyd_gclk_mux 0 0 425600000 0 0 gpu_core_gclk_mux 0 0 425600000 0 0 dpll_core_h13x2_ck 4 8 34322581 0 0 dpll_core_h12x2_ck 1 1 532000000 0 0 l3_iclk_div 84 96 266000000 0 0 vip3_gclk_mux 0 0 266000000 0 0 vip2_gclk_mux 0 0 266000000 0 0 vip1_gclk_mux 0 0 266000000 0 0 gmac_rft_clk_mux 0 0 266000000 0 0 atl_gfclk_mux 0 1 266000000 0 0 atl_clkin3_ck 0 0 266000000 0 0 atl_clkin2_ck 0 0 266000000 0 0 atl_clkin1_ck 0 0 266000000 0 0 atl_clkin0_ck 0 0 266000000 0 0 l4_root_clk_div 12 15 133000000 0 0 eve_dpll_hs_clk_div 0 0 532000000 0 0 dpll_eve_ck 0 0 532000000 0 0 dpll_eve_m2_ck 0 0 532000000 0 0 eve_clk 0 0 532000000 0 0 eve_dclk_div 0 0 532000000 0 0 iva_dpll_hs_clk_div 0 0 532000000 0 0 dpll_iva_ck 0 0 532000000 0 0 dpll_iva_m2_ck 0 0 532000000 0 0 iva_dclk 0 0 532000000 0 0 dsp_dpll_hs_clk_div 0 0 532000000 0 0 dpll_dsp_ck 0 0 532000000 0 0 dpll_dsp_x2_ck 0 0 532000000 0 0 dpll_dsp_m3x2_ck 0 0 532000000 0 0 dpll_dsp_m2_ck 0 0 532000000 0 0 dsp_gclk_div 0 0 532000000 0 0 mpu_dpll_hs_clk_div 0 0 532000000 0 0 dcan1_sys_clk_mux 0 1 20000000 0 0 video2_dpll_clk_mux 0 1 20000000 0 0 dss_video2_clk 0 1 20000000 0 0 video1_dpll_clk_mux 0 1 20000000 0 0 dss_video1_clk 0 1 20000000 0 0 timer_sys_clk_div 0 10 20000000 0 0 timer9_gfclk_mux 0 1 20000000 0 0 timer4_gfclk_mux 0 1 20000000 0 0 timer3_gfclk_mux 0 1 20000000 0 0 timer2_gfclk_mux 0 1 20000000 0 0 timer16_gfclk_mux 0 0 20000000 0 0 timer15_gfclk_mux 0 0 20000000 0 0 timer14_gfclk_mux 0 0 20000000 0 0 timer13_gfclk_mux 0 0 20000000 0 0 timer11_gfclk_mux 0 1 20000000 0 0 timer10_gfclk_mux 0 1 20000000 0 0 timer8_gfclk_mux 0 1 20000000 0 0 timer7_gfclk_mux 0 1 20000000 0 0 timer6_gfclk_mux 0 1 20000000 0 0 timer5_gfclk_mux 0 1 20000000 0 0 hdmi_dpll_clk_mux 0 1 20000000 0 0 dss_hdmi_clk 0 2 20000000 0 0 custefuse_sys_gfclk_div 0 0 10000000 0 0 emu_dclk_div 0 0 20000000 0 0 sata_dclk_div 0 0 20000000 0 0 sys_clk1_dclk_div 0 0 20000000 0 0 clkoutmux2_clk_mux 0 0 20000000 0 0 clkoutmux1_clk_mux 0 0 20000000 0 0 clkoutmux0_clk_mux 0 0 20000000 0 0 adc_gfclk_mux 0 0 20000000 0 0 abe_sys_clk_div 0 0 20000000 0 0 virt_19200000_ck 0 0 19200000 0 0 virt_16800000_ck 0 0 16800000 0 0 virt_13000000_ck 0 0 13000000 0 0 virt_12000000_ck 0 0 12000000 0 0 sys_32k_ck 3 20 32768 0 0 timer1_gfclk_mux 1 1 32768 0 0 gpio1_dbclk 0 1 32768 0 0 atl_dpll_clk_mux 0 0 32768 0 0 usb_phy3_always_on_clk32k 1 1 32768 0 0 usb_phy2_always_on_clk32k 0 1 32768 0 0 usb_phy1_always_on_clk32k 0 1 32768 0 0 mmc4_clk32k 0 1 32768 0 0 mmc3_clk32k 0 1 32768 0 0 mmc2_clk32k 0 1 32768 0 0 mmc1_clk32k 0 1 32768 0 0 gpio8_dbclk 0 1 32768 0 0 gpio7_dbclk 0 1 32768 0 0 gpio6_dbclk 0 1 32768 0 0 gpio5_dbclk 0 1 32768 0 0 gpio4_dbclk 0 1 32768 0 0 gpio3_dbclk 0 1 32768 0 0 gpio2_dbclk 0 1 32768 0 0 dss_32khz_clk 0 1 32768 0 0 optfclk_pciephy2_32khz 0 0 32768 0 0 optfclk_pciephy1_32khz 1 1 32768 [ 177.488095] ------------[ cut here ]------------ 0 0 secure_32k_clk_src_ck [ 177.496988] WARNING: CPU: 0 PID: 832 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() 0 0 32768 0 0 [ 177.508734] Modules linked in: secure_32k_dclk_div 0 0 32768 0 0 sdvenc_clkin_[ 177.520326] CPU: 0 PID: 832 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 ck 0 0 [ 177.535090] Hardware name: Generic DRA74X (Flattened Device Tree) 0 0 0 rmii_clk_ck [ 177.545669] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) 0 0 0 [ 177.557966] [] (show_stack) from [] (dump_stack+0x70/0x8c) 0 0 ref_clkin3_ck [ 177.569722] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) 0 0 0 0 0 [ 177.582393] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) ref_clkin2_ck 0 [ 177.595789] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) 0 0 0 0 ref_clkin[ 177.608372] [] (exit_mmap) from [] (mmput+0x40/0xf8) 1_ck 0 0 [ 177.619587] [] (mmput) from [] (do_exit+0x288/0x914) 0 0 0 ref_clkin0_ck [ 177.630793] [] (do_exit) from [] (do_group_exit+0x48/0xd0) 0 0 0 [ 177.642550] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) 0 0 pciesref_acs_clk_ck [ 177.655033] ---[ end trace 6dd7907bd0838e13 ]--- 0 0 100000000 0 0 mlbp_clkin_ck 0 0 0 0 0 mlbp_clk 0 0 0 0 0 mlb_clkin_ck 0 0 0 0 0 mlb_clk 0 0 0 0 0 hdmi_clkin_ck 0 0 0 0 0 hdmi_div_clk 0 0 0 0 0 hdmi_clk2_div 0 0 0 0 0 hdmi_dclk_div 0 0 0 0 0 ======= Orphan Clks: ======= Available frequencies 1000000 1176000 ======= Hello World Board Booted root@dra7xx-evm:/test# - 08:02:26 [INFO] Host: cat stderr.log - 08:02:27 [INFO] Target: cat stderr.log [ 177.864163] ------------[ cut here ]------------ [ 177.869034] WARNING: CPU: 1 PID: 833 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 177.876620] Modules linked in: [ 177.879837] CPU: 1 PID: 833 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 177.890339] Hardware name: Generic DRA74X (Flattened Device Tree) [ 177.896744] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 177.904881] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 177.912474] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 177.920980] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 177.930196] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 177.938598] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 177.945637] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 177.953309] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 177.961979] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 177.971106] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 177.980606] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 177.988833] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 177.996775] ---[ end trace 6dd7907bd0838e14 ]--- ls: /sys/kernel/debug/clk/orphans/: No such file[ 178.002930] ------------[ cut here ]------------ or directory [ 178.011826] WARNING: CPU: 1 PID: 833 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 178.020684] Modules linked in: [ 178.023906] CPU: 1 PID: 833 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 178.034489] Hardware name: Generic DRA74X (Flattened Device Tree) [ 178.040900] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 178.049042] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 178.056636] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 178.065128] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 178.074344] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 178.082747] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 178.089784] [] (mmput) from [] (do_exit+0x288/0x914) [ 178.096826] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 178.104415] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 178.112724] ---[ end trace 6dd7907bd0838e15 ]--- root@dra7xx-evm:/test# - 08:02:27 [INFO] Host: cat result.log - 08:02:29 [ERROR] On command: cat result.log waiting for cat result.log.+?(?m-ix:^1[\0\n\r]+) >>> error: execution expired - 08:02:29 [INFO] Target: cat result.log [ 178.379087] ------------[ cut here ]------------ [ 178.383956] WARNING: CPU: 1 PID: 834 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 178.391531] Modules linked in: [ 178.394747] CPU: 1 PID: 834 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 178.405241] Hardware name: Generic DRA74X (Flattened Device Tree) [ 178.411651] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 178.419780] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 178.427369] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 178.435862] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 178.445088] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 178.453497] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 178.460537] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 178.468209] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 178.476886] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 178.486020] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 178.495512] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 178.503735] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 178.511678] ---[ end trace 6dd7907bd0838e16 ]--- [ 178.517804] ------------[ cut here ]------------ [ 178.522660] WARNING: CPU: 1 PID: 834 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 178.530245] Modules linked in: [ 178.533458] CPU: 1 PID: 834 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 178.544036] Hardware name: Generic DRA74X (Flattened Device Tree) [ 178.550443] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 178.558580] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 178.566168] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 178.574665] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 178.583897] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 178.592295] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 178.599328] [] (mmput) from [] (do_exit+0x288/0x914) [ 178.606360] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 178.613944] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 178.622244] ---[ end trace 6dd7907bd0838e17 ]--- root@dra7xx-evm:/test# - 08:02:29 [INFO] Host: cd /test - 08:02:29 [INFO] Target: cd /test root@dra7xx-evm:/test# URL:gtsystest.telogy.design.ti.com/vatf/tigtfarm07/tigtfarm07_vatf@dra7xx-evm2/tigtfarm0701_23_2015_07_58_18/files/session_iteration_1/test_1