- 07:58:14 [INFO] Starting target session - 07:58:15 [INFO] Connected to dra72x-evm via serial - 07:58:15 [INFO] Host: #check prompt - 07:58:18 [ERROR] On command: #check prompt waiting for #check prompt.+?(?-mix:((?-mix:login:)|[Pp]assword)) >>> error: execution expired - 07:58:18 [INFO] Target: #check prompt root@dra7xx-evm:/test# - 07:58:18 [INFO] Host: #check prompt - 07:58:18 [INFO] Target: #check prompt root@dra7xx-evm:/test# - 07:58:18 [INFO] Host: sync;poweroff - 07:58:28 [INFO] Target: sync;poweroff Broadcast message from root@dra7xx-evm (ttyO0) (Thu Aug 21 19:24:59 2014): The system is going down for system halt NOW! root@dj(*bStopping Dropbear SSH server: stopped /usr/sbin/dropbear (pid 659) 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 694) stopped klogd (pid 697) done Stopping thttpd. 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 708) lighttpd. Deconfiguring network interfaces... done. Stopping Matrix GUI applicationstart-stop-daemon: warning: killing process 714: 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... [ 3075.804538] EXT4-fs (mmcblk1p2): re-mounted. Opts: data=ordered [ 3077.906945] reboot: Power down - 07:58:28 [INFO] Disconnected serial from dra72x-evm - 07:59:19 [INFO] Connected to dra72x-evm via serial - 07:59:19 [INFO] Host: - 07:59:19 [INFO] Target: U-Boot# - 07:59:19 [INFO] Host: - 07:59:20 [INFO] Target: U-Boot# - 07:59:20 [INFO] Host: version - 07:59:20 [INFO] Target: version U-Boot 2014.07-00071-gaca0808 (Oct 02 2014 - 11:23:33) 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:20 [INFO] Host: setenv bootargs 'console=ttyO0,115200n8 earlyprintk rootwait ' - 07:59:21 [INFO] Target: setenv bootargs 'console=ttyO0,115200n8 earlyprintk rootwait ' U-Boot# - 07:59:21 [INFO] Host: setenv bootcmd '' - 07:59:21 [INFO] Target: setenv bootcmd '' U-Boot# - 07:59:21 [INFO] Host: setenv autoload 'no' - 07:59:22 [INFO] Target: setenv autoload 'no' U-Boot# - 07:59:22 [INFO] Host: setenv serverip '192.168.0.1' - 07:59:22 [INFO] Target: setenv serverip '192.168.0.1' U-Boot# - 07:59:22 [INFO] Host: printenv - 07:59:23 [INFO] Target: printenv arch=arm autoload=no baudrate=115200 board=dra7xx board_name=dra72x 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=b4:99:4c:1c:49:df ethact=cpsw ethaddr=b4:99:4c:1c:49:de 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-00071-gaca0808 (Oct 02 2014 - 11:23:33) vram=16M Environment size: 3057/131067 bytes U-Boot# - 07:59:23 [INFO] Host: printenv - 07:59:23 [INFO] Target: printenv arch=arm autoload=no baudrate=115200 board=dra7xx board_name=dra72x 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=b4:99:4c:1c:49:df ethact=cpsw ethaddr=b4:99:4c:1c:49:de 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-00071-gaca0808 (Oct 02 2014 - 11:23:33) vram=16M Environment size: 3057/131067 bytes U-Boot# - 07:59:23 [INFO] Host: setenv bootargs ''${bootargs}' ip=dhcp ' - 07:59:24 [INFO] Target: setenv bootargs ''${bootargs}' ip=dhcp ' U-Boot# - 07:59:24 [INFO] Host: setenv serverip '192.168.0.1' - 07:59:24 [INFO] Target: setenv serverip '192.168.0.1' U-Boot# - 07:59:24 [INFO] Host: setenv ipaddr dhcp - 07:59:25 [INFO] Target: setenv ipaddr dhcp U-Boot# - 07:59:25 [INFO] Host: setenv autoload 'no' - 07:59:25 [INFO] Target: setenv autoload 'no' U-Boot# - 07:59:25 [INFO] Host: dhcp - 07:59:27 [INFO] Target: dhcp link up on port 1, speed 1000, full duplex BOOTP broadcast 1 DHCP client bound to address 192.168.0.235 U-Boot# - 07:59:27 [INFO] Host: setenv serverip '192.168.0.1' - 07:59:27 [INFO] Target: setenv serverip '192.168.0.1' U-Boot# - 07:59:27 [INFO] Host: tftp ${loadaddr} 192.168.0.1:vatf_j6eco-evm1/fc03d4a091fc0586460a6da87607249f - 07:59:28 [INFO] Target: tftp ${loadaddr} 192.168.0.1:vatf_j6eco-evm1/fc03d4a091fc0586460a6da87607249f link up on port 1, speed 1000, full duplex Using cpsw device TFTP from server 192.168.0.1; our IP address is 192.168.0.235 Filename 'vatf_j6eco-evm1/fc03d4a091fc0586460a6da87607249f'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ###### 11.3 MiB/s done Bytes transferred = 5812800 (58b240 hex) U-Boot# - 07:59:28 [INFO] Host: tftp ${fdt_addr_r} 192.168.0.1:vatf_j6eco-evm1/62baa60fe187bf4ae697dd983912942a - 07:59:29 [INFO] Target: tftp ${fdt_addr_r} 192.168.0.1:vatf_j6eco-evm1/62baa60fe187bf4ae697dd983912942a link up on port 1, speed 1000, full duplex Using cpsw device TFTP from server 192.168.0.1; our IP address is 192.168.0.235 Filename 'vatf_j6eco-evm1/62baa60fe187bf4ae697dd983912942a'. Load address: 0x88000000 Loading: *##### 9.5 MiB/s done Bytes transferred = 69447 (10f47 hex) U-Boot# - 07:59:29 [INFO] Host: ls mmc 0:1 - 07:59:29 [INFO] Target: ls mmc 0:1 73624 mlo 1164 readme 433092 u-boot.img 574 uenv.txt 4 ws-calibrate.rules 5 file(s), 0 dir(s) U-Boot# - 07:59:29 [INFO] Host: ls mmc 0:2 - 07:59:30 [INFO] Target: ls mmc 0:2 4096 . 4096 .. 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 8 tmp 4096 usr 4096 var 4096 www 4096 test U-Boot# - 07:59:30 [INFO] Host: part uuid mmc 0:2 - 07:59:30 [INFO] Target: part uuid mmc 0:2 00000000-02 U-Boot# - 07:59:30 [INFO] Host: printenv - 07:59:31 [INFO] Target: printenv arch=arm autoload=no baudrate=115200 board=dra7xx board_name=dra72x 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=b4:99:4c:1c:49:df ethact=cpsw ethaddr=b4:99:4c:1c:49:de fdt_addr_r=0x88000000 fdtaddr=0x88000000 fdtfile=undefined fileaddr=88000000 filesize=10f47 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.235 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-00071-gaca0808 (Oct 02 2014 - 11:23:33) vram=16M Environment size: 3211/131067 bytes U-Boot# - 07:59:31 [INFO] Host: setenv bootargs ''${bootargs}' root=PARTUUID=00000000-02 rw rootfstype=ext4 rootwait ' - 07:59:31 [INFO] Target: setenv bootargs ''${bootargs}' root=PARTUUID=00000000-02 rw rootfstype=ext4 rootwait ' U-Boot# - 07:59:31 [INFO] Host: printenv - 07:59:32 [INFO] Target: printenv arch=arm autoload=no baudrate=115200 board=dra7xx board_name=dra72x 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=b4:99:4c:1c:49:df ethact=cpsw ethaddr=b4:99:4c:1c:49:de fdt_addr_r=0x88000000 fdtaddr=0x88000000 fdtfile=undefined fileaddr=88000000 filesize=10f47 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.235 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-00071-gaca0808 (Oct 02 2014 - 11:23:33) vram=16M Environment size: 3266/131067 bytes U-Boot# - 07:59:32 [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:32 [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:32 [INFO] Host: bdinfo - 07:59:33 [INFO] Target: bdinfo arch_number = 0x00000000 boot_params = 0x80000100 DRAM bank = 0x00000000 -> start = 0x80000000 -> size = 0x40000000 eth0name = cpsw ethaddr = b4:99:4c:1c:49:de current eth = cpsw ip_addr = 192.168.0.235 baudrate = 115200 bps TLB addr = 0xBFFF0000 relocaddr = 0xBF744000 reloc off = 0x3EF44000 irq_sp = 0xBE723EE0 sp start = 0xBE723ED0 U-Boot# - 07:59:33 [INFO] Host: mmc rescan - 07:59:33 [INFO] Target: mmc rescan U-Boot# - 07:59:33 [INFO] Host: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 - 07:59:34 [INFO] Target: fatwrite mmc ${mmcdev}:1 ${loadaddr} ws-calibrate.rules 4 writing ws-calibrate.rules 4 bytes written U-Boot# - 07:59:34 [INFO] Host: boot - 08:02:04 [ERROR] On command: boot waiting for boot.+?(?-mix:login:) >>> error: execution expired - 08:02:04 [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 8ffec000, end 8fffff46 ... 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 DRA722 [ 0.000000] cma: Reserved 64 MiB at 0x00000000bb800000 [ 0.000000] Forcing write-allocate cache policy for SMP [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] DRA722 ES1.0 [ 0.000000] PERCPU: Embedded 11 pages/cpu @eefaf000 s13120 r8192 d23744 u45056 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260112 [ 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: 958820K/1046528K available (7610K kernel code, 941K rwdata, 3128K rodata, 788K init, 311K bss, 22172K reserved, 65536K cma-reserved, 202752K 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=1, 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=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] GIC CPU mask not found - kernel will fail to boot. [ 0.000000] GIC CPU mask not found - kernel will fail to boot. [ 0.000000] OMAP clockevent source: timer1 at 32768 Hz [ 0.000000] 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.000411] Switching to timer-based delay loop, resolution 162ns [ 0.004463] Console: colour dummy device 80x30 [ 0.004480] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=30737) [ 0.004491] pid_max: default: 32768 minimum: 301 [ 0.004581] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.004589] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.005030] CPU: Testing write buffer coherency: ok [ 0.005206] /cpus/cpu@0 missing clock-frequency property [ 0.005217] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.005267] Setting up static identity map for 0x80933070 - 0x80933108 [ 0.007166] Brought up 1 CPUs [ 0.007175] SMP: Total of 1 processors activated (12.29 BogoMIPS). [ 0.007180] CPU: All CPU(s) started in SVC mode. [ 0.007465] devtmpfs: initialized [ 0.008084] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.008143] omap_hwmod: l3_main_2 using broken dt data from ocp [ 0.087934] omap_hwmod: dss_core: _wait_target_disable failed [ 0.087944] omap_hwmod: dss_core: _wait_target_ready failed: -16 [ 0.087953] omap_hwmod: dss_core: cannot be enabled for reset (3) [ 0.090463] omap_hwmod: dss_dispc: _wait_target_ready failed: -16 [ 0.090472] omap_hwmod: dss_dispc: cannot be enabled for reset (3) [ 0.092973] omap_hwmod: dss_hdmi: _wait_target_ready failed: -16 [ 0.092981] omap_hwmod: dss_hdmi: cannot be enabled for reset (3) [ 0.163880] omap_hwmod: pcie1: _wait_target_disable failed [ 0.170137] omap_hwmod: pcie2: _wait_target_disable failed [ 0.172498] pinctrl core: initialized pinctrl subsystem [ 0.189431] NET: Registered protocol family 16 [ 0.191058] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.192329] cpuidle: using governor ladder [ 0.192339] cpuidle: using governor menu [ 0.195879] OMAP GPIO hardware version 0.1 [ 0.201995] platform 4e000000.dmm: Cannot lookup hwmod 'dmm' [ 0.205982] omap-gpmc 50000000.gpmc: could not find pctldev for node /ocp/pinmux@4a003400/nand_default, deferring probe [ 0.205996] platform 50000000.gpmc: Driver omap-gpmc requests probe deferral [ 0.207525] No ATAGs? [ 0.207542] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.207549] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.208524] OMAP DMA hardware revision 0.0 [ 0.210589] Serial: AMBA PL011 UART driver [ 0.228946] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver [ 0.231285] vgaarb: loaded [ 0.231812] SCSI subsystem initialized [ 0.232161] usbcore: registered new interface driver usbfs [ 0.232211] usbcore: registered new interface driver hub [ 0.232253] usbcore: registered new device driver usb [ 0.232869] omap_i2c 48070000.i2c: could not find pctldev for node /ocp/pinmux@4a003400/pinmux_i2c1_pins, deferring probe [ 0.232882] platform 48070000.i2c: Driver omap_i2c requests probe deferral [ 0.233247] Linux video capture interface: v2.00 [ 0.233288] pps_core: LinuxPPS API ver. 1 registered [ 0.233294] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.233316] PTP clock support registered [ 0.233503] EDAC MC: Ver: 3.0.0 [ 0.233912] Advanced Linux Sound Architecture Driver Initialized. [ 0.234746] Switched to clocksource arch_sys_counter [ 0.241945] NET: Registered protocol family 2 [ 0.242364] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.242425] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.242555] TCP: Hash tables configured (established 8192 bind 8192) [ 0.242597] TCP: reno registered [ 0.242607] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.242636] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.242762] NET: Registered protocol family 1 [ 0.242961] RPC: Registered named UNIX socket transport module. [ 0.242967] RPC: Registered udp transport module. [ 0.242973] RPC: Registered tcp transport module. [ 0.242978] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.243669] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 0.245033] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.254293] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.254861] NFS: Registering the id_resolver key type [ 0.254896] Key type id_resolver registered [ 0.254902] Key type id_legacy registered [ 0.254951] ntfs: driver 2.1.31 [Flags: R/O]. [ 0.255750] bounce: pool size: 64 pages [ 0.255915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.255928] io scheduler noop registered [ 0.255938] io scheduler deadline registered [ 0.256078] io scheduler cfq registered (default) [ 0.258781] platform 4a084000.phy: Driver omap-usb2 requests probe deferral [ 0.258879] platform 4a085000.phy: Driver omap-usb2 requests probe deferral [ 0.261478] pinctrl-single 4a003400.pinmux: 281 pins at pa fc003400 size 1124 [ 0.308069] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.310066] msm_serial: driver initialized [ 0.310462] omap_uart 4806a000.serial: no wakeirq for uart0 [ 0.310554] 4806a000.serial: ttyO0 at MMIO 0x4806a000 (irq = 295, base_baud = 3000000) is a OMAP UART0 [ 1.081274] console [ttyO0] enabled [ 1.085252] STMicroelectronics ASC driver initialized [ 1.091380] [drm] Initialized drm 1.1.0 20060810 [ 1.101671] loop: module loaded [ 1.106215] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled [ 1.113266] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode [ 1.122199] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst [ 1.132678] scsi host0: ahci_platform [ 1.136748] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 312 [ 1.148263] CAN device driver interface [ 1.153149] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.2.15-k [ 1.160545] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.167692] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 1.175500] usbcore: registered new interface driver pegasus [ 1.181484] usbcore: registered new interface driver asix [ 1.187183] usbcore: registered new interface driver ax88179_178a [ 1.193613] usbcore: registered new interface driver cdc_ether [ 1.199784] usbcore: registered new interface driver smsc75xx [ 1.205858] usbcore: registered new interface driver smsc95xx [ 1.211918] usbcore: registered new interface driver net1080 [ 1.217889] usbcore: registered new interface driver cdc_subset [ 1.224125] usbcore: registered new interface driver zaurus [ 1.230045] usbcore: registered new interface driver cdc_ncm [ 1.236811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.243664] ehci-pci: EHCI PCI platform driver [ 1.248362] ehci-platform: EHCI generic platform driver [ 1.253996] ehci-omap: OMAP-EHCI Host Controller driver [ 1.259579] ehci-orion: EHCI orion driver [ 1.263891] SPEAr-ehci: EHCI SPEAr driver [ 1.268201] ehci-st: EHCI STMicroelectronics driver [ 1.273416] ehci-exynos: EHCI EXYNOS driver [ 1.277919] tegra-ehci: Tegra EHCI driver [ 1.282239] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.288728] ohci-pci: OHCI PCI platform driver [ 1.293430] ohci-platform: OHCI generic platform driver [ 1.299039] ohci-omap3: OHCI OMAP3 driver [ 1.303352] SPEAr-ohci: OHCI SPEAr driver [ 1.307666] ohci-st: OHCI STMicroelectronics driver [ 1.313194] usbcore: registered new interface driver usb-storage [ 1.320950] mousedev: PS/2 mouse device common for all mice [ 1.329346] i2c /dev entries driver [ 1.334101] usbcore: registered new interface driver uvcvideo [ 1.340135] USB Video Class driver (1.1.1) [ 1.344431] gspca_main: v2.14.0 registered [ 1.351806] Driver 'mmcblk' needs updating - please use bus_type methods [ 1.358889] sdhci: Secure Digital Host Controller Interface driver [ 1.365367] sdhci: Copyright(c) Pierre Ossman [ 1.370685] omap_hsmmc 4809c000.mmc: Got CD GPIO [ 1.375721] omap_hsmmc 4809c000.mmc: unable to get vmmc regulator -517 [ 1.382636] platform 4809c000.mmc: Driver omap_hsmmc requests probe deferral [ 1.419988] Synopsys Designware Multimedia Card Interface Driver [ 1.426972] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.433950] ledtrig-cpu: registered to indicate activity on CPUs [ 1.440402] usbcore: registered new interface driver usbhid [ 1.446253] usbhid: USB HID core driver [ 1.452796] usbcore: registered new interface driver snd-usb-audio [ 1.461407] TCP: cubic registered [ 1.464898] NET: Registered protocol family 17 [ 1.469553] can: controller area network core (rev 20120528 abi 9) [ 1.476086] NET: Registered protocol family 29 [ 1.480756] can: raw protocol (rev 20120528) [ 1.485238] can: broadcast manager protocol (rev 20120528 t) [ 1.491182] can: netlink gateway (rev 20130117) max_hops=1 [ 1.497245] Key type dns_resolver registered [ 1.501871] omap_voltage_late_init: Voltage driver support not added [ 1.508815] cpu cpu0: failed to get cpu0 clock: -2 [ 1.513847] cpufreq-dt: probe of cpufreq-dt.0 failed with error -2 [ 1.520454] Power Management for TI OMAP4+ devices. [ 1.525792] ThumbEE CPU extension supported. [ 1.530272] Registering SWP/SWPB emulation handler [ 1.539605] omap-gpmc 50000000.gpmc: GPMC revision 6.0 [ 1.546150] palmas 0-0058: Irq flag is 0x00000000 [ 1.571916] palmas 0-0058: Muxing GPIO 1d, PWM 0, LED 0 [ 1.583496] mmc0: BKOPS_EN bit is not set [ 1.591027] mmc0: new high speed MMC card at address 0001 [ 1.596964] mmcblk0: mmc0:0001 MMC08G 7.25 GiB [ 1.601806] mmcblk0boot0: mmc0:0001 MMC08G partition 1 8.00 MiB [ 1.608175] mmcblk0boot1: mmc0:0001 MMC08G partition 2 8.00 MiB [ 1.615160] mmcblk0: p1 p2 [ 1.622385] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz [ 1.629664] omap_hsmmc 4809c000.mmc: Got CD GPIO [ 1.704766] ata1: SATA link down (SStatus 0 SControl 300) [ 1.724762] davinci_mdio 48485000.mdio: davinci mdio revision 1.6 [ 1.731141] davinci_mdio 48485000.mdio: detected phy mask fffffff7 [ 1.739398] libphy: 48485000.mdio: probed [ 1.743611] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver unknown [ 1.752493] cpsw 48484000.ethernet: Missing slave[0] phy_id property [ 1.759229] cpsw 48484000.ethernet: Detected MACID = b4:99:4c:1c:49:de [ 1.766791] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 1.782831] net eth0: initializing cpsw version 1.15 (0) [ 1.790401] libphy: PHY not found [ 1.793951] net eth0: phy not found on slave 0 [ 1.810746] mmc1: host does not support reading read-only switch, assuming write-enable [ 1.822596] mmc1: new high speed SD card at address e624 [ 1.828418] mmcblk1: mmc1:e624 SU02G 1.84 GiB [ 1.835028] mmcblk1: p1 p2 p3 [ 1.863453] net eth0: phy found : id is : 0x20005c7a [ 5.876819] cpsw 48484000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 5.899752] Sending DHCP requests ., OK [ 5.950220] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.235 [ 5.958399] IP-Config: Complete: [ 5.961782] device=eth0, hwaddr=b4:99:4c:1c:49:de, ipaddr=192.168.0.235, mask=255.255.255.0, gw=192.168.0.1 [ 5.972413] host=192.168.0.235, domain=ti.com, nis-domain=(none) [ 5.979147] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath= [ 5.986157] nameserver0=192.0.2.2, nameserver1=192.0.2.3 [ 5.992610] ldo4: disabling [ 5.996132] ALSA device list: [ 5.999227] No soundcards found. [ 6.016624] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) [ 6.025108] VFS: Mounted root (ext4 filesystem) on device 179:50. [ 6.042054] devtmpfs: mounted [ 6.045596] Freeing unused kernel memory: 788K (c0c85000 - c0d4a000) INIT: version 2.88 booting [ 6.234972] ------------[ cut here ]------------ [ 6.239829] WARNING: CPU: 0 PID: 57 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 6.247288] Modules linked in: [ 6.250492] CPU: 0 PID: 57 Comm: init Not tainted 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 6.259759] Hardware name: Generic DRA72X (Flattened Device Tree) [ 6.266146] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 6.274247] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 6.281801] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 6.290267] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 6.299452] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 6.307823] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 6.314833] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 6.322475] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 6.331114] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 6.340217] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 6.349040] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 6.357769] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 6.367228] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 6.375421] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 6.383329] ---[ end trace 6b9bd7e147ebd386 ]--- [ 6.473277] ------------[ cut here ]------------ [ 6.478135] WARNING: CPU: 0 PID: 58 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 6.485590] Modules linked in: [ 6.488786] CPU: 0 PID: 58 Comm: rcS Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 6.499232] Hardware name: Generic DRA72X (Flattened Device Tree) [ 6.505614] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 6.513716] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 6.521272] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 6.529749] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 6.538938] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 6.547305] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 6.554310] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 6.561953] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 6.570596] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 6.579685] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 6.589133] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 6.597317] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 6.605228] ---[ end trace 6b9bd7e147ebd387 ]--- [ 6.637913] ------------[ cut here ]------------ [ 6.642756] WARNING: CPU: 0 PID: 58 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 6.650212] Modules linked in: [ 6.653404] CPU: 0 PID: 58 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 6.664041] Hardware name: Generic DRA72X (Flattened Device Tree) [ 6.670416] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 6.678525] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 6.686080] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 6.694542] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 6.703729] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 6.712105] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 6.719115] [] (mmput) from [] (do_exit+0x288/0x914) [ 6.726121] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 6.733678] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 6.741962] ---[ end trace 6b9bd7e147ebd388 ]--- [ 6.751275] ------------[ cut here ]------------ [ 6.756123] WARNING: CPU: 0 PID: 57 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 6.763581] Modules linked in: [ 6.766787] CPU: 0 PID: 57 Comm: rcS Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 6.777234] Hardware name: Generic DRA72X (Flattened Device Tree) [ 6.783608] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 6.791711] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 6.799266] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 6.807722] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 6.816903] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 6.825268] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 6.832274] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 6.839918] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 6.848563] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 6.857662] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 6.866484] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 6.875215] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 6.884667] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 6.892855] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 6.900768] ---[ end trace 6b9bd7e147ebd389 ]--- [ 6.910902] ------------[ cut here ]------------ [ 6.915760] WARNING: CPU: 0 PID: 59 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 6.923222] Modules linked in: [ 6.926424] CPU: 0 PID: 59 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 6.936785] Hardware name: Generic DRA72X (Flattened Device Tree) [ 6.943162] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 6.951265] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 6.958826] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 6.967290] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 6.976477] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 6.984847] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 6.991856] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 6.999505] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 7.008145] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 7.017242] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 7.026703] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 7.034888] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 7.042796] ---[ end trace 6b9bd7e147ebd38a ]--- [ 7.056765] ------------[ cut here ]------------ [ 7.061618] WARNING: CPU: 0 PID: 59 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 7.069080] Modules linked in: [ 7.072290] CPU: 0 PID: 59 Comm: stty Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 7.082833] Hardware name: Generic DRA72X (Flattened Device Tree) [ 7.089219] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 7.097320] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 7.104878] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 7.113336] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 7.122523] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 7.130896] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 7.137907] [] (mmput) from [] (do_exit+0x288/0x914) [ 7.144924] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 7.152477] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 7.160756] ---[ end trace 6b9bd7e147ebd38b ]--- [ 7.174290] ------------[ cut here ]------------ [ 7.179157] WARNING: CPU: 0 PID: 61 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 7.186620] Modules linked in: [ 7.189821] CPU: 0 PID: 61 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 7.200182] Hardware name: Generic DRA72X (Flattened Device Tree) [ 7.206564] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 7.214671] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 7.222224] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 7.230683] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 7.239868] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 7.248239] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 7.255245] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 7.262884] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 7.271533] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 7.280634] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 7.290095] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 7.298279] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 7.306184] ---[ end trace 6b9bd7e147ebd38c ]--- [ 7.314082] ------------[ cut here ]------------ [ 7.318944] WARNING: CPU: 0 PID: 61 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 7.326400] Modules linked in: [ 7.329593] CPU: 0 PID: 61 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 7.340226] Hardware name: Generic DRA72X (Flattened Device Tree) [ 7.346608] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 7.354705] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 7.362257] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 7.370716] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 7.379906] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 7.388276] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 7.395285] [] (mmput) from [] (do_exit+0x288/0x914) [ 7.402293] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 7.409857] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 7.418130] ---[ end trace 6b9bd7e147ebd38d ]--- [ 7.424066] ------------[ cut here ]------------ [ 7.428924] WARNING: CPU: 0 PID: 60 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 7.436384] Modules linked in: [ 7.439574] CPU: 0 PID: 60 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 7.449936] Hardware name: Generic DRA72X (Flattened Device Tree) [ 7.456319] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 7.464418] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 7.471970] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 7.480433] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 7.489621] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 7.497993] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 7.505003] [] (mmput) from [] (do_exit+0x288/0x914) [ 7.512013] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 7.519565] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 7.527843] ---[ end trace 6b9bd7e147ebd38e ]--- [ 7.539289] ------------[ cut here ]------------ [ 7.544157] WARNING: CPU: 0 PID: 64 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 7.551621] Modules linked in: [ 7.554824] CPU: 0 PID: 64 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 7.565184] Hardware name: Generic DRA72X (Flattened Device Tree) [ 7.571566] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 7.579663] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 7.587221] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 7.595685] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 7.604875] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 7.613248] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 7.620252] [] (mmput) from [] (do_exit+0x288/0x914) [ 7.627266] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 7.634819] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 7.643090] ---[ end trace 6b9bd7e147ebd38f ]--- [ 7.648260] ------------[ cut here ]------------ [ 7.653114] WARNING: CPU: 0 PID: 62 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 7.660566] Modules linked in: [ 7.663755] CPU: 0 PID: 62 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 7.674110] Hardware name: Generic DRA72X (Flattened Device Tree) [ 7.680485] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 7.688586] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 7.696137] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 7.704597] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 7.713783] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 7.722155] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 7.729163] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 7.736808] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 7.745452] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 7.754550] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 7.764007] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 7.772196] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 7.780103] ---[ end trace 6b9bd7e147ebd390 ]--- [ 7.785971] ------------[ cut here ]------------ [ 7.790822] WARNING: CPU: 0 PID: 63 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 7.798279] Modules linked in: [ 7.801481] CPU: 0 PID: 63 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 7.811837] Hardware name: Generic DRA72X (Flattened Device Tree) [ 7.818217] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 7.826325] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 7.833874] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 7.842332] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 7.851515] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 7.859886] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 7.866890] [] (mmput) from [] (do_exit+0x288/0x914) [ 7.873896] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 7.881449] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 7.889716] ---[ end trace 6b9bd7e147ebd391 ]--- [ 7.900195] ------------[ cut here ]------------ [ 7.905077] WARNING: CPU: 0 PID: 66 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 7.912540] Modules linked in: [ 7.915740] CPU: 0 PID: 66 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 7.926102] Hardware name: Generic DRA72X (Flattened Device Tree) [ 7.932479] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 7.940582] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 7.948136] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 7.956599] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 7.965780] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 7.974150] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 7.981164] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 7.988806] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 7.997449] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 8.006544] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 8.016011] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 8.024200] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 8.032112] ---[ end trace 6b9bd7e147ebd392 ]--- Error opening /dev/fb0: No such file or director[ 8.043748] ------------[ cut here ]------------ [ 8.052271] WARNING: CPU: 0 PID: 62 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 8.059963] Modules linked in: [ 8.063158] CPU: 0 PID: 62 Comm: psplash Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 8.073978] Hardware name: Generic DRA72X (Flattened Device Tree) [ 8.080364] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 8.088473] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 8.096032] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 8.104496] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 8.113678] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 8.122044] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 8.129058] [] (mmput) from [] (do_exit+0x288/0x914) [ 8.136063] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 8.143616] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 8.151888] ---[ end trace 6b9bd7e147ebd393 ]--- [ 8.158367] ------------[ cut here ]------------ [ 8.163222] WARNING: CPU: 0 PID: 66 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 8.170675] Modules linked in: [ 8.173866] CPU: 0 PID: 66 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 8.184403] Hardware name: Generic DRA72X (Flattened Device Tree) [ 8.190786] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 8.198891] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 8.206442] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 8.214907] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 8.224089] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 8.232459] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 8.239463] [] (mmput) from [] (do_exit+0x288/0x914) [ 8.246472] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 8.254020] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 8.262286] ---[ end trace 6b9bd7e147ebd394 ]--- [ 8.270032] ------------[ cut here ]------------ [ 8.274897] WARNING: CPU: 0 PID: 67 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 8.282361] Modules linked in: [ 8.285569] CPU: 0 PID: 67 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 8.295941] Hardware name: Generic DRA72X (Flattened Device Tree) [ 8.302327] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 8.310434] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 8.317995] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 8.326457] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 8.335645] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 8.344011] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 8.351014] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 8.358657] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 8.367305] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 8.376405] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 8.385862] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 8.394050] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 8.401959] ---[ end trace 6b9bd7e147ebd395 ]--- [ 8.408224] ------------[ cut here ]------------ [ 8.413085] WARNING: CPU: 0 PID: 67 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 8.420543] Modules linked in: [ 8.423732] CPU: 0 PID: 67 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 8.434368] Hardware name: Generic DRA72X (Flattened Device Tree) [ 8.440745] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 8.448841] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 8.456395] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 8.464848] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 8.474038] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 8.482411] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 8.489416] [] (mmput) from [] (do_exit+0x288/0x914) [ 8.496428] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 8.503983] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 8.512254] ---[ end trace 6b9bd7e147ebd396 ]--- [ 8.518375] ------------[ cut here ]------------ [ 8.523227] WARNING: CPU: 0 PID: 68 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 8.530690] Modules linked in: [ 8.533883] CPU: 0 PID: 68 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 8.544242] Hardware name: Generic DRA72X (Flattened Device Tree) [ 8.550619] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 8.558718] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 8.566269] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 8.574729] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 8.583918] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 8.592286] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 8.599292] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 8.606937] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 8.615583] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 8.624674] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 8.634132] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 8.642329] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 8.650238] ---[ end trace 6b9bd7e147ebd397 ]--- [ 8.656660] ------------[ cut here ]------------ [ 8.661521] WARNING: CPU: 0 PID: 68 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 8.668982] Modules linked in: [ 8.672187] CPU: 0 PID: 68 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 8.682736] Hardware name: Generic DRA72X (Flattened Device Tree) [ 8.689118] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 8.697220] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 8.704774] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 8.713237] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 8.722423] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 8.730791] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 8.737800] [] (mmput) from [] (do_exit+0x288/0x914) [ 8.744809] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 8.752358] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 8.760631] ---[ end trace 6b9bd7e147ebd398 ]--- [ 8.766577] ------------[ cut here ]------------ [ 8.771432] WARNING: CPU: 0 PID: 69 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 8.778882] Modules linked in: [ 8.782085] CPU: 0 PID: 69 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 8.792449] Hardware name: Generic DRA72X (Flattened Device Tree) [ 8.798828] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 8.806928] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 8.814484] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 8.822938] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 8.832116] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 8.840489] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 8.847495] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 8.855134] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 8.863775] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 8.872863] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 8.882310] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 8.890495] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 8.898406] ---[ end trace 6b9bd7e147ebd399 ]--- [ 8.904574] ------------[ cut here ]------------ [ 8.909434] WARNING: CPU: 0 PID: 69 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 8.916902] Modules linked in: [ 8.920110] CPU: 0 PID: 69 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 8.930746] Hardware name: Generic DRA72X (Flattened Device Tree) [ 8.937132] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 8.945228] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 8.952781] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 8.961246] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 8.970428] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 8.978800] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 8.985809] [] (mmput) from [] (do_exit+0x288/0x914) [ 8.992821] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 9.000378] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 9.008652] ---[ end trace 6b9bd7e147ebd39a ]--- [ 9.014056] ------------[ cut here ]------------ [ 9.018911] WARNING: CPU: 0 PID: 65 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 9.026368] Modules linked in: [ 9.029562] CPU: 0 PID: 65 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 9.039922] Hardware name: Generic DRA72X (Flattened Device Tree) [ 9.046303] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 9.054401] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 9.061953] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 9.070415] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 9.079601] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 9.087976] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 9.094981] [] (mmput) from [] (do_exit+0x288/0x914) [ 9.101991] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 9.109543] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 9.117814] ---[ end trace 6b9bd7e147ebd39b ]--- [ 9.127457] ------------[ cut here ]------------ [ 9.132313] WARNING: CPU: 0 PID: 71 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 9.139769] Modules linked in: [ 9.142965] CPU: 0 PID: 71 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 9.153325] Hardware name: Generic DRA72X (Flattened Device Tree) [ 9.159705] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 9.167807] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 9.175361] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 9.183822] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 9.193011] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 9.201379] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 9.208384] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 9.216028] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 9.224670] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 9.233771] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 9.243231] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 9.251418] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 9.259332] ---[ end trace 6b9bd7e147ebd39c ]--- [ 9.267775] ------------[ cut here ]------------ [ 9.272633] WARNING: CPU: 0 PID: 71 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 9.280086] Modules linked in: [ 9.283282] CPU: 0 PID: 71 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 9.293913] Hardware name: Generic DRA72X (Flattened Device Tree) [ 9.300295] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 9.308392] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 9.315954] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 9.324418] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 9.333604] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 9.341974] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 9.348983] [] (mmput) from [] (do_exit+0x288/0x914) [ 9.355987] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 9.363539] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 9.371821] ---[ end trace 6b9bd7e147ebd39d ]--- [ 9.378400] ------------[ cut here ]------------ [ 9.383263] WARNING: CPU: 0 PID: 72 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 9.390731] Modules linked in: [ 9.393923] CPU: 0 PID: 72 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 9.404283] Hardware name: Generic DRA72X (Flattened Device Tree) [ 9.410667] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 9.418776] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 9.426336] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 9.434796] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 9.443990] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 9.452367] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 9.459373] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 9.467018] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 9.475658] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 9.484755] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 9.494209] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 9.502391] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 9.510297] ---[ end trace 6b9bd7e147ebd39e ]--- [ 9.518151] ------------[ cut here ]------------ [ 9.523009] WARNING: CPU: 0 PID: 72 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 9.530474] Modules linked in: [ 9.533669] CPU: 0 PID: 72 Comm: swapon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 9.544398] Hardware name: Generic DRA72X (Flattened Device Tree) [ 9.550775] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 9.558877] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 9.566432] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 9.574891] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 9.584070] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 9.592439] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 9.599448] [] (mmput) from [] (do_exit+0x288/0x914) [ 9.606459] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 9.614008] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 9.622280] ---[ end trace 6b9bd7e147ebd39f ]--- [ 9.627680] ------------[ cut here ]------------ [ 9.632537] WARNING: CPU: 0 PID: 70 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 9.640001] Modules linked in: [ 9.643193] CPU: 0 PID: 70 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 9.653552] Hardware name: Generic DRA72X (Flattened Device Tree) [ 9.659929] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 9.668030] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 9.675582] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 9.684044] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 9.693228] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 9.701597] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 9.708607] [] (mmput) from [] (do_exit+0x288/0x914) [ 9.715614] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 9.723171] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 9.731443] ---[ end trace 6b9bd7e147ebd3a0 ]--- [ 9.739569] ------------[ cut here ]------------ [ 9.744434] WARNING: CPU: 0 PID: 73 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 9.751899] Modules linked in: [ 9.755107] CPU: 0 PID: 73 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 9.765468] Hardware name: Generic DRA72X (Flattened Device Tree) [ 9.771857] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 9.779960] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 9.787509] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 9.795969] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 9.805158] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 9.813528] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 9.820537] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 9.828177] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 9.836824] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 9.845916] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 9.854737] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 9.863470] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 9.872931] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 9.881115] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 9.889023] ---[ end trace 6b9bd7e147ebd3a1 ]--- Starting udev [ 9.912009] ------------[ cut here ]------------ [ 9.916899] WARNING: CPU: 0 PID: 74 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 9.924357] Modules linked in: [ 9.927557] CPU: 0 PID: 74 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 9.938371] Hardware name: Generic DRA72X (Flattened Device Tree) [ 9.944757] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 9.952860] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 9.960417] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 9.968881] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 9.978073] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 9.986446] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 9.993451] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 10.001100] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 10.009752] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 10.018849] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 10.028310] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 10.036493] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 10.044410] ---[ end trace 6b9bd7e147ebd3a2 ]--- [ 10.050891] ------------[ cut here ]------------ [ 10.055747] WARNING: CPU: 0 PID: 74 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 10.063209] Modules linked in: [ 10.066408] CPU: 0 PID: 74 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 10.076951] Hardware name: Generic DRA72X (Flattened Device Tree) [ 10.083325] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 10.091422] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 10.098977] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 10.107443] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 10.116631] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 10.125004] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 10.132013] [] (mmput) from [] (do_exit+0x288/0x914) [ 10.139024] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 10.146577] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 10.154846] ---[ end trace 6b9bd7e147ebd3a3 ]--- [ 10.177072] ------------[ cut here ]------------ [ 10.181933] WARNING: CPU: 0 PID: 75 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 10.189391] Modules linked in: [ 10.192593] CPU: 0 PID: 75 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 10.203404] Hardware name: Generic DRA72X (Flattened Device Tree) [ 10.209788] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 10.217886] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 10.225439] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 10.233899] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 10.243087] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 10.251455] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 10.258463] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 10.266106] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 10.274753] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 10.283843] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 10.293297] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 10.301482] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 10.309390] ---[ end trace 6b9bd7e147ebd3a4 ]--- [ 10.316107] ------------[ cut here ]------------ [ 10.320966] WARNING: CPU: 0 PID: 75 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 10.328435] Modules linked in: [ 10.331645] CPU: 0 PID: 75 Comm: awk Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 10.342095] Hardware name: Generic DRA72X (Flattened Device Tree) [ 10.348473] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 10.356579] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 10.364133] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 10.372593] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 10.381781] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 10.390151] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 10.397164] [] (mmput) from [] (do_exit+0x288/0x914) [ 10.404173] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 10.411724] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 10.419992] ---[ end trace 6b9bd7e147ebd3a5 ]--- [ 10.426262] ------------[ cut here ]------------ [ 10.431122] WARNING: CPU: 0 PID: 76 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 10.438585] Modules linked in: [ 10.441794] CPU: 0 PID: 76 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 10.452618] Hardware name: Generic DRA72X (Flattened Device Tree) [ 10.458999] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 10.467095] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 10.474648] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 10.483110] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 10.492292] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 10.500657] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 10.507663] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 10.515308] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 10.523947] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 10.533056] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 10.542510] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 10.550699] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 10.558606] ---[ end trace 6b9bd7e147ebd3a6 ]--- [ 10.564877] ------------[ cut here ]------------ [ 10.569704] WARNING: CPU: 0 PID: 76 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 10.577177] Modules linked in: [ 10.580384] CPU: 0 PID: 76 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 10.591015] Hardware name: Generic DRA72X (Flattened Device Tree) [ 10.597393] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 10.605490] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 10.613042] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 10.621504] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 10.630686] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 10.639050] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 10.646061] [] (mmput) from [] (do_exit+0x288/0x914) [ 10.653069] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 10.660621] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 10.668896] ---[ end trace 6b9bd7e147ebd3a7 ]--- [ 10.675062] ------------[ cut here ]------------ [ 10.679906] WARNING: CPU: 0 PID: 77 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 10.687362] Modules linked in: [ 10.690560] CPU: 0 PID: 77 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 10.701370] Hardware name: Generic DRA72X (Flattened Device Tree) [ 10.707745] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 10.715849] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 10.723403] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 10.731865] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 10.741047] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 10.749417] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 10.756428] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 10.764063] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 10.772701] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 10.781793] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 10.791246] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 10.799432] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 10.807340] ---[ end trace 6b9bd7e147ebd3a8 ]--- [ 10.813431] ------------[ cut here ]------------ [ 10.818284] WARNING: CPU: 0 PID: 77 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 10.825739] Modules linked in: [ 10.828933] CPU: 0 PID: 77 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 10.839569] Hardware name: Generic DRA72X (Flattened Device Tree) [ 10.845948] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 10.854050] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 10.861601] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 10.870062] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 10.879249] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 10.887619] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 10.894626] [] (mmput) from [] (do_exit+0x288/0x914) [ 10.901633] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 10.909189] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 10.917462] ---[ end trace 6b9bd7e147ebd3a9 ]--- [ 10.923422] ------------[ cut here ]------------ [ 10.928266] WARNING: CPU: 0 PID: 78 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 10.935725] Modules linked in: [ 10.938916] CPU: 0 PID: 78 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 10.949733] Hardware name: Generic DRA72X (Flattened Device Tree) [ 10.956117] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 10.964218] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 10.971776] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 10.980229] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 10.989413] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 10.997781] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 11.004784] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 11.012428] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 11.021065] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 11.030159] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 11.039611] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 11.047799] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 11.055705] ---[ end trace 6b9bd7e147ebd3aa ]--- [ 11.061974] ------------[ cut here ]------------ [ 11.066838] WARNING: CPU: 0 PID: 78 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 11.074303] Modules linked in: [ 11.077510] CPU: 0 PID: 78 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 11.088147] Hardware name: Generic DRA72X (Flattened Device Tree) [ 11.094532] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 11.102636] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 11.110189] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 11.118649] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 11.127831] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 11.136196] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 11.143202] [] (mmput) from [] (do_exit+0x288/0x914) [ 11.150208] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 11.157759] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 11.166038] ---[ end trace 6b9bd7e147ebd3ab ]--- [ 11.364437] ------------[ cut here ]------------ [ 11.369283] WARNING: CPU: 0 PID: 79 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 11.376752] Modules linked in: [ 11.379961] CPU: 0 PID: 79 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 11.390781] Hardware name: Generic DRA72X (Flattened Device Tree) [ 11.397163] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 11.405263] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 11.412818] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 11.421273] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 11.430456] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 11.438820] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 11.445825] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 11.453466] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 11.462110] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 11.471202] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 11.480659] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 11.488848] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 11.496761] ---[ end trace 6b9bd7e147ebd3ac ]--- [ 11.509730] ------------[ cut here ]------------ [ 11.514590] WARNING: CPU: 0 PID: 79 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 11.522052] Modules linked in: [ 11.525264] CPU: 0 PID: 79 Comm: pidof Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 11.535903] Hardware name: Generic DRA72X (Flattened Device Tree) [ 11.542287] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 11.550399] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 11.557960] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 11.566419] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 11.575607] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 11.583978] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 11.590986] [] (mmput) from [] (do_exit+0x288/0x914) [ 11.597997] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 11.605549] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 11.613818] ---[ end trace 6b9bd7e147ebd3ad ]--- [ 11.623214] ------------[ cut here ]------------ [ 11.628066] WARNING: CPU: 0 PID: 80 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 11.635526] Modules linked in: [ 11.638720] CPU: 0 PID: 80 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 11.649536] Hardware name: Generic DRA72X (Flattened Device Tree) [ 11.655915] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 11.664017] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 11.671572] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 11.680029] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 11.689216] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 11.697585] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 11.704595] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 11.712241] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 11.720887] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 11.729985] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 11.739442] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 11.747630] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 11.755537] ---[ end trace 6b9bd7e147ebd3ae ]--- [ 11.824616] udevd[81]: starting version 182 [ 11.832277] ------------[ cut here ]------------ [ 11.837148] WARNING: CPU: 0 PID: 80 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 11.844620] Modules linked in: [ 11.847825] CPU: 0 PID: 80 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 11.858456] Hardware name: Generic DRA72X (Flattened Device Tree) [ 11.864841] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 11.872949] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 11.880505] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 11.888965] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 11.898153] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 11.906529] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 11.913534] [] (mmput) from [] (do_exit+0x288/0x914) [ 11.920545] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 11.928099] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 11.936374] ---[ end trace 6b9bd7e147ebd3af ]--- [ 11.945780] ------------[ cut here ]------------ [ 11.950645] WARNING: CPU: 0 PID: 82 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 11.958107] Modules linked in: [ 11.961312] CPU: 0 PID: 82 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 11.972126] Hardware name: Generic DRA72X (Flattened Device Tree) [ 11.978505] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 11.986604] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 11.994159] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 12.002614] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 12.011812] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 12.020182] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 12.027191] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 12.034835] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 12.043476] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 12.052570] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 12.062027] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 12.070215] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 12.078122] ---[ end trace 6b9bd7e147ebd3b0 ]--- [ 12.141024] ------------[ cut here ]------------ [ 12.145882] WARNING: CPU: 0 PID: 82 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 12.153339] Modules linked in: [ 12.156540] CPU: 0 PID: 82 Comm: udevadm Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 12.167349] Hardware name: Generic DRA72X (Flattened Device Tree) [ 12.173737] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 12.181842] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 12.189403] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 12.197863] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 12.207049] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 12.215423] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 12.222432] [] (mmput) from [] (do_exit+0x288/0x914) [ 12.229441] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 12.236993] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 12.245266] ---[ end trace 6b9bd7e147ebd3b1 ]--- [ 12.257540] ------------[ cut here ]------------ [ 12.262400] WARNING: CPU: 0 PID: 83 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 12.269868] Modules linked in: [ 12.273062] CPU: 0 PID: 83 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 12.283869] Hardware name: Generic DRA72X (Flattened Device Tree) [ 12.290249] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 12.298351] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 12.305911] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 12.314370] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 12.323554] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 12.331920] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 12.338930] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 12.346569] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 12.355208] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 12.364299] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 12.373756] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 12.381945] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 12.389853] ---[ end trace 6b9bd7e147ebd3b2 ]--- [ 12.465898] ------------[ cut here ]------------ [ 12.470752] WARNING: CPU: 0 PID: 87 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 12.478207] Modules linked in: [ 12.481411] CPU: 0 PID: 87 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 12.492041] Hardware name: Generic DRA72X (Flattened Device Tree) [ 12.498425] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 12.506528] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 12.514088] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 12.522556] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 12.531750] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 12.540122] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 12.547128] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 12.554779] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 12.563424] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 12.572523] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 12.581980] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 12.590172] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 12.598081] ---[ end trace 6b9bd7e147ebd3b3 ]--- [ 12.621364] ------------[ cut here ]------------ [ 12.626238] WARNING: CPU: 0 PID: 88 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 12.633703] Modules linked in: [ 12.636903] CPU: 0 PID: 88 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 12.647530] Hardware name: Generic DRA72X (Flattened Device Tree) [ 12.653910] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 12.662018] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 12.669571] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 12.678030] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 12.687220] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 12.695592] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 12.702599] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 12.710247] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 12.718883] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 12.727973] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 12.737428] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 12.745611] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 12.753519] ---[ end trace 6b9bd7e147ebd3b4 ]--- [ 12.760660] ------------[ cut here ]------------ [ 12.765508] WARNING: CPU: 0 PID: 89 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 12.772966] Modules linked in: [ 12.776166] CPU: 0 PID: 89 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 12.786798] Hardware name: Generic DRA72X (Flattened Device Tree) [ 12.793176] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 12.801279] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 12.808834] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 12.817291] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 12.826476] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 12.834838] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 12.841849] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 12.849495] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 12.858129] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 12.867221] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 12.876678] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 12.884864] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 12.892778] ---[ end trace 6b9bd7e147ebd3b5 ]--- [ 12.950681] ------------[ cut here ]------------ [ 12.955548] WARNING: CPU: 0 PID: 100 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 12.963097] Modules linked in: [ 12.966298] CPU: 0 PID: 100 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 12.977019] Hardware name: Generic DRA72X (Flattened Device Tree) [ 12.983405] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 12.991511] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 12.999071] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 13.007533] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 13.016724] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 13.025095] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 13.032098] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 13.039748] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 13.048394] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 13.057484] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 13.066937] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 13.075126] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 13.083031] ---[ end trace 6b9bd7e147ebd3b6 ]--- [ 13.090714] ------------[ cut here ]------------ [ 13.095565] WARNING: CPU: 0 PID: 94 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 13.103020] Modules linked in: [ 13.106223] CPU: 0 PID: 94 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 13.116859] Hardware name: Generic DRA72X (Flattened Device Tree) [ 13.123240] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 13.131341] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 13.138896] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 13.147354] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 13.156540] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 13.164908] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 13.171914] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 13.179554] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 13.188196] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 13.197287] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 13.206747] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 13.214935] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 13.222844] ---[ end trace 6b9bd7e147ebd3b7 ]--- [ 13.228490] ------------[ cut here ]------------ [ 13.233333] WARNING: CPU: 0 PID: 95 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 13.240790] Modules linked in: [ 13.243982] CPU: 0 PID: 95 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 13.254610] Hardware name: Generic DRA72X (Flattened Device Tree) [ 13.260998] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 13.269098] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 13.276655] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 13.285112] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 13.294296] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 13.302663] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 13.309668] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 13.317308] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 13.325950] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 13.335039] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 13.344497] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 13.352683] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 13.360594] ---[ end trace 6b9bd7e147ebd3b8 ]--- [ 13.368662] ------------[ cut here ]------------ [ 13.373525] WARNING: CPU: 0 PID: 96 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 13.380982] Modules linked in: [ 13.384176] CPU: 0 PID: 96 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 13.394805] Hardware name: Generic DRA72X (Flattened Device Tree) [ 13.401187] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 13.409287] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 13.416844] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 13.425304] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 13.434494] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 13.442862] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 13.449872] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 13.457521] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 13.466163] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 13.475259] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 13.484712] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 13.492902] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 13.500812] ---[ end trace 6b9bd7e147ebd3b9 ]--- [ 13.515759] ------------[ cut here ]------------ [ 13.520622] WARNING: CPU: 0 PID: 106 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 13.528181] Modules linked in: [ 13.531383] CPU: 0 PID: 106 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 13.542102] Hardware name: Generic DRA72X (Flattened Device Tree) [ 13.548484] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 13.556587] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 13.564147] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 13.572605] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 13.581792] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 13.590161] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 13.597166] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 13.604809] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 13.613451] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 13.622544] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 13.632003] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 13.640189] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 13.648101] ---[ end trace 6b9bd7e147ebd3ba ]--- [ 13.653843] ------------[ cut here ]------------ [ 13.658700] WARNING: CPU: 0 PID: 104 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 13.666249] Modules linked in: [ 13.669442] CPU: 0 PID: 104 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 13.680170] Hardware name: Generic DRA72X (Flattened Device Tree) [ 13.686548] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 13.694647] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 13.702200] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 13.710664] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 13.719856] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 13.728229] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 13.735233] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 13.742873] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 13.751516] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 13.760611] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 13.770071] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 13.778256] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 13.786168] ---[ end trace 6b9bd7e147ebd3bb ]--- [ 13.810814] ------------[ cut here ]------------ [ 13.815684] WARNING: CPU: 0 PID: 105 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 13.823240] Modules linked in: [ 13.826445] CPU: 0 PID: 105 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 13.837173] Hardware name: Generic DRA72X (Flattened Device Tree) [ 13.843552] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 13.851660] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 13.859217] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 13.867674] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 13.876860] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 13.885229] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 13.892240] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 13.899884] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 13.908526] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 13.917627] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 13.927084] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 13.935274] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 13.943185] ---[ end trace 6b9bd7e147ebd3bc ]--- [ 13.967467] ------------[ cut here ]------------ [ 13.972338] WARNING: CPU: 0 PID: 115 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 13.979892] Modules linked in: [ 13.983085] CPU: 0 PID: 115 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 13.993813] Hardware name: Generic DRA72X (Flattened Device Tree) [ 14.000197] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 14.008309] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 14.015865] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 14.024325] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 14.033506] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 14.041878] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 14.048886] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 14.056525] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 14.065164] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 14.074256] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 14.083712] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 14.091894] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 14.099804] ---[ end trace 6b9bd7e147ebd3bd ]--- [ 14.121103] ------------[ cut here ]------------ [ 14.125974] WARNING: CPU: 0 PID: 116 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 14.133529] Modules linked in: [ 14.136731] CPU: 0 PID: 116 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 14.147458] Hardware name: Generic DRA72X (Flattened Device Tree) [ 14.153847] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 14.161952] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 14.169506] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 14.177971] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 14.187163] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 14.195531] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 14.202537] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 14.210177] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 14.218820] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 14.227912] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 14.237369] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 14.245557] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 14.253466] ---[ end trace 6b9bd7e147ebd3be ]--- [ 14.266662] ------------[ cut here ]------------ [ 14.271529] WARNING: CPU: 0 PID: 117 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 14.279078] Modules linked in: [ 14.282280] CPU: 0 PID: 117 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 14.293006] Hardware name: Generic DRA72X (Flattened Device Tree) [ 14.299383] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 14.307489] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 14.315042] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 14.323504] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 14.332685] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 14.341057] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 14.348066] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 14.355711] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 14.364351] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 14.373451] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 14.382906] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 14.391092] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 14.399006] ---[ end trace 6b9bd7e147ebd3bf ]--- [ 14.446268] ------------[ cut here ]------------ [ 14.451140] WARNING: CPU: 0 PID: 124 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 14.458689] Modules linked in: [ 14.461894] CPU: 0 PID: 124 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 14.472614] Hardware name: Generic DRA72X (Flattened Device Tree) [ 14.478995] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 14.487102] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 14.494665] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 14.503127] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 14.512310] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 14.520685] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 14.527706] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 14.535356] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 14.544000] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 14.553097] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 14.561914] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 14.570652] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 14.580112] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 14.588297] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 14.596210] ---[ end trace 6b9bd7e147ebd3c0 ]--- [ 14.601543] ------------[ cut here ]------------ [ 14.606400] WARNING: CPU: 0 PID: 125 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 14.613950] Modules linked in: [ 14.617150] CPU: 0 PID: 125 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 14.627869] Hardware name: Generic DRA72X (Flattened Device Tree) [ 14.634244] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 14.642348] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 14.649897] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 14.658353] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 14.667541] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 14.675909] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 14.682915] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 14.690560] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 14.699200] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 14.708292] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 14.717111] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 14.725837] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 14.735299] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 14.743484] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 14.751394] ---[ end trace 6b9bd7e147ebd3c1 ]--- [ 14.756649] ------------[ cut here ]------------ [ 14.761488] WARNING: CPU: 0 PID: 126 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 14.769035] Modules linked in: [ 14.772237] CPU: 0 PID: 126 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 14.782955] Hardware name: Generic DRA72X (Flattened Device Tree) [ 14.789328] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 14.797432] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 14.804984] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 14.813444] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 14.822623] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 14.830990] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 14.837994] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 14.845640] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 14.854281] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 14.863374] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 14.872205] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 14.880941] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 14.890396] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 14.898583] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 14.906492] ---[ end trace 6b9bd7e147ebd3c2 ]--- [ 14.911733] ------------[ cut here ]------------ [ 14.916569] WARNING: CPU: 0 PID: 128 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 14.924115] Modules linked in: [ 14.927316] CPU: 0 PID: 128 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 14.938035] Hardware name: Generic DRA72X (Flattened Device Tree) [ 14.944410] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 14.952513] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 14.960063] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 14.968522] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 14.977717] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 14.986091] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 14.993093] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 15.000735] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 15.009373] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 15.018470] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 15.027288] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 15.036015] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 15.045470] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 15.053652] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 15.061560] ---[ end trace 6b9bd7e147ebd3c3 ]--- [ 15.066787] ------------[ cut here ]------------ [ 15.071624] WARNING: CPU: 0 PID: 129 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 15.079173] Modules linked in: [ 15.082374] CPU: 0 PID: 129 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 15.093093] Hardware name: Generic DRA72X (Flattened Device Tree) [ 15.099465] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 15.107571] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 15.115126] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 15.123583] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 15.132767] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 15.141138] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 15.148142] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 15.155786] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 15.164427] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 15.173520] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 15.182337] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 15.191070] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 15.200527] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 15.208717] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 15.216628] ---[ end trace 6b9bd7e147ebd3c4 ]--- [ 15.221842] ------------[ cut here ]------------ [ 15.226679] WARNING: CPU: 0 PID: 127 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 15.234220] Modules linked in: [ 15.237417] CPU: 0 PID: 127 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 15.248145] Hardware name: Generic DRA72X (Flattened Device Tree) [ 15.254521] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 15.262619] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 15.270173] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 15.278633] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 15.287818] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 15.296193] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 15.303197] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 15.310836] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 15.319481] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 15.328576] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 15.337393] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 15.346123] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 15.355579] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 15.363770] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 15.371680] ---[ end trace 6b9bd7e147ebd3c5 ]--- [ 15.377416] ------------[ cut here ]------------ [ 15.382255] WARNING: CPU: 0 PID: 130 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 15.389803] Modules linked in: [ 15.392998] CPU: 0 PID: 130 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 15.403715] Hardware name: Generic DRA72X (Flattened Device Tree) [ 15.410099] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 15.418199] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 15.425751] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 15.434214] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 15.443399] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 15.451767] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 15.458773] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 15.466418] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 15.475057] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 15.484147] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 15.492965] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 15.501692] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 15.511151] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 15.519342] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 15.527258] ---[ end trace 6b9bd7e147ebd3c6 ]--- [ 15.532988] ------------[ cut here ]------------ [ 15.537832] WARNING: CPU: 0 PID: 131 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 15.545377] Modules linked in: [ 15.548570] CPU: 0 PID: 131 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 15.559288] Hardware name: Generic DRA72X (Flattened Device Tree) [ 15.565668] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 15.573768] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 15.581318] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 15.589777] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 15.598965] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 15.607331] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 15.614341] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 15.621983] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 15.630629] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 15.639724] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 15.648552] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 15.657284] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 15.666743] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 15.674927] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 15.682837] ---[ end trace 6b9bd7e147ebd3c7 ]--- [ 15.706533] ------------[ cut here ]------------ [ 15.711406] WARNING: CPU: 0 PID: 83 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 15.718868] Modules linked in: [ 15.722077] CPU: 0 PID: 83 Comm: udevadm Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 15.732891] Hardware name: Generic DRA72X (Flattened Device Tree) [ 15.739278] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 15.747379] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 15.754934] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 15.763395] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 15.772579] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 15.780949] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 15.787958] [] (mmput) from [] (do_exit+0x288/0x914) [ 15.794969] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 15.802524] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 15.810802] ---[ end trace 6b9bd7e147ebd3c8 ]--- [ 15.833680] ------------[ cut here ]------------ [ 15.838551] WARNING: CPU: 0 PID: 133 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 15.846110] Modules linked in: [ 15.849307] CPU: 0 PID: 133 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 15.860030] Hardware name: Generic DRA72X (Flattened Device Tree) [ 15.866422] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 15.874538] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 15.882092] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 15.890550] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 15.899739] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 15.908115] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 15.915123] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 15.922769] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 15.931419] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 15.940516] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 15.949333] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 15.958057] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 15.967508] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 15.975696] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 15.983607] ---[ end trace 6b9bd7e147ebd3c9 ]--- [ 16.322253] ------------[ cut here ]------------ [ 16.327124] WARNING: CPU: 0 PID: 134 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 16.334682] Modules linked in: [ 16.337907] CPU: 0 PID: 134 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 16.348816] Hardware name: Generic DRA72X (Flattened Device Tree) [ 16.355210] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 16.363318] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 16.370886] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 16.379352] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 16.388540] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 16.396917] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 16.403935] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 16.411596] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 16.420240] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 16.429336] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 16.438791] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 16.446976] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 16.454891] ---[ end trace 6b9bd7e147ebd3ca ]--- [ 16.465617] ------------[ cut here ]------------ [ 16.470474] WARNING: CPU: 0 PID: 87 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 16.477932] Modules linked in: [ 16.481135] CPU: 0 PID: 87 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 16.492045] Hardware name: Generic DRA72X (Flattened Device Tree) [ 16.498424] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 16.506528] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 16.514083] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 16.522545] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 16.531744] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 16.540123] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 16.547135] [] (mmput) from [] (do_exit+0x288/0x914) [ 16.554143] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 16.561698] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 16.569973] ---[ end trace 6b9bd7e147ebd3cb ]--- [ 16.589504] ------------[ cut here ]------------ [ 16.594363] WARNING: CPU: 0 PID: 89 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 16.601819] Modules linked in: [ 16.605022] CPU: 0 PID: 89 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 16.615918] Hardware name: Generic DRA72X (Flattened Device Tree) [ 16.622300] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 16.630403] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 16.637967] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 16.646426] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 16.655613] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 16.663980] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 16.670986] [] (mmput) from [] (do_exit+0x288/0x914) [ 16.677991] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 16.685546] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 16.693817] ---[ end trace 6b9bd7e147ebd3cc ]--- [ 16.703708] ------------[ cut here ]------------ [ 16.708574] WARNING: CPU: 0 PID: 88 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 16.716036] Modules linked in: [ 16.719232] CPU: 0 PID: 88 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 16.730144] Hardware name: Generic DRA72X (Flattened Device Tree) [ 16.736536] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 16.744640] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 16.752201] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 16.760669] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 16.769862] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 16.778235] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 16.785251] [] (mmput) from [] (do_exit+0x288/0x914) [ 16.792266] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 16.799828] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 16.808107] ---[ end trace 6b9bd7e147ebd3cd ]--- [ 16.826677] ------------[ cut here ]------------ [ 16.831545] WARNING: CPU: 0 PID: 100 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 16.839101] Modules linked in: [ 16.842309] CPU: 0 PID: 100 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 16.853308] Hardware name: Generic DRA72X (Flattened Device Tree) [ 16.859695] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 16.867801] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 16.875356] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 16.883815] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 16.893004] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 16.901380] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 16.908390] [] (mmput) from [] (do_exit+0x288/0x914) [ 16.915396] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 16.922952] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 16.931226] ---[ end trace 6b9bd7e147ebd3ce ]--- [ 16.937840] ------------[ cut here ]------------ [ 16.942698] WARNING: CPU: 0 PID: 95 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 16.950164] Modules linked in: [ 16.953356] CPU: 0 PID: 95 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 16.964272] Hardware name: Generic DRA72X (Flattened Device Tree) [ 16.970663] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 16.978766] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 16.986326] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 16.994783] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 17.003968] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 17.012341] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 17.019347] [] (mmput) from [] (do_exit+0x288/0x914) [ 17.026361] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 17.033918] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 17.042191] ---[ end trace 6b9bd7e147ebd3cf ]--- [ 17.049820] ------------[ cut here ]------------ [ 17.054648] WARNING: CPU: 0 PID: 94 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 17.062117] Modules linked in: [ 17.065326] CPU: 0 PID: 94 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 17.076238] Hardware name: Generic DRA72X (Flattened Device Tree) [ 17.082626] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 17.090735] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 17.098290] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 17.106751] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 17.115942] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 17.124306] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 17.131316] [] (mmput) from [] (do_exit+0x288/0x914) [ 17.138328] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 17.145883] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 17.154159] ---[ end trace 6b9bd7e147ebd3d0 ]--- [ 17.160903] ------------[ cut here ]------------ [ 17.165749] WARNING: CPU: 0 PID: 115 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 17.173297] Modules linked in: [ 17.176495] CPU: 0 PID: 115 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 17.187495] Hardware name: Generic DRA72X (Flattened Device Tree) [ 17.193874] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 17.201969] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 17.209524] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 17.217983] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 17.227169] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 17.235536] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 17.242546] [] (mmput) from [] (do_exit+0x288/0x914) [ 17.249553] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 17.257108] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 17.265382] ---[ end trace 6b9bd7e147ebd3d1 ]--- [ 17.272575] ------------[ cut here ]------------ [ 17.277435] WARNING: CPU: 0 PID: 96 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 17.284899] Modules linked in: [ 17.288093] CPU: 0 PID: 96 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 17.299001] Hardware name: Generic DRA72X (Flattened Device Tree) [ 17.305387] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 17.313493] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 17.321053] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 17.329515] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 17.338704] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 17.347070] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 17.354081] [] (mmput) from [] (do_exit+0x288/0x914) [ 17.361091] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 17.368643] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 17.376916] ---[ end trace 6b9bd7e147ebd3d2 ]--- [ 17.391662] ------------[ cut here ]------------ [ 17.396516] WARNING: CPU: 0 PID: 104 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 17.404060] Modules linked in: [ 17.407263] CPU: 0 PID: 104 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 17.418253] Hardware name: Generic DRA72X (Flattened Device Tree) [ 17.424632] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 17.432734] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 17.440289] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 17.448749] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 17.457936] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 17.466310] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 17.473319] [] (mmput) from [] (do_exit+0x288/0x914) [ 17.480328] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 17.487881] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 17.496157] ---[ end trace 6b9bd7e147ebd3d3 ]--- [ 17.506153] ------------[ cut here ]------------ [ 17.511005] WARNING: CPU: 0 PID: 105 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 17.518561] Modules linked in: [ 17.521763] CPU: 0 PID: 105 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 17.532765] Hardware name: Generic DRA72X (Flattened Device Tree) [ 17.539148] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 17.547251] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 17.554802] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 17.563261] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 17.572448] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 17.580819] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 17.587830] [] (mmput) from [] (do_exit+0x288/0x914) [ 17.594840] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 17.602391] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 17.610667] ---[ end trace 6b9bd7e147ebd3d4 ]--- [ 17.616302] ------------[ cut here ]------------ [ 17.621161] WARNING: CPU: 0 PID: 106 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 17.628716] Modules linked in: [ 17.631923] CPU: 0 PID: 106 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 17.642927] Hardware name: Generic DRA72X (Flattened Device Tree) [ 17.649312] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 17.657416] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 17.664978] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 17.673442] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 17.682635] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 17.691004] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 17.698010] [] (mmput) from [] (do_exit+0x288/0x914) [ 17.705020] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 17.712573] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 17.720845] ---[ end trace 6b9bd7e147ebd3d5 ]--- [ 17.737891] ------------[ cut here ]------------ [ 17.742761] WARNING: CPU: 0 PID: 116 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 17.750313] Modules linked in: [ 17.753508] CPU: 0 PID: 116 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 17.764518] Hardware name: Generic DRA72X (Flattened Device Tree) [ 17.770906] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 17.779013] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 17.786568] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 17.795031] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 17.804215] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 17.812589] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 17.819597] [] (mmput) from [] (do_exit+0x288/0x914) [ 17.826607] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 17.834166] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 17.842443] ---[ end trace 6b9bd7e147ebd3d6 ]--- [ 17.852347] ------------[ cut here ]------------ [ 17.857207] WARNING: CPU: 0 PID: 117 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 17.864758] Modules linked in: [ 17.867952] CPU: 0 PID: 117 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 17.878945] Hardware name: Generic DRA72X (Flattened Device Tree) [ 17.885326] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 17.893425] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 17.900982] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 17.909442] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 17.918633] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 17.927004] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 17.934014] [] (mmput) from [] (do_exit+0x288/0x914) [ 17.941025] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 17.948580] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 17.956860] ---[ end trace 6b9bd7e147ebd3d7 ]--- [ 18.042041] ------------[ cut here ]------------ [ 18.046907] WARNING: CPU: 0 PID: 139 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 18.054453] Modules linked in: [ 18.057659] CPU: 0 PID: 139 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 18.068657] Hardware name: Generic DRA72X (Flattened Device Tree) [ 18.075042] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 18.083147] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 18.090704] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 18.099167] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 18.108355] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 18.116737] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 18.123751] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 18.131395] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 18.140035] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 18.149129] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 18.158592] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 18.166783] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 18.174693] ---[ end trace 6b9bd7e147ebd3d8 ]--- [ 18.180755] ------------[ cut here ]------------ [ 18.185602] WARNING: CPU: 0 PID: 140 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 18.193150] Modules linked in: [ 18.196350] CPU: 0 PID: 140 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 18.207346] Hardware name: Generic DRA72X (Flattened Device Tree) [ 18.213726] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 18.221823] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 18.229382] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 18.237840] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 18.247029] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 18.255396] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 18.262404] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 18.270051] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 18.278691] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 18.287790] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 18.297245] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 18.305431] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 18.313339] ---[ end trace 6b9bd7e147ebd3d9 ]--- [ 18.319271] ------------[ cut here ]------------ [ 18.324115] WARNING: CPU: 0 PID: 135 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 18.331662] Modules linked in: [ 18.334862] CPU: 0 PID: 135 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 18.345854] Hardware name: Generic DRA72X (Flattened Device Tree) [ 18.352231] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 18.360334] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 18.367889] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 18.376347] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 18.385534] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 18.393900] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 18.400906] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 18.408549] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 18.417196] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 18.426290] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 18.435744] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 18.443931] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 18.451843] ---[ end trace 6b9bd7e147ebd3da ]--- [ 18.457748] ------------[ cut here ]------------ [ 18.462590] WARNING: CPU: 0 PID: 138 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 18.470132] Modules linked in: [ 18.473323] CPU: 0 PID: 138 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 18.484320] Hardware name: Generic DRA72X (Flattened Device Tree) [ 18.490696] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 18.498794] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 18.506349] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 18.514811] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 18.523999] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 18.532381] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 18.539391] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 18.547036] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 18.555678] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 18.564774] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 18.574231] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 18.582419] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 18.590331] ---[ end trace 6b9bd7e147ebd3db ]--- [ 18.596254] ------------[ cut here ]------------ [ 18.601094] WARNING: CPU: 0 PID: 136 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 18.608641] Modules linked in: [ 18.611840] CPU: 0 PID: 136 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 18.622843] Hardware name: Generic DRA72X (Flattened Device Tree) [ 18.629223] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 18.637319] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 18.644876] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 18.653332] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 18.662513] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 18.670882] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 18.677892] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 18.685533] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 18.694170] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 18.703266] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 18.712728] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 18.720915] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 18.728822] ---[ end trace 6b9bd7e147ebd3dc ]--- [ 18.740623] ------------[ cut here ]------------ [ 18.745466] WARNING: CPU: 0 PID: 141 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 18.753014] Modules linked in: [ 18.756216] CPU: 0 PID: 141 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 18.767206] Hardware name: Generic DRA72X (Flattened Device Tree) [ 18.773583] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 18.781687] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 18.789244] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 18.797703] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 18.806894] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 18.815265] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 18.822271] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 18.829912] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 18.838556] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 18.847647] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 18.857105] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 18.865289] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 18.873196] ---[ end trace 6b9bd7e147ebd3dd ]--- [ 18.879373] ------------[ cut here ]------------ [ 18.884218] WARNING: CPU: 0 PID: 137 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 18.891764] Modules linked in: [ 18.894962] CPU: 0 PID: 137 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 18.905957] Hardware name: Generic DRA72X (Flattened Device Tree) [ 18.912340] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 18.920439] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 18.927991] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 18.936453] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 18.945640] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 18.954006] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 18.961016] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 18.968656] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 18.977294] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 18.986391] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 18.995842] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 19.004029] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 19.011935] ---[ end trace 6b9bd7e147ebd3de ]--- [ 19.017812] ------------[ cut here ]------------ [ 19.022654] WARNING: CPU: 0 PID: 142 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 19.030198] Modules linked in: [ 19.033390] CPU: 0 PID: 142 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 19.044388] Hardware name: Generic DRA72X (Flattened Device Tree) [ 19.050769] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 19.058870] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 19.066426] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 19.074890] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 19.084080] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 19.092453] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 19.099462] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 19.107102] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 19.115740] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 19.124832] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 19.134292] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 19.142477] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 19.150386] ---[ end trace 6b9bd7e147ebd3df ]--- [ 19.160768] ------------[ cut here ]------------ [ 19.165628] WARNING: CPU: 0 PID: 143 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 19.173176] Modules linked in: [ 19.176379] CPU: 0 PID: 143 Comm: network.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 19.187560] Hardware name: Generic DRA72X (Flattened Device Tree) [ 19.193938] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 19.202045] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 19.209603] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 19.218061] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 19.227246] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 19.235618] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 19.242630] [] (mmput) from [] (do_exit+0x288/0x914) [ 19.249642] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 19.257193] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 19.265469] ---[ end trace 6b9bd7e147ebd3e0 ]--- [ 19.271239] ------------[ cut here ]------------ [ 19.276097] WARNING: CPU: 0 PID: 144 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 19.283654] Modules linked in: [ 19.286864] CPU: 0 PID: 144 Comm: network.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 19.298050] Hardware name: Generic DRA72X (Flattened Device Tree) [ 19.304439] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 19.312556] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 19.320119] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 19.328585] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 19.337771] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 19.346142] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 19.353149] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 19.360793] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 19.369436] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 19.378533] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 19.387987] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 19.396172] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 19.404083] ---[ end trace 6b9bd7e147ebd3e1 ]--- [ 19.420873] ------------[ cut here ]------------ [ 19.425747] WARNING: CPU: 0 PID: 157 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 19.433303] Modules linked in: [ 19.436507] CPU: 0 PID: 157 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 19.447225] Hardware name: Generic DRA72X (Flattened Device Tree) [ 19.453609] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 19.461707] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 19.469265] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 19.477727] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 19.486919] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 19.495291] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 19.502300] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 19.509948] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 19.518591] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 19.527701] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 19.537167] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 19.545359] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 19.553270] ---[ end trace 6b9bd7e147ebd3e2 ]--- [ 19.558965] ------------[ cut here ]------------ [ 19.563821] WARNING: CPU: 0 PID: 158 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 19.571375] Modules linked in: [ 19.574569] CPU: 0 PID: 158 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 19.585302] Hardware name: Generic DRA72X (Flattened Device Tree) [ 19.591681] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 19.599778] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 19.607329] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 19.615785] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 19.624970] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 19.633340] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 19.640346] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 19.647986] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 19.656620] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 19.665716] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 19.675169] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 19.683354] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 19.691265] ---[ end trace 6b9bd7e147ebd3e3 ]--- [ 19.696900] ------------[ cut here ]------------ [ 19.701748] WARNING: CPU: 0 PID: 159 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 19.709299] Modules linked in: [ 19.712498] CPU: 0 PID: 159 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 19.723226] Hardware name: Generic DRA72X (Flattened Device Tree) [ 19.729602] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 19.737705] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 19.745259] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 19.753721] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 19.762907] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 19.771279] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 19.778290] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 19.785938] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 19.794580] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 19.803676] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 19.813134] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 19.821322] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 19.829232] ---[ end trace 6b9bd7e147ebd3e4 ]--- [ 19.834872] ------------[ cut here ]------------ [ 19.839696] WARNING: CPU: 0 PID: 160 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 19.847245] Modules linked in: [ 19.850445] CPU: 0 PID: 160 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 19.861165] Hardware name: Generic DRA72X (Flattened Device Tree) [ 19.867543] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 19.875645] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 19.883196] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 19.891656] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 19.900847] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 19.909217] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 19.916229] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 19.923864] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 19.932504] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 19.941603] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 19.951053] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 19.959237] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 19.967146] ---[ end trace 6b9bd7e147ebd3e5 ]--- [ 19.990638] ------------[ cut here ]------------ [ 19.995504] WARNING: CPU: 0 PID: 161 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 20.003051] Modules linked in: [ 20.006256] CPU: 0 PID: 161 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 20.016995] Hardware name: Generic DRA72X (Flattened Device Tree) [ 20.023378] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 20.031483] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 20.039036] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 20.047501] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 20.056689] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 20.065063] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 20.072072] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 20.079716] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 20.088356] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 20.097451] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 20.106910] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 20.115098] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 20.123008] ---[ end trace 6b9bd7e147ebd3e6 ]--- [ 20.140706] ------------[ cut here ]------------ [ 20.145571] WARNING: CPU: 0 PID: 155 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 20.153121] Modules linked in: [ 20.156324] CPU: 0 PID: 155 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 20.167052] Hardware name: Generic DRA72X (Flattened Device Tree) [ 20.173429] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 20.181535] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 20.189090] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 20.197551] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 20.206735] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 20.215106] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 20.222116] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 20.229762] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 20.238404] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 20.247493] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 20.256946] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 20.265135] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 20.273045] ---[ end trace 6b9bd7e147ebd3e7 ]--- [ 20.278729] ------------[ cut here ]------------ [ 20.283581] WARNING: CPU: 0 PID: 156 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 20.291129] Modules linked in: [ 20.294323] CPU: 0 PID: 156 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 20.305041] Hardware name: Generic DRA72X (Flattened Device Tree) [ 20.311417] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 20.319522] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 20.327074] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 20.335532] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 20.344720] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 20.353085] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 20.360099] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 20.367746] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 20.376386] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 20.385480] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 20.394939] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 20.403126] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 20.411037] ---[ end trace 6b9bd7e147ebd3e8 ]--- [ 20.482995] ------------[ cut here ]------------ [ 20.487882] WARNING: CPU: 0 PID: 170 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 20.495445] Modules linked in: [ 20.498642] CPU: 0 PID: 170 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 20.509374] Hardware name: Generic DRA72X (Flattened Device Tree) [ 20.515761] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 20.523863] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 20.531432] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 20.539897] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 20.549083] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 20.557456] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 20.564466] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 20.572112] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 20.580750] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 20.589840] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 20.599298] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 20.607488] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 20.615397] ---[ end trace 6b9bd7e147ebd3e9 ]--- [ 20.625674] ------------[ cut here ]------------ [ 20.630541] WARNING: CPU: 0 PID: 171 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 20.638089] Modules linked in: [ 20.641291] CPU: 0 PID: 171 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 20.652018] Hardware name: Generic DRA72X (Flattened Device Tree) [ 20.658402] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 20.666504] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 20.674062] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 20.682526] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 20.691715] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 20.700086] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 20.707096] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 20.714746] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 20.723390] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 20.732490] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 20.741946] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 20.750136] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 20.758046] ---[ end trace 6b9bd7e147ebd3ea ]--- [ 20.763729] ------------[ cut here ]------------ [ 20.768577] WARNING: CPU: 0 PID: 172 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 20.776130] Modules linked in: [ 20.779322] CPU: 0 PID: 172 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 20.790047] Hardware name: Generic DRA72X (Flattened Device Tree) [ 20.796424] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 20.804528] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 20.812078] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 20.820534] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 20.829714] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 20.838085] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 20.845093] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 20.852738] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 20.861381] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 20.870477] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 20.879933] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 20.888123] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 20.896032] ---[ end trace 6b9bd7e147ebd3eb ]--- [ 20.908667] ------------[ cut here ]------------ [ 20.913518] WARNING: CPU: 0 PID: 186 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 20.921065] Modules linked in: [ 20.924257] CPU: 0 PID: 186 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 20.934978] Hardware name: Generic DRA72X (Flattened Device Tree) [ 20.941358] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 20.949459] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 20.957016] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 20.965481] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 20.974669] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 20.983038] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 20.990039] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 20.997675] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 21.006318] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 21.015416] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 21.024873] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 21.033059] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 21.040974] ---[ end trace 6b9bd7e147ebd3ec ]--- [ 21.046631] ------------[ cut here ]------------ [ 21.051472] WARNING: CPU: 0 PID: 187 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 21.059019] Modules linked in: [ 21.062220] CPU: 0 PID: 187 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 21.072946] Hardware name: Generic DRA72X (Flattened Device Tree) [ 21.079321] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 21.087422] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 21.094981] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 21.103444] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 21.112631] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 21.120998] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 21.128010] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 21.135651] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 21.144287] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 21.153381] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 21.162838] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 21.171026] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 21.178934] ---[ end trace 6b9bd7e147ebd3ed ]--- [ 21.184566] ------------[ cut here ]------------ [ 21.189406] WARNING: CPU: 0 PID: 188 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 21.196952] Modules linked in: [ 21.200152] CPU: 0 PID: 188 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 21.210872] Hardware name: Generic DRA72X (Flattened Device Tree) [ 21.217250] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 21.225349] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 21.232900] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 21.241364] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 21.250548] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 21.258919] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 21.265934] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 21.273577] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 21.282218] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 21.291318] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 21.300775] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 21.308958] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 21.316878] ---[ end trace 6b9bd7e147ebd3ee ]--- [ 21.331763] ------------[ cut here ]------------ [ 21.336632] WARNING: CPU: 0 PID: 189 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 21.344180] Modules linked in: [ 21.347382] CPU: 0 PID: 189 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 21.358108] Hardware name: Generic DRA72X (Flattened Device Tree) [ 21.364489] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 21.372592] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 21.380149] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 21.388612] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 21.397799] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 21.406172] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 21.413181] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 21.420825] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 21.429466] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 21.438565] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 21.448020] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 21.456205] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 21.464120] ---[ end trace 6b9bd7e147ebd3ef ]--- [ 21.469953] ------------[ cut here ]------------ [ 21.474793] WARNING: CPU: 0 PID: 191 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 21.482342] Modules linked in: [ 21.485543] CPU: 0 PID: 191 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 21.496268] Hardware name: Generic DRA72X (Flattened Device Tree) [ 21.502648] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 21.510756] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 21.518308] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 21.526775] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 21.535975] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 21.544348] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 21.551355] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 21.558997] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 21.567641] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 21.576740] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 21.586197] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 21.594388] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 21.602298] ---[ end trace 6b9bd7e147ebd3f0 ]--- [ 21.610691] ------------[ cut here ]------------ [ 21.615540] WARNING: CPU: 0 PID: 192 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 21.623093] Modules linked in: [ 21.626297] CPU: 0 PID: 192 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 21.637016] Hardware name: Generic DRA72X (Flattened Device Tree) [ 21.643399] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 21.651498] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 21.659057] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 21.667518] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 21.676709] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 21.685083] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 21.692094] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 21.699748] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 21.708385] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 21.717483] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 21.726942] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 21.735127] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 21.743043] ---[ end trace 6b9bd7e147ebd3f1 ]--- [ 21.775732] ------------[ cut here ]------------ [ 21.780599] WARNING: CPU: 0 PID: 195 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 21.788150] Modules linked in: [ 21.791354] CPU: 0 PID: 195 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 21.802084] Hardware name: Generic DRA72X (Flattened Device Tree) [ 21.808469] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 21.816569] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 21.824130] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 21.832600] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 21.841784] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 21.850161] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 21.857169] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 21.864821] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 21.873460] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 21.882555] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 21.892015] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 21.900206] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 21.908117] ---[ end trace 6b9bd7e147ebd3f2 ]--- [ 21.913834] ------------[ cut here ]------------ [ 21.918681] WARNING: CPU: 0 PID: 196 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 21.926228] Modules linked in: [ 21.929421] CPU: 0 PID: 196 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 21.940142] Hardware name: Generic DRA72X (Flattened Device Tree) [ 21.946525] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 21.954626] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 21.962181] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 21.970643] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 21.979832] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 21.988201] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 21.995210] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 22.002850] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 22.011490] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 22.020583] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 22.030045] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 22.038238] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 22.046150] ---[ end trace 6b9bd7e147ebd3f3 ]--- [ 22.051818] ------------[ cut here ]------------ [ 22.056661] WARNING: CPU: 0 PID: 190 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 22.064203] Modules linked in: [ 22.067403] CPU: 0 PID: 190 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 22.078126] Hardware name: Generic DRA72X (Flattened Device Tree) [ 22.084506] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 22.092603] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 22.100158] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 22.108621] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 22.117801] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 22.126173] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 22.133184] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 22.140828] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 22.149474] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 22.158570] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 22.168025] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 22.176212] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 22.184128] ---[ end trace 6b9bd7e147ebd3f4 ]--- [ 22.200354] ------------[ cut here ]------------ [ 22.205218] WARNING: CPU: 0 PID: 193 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 22.212766] Modules linked in: [ 22.215970] CPU: 0 PID: 193 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 22.226694] Hardware name: Generic DRA72X (Flattened Device Tree) [ 22.233079] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 22.241180] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 22.248736] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 22.257203] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 22.266390] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 22.274766] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 22.281778] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 22.289423] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 22.298058] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 22.307156] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 22.316609] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 22.324797] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 22.332709] ---[ end trace 6b9bd7e147ebd3f5 ]--- [ 22.343972] ------------[ cut here ]------------ [ 22.348838] WARNING: CPU: 0 PID: 194 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 22.356387] Modules linked in: [ 22.359583] CPU: 0 PID: 194 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 22.370309] Hardware name: Generic DRA72X (Flattened Device Tree) [ 22.376690] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 22.384796] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 22.392354] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 22.400816] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 22.410011] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 22.418385] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 22.425392] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 22.433039] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 22.441681] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 22.450772] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 22.460234] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 22.468420] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 22.476334] ---[ end trace 6b9bd7e147ebd3f6 ]--- [ 22.495725] ------------[ cut here ]------------ [ 22.500592] WARNING: CPU: 0 PID: 201 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 22.508141] Modules linked in: [ 22.511345] CPU: 0 PID: 201 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 22.522068] Hardware name: Generic DRA72X (Flattened Device Tree) [ 22.528454] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 22.536560] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 22.544115] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 22.552573] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 22.561759] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 22.570131] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 22.577140] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 22.584785] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 22.593426] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 22.602519] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 22.611972] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 22.620163] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 22.628078] ---[ end trace 6b9bd7e147ebd3f7 ]--- [ 22.640678] ------------[ cut here ]------------ [ 22.645555] WARNING: CPU: 0 PID: 200 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 22.653115] Modules linked in: [ 22.656330] CPU: 0 PID: 200 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 22.667055] Hardware name: Generic DRA72X (Flattened Device Tree) [ 22.673440] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 22.681543] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 22.689101] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 22.697558] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 22.706741] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 22.715117] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 22.722127] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 22.729774] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 22.738416] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 22.747513] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 22.756966] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 22.765154] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 22.773065] ---[ end trace 6b9bd7e147ebd3f8 ]--- [ 22.778761] ------------[ cut here ]------------ [ 22.783613] WARNING: CPU: 0 PID: 185 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 22.791157] Modules linked in: [ 22.794353] CPU: 0 PID: 185 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 22.805077] Hardware name: Generic DRA72X (Flattened Device Tree) [ 22.811457] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 22.819559] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 22.827111] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 22.835574] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 22.844765] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 22.853131] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 22.860138] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 22.867782] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 22.876423] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 22.885522] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 22.894982] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 22.903169] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 22.911075] ---[ end trace 6b9bd7e147ebd3f9 ]--- [ 22.920665] ------------[ cut here ]------------ [ 22.925517] WARNING: CPU: 0 PID: 205 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 22.933064] Modules linked in: [ 22.936268] CPU: 0 PID: 205 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 22.946995] Hardware name: Generic DRA72X (Flattened Device Tree) [ 22.953383] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 22.961480] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 22.969037] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 22.977496] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 22.986688] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 22.995060] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 23.002072] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 23.009717] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 23.018360] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 23.027455] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 23.036911] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 23.045099] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 23.053009] ---[ end trace 6b9bd7e147ebd3fa ]--- [ 23.058661] ------------[ cut here ]------------ [ 23.063502] WARNING: CPU: 0 PID: 199 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 23.071046] Modules linked in: [ 23.074237] CPU: 0 PID: 199 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 23.084955] Hardware name: Generic DRA72X (Flattened Device Tree) [ 23.091335] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 23.099438] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 23.106996] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 23.115453] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 23.124644] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 23.133015] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 23.140026] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 23.147667] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 23.156304] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 23.165395] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 23.174850] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 23.183037] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 23.190955] ---[ end trace 6b9bd7e147ebd3fb ]--- [ 23.219021] ------------[ cut here ]------------ [ 23.223893] WARNING: CPU: 0 PID: 197 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 23.231441] Modules linked in: [ 23.234636] CPU: 0 PID: 197 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 23.245355] Hardware name: Generic DRA72X (Flattened Device Tree) [ 23.251737] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 23.259837] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 23.267395] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 23.275859] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 23.285051] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 23.293420] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 23.300429] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 23.308074] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 23.316717] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 23.325807] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 23.335261] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 23.343451] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 23.351364] ---[ end trace 6b9bd7e147ebd3fc ]--- [ 23.357043] ------------[ cut here ]------------ [ 23.361900] WARNING: CPU: 0 PID: 211 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 23.369451] Modules linked in: [ 23.372653] CPU: 0 PID: 211 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 23.383379] Hardware name: Generic DRA72X (Flattened Device Tree) [ 23.389759] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 23.397859] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 23.405416] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 23.413872] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 23.423061] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 23.431429] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 23.438434] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 23.446081] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 23.454721] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 23.463824] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 23.473276] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 23.481460] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 23.489369] ---[ end trace 6b9bd7e147ebd3fd ]--- [ 23.495609] ------------[ cut here ]------------ [ 23.500461] WARNING: CPU: 0 PID: 202 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 23.508008] Modules linked in: [ 23.511207] CPU: 0 PID: 202 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 23.521929] Hardware name: Generic DRA72X (Flattened Device Tree) [ 23.528314] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 23.536422] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 23.543979] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 23.552438] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 23.561622] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 23.569998] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 23.577005] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 23.584642] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 23.593280] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 23.602368] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 23.611819] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 23.620004] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 23.627919] ---[ end trace 6b9bd7e147ebd3fe ]--- [ 23.633626] ------------[ cut here ]------------ [ 23.638489] WARNING: CPU: 0 PID: 203 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 23.646049] Modules linked in: [ 23.649244] CPU: 0 PID: 203 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 23.659966] Hardware name: Generic DRA72X (Flattened Device Tree) [ 23.666344] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 23.674444] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 23.682001] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 23.690465] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 23.699653] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 23.708021] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 23.715029] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 23.722673] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 23.731319] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 23.740409] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 23.749868] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 23.758058] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 23.765968] ---[ end trace 6b9bd7e147ebd3ff ]--- [ 23.775981] ------------[ cut here ]------------ [ 23.780847] WARNING: CPU: 0 PID: 204 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 23.788397] Modules linked in: [ 23.791599] CPU: 0 PID: 204 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 23.802317] Hardware name: Generic DRA72X (Flattened Device Tree) [ 23.808698] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 23.816804] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 23.824365] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 23.832831] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 23.842013] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 23.850377] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 23.857384] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 23.865024] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 23.873660] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 23.882754] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 23.892212] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 23.900398] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 23.908307] ---[ end trace 6b9bd7e147ebd400 ]--- [ 23.913976] ------------[ cut here ]------------ [ 23.918826] WARNING: CPU: 0 PID: 213 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 23.926378] Modules linked in: [ 23.929571] CPU: 0 PID: 213 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 23.940292] Hardware name: Generic DRA72X (Flattened Device Tree) [ 23.946670] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 23.954776] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 23.962333] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 23.970793] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 23.979972] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 23.988344] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 23.995349] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 24.002989] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 24.011641] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 24.020733] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 24.030183] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 24.038370] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 24.046280] ---[ end trace 6b9bd7e147ebd401 ]--- [ 24.055655] ------------[ cut here ]------------ [ 24.060514] WARNING: CPU: 0 PID: 214 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 24.068059] Modules linked in: [ 24.071261] CPU: 0 PID: 214 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 24.081986] Hardware name: Generic DRA72X (Flattened Device Tree) [ 24.088366] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 24.096464] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 24.104023] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 24.112485] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 24.121670] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 24.130037] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 24.137045] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 24.144692] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 24.153331] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 24.162429] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 24.171884] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 24.180070] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 24.187981] ---[ end trace 6b9bd7e147ebd402 ]--- [ 24.193675] ------------[ cut here ]------------ [ 24.198528] WARNING: CPU: 0 PID: 198 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 24.206080] Modules linked in: [ 24.209273] CPU: 0 PID: 198 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 24.220002] Hardware name: Generic DRA72X (Flattened Device Tree) [ 24.226379] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 24.234482] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 24.242036] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 24.250492] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 24.259674] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 24.268045] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 24.275050] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 24.282694] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 24.291332] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 24.300429] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 24.309890] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 24.318083] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 24.325992] ---[ end trace 6b9bd7e147ebd403 ]--- [ 24.335647] ------------[ cut here ]------------ [ 24.340499] WARNING: CPU: 0 PID: 212 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 24.348050] Modules linked in: [ 24.351254] CPU: 0 PID: 212 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 24.361971] Hardware name: Generic DRA72X (Flattened Device Tree) [ 24.368354] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 24.376456] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 24.384011] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 24.392469] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 24.401650] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 24.410017] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 24.417027] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 24.424675] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 24.433323] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 24.442420] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 24.451876] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 24.460062] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 24.467976] ---[ end trace 6b9bd7e147ebd404 ]--- [ 24.490723] ------------[ cut here ]------------ [ 24.495594] WARNING: CPU: 0 PID: 223 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 24.503145] Modules linked in: [ 24.506349] CPU: 0 PID: 223 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 24.517072] Hardware name: Generic DRA72X (Flattened Device Tree) [ 24.523454] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 24.531559] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 24.539130] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 24.547598] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 24.556787] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 24.565162] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 24.572174] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 24.579816] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 24.588459] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 24.597554] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 24.607007] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 24.615200] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 24.623111] ---[ end trace 6b9bd7e147ebd405 ]--- [ 24.645682] ------------[ cut here ]------------ [ 24.650536] WARNING: CPU: 0 PID: 224 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 24.658090] Modules linked in: [ 24.661292] CPU: 0 PID: 224 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 24.672020] Hardware name: Generic DRA72X (Flattened Device Tree) [ 24.678406] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 24.686510] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 24.694069] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 24.702528] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 24.711718] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 24.720089] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 24.727099] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 24.734748] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 24.743390] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 24.752489] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 24.761955] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 24.770142] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 24.778053] ---[ end trace 6b9bd7e147ebd406 ]--- [ 24.783716] ------------[ cut here ]------------ [ 24.788554] WARNING: CPU: 0 PID: 226 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 24.796102] Modules linked in: [ 24.799296] CPU: 0 PID: 226 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 24.810022] Hardware name: Generic DRA72X (Flattened Device Tree) [ 24.816400] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 24.824506] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 24.832063] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 24.840523] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 24.849709] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 24.858079] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 24.865086] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 24.872728] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 24.881367] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 24.890461] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 24.899917] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 24.908107] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 24.916016] ---[ end trace 6b9bd7e147ebd407 ]--- [ 24.925998] ------------[ cut here ]------------ [ 24.930858] WARNING: CPU: 0 PID: 227 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 24.938409] Modules linked in: [ 24.941614] CPU: 0 PID: 227 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 24.952336] Hardware name: Generic DRA72X (Flattened Device Tree) [ 24.958714] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 24.966815] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 24.974374] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 24.982837] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 24.992025] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 25.000394] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 25.007413] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 25.015056] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 25.023696] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 25.032799] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 25.042260] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 25.050449] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 25.058362] ---[ end trace 6b9bd7e147ebd408 ]--- [ 25.079364] ------------[ cut here ]------------ [ 25.084242] WARNING: CPU: 0 PID: 228 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 25.091793] Modules linked in: [ 25.094999] CPU: 0 PID: 228 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 25.105723] Hardware name: Generic DRA72X (Flattened Device Tree) [ 25.112104] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 25.120213] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 25.127773] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 25.136233] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 25.145422] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 25.153796] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 25.160810] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 25.168457] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 25.177101] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 25.186193] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 25.195651] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 25.203837] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 25.211748] ---[ end trace 6b9bd7e147ebd409 ]--- [ 25.232048] ------------[ cut here ]------------ [ 25.236919] WARNING: CPU: 0 PID: 235 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 25.244467] Modules linked in: [ 25.247671] CPU: 0 PID: 235 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 25.258396] Hardware name: Generic DRA72X (Flattened Device Tree) [ 25.264777] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 25.272879] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 25.280437] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 25.288896] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 25.298082] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 25.306452] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 25.313461] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 25.321101] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 25.329746] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 25.338846] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 25.348310] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 25.356496] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 25.364413] ---[ end trace 6b9bd7e147ebd40a ]--- [ 25.378567] ------------[ cut here ]------------ [ 25.383437] WARNING: CPU: 0 PID: 236 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 25.390986] Modules linked in: [ 25.394180] CPU: 0 PID: 236 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 25.404903] Hardware name: Generic DRA72X (Flattened Device Tree) [ 25.411282] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 25.419384] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 25.426942] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 25.435404] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 25.444593] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 25.452964] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 25.459968] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 25.467614] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 25.476265] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 25.485364] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 25.494824] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 25.503012] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 25.510924] ---[ end trace 6b9bd7e147ebd40b ]--- [ 25.522798] ------------[ cut here ]------------ [ 25.527659] WARNING: CPU: 0 PID: 225 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 25.535204] Modules linked in: [ 25.538400] CPU: 0 PID: 225 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 25.549127] Hardware name: Generic DRA72X (Flattened Device Tree) [ 25.555508] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 25.563607] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 25.571166] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 25.579622] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 25.588809] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 25.597175] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 25.604178] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 25.611821] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 25.620462] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 25.629552] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 25.639011] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 25.647195] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 25.655103] ---[ end trace 6b9bd7e147ebd40c ]--- [ 25.660816] ------------[ cut here ]------------ [ 25.665653] WARNING: CPU: 0 PID: 234 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 25.673203] Modules linked in: [ 25.676404] CPU: 0 PID: 234 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 25.687123] Hardware name: Generic DRA72X (Flattened Device Tree) [ 25.693502] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 25.701598] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 25.709155] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 25.717617] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 25.726805] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 25.735172] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 25.742176] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 25.749821] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 25.758461] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 25.767556] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 25.777006] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 25.785196] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 25.793104] ---[ end trace 6b9bd7e147ebd40d ]--- [ 25.800652] ------------[ cut here ]------------ [ 25.805505] WARNING: CPU: 0 PID: 237 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 25.813053] Modules linked in: [ 25.816256] CPU: 0 PID: 237 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 25.826982] Hardware name: Generic DRA72X (Flattened Device Tree) [ 25.833365] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 25.841465] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 25.849026] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 25.857486] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 25.866675] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 25.875045] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 25.882051] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 25.889694] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 25.898333] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 25.907427] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 25.916886] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 25.925073] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 25.932982] ---[ end trace 6b9bd7e147ebd40e ]--- [ 25.947315] ------------[ cut here ]------------ [ 25.952185] WARNING: CPU: 0 PID: 239 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 25.959740] Modules linked in: [ 25.962937] CPU: 0 PID: 239 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 25.973667] Hardware name: Generic DRA72X (Flattened Device Tree) [ 25.980051] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 25.988153] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 25.995709] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 26.004170] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 26.013367] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 26.021746] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 26.028760] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 26.036406] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 26.045051] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 26.054151] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 26.063609] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 26.071794] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 26.079702] ---[ end trace 6b9bd7e147ebd40f ]--- [ 26.092887] ------------[ cut here ]------------ [ 26.097751] WARNING: CPU: 0 PID: 238 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 26.105304] Modules linked in: [ 26.108500] CPU: 0 PID: 238 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 26.119220] Hardware name: Generic DRA72X (Flattened Device Tree) [ 26.125604] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 26.133710] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 26.141265] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 26.149727] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 26.158911] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 26.167279] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 26.174292] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 26.181936] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 26.190587] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 26.199677] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 26.209138] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 26.217320] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 26.225230] ---[ end trace 6b9bd7e147ebd410 ]--- [ 26.233551] ------------[ cut here ]------------ [ 26.238423] WARNING: CPU: 0 PID: 241 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 26.245973] Modules linked in: [ 26.249169] CPU: 0 PID: 241 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 26.259896] Hardware name: Generic DRA72X (Flattened Device Tree) [ 26.266279] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 26.274386] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 26.281951] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 26.290409] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 26.299598] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 26.307969] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 26.314983] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 26.322624] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 26.331274] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 26.340369] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 26.349827] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 26.358012] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 26.365922] ---[ end trace 6b9bd7e147ebd411 ]--- [ 26.373507] ------------[ cut here ]------------ [ 26.378388] WARNING: CPU: 0 PID: 240 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 26.385945] Modules linked in: [ 26.389138] CPU: 0 PID: 240 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 26.399869] Hardware name: Generic DRA72X (Flattened Device Tree) [ 26.406256] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 26.414360] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 26.421922] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 26.430384] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 26.439576] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 26.447948] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 26.454956] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 26.462599] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 26.471237] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 26.480333] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 26.489795] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 26.497983] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 26.505895] ---[ end trace 6b9bd7e147ebd412 ]--- [ 26.517455] ------------[ cut here ]------------ [ 26.522336] WARNING: CPU: 0 PID: 245 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 26.529886] Modules linked in: [ 26.533081] CPU: 0 PID: 245 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 26.543814] Hardware name: Generic DRA72X (Flattened Device Tree) [ 26.550200] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 26.558305] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 26.565860] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 26.574325] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 26.583518] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 26.591891] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 26.598904] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 26.606550] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 26.615192] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 26.624283] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 26.633739] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 26.641929] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 26.649837] ---[ end trace 6b9bd7e147ebd413 ]--- [ 26.657415] ------------[ cut here ]------------ [ 26.662272] WARNING: CPU: 0 PID: 247 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 26.669817] Modules linked in: [ 26.673012] CPU: 0 PID: 247 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 26.683730] Hardware name: Generic DRA72X (Flattened Device Tree) [ 26.690115] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 26.698214] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 26.705768] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 26.714234] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 26.723426] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 26.731800] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 26.738806] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 26.746448] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 26.755084] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 26.764174] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 26.773630] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 26.781810] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 26.789719] ---[ end trace 6b9bd7e147ebd414 ]--- [ 26.809040] ------------[ cut here ]------------ [ 26.813920] WARNING: CPU: 0 PID: 136 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 26.821489] Modules linked in: [ 26.824706] CPU: 0 PID: 136 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 26.835353] Hardware name: Generic DRA72X (Flattened Device Tree) [ 26.841754] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 26.849867] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 26.857442] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 26.865921] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 26.875131] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 26.883522] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 26.890540] [] (mmput) from [] (do_exit+0x288/0x914) [ 26.897557] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 26.905120] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 26.913402] ---[ end trace 6b9bd7e147ebd415 ]--- [ 26.918574] ------------[ cut here ]------------ [ 26.923422] WARNING: CPU: 0 PID: 137 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 26.930979] Modules linked in: [ 26.934173] CPU: 0 PID: 137 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 26.944813] Hardware name: Generic DRA72X (Flattened Device Tree) [ 26.951197] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 26.959309] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 26.966873] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 26.975345] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 26.984534] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 26.992907] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 26.999923] [] (mmput) from [] (do_exit+0x288/0x914) [ 27.006939] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 27.014494] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 27.022775] ---[ end trace 6b9bd7e147ebd416 ]--- [ 27.028300] ------------[ cut here ]------------ [ 27.033161] WARNING: CPU: 0 PID: 161 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 27.040728] Modules linked in: [ 27.043923] CPU: 0 PID: 161 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 27.054918] Hardware name: Generic DRA72X (Flattened Device Tree) [ 27.061300] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 27.069411] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 27.076974] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 27.085438] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 27.094622] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 27.102995] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 27.110010] [] (mmput) from [] (do_exit+0x288/0x914) [ 27.117027] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 27.124588] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 27.132874] ---[ end trace 6b9bd7e147ebd417 ]--- [ 27.139107] ------------[ cut here ]------------ [ 27.143960] WARNING: CPU: 0 PID: 144 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 27.151521] Modules linked in: [ 27.154711] CPU: 0 PID: 144 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 27.165347] Hardware name: Generic DRA72X (Flattened Device Tree) [ 27.171730] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 27.179841] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 27.187406] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 27.195875] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 27.205072] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 27.213447] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 27.220464] [] (mmput) from [] (do_exit+0x288/0x914) [ 27.227478] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 27.235037] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 27.243311] ---[ end trace 6b9bd7e147ebd418 ]--- [ 27.249866] ------------[ cut here ]------------ [ 27.254695] WARNING: CPU: 0 PID: 248 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 27.262246] Modules linked in: [ 27.265451] CPU: 0 PID: 248 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 27.276175] Hardware name: Generic DRA72X (Flattened Device Tree) [ 27.282554] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 27.290654] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 27.298211] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 27.306672] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 27.315859] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 27.324232] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 27.331240] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 27.338882] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 27.347526] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 27.356615] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 27.366075] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 27.374265] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 27.382181] ---[ end trace 6b9bd7e147ebd419 ]--- [ 27.387360] ------------[ cut here ]------------ [ 27.392201] WARNING: CPU: 0 PID: 243 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 27.399749] Modules linked in: [ 27.402941] CPU: 0 PID: 243 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 27.413661] Hardware name: Generic DRA72X (Flattened Device Tree) [ 27.420035] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 27.428136] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 27.435696] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 27.444159] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 27.453347] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 27.461718] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 27.468722] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 27.476366] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 27.485008] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 27.494111] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 27.503570] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 27.511761] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 27.519677] ---[ end trace 6b9bd7e147ebd41a ]--- [ 27.524838] ------------[ cut here ]------------ [ 27.529665] WARNING: CPU: 0 PID: 242 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 27.537223] Modules linked in: [ 27.540426] CPU: 0 PID: 242 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 27.551149] Hardware name: Generic DRA72X (Flattened Device Tree) [ 27.557523] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 27.565624] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 27.573177] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 27.581635] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 27.590820] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 27.599188] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 27.606194] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 27.613839] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 27.622482] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 27.631577] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 27.641034] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 27.649225] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 27.657137] ---[ end trace 6b9bd7e147ebd41b ]--- [ 27.663853] ------------[ cut here ]------------ [ 27.668699] WARNING: CPU: 0 PID: 157 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 27.676251] Modules linked in: [ 27.679446] CPU: 0 PID: 157 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 27.690447] Hardware name: Generic DRA72X (Flattened Device Tree) [ 27.696826] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 27.704924] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 27.712482] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 27.720939] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 27.730126] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 27.738492] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 27.745498] [] (mmput) from [] (do_exit+0x288/0x914) [ 27.752508] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 27.760060] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 27.768336] ---[ end trace 6b9bd7e147ebd41c ]--- [ 27.777783] ------------[ cut here ]------------ [ 27.782637] WARNING: CPU: 0 PID: 246 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 27.790186] Modules linked in: [ 27.793382] CPU: 0 PID: 246 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 27.804103] Hardware name: Generic DRA72X (Flattened Device Tree) [ 27.810484] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 27.818588] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 27.826148] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 27.834611] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 27.843796] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 27.852164] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 27.859174] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 27.866817] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 27.875462] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 27.884552] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 27.894011] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 27.902199] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 27.910107] ---[ end trace 6b9bd7e147ebd41d ]--- [ 27.915343] ------------[ cut here ]------------ [ 27.920182] WARNING: CPU: 0 PID: 244 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 27.927729] Modules linked in: [ 27.930932] CPU: 0 PID: 244 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 27.941658] Hardware name: Generic DRA72X (Flattened Device Tree) [ 27.948032] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 27.956135] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 27.963691] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 27.972153] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 27.981341] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 27.989710] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 27.996718] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 28.004360] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 28.013017] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 28.022113] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 28.031572] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 28.039759] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 28.047671] ---[ end trace 6b9bd7e147ebd41e ]--- [ 28.053668] ------------[ cut here ]------------ [ 28.058517] WARNING: CPU: 0 PID: 156 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 28.066059] Modules linked in: [ 28.069253] CPU: 0 PID: 156 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 28.080257] Hardware name: Generic DRA72X (Flattened Device Tree) [ 28.086639] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 28.094749] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 28.102306] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 28.110773] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 28.119963] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 28.128337] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 28.135345] [] (mmput) from [] (do_exit+0x288/0x914) [ 28.142353] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 28.149913] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 28.158184] ---[ end trace 6b9bd7e147ebd41f ]--- [ 28.164210] ------------[ cut here ]------------ [ 28.169057] WARNING: CPU: 0 PID: 158 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 28.176611] Modules linked in: [ 28.179810] CPU: 0 PID: 158 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 28.190810] Hardware name: Generic DRA72X (Flattened Device Tree) [ 28.197188] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 28.205294] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 28.212850] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 28.221314] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 28.230503] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 28.238870] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 28.245880] [] (mmput) from [] (do_exit+0x288/0x914) [ 28.252889] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 28.260441] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 28.268714] ---[ end trace 6b9bd7e147ebd420 ]--- [ 28.274549] ------------[ cut here ]------------ [ 28.279392] WARNING: CPU: 0 PID: 140 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 28.286943] Modules linked in: [ 28.290146] CPU: 0 PID: 140 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 28.300774] Hardware name: Generic DRA72X (Flattened Device Tree) [ 28.307150] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 28.315256] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 28.322811] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 28.331270] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 28.340457] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 28.348829] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 28.355840] [] (mmput) from [] (do_exit+0x288/0x914) [ 28.362852] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 28.370409] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 28.378681] ---[ end trace 6b9bd7e147ebd421 ]--- [ 28.385157] ------------[ cut here ]------------ [ 28.390001] WARNING: CPU: 0 PID: 155 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 28.397550] Modules linked in: [ 28.400751] CPU: 0 PID: 155 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 28.411744] Hardware name: Generic DRA72X (Flattened Device Tree) [ 28.418125] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 28.426223] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 28.433779] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 28.442243] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 28.451436] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 28.459805] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 28.466813] [] (mmput) from [] (do_exit+0x288/0x914) [ 28.473824] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 28.481381] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 28.489650] ---[ end trace 6b9bd7e147ebd422 ]--- [ 28.501976] ------------[ cut here ]------------ [ 28.506827] WARNING: CPU: 0 PID: 139 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 28.514375] Modules linked in: [ 28.517575] CPU: 0 PID: 139 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 28.528211] Hardware name: Generic DRA72X (Flattened Device Tree) [ 28.534589] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 28.542687] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 28.550246] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 28.558707] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 28.567894] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 28.576268] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 28.583274] [] (mmput) from [] (do_exit+0x288/0x914) [ 28.590283] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 28.597838] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 28.606114] ---[ end trace 6b9bd7e147ebd423 ]--- [ 28.611287] ------------[ cut here ]------------ [ 28.616138] WARNING: CPU: 0 PID: 141 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 28.623694] Modules linked in: [ 28.626899] CPU: 0 PID: 141 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 28.637537] Hardware name: Generic DRA72X (Flattened Device Tree) [ 28.643919] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 28.652027] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 28.659592] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 28.668062] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 28.677257] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 28.685635] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 28.692650] [] (mmput) from [] (do_exit+0x288/0x914) [ 28.699669] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 28.707230] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 28.715508] ---[ end trace 6b9bd7e147ebd424 ]--- [ 28.720745] ------------[ cut here ]------------ [ 28.725599] WARNING: CPU: 0 PID: 138 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 28.733155] Modules linked in: [ 28.736357] CPU: 0 PID: 138 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 28.746991] Hardware name: Generic DRA72X (Flattened Device Tree) [ 28.753367] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 28.761471] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 28.769024] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 28.777486] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 28.786671] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 28.795042] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 28.802050] [] (mmput) from [] (do_exit+0x288/0x914) [ 28.809060] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 28.816619] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 28.824897] ---[ end trace 6b9bd7e147ebd425 ]--- [ 28.829934] ------------[ cut here ]------------ [ 28.834771] WARNING: CPU: 0 PID: 159 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 28.842321] Modules linked in: [ 28.845525] CPU: 0 PID: 159 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 28.856517] Hardware name: Generic DRA72X (Flattened Device Tree) [ 28.862895] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 28.870996] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 28.878550] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 28.887008] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 28.896199] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 28.904567] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 28.911575] [] (mmput) from [] (do_exit+0x288/0x914) [ 28.918585] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 28.926140] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 28.934424] ---[ end trace 6b9bd7e147ebd426 ]--- [ 28.939402] ------------[ cut here ]------------ [ 28.944237] WARNING: CPU: 0 PID: 135 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 28.951785] Modules linked in: [ 28.954984] CPU: 0 PID: 135 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 28.965613] Hardware name: Generic DRA72X (Flattened Device Tree) [ 28.971990] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 28.980091] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 28.987644] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 28.996100] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 29.005288] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 29.013660] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 29.020667] [] (mmput) from [] (do_exit+0x288/0x914) [ 29.027679] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 29.035232] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 29.043504] ---[ end trace 6b9bd7e147ebd427 ]--- [ 29.048476] ------------[ cut here ]------------ [ 29.053314] WARNING: CPU: 0 PID: 142 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 29.060860] Modules linked in: [ 29.064050] CPU: 0 PID: 142 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 29.074686] Hardware name: Generic DRA72X (Flattened Device Tree) [ 29.081060] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 29.089158] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 29.096712] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 29.105177] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 29.114370] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 29.122739] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 29.129751] [] (mmput) from [] (do_exit+0x288/0x914) [ 29.136760] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 29.144316] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 29.152590] ---[ end trace 6b9bd7e147ebd428 ]--- [ 29.157677] ------------[ cut here ]------------ [ 29.162518] WARNING: CPU: 0 PID: 160 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 29.170063] Modules linked in: [ 29.173254] CPU: 0 PID: 160 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 29.184248] Hardware name: Generic DRA72X (Flattened Device Tree) [ 29.190629] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 29.198729] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 29.206285] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 29.214748] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 29.223936] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 29.232303] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 29.239310] [] (mmput) from [] (do_exit+0x288/0x914) [ 29.246321] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 29.253874] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 29.262152] ---[ end trace 6b9bd7e147ebd429 ]--- [ 29.268909] ------------[ cut here ]------------ [ 29.273756] WARNING: CPU: 0 PID: 170 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 29.281308] Modules linked in: [ 29.284501] CPU: 0 PID: 170 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 29.295494] Hardware name: Generic DRA72X (Flattened Device Tree) [ 29.301875] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 29.309976] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 29.317531] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 29.325991] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 29.335181] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 29.343551] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 29.350563] [] (mmput) from [] (do_exit+0x288/0x914) [ 29.357568] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 29.365124] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 29.373403] ---[ end trace 6b9bd7e147ebd42a ]--- [ 29.379567] ------------[ cut here ]------------ [ 29.384412] WARNING: CPU: 0 PID: 172 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 29.391962] Modules linked in: [ 29.395161] CPU: 0 PID: 172 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 29.406156] Hardware name: Generic DRA72X (Flattened Device Tree) [ 29.412537] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 29.420639] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 29.428187] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 29.436652] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 29.445841] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 29.454211] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 29.461223] [] (mmput) from [] (do_exit+0x288/0x914) [ 29.468230] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 29.475789] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 29.484063] ---[ end trace 6b9bd7e147ebd42b ]--- [ 29.490964] ------------[ cut here ]------------ [ 29.495808] WARNING: CPU: 0 PID: 171 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 29.503361] Modules linked in: [ 29.506564] CPU: 0 PID: 171 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 29.517566] Hardware name: Generic DRA72X (Flattened Device Tree) [ 29.523946] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 29.532050] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 29.539605] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 29.548063] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 29.557256] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 29.565626] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 29.572634] [] (mmput) from [] (do_exit+0x288/0x914) [ 29.579640] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 29.587197] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 29.595470] ---[ end trace 6b9bd7e147ebd42c ]--- [ 29.602976] ------------[ cut here ]------------ [ 29.607822] WARNING: CPU: 0 PID: 187 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 29.615373] Modules linked in: [ 29.618568] CPU: 0 PID: 187 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 29.629568] Hardware name: Generic DRA72X (Flattened Device Tree) [ 29.635947] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 29.644044] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 29.651599] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 29.660063] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 29.669247] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 29.677615] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 29.684623] [] (mmput) from [] (do_exit+0x288/0x914) [ 29.691629] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 29.699183] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 29.707461] ---[ end trace 6b9bd7e147ebd42d ]--- [ 29.713415] ------------[ cut here ]------------ [ 29.718256] WARNING: CPU: 0 PID: 188 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 29.725804] Modules linked in: [ 29.728997] CPU: 0 PID: 188 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 29.739996] Hardware name: Generic DRA72X (Flattened Device Tree) [ 29.746374] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 29.754471] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 29.762022] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 29.770485] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 29.779666] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 29.788040] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 29.795048] [] (mmput) from [] (do_exit+0x288/0x914) [ 29.802054] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 29.809607] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 29.817880] ---[ end trace 6b9bd7e147ebd42e ]--- [ 29.823735] ------------[ cut here ]------------ [ 29.828575] WARNING: CPU: 0 PID: 186 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 29.836121] Modules linked in: [ 29.839314] CPU: 0 PID: 186 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 29.850307] Hardware name: Generic DRA72X (Flattened Device Tree) [ 29.856682] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 29.864783] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 29.872339] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 29.880797] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 29.889988] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 29.898355] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 29.905363] [] (mmput) from [] (do_exit+0x288/0x914) [ 29.912372] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 29.919923] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 29.928204] ---[ end trace 6b9bd7e147ebd42f ]--- [ 29.935735] ------------[ cut here ]------------ [ 29.940577] WARNING: CPU: 0 PID: 189 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 29.948126] Modules linked in: [ 29.951326] CPU: 0 PID: 189 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 29.962322] Hardware name: Generic DRA72X (Flattened Device Tree) [ 29.968700] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 29.976802] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 29.984352] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 29.992817] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 30.002003] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 30.010370] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 30.017377] [] (mmput) from [] (do_exit+0x288/0x914) [ 30.024385] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 30.031935] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 30.040210] ---[ end trace 6b9bd7e147ebd430 ]--- [ 30.046809] ------------[ cut here ]------------ [ 30.051652] WARNING: CPU: 0 PID: 192 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 30.059201] Modules linked in: [ 30.062399] CPU: 0 PID: 192 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 30.073394] Hardware name: Generic DRA72X (Flattened Device Tree) [ 30.079767] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 30.087870] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 30.095422] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 30.103890] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 30.113075] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 30.121452] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 30.128466] [] (mmput) from [] (do_exit+0x288/0x914) [ 30.135474] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 30.143028] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 30.151303] ---[ end trace 6b9bd7e147ebd431 ]--- [ 30.156234] ------------[ cut here ]------------ [ 30.161077] WARNING: CPU: 0 PID: 191 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 30.168626] Modules linked in: [ 30.171828] CPU: 0 PID: 191 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 30.182823] Hardware name: Generic DRA72X (Flattened Device Tree) [ 30.189199] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 30.197302] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 30.204859] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 30.213324] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 30.222513] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 30.230883] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 30.237891] [] (mmput) from [] (do_exit+0x288/0x914) [ 30.244904] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 30.252456] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 30.260727] ---[ end trace 6b9bd7e147ebd432 ]--- [ 30.267328] ------------[ cut here ]------------ [ 30.272186] WARNING: CPU: 0 PID: 196 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 30.279745] Modules linked in: [ 30.282941] CPU: 0 PID: 196 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 30.293944] Hardware name: Generic DRA72X (Flattened Device Tree) [ 30.300330] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 30.308434] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 30.315996] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 30.324460] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 30.333657] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 30.342032] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 30.349050] [] (mmput) from [] (do_exit+0x288/0x914) [ 30.356065] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 30.363627] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 30.371908] ---[ end trace 6b9bd7e147ebd433 ]--- [ 30.378611] ------------[ cut here ]------------ [ 30.383462] WARNING: CPU: 0 PID: 190 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 30.391012] Modules linked in: [ 30.394208] CPU: 0 PID: 190 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 30.405210] Hardware name: Generic DRA72X (Flattened Device Tree) [ 30.411593] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 30.419691] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 30.427254] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 30.435714] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 30.444897] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 30.453270] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 30.460280] [] (mmput) from [] (do_exit+0x288/0x914) [ 30.467290] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 30.474844] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 30.483115] ---[ end trace 6b9bd7e147ebd434 ]--- [ 30.489719] ------------[ cut here ]------------ [ 30.494577] WARNING: CPU: 0 PID: 195 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 30.502133] Modules linked in: [ 30.505345] CPU: 0 PID: 195 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 30.516349] Hardware name: Generic DRA72X (Flattened Device Tree) [ 30.522735] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 30.530849] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 30.538410] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 30.546868] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 30.556055] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 30.564429] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 30.571436] [] (mmput) from [] (do_exit+0x288/0x914) [ 30.578443] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 30.585999] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 30.594272] ---[ end trace 6b9bd7e147ebd435 ]--- [ 30.601021] ------------[ cut here ]------------ [ 30.605880] WARNING: CPU: 0 PID: 193 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 30.613430] Modules linked in: [ 30.616639] CPU: 0 PID: 193 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 30.627642] Hardware name: Generic DRA72X (Flattened Device Tree) [ 30.634023] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 30.642130] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 30.649690] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 30.658151] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 30.667344] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 30.675717] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 30.682728] [] (mmput) from [] (do_exit+0x288/0x914) [ 30.689735] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 30.697298] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 30.705573] ---[ end trace 6b9bd7e147ebd436 ]--- [ 30.713415] ------------[ cut here ]------------ [ 30.718276] WARNING: CPU: 0 PID: 194 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 30.725833] Modules linked in: [ 30.729029] CPU: 0 PID: 194 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 30.740037] Hardware name: Generic DRA72X (Flattened Device Tree) [ 30.746425] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 30.754531] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 30.762089] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 30.770551] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 30.779736] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 30.788114] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 30.795121] [] (mmput) from [] (do_exit+0x288/0x914) [ 30.802133] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 30.809689] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 30.817964] ---[ end trace 6b9bd7e147ebd437 ]--- [ 30.824571] ------------[ cut here ]------------ [ 30.829429] WARNING: CPU: 0 PID: 201 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 30.836977] Modules linked in: [ 30.840178] CPU: 0 PID: 201 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 30.851176] Hardware name: Generic DRA72X (Flattened Device Tree) [ 30.857552] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 30.865650] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 30.873202] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 30.881659] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 30.890852] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 30.899219] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 30.906225] [] (mmput) from [] (do_exit+0x288/0x914) [ 30.913234] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 30.920785] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 30.929059] ---[ end trace 6b9bd7e147ebd438 ]--- [ 30.936489] ------------[ cut here ]------------ [ 30.941347] WARNING: CPU: 0 PID: 200 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 30.948899] Modules linked in: [ 30.952104] CPU: 0 PID: 200 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 30.963104] Hardware name: Generic DRA72X (Flattened Device Tree) [ 30.969488] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 30.977593] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 30.985152] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 30.993610] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 31.002801] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 31.011172] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 31.018184] [] (mmput) from [] (do_exit+0x288/0x914) [ 31.025193] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 31.032748] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 31.041020] ---[ end trace 6b9bd7e147ebd439 ]--- [ 31.047594] ------------[ cut here ]------------ [ 31.052450] WARNING: CPU: 0 PID: 205 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 31.060005] Modules linked in: [ 31.063203] CPU: 0 PID: 205 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 31.074212] Hardware name: Generic DRA72X (Flattened Device Tree) [ 31.080603] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 31.088711] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 31.096271] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 31.104736] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 31.113924] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 31.122296] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 31.129307] [] (mmput) from [] (do_exit+0x288/0x914) [ 31.136318] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 31.143873] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 31.152150] ---[ end trace 6b9bd7e147ebd43a ]--- [ 31.158689] ------------[ cut here ]------------ [ 31.163551] WARNING: CPU: 0 PID: 199 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 31.171109] Modules linked in: [ 31.174303] CPU: 0 PID: 199 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 31.185307] Hardware name: Generic DRA72X (Flattened Device Tree) [ 31.191690] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 31.199802] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 31.207362] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 31.215827] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 31.225015] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 31.233386] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 31.240397] [] (mmput) from [] (do_exit+0x288/0x914) [ 31.247408] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 31.254962] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 31.263234] ---[ end trace 6b9bd7e147ebd43b ]--- [ 31.268967] ------------[ cut here ]------------ [ 31.273817] WARNING: CPU: 0 PID: 185 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 31.281373] Modules linked in: [ 31.284564] CPU: 0 PID: 185 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 31.295564] Hardware name: Generic DRA72X (Flattened Device Tree) [ 31.301944] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 31.310053] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 31.317617] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 31.326079] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 31.335268] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 31.343635] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 31.350642] [] (mmput) from [] (do_exit+0x288/0x914) [ 31.357656] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 31.365212] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 31.373482] ---[ end trace 6b9bd7e147ebd43c ]--- [ 31.389796] ------------[ cut here ]------------ [ 31.394632] WARNING: CPU: 0 PID: 203 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 31.402189] Modules linked in: [ 31.405399] CPU: 0 PID: 203 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 31.416400] Hardware name: Generic DRA72X (Flattened Device Tree) [ 31.422785] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 31.430897] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 31.438465] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 31.446939] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 31.456139] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 31.464520] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 31.471530] [] (mmput) from [] (do_exit+0x288/0x914) [ 31.478536] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 31.486098] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 31.494374] ---[ end trace 6b9bd7e147ebd43d ]--- [ 31.501289] ------------[ cut here ]------------ [ 31.506142] WARNING: CPU: 0 PID: 198 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 31.513692] Modules linked in: [ 31.516898] CPU: 0 PID: 198 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 31.527899] Hardware name: Generic DRA72X (Flattened Device Tree) [ 31.534276] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 31.542382] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 31.549939] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 31.558402] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 31.567588] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 31.575958] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 31.582971] [] (mmput) from [] (do_exit+0x288/0x914) [ 31.589978] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 31.597537] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 31.605813] ---[ end trace 6b9bd7e147ebd43e ]--- [ 31.618597] ------------[ cut here ]------------ [ 31.623455] WARNING: CPU: 0 PID: 212 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 31.631010] Modules linked in: [ 31.634203] CPU: 0 PID: 212 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 31.645209] Hardware name: Generic DRA72X (Flattened Device Tree) [ 31.651595] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 31.659704] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 31.667258] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 31.675715] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 31.684906] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 31.693283] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 31.700294] [] (mmput) from [] (do_exit+0x288/0x914) [ 31.707303] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 31.714860] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 31.723135] ---[ end trace 6b9bd7e147ebd43f ]--- [ 31.729488] ------------[ cut here ]------------ [ 31.734342] WARNING: CPU: 0 PID: 197 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 31.741897] Modules linked in: [ 31.745099] CPU: 0 PID: 197 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 31.756091] Hardware name: Generic DRA72X (Flattened Device Tree) [ 31.762471] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 31.770575] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 31.778131] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 31.786592] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 31.795784] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 31.804149] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 31.811157] [] (mmput) from [] (do_exit+0x288/0x914) [ 31.818163] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 31.825713] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 31.833989] ---[ end trace 6b9bd7e147ebd440 ]--- [ 31.839169] ------------[ cut here ]------------ [ 31.844017] WARNING: CPU: 0 PID: 211 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 31.851573] Modules linked in: [ 31.854780] CPU: 0 PID: 211 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 31.865773] Hardware name: Generic DRA72X (Flattened Device Tree) [ 31.872156] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 31.880268] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 31.887824] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 31.896284] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 31.905475] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 31.913848] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 31.920854] [] (mmput) from [] (do_exit+0x288/0x914) [ 31.927862] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 31.935417] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 31.943688] ---[ end trace 6b9bd7e147ebd441 ]--- [ 31.948827] ------------[ cut here ]------------ [ 31.953676] WARNING: CPU: 0 PID: 202 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 31.961219] Modules linked in: [ 31.964411] CPU: 0 PID: 202 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 31.975402] Hardware name: Generic DRA72X (Flattened Device Tree) [ 31.981778] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 31.989889] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 31.997442] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 32.005902] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 32.015101] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 32.023465] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 32.030477] [] (mmput) from [] (do_exit+0x288/0x914) [ 32.037487] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 32.045038] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 32.053311] ---[ end trace 6b9bd7e147ebd442 ]--- [ 32.058467] ------------[ cut here ]------------ [ 32.063311] WARNING: CPU: 0 PID: 213 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 32.070864] Modules linked in: [ 32.074056] CPU: 0 PID: 213 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 32.085061] Hardware name: Generic DRA72X (Flattened Device Tree) [ 32.091438] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 32.099541] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 32.107096] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 32.115554] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 32.124749] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 32.133115] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 32.140124] [] (mmput) from [] (do_exit+0x288/0x914) [ 32.147132] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 32.154682] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 32.162959] ---[ end trace 6b9bd7e147ebd443 ]--- [ 32.168102] ------------[ cut here ]------------ [ 32.172947] WARNING: CPU: 0 PID: 204 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 32.180498] Modules linked in: [ 32.183693] CPU: 0 PID: 204 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 32.194692] Hardware name: Generic DRA72X (Flattened Device Tree) [ 32.201073] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 32.209173] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 32.216727] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 32.225185] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 32.234371] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 32.242738] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 32.249751] [] (mmput) from [] (do_exit+0x288/0x914) [ 32.256760] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 32.264312] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 32.272586] ---[ end trace 6b9bd7e147ebd444 ]--- [ 32.277719] ------------[ cut here ]------------ [ 32.282563] WARNING: CPU: 0 PID: 214 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 32.290116] Modules linked in: [ 32.293308] CPU: 0 PID: 214 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 32.304305] Hardware name: Generic DRA72X (Flattened Device Tree) [ 32.310679] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 32.318778] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 32.326336] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 32.334797] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 32.343987] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 32.352357] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 32.359364] [] (mmput) from [] (do_exit+0x288/0x914) [ 32.366371] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 32.373926] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 32.382202] ---[ end trace 6b9bd7e147ebd445 ]--- [ 32.388859] ------------[ cut here ]------------ [ 32.393719] WARNING: CPU: 0 PID: 223 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 32.401271] Modules linked in: [ 32.404468] CPU: 0 PID: 223 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 32.415471] Hardware name: Generic DRA72X (Flattened Device Tree) [ 32.421849] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 32.429947] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 32.437503] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 32.445962] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 32.455145] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 32.463518] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 32.470526] [] (mmput) from [] (do_exit+0x288/0x914) [ 32.477539] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 32.485098] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 32.493372] ---[ end trace 6b9bd7e147ebd446 ]--- [ 32.501517] ------------[ cut here ]------------ [ 32.506376] WARNING: CPU: 0 PID: 226 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 32.513935] Modules linked in: [ 32.517145] CPU: 0 PID: 226 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 32.528152] Hardware name: Generic DRA72X (Flattened Device Tree) [ 32.534539] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 32.542654] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 32.550211] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 32.558673] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 32.567860] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 32.576227] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 32.583236] [] (mmput) from [] (do_exit+0x288/0x914) [ 32.590250] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 32.597805] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 32.606083] ---[ end trace 6b9bd7e147ebd447 ]--- [ 32.613048] ------------[ cut here ]------------ [ 32.617911] WARNING: CPU: 0 PID: 227 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 32.625467] Modules linked in: [ 32.628661] CPU: 0 PID: 227 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 32.639664] Hardware name: Generic DRA72X (Flattened Device Tree) [ 32.646048] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 32.654156] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 32.661714] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 32.670173] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 32.679361] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 32.687731] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 32.694748] [] (mmput) from [] (do_exit+0x288/0x914) [ 32.701756] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 32.709307] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 32.717582] ---[ end trace 6b9bd7e147ebd448 ]--- [ 32.722709] ------------[ cut here ]------------ [ 32.727560] WARNING: CPU: 0 PID: 224 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 32.735116] Modules linked in: [ 32.738309] CPU: 0 PID: 224 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 32.749311] Hardware name: Generic DRA72X (Flattened Device Tree) [ 32.755700] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 32.763807] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 32.771365] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 32.779821] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 32.789002] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 32.797375] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 32.804390] [] (mmput) from [] (do_exit+0x288/0x914) [ 32.811400] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 32.818955] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 32.827228] ---[ end trace 6b9bd7e147ebd449 ]--- [ 32.836558] ------------[ cut here ]------------ [ 32.841408] WARNING: CPU: 0 PID: 235 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 32.848953] Modules linked in: [ 32.852154] CPU: 0 PID: 235 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 32.863151] Hardware name: Generic DRA72X (Flattened Device Tree) [ 32.869531] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 32.877633] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 32.885188] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 32.893649] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 32.902838] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 32.911212] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 32.918222] [] (mmput) from [] (do_exit+0x288/0x914) [ 32.925232] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 32.932784] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 32.941057] ---[ end trace 6b9bd7e147ebd44a ]--- [ 32.946235] ------------[ cut here ]------------ [ 32.951088] WARNING: CPU: 0 PID: 228 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 32.958648] Modules linked in: [ 32.961857] CPU: 0 PID: 228 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 32.972862] Hardware name: Generic DRA72X (Flattened Device Tree) [ 32.979247] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 32.987352] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 32.994903] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 33.003371] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 33.012558] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 33.020927] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 33.027934] [] (mmput) from [] (do_exit+0x288/0x914) [ 33.034942] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 33.042492] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 33.050769] ---[ end trace 6b9bd7e147ebd44b ]--- [ 33.057340] ------------[ cut here ]------------ [ 33.062195] WARNING: CPU: 0 PID: 236 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 33.069756] Modules linked in: [ 33.072948] CPU: 0 PID: 236 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 33.083953] Hardware name: Generic DRA72X (Flattened Device Tree) [ 33.090336] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 33.098440] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 33.106008] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 33.114471] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 33.123663] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 33.132032] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 33.139044] [] (mmput) from [] (do_exit+0x288/0x914) [ 33.146060] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 33.153619] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 33.161890] ---[ end trace 6b9bd7e147ebd44c ]--- [ 33.168449] ------------[ cut here ]------------ [ 33.173300] WARNING: CPU: 0 PID: 245 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 33.180841] Modules linked in: [ 33.184036] CPU: 0 PID: 245 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 33.195029] Hardware name: Generic DRA72X (Flattened Device Tree) [ 33.201403] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 33.209502] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 33.217060] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 33.225524] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 33.234712] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 33.243079] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 33.250088] [] (mmput) from [] (do_exit+0x288/0x914) [ 33.257096] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 33.264655] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 33.272929] ---[ end trace 6b9bd7e147ebd44d ]--- [ 33.279480] ------------[ cut here ]------------ [ 33.284333] WARNING: CPU: 0 PID: 225 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 33.291890] Modules linked in: [ 33.295095] CPU: 0 PID: 225 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 33.306099] Hardware name: Generic DRA72X (Flattened Device Tree) [ 33.312481] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 33.320591] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 33.328143] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 33.336601] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 33.345781] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 33.354151] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 33.361161] [] (mmput) from [] (do_exit+0x288/0x914) [ 33.368172] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 33.375725] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 33.383994] ---[ end trace 6b9bd7e147ebd44e ]--- [ 33.391515] ------------[ cut here ]------------ [ 33.396363] WARNING: CPU: 0 PID: 237 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 33.403907] Modules linked in: [ 33.407107] CPU: 0 PID: 237 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 33.418110] Hardware name: Generic DRA72X (Flattened Device Tree) [ 33.424489] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 33.432589] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 33.440143] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 33.448606] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 33.457790] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 33.466166] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 33.473174] [] (mmput) from [] (do_exit+0x288/0x914) [ 33.480187] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 33.487738] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 33.496009] ---[ end trace 6b9bd7e147ebd44f ]--- [ 33.502572] ------------[ cut here ]------------ [ 33.507430] WARNING: CPU: 0 PID: 239 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 33.514991] Modules linked in: [ 33.518186] CPU: 0 PID: 239 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 33.529192] Hardware name: Generic DRA72X (Flattened Device Tree) [ 33.535581] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 33.543685] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 33.551238] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 33.559696] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 33.568887] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 33.577259] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 33.584273] [] (mmput) from [] (do_exit+0x288/0x914) [ 33.591282] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 33.598841] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 33.607115] ---[ end trace 6b9bd7e147ebd450 ]--- [ 33.612833] ------------[ cut here ]------------ [ 33.617687] WARNING: CPU: 0 PID: 234 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 33.625243] Modules linked in: [ 33.628439] CPU: 0 PID: 234 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 33.639444] Hardware name: Generic DRA72X (Flattened Device Tree) [ 33.645826] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 33.653932] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 33.661492] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 33.669952] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 33.679135] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 33.687506] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 33.694515] [] (mmput) from [] (do_exit+0x288/0x914) [ 33.701524] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 33.709074] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 33.717351] ---[ end trace 6b9bd7e147ebd451 ]--- [ 33.731565] ------------[ cut here ]------------ [ 33.736422] WARNING: CPU: 0 PID: 241 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 33.743968] Modules linked in: [ 33.747171] CPU: 0 PID: 241 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 33.758172] Hardware name: Generic DRA72X (Flattened Device Tree) [ 33.764551] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 33.772652] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 33.780209] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 33.788669] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 33.797857] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 33.806222] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 33.813227] [] (mmput) from [] (do_exit+0x288/0x914) [ 33.820235] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 33.827788] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 33.836069] ---[ end trace 6b9bd7e147ebd452 ]--- [ 33.843904] ------------[ cut here ]------------ [ 33.848769] WARNING: CPU: 0 PID: 240 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 33.856323] Modules linked in: [ 33.859516] CPU: 0 PID: 240 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 33.870523] Hardware name: Generic DRA72X (Flattened Device Tree) [ 33.876906] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 33.885010] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 33.892570] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 33.901034] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 33.910223] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 33.918593] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 33.925597] [] (mmput) from [] (do_exit+0x288/0x914) [ 33.932603] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 33.940158] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 33.948427] ---[ end trace 6b9bd7e147ebd453 ]--- [ 33.953381] ------------[ cut here ]------------ [ 33.958231] WARNING: CPU: 0 PID: 238 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 33.965782] Modules linked in: [ 33.968974] CPU: 0 PID: 238 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 33.979975] Hardware name: Generic DRA72X (Flattened Device Tree) [ 33.986358] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 33.994468] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 34.002033] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 34.010498] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 34.019682] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 34.028057] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 34.035072] [] (mmput) from [] (do_exit+0x288/0x914) [ 34.042078] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 34.049629] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 34.057903] ---[ end trace 6b9bd7e147ebd454 ]--- [ 34.064504] ------------[ cut here ]------------ [ 34.069360] WARNING: CPU: 0 PID: 247 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 34.076915] Modules linked in: [ 34.080120] CPU: 0 PID: 247 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 34.091125] Hardware name: Generic DRA72X (Flattened Device Tree) [ 34.097508] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 34.105617] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 34.113171] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 34.121631] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 34.130823] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 34.139191] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 34.146196] [] (mmput) from [] (do_exit+0x288/0x914) [ 34.153209] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 34.160760] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 34.169042] ---[ end trace 6b9bd7e147ebd455 ]--- [ 34.178173] ------------[ cut here ]------------ [ 34.183043] WARNING: CPU: 0 PID: 249 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 34.190602] Modules linked in: [ 34.193795] CPU: 0 PID: 249 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 34.204800] Hardware name: Generic DRA72X (Flattened Device Tree) [ 34.211189] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 34.219301] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 34.226870] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 34.235331] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 34.244521] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 34.252894] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 34.259903] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 34.267550] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 34.276199] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 34.285296] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 34.294748] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 34.302934] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 34.310842] ---[ end trace 6b9bd7e147ebd456 ]--- [ 34.324357] ------------[ cut here ]------------ [ 34.329241] WARNING: CPU: 0 PID: 250 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 34.336793] Modules linked in: [ 34.339999] CPU: 0 PID: 250 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 34.350994] Hardware name: Generic DRA72X (Flattened Device Tree) [ 34.357379] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 34.365484] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 34.373041] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 34.381502] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 34.390689] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 34.399067] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 34.406073] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 34.413720] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 34.422359] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 34.431450] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 34.440911] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 34.449096] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 34.457011] ---[ end trace 6b9bd7e147ebd457 ]--- [ 34.463023] ------------[ cut here ]------------ [ 34.467892] WARNING: CPU: 0 PID: 251 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 34.475450] Modules linked in: [ 34.478646] CPU: 0 PID: 251 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 34.489648] Hardware name: Generic DRA72X (Flattened Device Tree) [ 34.496042] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 34.504141] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 34.511692] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 34.520149] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 34.529347] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 34.537721] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 34.544727] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 34.552370] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 34.561013] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 34.570110] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 34.579565] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 34.587748] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 34.595662] ---[ end trace 6b9bd7e147ebd458 ]--- [ 34.601697] ------------[ cut here ]------------ [ 34.606556] WARNING: CPU: 0 PID: 252 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 34.614111] Modules linked in: [ 34.617323] CPU: 0 PID: 252 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 34.628314] Hardware name: Generic DRA72X (Flattened Device Tree) [ 34.634694] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 34.642792] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 34.650346] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 34.658804] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 34.667994] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 34.676364] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 34.683368] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 34.691009] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 34.699654] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 34.708749] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 34.718209] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 34.726402] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 34.734315] ---[ end trace 6b9bd7e147ebd459 ]--- [ 34.740313] ------------[ cut here ]------------ [ 34.745165] WARNING: CPU: 0 PID: 253 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 34.752710] Modules linked in: [ 34.755911] CPU: 0 PID: 253 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 34.766906] Hardware name: Generic DRA72X (Flattened Device Tree) [ 34.773283] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 34.781385] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 34.788942] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 34.797404] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 34.806587] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 34.814957] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 34.821963] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 34.829608] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 34.838250] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 34.847356] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 34.856815] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 34.865003] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 34.872913] ---[ end trace 6b9bd7e147ebd45a ]--- [ 34.882588] ------------[ cut here ]------------ [ 34.887450] WARNING: CPU: 0 PID: 254 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 34.895001] Modules linked in: [ 34.898195] CPU: 0 PID: 254 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 34.908919] Hardware name: Generic DRA72X (Flattened Device Tree) [ 34.915303] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 34.923404] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 34.930964] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 34.939426] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 34.948614] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 34.956979] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 34.963986] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 34.971627] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 34.980272] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 34.989364] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 34.998826] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 35.007014] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 35.014927] ---[ end trace 6b9bd7e147ebd45b ]--- [ 35.023200] ------------[ cut here ]------------ [ 35.028077] WARNING: CPU: 0 PID: 255 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 35.035625] Modules linked in: [ 35.038816] CPU: 0 PID: 255 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 35.049803] Hardware name: Generic DRA72X (Flattened Device Tree) [ 35.056187] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 35.064290] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 35.071848] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 35.080311] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 35.089496] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 35.097875] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 35.104883] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 35.112527] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 35.121170] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 35.130262] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 35.139722] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 35.147909] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 35.155820] ---[ end trace 6b9bd7e147ebd45c ]--- [ 35.161776] ------------[ cut here ]------------ [ 35.166638] WARNING: CPU: 0 PID: 256 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 35.174191] Modules linked in: [ 35.177391] CPU: 0 PID: 256 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 35.188388] Hardware name: Generic DRA72X (Flattened Device Tree) [ 35.194766] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 35.202866] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 35.210424] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 35.218885] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 35.228070] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 35.236441] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 35.243447] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 35.251090] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 35.259729] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 35.268823] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 35.278277] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 35.286467] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 35.294374] ---[ end trace 6b9bd7e147ebd45d ]--- [ 35.301628] ------------[ cut here ]------------ [ 35.306490] WARNING: CPU: 0 PID: 257 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 35.314045] Modules linked in: [ 35.317247] CPU: 0 PID: 257 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 35.328233] Hardware name: Generic DRA72X (Flattened Device Tree) [ 35.334614] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 35.342723] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 35.350282] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 35.358745] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 35.367926] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 35.376293] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 35.383298] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 35.390943] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 35.399586] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 35.408676] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 35.418134] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 35.426325] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 35.434239] ---[ end trace 6b9bd7e147ebd45e ]--- [ 35.440717] ------------[ cut here ]------------ [ 35.445567] WARNING: CPU: 0 PID: 258 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 35.453110] Modules linked in: [ 35.456313] CPU: 0 PID: 258 Comm: network.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 35.467493] Hardware name: Generic DRA72X (Flattened Device Tree) [ 35.473872] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 35.481973] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 35.489530] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 35.497988] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 35.507176] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 35.515548] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 35.522555] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 35.530209] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 35.538854] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 35.547952] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 35.557413] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 35.565599] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 35.573512] ---[ end trace 6b9bd7e147ebd45f ]--- [ 35.590076] ------------[ cut here ]------------ [ 35.594928] WARNING: CPU: 0 PID: 259 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 35.602475] Modules linked in: [ 35.605678] CPU: 0 PID: 259 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 35.616408] Hardware name: Generic DRA72X (Flattened Device Tree) [ 35.622788] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 35.630892] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 35.638453] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 35.646918] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 35.656108] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 35.664482] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 35.671491] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 35.679133] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 35.687772] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 35.696865] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 35.706330] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 35.714517] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 35.722427] ---[ end trace 6b9bd7e147ebd460 ]--- [ 35.728150] ------------[ cut here ]------------ [ 35.733010] WARNING: CPU: 0 PID: 260 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 35.740572] Modules linked in: [ 35.743768] CPU: 0 PID: 260 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 35.754500] Hardware name: Generic DRA72X (Flattened Device Tree) [ 35.760891] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 35.768997] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 35.776564] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 35.785026] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 35.794214] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 35.802584] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 35.809594] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 35.817237] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 35.825875] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 35.834966] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 35.844418] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 35.852601] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 35.860511] ---[ end trace 6b9bd7e147ebd461 ]--- [ 35.872275] ------------[ cut here ]------------ [ 35.877125] WARNING: CPU: 0 PID: 261 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 35.884678] Modules linked in: [ 35.887878] CPU: 0 PID: 261 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 35.898603] Hardware name: Generic DRA72X (Flattened Device Tree) [ 35.904980] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 35.913077] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 35.920630] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 35.929097] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 35.938279] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 35.946652] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 35.953662] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 35.961306] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 35.969948] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 35.979044] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 35.988497] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 35.996689] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 36.004606] ---[ end trace 6b9bd7e147ebd462 ]--- [ 36.019258] ------------[ cut here ]------------ [ 36.024124] WARNING: CPU: 0 PID: 264 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 36.031676] Modules linked in: [ 36.034874] CPU: 0 PID: 264 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 36.045599] Hardware name: Generic DRA72X (Flattened Device Tree) [ 36.051985] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 36.060084] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 36.067646] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 36.076106] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 36.085294] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 36.093668] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 36.100674] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 36.108323] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 36.116964] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 36.126063] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 36.134889] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 36.143622] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 36.153079] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 36.161267] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 36.169176] ---[ end trace 6b9bd7e147ebd463 ]--- [ 36.174944] ------------[ cut here ]------------ [ 36.179793] WARNING: CPU: 0 PID: 262 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 36.187347] Modules linked in: [ 36.190556] CPU: 0 PID: 262 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 36.201285] Hardware name: Generic DRA72X (Flattened Device Tree) [ 36.207662] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 36.215769] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 36.223321] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 36.231785] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 36.240969] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 36.249339] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 36.256351] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 36.263996] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 36.272645] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 36.281740] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 36.291196] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 36.299383] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 36.307299] ---[ end trace 6b9bd7e147ebd464 ]--- [ 36.312988] ------------[ cut here ]------------ [ 36.317849] WARNING: CPU: 0 PID: 263 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 36.325403] Modules linked in: [ 36.328595] CPU: 0 PID: 263 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 36.339323] Hardware name: Generic DRA72X (Flattened Device Tree) [ 36.345707] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 36.353812] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 36.361364] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 36.369827] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 36.379012] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 36.387380] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 36.394389] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 36.402034] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 36.410674] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 36.419765] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 36.429224] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 36.437418] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 36.445331] ---[ end trace 6b9bd7e147ebd465 ]--- [ 36.452211] ------------[ cut here ]------------ [ 36.457079] WARNING: CPU: 0 PID: 266 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 36.464634] Modules linked in: [ 36.467849] CPU: 0 PID: 266 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 36.478591] Hardware name: Generic DRA72X (Flattened Device Tree) [ 36.484982] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 36.493088] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 36.500643] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 36.509105] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 36.518290] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 36.526669] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 36.533681] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 36.541332] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 36.549970] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 36.559060] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 36.568524] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 36.576713] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 36.584628] ---[ end trace 6b9bd7e147ebd466 ]--- [ 36.590479] ------------[ cut here ]------------ [ 36.595348] WARNING: CPU: 0 PID: 265 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 36.602889] Modules linked in: [ 36.606091] CPU: 0 PID: 265 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 36.616815] Hardware name: Generic DRA72X (Flattened Device Tree) [ 36.623193] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 36.631294] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 36.638849] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 36.647313] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 36.656508] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 36.664879] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 36.671891] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 36.679530] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 36.688167] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 36.697258] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 36.706714] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 36.714898] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 36.722810] ---[ end trace 6b9bd7e147ebd467 ]--- [ 36.886578] ------------[ cut here ]------------ [ 36.891451] WARNING: CPU: 0 PID: 242 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 36.899007] Modules linked in: [ 36.902211] CPU: 0 PID: 242 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 36.913205] Hardware name: Generic DRA72X (Flattened Device Tree) [ 36.919591] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 36.927689] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 36.935244] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 36.943704] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 36.952893] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 36.961259] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 36.968271] [] (mmput) from [] (do_exit+0x288/0x914) [ 36.975279] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 36.982831] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 36.991107] ---[ end trace 6b9bd7e147ebd468 ]--- [ 36.997772] ------------[ cut here ]------------ [ 37.002629] WARNING: CPU: 0 PID: 243 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 37.010182] Modules linked in: [ 37.013383] CPU: 0 PID: 243 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 37.024383] Hardware name: Generic DRA72X (Flattened Device Tree) [ 37.030765] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 37.038866] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 37.046422] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 37.054883] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 37.064070] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 37.072436] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 37.079447] [] (mmput) from [] (do_exit+0x288/0x914) [ 37.086457] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 37.094010] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 37.102284] ---[ end trace 6b9bd7e147ebd469 ]--- [ 37.111550] ------------[ cut here ]------------ [ 37.116417] WARNING: CPU: 0 PID: 248 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 37.123975] Modules linked in: [ 37.127184] CPU: 0 PID: 248 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 37.138185] Hardware name: Generic DRA72X (Flattened Device Tree) [ 37.144576] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 37.152687] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 37.160247] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 37.168706] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 37.177893] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 37.186267] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 37.193275] [] (mmput) from [] (do_exit+0x288/0x914) [ 37.200286] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 37.207839] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 37.216111] ---[ end trace 6b9bd7e147ebd46a ]--- [ 37.222681] ------------[ cut here ]------------ [ 37.227538] WARNING: CPU: 0 PID: 246 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 37.235092] Modules linked in: [ 37.238286] CPU: 0 PID: 246 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 37.249282] Hardware name: Generic DRA72X (Flattened Device Tree) [ 37.255664] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 37.263772] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 37.271335] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 37.279798] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 37.288982] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 37.297354] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 37.304362] [] (mmput) from [] (do_exit+0x288/0x914) [ 37.311375] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 37.318932] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 37.327201] ---[ end trace 6b9bd7e147ebd46b ]--- [ 37.345079] ------------[ cut here ]------------ [ 37.349946] WARNING: CPU: 0 PID: 244 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 37.357506] Modules linked in: [ 37.360709] CPU: 0 PID: 244 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 37.371704] Hardware name: Generic DRA72X (Flattened Device Tree) [ 37.378088] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 37.386191] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 37.393747] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 37.402208] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 37.411394] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 37.419765] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 37.426773] [] (mmput) from [] (do_exit+0x288/0x914) [ 37.433783] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 37.441333] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 37.449612] ---[ end trace 6b9bd7e147ebd46c ]--- [ 37.760345] ------------[ cut here ]------------ [ 37.765213] WARNING: CPU: 0 PID: 353 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 37.772760] Modules linked in: [ 37.775964] CPU: 0 PID: 353 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 37.786693] Hardware name: Generic DRA72X (Flattened Device Tree) [ 37.793076] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 37.801186] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 37.808740] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 37.817204] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 37.826392] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 37.834767] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 37.841776] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 37.849417] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 37.858059] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 37.867153] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 37.876612] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 37.884803] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 37.892711] ---[ end trace 6b9bd7e147ebd46d ]--- [ 37.910148] ------------[ cut here ]------------ [ 37.914999] WARNING: CPU: 0 PID: 354 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 37.922549] Modules linked in: [ 37.925752] CPU: 0 PID: 354 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 37.936472] Hardware name: Generic DRA72X (Flattened Device Tree) [ 37.942854] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 37.950959] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 37.958519] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 37.966979] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 37.976166] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 37.984538] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 37.991545] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 37.999187] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 38.007828] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 38.016926] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 38.026386] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 38.034574] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 38.042479] ---[ end trace 6b9bd7e147ebd46e ]--- [ 38.048129] ------------[ cut here ]------------ [ 38.052985] WARNING: CPU: 0 PID: 355 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 38.060533] Modules linked in: [ 38.063726] CPU: 0 PID: 355 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 38.074450] Hardware name: Generic DRA72X (Flattened Device Tree) [ 38.080822] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 38.088924] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 38.096480] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 38.104940] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 38.114135] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 38.122506] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 38.129516] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 38.137155] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 38.145798] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 38.154892] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 38.164351] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 38.172545] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 38.180456] ---[ end trace 6b9bd7e147ebd46f ]--- [ 38.187366] ------------[ cut here ]------------ [ 38.192224] WARNING: CPU: 0 PID: 356 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 38.199782] Modules linked in: [ 38.202980] CPU: 0 PID: 356 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 38.213718] Hardware name: Generic DRA72X (Flattened Device Tree) [ 38.220101] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 38.228205] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 38.235760] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 38.244216] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 38.253400] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 38.261769] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 38.268778] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 38.276422] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 38.285062] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 38.294156] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 38.303613] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 38.311799] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 38.319713] ---[ end trace 6b9bd7e147ebd470 ]--- [ 38.325353] ------------[ cut here ]------------ [ 38.330200] WARNING: CPU: 0 PID: 357 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 38.337747] Modules linked in: [ 38.340946] CPU: 0 PID: 357 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 38.351665] Hardware name: Generic DRA72X (Flattened Device Tree) [ 38.358044] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 38.366147] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 38.373698] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 38.382153] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 38.391339] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 38.399708] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 38.406719] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 38.414364] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 38.423000] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 38.432098] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 38.441554] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 38.449749] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 38.457658] ---[ end trace 6b9bd7e147ebd471 ]--- [ 38.464156] ------------[ cut here ]------------ [ 38.469008] WARNING: CPU: 0 PID: 249 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 38.476557] Modules linked in: [ 38.479760] CPU: 0 PID: 249 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 38.490400] Hardware name: Generic DRA72X (Flattened Device Tree) [ 38.496776] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 38.504880] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 38.512433] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 38.520899] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 38.530094] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 38.538471] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 38.545487] [] (mmput) from [] (do_exit+0x288/0x914) [ 38.552492] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 38.560045] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 38.568321] ---[ end trace 6b9bd7e147ebd472 ]--- [ 38.587827] ------------[ cut here ]------------ [ 38.592715] WARNING: CPU: 0 PID: 252 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 38.600289] Modules linked in: [ 38.603484] CPU: 0 PID: 252 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 38.614134] Hardware name: Generic DRA72X (Flattened Device Tree) [ 38.620526] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 38.628637] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 38.636200] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 38.644668] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 38.653856] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 38.662231] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 38.669247] [] (mmput) from [] (do_exit+0x288/0x914) [ 38.676269] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 38.683830] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 38.692113] ---[ end trace 6b9bd7e147ebd473 ]--- [ 38.697329] ------------[ cut here ]------------ [ 38.702175] WARNING: CPU: 0 PID: 250 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 38.709727] Modules linked in: [ 38.712929] CPU: 0 PID: 250 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 38.723561] Hardware name: Generic DRA72X (Flattened Device Tree) [ 38.729940] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 38.738041] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 38.745600] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 38.754061] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 38.763249] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 38.771621] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 38.778627] [] (mmput) from [] (do_exit+0x288/0x914) [ 38.785633] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 38.793182] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 38.801461] ---[ end trace 6b9bd7e147ebd474 ]--- [ 38.806460] ------------[ cut here ]------------ [ 38.811308] WARNING: CPU: 0 PID: 251 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 38.818860] Modules linked in: [ 38.822066] CPU: 0 PID: 251 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 38.832704] Hardware name: Generic DRA72X (Flattened Device Tree) [ 38.839090] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 38.847200] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 38.854764] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 38.863229] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 38.872427] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 38.880801] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 38.887820] [] (mmput) from [] (do_exit+0x288/0x914) [ 38.894831] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 38.902387] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 38.910661] ---[ end trace 6b9bd7e147ebd475 ]--- [ 38.915963] ------------[ cut here ]------------ [ 38.920821] WARNING: CPU: 0 PID: 254 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 38.928364] Modules linked in: [ 38.931565] CPU: 0 PID: 254 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 38.942558] Hardware name: Generic DRA72X (Flattened Device Tree) [ 38.948932] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 38.957041] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 38.964596] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 38.973057] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 38.982238] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 38.990609] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 38.997614] [] (mmput) from [] (do_exit+0x288/0x914) [ 39.004621] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 39.012178] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 39.020452] ---[ end trace 6b9bd7e147ebd476 ]--- [ 39.025465] ------------[ cut here ]------------ [ 39.030309] WARNING: CPU: 0 PID: 253 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 39.037858] Modules linked in: [ 39.041060] CPU: 0 PID: 253 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 39.051692] Hardware name: Generic DRA72X (Flattened Device Tree) [ 39.058068] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 39.066169] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 39.073727] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 39.082183] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 39.091371] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 39.099738] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 39.106751] [] (mmput) from [] (do_exit+0x288/0x914) [ 39.113757] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 39.121308] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 39.129586] ---[ end trace 6b9bd7e147ebd477 ]--- [ 39.135049] ------------[ cut here ]------------ [ 39.139890] WARNING: CPU: 0 PID: 256 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 39.147436] Modules linked in: [ 39.150638] CPU: 0 PID: 256 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 39.161273] Hardware name: Generic DRA72X (Flattened Device Tree) [ 39.167652] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 39.175750] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 39.183305] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 39.191764] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 39.200953] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 39.209325] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 39.216333] [] (mmput) from [] (do_exit+0x288/0x914) [ 39.223343] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 39.230898] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 39.239168] ---[ end trace 6b9bd7e147ebd478 ]--- [ 39.245430] ------------[ cut here ]------------ [ 39.250278] WARNING: CPU: 0 PID: 255 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 39.257828] Modules linked in: [ 39.261029] CPU: 0 PID: 255 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 39.271669] Hardware name: Generic DRA72X (Flattened Device Tree) [ 39.278044] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 39.286145] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 39.293701] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 39.302164] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 39.311351] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 39.319723] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 39.326735] [] (mmput) from [] (do_exit+0x288/0x914) [ 39.333745] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 39.341296] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 39.349570] ---[ end trace 6b9bd7e147ebd479 ]--- [ 39.354552] ------------[ cut here ]------------ [ 39.359392] WARNING: CPU: 0 PID: 257 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 39.366940] Modules linked in: [ 39.370144] CPU: 0 PID: 257 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 39.380773] Hardware name: Generic DRA72X (Flattened Device Tree) [ 39.387148] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 39.395250] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 39.402808] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 39.411267] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 39.420455] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 39.428825] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 39.435834] [] (mmput) from [] (do_exit+0x288/0x914) [ 39.442842] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 39.450398] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 39.458671] ---[ end trace 6b9bd7e147ebd47a ]--- [ 39.463716] ------------[ cut here ]------------ [ 39.468560] WARNING: CPU: 0 PID: 258 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 39.476106] Modules linked in: [ 39.479297] CPU: 0 PID: 258 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 39.489924] Hardware name: Generic DRA72X (Flattened Device Tree) [ 39.496300] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 39.504400] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 39.511960] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 39.520422] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 39.529614] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 39.537988] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 39.545002] [] (mmput) from [] (do_exit+0x288/0x914) [ 39.552011] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 39.559561] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 39.567836] ---[ end trace 6b9bd7e147ebd47b ]--- [ 39.574644] ------------[ cut here ]------------ [ 39.579500] WARNING: CPU: 0 PID: 261 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 39.587050] Modules linked in: [ 39.590249] CPU: 0 PID: 261 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 39.601240] Hardware name: Generic DRA72X (Flattened Device Tree) [ 39.607620] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 39.615725] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 39.623279] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 39.631742] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 39.640929] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 39.649301] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 39.656309] [] (mmput) from [] (do_exit+0x288/0x914) [ 39.663321] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 39.670881] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 39.679150] ---[ end trace 6b9bd7e147ebd47c ]--- [ 39.685862] ------------[ cut here ]------------ [ 39.690722] WARNING: CPU: 0 PID: 260 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 39.698277] Modules linked in: [ 39.701485] CPU: 0 PID: 260 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 39.712490] Hardware name: Generic DRA72X (Flattened Device Tree) [ 39.718876] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 39.726983] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 39.734538] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 39.742995] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 39.752185] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 39.760557] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 39.767569] [] (mmput) from [] (do_exit+0x288/0x914) [ 39.774577] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 39.782134] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 39.790408] ---[ end trace 6b9bd7e147ebd47d ]--- [ 39.796985] ------------[ cut here ]------------ [ 39.801844] WARNING: CPU: 0 PID: 259 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 39.809399] Modules linked in: [ 39.812606] CPU: 0 PID: 259 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 39.823604] Hardware name: Generic DRA72X (Flattened Device Tree) [ 39.829988] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 39.838086] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 39.845645] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 39.854105] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 39.863286] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 39.871661] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 39.878668] [] (mmput) from [] (do_exit+0x288/0x914) [ 39.885678] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 39.893234] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 39.901509] ---[ end trace 6b9bd7e147ebd47e ]--- [ 39.908090] ------------[ cut here ]------------ [ 39.912943] WARNING: CPU: 0 PID: 263 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 39.920503] Modules linked in: [ 39.923699] CPU: 0 PID: 263 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 39.934692] Hardware name: Generic DRA72X (Flattened Device Tree) [ 39.941072] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 39.949169] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 39.956727] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 39.965194] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 39.974383] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 39.982757] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 39.989764] [] (mmput) from [] (do_exit+0x288/0x914) [ 39.996778] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 40.004337] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 40.012627] ---[ end trace 6b9bd7e147ebd47f ]--- [ 40.026530] ------------[ cut here ]------------ [ 40.031380] WARNING: CPU: 0 PID: 262 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 40.038937] Modules linked in: [ 40.042144] CPU: 0 PID: 262 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 40.053149] Hardware name: Generic DRA72X (Flattened Device Tree) [ 40.059530] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 40.067633] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 40.075192] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 40.083650] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 40.092841] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 40.101209] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 40.108221] [] (mmput) from [] (do_exit+0x288/0x914) [ 40.115231] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 40.122784] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 40.131058] ---[ end trace 6b9bd7e147ebd480 ]--- [ 40.137629] ------------[ cut here ]------------ [ 40.142486] WARNING: CPU: 0 PID: 266 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 40.150040] Modules linked in: [ 40.153232] CPU: 0 PID: 266 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 40.164228] Hardware name: Generic DRA72X (Flattened Device Tree) [ 40.170609] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 40.178715] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 40.186277] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 40.194735] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 40.203924] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 40.212294] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 40.219301] [] (mmput) from [] (do_exit+0x288/0x914) [ 40.226305] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 40.233860] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 40.242129] ---[ end trace 6b9bd7e147ebd481 ]--- [ 40.248949] ------------[ cut here ]------------ [ 40.253805] WARNING: CPU: 0 PID: 265 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 40.261363] Modules linked in: [ 40.264555] CPU: 0 PID: 265 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 40.275561] Hardware name: Generic DRA72X (Flattened Device Tree) [ 40.281943] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 40.290052] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 40.297610] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 40.306077] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 40.315262] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 40.323631] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 40.330655] [] (mmput) from [] (do_exit+0x288/0x914) [ 40.337711] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 40.345272] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 40.353539] ---[ end trace 6b9bd7e147ebd482 ]--- [ 40.363964] ------------[ cut here ]------------ [ 40.368830] WARNING: CPU: 0 PID: 358 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 40.376377] Modules linked in: [ 40.379571] CPU: 0 PID: 358 Comm: network.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 40.390744] Hardware name: Generic DRA72X (Flattened Device Tree) [ 40.397128] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 40.405233] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 40.412793] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 40.421259] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 40.430444] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 40.438816] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 40.445827] [] (mmput) from [] (do_exit+0x288/0x914) [ 40.452837] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 40.460391] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 40.468662] ---[ end trace 6b9bd7e147ebd483 ]--- [ 40.474510] ------------[ cut here ]------------ [ 40.479371] WARNING: CPU: 0 PID: 359 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 40.486933] Modules linked in: [ 40.490142] CPU: 0 PID: 359 Comm: network.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 40.501328] Hardware name: Generic DRA72X (Flattened Device Tree) [ 40.507709] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 40.515821] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 40.523377] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 40.531850] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 40.541037] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 40.549402] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 40.556416] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 40.564064] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 40.572708] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 40.581804] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 40.591258] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 40.599453] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 40.607366] ---[ end trace 6b9bd7e147ebd484 ]--- [ 40.614214] ------------[ cut here ]------------ [ 40.619077] WARNING: CPU: 0 PID: 353 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 40.626636] Modules linked in: [ 40.629839] CPU: 0 PID: 353 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 40.640837] Hardware name: Generic DRA72X (Flattened Device Tree) [ 40.647220] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 40.655322] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 40.662877] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 40.671332] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 40.680521] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 40.688890] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 40.695901] [] (mmput) from [] (do_exit+0x288/0x914) [ 40.702913] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 40.710473] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 40.718743] ---[ end trace 6b9bd7e147ebd485 ]--- [ 40.726522] ------------[ cut here ]------------ [ 40.731388] WARNING: CPU: 0 PID: 355 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 40.738941] Modules linked in: [ 40.742149] CPU: 0 PID: 355 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 40.753150] Hardware name: Generic DRA72X (Flattened Device Tree) [ 40.759542] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 40.767645] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 40.775201] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 40.783661] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 40.792847] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 40.801215] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 40.808221] [] (mmput) from [] (do_exit+0x288/0x914) [ 40.815233] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 40.822783] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 40.831062] ---[ end trace 6b9bd7e147ebd486 ]--- [ 40.837653] ------------[ cut here ]------------ [ 40.842514] WARNING: CPU: 0 PID: 356 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 40.850069] Modules linked in: [ 40.853262] CPU: 0 PID: 356 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 40.864272] Hardware name: Generic DRA72X (Flattened Device Tree) [ 40.870660] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 40.878767] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 40.886327] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 40.894794] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 40.903978] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 40.912347] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 40.919357] [] (mmput) from [] (do_exit+0x288/0x914) [ 40.926366] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 40.933925] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 40.942201] ---[ end trace 6b9bd7e147ebd487 ]--- [ 40.948762] ------------[ cut here ]------------ [ 40.953620] WARNING: CPU: 0 PID: 357 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 40.961180] Modules linked in: [ 40.964375] CPU: 0 PID: 357 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 40.975376] Hardware name: Generic DRA72X (Flattened Device Tree) [ 40.981762] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 40.989870] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 40.997432] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 41.005901] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 41.015086] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 41.023464] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 41.030470] [] (mmput) from [] (do_exit+0x288/0x914) [ 41.037479] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 41.045028] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 41.053300] ---[ end trace 6b9bd7e147ebd488 ]--- [ 41.058842] ------------[ cut here ]------------ [ 41.063696] WARNING: CPU: 0 PID: 354 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 41.071248] Modules linked in: [ 41.074438] CPU: 0 PID: 354 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 41.085443] Hardware name: Generic DRA72X (Flattened Device Tree) [ 41.091824] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 41.099933] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 41.107493] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 41.115959] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 41.125147] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 41.133519] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 41.140526] [] (mmput) from [] (do_exit+0x288/0x914) [ 41.147534] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 41.155092] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 41.163364] ---[ end trace 6b9bd7e147ebd489 ]--- [ 41.169700] ------------[ cut here ]------------ [ 41.174564] WARNING: CPU: 0 PID: 360 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 41.182120] Modules linked in: [ 41.185326] CPU: 0 PID: 360 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 41.196331] Hardware name: Generic DRA72X (Flattened Device Tree) [ 41.202717] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 41.210821] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 41.218374] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 41.226842] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 41.236027] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 41.244401] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 41.251411] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 41.259057] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 41.267702] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 41.276789] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 41.286244] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 41.294433] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 41.302346] ---[ end trace 6b9bd7e147ebd48a ]--- [ 41.312173] ------------[ cut here ]------------ [ 41.317050] WARNING: CPU: 0 PID: 361 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 41.324604] Modules linked in: [ 41.327807] CPU: 0 PID: 361 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 41.338805] Hardware name: Generic DRA72X (Flattened Device Tree) [ 41.345185] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 41.353300] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 41.360866] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 41.369325] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 41.378514] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 41.386888] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 41.393897] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 41.401538] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 41.410186] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 41.419281] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 41.428739] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 41.436918] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 41.444831] ---[ end trace 6b9bd7e147ebd48b ]--- [ 41.453902] ------------[ cut here ]------------ [ 41.458766] WARNING: CPU: 0 PID: 364 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 41.466318] Modules linked in: [ 41.469513] CPU: 0 PID: 364 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 41.480508] Hardware name: Generic DRA72X (Flattened Device Tree) [ 41.486892] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 41.494996] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 41.502546] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 41.511008] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 41.520196] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 41.528580] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 41.535598] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 41.543247] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 41.551885] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 41.560982] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 41.570432] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 41.578618] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 41.586530] ---[ end trace 6b9bd7e147ebd48c ]--- [ 41.592792] ------------[ cut here ]------------ [ 41.597645] WARNING: CPU: 0 PID: 362 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 41.605191] Modules linked in: [ 41.608385] CPU: 0 PID: 362 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 41.619379] Hardware name: Generic DRA72X (Flattened Device Tree) [ 41.625760] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 41.633861] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 41.641421] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 41.649895] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 41.659088] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 41.667457] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 41.674466] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 41.682109] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 41.690746] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 41.699836] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 41.709293] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 41.717485] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 41.725394] ---[ end trace 6b9bd7e147ebd48d ]--- [ 41.730580] ------------[ cut here ]------------ [ 41.735417] WARNING: CPU: 0 PID: 363 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 41.742962] Modules linked in: [ 41.746165] CPU: 0 PID: 363 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 41.757161] Hardware name: Generic DRA72X (Flattened Device Tree) [ 41.763541] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 41.771642] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 41.779196] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 41.787652] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 41.796838] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 41.805202] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 41.812211] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 41.819850] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 41.828485] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 41.837586] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 41.847036] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 41.855226] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 41.863134] ---[ end trace 6b9bd7e147ebd48e ]--- [ 41.868903] ------------[ cut here ]------------ [ 41.873746] WARNING: CPU: 0 PID: 365 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 41.881291] Modules linked in: [ 41.884480] CPU: 0 PID: 365 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 41.895474] Hardware name: Generic DRA72X (Flattened Device Tree) [ 41.901854] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 41.909952] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 41.917510] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 41.925978] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 41.935164] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 41.943534] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 41.950545] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 41.958186] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 41.966829] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 41.975919] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 41.985377] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 41.993565] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 42.001472] ---[ end trace 6b9bd7e147ebd48f ]--- [ 42.007186] ------------[ cut here ]------------ [ 42.012026] WARNING: CPU: 0 PID: 366 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 42.019577] Modules linked in: [ 42.022779] CPU: 0 PID: 366 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 42.033770] Hardware name: Generic DRA72X (Flattened Device Tree) [ 42.040147] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 42.048243] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 42.055808] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 42.064270] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 42.073462] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 42.081832] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 42.088849] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 42.096494] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 42.105137] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 42.114233] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 42.123691] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 42.131877] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 42.139785] ---[ end trace 6b9bd7e147ebd490 ]--- [ 42.151258] ------------[ cut here ]------------ [ 42.156098] WARNING: CPU: 0 PID: 367 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 42.163641] Modules linked in: [ 42.166840] CPU: 0 PID: 367 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 42.177835] Hardware name: Generic DRA72X (Flattened Device Tree) [ 42.184208] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 42.192307] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 42.199863] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 42.208319] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 42.217509] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 42.225879] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 42.232884] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 42.240524] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 42.249165] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 42.258260] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 42.267711] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 42.275895] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 42.283810] ---[ end trace 6b9bd7e147ebd491 ]--- [ 42.289722] ------------[ cut here ]------------ [ 42.294565] WARNING: CPU: 0 PID: 368 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 42.302115] Modules linked in: [ 42.305315] CPU: 0 PID: 368 Comm: network.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 42.316498] Hardware name: Generic DRA72X (Flattened Device Tree) [ 42.322880] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 42.330984] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 42.338534] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 42.346992] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 42.356183] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 42.364552] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 42.371558] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 42.379191] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 42.387828] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 42.396921] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 42.406377] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 42.414564] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 42.422475] ---[ end trace 6b9bd7e147ebd492 ]--- [ 42.432223] ------------[ cut here ]------------ [ 42.437099] WARNING: CPU: 0 PID: 369 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 42.444663] Modules linked in: [ 42.447876] CPU: 0 PID: 369 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 42.458607] Hardware name: Generic DRA72X (Flattened Device Tree) [ 42.464992] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 42.473097] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 42.480657] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 42.489118] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 42.498301] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 42.506669] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 42.513679] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 42.521322] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 42.529973] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 42.539062] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 42.548517] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 42.556703] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 42.564613] ---[ end trace 6b9bd7e147ebd493 ]--- [ 42.570304] ------------[ cut here ]------------ [ 42.575145] WARNING: CPU: 0 PID: 370 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 42.582694] Modules linked in: [ 42.585892] CPU: 0 PID: 370 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 42.596619] Hardware name: Generic DRA72X (Flattened Device Tree) [ 42.602992] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 42.611095] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 42.618643] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 42.627106] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 42.636301] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 42.644674] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 42.651686] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 42.659328] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 42.667967] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 42.677066] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 42.686520] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 42.694709] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 42.702621] ---[ end trace 6b9bd7e147ebd494 ]--- [ 42.714842] ------------[ cut here ]------------ [ 42.719693] WARNING: CPU: 0 PID: 359 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 42.727245] Modules linked in: [ 42.730445] CPU: 0 PID: 359 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 42.741079] Hardware name: Generic DRA72X (Flattened Device Tree) [ 42.747457] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 42.755557] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 42.763114] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 42.771570] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 42.780760] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 42.789126] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 42.796136] [] (mmput) from [] (do_exit+0x288/0x914) [ 42.803146] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 42.810706] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 42.818977] ---[ end trace 6b9bd7e147ebd495 ]--- [ 42.840171] ------------[ cut here ]------------ [ 42.845058] WARNING: CPU: 0 PID: 361 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 42.852631] Modules linked in: [ 42.855840] CPU: 0 PID: 361 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 42.866661] Hardware name: Generic DRA72X (Flattened Device Tree) [ 42.873053] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 42.881163] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 42.888728] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 42.897200] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 42.906395] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 42.914773] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 42.921791] [] (mmput) from [] (do_exit+0x288/0x914) [ 42.928810] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 42.936373] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 42.944654] ---[ end trace 6b9bd7e147ebd496 ]--- [ 42.950888] ------------[ cut here ]------------ [ 42.955745] WARNING: CPU: 0 PID: 366 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 42.963307] Modules linked in: [ 42.966516] CPU: 0 PID: 366 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 42.977335] Hardware name: Generic DRA72X (Flattened Device Tree) [ 42.983718] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 42.991814] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 42.999367] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 43.007833] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 43.017024] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 43.025396] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 43.032409] [] (mmput) from [] (do_exit+0x288/0x914) [ 43.039420] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 43.046968] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 43.055241] ---[ end trace 6b9bd7e147ebd497 ]--- [ 43.060763] ------------[ cut here ]------------ [ 43.065622] WARNING: CPU: 0 PID: 360 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 43.073188] Modules linked in: [ 43.076391] CPU: 0 PID: 360 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 43.087210] Hardware name: Generic DRA72X (Flattened Device Tree) [ 43.093581] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 43.101684] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 43.109238] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 43.117702] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 43.126888] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 43.135255] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 43.142261] [] (mmput) from [] (do_exit+0x288/0x914) [ 43.149268] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 43.156825] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 43.165099] ---[ end trace 6b9bd7e147ebd498 ]--- [ 43.188482] ------------[ cut here ]------------ [ 43.193344] WARNING: CPU: 0 PID: 364 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 43.200895] Modules linked in: [ 43.204089] CPU: 0 PID: 364 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 43.214898] Hardware name: Generic DRA72X (Flattened Device Tree) [ 43.221275] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 43.229383] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 43.236941] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 43.245404] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 43.254590] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 43.262954] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 43.269966] [] (mmput) from [] (do_exit+0x288/0x914) [ 43.276976] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 43.284539] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 43.292814] ---[ end trace 6b9bd7e147ebd499 ]--- [ 43.299312] ------------[ cut here ]------------ [ 43.304182] WARNING: CPU: 0 PID: 362 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 43.311746] Modules linked in: [ 43.314954] CPU: 0 PID: 362 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 43.325770] Hardware name: Generic DRA72X (Flattened Device Tree) [ 43.332156] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 43.340263] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 43.347827] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 43.356285] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 43.365475] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 43.373846] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 43.380852] [] (mmput) from [] (do_exit+0x288/0x914) [ 43.387853] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 43.395409] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 43.403688] ---[ end trace 6b9bd7e147ebd49a ]--- [ 43.408752] ------------[ cut here ]------------ [ 43.413613] WARNING: CPU: 0 PID: 363 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 43.421171] Modules linked in: [ 43.424362] CPU: 0 PID: 363 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 43.435186] Hardware name: Generic DRA72X (Flattened Device Tree) [ 43.441573] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 43.449679] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 43.457239] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 43.465705] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 43.474906] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 43.483281] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 43.490295] [] (mmput) from [] (do_exit+0x288/0x914) [ 43.497302] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 43.504862] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 43.513132] ---[ end trace 6b9bd7e147ebd49b ]--- [ 43.519926] ------------[ cut here ]------------ [ 43.524794] WARNING: CPU: 0 PID: 368 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 43.532350] Modules linked in: [ 43.535552] CPU: 0 PID: 368 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 43.546097] Hardware name: Generic DRA72X (Flattened Device Tree) [ 43.552476] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 43.560575] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 43.568135] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 43.576595] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 43.585775] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 43.594142] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 43.601148] [] (mmput) from [] (do_exit+0x288/0x914) [ 43.608157] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 43.615713] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 43.623987] ---[ end trace 6b9bd7e147ebd49c ]--- [ 43.630126] ------------[ cut here ]------------ [ 43.634994] WARNING: CPU: 0 PID: 371 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 43.642552] Modules linked in: [ 43.645756] CPU: 0 PID: 371 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 43.656484] Hardware name: Generic DRA72X (Flattened Device Tree) [ 43.662862] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 43.670962] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 43.678515] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 43.686979] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 43.696165] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 43.704535] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 43.711546] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 43.719189] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 43.727833] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 43.736929] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 43.745750] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 43.754484] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 43.763941] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 43.772128] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 43.780041] ---[ end trace 6b9bd7e147ebd49d ]--- [ 43.785518] ------------[ cut here ]------------ [ 43.790386] WARNING: CPU: 0 PID: 367 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 43.797934] Modules linked in: [ 43.801135] CPU: 0 PID: 367 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 43.811943] Hardware name: Generic DRA72X (Flattened Device Tree) [ 43.818321] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 43.826422] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 43.833976] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 43.842438] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 43.851619] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 43.859989] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 43.866995] [] (mmput) from [] (do_exit+0x288/0x914) [ 43.874007] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 43.881560] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 43.889836] ---[ end trace 6b9bd7e147ebd49e ]--- [ 43.894969] ------------[ cut here ]------------ [ 43.899816] WARNING: CPU: 0 PID: 365 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 43.907366] Modules linked in: [ 43.910565] CPU: 0 PID: 365 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 43.921387] Hardware name: Generic DRA72X (Flattened Device Tree) [ 43.927763] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 43.935867] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 43.943424] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 43.951880] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 43.961071] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 43.969440] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 43.976444] [] (mmput) from [] (do_exit+0x288/0x914) [ 43.983453] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 43.991009] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 43.999278] ---[ end trace 6b9bd7e147ebd49f ]--- [ 44.008409] ------------[ cut here ]------------ [ 44.013276] WARNING: CPU: 0 PID: 370 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 44.020826] Modules linked in: [ 44.024021] CPU: 0 PID: 370 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 44.035020] Hardware name: Generic DRA72X (Flattened Device Tree) [ 44.041400] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 44.049503] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 44.057061] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 44.065523] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 44.074702] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 44.083070] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 44.090073] [] (mmput) from [] (do_exit+0x288/0x914) [ 44.097081] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 44.104635] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 44.112915] ---[ end trace 6b9bd7e147ebd4a0 ]--- [ 44.118813] ------------[ cut here ]------------ [ 44.123653] WARNING: CPU: 0 PID: 369 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 44.131201] Modules linked in: [ 44.134393] CPU: 0 PID: 369 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 44.145385] Hardware name: Generic DRA72X (Flattened Device Tree) [ 44.151767] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 44.159873] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 44.167424] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 44.175896] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 44.185083] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 44.193448] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 44.200455] [] (mmput) from [] (do_exit+0x288/0x914) [ 44.207469] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 44.215022] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 44.223300] ---[ end trace 6b9bd7e147ebd4a1 ]--- [ 44.235028] ------------[ cut here ]------------ [ 44.239879] WARNING: CPU: 0 PID: 372 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 44.247431] Modules linked in: [ 44.250639] CPU: 0 PID: 372 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 44.261364] Hardware name: Generic DRA72X (Flattened Device Tree) [ 44.267746] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 44.275853] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 44.283415] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 44.291886] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 44.301081] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 44.309454] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 44.316472] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 44.324133] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 44.332779] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 44.341875] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 44.350697] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 44.359428] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 44.368880] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 44.377070] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 44.384981] ---[ end trace 6b9bd7e147ebd4a2 ]--- [ 44.391671] ------------[ cut here ]------------ [ 44.396533] WARNING: CPU: 0 PID: 373 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 44.404079] Modules linked in: [ 44.407285] CPU: 0 PID: 373 Comm: network.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 44.418468] Hardware name: Generic DRA72X (Flattened Device Tree) [ 44.424851] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 44.432953] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 44.440512] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 44.448969] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 44.458156] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 44.466534] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 44.473539] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 44.481184] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 44.489825] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 44.498917] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 44.508372] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 44.516555] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 44.524476] ---[ end trace 6b9bd7e147ebd4a3 ]--- [ 44.531211] ------------[ cut here ]------------ [ 44.536073] WARNING: CPU: 0 PID: 127 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 44.543623] Modules linked in: [ 44.546828] CPU: 0 PID: 127 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 44.557823] Hardware name: Generic DRA72X (Flattened Device Tree) [ 44.564193] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 44.572294] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 44.579849] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 44.588314] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 44.597500] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 44.605869] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 44.612881] [] (mmput) from [] (do_exit+0x288/0x914) [ 44.619890] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 44.627447] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 44.635723] ---[ end trace 6b9bd7e147ebd4a4 ]--- [ 44.641063] ------------[ cut here ]------------ [ 44.645904] WARNING: CPU: 0 PID: 130 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 44.653450] Modules linked in: [ 44.656648] CPU: 0 PID: 130 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 44.667643] Hardware name: Generic DRA72X (Flattened Device Tree) [ 44.674018] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 44.682116] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 44.689674] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 44.698135] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 44.707324] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 44.715689] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 44.722698] [] (mmput) from [] (do_exit+0x288/0x914) [ 44.729706] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 44.737258] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 44.745528] ---[ end trace 6b9bd7e147ebd4a5 ]--- [ 44.750906] ------------[ cut here ]------------ [ 44.755771] WARNING: CPU: 0 PID: 126 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 44.763317] Modules linked in: [ 44.766524] CPU: 0 PID: 126 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 44.777514] Hardware name: Generic DRA72X (Flattened Device Tree) [ 44.783893] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 44.791988] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 44.799541] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 44.807997] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 44.817176] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 44.825544] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 44.832549] [] (mmput) from [] (do_exit+0x288/0x914) [ 44.839557] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 44.847113] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 44.855382] ---[ end trace 6b9bd7e147ebd4a6 ]--- [ 44.860713] ------------[ cut here ]------------ [ 44.865567] WARNING: CPU: 0 PID: 125 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 44.873112] Modules linked in: [ 44.876312] CPU: 0 PID: 125 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 44.887305] Hardware name: Generic DRA72X (Flattened Device Tree) [ 44.893676] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 44.901777] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 44.909332] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 44.917783] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 44.926968] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 44.935337] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 44.942345] [] (mmput) from [] (do_exit+0x288/0x914) [ 44.949349] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 44.956904] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 44.965175] ---[ end trace 6b9bd7e147ebd4a7 ]--- [ 44.970491] ------------[ cut here ]------------ [ 44.975348] WARNING: CPU: 0 PID: 124 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 44.982894] Modules linked in: [ 44.986097] CPU: 0 PID: 124 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 44.997083] Hardware name: Generic DRA72X (Flattened Device Tree) [ 45.003457] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 45.011567] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 45.019120] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 45.027576] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 45.036760] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 45.045130] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 45.052142] [] (mmput) from [] (do_exit+0x288/0x914) [ 45.059152] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 45.066703] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 45.074978] ---[ end trace 6b9bd7e147ebd4a8 ]--- [ 45.080316] ------------[ cut here ]------------ [ 45.085170] WARNING: CPU: 0 PID: 131 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 45.092721] Modules linked in: [ 45.095925] CPU: 0 PID: 131 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 45.106918] Hardware name: Generic DRA72X (Flattened Device Tree) [ 45.113300] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 45.121399] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 45.128949] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 45.137410] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 45.146596] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 45.154963] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 45.161970] [] (mmput) from [] (do_exit+0x288/0x914) [ 45.168977] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 45.176531] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 45.184805] ---[ end trace 6b9bd7e147ebd4a9 ]--- [ 45.190171] ------------[ cut here ]------------ [ 45.195006] WARNING: CPU: 0 PID: 129 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 45.202552] Modules linked in: [ 45.205753] CPU: 0 PID: 129 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 45.216749] Hardware name: Generic DRA72X (Flattened Device Tree) [ 45.223126] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 45.231228] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 45.238780] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 45.247241] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 45.256426] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 45.264790] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 45.271799] [] (mmput) from [] (do_exit+0x288/0x914) [ 45.278800] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 45.286355] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 45.294620] ---[ end trace 6b9bd7e147ebd4aa ]--- [ 45.300222] ------------[ cut here ]------------ [ 45.305060] WARNING: CPU: 0 PID: 133 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 45.312611] Modules linked in: [ 45.315813] CPU: 0 PID: 133 Comm: network.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 45.326988] Hardware name: Generic DRA72X (Flattened Device Tree) [ 45.333370] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 45.341467] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 45.349023] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 45.357479] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 45.366669] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 45.375038] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 45.382046] [] (mmput) from [] (do_exit+0x288/0x914) [ 45.389058] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 45.396614] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 45.404891] ---[ end trace 6b9bd7e147ebd4ab ]--- [ 45.410269] ------------[ cut here ]------------ [ 45.415123] WARNING: CPU: 0 PID: 128 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 45.422674] Modules linked in: [ 45.425874] CPU: 0 PID: 128 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 45.436863] Hardware name: Generic DRA72X (Flattened Device Tree) [ 45.443240] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 45.451358] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 45.458913] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 45.467382] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 45.476565] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 45.484931] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 45.491937] [] (mmput) from [] (do_exit+0x288/0x914) [ 45.498943] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 45.506496] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 45.514764] ---[ end trace 6b9bd7e147ebd4ac ]--- udevd[107]: timeout: killing '/etc/udev/scripts/mount.sh' [129] udevd[108]: timeout: killing '/etc/udev/scripts/mount.sh' [126] udevd[109]: timeout: killing '/etc/udev/scripts/mount.sh' [124] udevd[110]: timeout: killing '/etc/udev/scripts/moun[ 45.539061] ------------[ cut here ]------------ t.sh' [125] udevd[111]: timeout: killing '/e[ 45.547062] WARNING: CPU: 0 PID: 374 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() tc/udev/scripts/mount.sh' [127] udevd[112]: [ 45.558764] Modules linked in:timeout: killing '/etc/udev/scripts/mount.sh' [1 udevd[113]: timeout: killing '/etc/udev/[ 45.570342] CPU: 0 PID: 374 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 scripts/mount.sh' [130] udevd[114]: timeout:[ 45.585517] Hardware name: Generic DRA72X (Flattened Device Tree) killing '/etc/udev/scripts/mount.sh' [131] [ 45.596081] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 45.608329] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 45.615889] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 45.624347] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 45.633535] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 45.641909] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 45.648924] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 45.656563] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 45.665200] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 45.674291] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 45.683749] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 45.691939] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 45.699849] ---[ end trace 6b9bd7e147ebd4ad ]--- [ 45.707072] ------------[ cut here ]------------ [ 45.711930] WARNING: CPU: 0 PID: 375 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 45.719477] Modules linked in: [ 45.722680] CPU: 0 PID: 375 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 45.733675] Hardware name: Generic DRA72X (Flattened Device Tree) [ 45.740050] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 45.748155] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 45.755711] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 45.764170] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 45.773363] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 45.781734] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 45.788737] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 45.796378] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 45.805015] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 45.814105] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 45.823567] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 45.831761] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 45.839674] ---[ end trace 6b9bd7e147ebd4ae ]--- [ 45.845987] ------------[ cut here ]------------ [ 45.850844] WARNING: CPU: 0 PID: 373 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 45.858394] Modules linked in: [ 45.861594] CPU: 0 PID: 373 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 45.872227] Hardware name: Generic DRA72X (Flattened Device Tree) [ 45.878608] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 45.886713] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 45.894270] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 45.902731] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 45.911918] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 45.920289] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 45.927298] [] (mmput) from [] (do_exit+0x288/0x914) [ 45.934306] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 45.941863] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 45.950138] ---[ end trace 6b9bd7e147ebd4af ]--- [ 45.960227] ------------[ cut here ]------------ [ 45.965089] WARNING: CPU: 0 PID: 376 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 45.972646] Modules linked in: [ 45.975857] CPU: 0 PID: 376 Comm: network.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 45.987036] Hardware name: Generic DRA72X (Flattened Device Tree) [ 45.993422] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 46.001525] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 46.009082] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 46.017541] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 46.026732] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 46.035099] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 46.042110] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 46.049755] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 46.058395] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 46.067492] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 46.076948] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 46.085140] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 46.093050] ---[ end trace 6b9bd7e147ebd4b0 ]--- [ 46.099544] ------------[ cut here ]------------ [ 46.104407] WARNING: CPU: 0 PID: 375 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 46.111967] Modules linked in: [ 46.115176] CPU: 0 PID: 375 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 46.125823] Hardware name: Generic DRA72X (Flattened Device Tree) [ 46.132217] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 46.140330] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 46.147893] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 46.156362] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 46.165565] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 46.173936] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 46.180962] [] (mmput) from [] (do_exit+0x288/0x914) [ 46.187983] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 46.195544] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 46.203827] ---[ end trace 6b9bd7e147ebd4b1 ]--- [ 46.210240] ------------[ cut here ]------------ [ 46.215093] WARNING: CPU: 0 PID: 374 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 46.222652] Modules linked in: [ 46.225861] CPU: 0 PID: 374 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 46.236499] Hardware name: Generic DRA72X (Flattened Device Tree) [ 46.242880] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 46.250989] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 46.258552] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 46.267012] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 46.276198] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 46.284566] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 46.291572] [] (mmput) from [] (do_exit+0x288/0x914) [ 46.298585] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 46.306140] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 46.314412] ---[ end trace 6b9bd7e147ebd4b2 ]--- [ 46.327535] ------------[ cut here ]------------ [ 46.332399] WARNING: CPU: 0 PID: 377 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 46.339944] Modules linked in: [ 46.343139] CPU: 0 PID: 377 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 46.354138] Hardware name: Generic DRA72X (Flattened Device Tree) [ 46.360517] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 46.368622] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 46.376176] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 46.384635] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 46.393826] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 46.402194] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 46.409204] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 46.416843] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 46.425484] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 46.434580] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 46.444035] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 46.452218] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 46.460127] ---[ end trace 6b9bd7e147ebd4b3 ]--- [ 46.469345] ------------[ cut here ]------------ [ 46.474217] WARNING: CPU: 0 PID: 377 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 46.481768] Modules linked in: [ 46.484970] CPU: 0 PID: 377 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 46.495610] Hardware name: Generic DRA72X (Flattened Device Tree) [ 46.501995] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 46.510100] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 46.517666] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 46.526150] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 46.535348] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 46.543723] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 46.550742] [] (mmput) from [] (do_exit+0x288/0x914) [ 46.557756] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 46.565315] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 46.573600] ---[ end trace 6b9bd7e147ebd4b4 ]--- [ 46.580706] ------------[ cut here ]------------ [ 46.585568] WARNING: CPU: 0 PID: 376 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 46.593117] Modules linked in: [ 46.596327] CPU: 0 PID: 376 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 46.606872] Hardware name: Generic DRA72X (Flattened Device Tree) [ 46.613263] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 46.621371] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 46.628942] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 46.637408] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 46.646607] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 46.654978] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 46.661988] [] (mmput) from [] (do_exit+0x288/0x914) [ 46.669000] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 46.676554] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 46.684837] ---[ end trace 6b9bd7e147ebd4b5 ]--- [ 46.690489] ------------[ cut here ]------------ [ 46.695344] WARNING: CPU: 0 PID: 378 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 46.702894] Modules linked in: [ 46.706097] CPU: 0 PID: 378 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 46.717085] Hardware name: Generic DRA72X (Flattened Device Tree) [ 46.723462] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 46.731560] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 46.739110] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 46.747567] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 46.756746] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 46.765108] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 46.772115] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 46.779761] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 46.788399] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 46.797496] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 46.806954] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 46.815144] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 46.823056] ---[ end trace 6b9bd7e147ebd4b6 ]--- [ 46.828728] ------------[ cut here ]------------ [ 46.833583] WARNING: CPU: 0 PID: 264 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 46.841134] Modules linked in: [ 46.844326] CPU: 0 PID: 264 Comm: network.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 46.855494] Hardware name: Generic DRA72X (Flattened Device Tree) [ 46.861873] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 46.869975] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 46.877532] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 46.885988] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 46.895181] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 46.903551] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 46.910561] [] (mmput) from [] (do_exit+0x288/0x914) [ 46.917566] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 46.925129] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 46.933403] ---[ end trace 6b9bd7e147ebd4b7 ]--- [ 46.939818] ------------[ cut here ]------------ [ 46.944644] WARNING: CPU: 0 PID: 379 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 46.952194] Modules linked in: [ 46.955392] CPU: 0 PID: 379 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 46.966387] Hardware name: Generic DRA72X (Flattened Device Tree) [ 46.972767] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 46.980861] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 46.988416] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 46.996875] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.006061] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.014430] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.021441] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 47.029085] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 47.037733] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 47.046833] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 47.056286] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 47.064472] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 47.072379] ---[ end trace 6b9bd7e147ebd4b8 ]--- [ 47.078800] ------------[ cut here ]------------ [ 47.083662] WARNING: CPU: 0 PID: 378 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.091206] Modules linked in: [ 47.094396] CPU: 0 PID: 378 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.105026] Hardware name: Generic DRA72X (Flattened Device Tree) [ 47.111401] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.119505] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.127060] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.135522] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.144698] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.153069] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.160079] [] (mmput) from [] (do_exit+0x288/0x914) [ 47.167093] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 47.174648] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 47.182917] ---[ end trace 6b9bd7e147ebd4b9 ]--- [ 47.189816] ------------[ cut here ]------------ [ 47.194650] WARNING: CPU: 0 PID: 379 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.202204] Modules linked in: [ 47.205403] CPU: 0 PID: 379 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.216033] Hardware name: Generic DRA72X (Flattened Device Tree) [ 47.222405] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.230508] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.238062] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.246519] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.255704] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.264077] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.271082] [] (mmput) from [] (do_exit+0x288/0x914) [ 47.278093] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 47.285648] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 47.293923] ---[ end trace 6b9bd7e147ebd4ba ]--- [ 47.300570] ------------[ cut here ]------------ [ 47.305422] WARNING: CPU: 0 PID: 380 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.312966] Modules linked in: [ 47.316163] CPU: 0 PID: 380 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.327163] Hardware name: Generic DRA72X (Flattened Device Tree) [ 47.333546] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.341649] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.349206] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.357669] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.366852] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.375229] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.382233] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 47.389879] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 47.398518] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 47.407606] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 47.417064] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 47.425254] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 47.433163] ---[ end trace 6b9bd7e147ebd4bb ]--- [ 47.439566] ------------[ cut here ]------------ [ 47.444433] WARNING: CPU: 0 PID: 381 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.451977] Modules linked in: [ 47.455177] CPU: 0 PID: 381 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.466170] Hardware name: Generic DRA72X (Flattened Device Tree) [ 47.472546] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.480641] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.488192] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.496655] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.505844] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.514215] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.521218] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 47.528868] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 47.537511] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 47.546601] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 47.556061] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 47.564249] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 47.572159] ---[ end trace 6b9bd7e147ebd4bc ]--- [ 47.578551] ------------[ cut here ]------------ [ 47.583403] WARNING: CPU: 0 PID: 380 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.590944] Modules linked in: [ 47.594139] CPU: 0 PID: 380 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.604767] Hardware name: Generic DRA72X (Flattened Device Tree) [ 47.611143] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.619236] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.626792] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.635250] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.644433] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.652800] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.659810] [] (mmput) from [] (do_exit+0x288/0x914) [ 47.666812] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 47.674363] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 47.682635] ---[ end trace 6b9bd7e147ebd4bd ]--- [ 47.688929] ------------[ cut here ]------------ [ 47.693788] WARNING: CPU: 0 PID: 381 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.701334] Modules linked in: [ 47.704528] CPU: 0 PID: 381 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.715161] Hardware name: Generic DRA72X (Flattened Device Tree) [ 47.721545] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.729646] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.737203] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.745663] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.754845] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.763214] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.770222] [] (mmput) from [] (do_exit+0x288/0x914) [ 47.777235] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 47.784788] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 47.793062] ---[ end trace 6b9bd7e147ebd4be ]--- [ 47.800836] ------------[ cut here ]------------ [ 47.805685] WARNING: CPU: 0 PID: 382 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.813227] Modules linked in: [ 47.816429] CPU: 0 PID: 382 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.827425] Hardware name: Generic DRA72X (Flattened Device Tree) [ 47.833808] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.841906] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.849462] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.857923] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 47.867114] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 47.875487] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 47.882490] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 47.890133] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 47.898775] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 47.907864] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 47.917315] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 47.925501] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 47.933409] ---[ end trace 6b9bd7e147ebd4bf ]--- [ 47.939716] ------------[ cut here ]------------ [ 47.944578] WARNING: CPU: 0 PID: 383 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 47.952125] Modules linked in: [ 47.955328] CPU: 0 PID: 383 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 47.966322] Hardware name: Generic DRA72X (Flattened Device Tree) [ 47.972702] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 47.980802] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 47.988360] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 47.996819] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.006009] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.014392] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.021404] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.029045] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.037685] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.046779] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.056236] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.064424] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.072332] ---[ end trace 6b9bd7e147ebd4c0 ]--- [ 48.078705] ------------[ cut here ]------------ [ 48.083553] WARNING: CPU: 0 PID: 382 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.091101] Modules linked in: [ 48.094295] CPU: 0 PID: 382 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.104929] Hardware name: Generic DRA72X (Flattened Device Tree) [ 48.111306] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.119405] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.126963] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.135424] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.144612] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.152976] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.159987] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.166988] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.174540] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.182813] ---[ end trace 6b9bd7e147ebd4c1 ]--- [ 48.189111] ------------[ cut here ]------------ [ 48.193967] WARNING: CPU: 0 PID: 383 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.201521] Modules linked in: [ 48.204713] CPU: 0 PID: 383 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.215345] Hardware name: Generic DRA72X (Flattened Device Tree) [ 48.221719] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.229824] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.237380] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.245840] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.255022] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.263389] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.270393] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.277400] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.284950] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.293227] ---[ end trace 6b9bd7e147ebd4c2 ]--- [ 48.299583] ------------[ cut here ]------------ [ 48.304448] WARNING: CPU: 0 PID: 384 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.312003] Modules linked in: [ 48.315211] CPU: 0 PID: 384 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.326205] Hardware name: Generic DRA72X (Flattened Device Tree) [ 48.332591] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.340691] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.348251] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.356713] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.365901] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.374273] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.381281] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.388928] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.397571] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.406666] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.416120] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.424310] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.432220] ---[ end trace 6b9bd7e147ebd4c3 ]--- [ 48.444545] ------------[ cut here ]------------ [ 48.449403] WARNING: CPU: 0 PID: 385 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.456954] Modules linked in: [ 48.460153] CPU: 0 PID: 385 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.471148] Hardware name: Generic DRA72X (Flattened Device Tree) [ 48.477519] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.485625] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.493180] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.501640] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.510828] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.519200] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.526219] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.533855] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.542500] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.551591] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.561048] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.569242] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.577151] ---[ end trace 6b9bd7e147ebd4c4 ]--- [ 48.583558] ------------[ cut here ]------------ [ 48.588404] WARNING: CPU: 0 PID: 384 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.595950] Modules linked in: [ 48.599143] CPU: 0 PID: 384 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.609776] Hardware name: Generic DRA72X (Flattened Device Tree) [ 48.616156] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.624256] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.631815] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.640275] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.649459] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.657830] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.664836] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.671843] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.679393] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.687669] ---[ end trace 6b9bd7e147ebd4c5 ]--- [ 48.693995] ------------[ cut here ]------------ [ 48.698848] WARNING: CPU: 0 PID: 385 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.706394] Modules linked in: [ 48.709588] CPU: 0 PID: 385 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.720219] Hardware name: Generic DRA72X (Flattened Device Tree) [ 48.726599] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.734701] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.742251] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.750715] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.759901] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.768269] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.775281] [] (mmput) from [] (do_exit+0x288/0x914) [ 48.782291] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 48.789845] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 48.798115] ---[ end trace 6b9bd7e147ebd4c6 ]--- [ 48.805880] ------------[ cut here ]------------ [ 48.810727] WARNING: CPU: 0 PID: 386 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.818269] Modules linked in: [ 48.821471] CPU: 0 PID: 386 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.832472] Hardware name: Generic DRA72X (Flattened Device Tree) [ 48.838852] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.846949] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.854502] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 48.862965] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 48.872147] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 48.880518] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 48.887525] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 48.895171] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 48.903804] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 48.912896] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 48.922349] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 48.930539] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 48.938447] ---[ end trace 6b9bd7e147ebd4c7 ]--- [ 48.944955] ------------[ cut here ]------------ [ 48.949798] WARNING: CPU: 0 PID: 372 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 48.957346] Modules linked in: [ 48.960550] CPU: 0 PID: 372 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 48.971546] Hardware name: Generic DRA72X (Flattened Device Tree) [ 48.977921] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 48.986019] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 48.993570] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 49.002030] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 49.011219] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 49.019587] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 49.026598] [] (mmput) from [] (do_exit+0x288/0x914) [ 49.033607] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 49.041158] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 49.049427] ---[ end trace 6b9bd7e147ebd4c8 ]--- [ 49.055849] ------------[ cut here ]------------ [ 49.060696] WARNING: CPU: 0 PID: 386 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 49.068244] Modules linked in: [ 49.071445] CPU: 0 PID: 386 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 49.082074] Hardware name: Generic DRA72X (Flattened Device Tree) [ 49.088456] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 49.096550] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 49.104110] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 49.112572] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 49.121760] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 49.130129] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 49.137138] [] (mmput) from [] (do_exit+0x288/0x914) [ 49.144146] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 49.151696] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 49.159967] ---[ end trace 6b9bd7e147ebd4c9 ]--- [ 49.170621] ------------[ cut here ]------------ [ 49.175487] WARNING: CPU: 0 PID: 371 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 49.183039] Modules linked in: [ 49.186241] CPU: 0 PID: 371 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 49.197237] Hardware name: Generic DRA72X (Flattened Device Tree) [ 49.203618] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 49.211724] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 49.219284] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 49.227747] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 49.236930] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 49.245303] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 49.252314] [] (mmput) from [] (do_exit+0x288/0x914) [ 49.259319] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 49.266870] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 49.275141] ---[ end trace 6b9bd7e147ebd4ca ]--- [ 49.336400] ------------[ cut here ]------------ [ 49.341269] WARNING: CPU: 0 PID: 387 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 49.348839] Modules linked in: [ 49.352050] CPU: 0 PID: 387 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 49.362774] Hardware name: Generic DRA72X (Flattened Device Tree) [ 49.369159] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 49.377261] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 49.384819] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 49.393278] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 49.402455] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 49.410824] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 49.417835] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 49.425480] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 49.434126] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 49.443223] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 49.452046] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 49.460775] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 49.470236] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 49.478423] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 49.486333] ---[ end trace 6b9bd7e147ebd4cb ]--- [ 49.493352] ------------[ cut here ]------------ [ 49.498234] WARNING: CPU: 0 PID: 388 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 49.505796] Modules linked in: [ 49.508991] CPU: 0 PID: 388 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 49.519715] Hardware name: Generic DRA72X (Flattened Device Tree) [ 49.526110] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 49.534210] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 49.541768] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 49.550224] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 49.559416] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 49.567787] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 49.574796] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 49.582436] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 49.591080] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 49.600166] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 49.608982] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 49.617710] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 49.627167] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 49.635359] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 49.643272] ---[ end trace 6b9bd7e147ebd4cc ]--- [ 49.667363] ------------[ cut here ]------------ [ 49.672227] WARNING: CPU: 0 PID: 390 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 49.679780] Modules linked in: [ 49.682975] CPU: 0 PID: 390 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 49.693697] Hardware name: Generic DRA72X (Flattened Device Tree) [ 49.700081] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 49.708180] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 49.715743] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 49.724202] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 49.733392] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 49.741765] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 49.748776] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 49.756426] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 49.765077] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 49.774174] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 49.783000] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 49.791735] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 49.801190] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 49.809381] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 49.817298] ---[ end trace 6b9bd7e147ebd4cd ]--- [ 49.824507] ------------[ cut here ]------------ [ 49.829385] WARNING: CPU: 0 PID: 389 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 49.836949] Modules linked in: [ 49.840158] CPU: 0 PID: 389 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 49.850890] Hardware name: Generic DRA72X (Flattened Device Tree) [ 49.857271] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 49.865380] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 49.872939] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 49.881401] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 49.890587] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 49.898961] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 49.905973] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 49.913610] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 49.922254] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 49.931342] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 49.940168] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 49.948904] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 49.958360] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 49.966552] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 49.974464] ---[ end trace 6b9bd7e147ebd4ce ]--- [ 49.981658] ------------[ cut here ]------------ [ 49.986529] WARNING: CPU: 0 PID: 391 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 49.994082] Modules linked in: [ 49.997286] CPU: 0 PID: 391 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 50.008278] Hardware name: Generic DRA72X (Flattened Device Tree) [ 50.014654] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 50.022757] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 50.030315] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 50.038770] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 50.047955] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 50.056322] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 50.063332] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 50.070977] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 50.079615] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 50.088708] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 50.098162] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 50.106352] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 50.114264] ---[ end trace 6b9bd7e147ebd4cf ]--- [ 50.119443] ------------[ cut here ]------------ [ 50.124299] WARNING: CPU: 0 PID: 392 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 50.131850] Modules linked in: [ 50.135052] CPU: 0 PID: 392 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 50.146048] Hardware name: Generic DRA72X (Flattened Device Tree) [ 50.152430] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 50.160528] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 50.168083] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 50.176543] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 50.185732] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 50.194094] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 50.201097] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 50.208743] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 50.217384] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 50.226484] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 50.235945] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 50.244129] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 50.252033] ---[ end trace 6b9bd7e147ebd4d0 ]--- [ 50.260131] ------------[ cut here ]------------ [ 50.264996] WARNING: CPU: 0 PID: 391 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 50.272546] Modules linked in: [ 50.275753] CPU: 0 PID: 391 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 50.286387] Hardware name: Generic DRA72X (Flattened Device Tree) [ 50.292768] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 50.300869] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 50.308426] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 50.316883] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 50.326068] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 50.334440] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 50.341446] [] (mmput) from [] (do_exit+0x288/0x914) [ 50.348459] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 50.356015] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 50.364288] ---[ end trace 6b9bd7e147ebd4d1 ]--- [ 50.369468] ------------[ cut here ]------------ [ 50.374336] WARNING: CPU: 0 PID: 392 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 50.381899] Modules linked in: [ 50.385106] CPU: 0 PID: 392 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 50.395736] Hardware name: Generic DRA72X (Flattened Device Tree) [ 50.402118] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 50.410225] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 50.417779] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 50.426245] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 50.435437] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 50.443816] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 50.450826] [] (mmput) from [] (do_exit+0x288/0x914) [ 50.457835] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 50.465391] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 50.473666] ---[ end trace 6b9bd7e147ebd4d2 ]--- [ 50.481422] ------------[ cut here ]------------ [ 50.486287] WARNING: CPU: 0 PID: 393 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 50.493854] Modules linked in: [ 50.497064] CPU: 0 PID: 393 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 50.507793] Hardware name: Generic DRA72X (Flattened Device Tree) [ 50.514179] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 50.522276] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 50.529840] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 50.538307] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 50.547496] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 50.555864] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 50.562874] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 50.570522] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 50.579166] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 50.588260] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 50.597078] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 50.605811] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 50.615263] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 50.623445] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 50.631361] ---[ end trace 6b9bd7e147ebd4d3 ]--- [ 50.654194] ------------[ cut here ]------------ [ 50.659080] WARNING: CPU: 0 PID: 394 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 50.666645] Modules linked in: [ 50.669856] CPU: 0 PID: 394 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 50.680858] Hardware name: Generic DRA72X (Flattened Device Tree) [ 50.687247] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 50.695357] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 50.702924] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 50.711391] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 50.720581] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 50.728961] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 50.735982] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 50.743633] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 50.752277] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 50.761365] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 50.770816] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 50.779000] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 50.786909] ---[ end trace 6b9bd7e147ebd4d4 ]--- [ 50.792287] ------------[ cut here ]------------ [ 50.797156] WARNING: CPU: 0 PID: 395 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 50.804713] Modules linked in: [ 50.807923] CPU: 0 PID: 395 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 50.818926] Hardware name: Generic DRA72X (Flattened Device Tree) [ 50.825311] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 50.833411] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 50.840970] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 50.849433] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 50.858627] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 50.866994] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 50.874000] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 50.881642] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 50.890278] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 50.899374] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 50.908834] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 50.917019] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 50.924927] ---[ end trace 6b9bd7e147ebd4d5 ]--- [ 50.936070] ------------[ cut here ]------------ [ 50.940926] WARNING: CPU: 0 PID: 397 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 50.948474] Modules linked in: [ 50.951679] CPU: 0 PID: 397 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 50.962677] Hardware name: Generic DRA72X (Flattened Device Tree) [ 50.969059] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 50.977155] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 50.984711] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 50.993168] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.002351] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.010722] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.017731] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 51.025372] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 51.034015] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 51.043107] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 51.052568] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 51.060759] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 51.068665] ---[ end trace 6b9bd7e147ebd4d6 ]--- [ 51.074370] ------------[ cut here ]------------ [ 51.079231] WARNING: CPU: 0 PID: 396 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.086790] Modules linked in: [ 51.089992] CPU: 0 PID: 396 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.100984] Hardware name: Generic DRA72X (Flattened Device Tree) [ 51.107368] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.115470] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.123028] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.131491] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.140679] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.149049] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.156056] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 51.163699] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 51.172344] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 51.181436] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 51.190892] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 51.199085] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 51.206996] ---[ end trace 6b9bd7e147ebd4d7 ]--- [ 51.215235] ------------[ cut here ]------------ [ 51.220103] WARNING: CPU: 0 PID: 395 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.227651] Modules linked in: [ 51.230854] CPU: 0 PID: 395 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.241487] Hardware name: Generic DRA72X (Flattened Device Tree) [ 51.247863] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.255962] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.263522] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.271983] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.281167] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.289539] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.296549] [] (mmput) from [] (do_exit+0x288/0x914) [ 51.303557] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 51.311112] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 51.319383] ---[ end trace 6b9bd7e147ebd4d8 ]--- [ 51.324436] ------------[ cut here ]------------ [ 51.329300] WARNING: CPU: 0 PID: 394 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.336863] Modules linked in: [ 51.340070] CPU: 0 PID: 394 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.350712] Hardware name: Generic DRA72X (Flattened Device Tree) [ 51.357098] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.365201] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.372765] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.381231] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.390421] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.398793] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.405803] [] (mmput) from [] (do_exit+0x288/0x914) [ 51.412808] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 51.420364] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 51.428636] ---[ end trace 6b9bd7e147ebd4d9 ]--- [ 51.439656] ------------[ cut here ]------------ [ 51.444534] WARNING: CPU: 0 PID: 398 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.452095] Modules linked in: [ 51.455298] CPU: 0 PID: 398 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.466289] Hardware name: Generic DRA72X (Flattened Device Tree) [ 51.472670] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.480766] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.488322] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.496783] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.505970] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.514341] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.521351] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 51.529007] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 51.537653] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 51.546750] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 51.556209] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 51.564399] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 51.572308] ---[ end trace 6b9bd7e147ebd4da ]--- [ 51.582445] ------------[ cut here ]------------ [ 51.587319] WARNING: CPU: 0 PID: 399 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.594882] Modules linked in: [ 51.598088] CPU: 0 PID: 399 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.609089] Hardware name: Generic DRA72X (Flattened Device Tree) [ 51.615486] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.623597] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.631157] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.639619] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.648811] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.657186] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.664198] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 51.671842] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 51.680482] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 51.689577] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 51.699031] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 51.707221] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 51.715133] ---[ end trace 6b9bd7e147ebd4db ]--- [ 51.720621] ------------[ cut here ]------------ [ 51.725498] WARNING: CPU: 0 PID: 400 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.733060] Modules linked in: [ 51.736262] CPU: 0 PID: 400 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.747263] Hardware name: Generic DRA72X (Flattened Device Tree) [ 51.753643] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.761748] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.769302] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.777763] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.786944] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.795313] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.802317] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 51.809961] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 51.818596] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 51.827687] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 51.837148] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 51.845339] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 51.853254] ---[ end trace 6b9bd7e147ebd4dc ]--- [ 51.861282] ------------[ cut here ]------------ [ 51.866154] WARNING: CPU: 0 PID: 396 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.873706] Modules linked in: [ 51.876911] CPU: 0 PID: 396 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.887544] Hardware name: Generic DRA72X (Flattened Device Tree) [ 51.893925] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 51.902030] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 51.909585] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 51.918044] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 51.927232] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 51.935598] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 51.942601] [] (mmput) from [] (do_exit+0x288/0x914) [ 51.949615] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 51.957170] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 51.965443] ---[ end trace 6b9bd7e147ebd4dd ]--- [ 51.971832] ------------[ cut here ]------------ [ 51.976705] WARNING: CPU: 0 PID: 397 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 51.984262] Modules linked in: [ 51.987471] CPU: 0 PID: 397 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 51.998108] Hardware name: Generic DRA72X (Flattened Device Tree) [ 52.004496] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 52.012610] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 52.020170] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 52.028641] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 52.037837] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 52.046220] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 52.053234] [] (mmput) from [] (do_exit+0x288/0x914) [ 52.060244] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 52.067798] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 52.076070] ---[ end trace 6b9bd7e147ebd4de ]--- [ 52.082711] ------------[ cut here ]------------ [ 52.087583] WARNING: CPU: 0 PID: 398 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 52.095139] Modules linked in: [ 52.098336] CPU: 0 PID: 398 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 52.108972] Hardware name: Generic DRA72X (Flattened Device Tree) [ 52.115358] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 52.123451] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 52.131012] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 52.139471] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 52.148658] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 52.157024] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 52.164034] [] (mmput) from [] (do_exit+0x288/0x914) [ 52.171042] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 52.178593] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 52.186865] ---[ end trace 6b9bd7e147ebd4df ]--- [ 52.195207] ------------[ cut here ]------------ [ 52.200087] WARNING: CPU: 0 PID: 401 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 52.207646] Modules linked in: [ 52.210857] CPU: 0 PID: 401 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 52.221854] Hardware name: Generic DRA72X (Flattened Device Tree) [ 52.228243] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 52.236350] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 52.243905] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 52.252365] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 52.261552] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 52.269922] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 52.276929] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 52.284577] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 52.293219] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 52.302311] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 52.311768] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 52.319955] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 52.327867] ---[ end trace 6b9bd7e147ebd4e0 ]--- [ 52.333098] ------------[ cut here ]------------ [ 52.337967] WARNING: CPU: 0 PID: 402 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 52.345521] Modules linked in: [ 52.348713] CPU: 0 PID: 402 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 52.359710] Hardware name: Generic DRA72X (Flattened Device Tree) [ 52.366084] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 52.374184] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 52.381739] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 52.390191] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 52.399380] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 52.407747] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 52.414756] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 52.422398] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 52.431034] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 52.440123] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 52.449578] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 52.457763] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 52.465668] ---[ end trace 6b9bd7e147ebd4e1 ]--- [ 52.473629] ------------[ cut here ]------------ [ 52.478502] WARNING: CPU: 0 PID: 403 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 52.486056] Modules linked in: [ 52.489252] CPU: 0 PID: 403 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 52.499977] Hardware name: Generic DRA72X (Flattened Device Tree) [ 52.506363] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 52.514463] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 52.522017] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 52.530487] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 52.539677] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 52.548050] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 52.555061] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 52.562699] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 52.571336] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 52.580424] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 52.589243] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 52.597973] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 52.607424] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 52.615609] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 52.623522] ---[ end trace 6b9bd7e147ebd4e2 ]--- [ 52.630433] ------------[ cut here ]------------ [ 52.635289] WARNING: CPU: 0 PID: 399 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 52.642847] Modules linked in: [ 52.646058] CPU: 0 PID: 399 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 52.656703] Hardware name: Generic DRA72X (Flattened Device Tree) [ 52.663089] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 52.671195] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 52.678747] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 52.687203] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 52.696387] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 52.704759] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 52.711767] [] (mmput) from [] (do_exit+0x288/0x914) [ 52.718776] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 52.726330] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 52.734602] ---[ end trace 6b9bd7e147ebd4e3 ]--- [ 52.747294] ------------[ cut here ]------------ [ 52.752159] WARNING: CPU: 0 PID: 400 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 52.759712] Modules linked in: [ 52.762916] CPU: 0 PID: 400 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 52.773547] Hardware name: Generic DRA72X (Flattened Device Tree) [ 52.779923] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 52.788026] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 52.795587] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 52.804048] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 52.813231] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 52.821601] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 52.828614] [] (mmput) from [] (do_exit+0x288/0x914) [ 52.835625] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 52.843178] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 52.851456] ---[ end trace 6b9bd7e147ebd4e4 ]--- [ 52.859402] ------------[ cut here ]------------ [ 52.864271] WARNING: CPU: 0 PID: 404 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 52.871822] Modules linked in: [ 52.875019] CPU: 0 PID: 404 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 52.886013] Hardware name: Generic DRA72X (Flattened Device Tree) [ 52.892391] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 52.900492] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 52.908043] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 52.916505] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 52.925689] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 52.934058] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 52.941067] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 52.948709] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 52.957354] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 52.966458] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 52.975914] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 52.984098] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 52.992007] ---[ end trace 6b9bd7e147ebd4e5 ]--- [ 53.002147] ------------[ cut here ]------------ [ 53.007007] WARNING: CPU: 0 PID: 405 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 53.014559] Modules linked in: [ 53.017761] CPU: 0 PID: 405 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 53.028756] Hardware name: Generic DRA72X (Flattened Device Tree) [ 53.035137] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 53.043238] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 53.050794] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 53.059254] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 53.068436] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 53.076803] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 53.083808] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 53.091449] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 53.100098] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 53.109195] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 53.118650] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 53.126838] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 53.134752] ---[ end trace 6b9bd7e147ebd4e6 ]--- [ 53.140985] ------------[ cut here ]------------ [ 53.145832] WARNING: CPU: 0 PID: 406 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 53.153379] Modules linked in: [ 53.156582] CPU: 0 PID: 406 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 53.167301] Hardware name: Generic DRA72X (Flattened Device Tree) [ 53.173680] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 53.181777] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 53.189333] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 53.197790] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 53.206969] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 53.215340] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 53.222349] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 53.229991] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 53.238637] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 53.247732] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 53.256545] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 53.265275] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 53.274727] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 53.282916] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 53.290831] ---[ end trace 6b9bd7e147ebd4e7 ]--- [ 53.296813] ------------[ cut here ]------------ [ 53.301658] WARNING: CPU: 0 PID: 407 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 53.309211] Modules linked in: [ 53.312413] CPU: 0 PID: 407 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 53.323409] Hardware name: Generic DRA72X (Flattened Device Tree) [ 53.329786] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 53.337887] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 53.345445] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 53.353905] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 53.363095] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 53.371471] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 53.378476] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 53.386118] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 53.394761] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 53.403855] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 53.413308] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 53.421492] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 53.429400] ---[ end trace 6b9bd7e147ebd4e8 ]--- [ 53.437174] ------------[ cut here ]------------ [ 53.442046] WARNING: CPU: 0 PID: 401 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 53.449596] Modules linked in: [ 53.452806] CPU: 0 PID: 401 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 53.463442] Hardware name: Generic DRA72X (Flattened Device Tree) [ 53.469823] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 53.477929] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 53.485490] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 53.493946] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 53.503131] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 53.511502] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 53.518511] [] (mmput) from [] (do_exit+0x288/0x914) [ 53.525534] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 53.533092] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 53.541363] ---[ end trace 6b9bd7e147ebd4e9 ]--- [ 53.546371] ------------[ cut here ]------------ [ 53.551226] WARNING: CPU: 0 PID: 402 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 53.558786] Modules linked in: [ 53.561994] CPU: 0 PID: 402 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 53.572630] Hardware name: Generic DRA72X (Flattened Device Tree) [ 53.579014] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 53.587126] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 53.594691] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 53.603157] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 53.612346] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 53.620726] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 53.627740] [] (mmput) from [] (do_exit+0x288/0x914) [ 53.634750] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 53.642308] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 53.650580] ---[ end trace 6b9bd7e147ebd4ea ]--- [ 53.660894] ------------[ cut here ]------------ [ 53.665759] WARNING: CPU: 0 PID: 408 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 53.673309] Modules linked in: [ 53.676512] CPU: 0 PID: 408 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 53.687508] Hardware name: Generic DRA72X (Flattened Device Tree) [ 53.693885] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 53.701990] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 53.709549] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 53.718005] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 53.727189] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 53.735562] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 53.742570] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 53.750221] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 53.758860] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 53.767947] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 53.777403] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 53.785598] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 53.793507] ---[ end trace 6b9bd7e147ebd4eb ]--- [ 53.800092] ------------[ cut here ]------------ [ 53.804936] WARNING: CPU: 0 PID: 404 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 53.812484] Modules linked in: [ 53.815681] CPU: 0 PID: 404 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 53.826314] Hardware name: Generic DRA72X (Flattened Device Tree) [ 53.832694] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 53.840795] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 53.848350] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 53.856812] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 53.865995] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 53.874365] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 53.881375] [] (mmput) from [] (do_exit+0x288/0x914) [ 53.888386] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 53.895944] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 53.904219] ---[ end trace 6b9bd7e147ebd4ec ]--- [ 53.911196] ------------[ cut here ]------------ [ 53.916050] WARNING: CPU: 0 PID: 409 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 53.923603] Modules linked in: [ 53.926806] CPU: 0 PID: 409 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 53.937804] Hardware name: Generic DRA72X (Flattened Device Tree) [ 53.944182] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 53.952285] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 53.959844] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 53.968305] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 53.977490] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 53.985863] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 53.992869] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 54.000517] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 54.009155] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 54.018253] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 54.027721] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 54.035910] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 54.043817] ---[ end trace 6b9bd7e147ebd4ed ]--- [ 54.051111] ------------[ cut here ]------------ [ 54.055961] WARNING: CPU: 0 PID: 410 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 54.063513] Modules linked in: [ 54.066714] CPU: 0 PID: 410 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 54.077706] Hardware name: Generic DRA72X (Flattened Device Tree) [ 54.084083] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 54.092184] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 54.099741] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 54.108206] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 54.117395] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 54.125765] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 54.132774] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 54.140418] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 54.149060] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 54.158157] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 54.167612] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 54.175801] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 54.183709] ---[ end trace 6b9bd7e147ebd4ee ]--- [ 54.190167] ------------[ cut here ]------------ [ 54.195016] WARNING: CPU: 0 PID: 405 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 54.202563] Modules linked in: [ 54.205765] CPU: 0 PID: 405 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 54.216407] Hardware name: Generic DRA72X (Flattened Device Tree) [ 54.222782] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 54.230886] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 54.238441] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 54.246902] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 54.256093] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 54.264469] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 54.271480] [] (mmput) from [] (do_exit+0x288/0x914) [ 54.278487] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 54.286037] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 54.294306] ---[ end trace 6b9bd7e147ebd4ef ]--- [ 54.300698] ------------[ cut here ]------------ [ 54.305538] WARNING: CPU: 0 PID: 407 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 54.313085] Modules linked in: [ 54.316286] CPU: 0 PID: 407 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 54.326917] Hardware name: Generic DRA72X (Flattened Device Tree) [ 54.333291] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 54.341389] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 54.348946] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 54.357405] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 54.366585] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 54.374955] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 54.381959] [] (mmput) from [] (do_exit+0x288/0x914) [ 54.388965] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 54.396516] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 54.404789] ---[ end trace 6b9bd7e147ebd4f0 ]--- [ 54.411264] ------------[ cut here ]------------ [ 54.416115] WARNING: CPU: 0 PID: 411 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 54.423661] Modules linked in: [ 54.426860] CPU: 0 PID: 411 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 54.437860] Hardware name: Generic DRA72X (Flattened Device Tree) [ 54.444241] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 54.452346] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 54.459904] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 54.468361] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 54.477543] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 54.485914] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 54.492924] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 54.500563] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 54.509208] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 54.518301] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 54.527771] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 54.535961] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 54.543870] ---[ end trace 6b9bd7e147ebd4f1 ]--- [ 54.554193] ------------[ cut here ]------------ [ 54.559065] WARNING: CPU: 0 PID: 412 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 54.566616] Modules linked in: [ 54.569817] CPU: 0 PID: 412 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 54.580807] Hardware name: Generic DRA72X (Flattened Device Tree) [ 54.587189] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 54.595292] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 54.602850] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 54.611317] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 54.620500] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 54.628872] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 54.635881] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 54.643526] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 54.652169] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 54.661265] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 54.670723] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 54.678907] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 54.686820] ---[ end trace 6b9bd7e147ebd4f2 ]--- [ 54.693267] ------------[ cut here ]------------ [ 54.698126] WARNING: CPU: 0 PID: 408 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 54.705685] Modules linked in: [ 54.708881] CPU: 0 PID: 408 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 54.719519] Hardware name: Generic DRA72X (Flattened Device Tree) [ 54.725909] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 54.734016] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 54.741576] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 54.750042] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 54.759224] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 54.767590] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 54.774598] [] (mmput) from [] (do_exit+0x288/0x914) [ 54.781605] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 54.789155] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 54.797429] ---[ end trace 6b9bd7e147ebd4f3 ]--- [ 54.810121] ------------[ cut here ]------------ [ 54.814963] WARNING: CPU: 0 PID: 413 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 54.822508] Modules linked in: [ 54.825715] CPU: 0 PID: 413 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 54.836714] Hardware name: Generic DRA72X (Flattened Device Tree) [ 54.843095] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 54.851199] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 54.858755] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 54.867222] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 54.876407] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 54.884779] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 54.891783] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 54.899426] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 54.908071] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 54.917162] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 54.926616] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 54.934796] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 54.942704] ---[ end trace 6b9bd7e147ebd4f4 ]--- [ 54.949141] ------------[ cut here ]------------ [ 54.954006] WARNING: CPU: 0 PID: 414 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 54.961555] Modules linked in: [ 54.964755] CPU: 0 PID: 414 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 54.975749] Hardware name: Generic DRA72X (Flattened Device Tree) [ 54.982124] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 54.990229] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 54.997780] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.006243] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.015424] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.023792] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.030802] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.038451] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.047093] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.056193] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.065654] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.073843] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.081749] ---[ end trace 6b9bd7e147ebd4f5 ]--- [ 55.090856] ------------[ cut here ]------------ [ 55.095719] WARNING: CPU: 0 PID: 410 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.103271] Modules linked in: [ 55.106474] CPU: 0 PID: 410 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.117105] Hardware name: Generic DRA72X (Flattened Device Tree) [ 55.123483] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.131590] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.139155] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.147618] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.156804] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.165178] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.172183] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.179189] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.186740] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.195009] ---[ end trace 6b9bd7e147ebd4f6 ]--- [ 55.199994] ------------[ cut here ]------------ [ 55.204845] WARNING: CPU: 0 PID: 409 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.212399] Modules linked in: [ 55.215605] CPU: 0 PID: 409 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.226254] Hardware name: Generic DRA72X (Flattened Device Tree) [ 55.232633] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.240741] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.248303] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.256761] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.265952] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.274324] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.281331] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.288338] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.295894] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.304168] ---[ end trace 6b9bd7e147ebd4f7 ]--- [ 55.311614] ------------[ cut here ]------------ [ 55.316471] WARNING: CPU: 0 PID: 415 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.324025] Modules linked in: [ 55.327223] CPU: 0 PID: 415 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.338220] Hardware name: Generic DRA72X (Flattened Device Tree) [ 55.344600] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.352706] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.360270] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.368736] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.377921] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.386294] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.393301] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.400942] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.409590] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.418688] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.428143] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.436334] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.444240] ---[ end trace 6b9bd7e147ebd4f8 ]--- [ 55.450817] ------------[ cut here ]------------ [ 55.455667] WARNING: CPU: 0 PID: 411 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.463216] Modules linked in: [ 55.466421] CPU: 0 PID: 411 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.477057] Hardware name: Generic DRA72X (Flattened Device Tree) [ 55.483438] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.491541] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.499094] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.507553] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.516734] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.525111] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.532124] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.539131] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.546687] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.554956] ---[ end trace 6b9bd7e147ebd4f9 ]--- [ 55.561311] ------------[ cut here ]------------ [ 55.566175] WARNING: CPU: 0 PID: 412 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.573734] Modules linked in: [ 55.576943] CPU: 0 PID: 412 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.587586] Hardware name: Generic DRA72X (Flattened Device Tree) [ 55.593971] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.602077] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.609633] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.618092] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.627278] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.635651] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.642661] [] (mmput) from [] (do_exit+0x288/0x914) [ 55.649667] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 55.657223] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 55.665495] ---[ end trace 6b9bd7e147ebd4fa ]--- [ 55.672364] ------------[ cut here ]------------ [ 55.677224] WARNING: CPU: 0 PID: 416 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.684773] Modules linked in: [ 55.687968] CPU: 0 PID: 416 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.698960] Hardware name: Generic DRA72X (Flattened Device Tree) [ 55.705342] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.713441] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.720998] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.729456] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.738640] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.747002] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.754015] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.761656] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.770293] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.779392] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.788840] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.797025] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.804940] ---[ end trace 6b9bd7e147ebd4fb ]--- [ 55.810896] ------------[ cut here ]------------ [ 55.815755] WARNING: CPU: 0 PID: 417 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.823314] Modules linked in: [ 55.826521] CPU: 0 PID: 417 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.837525] Hardware name: Generic DRA72X (Flattened Device Tree) [ 55.843914] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.852016] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.859566] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 55.868022] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 55.877206] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 55.885578] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 55.892583] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 55.900227] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 55.908866] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 55.917960] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 55.927417] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 55.935610] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 55.943516] ---[ end trace 6b9bd7e147ebd4fc ]--- [ 55.949988] ------------[ cut here ]------------ [ 55.954827] WARNING: CPU: 0 PID: 413 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 55.962376] Modules linked in: [ 55.965575] CPU: 0 PID: 413 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 55.976211] Hardware name: Generic DRA72X (Flattened Device Tree) [ 55.982594] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 55.990699] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 55.998255] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 56.006713] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 56.015904] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 56.024277] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 56.031286] [] (mmput) from [] (do_exit+0x288/0x914) [ 56.038293] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 56.045840] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 56.054109] ---[ end trace 6b9bd7e147ebd4fd ]--- [ 56.060497] ------------[ cut here ]------------ [ 56.065342] WARNING: CPU: 0 PID: 414 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 56.072887] Modules linked in: [ 56.076089] CPU: 0 PID: 414 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 56.086721] Hardware name: Generic DRA72X (Flattened Device Tree) [ 56.093104] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 56.101203] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 56.108755] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 56.117219] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 56.126405] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 56.134772] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 56.141776] [] (mmput) from [] (do_exit+0x288/0x914) [ 56.148785] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 56.156341] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 56.164618] ---[ end trace 6b9bd7e147ebd4fe ]--- [ 56.172406] ------------[ cut here ]------------ [ 56.177265] WARNING: CPU: 0 PID: 418 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 56.184815] Modules linked in: [ 56.188009] CPU: 0 PID: 418 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 56.199001] Hardware name: Generic DRA72X (Flattened Device Tree) [ 56.205381] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 56.213484] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 56.221043] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 56.229506] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 56.238687] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 56.247053] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 56.254060] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 56.261704] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 56.270348] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 56.279444] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 56.288900] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 56.297090] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 56.304998] ---[ end trace 6b9bd7e147ebd4ff ]--- [ 56.312412] ------------[ cut here ]------------ [ 56.317272] WARNING: CPU: 0 PID: 419 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 56.324821] Modules linked in: [ 56.328013] CPU: 0 PID: 419 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 56.339005] Hardware name: Generic DRA72X (Flattened Device Tree) [ 56.345384] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 56.353487] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 56.361045] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 56.369509] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 56.378688] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 56.387064] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 56.394073] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 56.401719] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 56.410355] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 56.419449] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 56.428905] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 56.437092] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 56.445001] ---[ end trace 6b9bd7e147ebd500 ]--- [ 56.451486] ------------[ cut here ]------------ [ 56.456351] WARNING: CPU: 0 PID: 415 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 56.463901] Modules linked in: [ 56.467101] CPU: 0 PID: 415 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 56.477727] Hardware name: Generic DRA72X (Flattened Device Tree) [ 56.484108] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 56.492207] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 56.499768] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 56.508228] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 56.517410] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 56.525795] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 56.532802] [] (mmput) from [] (do_exit+0x288/0x914) [ 56.539826] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 56.547385] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 56.555660] ---[ end trace 6b9bd7e147ebd501 ]--- [ 56.562272] ------------[ cut here ]------------ [ 56.567137] WARNING: CPU: 0 PID: 420 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 56.574689] Modules linked in: [ 56.577890] CPU: 0 PID: 420 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 56.588889] Hardware name: Generic DRA72X (Flattened Device Tree) [ 56.595270] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 56.603369] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 56.610922] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 56.619380] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 56.628572] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 56.636939] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 56.643951] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 56.651595] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 56.660229] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 56.669318] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 56.678777] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 56.686967] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 56.694881] ---[ end trace 6b9bd7e147ebd502 ]--- [ 56.703551] ------------[ cut here ]------------ [ 56.708434] WARNING: CPU: 0 PID: 422 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 56.715987] Modules linked in: [ 56.719191] CPU: 0 PID: 422 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 56.730195] Hardware name: Generic DRA72X (Flattened Device Tree) [ 56.736579] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 56.744702] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 56.752269] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 56.760735] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 56.769924] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 56.778291] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 56.785293] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 56.792932] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 56.801581] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 56.810675] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 56.820131] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 56.828312] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 56.836225] ---[ end trace 6b9bd7e147ebd503 ]--- [ 56.847620] ------------[ cut here ]------------ [ 56.852462] WARNING: CPU: 0 PID: 421 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 56.860009] Modules linked in: [ 56.863204] CPU: 0 PID: 421 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 56.874196] Hardware name: Generic DRA72X (Flattened Device Tree) [ 56.880570] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 56.888668] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 56.896222] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 56.904682] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 56.913860] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 56.922238] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 56.929251] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 56.936888] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 56.945537] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 56.954636] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 56.964088] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 56.972282] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 56.980187] ---[ end trace 6b9bd7e147ebd504 ]--- [ 56.987381] ------------[ cut here ]------------ [ 56.992234] WARNING: CPU: 0 PID: 417 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 56.999786] Modules linked in: [ 57.002980] CPU: 0 PID: 417 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 57.013610] Hardware name: Generic DRA72X (Flattened Device Tree) [ 57.019988] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 57.028092] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 57.035653] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 57.044117] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 57.053297] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 57.061662] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 57.068668] [] (mmput) from [] (do_exit+0x288/0x914) [ 57.075679] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 57.083231] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 57.091498] ---[ end trace 6b9bd7e147ebd505 ]--- [ 57.096588] ------------[ cut here ]------------ [ 57.101445] WARNING: CPU: 0 PID: 416 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 57.109007] Modules linked in: [ 57.112214] CPU: 0 PID: 416 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 57.122849] Hardware name: Generic DRA72X (Flattened Device Tree) [ 57.129234] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 57.137339] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 57.144891] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 57.153352] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 57.162534] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 57.170904] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 57.177914] [] (mmput) from [] (do_exit+0x288/0x914) [ 57.184920] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 57.192472] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 57.200747] ---[ end trace 6b9bd7e147ebd506 ]--- [ 57.208501] ------------[ cut here ]------------ [ 57.213373] WARNING: CPU: 0 PID: 418 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 57.220928] Modules linked in: [ 57.224123] CPU: 0 PID: 418 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 57.234763] Hardware name: Generic DRA72X (Flattened Device Tree) [ 57.241149] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 57.249260] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 57.256819] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 57.265281] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 57.274470] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 57.282841] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 57.289844] [] (mmput) from [] (do_exit+0x288/0x914) [ 57.296851] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 57.304401] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 57.312672] ---[ end trace 6b9bd7e147ebd507 ]--- [ 57.319072] ------------[ cut here ]------------ [ 57.323925] WARNING: CPU: 0 PID: 419 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 57.331471] Modules linked in: [ 57.334667] CPU: 0 PID: 419 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 57.345296] Hardware name: Generic DRA72X (Flattened Device Tree) [ 57.351676] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 57.359776] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 57.367330] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 57.375795] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 57.384983] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 57.393351] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 57.400365] [] (mmput) from [] (do_exit+0x288/0x914) [ 57.407373] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 57.414926] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 57.423202] ---[ end trace 6b9bd7e147ebd508 ]--- [ 57.429529] ------------[ cut here ]------------ [ 57.434386] WARNING: CPU: 0 PID: 420 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 57.441945] Modules linked in: [ 57.445149] CPU: 0 PID: 420 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 57.455784] Hardware name: Generic DRA72X (Flattened Device Tree) [ 57.462167] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 57.470272] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 57.477836] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 57.486295] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 57.495483] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 57.503850] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 57.510854] [] (mmput) from [] (do_exit+0x288/0x914) [ 57.517865] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 57.525422] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 57.533698] ---[ end trace 6b9bd7e147ebd509 ]--- [ 57.540766] ------------[ cut here ]------------ [ 57.545614] WARNING: CPU: 0 PID: 423 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 57.553165] Modules linked in: [ 57.556365] CPU: 0 PID: 423 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 57.567370] Hardware name: Generic DRA72X (Flattened Device Tree) [ 57.573749] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 57.581852] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 57.589405] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 57.597866] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 57.607053] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 57.615422] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 57.622433] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 57.630074] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 57.638716] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 57.647809] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 57.657259] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 57.665447] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 57.673360] ---[ end trace 6b9bd7e147ebd50a ]--- [ 57.679285] ------------[ cut here ]------------ [ 57.684152] WARNING: CPU: 0 PID: 424 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 57.691702] Modules linked in: [ 57.694902] CPU: 0 PID: 424 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 57.705895] Hardware name: Generic DRA72X (Flattened Device Tree) [ 57.712269] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 57.720368] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 57.727924] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 57.736382] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 57.745570] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 57.753939] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 57.760953] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 57.768593] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 57.777236] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 57.786333] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 57.795786] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 57.803978] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 57.811899] ---[ end trace 6b9bd7e147ebd50b ]--- [ 57.818277] ------------[ cut here ]------------ [ 57.823130] WARNING: CPU: 0 PID: 425 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 57.830685] Modules linked in: [ 57.833879] CPU: 0 PID: 425 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 57.844881] Hardware name: Generic DRA72X (Flattened Device Tree) [ 57.851261] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 57.859366] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 57.866923] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 57.875379] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 57.884568] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 57.892938] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 57.899947] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 57.907588] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 57.916235] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 57.925323] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 57.934776] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 57.942953] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 57.950865] ---[ end trace 6b9bd7e147ebd50c ]--- [ 57.957289] ------------[ cut here ]------------ [ 57.962143] WARNING: CPU: 0 PID: 426 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 57.969689] Modules linked in: [ 57.972891] CPU: 0 PID: 426 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 57.983888] Hardware name: Generic DRA72X (Flattened Device Tree) [ 57.990272] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 57.998368] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 58.005918] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 58.014377] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 58.023559] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 58.031924] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 58.038931] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 58.046579] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 58.055215] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 58.064312] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 58.073767] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 58.081962] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 58.089879] ---[ end trace 6b9bd7e147ebd50d ]--- [ 58.096351] ------------[ cut here ]------------ [ 58.101215] WARNING: CPU: 0 PID: 421 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 58.108769] Modules linked in: [ 58.111969] CPU: 0 PID: 421 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 58.122595] Hardware name: Generic DRA72X (Flattened Device Tree) [ 58.128976] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 58.137079] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 58.144632] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 58.153094] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 58.162286] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 58.170657] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 58.177665] [] (mmput) from [] (do_exit+0x288/0x914) [ 58.184672] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 58.192227] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 58.200503] ---[ end trace 6b9bd7e147ebd50e ]--- [ 58.206838] ------------[ cut here ]------------ [ 58.211701] WARNING: CPU: 0 PID: 422 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 58.219250] Modules linked in: [ 58.222455] CPU: 0 PID: 422 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 58.233094] Hardware name: Generic DRA72X (Flattened Device Tree) [ 58.239479] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 58.247581] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 58.255139] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 58.263605] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 58.272793] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 58.281162] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 58.288167] [] (mmput) from [] (do_exit+0x288/0x914) [ 58.295180] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 58.302732] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 58.311001] ---[ end trace 6b9bd7e147ebd50f ]--- [ 58.318789] ------------[ cut here ]------------ [ 58.323650] WARNING: CPU: 0 PID: 427 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 58.331198] Modules linked in: [ 58.334391] CPU: 0 PID: 427 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 58.345387] Hardware name: Generic DRA72X (Flattened Device Tree) [ 58.351767] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 58.359868] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 58.367426] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 58.375884] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 58.385071] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 58.393443] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 58.400454] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 58.408092] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 58.416728] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 58.425817] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 58.435269] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 58.443455] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 58.451372] ---[ end trace 6b9bd7e147ebd510 ]--- [ 58.458354] ------------[ cut here ]------------ [ 58.463222] WARNING: CPU: 0 PID: 428 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 58.470777] Modules linked in: [ 58.473971] CPU: 0 PID: 428 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 58.484969] Hardware name: Generic DRA72X (Flattened Device Tree) [ 58.491356] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 58.499466] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 58.507033] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 58.515496] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 58.524680] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 58.533062] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 58.540071] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 58.547712] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 58.556353] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 58.565449] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 58.574908] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 58.583093] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 58.591000] ---[ end trace 6b9bd7e147ebd511 ]--- [ 58.598471] ------------[ cut here ]------------ [ 58.603339] WARNING: CPU: 0 PID: 429 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 58.610890] Modules linked in: [ 58.614087] CPU: 0 PID: 429 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 58.625082] Hardware name: Generic DRA72X (Flattened Device Tree) [ 58.631455] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 58.639556] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 58.647110] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 58.655572] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 58.664755] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 58.673128] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 58.680138] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 58.687782] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 58.696426] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 58.705522] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 58.714974] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 58.723154] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 58.731068] ---[ end trace 6b9bd7e147ebd512 ]--- [ 58.736065] ------------[ cut here ]------------ [ 58.740917] WARNING: CPU: 0 PID: 423 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 58.748470] Modules linked in: [ 58.751674] CPU: 0 PID: 423 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 58.762306] Hardware name: Generic DRA72X (Flattened Device Tree) [ 58.768685] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 58.776785] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 58.784339] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 58.792795] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 58.801975] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 58.810347] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 58.817352] [] (mmput) from [] (do_exit+0x288/0x914) [ 58.824356] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 58.831914] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 58.840183] ---[ end trace 6b9bd7e147ebd513 ]--- [ 58.846603] ------------[ cut here ]------------ [ 58.851460] WARNING: CPU: 0 PID: 424 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 58.859012] Modules linked in: [ 58.862224] CPU: 0 PID: 424 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 58.872865] Hardware name: Generic DRA72X (Flattened Device Tree) [ 58.879252] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 58.887353] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 58.894906] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 58.903362] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 58.912549] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 58.920916] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 58.927927] [] (mmput) from [] (do_exit+0x288/0x914) [ 58.934936] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 58.942490] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 58.950760] ---[ end trace 6b9bd7e147ebd514 ]--- [ 58.962993] ------------[ cut here ]------------ [ 58.967847] WARNING: CPU: 0 PID: 425 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 58.975401] Modules linked in: [ 58.978596] CPU: 0 PID: 425 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 58.989232] Hardware name: Generic DRA72X (Flattened Device Tree) [ 58.995615] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 59.003723] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 59.011287] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 59.019752] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 59.028933] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 59.037306] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 59.044314] [] (mmput) from [] (do_exit+0x288/0x914) [ 59.051322] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 59.058875] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 59.067148] ---[ end trace 6b9bd7e147ebd515 ]--- [ 59.073425] ------------[ cut here ]------------ [ 59.078271] WARNING: CPU: 0 PID: 426 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 59.085820] Modules linked in: [ 59.089012] CPU: 0 PID: 426 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 59.099638] Hardware name: Generic DRA72X (Flattened Device Tree) [ 59.106019] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 59.114120] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 59.121671] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 59.130123] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 59.139307] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 59.147677] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 59.154685] [] (mmput) from [] (do_exit+0x288/0x914) [ 59.161699] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 59.169252] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 59.177524] ---[ end trace 6b9bd7e147ebd516 ]--- [ 59.183804] ------------[ cut here ]------------ [ 59.188660] WARNING: CPU: 0 PID: 427 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 59.196215] Modules linked in: [ 59.199406] CPU: 0 PID: 427 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 59.210044] Hardware name: Generic DRA72X (Flattened Device Tree) [ 59.216424] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 59.224535] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 59.232085] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 59.240547] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 59.249721] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 59.258087] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 59.265097] [] (mmput) from [] (do_exit+0x288/0x914) [ 59.272100] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 59.279651] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 59.287919] ---[ end trace 6b9bd7e147ebd517 ]--- [ 59.294436] ------------[ cut here ]------------ [ 59.299299] WARNING: CPU: 0 PID: 387 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 59.306852] Modules linked in: [ 59.310055] CPU: 0 PID: 387 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 59.321055] Hardware name: Generic DRA72X (Flattened Device Tree) [ 59.327446] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 59.335550] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 59.343105] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 59.351566] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 59.360751] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 59.369126] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 59.376135] [] (mmput) from [] (do_exit+0x288/0x914) [ 59.383151] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 59.390709] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 59.398986] ---[ end trace 6b9bd7e147ebd518 ]--- [ 59.406863] ------------[ cut here ]------------ [ 59.411726] WARNING: CPU: 0 PID: 388 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 59.419273] Modules linked in: [ 59.422476] CPU: 0 PID: 388 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 59.433470] Hardware name: Generic DRA72X (Flattened Device Tree) [ 59.439851] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 59.447953] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 59.455510] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 59.463965] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 59.473149] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 59.481525] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 59.488532] [] (mmput) from [] (do_exit+0x288/0x914) [ 59.495540] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 59.503088] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 59.511359] ---[ end trace 6b9bd7e147ebd519 ]--- [ 59.517773] ------------[ cut here ]------------ [ 59.522628] WARNING: CPU: 0 PID: 430 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 59.530186] Modules linked in: [ 59.533378] CPU: 0 PID: 430 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 59.544378] Hardware name: Generic DRA72X (Flattened Device Tree) [ 59.550761] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 59.558865] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 59.566421] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 59.574876] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 59.584059] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 59.592429] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 59.599441] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 59.607080] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 59.615721] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 59.624810] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 59.634260] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 59.642451] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 59.650362] ---[ end trace 6b9bd7e147ebd51a ]--- [ 59.656796] ------------[ cut here ]------------ [ 59.661662] WARNING: CPU: 0 PID: 431 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 59.669207] Modules linked in: [ 59.672407] CPU: 0 PID: 431 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 59.683400] Hardware name: Generic DRA72X (Flattened Device Tree) [ 59.689780] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 59.697879] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 59.705440] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 59.713898] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 59.723087] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 59.731455] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 59.738457] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 59.746099] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 59.754735] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 59.763836] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 59.773295] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 59.781484] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 59.789393] ---[ end trace 6b9bd7e147ebd51b ]--- [ 59.795881] ------------[ cut here ]------------ [ 59.800740] WARNING: CPU: 0 PID: 428 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 59.808292] Modules linked in: [ 59.811493] CPU: 0 PID: 428 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 59.822128] Hardware name: Generic DRA72X (Flattened Device Tree) [ 59.828511] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 59.836618] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 59.844170] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 59.852626] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 59.861813] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 59.870177] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 59.877188] [] (mmput) from [] (do_exit+0x288/0x914) [ 59.884198] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 59.891753] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 59.900031] ---[ end trace 6b9bd7e147ebd51c ]--- [ 59.906372] ------------[ cut here ]------------ [ 59.911225] WARNING: CPU: 0 PID: 429 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 59.918778] Modules linked in: [ 59.921987] CPU: 0 PID: 429 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 59.932621] Hardware name: Generic DRA72X (Flattened Device Tree) [ 59.939005] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 59.947106] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 59.954664] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 59.963127] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 59.972303] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 59.980674] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 59.987685] [] (mmput) from [] (do_exit+0x288/0x914) [ 59.994693] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 60.002243] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 60.010523] ---[ end trace 6b9bd7e147ebd51d ]--- [ 60.017942] ------------[ cut here ]------------ [ 60.022810] WARNING: CPU: 0 PID: 432 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 60.030358] Modules linked in: [ 60.033552] CPU: 0 PID: 432 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 60.044542] Hardware name: Generic DRA72X (Flattened Device Tree) [ 60.050919] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 60.059022] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 60.066576] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 60.075039] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 60.084222] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 60.092594] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 60.099602] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 60.107243] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 60.115884] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 60.124982] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 60.134445] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 60.142628] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 60.150541] ---[ end trace 6b9bd7e147ebd51e ]--- [ 60.159199] ------------[ cut here ]------------ [ 60.164072] WARNING: CPU: 0 PID: 433 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 60.171630] Modules linked in: [ 60.174836] CPU: 0 PID: 433 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 60.185837] Hardware name: Generic DRA72X (Flattened Device Tree) [ 60.192229] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 60.200336] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 60.207893] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 60.216358] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 60.225545] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 60.233908] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 60.240916] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 60.248555] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 60.257196] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 60.266294] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 60.275750] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 60.283933] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 60.291839] ---[ end trace 6b9bd7e147ebd51f ]--- [ 60.297849] ------------[ cut here ]------------ [ 60.302703] WARNING: CPU: 0 PID: 434 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 60.310251] Modules linked in: [ 60.313441] CPU: 0 PID: 434 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 60.324440] Hardware name: Generic DRA72X (Flattened Device Tree) [ 60.330819] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 60.338921] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 60.346477] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 60.354937] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 60.364124] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 60.372493] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 60.379497] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 60.387140] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 60.395780] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 60.404868] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 60.414323] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 60.422513] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 60.430417] ---[ end trace 6b9bd7e147ebd520 ]--- [ 60.438161] ------------[ cut here ]------------ [ 60.443026] WARNING: CPU: 0 PID: 430 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 60.450585] Modules linked in: [ 60.453777] CPU: 0 PID: 430 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 60.464415] Hardware name: Generic DRA72X (Flattened Device Tree) [ 60.470805] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 60.478913] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 60.486469] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 60.494931] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 60.504120] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 60.512491] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 60.519500] [] (mmput) from [] (do_exit+0x288/0x914) [ 60.526510] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 60.534064] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 60.542340] ---[ end trace 6b9bd7e147ebd521 ]--- [ 60.548721] ------------[ cut here ]------------ [ 60.553570] WARNING: CPU: 0 PID: 431 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 60.561116] Modules linked in: [ 60.564307] CPU: 0 PID: 431 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 60.574940] Hardware name: Generic DRA72X (Flattened Device Tree) [ 60.581314] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 60.589418] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 60.596975] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 60.605434] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 60.614616] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 60.622986] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 60.629994] [] (mmput) from [] (do_exit+0x288/0x914) [ 60.637008] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 60.644560] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 60.652837] ---[ end trace 6b9bd7e147ebd522 ]--- [ 60.659096] ------------[ cut here ]------------ [ 60.663954] WARNING: CPU: 0 PID: 432 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 60.671504] Modules linked in: [ 60.674697] CPU: 0 PID: 432 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 60.685427] Hardware name: Generic DRA72X (Flattened Device Tree) [ 60.691809] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 60.699913] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 60.707478] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 60.715940] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 60.725135] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 60.733498] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 60.740509] [] (mmput) from [] (do_exit+0x288/0x914) [ 60.747519] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 60.755075] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 60.763345] ---[ end trace 6b9bd7e147ebd523 ]--- [ 60.770640] ------------[ cut here ]------------ [ 60.775487] WARNING: CPU: 0 PID: 435 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 60.783028] Modules linked in: [ 60.786228] CPU: 0 PID: 435 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 60.797226] Hardware name: Generic DRA72X (Flattened Device Tree) [ 60.803607] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 60.811715] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 60.819269] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 60.827730] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 60.836909] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 60.845273] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 60.852282] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 60.859920] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 60.868566] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 60.877655] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 60.887112] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 60.895298] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 60.903205] ---[ end trace 6b9bd7e147ebd524 ]--- [ 60.909625] ------------[ cut here ]------------ [ 60.914485] WARNING: CPU: 0 PID: 436 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 60.922035] Modules linked in: [ 60.925231] CPU: 0 PID: 436 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 60.936223] Hardware name: Generic DRA72X (Flattened Device Tree) [ 60.942602] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 60.950698] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 60.958256] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 60.966715] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 60.975902] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 60.984274] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 60.991285] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 60.998926] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 61.007571] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 61.016672] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 61.026131] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 61.034314] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 61.042223] ---[ end trace 6b9bd7e147ebd525 ]--- [ 61.054510] ------------[ cut here ]------------ [ 61.059378] WARNING: CPU: 0 PID: 433 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 61.066930] Modules linked in: [ 61.070129] CPU: 0 PID: 433 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 61.080852] Hardware name: Generic DRA72X (Flattened Device Tree) [ 61.087229] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 61.095330] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 61.102882] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 61.111340] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 61.120525] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 61.128893] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 61.135904] [] (mmput) from [] (do_exit+0x288/0x914) [ 61.142912] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 61.150463] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 61.158731] ---[ end trace 6b9bd7e147ebd526 ]--- [ 61.165153] ------------[ cut here ]------------ [ 61.170012] WARNING: CPU: 0 PID: 434 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 61.177564] Modules linked in: [ 61.180770] CPU: 0 PID: 434 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 61.191412] Hardware name: Generic DRA72X (Flattened Device Tree) [ 61.197800] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 61.205901] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 61.213451] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 61.221912] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 61.231098] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 61.239468] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 61.246473] [] (mmput) from [] (do_exit+0x288/0x914) [ 61.253481] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 61.261032] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 61.269304] ---[ end trace 6b9bd7e147ebd527 ]--- [ 61.275904] ------------[ cut here ]------------ [ 61.280752] WARNING: CPU: 0 PID: 437 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 61.288298] Modules linked in: [ 61.291500] CPU: 0 PID: 437 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 61.302490] Hardware name: Generic DRA72X (Flattened Device Tree) [ 61.308874] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 61.316977] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 61.324534] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 61.332992] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 61.342182] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 61.350552] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 61.357561] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 61.365203] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 61.373842] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 61.382937] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 61.392396] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 61.400589] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 61.408496] ---[ end trace 6b9bd7e147ebd528 ]--- [ 61.415936] ------------[ cut here ]------------ [ 61.420790] WARNING: CPU: 0 PID: 439 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 61.428337] Modules linked in: [ 61.431539] CPU: 0 PID: 439 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 61.442534] Hardware name: Generic DRA72X (Flattened Device Tree) [ 61.448912] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 61.457015] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 61.464572] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 61.473026] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 61.482216] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 61.490584] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 61.497596] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 61.505241] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 61.513880] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 61.522980] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 61.532445] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 61.540638] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 61.548545] ---[ end trace 6b9bd7e147ebd529 ]--- [ 61.555429] ------------[ cut here ]------------ [ 61.560276] WARNING: CPU: 0 PID: 438 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 61.567822] Modules linked in: [ 61.571028] CPU: 0 PID: 438 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 61.582028] Hardware name: Generic DRA72X (Flattened Device Tree) [ 61.588405] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 61.596502] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 61.604053] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 61.612511] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 61.621691] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 61.630057] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 61.637068] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 61.644703] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 61.653349] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 61.662449] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 61.671907] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 61.680093] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 61.688002] ---[ end trace 6b9bd7e147ebd52a ]--- [ 61.694380] ------------[ cut here ]------------ [ 61.699238] WARNING: CPU: 0 PID: 435 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 61.706778] Modules linked in: [ 61.709977] CPU: 0 PID: 435 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 61.720704] Hardware name: Generic DRA72X (Flattened Device Tree) [ 61.727085] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 61.735181] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 61.742741] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 61.751195] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 61.760382] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 61.768760] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 61.775774] [] (mmput) from [] (do_exit+0x288/0x914) [ 61.782780] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 61.790336] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 61.798607] ---[ end trace 6b9bd7e147ebd52b ]--- [ 61.805693] ------------[ cut here ]------------ [ 61.810562] WARNING: CPU: 0 PID: 437 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 61.818117] Modules linked in: [ 61.821325] CPU: 0 PID: 437 Comm: stat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 61.831962] Hardware name: Generic DRA72X (Flattened Device Tree) [ 61.838348] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 61.846458] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 61.854018] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 61.862480] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 61.871668] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 61.880037] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 61.887040] [] (mmput) from [] (do_exit+0x288/0x914) [ 61.894052] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 61.901605] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 61.909875] ---[ end trace 6b9bd7e147ebd52c ]--- [ 61.916036] ------------[ cut here ]------------ [ 61.920893] WARNING: CPU: 0 PID: 436 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 61.928439] Modules linked in: [ 61.931642] CPU: 0 PID: 436 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 61.942278] Hardware name: Generic DRA72X (Flattened Device Tree) [ 61.948657] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 61.956755] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 61.964309] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 61.972767] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 61.981951] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 61.990324] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 61.997336] [] (mmput) from [] (do_exit+0x288/0x914) [ 62.004345] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 62.011893] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 62.020162] ---[ end trace 6b9bd7e147ebd52d ]--- [ 62.026687] ------------[ cut here ]------------ [ 62.031555] WARNING: CPU: 0 PID: 440 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 62.039103] Modules linked in: [ 62.042305] CPU: 0 PID: 440 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 62.053304] Hardware name: Generic DRA72X (Flattened Device Tree) [ 62.059682] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 62.067784] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 62.075337] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 62.083797] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 62.092979] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 62.101352] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 62.108363] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 62.116007] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 62.124649] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 62.133740] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 62.143194] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 62.151384] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 62.159294] ---[ end trace 6b9bd7e147ebd52e ]--- [ 62.167168] ------------[ cut here ]------------ [ 62.172041] WARNING: CPU: 0 PID: 438 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 62.179604] Modules linked in: [ 62.182807] CPU: 0 PID: 438 Comm: stat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 62.193446] Hardware name: Generic DRA72X (Flattened Device Tree) [ 62.199822] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 62.207927] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 62.215484] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 62.223947] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 62.233131] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 62.241500] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 62.248513] [] (mmput) from [] (do_exit+0x288/0x914) [ 62.255525] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 62.263079] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 62.271351] ---[ end trace 6b9bd7e147ebd52f ]--- [ 62.276411] ------------[ cut here ]------------ [ 62.281269] WARNING: CPU: 0 PID: 439 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 62.288833] Modules linked in: [ 62.292060] CPU: 0 PID: 439 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 62.302693] Hardware name: Generic DRA72X (Flattened Device Tree) [ 62.309080] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 62.317187] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 62.324749] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 62.333206] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 62.342392] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 62.350762] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 62.357775] [] (mmput) from [] (do_exit+0x288/0x914) [ 62.364783] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 62.372337] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 62.380614] ---[ end trace 6b9bd7e147ebd530 ]--- [ 62.387010] ------------[ cut here ]------------ [ 62.391891] WARNING: CPU: 0 PID: 441 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 62.399454] Modules linked in: [ 62.402664] CPU: 0 PID: 441 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 62.413664] Hardware name: Generic DRA72X (Flattened Device Tree) [ 62.420046] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 62.428156] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 62.435719] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 62.444180] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 62.453364] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 62.461730] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 62.468739] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 62.476382] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 62.485031] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 62.494123] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 62.503577] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 62.511767] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 62.519685] ---[ end trace 6b9bd7e147ebd531 ]--- [ 62.526349] ------------[ cut here ]------------ [ 62.531220] WARNING: CPU: 0 PID: 442 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 62.538769] Modules linked in: [ 62.541972] CPU: 0 PID: 442 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 62.552968] Hardware name: Generic DRA72X (Flattened Device Tree) [ 62.559351] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 62.567444] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 62.574997] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 62.583460] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 62.592643] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 62.601010] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 62.608020] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 62.615667] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 62.624314] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 62.633414] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 62.642870] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 62.651055] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 62.658963] ---[ end trace 6b9bd7e147ebd532 ]--- [ 62.668242] ------------[ cut here ]------------ [ 62.673114] WARNING: CPU: 0 PID: 443 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 62.680663] Modules linked in: [ 62.683859] CPU: 0 PID: 443 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 62.694859] Hardware name: Generic DRA72X (Flattened Device Tree) [ 62.701239] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 62.709337] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 62.716895] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 62.725358] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 62.734546] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 62.742912] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 62.749919] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 62.757559] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 62.766200] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 62.775296] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 62.784753] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 62.792941] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 62.800847] ---[ end trace 6b9bd7e147ebd533 ]--- [ 62.806628] ------------[ cut here ]------------ [ 62.811475] WARNING: CPU: 0 PID: 444 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 62.819023] Modules linked in: [ 62.822224] CPU: 0 PID: 444 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 62.833217] Hardware name: Generic DRA72X (Flattened Device Tree) [ 62.839593] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 62.847691] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 62.855245] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 62.863707] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 62.872893] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 62.881259] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 62.888264] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 62.895903] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 62.904551] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 62.913650] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 62.923106] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 62.931292] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 62.939204] ---[ end trace 6b9bd7e147ebd534 ]--- [ 62.945602] ------------[ cut here ]------------ [ 62.950448] WARNING: CPU: 0 PID: 440 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 62.957999] Modules linked in: [ 62.961202] CPU: 0 PID: 440 Comm: stat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 62.971833] Hardware name: Generic DRA72X (Flattened Device Tree) [ 62.978209] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 62.986306] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 62.993860] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 63.002326] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 63.011511] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 63.019888] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 63.026898] [] (mmput) from [] (do_exit+0x288/0x914) [ 63.033902] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 63.041456] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 63.049730] ---[ end trace 6b9bd7e147ebd535 ]--- [ 63.055989] ------------[ cut here ]------------ [ 63.060834] WARNING: CPU: 0 PID: 441 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 63.068377] Modules linked in: [ 63.071577] CPU: 0 PID: 441 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 63.082217] Hardware name: Generic DRA72X (Flattened Device Tree) [ 63.088593] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 63.096694] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 63.104247] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 63.112715] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 63.121900] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 63.130268] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 63.137276] [] (mmput) from [] (do_exit+0x288/0x914) [ 63.144288] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 63.151835] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 63.160113] ---[ end trace 6b9bd7e147ebd536 ]--- [ 63.172432] ------------[ cut here ]------------ [ 63.177290] WARNING: CPU: 0 PID: 442 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 63.184846] Modules linked in: [ 63.188045] CPU: 0 PID: 442 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 63.198684] Hardware name: Generic DRA72X (Flattened Device Tree) [ 63.205070] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 63.213173] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 63.220730] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 63.229188] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 63.238376] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 63.246742] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 63.253749] [] (mmput) from [] (do_exit+0x288/0x914) [ 63.260755] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 63.268306] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 63.276579] ---[ end trace 6b9bd7e147ebd537 ]--- [ 63.282768] ------------[ cut here ]------------ [ 63.287617] WARNING: CPU: 0 PID: 445 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 63.295166] Modules linked in: [ 63.298360] CPU: 0 PID: 445 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 63.309352] Hardware name: Generic DRA72X (Flattened Device Tree) [ 63.315730] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 63.323832] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 63.331389] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 63.339851] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 63.349035] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 63.357401] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 63.364408] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 63.372055] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 63.380697] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 63.389792] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 63.399249] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 63.407436] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 63.415343] ---[ end trace 6b9bd7e147ebd538 ]--- [ 63.421553] ------------[ cut here ]------------ [ 63.426415] WARNING: CPU: 0 PID: 443 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 63.433968] Modules linked in: [ 63.437173] CPU: 0 PID: 443 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 63.447819] Hardware name: Generic DRA72X (Flattened Device Tree) [ 63.454202] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 63.462305] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 63.469861] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 63.478318] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 63.487497] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 63.495867] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 63.502874] [] (mmput) from [] (do_exit+0x288/0x914) [ 63.509881] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 63.517437] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 63.525712] ---[ end trace 6b9bd7e147ebd539 ]--- [ 63.532009] ------------[ cut here ]------------ [ 63.536865] WARNING: CPU: 0 PID: 444 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 63.544409] Modules linked in: [ 63.547610] CPU: 0 PID: 444 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 63.558330] Hardware name: Generic DRA72X (Flattened Device Tree) [ 63.564700] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 63.572805] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 63.580357] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 63.588809] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 63.597990] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 63.606359] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 63.613363] [] (mmput) from [] (do_exit+0x288/0x914) [ 63.620375] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 63.627930] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 63.636202] ---[ end trace 6b9bd7e147ebd53a ]--- [ 63.642373] ------------[ cut here ]------------ [ 63.647236] WARNING: CPU: 0 PID: 446 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 63.654798] Modules linked in: [ 63.657992] CPU: 0 PID: 446 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 63.668995] Hardware name: Generic DRA72X (Flattened Device Tree) [ 63.675378] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 63.683481] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 63.691042] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 63.699501] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 63.708691] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 63.717069] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 63.724077] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 63.731720] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 63.740364] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 63.749466] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 63.758919] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 63.767102] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 63.775008] ---[ end trace 6b9bd7e147ebd53b ]--- [ 63.783529] ------------[ cut here ]------------ [ 63.788400] WARNING: CPU: 0 PID: 447 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 63.795956] Modules linked in: [ 63.799150] CPU: 0 PID: 447 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 63.810151] Hardware name: Generic DRA72X (Flattened Device Tree) [ 63.816540] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 63.824646] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 63.832204] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 63.840666] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 63.849855] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 63.858219] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 63.865227] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 63.872865] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 63.881505] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 63.890601] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 63.900056] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 63.908245] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 63.916157] ---[ end trace 6b9bd7e147ebd53c ]--- [ 63.922758] ------------[ cut here ]------------ [ 63.927622] WARNING: CPU: 0 PID: 448 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 63.935168] Modules linked in: [ 63.938362] CPU: 0 PID: 448 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 63.949356] Hardware name: Generic DRA72X (Flattened Device Tree) [ 63.955741] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 63.963841] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 63.971396] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 63.979855] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 63.989048] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 63.997415] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 64.004421] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 64.012076] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 64.020723] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 64.029816] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 64.039270] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 64.047461] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 64.055369] ---[ end trace 6b9bd7e147ebd53d ]--- [ 64.061297] ------------[ cut here ]------------ [ 64.066155] WARNING: CPU: 0 PID: 449 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 64.073703] Modules linked in: [ 64.076906] CPU: 0 PID: 449 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 64.087898] Hardware name: Generic DRA72X (Flattened Device Tree) [ 64.094278] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 64.102378] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 64.109934] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 64.118391] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 64.127580] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 64.135949] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 64.142962] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 64.150608] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 64.159251] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 64.168353] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 64.177815] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 64.186004] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 64.193920] ---[ end trace 6b9bd7e147ebd53e ]--- [ 64.200261] ------------[ cut here ]------------ [ 64.205110] WARNING: CPU: 0 PID: 445 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 64.212662] Modules linked in: [ 64.215861] CPU: 0 PID: 445 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 64.226490] Hardware name: Generic DRA72X (Flattened Device Tree) [ 64.232872] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 64.240978] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 64.248537] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 64.256989] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 64.266175] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 64.274546] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 64.281551] [] (mmput) from [] (do_exit+0x288/0x914) [ 64.288559] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 64.296117] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 64.304391] ---[ end trace 6b9bd7e147ebd53f ]--- [ 64.310883] ------------[ cut here ]------------ [ 64.315734] WARNING: CPU: 0 PID: 446 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 64.323287] Modules linked in: [ 64.326491] CPU: 0 PID: 446 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 64.337123] Hardware name: Generic DRA72X (Flattened Device Tree) [ 64.343499] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 64.351600] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 64.359157] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 64.367616] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 64.376801] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 64.385174] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 64.392182] [] (mmput) from [] (do_exit+0x288/0x914) [ 64.399191] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 64.406747] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 64.415019] ---[ end trace 6b9bd7e147ebd540 ]--- [ 64.421312] ------------[ cut here ]------------ [ 64.426167] WARNING: CPU: 0 PID: 447 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 64.433726] Modules linked in: [ 64.436933] CPU: 0 PID: 447 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 64.447660] Hardware name: Generic DRA72X (Flattened Device Tree) [ 64.454048] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 64.462152] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 64.469706] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 64.478170] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 64.487356] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 64.495721] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 64.502732] [] (mmput) from [] (do_exit+0x288/0x914) [ 64.509746] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 64.517307] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 64.525589] ---[ end trace 6b9bd7e147ebd541 ]--- [ 64.531260] ------------[ cut here ]------------ [ 64.536112] WARNING: CPU: 0 PID: 393 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 64.543657] Modules linked in: [ 64.546856] CPU: 0 PID: 393 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 64.557848] Hardware name: Generic DRA72X (Flattened Device Tree) [ 64.564230] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 64.572335] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 64.579891] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 64.588355] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 64.597547] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 64.605916] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 64.612925] [] (mmput) from [] (do_exit+0x288/0x914) [ 64.619930] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 64.627479] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 64.635754] ---[ end trace 6b9bd7e147ebd542 ]--- [ 64.642178] ------------[ cut here ]------------ [ 64.647037] WARNING: CPU: 0 PID: 448 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 64.654594] Modules linked in: [ 64.657805] CPU: 0 PID: 448 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 64.668440] Hardware name: Generic DRA72X (Flattened Device Tree) [ 64.674827] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 64.682933] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 64.690493] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 64.698952] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 64.708133] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 64.716501] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 64.723505] [] (mmput) from [] (do_exit+0x288/0x914) [ 64.730515] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 64.738061] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 64.746335] ---[ end trace 6b9bd7e147ebd543 ]--- [ 64.752579] ------------[ cut here ]------------ [ 64.757438] WARNING: CPU: 0 PID: 449 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 64.764988] Modules linked in: [ 64.768178] CPU: 0 PID: 449 Comm: stat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 64.778801] Hardware name: Generic DRA72X (Flattened Device Tree) [ 64.785182] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 64.793283] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 64.800836] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 64.809291] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 64.818473] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 64.826848] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 64.833853] [] (mmput) from [] (do_exit+0x288/0x914) [ 64.840863] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 64.848423] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 64.856692] ---[ end trace 6b9bd7e147ebd544 ]--- [ 64.865790] ------------[ cut here ]------------ [ 64.870643] WARNING: CPU: 0 PID: 450 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 64.878193] Modules linked in: [ 64.881394] CPU: 0 PID: 450 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 64.892386] Hardware name: Generic DRA72X (Flattened Device Tree) [ 64.898773] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 64.906876] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 64.914433] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 64.922893] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 64.932084] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 64.940454] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 64.947464] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 64.955103] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 64.963742] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 64.972850] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 64.982314] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 64.990501] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 64.998408] ---[ end trace 6b9bd7e147ebd545 ]--- [ 65.004056] ------------[ cut here ]------------ [ 65.008923] WARNING: CPU: 0 PID: 451 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 65.016480] Modules linked in: [ 65.019672] CPU: 0 PID: 451 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 65.030675] Hardware name: Generic DRA72X (Flattened Device Tree) [ 65.037056] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 65.045154] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 65.052702] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 65.061162] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 65.070344] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 65.078711] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 65.085724] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 65.093363] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 65.102002] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 65.111089] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 65.120539] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 65.128723] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 65.136632] ---[ end trace 6b9bd7e147ebd546 ]--- [ 65.142842] ------------[ cut here ]------------ [ 65.147697] WARNING: CPU: 0 PID: 452 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 65.155243] Modules linked in: [ 65.158436] CPU: 0 PID: 452 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 65.169155] Hardware name: Generic DRA72X (Flattened Device Tree) [ 65.175528] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 65.183628] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 65.191187] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 65.199652] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 65.208835] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 65.217206] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 65.224215] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 65.231853] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 65.240494] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 65.249591] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 65.258411] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 65.267139] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 65.276593] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 65.284787] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 65.292697] ---[ end trace 6b9bd7e147ebd547 ]--- [ 65.305633] ------------[ cut here ]------------ [ 65.310483] WARNING: CPU: 0 PID: 454 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 65.318031] Modules linked in: [ 65.321232] CPU: 0 PID: 454 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 65.332223] Hardware name: Generic DRA72X (Flattened Device Tree) [ 65.338605] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 65.346701] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 65.354257] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 65.362720] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 65.371911] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 65.380284] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 65.387289] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 65.394934] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 65.403569] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 65.412656] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 65.422112] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 65.430292] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 65.438203] ---[ end trace 6b9bd7e147ebd548 ]--- [ 65.443872] ------------[ cut here ]------------ [ 65.448732] WARNING: CPU: 0 PID: 453 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 65.456289] Modules linked in: [ 65.459480] CPU: 0 PID: 453 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 65.470475] Hardware name: Generic DRA72X (Flattened Device Tree) [ 65.476854] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 65.484948] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 65.492506] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 65.500964] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 65.510151] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 65.518518] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 65.525533] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 65.533178] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 65.541820] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 65.550914] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 65.560376] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 65.568567] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 65.576477] ---[ end trace 6b9bd7e147ebd549 ]--- [ 65.582710] ------------[ cut here ]------------ [ 65.587563] WARNING: CPU: 0 PID: 450 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 65.595105] Modules linked in: [ 65.598300] CPU: 0 PID: 450 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 65.609298] Hardware name: Generic DRA72X (Flattened Device Tree) [ 65.615675] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 65.623773] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 65.631330] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 65.639794] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 65.648974] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 65.657348] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 65.664359] [] (mmput) from [] (do_exit+0x288/0x914) [ 65.671367] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 65.678919] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 65.687191] ---[ end trace 6b9bd7e147ebd54a ]--- [ 65.693437] ------------[ cut here ]------------ [ 65.698289] WARNING: CPU: 0 PID: 451 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 65.705839] Modules linked in: [ 65.709033] CPU: 0 PID: 451 Comm: stat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 65.719668] Hardware name: Generic DRA72X (Flattened Device Tree) [ 65.726043] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 65.734145] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 65.741706] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 65.750167] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 65.759357] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 65.767723] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 65.774730] [] (mmput) from [] (do_exit+0x288/0x914) [ 65.781735] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 65.789280] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 65.797554] ---[ end trace 6b9bd7e147ebd54b ]--- [ 65.807932] ------------[ cut here ]------------ [ 65.812794] WARNING: CPU: 0 PID: 455 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 65.820345] Modules linked in: [ 65.823543] CPU: 0 PID: 455 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 65.834537] Hardware name: Generic DRA72X (Flattened Device Tree) [ 65.840919] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 65.849020] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 65.856574] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 65.865043] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 65.874235] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 65.882609] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 65.889619] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 65.897262] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 65.905899] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 65.915000] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 65.924457] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 65.932648] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 65.940556] ---[ end trace 6b9bd7e147ebd54c ]--- [ 65.948175] ------------[ cut here ]------------ [ 65.953046] WARNING: CPU: 0 PID: 454 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 65.960595] Modules linked in: [ 65.963790] CPU: 0 PID: 454 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 65.974433] Hardware name: Generic DRA72X (Flattened Device Tree) [ 65.980821] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 65.988935] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 65.996502] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 66.004961] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 66.014154] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 66.022525] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 66.029534] [] (mmput) from [] (do_exit+0x288/0x914) [ 66.036542] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 66.044092] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 66.052365] ---[ end trace 6b9bd7e147ebd54d ]--- [ 66.058549] ------------[ cut here ]------------ [ 66.063407] WARNING: CPU: 0 PID: 453 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 66.070953] Modules linked in: [ 66.074144] CPU: 0 PID: 453 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 66.085139] Hardware name: Generic DRA72X (Flattened Device Tree) [ 66.091517] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 66.099619] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 66.107176] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 66.115636] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 66.124822] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 66.133197] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 66.140201] [] (mmput) from [] (do_exit+0x288/0x914) [ 66.147211] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 66.154765] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 66.163034] ---[ end trace 6b9bd7e147ebd54e ]--- [ 66.169494] ------------[ cut here ]------------ [ 66.174359] WARNING: CPU: 0 PID: 456 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 66.181918] Modules linked in: [ 66.185124] CPU: 0 PID: 456 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 66.196124] Hardware name: Generic DRA72X (Flattened Device Tree) [ 66.202513] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 66.210614] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 66.218170] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 66.226624] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 66.235810] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 66.244177] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 66.251182] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 66.258823] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 66.267464] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 66.276559] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 66.286020] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 66.294209] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 66.302123] ---[ end trace 6b9bd7e147ebd54f ]--- [ 66.308342] ------------[ cut here ]------------ [ 66.313206] WARNING: CPU: 0 PID: 457 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 66.320757] Modules linked in: [ 66.323951] CPU: 0 PID: 457 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 66.334951] Hardware name: Generic DRA72X (Flattened Device Tree) [ 66.341331] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 66.349440] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 66.356996] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 66.365457] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 66.374648] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 66.383013] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 66.390019] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 66.397658] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 66.406298] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 66.415387] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 66.424845] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 66.433031] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 66.440945] ---[ end trace 6b9bd7e147ebd550 ]--- [ 66.447678] ------------[ cut here ]------------ [ 66.452546] WARNING: CPU: 0 PID: 458 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 66.460097] Modules linked in: [ 66.463290] CPU: 0 PID: 458 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 66.474288] Hardware name: Generic DRA72X (Flattened Device Tree) [ 66.480674] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 66.488777] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 66.496332] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 66.504787] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 66.513976] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 66.522345] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 66.529359] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 66.537010] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 66.545649] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 66.554746] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 66.564200] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 66.572387] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 66.580298] ---[ end trace 6b9bd7e147ebd551 ]--- [ 66.586012] ------------[ cut here ]------------ [ 66.590868] WARNING: CPU: 0 PID: 459 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 66.598414] Modules linked in: [ 66.601616] CPU: 0 PID: 459 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 66.612609] Hardware name: Generic DRA72X (Flattened Device Tree) [ 66.618985] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 66.627085] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 66.634640] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 66.643105] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 66.652286] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 66.660655] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 66.667665] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 66.675315] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 66.683957] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 66.693050] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 66.702512] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 66.710700] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 66.718611] ---[ end trace 6b9bd7e147ebd552 ]--- [ 66.725102] ------------[ cut here ]------------ [ 66.729946] WARNING: CPU: 0 PID: 455 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 66.737495] Modules linked in: [ 66.740696] CPU: 0 PID: 455 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 66.751324] Hardware name: Generic DRA72X (Flattened Device Tree) [ 66.757710] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 66.765809] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 66.773365] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 66.781822] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 66.791009] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 66.799380] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 66.806387] [] (mmput) from [] (do_exit+0x288/0x914) [ 66.813397] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 66.820953] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 66.829221] ---[ end trace 6b9bd7e147ebd553 ]--- [ 66.836268] ------------[ cut here ]------------ [ 66.841124] WARNING: CPU: 0 PID: 457 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 66.848679] Modules linked in: [ 66.851893] CPU: 0 PID: 457 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 66.862530] Hardware name: Generic DRA72X (Flattened Device Tree) [ 66.868918] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 66.877020] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 66.884577] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 66.893040] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 66.902241] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 66.910624] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 66.917638] [] (mmput) from [] (do_exit+0x288/0x914) [ 66.924646] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 66.932204] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 66.940480] ---[ end trace 6b9bd7e147ebd554 ]--- [ 66.946286] ------------[ cut here ]------------ [ 66.951148] WARNING: CPU: 0 PID: 456 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 66.958708] Modules linked in: [ 66.961915] CPU: 0 PID: 456 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 66.972636] Hardware name: Generic DRA72X (Flattened Device Tree) [ 66.979014] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 66.987115] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 66.994673] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.003134] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.012321] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.020687] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.027694] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.034702] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.042254] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.050532] ---[ end trace 6b9bd7e147ebd555 ]--- [ 67.059687] ------------[ cut here ]------------ [ 67.064556] WARNING: CPU: 0 PID: 460 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.072115] Modules linked in: [ 67.075323] CPU: 0 PID: 460 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.086327] Hardware name: Generic DRA72X (Flattened Device Tree) [ 67.092715] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.100822] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.108383] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.116848] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.126031] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.134397] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.141400] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.149045] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.157696] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.166792] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.176247] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.184432] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.192347] ---[ end trace 6b9bd7e147ebd556 ]--- [ 67.198933] ------------[ cut here ]------------ [ 67.203792] WARNING: CPU: 0 PID: 458 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.211343] Modules linked in: [ 67.214539] CPU: 0 PID: 458 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.225172] Hardware name: Generic DRA72X (Flattened Device Tree) [ 67.231555] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.239653] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.247209] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.255666] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.264852] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.273216] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.280224] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.287230] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.294785] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.303050] ---[ end trace 6b9bd7e147ebd557 ]--- [ 67.315264] ------------[ cut here ]------------ [ 67.320105] WARNING: CPU: 0 PID: 459 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.327648] Modules linked in: [ 67.330851] CPU: 0 PID: 459 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.341573] Hardware name: Generic DRA72X (Flattened Device Tree) [ 67.347952] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.356052] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.363601] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.372058] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.381249] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.389622] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.396634] [] (mmput) from [] (do_exit+0x288/0x914) [ 67.403641] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 67.411203] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 67.419478] ---[ end trace 6b9bd7e147ebd558 ]--- [ 67.425699] ------------[ cut here ]------------ [ 67.430564] WARNING: CPU: 0 PID: 461 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.438121] Modules linked in: [ 67.441326] CPU: 0 PID: 461 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.452329] Hardware name: Generic DRA72X (Flattened Device Tree) [ 67.458710] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.466813] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.474368] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.482829] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.492019] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.500388] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.507395] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.515041] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.523689] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.532797] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.542256] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.550442] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.558350] ---[ end trace 6b9bd7e147ebd559 ]--- [ 67.564837] ------------[ cut here ]------------ [ 67.569665] WARNING: CPU: 0 PID: 462 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.577216] Modules linked in: [ 67.580415] CPU: 0 PID: 462 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.591412] Hardware name: Generic DRA72X (Flattened Device Tree) [ 67.597789] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.605890] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.613444] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.621903] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.631085] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.639456] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.646467] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.654113] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.662754] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.671850] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.681308] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.689497] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.697409] ---[ end trace 6b9bd7e147ebd55a ]--- [ 67.704171] ------------[ cut here ]------------ [ 67.709026] WARNING: CPU: 0 PID: 463 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.716572] Modules linked in: [ 67.719773] CPU: 0 PID: 463 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.730766] Hardware name: Generic DRA72X (Flattened Device Tree) [ 67.737147] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.745248] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.752800] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.761259] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.770446] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.778819] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.785823] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.793460] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.802098] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.811194] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.820653] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.828837] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.836750] ---[ end trace 6b9bd7e147ebd55b ]--- [ 67.842698] ------------[ cut here ]------------ [ 67.847554] WARNING: CPU: 0 PID: 464 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.855105] Modules linked in: [ 67.858299] CPU: 0 PID: 464 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 67.869283] Hardware name: Generic DRA72X (Flattened Device Tree) [ 67.875664] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 67.883768] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 67.891322] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 67.899781] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 67.908968] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 67.917340] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 67.924348] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 67.931993] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 67.940630] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 67.949725] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 67.959183] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 67.967365] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 67.975281] ---[ end trace 6b9bd7e147ebd55c ]--- [ 67.981717] ------------[ cut here ]------------ [ 67.986584] WARNING: CPU: 0 PID: 460 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 67.994136] Modules linked in: [ 67.997341] CPU: 0 PID: 460 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 68.007975] Hardware name: Generic DRA72X (Flattened Device Tree) [ 68.014364] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 68.022469] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 68.030023] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 68.038480] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 68.047668] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 68.056036] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 68.063054] [] (mmput) from [] (do_exit+0x288/0x914) [ 68.070061] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 68.077613] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 68.085887] ---[ end trace 6b9bd7e147ebd55d ]--- [ 68.093640] ------------[ cut here ]------------ [ 68.098502] WARNING: CPU: 0 PID: 461 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 68.106051] Modules linked in: [ 68.109244] CPU: 0 PID: 461 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 68.119876] Hardware name: Generic DRA72X (Flattened Device Tree) [ 68.126259] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 68.134368] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 68.141929] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 68.150391] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 68.159579] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 68.167950] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 68.174962] [] (mmput) from [] (do_exit+0x288/0x914) [ 68.181970] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 68.189517] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 68.197792] ---[ end trace 6b9bd7e147ebd55e ]--- [ 68.204033] ------------[ cut here ]------------ [ 68.208891] WARNING: CPU: 0 PID: 462 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 68.216446] Modules linked in: [ 68.219639] CPU: 0 PID: 462 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 68.230645] Hardware name: Generic DRA72X (Flattened Device Tree) [ 68.237026] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 68.245136] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 68.252691] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 68.261153] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 68.270339] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 68.278710] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 68.285718] [] (mmput) from [] (do_exit+0x288/0x914) [ 68.292732] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 68.300292] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 68.308565] ---[ end trace 6b9bd7e147ebd55f ]--- [ 68.315284] ------------[ cut here ]------------ [ 68.320136] WARNING: CPU: 0 PID: 465 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 68.327680] Modules linked in: [ 68.330879] CPU: 0 PID: 465 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 68.341869] Hardware name: Generic DRA72X (Flattened Device Tree) [ 68.348250] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 68.356357] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 68.363910] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 68.372368] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 68.381556] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 68.389925] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 68.396936] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 68.404579] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 68.413217] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 68.422310] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 68.431761] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 68.439952] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 68.447867] ---[ end trace 6b9bd7e147ebd560 ]--- [ 68.455328] ------------[ cut here ]------------ [ 68.460172] WARNING: CPU: 0 PID: 464 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 68.467720] Modules linked in: [ 68.470920] CPU: 0 PID: 464 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 68.481908] Hardware name: Generic DRA72X (Flattened Device Tree) [ 68.488280] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 68.496381] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 68.503941] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 68.512395] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 68.521583] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 68.529959] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 68.536973] [] (mmput) from [] (do_exit+0x288/0x914) [ 68.543976] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 68.551529] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 68.559804] ---[ end trace 6b9bd7e147ebd561 ]--- [ 68.564869] ------------[ cut here ]------------ [ 68.569697] WARNING: CPU: 0 PID: 463 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 68.577247] Modules linked in: [ 68.580448] CPU: 0 PID: 463 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 68.591439] Hardware name: Generic DRA72X (Flattened Device Tree) [ 68.597812] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 68.605912] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 68.613466] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 68.621920] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 68.631103] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 68.639478] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 68.646490] [] (mmput) from [] (do_exit+0x288/0x914) [ 68.653502] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 68.661062] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 68.669334] ---[ end trace 6b9bd7e147ebd562 ]--- [ 68.675817] ------------[ cut here ]------------ [ 68.680668] WARNING: CPU: 0 PID: 466 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 68.688215] Modules linked in: [ 68.691417] CPU: 0 PID: 466 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 68.702415] Hardware name: Generic DRA72X (Flattened Device Tree) [ 68.708801] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 68.716898] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 68.724453] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 68.732910] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 68.742091] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 68.750471] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 68.757474] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 68.765121] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 68.773762] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 68.782856] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 68.792313] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 68.800496] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 68.808402] ---[ end trace 6b9bd7e147ebd563 ]--- [ 68.814641] ------------[ cut here ]------------ [ 68.819500] WARNING: CPU: 0 PID: 467 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 68.827045] Modules linked in: [ 68.830250] CPU: 0 PID: 467 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 68.841240] Hardware name: Generic DRA72X (Flattened Device Tree) [ 68.847620] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 68.855714] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 68.863266] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 68.871725] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 68.880908] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 68.889280] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 68.896287] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 68.903929] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 68.912566] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 68.921660] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 68.931115] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 68.939295] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 68.947213] ---[ end trace 6b9bd7e147ebd564 ]--- [ 68.953410] ------------[ cut here ]------------ [ 68.958268] WARNING: CPU: 0 PID: 468 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 68.965817] Modules linked in: [ 68.969012] CPU: 0 PID: 468 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 68.980004] Hardware name: Generic DRA72X (Flattened Device Tree) [ 68.986376] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 68.994465] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 69.002018] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 69.010487] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 69.019678] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 69.028050] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 69.035057] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 69.042698] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 69.051342] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 69.060431] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 69.069889] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 69.078073] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 69.085982] ---[ end trace 6b9bd7e147ebd565 ]--- [ 69.092210] ------------[ cut here ]------------ [ 69.097072] WARNING: CPU: 0 PID: 469 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 69.104618] Modules linked in: [ 69.107824] CPU: 0 PID: 469 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 69.118817] Hardware name: Generic DRA72X (Flattened Device Tree) [ 69.125195] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 69.133295] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 69.140843] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 69.149303] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 69.158489] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 69.166853] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 69.173866] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 69.181509] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 69.190149] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 69.199246] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 69.208702] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 69.216888] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 69.224795] ---[ end trace 6b9bd7e147ebd566 ]--- [ 69.232630] ------------[ cut here ]------------ [ 69.237498] WARNING: CPU: 0 PID: 465 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 69.245047] Modules linked in: [ 69.248240] CPU: 0 PID: 465 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 69.258874] Hardware name: Generic DRA72X (Flattened Device Tree) [ 69.265253] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 69.273352] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 69.280906] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 69.289367] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 69.298551] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 69.306924] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 69.313937] [] (mmput) from [] (do_exit+0x288/0x914) [ 69.320947] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 69.328498] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 69.336773] ---[ end trace 6b9bd7e147ebd567 ]--- [ 69.348767] ------------[ cut here ]------------ [ 69.353626] WARNING: CPU: 0 PID: 466 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 69.361180] Modules linked in: [ 69.364372] CPU: 0 PID: 466 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 69.375373] Hardware name: Generic DRA72X (Flattened Device Tree) [ 69.381756] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 69.389860] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 69.397422] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 69.405885] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 69.415068] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 69.423432] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 69.430444] [] (mmput) from [] (do_exit+0x288/0x914) [ 69.437450] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 69.445004] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 69.453281] ---[ end trace 6b9bd7e147ebd568 ]--- [ 69.463152] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 69.474692] ------------[ cut here ]------------ [ 69.479543] WARNING: CPU: 0 PID: 469 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 69.487091] Modules linked in: [ 69.490293] CPU: 0 PID: 469 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 69.501014] Hardware name: Generic DRA72X (Flattened Device Tree) [ 69.507398] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 69.515497] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 69.523050] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 69.531517] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 69.540702] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 69.549072] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 69.556084] [] (mmput) from [] (do_exit+0x288/0x914) [ 69.563103] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 69.570659] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 69.578928] ---[ end trace 6b9bd7e147ebd569 ]--- [ 69.584268] ------------[ cut here ]------------ [ 69.589124] WARNING: CPU: 0 PID: 470 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 69.596674] Modules linked in: [ 69.599882] CPU: 0 PID: 470 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 69.610880] Hardware name: Generic DRA72X (Flattened Device Tree) [ 69.617270] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 69.625378] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 69.632941] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 69.641410] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 69.650603] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 69.658975] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 69.665983] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 69.673626] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 69.682266] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 69.691359] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 69.700820] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 69.709006] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 69.716915] ---[ end trace 6b9bd7e147ebd56a ]--- [ 69.722944] ------------[ cut here ]------------ [ 69.727811] WARNING: CPU: 0 PID: 467 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 69.735374] Modules linked in: [ 69.738569] CPU: 0 PID: 467 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 69.749301] Hardware name: Generic DRA72X (Flattened Device Tree) [ 69.755678] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 69.763787] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 69.771342] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 69.779803] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 69.788992] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 69.797362] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 69.804365] [] (mmput) from [] (do_exit+0x288/0x914) [ 69.811370] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 69.818926] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 69.827198] ---[ end trace 6b9bd7e147ebd56b ]--- [ 69.834016] ------------[ cut here ]------------ [ 69.838869] WARNING: CPU: 0 PID: 471 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 69.846413] Modules linked in: [ 69.849607] CPU: 0 PID: 471 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 69.860607] Hardware name: Generic DRA72X (Flattened Device Tree) [ 69.866989] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 69.875091] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 69.882646] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 69.891109] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 69.900295] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 69.908660] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 69.915664] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 69.923305] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 69.931952] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 69.941050] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 69.950510] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 69.958692] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 69.966601] ---[ end trace 6b9bd7e147ebd56c ]--- [ 69.973431] ------------[ cut here ]------------ [ 69.978290] WARNING: CPU: 0 PID: 473 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 69.985851] Modules linked in: [ 69.989050] CPU: 0 PID: 473 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 70.000047] Hardware name: Generic DRA72X (Flattened Device Tree) [ 70.006432] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 70.014538] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 70.022102] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 70.030570] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 70.039758] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 70.048135] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 70.055153] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 70.062800] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 70.071445] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 70.080549] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 70.090009] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 70.098203] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 70.106121] ---[ end trace 6b9bd7e147ebd56d ]--- [ 70.111098] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended [ 70.121586] ------------[ cut here ]------------ [ 70.126446] WARNING: CPU: 0 PID: 474 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 70.133992] Modules linked in: [ 70.137190] CPU: 0 PID: 474 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 70.148185] Hardware name: Generic DRA72X (Flattened Device Tree) [ 70.154560] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 70.162661] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 70.170214] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 70.178669] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 70.187856] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 70.196225] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 70.203231] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 70.210873] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 70.219516] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 70.228614] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 70.238077] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 70.246274] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 70.254177] ---[ end trace 6b9bd7e147ebd56e ]--- [ 70.260741] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null) [ 70.268774] ------------[ cut here ]------------ [ 70.273616] WARNING: CPU: 0 PID: 468 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 70.281161] Modules linked in: [ 70.284354] CPU: 0 PID: 468 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 70.295075] Hardware name: Generic DRA72X (Flattened Device Tree) [ 70.301456] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 70.309561] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 70.317122] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 70.325582] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 70.334766] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 70.343136] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 70.350152] [] (mmput) from [] (do_exit+0x288/0x914) [ 70.357161] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 70.364722] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 70.372999] ---[ end trace 6b9bd7e147ebd56f ]--- [ 70.379471] ------------[ cut here ]------------ [ 70.384331] WARNING: CPU: 0 PID: 470 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 70.391890] Modules linked in: [ 70.395089] CPU: 0 PID: 470 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 70.405724] Hardware name: Generic DRA72X (Flattened Device Tree) [ 70.412103] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 70.420207] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 70.427764] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 70.436228] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 70.445416] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 70.453786] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 70.460794] [] (mmput) from [] (do_exit+0x288/0x914) [ 70.467800] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 70.475350] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 70.483627] ---[ end trace 6b9bd7e147ebd570 ]--- [ 70.489915] ------------[ cut here ]------------ [ 70.494738] WARNING: CPU: 0 PID: 471 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 70.502318] Modules linked in: [ 70.505524] CPU: 0 PID: 471 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 70.516251] Hardware name: Generic DRA72X (Flattened Device Tree) [ 70.522636] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 70.530743] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 70.538304] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 70.546762] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 70.555953] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 70.564320] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 70.571331] [] (mmput) from [] (do_exit+0x288/0x914) [ 70.578341] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 70.585889] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 70.594162] ---[ end trace 6b9bd7e147ebd571 ]--- [ 70.600622] ------------[ cut here ]------------ [ 70.605475] WARNING: CPU: 0 PID: 475 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 70.613022] Modules linked in: [ 70.616222] CPU: 0 PID: 475 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 70.627208] Hardware name: Generic DRA72X (Flattened Device Tree) [ 70.633592] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 70.641690] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 70.649246] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 70.657706] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 70.666892] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 70.675263] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 70.682277] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 70.689917] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 70.698563] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 70.707658] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 70.717106] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 70.725301] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 70.733217] ---[ end trace 6b9bd7e147ebd572 ]--- [ 70.739788] ------------[ cut here ]------------ [ 70.744616] WARNING: CPU: 0 PID: 476 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 70.752160] Modules linked in: [ 70.755362] CPU: 0 PID: 476 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 70.766365] Hardware name: Generic DRA72X (Flattened Device Tree) [ 70.772743] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 70.780846] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 70.788400] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 70.796856] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 70.806044] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 70.814416] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 70.821419] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 70.829061] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 70.837695] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 70.846789] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 70.856243] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 70.864428] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 70.872334] ---[ end trace 6b9bd7e147ebd573 ]--- [ 70.878696] ------------[ cut here ]------------ [ 70.883548] WARNING: CPU: 0 PID: 473 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 70.891096] Modules linked in: [ 70.894290] CPU: 0 PID: 473 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 70.905280] Hardware name: Generic DRA72X (Flattened Device Tree) [ 70.911661] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 70.919767] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 70.927325] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 70.935787] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 70.944970] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 70.953336] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 70.960348] [] (mmput) from [] (do_exit+0x288/0x914) [ 70.967352] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 70.974908] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 70.983181] ---[ end trace 6b9bd7e147ebd574 ]--- [ 70.990495] ------------[ cut here ]------------ [ 70.995359] WARNING: CPU: 0 PID: 474 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 71.002913] Modules linked in: [ 71.006122] CPU: 0 PID: 474 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 71.016944] Hardware name: Generic DRA72X (Flattened Device Tree) [ 71.023330] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 71.031434] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 71.038985] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 71.047446] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 71.056631] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 71.064993] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 71.072004] [] (mmput) from [] (do_exit+0x288/0x914) [ 71.079013] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 71.086563] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 71.094837] ---[ end trace 6b9bd7e147ebd575 ]--- [ 71.101268] ------------[ cut here ]------------ [ 71.106130] WARNING: CPU: 0 PID: 477 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 71.113677] Modules linked in: [ 71.116876] CPU: 0 PID: 477 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 71.127869] Hardware name: Generic DRA72X (Flattened Device Tree) [ 71.134248] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 71.142347] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 71.149899] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 71.158357] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 71.167540] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 71.175907] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 71.182917] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 71.190558] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 71.199203] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 71.208297] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 71.217749] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 71.225941] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 71.233848] ---[ end trace 6b9bd7e147ebd576 ]--- [ 71.240093] ------------[ cut here ]------------ [ 71.244937] WARNING: CPU: 0 PID: 478 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 71.252481] Modules linked in: [ 71.255685] CPU: 0 PID: 478 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 71.266682] Hardware name: Generic DRA72X (Flattened Device Tree) [ 71.273057] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 71.281160] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 71.288714] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 71.297178] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 71.306362] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 71.314733] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 71.321748] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 71.329386] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 71.338030] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 71.347125] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 71.356582] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 71.364770] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 71.372685] ---[ end trace 6b9bd7e147ebd577 ]--- [ 71.386222] ------------[ cut here ]------------ [ 71.391079] WARNING: CPU: 0 PID: 479 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 71.398621] Modules linked in: [ 71.401822] CPU: 0 PID: 479 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 71.412812] Hardware name: Generic DRA72X (Flattened Device Tree) [ 71.419195] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 71.427300] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 71.434855] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 71.443318] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 71.452503] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 71.460872] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 71.467879] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 71.475522] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 71.484163] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 71.493256] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 71.502711] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 71.510900] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 71.518813] ---[ end trace 6b9bd7e147ebd578 ]--- [ 71.526240] ------------[ cut here ]------------ [ 71.531107] WARNING: CPU: 0 PID: 475 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 71.538664] Modules linked in: [ 71.541866] CPU: 0 PID: 475 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 71.552682] Hardware name: Generic DRA72X (Flattened Device Tree) [ 71.559063] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 71.567167] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 71.574722] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 71.583188] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 71.592371] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 71.600736] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 71.607745] [] (mmput) from [] (do_exit+0x288/0x914) [ 71.614749] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 71.622307] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 71.630579] ---[ end trace 6b9bd7e147ebd579 ]--- [ 71.637001] ------------[ cut here ]------------ [ 71.641862] WARNING: CPU: 0 PID: 476 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 71.649420] Modules linked in: [ 71.652629] CPU: 0 PID: 476 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 71.663264] Hardware name: Generic DRA72X (Flattened Device Tree) [ 71.669651] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 71.677753] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 71.685307] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 71.693771] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 71.702956] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 71.711317] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 71.718331] [] (mmput) from [] (do_exit+0x288/0x914) [ 71.725336] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 71.732882] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 71.741157] ---[ end trace 6b9bd7e147ebd57a ]--- [ 71.747414] ------------[ cut here ]------------ [ 71.752270] WARNING: CPU: 0 PID: 477 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 71.759831] Modules linked in: [ 71.763026] CPU: 0 PID: 477 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 71.774023] Hardware name: Generic DRA72X (Flattened Device Tree) [ 71.780404] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 71.788499] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 71.796059] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 71.804519] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 71.813703] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 71.822067] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 71.829070] [] (mmput) from [] (do_exit+0x288/0x914) [ 71.836081] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 71.843633] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 71.851910] ---[ end trace 6b9bd7e147ebd57b ]--- [ 71.863044] ------------[ cut here ]------------ [ 71.867912] WARNING: CPU: 0 PID: 482 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 71.875462] Modules linked in: [ 71.878655] CPU: 0 PID: 482 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 71.889643] Hardware name: Generic DRA72X (Flattened Device Tree) [ 71.896027] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 71.904131] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 71.911687] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 71.920151] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 71.929337] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 71.937712] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 71.944720] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 71.952366] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 71.961017] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 71.970116] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 71.979573] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 71.987762] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 71.995671] ---[ end trace 6b9bd7e147ebd57c ]--- [ 72.001373] ------------[ cut here ]------------ [ 72.006238] WARNING: CPU: 0 PID: 481 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 72.013813] Modules linked in: [ 72.017035] CPU: 0 PID: 481 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 72.028035] Hardware name: Generic DRA72X (Flattened Device Tree) [ 72.034411] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 72.042513] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 72.050073] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 72.058534] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 72.067724] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 72.076105] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 72.083118] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 72.090759] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 72.099406] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 72.108510] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 72.117972] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 72.126173] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 72.134091] ---[ end trace 6b9bd7e147ebd57d ]--- [ 72.140038] ------------[ cut here ]------------ [ 72.144876] WARNING: CPU: 0 PID: 480 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 72.152428] Modules linked in: [ 72.155631] CPU: 0 PID: 480 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 72.166622] Hardware name: Generic DRA72X (Flattened Device Tree) [ 72.173000] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 72.181102] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 72.188660] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 72.197120] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 72.206309] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 72.214681] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 72.221687] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 72.229328] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 72.237973] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 72.247072] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 72.256528] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 72.264717] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 72.272630] ---[ end trace 6b9bd7e147ebd57e ]--- [ 72.278016] ------------[ cut here ]------------ [ 72.282882] WARNING: CPU: 0 PID: 479 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 72.290448] Modules linked in: [ 72.293641] CPU: 0 PID: 479 Comm: touch Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 72.304369] Hardware name: Generic DRA72X (Flattened Device Tree) [ 72.310754] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 72.318861] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 72.326427] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 72.334889] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 72.344081] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 72.352457] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 72.359471] [] (mmput) from [] (do_exit+0x288/0x914) [ 72.366478] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 72.374035] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 72.382317] ---[ end trace 6b9bd7e147ebd57f ]--- [ 72.392357] ------------[ cut here ]------------ [ 72.397233] WARNING: CPU: 0 PID: 390 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 72.404789] Modules linked in: [ 72.407979] CPU: 0 PID: 390 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 72.418969] Hardware name: Generic DRA72X (Flattened Device Tree) [ 72.425351] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 72.433448] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 72.441011] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 72.449467] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 72.458657] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 72.467029] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 72.474036] [] (mmput) from [] (do_exit+0x288/0x914) [ 72.481041] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 72.488597] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 72.496867] ---[ end trace 6b9bd7e147ebd580 ]--- [ 72.503282] ------------[ cut here ]------------ [ 72.508164] WARNING: CPU: 0 PID: 480 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 72.515717] Modules linked in: [ 72.518911] CPU: 0 PID: 480 Comm: touch Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 72.529656] Hardware name: Generic DRA72X (Flattened Device Tree) [ 72.536043] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 72.544154] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 72.551717] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 72.560178] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 72.569366] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 72.577732] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 72.584738] [] (mmput) from [] (do_exit+0x288/0x914) [ 72.591754] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 72.599303] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 72.607575] ---[ end trace 6b9bd7e147ebd581 ]--- [ 72.613911] ------------[ cut here ]------------ [ 72.618773] WARNING: CPU: 0 PID: 481 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 72.626336] Modules linked in: [ 72.629556] CPU: 0 PID: 481 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 72.640204] Hardware name: Generic DRA72X (Flattened Device Tree) [ 72.646591] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 72.654700] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 72.662263] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 72.670726] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 72.679918] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 72.688288] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 72.695302] [] (mmput) from [] (do_exit+0x288/0x914) [ 72.702316] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 72.709873] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 72.718146] ---[ end trace 6b9bd7e147ebd582 ]--- [ 72.725046] ------------[ cut here ]------------ [ 72.729896] WARNING: CPU: 0 PID: 389 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 72.737448] Modules linked in: [ 72.740657] CPU: 0 PID: 389 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 72.751656] Hardware name: Generic DRA72X (Flattened Device Tree) [ 72.758051] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 72.766160] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 72.773718] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 72.782172] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 72.791356] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 72.799721] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 72.806727] [] (mmput) from [] (do_exit+0x288/0x914) [ 72.813730] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 72.821286] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 72.829568] ---[ end trace 6b9bd7e147ebd583 ]--- [ 72.837377] ------------[ cut here ]------------ [ 72.842242] WARNING: CPU: 0 PID: 484 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 72.849818] Modules linked in: [ 72.853023] CPU: 0 PID: 484 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 72.864012] Hardware name: Generic DRA72X (Flattened Device Tree) [ 72.870395] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 72.878495] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 72.886053] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 72.894519] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 72.903707] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 72.912079] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 72.919087] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 72.926732] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 72.935370] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 72.944471] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 72.953929] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 72.962112] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 72.970021] ---[ end trace 6b9bd7e147ebd584 ]--- [ 72.977841] ------------[ cut here ]------------ [ 72.982710] WARNING: CPU: 0 PID: 484 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 72.990258] Modules linked in: [ 72.993451] CPU: 0 PID: 484 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 73.004173] Hardware name: Generic DRA72X (Flattened Device Tree) [ 73.010555] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 73.018654] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 73.026222] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 73.034691] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 73.043880] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 73.052253] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 73.059258] [] (mmput) from [] (do_exit+0x288/0x914) [ 73.066266] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 73.073814] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 73.082086] ---[ end trace 6b9bd7e147ebd585 ]--- [ 73.087191] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Opts: (null) [ 73.097366] ------------[ cut here ]------------ [ 73.102237] WARNING: CPU: 0 PID: 488 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 73.109800] Modules linked in: [ 73.112994] CPU: 0 PID: 488 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 73.123994] Hardware name: Generic DRA72X (Flattened Device Tree) [ 73.130381] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 73.138490] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 73.146049] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 73.154518] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 73.163706] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 73.172073] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 73.179084] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 73.186726] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 73.195364] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 73.204457] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 73.213907] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 73.222095] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 73.230005] ---[ end trace 6b9bd7e147ebd586 ]--- [ 73.235336] ------------[ cut here ]------------ [ 73.240191] WARNING: CPU: 0 PID: 483 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 73.247739] Modules linked in: [ 73.250939] CPU: 0 PID: 483 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 73.261658] Hardware name: Generic DRA72X (Flattened Device Tree) [ 73.268040] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 73.276140] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 73.283701] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 73.292167] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 73.301348] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 73.309721] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 73.316735] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 73.324376] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 73.333025] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 73.342116] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 73.350937] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 73.359670] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 73.369126] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 73.377310] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 73.385226] ---[ end trace 6b9bd7e147ebd587 ]--- [ 73.390408] ------------[ cut here ]------------ [ 73.395243] WARNING: CPU: 0 PID: 487 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 73.402786] Modules linked in: [ 73.405984] CPU: 0 PID: 487 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 73.416703] Hardware name: Generic DRA72X (Flattened Device Tree) [ 73.423080] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 73.431174] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 73.438721] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 73.447179] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 73.456363] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 73.464732] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 73.471748] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 73.479394] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 73.488031] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 73.497119] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 73.505944] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 73.514673] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 73.524127] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 73.532320] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 73.540227] ---[ end trace 6b9bd7e147ebd588 ]--- [ 73.552777] ------------[ cut here ]------------ [ 73.557648] WARNING: CPU: 0 PID: 478 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 73.565207] Modules linked in: [ 73.568399] CPU: 0 PID: 478 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 73.579122] Hardware name: Generic DRA72X (Flattened Device Tree) [ 73.585503] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 73.593606] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 73.601161] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 73.609622] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 73.618809] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 73.627179] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 73.634191] [] (mmput) from [] (do_exit+0x288/0x914) [ 73.641200] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 73.648753] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 73.657021] ---[ end trace 6b9bd7e147ebd589 ]--- [ 73.662621] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 73.673864] ------------[ cut here ]------------ [ 73.678715] WARNING: CPU: 0 PID: 489 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 73.686264] Modules linked in: [ 73.689458] CPU: 0 PID: 489 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 73.700442] Hardware name: Generic DRA72X (Flattened Device Tree) [ 73.706821] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 73.714921] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 73.722474] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 73.730938] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 73.740122] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 73.748492] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 73.755500] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 73.763146] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 73.771794] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 73.780886] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 73.790342] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 73.798531] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 73.806444] ---[ end trace 6b9bd7e147ebd58a ]--- [ 73.811463] ------------[ cut here ]------------ [ 73.816309] WARNING: CPU: 0 PID: 482 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 73.823857] Modules linked in: [ 73.827056] CPU: 0 PID: 482 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 73.837774] Hardware name: Generic DRA72X (Flattened Device Tree) [ 73.844147] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 73.852247] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 73.859802] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 73.868265] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 73.877451] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 73.885817] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 73.892825] [] (mmput) from [] (do_exit+0x288/0x914) [ 73.899826] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 73.907383] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 73.915650] ---[ end trace 6b9bd7e147ebd58b ]--- [ 73.922006] ------------[ cut here ]------------ [ 73.926862] WARNING: CPU: 0 PID: 488 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 73.934414] Modules linked in: [ 73.937617] CPU: 0 PID: 488 Comm: stat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 73.948246] Hardware name: Generic DRA72X (Flattened Device Tree) [ 73.954623] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 73.962718] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 73.970280] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 73.978743] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 73.987932] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 73.996304] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 74.003312] [] (mmput) from [] (do_exit+0x288/0x914) [ 74.010323] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 74.017878] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 74.026148] ---[ end trace 6b9bd7e147ebd58c ]--- [ 74.041056] ------------[ cut here ]------------ [ 74.045912] WARNING: CPU: 0 PID: 491 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 74.053460] Modules linked in: [ 74.056661] CPU: 0 PID: 491 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 74.067657] Hardware name: Generic DRA72X (Flattened Device Tree) [ 74.074042] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 74.082143] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 74.089695] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 74.098154] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 74.107339] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 74.115715] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 74.122721] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 74.130361] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 74.139003] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 74.148096] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 74.157558] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 74.165739] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 74.173648] ---[ end trace 6b9bd7e147ebd58d ]--- [ 74.179146] ------------[ cut here ]------------ [ 74.184008] WARNING: CPU: 0 PID: 490 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 74.191564] Modules linked in: [ 74.194771] CPU: 0 PID: 490 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 74.205779] Hardware name: Generic DRA72X (Flattened Device Tree) [ 74.212167] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 74.220275] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 74.227840] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 74.236299] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 74.245486] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 74.253860] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 74.260862] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 74.268505] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 74.277149] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 74.286237] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 74.295694] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 74.303880] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 74.311785] ---[ end trace 6b9bd7e147ebd58e ]--- [ 74.318126] ------------[ cut here ]------------ [ 74.322980] WARNING: CPU: 0 PID: 492 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 74.330528] Modules linked in: [ 74.333722] CPU: 0 PID: 492 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 74.344722] Hardware name: Generic DRA72X (Flattened Device Tree) [ 74.351098] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 74.359201] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 74.366760] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 74.375215] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 74.384410] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 74.392776] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 74.399786] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 74.407433] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 74.416076] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 74.425169] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 74.434627] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 74.442814] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 74.450723] ---[ end trace 6b9bd7e147ebd58f ]--- [ 74.456971] ------------[ cut here ]------------ [ 74.461824] WARNING: CPU: 0 PID: 493 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 74.469369] Modules linked in: [ 74.472570] CPU: 0 PID: 493 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 74.483558] Hardware name: Generic DRA72X (Flattened Device Tree) [ 74.489942] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 74.498042] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 74.505598] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 74.514059] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 74.523247] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 74.531623] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 74.538631] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 74.546276] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 74.554924] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 74.564020] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 74.573466] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 74.581658] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 74.589564] ---[ end trace 6b9bd7e147ebd590 ]--- [ 74.598295] ------------[ cut here ]------------ [ 74.603166] WARNING: CPU: 0 PID: 489 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 74.610718] Modules linked in: [ 74.613917] CPU: 0 PID: 489 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 74.624731] Hardware name: Generic DRA72X (Flattened Device Tree) [ 74.631123] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 74.639222] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 74.646782] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 74.655241] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 74.664426] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 74.672791] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 74.679795] [] (mmput) from [] (do_exit+0x288/0x914) [ 74.686808] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 74.694359] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 74.702636] ---[ end trace 6b9bd7e147ebd591 ]--- [ 74.710284] ------------[ cut here ]------------ [ 74.715145] WARNING: CPU: 0 PID: 490 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 74.722696] Modules linked in: [ 74.725905] CPU: 0 PID: 490 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 74.736542] Hardware name: Generic DRA72X (Flattened Device Tree) [ 74.742929] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 74.751032] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 74.758592] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 74.767050] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 74.776235] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 74.784604] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 74.791620] [] (mmput) from [] (do_exit+0x288/0x914) [ 74.798630] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 74.806183] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 74.814457] ---[ end trace 6b9bd7e147ebd592 ]--- [ 74.819422] ------------[ cut here ]------------ [ 74.824273] WARNING: CPU: 0 PID: 491 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 74.831820] Modules linked in: [ 74.835029] CPU: 0 PID: 491 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 74.845665] Hardware name: Generic DRA72X (Flattened Device Tree) [ 74.852049] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 74.860159] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 74.867718] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 74.876188] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 74.885381] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 74.893754] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 74.900769] [] (mmput) from [] (do_exit+0x288/0x914) [ 74.907780] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 74.915331] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 74.923606] ---[ end trace 6b9bd7e147ebd593 ]--- [ 74.929806] ------------[ cut here ]------------ [ 74.934636] WARNING: CPU: 0 PID: 494 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 74.942185] Modules linked in: [ 74.945384] CPU: 0 PID: 494 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 74.956382] Hardware name: Generic DRA72X (Flattened Device Tree) [ 74.962757] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 74.970859] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 74.978420] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 74.986874] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 74.996056] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.004426] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.011435] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 75.019080] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 75.027726] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 75.036819] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 75.046275] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 75.054464] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 75.062378] ---[ end trace 6b9bd7e147ebd594 ]--- [ 75.069641] ------------[ cut here ]------------ [ 75.074499] WARNING: CPU: 0 PID: 492 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.082044] Modules linked in: [ 75.085244] CPU: 0 PID: 492 Comm: logger Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.096050] Hardware name: Generic DRA72X (Flattened Device Tree) [ 75.102423] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.110529] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.118084] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.126557] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.135741] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.144111] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.151116] [] (mmput) from [] (do_exit+0x288/0x914) [ 75.158123] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 75.165676] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 75.173949] ---[ end trace 6b9bd7e147ebd595 ]--- [ 75.180256] ------------[ cut here ]------------ [ 75.185107] WARNING: CPU: 0 PID: 493 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.192662] Modules linked in: [ 75.195871] CPU: 0 PID: 493 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.206512] Hardware name: Generic DRA72X (Flattened Device Tree) [ 75.212898] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.221005] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.228565] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.237030] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.246217] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.254589] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.261600] [] (mmput) from [] (do_exit+0x288/0x914) [ 75.268605] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 75.276159] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 75.284431] ---[ end trace 6b9bd7e147ebd596 ]--- [ 75.293469] ------------[ cut here ]------------ [ 75.298334] WARNING: CPU: 0 PID: 495 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.305883] Modules linked in: [ 75.309076] CPU: 0 PID: 495 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.320071] Hardware name: Generic DRA72X (Flattened Device Tree) [ 75.326455] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.334558] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.342118] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.350579] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.359774] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.368142] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.375145] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 75.382793] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 75.391432] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 75.400520] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 75.409978] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 75.418166] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 75.426079] ---[ end trace 6b9bd7e147ebd597 ]--- [ 75.432093] ------------[ cut here ]------------ [ 75.436958] WARNING: CPU: 0 PID: 496 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.444509] Modules linked in: [ 75.447709] CPU: 0 PID: 496 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.458708] Hardware name: Generic DRA72X (Flattened Device Tree) [ 75.465083] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.473181] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.480738] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.489193] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.498377] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.506745] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.513755] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 75.521400] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 75.530044] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 75.539131] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 75.548582] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 75.556773] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 75.564683] ---[ end trace 6b9bd7e147ebd598 ]--- [ 75.570926] ------------[ cut here ]------------ [ 75.575780] WARNING: CPU: 0 PID: 497 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.583326] Modules linked in: [ 75.586524] CPU: 0 PID: 497 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.597517] Hardware name: Generic DRA72X (Flattened Device Tree) [ 75.603897] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.612001] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.619554] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.628017] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.637203] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.645575] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.652586] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 75.660230] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 75.668873] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 75.677971] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 75.687427] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 75.695617] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 75.703528] ---[ end trace 6b9bd7e147ebd599 ]--- [ 75.716745] ------------[ cut here ]------------ [ 75.721599] WARNING: CPU: 0 PID: 452 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.729143] Modules linked in: [ 75.732343] CPU: 0 PID: 452 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.743341] Hardware name: Generic DRA72X (Flattened Device Tree) [ 75.749723] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.757823] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.765373] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.773826] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.783014] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.791383] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.798395] [] (mmput) from [] (do_exit+0x288/0x914) [ 75.805408] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 75.812966] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 75.821238] ---[ end trace 6b9bd7e147ebd59a ]--- [ 75.827544] ------------[ cut here ]------------ [ 75.832398] WARNING: CPU: 0 PID: 494 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.839950] Modules linked in: [ 75.843147] CPU: 0 PID: 494 Comm: touch Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.853869] Hardware name: Generic DRA72X (Flattened Device Tree) [ 75.860243] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.868349] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.875903] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.884364] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 75.893556] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 75.901924] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 75.908933] [] (mmput) from [] (do_exit+0x288/0x914) [ 75.915941] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 75.923492] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 75.931765] ---[ end trace 6b9bd7e147ebd59b ]--- [ 75.939410] ------------[ cut here ]------------ [ 75.944275] WARNING: CPU: 0 PID: 495 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 75.951824] Modules linked in: [ 75.955027] CPU: 0 PID: 495 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 75.965653] Hardware name: Generic DRA72X (Flattened Device Tree) [ 75.972031] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 75.980131] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 75.987687] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 75.996144] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.005329] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.013704] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.020708] [] (mmput) from [] (do_exit+0x288/0x914) [ 76.027717] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 76.035271] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 76.043539] ---[ end trace 6b9bd7e147ebd59c ]--- [ 76.048521] ------------[ cut here ]------------ [ 76.053371] WARNING: CPU: 0 PID: 496 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.060925] Modules linked in: [ 76.064118] CPU: 0 PID: 496 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.074764] Hardware name: Generic DRA72X (Flattened Device Tree) [ 76.081142] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.089247] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.096807] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.105262] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.114451] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.122814] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.129825] [] (mmput) from [] (do_exit+0x288/0x914) [ 76.136839] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 76.144391] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 76.152670] ---[ end trace 6b9bd7e147ebd59d ]--- [ 76.158886] ------------[ cut here ]------------ [ 76.163753] WARNING: CPU: 0 PID: 403 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.171302] Modules linked in: [ 76.174493] CPU: 0 PID: 403 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.185491] Hardware name: Generic DRA72X (Flattened Device Tree) [ 76.191879] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.199988] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.207552] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.216026] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.225216] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.233594] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.240603] [] (mmput) from [] (do_exit+0x288/0x914) [ 76.247614] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 76.255165] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 76.263448] ---[ end trace 6b9bd7e147ebd59e ]--- [ 76.269696] ------------[ cut here ]------------ [ 76.274550] WARNING: CPU: 0 PID: 497 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.282102] Modules linked in: [ 76.285302] CPU: 0 PID: 497 Comm: touch Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.296025] Hardware name: Generic DRA72X (Flattened Device Tree) [ 76.302403] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.310505] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.318063] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.326524] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.335710] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.344080] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.351090] [] (mmput) from [] (do_exit+0x288/0x914) [ 76.358097] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 76.365652] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 76.373924] ---[ end trace 6b9bd7e147ebd59f ]--- [ 76.380935] ------------[ cut here ]------------ [ 76.385784] WARNING: CPU: 0 PID: 498 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.393333] Modules linked in: [ 76.396536] CPU: 0 PID: 498 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.407532] Hardware name: Generic DRA72X (Flattened Device Tree) [ 76.413912] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.422017] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.429576] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.438033] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.447224] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.455591] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.462601] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 76.470243] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 76.478891] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 76.487981] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 76.497437] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 76.505622] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 76.513535] ---[ end trace 6b9bd7e147ebd5a0 ]--- [ 76.519480] ------------[ cut here ]------------ [ 76.524345] WARNING: CPU: 0 PID: 499 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.531908] Modules linked in: [ 76.535115] CPU: 0 PID: 499 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.546113] Hardware name: Generic DRA72X (Flattened Device Tree) [ 76.552499] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.560603] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.568158] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.576614] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.585798] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.594164] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.601171] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 76.608811] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 76.617451] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 76.626548] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 76.636007] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 76.644198] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 76.652113] ---[ end trace 6b9bd7e147ebd5a1 ]--- [ 76.658403] ------------[ cut here ]------------ [ 76.663264] WARNING: CPU: 0 PID: 500 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.670814] Modules linked in: [ 76.674008] CPU: 0 PID: 500 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.684727] Hardware name: Generic DRA72X (Flattened Device Tree) [ 76.691106] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.699207] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.706758] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.715226] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.724414] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.732780] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.739788] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 76.747429] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 76.756070] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 76.765168] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 76.773992] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 76.782721] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 76.792176] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 76.800361] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 76.808269] ---[ end trace 6b9bd7e147ebd5a2 ]--- [ 76.815332] ------------[ cut here ]------------ [ 76.820177] WARNING: CPU: 0 PID: 406 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.827718] Modules linked in: [ 76.830920] CPU: 0 PID: 406 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.841912] Hardware name: Generic DRA72X (Flattened Device Tree) [ 76.848291] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.856393] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.863947] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.872401] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 76.881585] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 76.889953] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 76.896956] [] (mmput) from [] (do_exit+0x288/0x914) [ 76.903968] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 76.911526] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 76.919794] ---[ end trace 6b9bd7e147ebd5a3 ]--- [ 76.937282] ------------[ cut here ]------------ [ 76.942130] WARNING: CPU: 0 PID: 501 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 76.949685] Modules linked in: [ 76.952889] CPU: 0 PID: 501 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 76.963616] Hardware name: Generic DRA72X (Flattened Device Tree) [ 76.970001] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 76.978102] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 76.985658] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 76.994118] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 77.003303] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 77.011682] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 77.018696] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 77.026344] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 77.034988] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 77.044088] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 77.052904] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 77.061634] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 77.071099] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 77.079287] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 77.087190] ---[ end trace 6b9bd7e147ebd5a4 ]--- [ 77.092369] ------------[ cut here ]------------ [ 77.097238] WARNING: CPU: 0 PID: 499 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 77.104808] Modules linked in: [ 77.107999] CPU: 0 PID: 499 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 77.118637] Hardware name: Generic DRA72X (Flattened Device Tree) [ 77.125021] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 77.133124] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 77.140678] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 77.149142] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 77.158330] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 77.166696] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 77.173703] [] (mmput) from [] (do_exit+0x288/0x914) [ 77.180719] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 77.188277] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 77.196545] ---[ end trace 6b9bd7e147ebd5a5 ]--- [ 77.201630] ------------[ cut here ]------------ [ 77.206481] WARNING: CPU: 0 PID: 498 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 77.214034] Modules linked in: [ 77.217239] CPU: 0 PID: 498 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 77.227875] Hardware name: Generic DRA72X (Flattened Device Tree) [ 77.234258] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 77.242365] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 77.249921] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 77.258383] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 77.267571] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 77.275944] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 77.282954] [] (mmput) from [] (do_exit+0x288/0x914) [ 77.289965] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 77.297527] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 77.305799] ---[ end trace 6b9bd7e147ebd5a6 ]--- [ 77.315993] ------------[ cut here ]------------ [ 77.320845] WARNING: CPU: 0 PID: 502 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 77.328394] Modules linked in: [ 77.331595] CPU: 0 PID: 502 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 77.342591] Hardware name: Generic DRA72X (Flattened Device Tree) [ 77.348968] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 77.357067] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 77.364626] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 77.373088] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 77.382276] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 77.390650] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 77.397651] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 77.405293] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 77.413928] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 77.423025] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 77.432483] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 77.440675] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 77.448587] ---[ end trace 6b9bd7e147ebd5a7 ]--- [ 77.455981] ------------[ cut here ]------------ [ 77.460832] WARNING: CPU: 0 PID: 504 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 77.468385] Modules linked in: [ 77.471589] CPU: 0 PID: 504 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 77.482575] Hardware name: Generic DRA72X (Flattened Device Tree) [ 77.488958] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 77.497062] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 77.504622] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 77.513082] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 77.522265] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 77.530643] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 77.537647] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 77.545290] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 77.553934] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 77.563023] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 77.572483] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 77.580671] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 77.588584] ---[ end trace 6b9bd7e147ebd5a8 ]--- [ 77.594106] ------------[ cut here ]------------ [ 77.598965] WARNING: CPU: 0 PID: 503 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 77.606513] Modules linked in: [ 77.609706] CPU: 0 PID: 503 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 77.620698] Hardware name: Generic DRA72X (Flattened Device Tree) [ 77.627081] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 77.635192] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 77.642744] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 77.651209] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 77.660394] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 77.668762] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 77.675768] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 77.683411] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 77.692047] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 77.701141] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 77.710593] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 77.718778] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 77.726690] ---[ end trace 6b9bd7e147ebd5a9 ]--- [ 77.733153] ------------[ cut here ]------------ [ 77.738004] WARNING: CPU: 0 PID: 502 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 77.745552] Modules linked in: [ 77.748743] CPU: 0 PID: 502 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 77.759369] Hardware name: Generic DRA72X (Flattened Device Tree) [ 77.765745] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 77.773842] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 77.781397] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 77.789859] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 77.799042] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 77.807413] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 77.814426] [] (mmput) from [] (do_exit+0x288/0x914) [ 77.821439] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 77.828993] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 77.837267] ---[ end trace 6b9bd7e147ebd5aa ]--- [ 77.854616] ------------[ cut here ]------------ [ 77.859476] WARNING: CPU: 0 PID: 505 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 77.867022] Modules linked in: [ 77.870224] CPU: 0 PID: 505 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 77.881209] Hardware name: Generic DRA72X (Flattened Device Tree) [ 77.887589] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 77.895687] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 77.903244] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 77.911702] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 77.920888] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 77.929261] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 77.936273] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 77.943912] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 77.952551] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 77.961651] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 77.971109] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 77.979294] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 77.987207] ---[ end trace 6b9bd7e147ebd5ab ]--- [ 77.995034] ------------[ cut here ]------------ [ 77.999878] WARNING: CPU: 0 PID: 504 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.007431] Modules linked in: [ 78.010632] CPU: 0 PID: 504 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.021267] Hardware name: Generic DRA72X (Flattened Device Tree) [ 78.027651] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.035749] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.043302] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.051764] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.060953] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.069313] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.076322] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.083326] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.090878] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.099154] ---[ end trace 6b9bd7e147ebd5ac ]--- [ 78.104132] ------------[ cut here ]------------ [ 78.108977] WARNING: CPU: 0 PID: 503 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.116529] Modules linked in: [ 78.119721] CPU: 0 PID: 503 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.130364] Hardware name: Generic DRA72X (Flattened Device Tree) [ 78.136745] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.144853] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.152413] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.160881] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.170072] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.178449] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.185463] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.192479] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.200033] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.208300] ---[ end trace 6b9bd7e147ebd5ad ]--- [ 78.215733] ------------[ cut here ]------------ [ 78.220591] WARNING: CPU: 0 PID: 506 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.228141] Modules linked in: [ 78.231343] CPU: 0 PID: 506 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.242343] Hardware name: Generic DRA72X (Flattened Device Tree) [ 78.248727] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.256832] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.264386] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.272848] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.282027] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.290398] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.297402] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 78.305044] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 78.313678] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 78.322773] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 78.332234] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 78.340423] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 78.348335] ---[ end trace 6b9bd7e147ebd5ae ]--- [ 78.354842] ------------[ cut here ]------------ [ 78.359676] WARNING: CPU: 0 PID: 505 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.367226] Modules linked in: [ 78.370428] CPU: 0 PID: 505 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.381062] Hardware name: Generic DRA72X (Flattened Device Tree) [ 78.387437] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.395540] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.403099] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.411556] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.420748] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.429115] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.436122] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.443129] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.450682] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.458952] ---[ end trace 6b9bd7e147ebd5af ]--- [ 78.465990] ------------[ cut here ]------------ [ 78.470839] WARNING: CPU: 0 PID: 507 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.478392] Modules linked in: [ 78.481597] CPU: 0 PID: 507 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.492588] Hardware name: Generic DRA72X (Flattened Device Tree) [ 78.498964] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.507061] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.514610] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.523071] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.532271] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.540642] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.547649] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 78.555295] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 78.563931] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 78.573026] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 78.582479] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 78.590664] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 78.598576] ---[ end trace 6b9bd7e147ebd5b0 ]--- [ 78.604606] ------------[ cut here ]------------ [ 78.609464] WARNING: CPU: 0 PID: 508 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.617019] Modules linked in: [ 78.620221] CPU: 0 PID: 508 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.631211] Hardware name: Generic DRA72X (Flattened Device Tree) [ 78.637589] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.645693] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.653244] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.661698] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.670887] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.679258] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.686262] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 78.693902] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 78.702542] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 78.711639] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 78.721096] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 78.729278] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 78.737181] ---[ end trace 6b9bd7e147ebd5b1 ]--- [ 78.743604] ------------[ cut here ]------------ [ 78.748452] WARNING: CPU: 0 PID: 506 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.756000] Modules linked in: [ 78.759194] CPU: 0 PID: 506 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.769833] Hardware name: Generic DRA72X (Flattened Device Tree) [ 78.776207] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.784304] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.791864] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.800328] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.809506] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.817875] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.824878] [] (mmput) from [] (do_exit+0x288/0x914) [ 78.831883] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 78.839437] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 78.847718] ---[ end trace 6b9bd7e147ebd5b2 ]--- [ 78.856442] ------------[ cut here ]------------ [ 78.861316] WARNING: CPU: 0 PID: 509 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 78.868870] Modules linked in: [ 78.872076] CPU: 0 PID: 509 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 78.883085] Hardware name: Generic DRA72X (Flattened Device Tree) [ 78.889471] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 78.897571] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 78.905132] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 78.913591] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 78.922777] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 78.931152] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 78.938165] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 78.945809] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 78.954443] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 78.963536] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 78.972997] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 78.981185] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 78.989096] ---[ end trace 6b9bd7e147ebd5b3 ]--- [ 78.996853] ------------[ cut here ]------------ [ 79.001702] WARNING: CPU: 0 PID: 507 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.009245] Modules linked in: [ 79.012446] CPU: 0 PID: 507 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.023077] Hardware name: Generic DRA72X (Flattened Device Tree) [ 79.029463] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.037565] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.045118] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.053583] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.062769] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.071145] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.078163] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.085169] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.092724] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.101000] ---[ end trace 6b9bd7e147ebd5b4 ]--- [ 79.105979] ------------[ cut here ]------------ [ 79.110825] WARNING: CPU: 0 PID: 508 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.118374] Modules linked in: [ 79.121583] CPU: 0 PID: 508 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.132222] Hardware name: Generic DRA72X (Flattened Device Tree) [ 79.138601] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.146705] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.154259] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.162725] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.171912] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.180281] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.187291] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.194296] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.201851] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.210121] ---[ end trace 6b9bd7e147ebd5b5 ]--- udevd[81]: worker [84] timeout, kill it udevd[81]: [ 79.216237] ------------[ cut here ]------------ seq 1854 '/devices/platform/44000000.ocp/4809c00[ 79.224860] WARNING: CPU: 0 PID: 84 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() 0.mmc/mmc_host/mmc1/mmc1:e624/block/mmcblk1/mmcb[ 79.236475] Modules linked in:lk1p1' killed udevd[81]: worker [86] timeout , kill it udevd[81]: seq 1856 '/devices/plat[ 79.248055] CPU: 0 PID: 84 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 form/44000000.ocp/4809c000.mmc/mmc_host/mmc1/mmc[ 79.262865] Hardware name: Generic DRA72X (Flattened Device Tree) 1:e624/block/mmcblk1/mmcblk1p3' killed [ 79.273419] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.285233] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.292791] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.301251] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.310438] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.318808] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.325822] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.332833] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.340385] [] (do_group_exit) from [] (get_signal+0x240/0x66c) [ 79.348394] [] (get_signal) from [] (do_signal+0x7c/0x340) [ 79.355951] [] (do_signal) from [] (do_work_pending+0xa0/0xb8) [ 79.363866] [] (do_work_pending) from [] (work_pending+0xc/0x20) [ 79.371959] ---[ end trace 6b9bd7e147ebd5b6 ]--- [ 79.377216] ------------[ cut here ]------------ [ 79.382056] WARNING: CPU: 0 PID: 86 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.389515] Modules linked in: [ 79.392717] CPU: 0 PID: 86 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.403348] Hardware name: Generic DRA72X (Flattened Device Tree) [ 79.409722] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.417819] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.425374] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.433838] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.443021] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.451389] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.458391] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.465403] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.472954] [] (do_group_exit) from [] (get_signal+0x240/0x66c) [ 79.480965] [] (get_signal) from [] (do_signal+0x7c/0x340) [ 79.488515] [] (do_signal) from [] (do_work_pending+0xa0/0xb8) [ 79.496432] [] (do_work_pending) from [] (work_pending+0xc/0x20) [ 79.504518] ---[ end trace 6b9bd7e147ebd5b7 ]--- [ 79.511039] ------------[ cut here ]------------ [ 79.515901] WARNING: CPU: 0 PID: 510 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.523453] Modules linked in: [ 79.526662] CPU: 0 PID: 510 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.537659] Hardware name: Generic DRA72X (Flattened Device Tree) [ 79.544041] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.552140] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.559697] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.568150] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.577337] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.585704] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.592709] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 79.600351] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 79.608991] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 79.618083] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 79.627546] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 79.635736] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 79.643643] ---[ end trace 6b9bd7e147ebd5b8 ]--- [ 79.650131] ------------[ cut here ]------------ [ 79.654977] WARNING: CPU: 0 PID: 509 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.662527] Modules linked in: [ 79.665728] CPU: 0 PID: 509 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.676364] Hardware name: Generic DRA72X (Flattened Device Tree) [ 79.682746] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.690843] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.698400] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.706863] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.716049] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.724418] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.731431] [] (mmput) from [] (do_exit+0x288/0x914) [ 79.738441] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 79.745997] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 79.754274] ---[ end trace 6b9bd7e147ebd5b9 ]--- [ 79.761307] ------------[ cut here ]------------ [ 79.766162] WARNING: CPU: 0 PID: 512 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.773708] Modules linked in: [ 79.776910] CPU: 0 PID: 512 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.787901] Hardware name: Generic DRA72X (Flattened Device Tree) [ 79.794281] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.802382] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.809933] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.818394] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.827576] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.835944] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.842950] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 79.850598] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 79.859244] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 79.868336] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 79.877790] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 79.885973] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 79.893890] ---[ end trace 6b9bd7e147ebd5ba ]--- [ 79.905950] ------------[ cut here ]------------ [ 79.910800] WARNING: CPU: 0 PID: 511 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 79.918347] Modules linked in: [ 79.921555] CPU: 0 PID: 511 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 79.932550] Hardware name: Generic DRA72X (Flattened Device Tree) [ 79.938931] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 79.947033] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 79.954591] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 79.963054] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 79.972230] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 79.980597] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 79.987602] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 79.995250] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 80.003887] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 80.012989] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 80.022447] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 80.030633] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 80.038538] ---[ end trace 6b9bd7e147ebd5bb ]--- [ 80.044893] ------------[ cut here ]------------ [ 80.049719] WARNING: CPU: 0 PID: 500 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 80.057264] Modules linked in: [ 80.060465] CPU: 0 PID: 500 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 80.071457] Hardware name: Generic DRA72X (Flattened Device Tree) [ 80.077833] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 80.085935] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 80.093486] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 80.101946] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 80.111130] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 80.119504] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 80.126512] [] (mmput) from [] (do_exit+0x288/0x914) [ 80.133516] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 80.141068] [] (do_group_exit) from [] (get_signal+0x240/0x66c) [ 80.149074] [] (get_signal) from [] (do_signal+0x7c/0x340) [ 80.156622] [] (do_signal) from [] (do_work_pending+0xa0/0xb8) [ 80.164532] [] (do_work_pending) from [] (work_pending+0xc/0x20) [ 80.172625] ---[ end trace 6b9bd7e147ebd5bc ]--- udevd[81]: worker [86] terminated by signal 9 (Killed) [ 80.179424] ------------[ cut here ]------------ [ 80.187674] WARNING: CPU: 0 PID: 510 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 80.195221] Modules linked in: [ 80.198418] CPU: 0 PID: 510 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 80.209055] Hardware name: Generic DRA72X (Flattened Device Tree) [ 80.215435] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 80.223531] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 80.231087] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 80.239546] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 80.248732] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 80.257105] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 80.264115] [] (mmput) from [] (do_exit+0x288/0x914) [ 80.271123] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 80.278681] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 80.286961] ---[ end trace 6b9bd7e147ebd5bd ]--- udevd[92]: timeout: killing '/etc/udev/scripts/m[ 80.292665] ------------[ cut here ]------------ ount.sh' [483] udevd[93]: timeout: killing '[ 80.301096] WARNING: CPU: 0 PID: 483 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() /etc/udev/scripts/mount.sh' [487] [ 80.312789] Modules linked in: [ 80.319277] CPU: 0 PID: 483 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 80.330271] Hardware name: Generic DRA72X (Flattened Device Tree) [ 80.336652] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 80.344754] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 80.352307] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 80.360763] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 80.369951] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 80.378323] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 80.385331] [] (mmput) from [] (do_exit+0x288/0x914) [ 80.392337] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 80.399889] [] (do_group_exit) from [] (get_signal+0x240/0x66c) [ 80.407894] [] (get_signal) from [] (do_signal+0x7c/0x340) [ 80.415444] [] (do_signal) from [] (do_work_pending+0xa0/0xb8) [ 80.423356] [] (do_work_pending) from [] (work_pending+0xc/0x20) [ 80.431451] ---[ end trace 6b9bd7e147ebd5be ]--- [ 80.436583] ------------[ cut here ]------------ [ 80.441420] WARNING: CPU: 0 PID: 487 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 80.448962] Modules linked in: [ 80.452163] CPU: 0 PID: 487 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 80.463160] Hardware name: Generic DRA72X (Flattened Device Tree) [ 80.469535] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 80.477638] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 80.485197] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 80.493660] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 80.502850] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 80.511222] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 80.518231] [] (mmput) from [] (do_exit+0x288/0x914) [ 80.525249] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 80.532804] [] (do_group_exit) from [] (get_signal+0x240/0x66c) [ 80.540811] [] (get_signal) from [] (do_signal+0x7c/0x340) [ 80.548366] [] (do_signal) from [] (do_work_pending+0xa0/0xb8) [ 80.556280] [] (do_work_pending) from [] (work_pending+0xc/0x20) [ 80.564367] ---[ end trace 6b9bd7e147ebd5bf ]--- [ 80.570977] ------------[ cut here ]------------ [ 80.575830] WARNING: CPU: 0 PID: 513 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 80.583380] Modules linked in: [ 80.586582] CPU: 0 PID: 513 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 80.597577] Hardware name: Generic DRA72X (Flattened Device Tree) [ 80.603962] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 80.612064] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 80.619621] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 80.628086] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 80.637272] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 80.645649] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 80.652661] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 80.660310] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 80.668946] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 80.678044] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 80.687501] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 80.695686] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 80.703600] ---[ end trace 6b9bd7e147ebd5c0 ]--- [ 80.708805] ------------[ cut here ]------------ [ 80.713661] WARNING: CPU: 0 PID: 501 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 80.721214] Modules linked in: [ 80.724405] CPU: 0 PID: 501 Comm: mount.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 80.735398] Hardware name: Generic DRA72X (Flattened Device Tree) [ 80.741779] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 80.749878] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 80.757422] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 80.765884] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 80.775068] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 80.783440] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 80.790450] [] (mmput) from [] (do_exit+0x288/0x914) [ 80.797459] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 80.805017] [] (do_group_exit) from [] (get_signal+0x240/0x66c) [ 80.813027] [] (get_signal) from [] (do_signal+0x7c/0x340) [ 80.820577] [] (do_signal) from [] (do_work_pending+0xa0/0xb8) [ 80.828490] [] (do_work_pending) from [] (work_pending+0xc/0x20) [ 80.836582] ---[ end trace 6b9bd7e147ebd5c1 ]--- udevd[81]: worker [84] terminated by signal 9 (Killed) [ 80.844349] ------------[ cut here ]------------ [ 80.851576] WARNING: CPU: 0 PID: 511 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 80.859127] Modules linked in: [ 80.862335] CPU: 0 PID: 511 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 80.872968] Hardware name: Generic DRA72X (Flattened Device Tree) [ 80.879349] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 80.887448] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 80.895006] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 80.903465] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 80.912651] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 80.921029] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 80.928039] [] (mmput) from [] (do_exit+0x288/0x914) [ 80.935044] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 80.942595] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 80.950865] ---[ end trace 6b9bd7e147ebd5c2 ]--- [ 80.956043] ------------[ cut here ]------------ [ 80.960904] WARNING: CPU: 0 PID: 512 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 80.968459] Modules linked in: [ 80.971661] CPU: 0 PID: 512 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 80.982292] Hardware name: Generic DRA72X (Flattened Device Tree) [ 80.988665] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 80.996766] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 81.004316] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 81.012775] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 81.021960] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 81.030330] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 81.037339] [] (mmput) from [] (do_exit+0x288/0x914) [ 81.044348] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 81.051902] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 81.060181] ---[ end trace 6b9bd7e147ebd5c3 ]--- udevd[93]: '/etc/udev/scripts/mount.sh' [487] terminated by sign[ 81.068406] ------------[ cut here ]------------ al 9 (Killed) udevd[92]: '/etc/udev/scripts/[ 81.077138] WARNING: CPU: 0 PID: 134 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() mount.sh' [483] terminated by signal 9 (Killed) [ 81.088844] Modules linked in: [ 81.096549] CPU: 0 PID: 134 Comm: udevadm Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 81.107459] Hardware name: Generic DRA72X (Flattened Device Tree) [ 81.113841] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 81.121951] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 81.129511] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 81.137975] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 81.147165] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 81.155539] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 81.162547] [] (mmput) from [] (do_exit+0x288/0x914) [ 81.169554] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 81.177110] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 81.185377] ---[ end trace 6b9bd7e147ebd5c4 ]--- [ 81.191762] ------------[ cut here ]------------ [ 81.196619] WARNING: CPU: 0 PID: 513 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 81.204169] Modules linked in: [ 81.207371] CPU: 0 PID: 513 Comm: expr Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 81.218000] Hardware name: Generic DRA72X (Flattened Device Tree) [ 81.224380] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 81.232479] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 81.240031] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 81.248486] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 81.257669] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 81.266037] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 81.273041] [] (mmput) from [] (do_exit+0x288/0x914) [ 81.280049] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 81.287602] [] (do_group_exit) from [] (get_signal+0x240/0x66c) [ 81.295606] [] (get_signal) from [] (do_signal+0x7c/0x340) [ 81.303164] [] (do_signal) from [] (do_work_pending+0xa0/0xb8) [ 81.311084] [] (do_work_pending) from [] (work_pending+0xc/0x20) [ 81.319181] ---[ end trace 6b9bd7e147ebd5c5 ]--- [ 81.324980] ------------[ cut here ]------------ [ 81.329821] WARNING: CPU: 0 PID: 73 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 81.337282] Modules linked in: [ 81.340483] CPU: 0 PID: 73 Comm: S04udev Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 81.351296] Hardware name: Generic DRA72X (Flattened Device Tree) [ 81.357675] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 81.365780] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 81.373341] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 81.381794] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 81.390975] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 81.399343] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 81.406356] [] (mmput) from [] (do_exit+0x288/0x914) [ 81.413362] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 81.420911] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 81.429188] ---[ end trace 6b9bd7e147ebd5c6 ]--- [ 81.438004] ------------[ cut here ]------------ [ 81.442879] WARNING: CPU: 0 PID: 514 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 81.450444] Modules linked in: [ 81.453642] CPU: 0 PID: 514 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 81.464100] Hardware name: Generic DRA72X (Flattened Device Tree) [ 81.470480] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 81.478581] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 81.486136] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 81.494596] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 81.503786] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 81.512158] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 81.519164] [] (mmput) from [] (do_exit+0x288/0x914) [ 81.526183] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 81.533735] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 81.542015] ---[ end trace 6b9bd7e147ebd5c7 ]--- [ 81.550394] ------------[ cut here ]------------ [ 81.555250] WARNING: CPU: 0 PID: 515 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 81.562801] Modules linked in: [ 81.566001] CPU: 0 PID: 515 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 81.576447] Hardware name: Generic DRA72X (Flattened Device Tree) [ 81.582828] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 81.590930] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 81.598485] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 81.606952] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 81.616135] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 81.624503] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 81.631513] [] (mmput) from [] (do_exit+0x288/0x914) [ 81.638520] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 81.646082] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 81.654355] ---[ end trace 6b9bd7e147ebd5c8 ]--- [ 81.666316] ------------[ cut here ]------------ [ 81.671180] WARNING: CPU: 0 PID: 517 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 81.678732] Modules linked in: [ 81.681931] CPU: 0 PID: 517 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 81.692383] Hardware name: Generic DRA72X (Flattened Device Tree) [ 81.698762] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 81.706866] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 81.714423] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 81.722881] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 81.732063] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 81.740427] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 81.747438] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 81.755085] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 81.763729] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 81.772824] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 81.782282] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 81.790469] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 81.798380] ---[ end trace 6b9bd7e147ebd5c9 ]--- [ 81.804793] ------------[ cut here ]------------ [ 81.809626] WARNING: CPU: 0 PID: 517 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 81.817174] Modules linked in: [ 81.820375] CPU: 0 PID: 517 Comm: swapon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 81.831183] Hardware name: Generic DRA72X (Flattened Device Tree) [ 81.837561] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 81.845662] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 81.853215] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 81.861673] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 81.870856] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 81.879224] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 81.886228] [] (mmput) from [] (do_exit+0x288/0x914) [ 81.893238] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 81.900786] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 81.909063] ---[ end trace 6b9bd7e147ebd5ca ]--- [ 81.916120] ------------[ cut here ]------------ [ 81.920983] WARNING: CPU: 0 PID: 518 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 81.928539] Modules linked in: [ 81.931748] CPU: 0 PID: 518 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 81.942207] Hardware name: Generic DRA72X (Flattened Device Tree) [ 81.948593] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 81.956699] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 81.964255] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 81.972717] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 81.981904] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 81.990281] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 81.997286] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 82.004934] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 82.013576] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 82.022667] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 82.032119] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 82.040305] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 82.048208] ---[ end trace 6b9bd7e147ebd5cb ]--- [ 82.071296] EXT4-fs (mmcblk1p2): re-mounted. Opts: data=ordered [ 82.077774] ------------[ cut here ]------------ [ 82.082618] WARNING: CPU: 0 PID: 518 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 82.090171] Modules linked in: [ 82.093365] CPU: 0 PID: 518 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 82.104093] Hardware name: Generic DRA72X (Flattened Device Tree) [ 82.110478] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 82.118579] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 82.126130] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 82.134589] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 82.143776] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 82.152147] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 82.159158] [] (mmput) from [] (do_exit+0x288/0x914) [ 82.166167] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 82.173722] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 82.181999] ---[ end trace 6b9bd7e147ebd5cc ]--- [ 82.188245] ------------[ cut here ]------------ [ 82.193109] WARNING: CPU: 0 PID: 519 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 82.200659] Modules linked in: [ 82.203851] CPU: 0 PID: 519 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 82.214305] Hardware name: Generic DRA72X (Flattened Device Tree) [ 82.220687] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 82.228796] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 82.236358] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 82.244826] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 82.254021] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 82.262398] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 82.269409] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 82.277055] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 82.285701] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 82.294801] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 82.304257] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 82.312446] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 82.320362] ---[ end trace 6b9bd7e147ebd5cd ]--- [ 82.326712] ------------[ cut here ]------------ [ 82.331569] WARNING: CPU: 0 PID: 519 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 82.339116] Modules linked in: [ 82.342319] CPU: 0 PID: 519 Comm: ln Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 82.352772] Hardware name: Generic DRA72X (Flattened Device Tree) [ 82.359146] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 82.367242] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 82.374797] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 82.383254] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 82.392439] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 82.400805] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 82.407814] [] (mmput) from [] (do_exit+0x288/0x914) [ 82.414823] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 82.422382] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 82.430657] ---[ end trace 6b9bd7e147ebd5ce ]--- [ 82.436144] ------------[ cut here ]------------ [ 82.441005] WARNING: CPU: 0 PID: 516 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 82.448553] Modules linked in: [ 82.451756] CPU: 0 PID: 516 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 82.462202] Hardware name: Generic DRA72X (Flattened Device Tree) [ 82.468580] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 82.476679] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 82.484228] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 82.492690] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 82.501882] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 82.510251] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 82.517261] [] (mmput) from [] (do_exit+0x288/0x914) [ 82.524266] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 82.531829] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 82.540102] ---[ end trace 6b9bd7e147ebd5cf ]--- [ 82.548032] ------------[ cut here ]------------ [ 82.552895] WARNING: CPU: 0 PID: 520 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 82.560451] Modules linked in: [ 82.563645] CPU: 0 PID: 520 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 82.574105] Hardware name: Generic DRA72X (Flattened Device Tree) [ 82.580489] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 82.588596] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 82.596160] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 82.604614] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 82.613807] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 82.622174] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 82.629182] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 82.636828] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 82.645472] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 82.654560] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 82.663376] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 82.672104] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 82.681558] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 82.689749] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 82.697657] ---[ end trace 6b9bd7e147ebd5d0 ]--- Starting Bootlog daemon: [ 82.710233] ------------[ cut here ]------------ [ 82.715899] WARNING: CPU: 0 PID: 521 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 82.723453] Modules linked in: [ 82.726662] CPU: 0 PID: 521 Comm: S07bootlogd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 82.737936] Hardware name: Generic DRA72X (Flattened Device Tree) [ 82.744329] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 82.752438] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 82.759997] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 82.768457] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 82.777646] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 82.786016] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 82.793027] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 82.800664] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 82.809306] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 82.818402] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 82.827860] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 82.836047] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 82.843958] ---[ end trace 6b9bd7e147ebd5d1 ]--- [ 82.862728] ------------[ cut here ]------------ [ 82.867576] WARNING: CPU: 0 PID: 521 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 82.875124] Modules linked in: [ 82.878321] CPU: 0 PID: 521 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 82.889955] Hardware name: Generic DRA72X (Flattened Device Tree) [ 82.896335] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 82.904438] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 82.911998] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 82.920461] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 82.929651] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 82.938025] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 82.945029] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 82.952674] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 82.961317] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 82.970417] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 82.979874] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 82.988060] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 82.995976] ---[ end trace 6b9bd7e147ebd5d2 ]--- [ 83.010365] ------------[ cut here ]------------ [ 83.015232] WARNING: CPU: 0 PID: 521 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 83.022784] Modules linked in: [ 83.026004] CPU: 0 PID: 521 Comm: bootlogd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 83.037008] Hardware name: Generic DRA72X (Flattened Device Tree) [ 83.043404] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 83.051519] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 83.059086] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 83.067546] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 83.076728] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 83.085098] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 83.092106] [] (mmput) from [] (do_exit+0x288/0x914) [ 83.099117] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 83.106677] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 83.114945] ---[ end trace 6b9bd7e147ebd5d3 ]--- [ 83.120706] ------------[ cut here ]------------ [ 83.125573] WARNING: CPU: 0 PID: 520 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 83.133124] Modules linked in: [ 83.136331] CPU: 0 PID: 520 Comm: S07bootlogd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 83.147596] Hardware name: Generic DRA72X (Flattened Device Tree) [ 83.153976] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 83.162077] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 83.169635] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 83.178097] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 83.187283] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 83.195648] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 83.202661] [] (mmput) from [] (do_exit+0x288/0x914) [ 83.209670] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 83.217229] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 83.225508] ---[ end trace 6b9bd7e147ebd5d4 ]--- bootlogd. [ 83.234561] ------------[ cut here ]------------ [ 83.239416] WARNING: CPU: 0 PID: 523 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 83.246964] Modules linked in: [ 83.250165] CPU: 0 PID: 523 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 83.260617] Hardware name: Generic DRA72X (Flattened Device Tree) [ 83.266998] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 83.275098] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 83.282661] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 83.291118] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 83.300303] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 83.308674] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 83.315681] [] (mmput) from [] (do_exit+0x288/0x914) [ 83.322691] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 83.330249] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 83.338522] ---[ end trace 6b9bd7e147ebd5d5 ]--- [ 83.346207] ------------[ cut here ]------------ [ 83.351067] WARNING: CPU: 0 PID: 524 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 83.358621] Modules linked in: [ 83.361828] CPU: 0 PID: 524 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 83.372273] Hardware name: Generic DRA72X (Flattened Device Tree) [ 83.378656] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 83.386756] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 83.394308] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 83.402768] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 83.411949] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 83.420320] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 83.427329] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 83.434968] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 83.443608] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 83.452707] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 83.461526] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 83.470249] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 83.479702] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 83.487895] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 83.495808] ---[ end trace 6b9bd7e147ebd5d6 ]--- [ 83.507974] ------------[ cut here ]------------ [ 83.512839] WARNING: CPU: 0 PID: 525 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 83.520392] Modules linked in: [ 83.523585] CPU: 0 PID: 525 Comm: S30urandom Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 83.534775] Hardware name: Generic DRA72X (Flattened Device Tree) [ 83.541156] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 83.549257] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 83.556813] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 83.565272] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 83.574458] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 83.582830] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 83.589840] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 83.597482] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 83.606133] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 83.615226] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 83.624680] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 83.632863] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 83.640771] ---[ end trace 6b9bd7e147ebd5d7 ]--- [ 83.648099] ------------[ cut here ]------------ [ 83.652962] WARNING: CPU: 0 PID: 525 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 83.660521] Modules linked in: [ 83.663714] CPU: 0 PID: 525 Comm: cat Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 83.674262] Hardware name: Generic DRA72X (Flattened Device Tree) [ 83.680644] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 83.688753] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 83.696319] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 83.704788] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 83.713968] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 83.722339] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 83.729347] [] (mmput) from [] (do_exit+0x288/0x914) [ 83.736362] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 83.743914] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 83.752190] ---[ end trace 6b9bd7e147ebd5d8 ]--- [ 83.758341] ------------[ cut here ]------------ [ 83.763192] WARNING: CPU: 0 PID: 526 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 83.770736] Modules linked in: [ 83.773926] CPU: 0 PID: 526 Comm: S30urandom Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 83.785099] Hardware name: Generic DRA72X (Flattened Device Tree) [ 83.791475] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 83.799575] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 83.807128] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 83.815590] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 83.824779] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 83.833151] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 83.840158] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 83.847808] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 83.856454] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 83.865543] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 83.875005] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 83.883196] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 83.891109] ---[ end trace 6b9bd7e147ebd5d9 ]--- [ 83.899104] ------------[ cut here ]------------ [ 83.903964] WARNING: CPU: 0 PID: 526 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 83.911510] Modules linked in: [ 83.914700] CPU: 0 PID: 526 Comm: rm Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 83.925154] Hardware name: Generic DRA72X (Flattened Device Tree) [ 83.931540] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 83.939646] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 83.947202] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 83.955660] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 83.964847] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 83.973213] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 83.980221] [] (mmput) from [] (do_exit+0x288/0x914) [ 83.987228] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 83.994789] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 84.003058] ---[ end trace 6b9bd7e147ebd5da ]--- [ 84.009240] ------------[ cut here ]------------ [ 84.014112] WARNING: CPU: 0 PID: 527 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 84.021662] Modules linked in: [ 84.024863] CPU: 0 PID: 527 Comm: S30urandom Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 84.036038] Hardware name: Generic DRA72X (Flattened Device Tree) [ 84.042413] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 84.050511] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 84.058063] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 84.066522] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 84.075708] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 84.084079] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 84.091088] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 84.098731] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 84.107374] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 84.116465] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 84.125925] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 84.134115] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 84.142028] ---[ end trace 6b9bd7e147ebd5db ]--- [ 84.154794] ------------[ cut here ]------------ [ 84.159623] WARNING: CPU: 0 PID: 85 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 84.167085] Modules linked in: [ 84.170284] CPU: 0 PID: 85 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 84.180915] Hardware name: Generic DRA72X (Flattened Device Tree) [ 84.187286] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 84.195384] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 84.202944] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 84.211403] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 84.220592] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 84.228956] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 84.235963] [] (mmput) from [] (do_exit+0x288/0x914) [ 84.242968] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 84.250517] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 84.258789] ---[ end trace 6b9bd7e147ebd5dc ]--- [ 84.264425] ------------[ cut here ]------------ [ 84.269264] WARNING: CPU: 0 PID: 90 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 84.276722] Modules linked in: [ 84.279923] CPU: 0 PID: 90 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 84.290549] Hardware name: Generic DRA72X (Flattened Device Tree) [ 84.296922] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 84.305020] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 84.312572] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 84.321036] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 84.330219] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 84.338592] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 84.345602] [] (mmput) from [] (do_exit+0x288/0x914) [ 84.352608] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 84.360164] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 84.368438] ---[ end trace 6b9bd7e147ebd5dd ]--- [ 84.374051] ------------[ cut here ]------------ [ 84.378892] WARNING: CPU: 0 PID: 91 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 84.386353] Modules linked in: [ 84.389549] CPU: 0 PID: 91 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 84.400179] Hardware name: Generic DRA72X (Flattened Device Tree) [ 84.406554] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 84.414655] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 84.422208] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 84.430676] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 84.439862] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 84.448230] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 84.455241] [] (mmput) from [] (do_exit+0x288/0x914) [ 84.462255] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 84.469810] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 84.478086] ---[ end trace 6b9bd7e147ebd5de ]--- [ 84.483750] ------------[ cut here ]------------ [ 84.488590] WARNING: CPU: 0 PID: 92 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 84.496044] Modules linked in: [ 84.499238] CPU: 0 PID: 92 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 84.509873] Hardware name: Generic DRA72X (Flattened Device Tree) [ 84.516250] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 84.524349] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 84.531903] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 84.540364] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 84.549554] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 84.557925] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 84.564932] [] (mmput) from [] (do_exit+0x288/0x914) [ 84.571942] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 84.579497] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 84.587772] ---[ end trace 6b9bd7e147ebd5df ]--- [ 84.593333] ------------[ cut here ]------------ [ 84.598174] WARNING: CPU: 0 PID: 93 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 84.605633] Modules linked in: [ 84.608827] CPU: 0 PID: 93 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 84.619454] Hardware name: Generic DRA72X (Flattened Device Tree) [ 84.625830] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 84.633927] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 84.641482] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 84.649939] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 84.659120] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 84.667490] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 84.674496] [] (mmput) from [] (do_exit+0x288/0x914) [ 84.681502] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 84.689054] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 84.697335] ---[ end trace 6b9bd7e147ebd5e0 ]--- [ 84.703026] ------------[ cut here ]------------ [ 84.707870] WARNING: CPU: 0 PID: 97 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 84.715327] Modules linked in: [ 84.718520] CPU: 0 PID: 97 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 84.729148] Hardware name: Generic DRA72X (Flattened Device Tree) [ 84.735527] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 84.743625] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 84.751177] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 84.759637] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 84.768829] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 84.777201] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 84.784208] [] (mmput) from [] (do_exit+0x288/0x914) [ 84.791213] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 84.798769] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 84.807043] ---[ end trace 6b9bd7e147ebd5e1 ]--- [ 84.812708] ------------[ cut here ]------------ [ 84.817547] WARNING: CPU: 0 PID: 98 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 84.825001] Modules linked in: [ 84.828195] CPU: 0 PID: 98 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 84.838826] Hardware name: Generic DRA72X (Flattened Device Tree) [ 84.845198] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 84.853302] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 84.860853] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 84.869306] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 84.878495] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 84.886861] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 84.893869] [] (mmput) from [] (do_exit+0x288/0x914) [ 84.900876] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 84.908426] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 84.916697] ---[ end trace 6b9bd7e147ebd5e2 ]--- [ 84.922374] ------------[ cut here ]------------ [ 84.927216] WARNING: CPU: 0 PID: 99 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 84.934669] Modules linked in: [ 84.937869] CPU: 0 PID: 99 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 84.948498] Hardware name: Generic DRA72X (Flattened Device Tree) [ 84.954873] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 84.962970] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 84.970524] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 84.978982] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 84.988170] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 84.996541] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 85.003552] [] (mmput) from [] (do_exit+0x288/0x914) [ 85.010566] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 85.018116] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 85.026391] ---[ end trace 6b9bd7e147ebd5e3 ]--- [ 85.032028] ------------[ cut here ]------------ [ 85.036868] WARNING: CPU: 0 PID: 101 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 85.044416] Modules linked in: [ 85.047619] CPU: 0 PID: 101 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 85.058344] Hardware name: Generic DRA72X (Flattened Device Tree) [ 85.064719] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 85.072816] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 85.080374] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 85.088838] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 85.098024] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 85.106393] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 85.113402] [] (mmput) from [] (do_exit+0x288/0x914) [ 85.120406] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 85.127961] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 85.136234] ---[ end trace 6b9bd7e147ebd5e4 ]--- [ 85.141866] ------------[ cut here ]------------ [ 85.146706] WARNING: CPU: 0 PID: 102 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 85.154257] Modules linked in: [ 85.157457] CPU: 0 PID: 102 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 85.168175] Hardware name: Generic DRA72X (Flattened Device Tree) [ 85.174551] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 85.182648] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 85.190199] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 85.198654] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 85.207845] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 85.216211] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 85.223220] [] (mmput) from [] (do_exit+0x288/0x914) [ 85.230228] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 85.237774] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 85.246050] ---[ end trace 6b9bd7e147ebd5e5 ]--- [ 85.251675] ------------[ cut here ]------------ [ 85.256517] WARNING: CPU: 0 PID: 103 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 85.264056] Modules linked in: [ 85.267255] CPU: 0 PID: 103 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 85.277975] Hardware name: Generic DRA72X (Flattened Device Tree) [ 85.284348] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 85.292446] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 85.300003] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 85.308468] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 85.317653] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 85.326019] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 85.333027] [] (mmput) from [] (do_exit+0x288/0x914) [ 85.340035] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 85.347588] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 85.355859] ---[ end trace 6b9bd7e147ebd5e6 ]--- [ 85.361529] ------------[ cut here ]------------ [ 85.366373] WARNING: CPU: 0 PID: 107 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 85.373920] Modules linked in: [ 85.377119] CPU: 0 PID: 107 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 85.387841] Hardware name: Generic DRA72X (Flattened Device Tree) [ 85.394219] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 85.402323] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 85.409875] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 85.418327] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 85.427514] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 85.435885] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 85.442895] [] (mmput) from [] (do_exit+0x288/0x914) [ 85.449903] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 85.457460] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 85.465731] ---[ end trace 6b9bd7e147ebd5e7 ]--- [ 85.471388] ------------[ cut here ]------------ [ 85.476227] WARNING: CPU: 0 PID: 108 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 85.483770] Modules linked in: [ 85.486971] CPU: 0 PID: 108 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 85.497690] Hardware name: Generic DRA72X (Flattened Device Tree) [ 85.504069] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 85.512170] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 85.519727] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 85.528188] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 85.537376] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 85.545741] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 85.552745] [] (mmput) from [] (do_exit+0x288/0x914) [ 85.559754] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 85.567302] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 85.575577] ---[ end trace 6b9bd7e147ebd5e8 ]--- [ 85.581269] ------------[ cut here ]------------ [ 85.586108] WARNING: CPU: 0 PID: 109 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 85.593652] Modules linked in: [ 85.596852] CPU: 0 PID: 109 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 85.607574] Hardware name: Generic DRA72X (Flattened Device Tree) [ 85.613947] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 85.622049] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 85.629599] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 85.638064] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 85.647251] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 85.655622] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 85.662630] [] (mmput) from [] (do_exit+0x288/0x914) [ 85.669641] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 85.677199] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 85.685470] ---[ end trace 6b9bd7e147ebd5e9 ]--- [ 85.691076] ------------[ cut here ]------------ [ 85.695910] WARNING: CPU: 0 PID: 110 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 85.703458] Modules linked in: [ 85.706660] CPU: 0 PID: 110 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 85.717390] Hardware name: Generic DRA72X (Flattened Device Tree) [ 85.723765] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 85.731859] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 85.739415] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 85.747877] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 85.757059] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 85.765431] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 85.772439] [] (mmput) from [] (do_exit+0x288/0x914) [ 85.779445] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 85.786997] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 85.795273] ---[ end trace 6b9bd7e147ebd5ea ]--- [ 85.800880] ------------[ cut here ]------------ [ 85.805714] WARNING: CPU: 0 PID: 111 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 85.813255] Modules linked in: [ 85.816453] CPU: 0 PID: 111 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 85.827175] Hardware name: Generic DRA72X (Flattened Device Tree) [ 85.833553] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 85.841654] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 85.849205] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 85.857668] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 85.866850] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 85.875218] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 85.882234] [] (mmput) from [] (do_exit+0x288/0x914) [ 85.889238] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 85.896795] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 85.905073] ---[ end trace 6b9bd7e147ebd5eb ]--- [ 85.910672] ------------[ cut here ]------------ [ 85.915511] WARNING: CPU: 0 PID: 112 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 85.923055] Modules linked in: [ 85.926256] CPU: 0 PID: 112 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 85.936973] Hardware name: Generic DRA72X (Flattened Device Tree) [ 85.943348] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 85.951449] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 85.959004] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 85.967460] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 85.976647] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 85.985017] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 85.992023] [] (mmput) from [] (do_exit+0x288/0x914) [ 85.999030] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 86.006579] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 86.014852] ---[ end trace 6b9bd7e147ebd5ec ]--- [ 86.020518] ------------[ cut here ]------------ [ 86.025353] WARNING: CPU: 0 PID: 113 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 86.032898] Modules linked in: [ 86.036096] CPU: 0 PID: 113 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 86.046819] Hardware name: Generic DRA72X (Flattened Device Tree) [ 86.053192] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 86.061289] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 86.068846] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 86.077304] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 86.086485] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 86.094862] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 86.101871] [] (mmput) from [] (do_exit+0x288/0x914) [ 86.108878] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 86.116426] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 86.124700] ---[ end trace 6b9bd7e147ebd5ed ]--- [ 86.130323] ------------[ cut here ]------------ [ 86.135166] WARNING: CPU: 0 PID: 114 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 86.142712] Modules linked in: [ 86.145914] CPU: 0 PID: 114 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 86.156630] Hardware name: Generic DRA72X (Flattened Device Tree) [ 86.163006] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 86.171104] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 86.178652] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 86.187112] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 86.196294] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 86.204664] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 86.211670] [] (mmput) from [] (do_exit+0x288/0x914) [ 86.218679] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 86.226226] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 86.234500] ---[ end trace 6b9bd7e147ebd5ee ]--- [ 86.240171] ------------[ cut here ]------------ [ 86.245013] WARNING: CPU: 0 PID: 118 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 86.252553] Modules linked in: [ 86.255748] CPU: 0 PID: 118 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 86.266469] Hardware name: Generic DRA72X (Flattened Device Tree) [ 86.272846] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 86.280947] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 86.288503] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 86.296971] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 86.306153] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 86.314521] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 86.321528] [] (mmput) from [] (do_exit+0x288/0x914) [ 86.328538] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 86.336093] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 86.344369] ---[ end trace 6b9bd7e147ebd5ef ]--- [ 86.350093] ------------[ cut here ]------------ [ 86.354929] WARNING: CPU: 0 PID: 119 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 86.362479] Modules linked in: [ 86.365679] CPU: 0 PID: 119 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 86.376403] Hardware name: Generic DRA72X (Flattened Device Tree) [ 86.382784] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 86.390881] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 86.398439] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 86.406896] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 86.416082] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 86.424454] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 86.431464] [] (mmput) from [] (do_exit+0x288/0x914) [ 86.438474] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 86.446028] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 86.454300] ---[ end trace 6b9bd7e147ebd5f0 ]--- [ 86.460045] ------------[ cut here ]------------ [ 86.464881] WARNING: CPU: 0 PID: 120 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 86.472424] Modules linked in: [ 86.475625] CPU: 0 PID: 120 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 86.486341] Hardware name: Generic DRA72X (Flattened Device Tree) [ 86.492716] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 86.500815] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 86.508364] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 86.516818] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 86.526011] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 86.534379] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 86.541391] [] (mmput) from [] (do_exit+0x288/0x914) [ 86.548396] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 86.555953] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 86.564226] ---[ end trace 6b9bd7e147ebd5f1 ]--- [ 86.569931] ------------[ cut here ]------------ [ 86.574766] WARNING: CPU: 0 PID: 121 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 86.582309] Modules linked in: [ 86.585507] CPU: 0 PID: 121 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 86.596224] Hardware name: Generic DRA72X (Flattened Device Tree) [ 86.602601] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 86.610699] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 86.618249] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 86.626716] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 86.635903] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 86.644274] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 86.651280] [] (mmput) from [] (do_exit+0x288/0x914) [ 86.658290] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 86.665849] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 86.674124] ---[ end trace 6b9bd7e147ebd5f2 ]--- [ 86.679821] ------------[ cut here ]------------ [ 86.684644] WARNING: CPU: 0 PID: 122 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 86.692197] Modules linked in: [ 86.695395] CPU: 0 PID: 122 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 86.706111] Hardware name: Generic DRA72X (Flattened Device Tree) [ 86.712484] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 86.720584] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 86.728131] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 86.736593] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 86.745784] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 86.754153] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 86.761159] [] (mmput) from [] (do_exit+0x288/0x914) [ 86.768163] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 86.775712] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 86.783984] ---[ end trace 6b9bd7e147ebd5f3 ]--- [ 86.789662] ------------[ cut here ]------------ [ 86.794504] WARNING: CPU: 0 PID: 123 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 86.802049] Modules linked in: [ 86.805248] CPU: 0 PID: 123 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 86.815966] Hardware name: Generic DRA72X (Flattened Device Tree) [ 86.822343] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 86.830448] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 86.837996] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 86.846449] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 86.855640] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 86.864010] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 86.871020] [] (mmput) from [] (do_exit+0x288/0x914) [ 86.878027] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 86.885579] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 86.893848] ---[ end trace 6b9bd7e147ebd5f4 ]--- [ 86.899532] ------------[ cut here ]------------ [ 86.904368] WARNING: CPU: 0 PID: 132 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 86.911907] Modules linked in: [ 86.915107] CPU: 0 PID: 132 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 86.925824] Hardware name: Generic DRA72X (Flattened Device Tree) [ 86.932207] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 86.940308] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 86.947864] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 86.956329] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 86.965518] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 86.973888] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 86.980897] [] (mmput) from [] (do_exit+0x288/0x914) [ 86.987906] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 86.995459] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 87.003730] ---[ end trace 6b9bd7e147ebd5f5 ]--- [ 87.009402] ------------[ cut here ]------------ [ 87.014242] WARNING: CPU: 0 PID: 145 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 87.021787] Modules linked in: [ 87.024986] CPU: 0 PID: 145 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 87.035709] Hardware name: Generic DRA72X (Flattened Device Tree) [ 87.042083] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 87.050182] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 87.057735] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 87.066201] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 87.075382] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 87.083752] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 87.090757] [] (mmput) from [] (do_exit+0x288/0x914) [ 87.097764] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 87.105318] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 87.113589] ---[ end trace 6b9bd7e147ebd5f6 ]--- [ 87.119261] ------------[ cut here ]------------ [ 87.124100] WARNING: CPU: 0 PID: 146 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 87.131645] Modules linked in: [ 87.134847] CPU: 0 PID: 146 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 87.145564] Hardware name: Generic DRA72X (Flattened Device Tree) [ 87.151940] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 87.160039] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 87.167597] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 87.176060] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 87.185243] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 87.193617] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 87.200630] [] (mmput) from [] (do_exit+0x288/0x914) [ 87.207640] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 87.215195] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 87.223464] ---[ end trace 6b9bd7e147ebd5f7 ]--- [ 87.229118] ------------[ cut here ]------------ [ 87.233963] WARNING: CPU: 0 PID: 147 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 87.241507] Modules linked in: [ 87.244699] CPU: 0 PID: 147 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 87.255419] Hardware name: Generic DRA72X (Flattened Device Tree) [ 87.261797] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 87.269897] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 87.277453] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 87.285916] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 87.295098] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 87.303464] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 87.310470] [] (mmput) from [] (do_exit+0x288/0x914) [ 87.317479] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 87.325032] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 87.333306] ---[ end trace 6b9bd7e147ebd5f8 ]--- [ 87.339009] ------------[ cut here ]------------ [ 87.343846] WARNING: CPU: 0 PID: 148 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 87.351391] Modules linked in: [ 87.354582] CPU: 0 PID: 148 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 87.365304] Hardware name: Generic DRA72X (Flattened Device Tree) [ 87.371681] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 87.379774] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 87.387332] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 87.395789] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 87.404982] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 87.413351] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 87.420358] [] (mmput) from [] (do_exit+0x288/0x914) [ 87.427363] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 87.434914] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 87.443186] ---[ end trace 6b9bd7e147ebd5f9 ]--- [ 87.448825] ------------[ cut here ]------------ [ 87.453664] WARNING: CPU: 0 PID: 149 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 87.461212] Modules linked in: [ 87.464405] CPU: 0 PID: 149 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 87.475123] Hardware name: Generic DRA72X (Flattened Device Tree) [ 87.481499] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 87.489600] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 87.497153] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 87.505613] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 87.514795] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 87.523168] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 87.530176] [] (mmput) from [] (do_exit+0x288/0x914) [ 87.537191] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 87.544758] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 87.553032] ---[ end trace 6b9bd7e147ebd5fa ]--- [ 87.558697] ------------[ cut here ]------------ [ 87.563541] WARNING: CPU: 0 PID: 150 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 87.571092] Modules linked in: [ 87.574283] CPU: 0 PID: 150 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 87.585006] Hardware name: Generic DRA72X (Flattened Device Tree) [ 87.591383] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 87.599479] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 87.607038] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 87.615496] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 87.624688] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 87.633056] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 87.640065] [] (mmput) from [] (do_exit+0x288/0x914) [ 87.647071] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 87.654619] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 87.662893] ---[ end trace 6b9bd7e147ebd5fb ]--- [ 87.668554] ------------[ cut here ]------------ [ 87.673388] WARNING: CPU: 0 PID: 151 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 87.680932] Modules linked in: [ 87.684126] CPU: 0 PID: 151 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 87.694847] Hardware name: Generic DRA72X (Flattened Device Tree) [ 87.701225] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 87.709326] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 87.716879] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 87.725336] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 87.734522] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 87.742898] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 87.749899] [] (mmput) from [] (do_exit+0x288/0x914) [ 87.756904] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 87.764453] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 87.772721] ---[ end trace 6b9bd7e147ebd5fc ]--- [ 87.778470] ------------[ cut here ]------------ [ 87.783314] WARNING: CPU: 0 PID: 152 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 87.790861] Modules linked in: [ 87.794055] CPU: 0 PID: 152 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 87.804779] Hardware name: Generic DRA72X (Flattened Device Tree) [ 87.811154] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 87.819251] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 87.826813] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 87.835275] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 87.844455] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 87.852817] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 87.859826] [] (mmput) from [] (do_exit+0x288/0x914) [ 87.866837] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 87.874389] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 87.882665] ---[ end trace 6b9bd7e147ebd5fd ]--- [ 87.888381] ------------[ cut here ]------------ [ 87.893224] WARNING: CPU: 0 PID: 153 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 87.900776] Modules linked in: [ 87.903969] CPU: 0 PID: 153 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 87.914687] Hardware name: Generic DRA72X (Flattened Device Tree) [ 87.921065] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 87.929166] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 87.936715] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 87.945174] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 87.954361] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 87.962729] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 87.969737] [] (mmput) from [] (do_exit+0x288/0x914) [ 87.976746] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 87.984298] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 87.992568] ---[ end trace 6b9bd7e147ebd5fe ]--- [ 87.998295] ------------[ cut here ]------------ [ 88.003135] WARNING: CPU: 0 PID: 154 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 88.010693] Modules linked in: [ 88.013884] CPU: 0 PID: 154 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 88.024603] Hardware name: Generic DRA72X (Flattened Device Tree) [ 88.030986] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 88.039087] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 88.046642] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 88.055106] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 88.064291] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 88.072660] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 88.079664] [] (mmput) from [] (do_exit+0x288/0x914) [ 88.086673] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 88.094221] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 88.102494] ---[ end trace 6b9bd7e147ebd5ff ]--- [ 88.108233] ------------[ cut here ]------------ [ 88.113077] WARNING: CPU: 0 PID: 162 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 88.120622] Modules linked in: [ 88.123815] CPU: 0 PID: 162 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 88.134537] Hardware name: Generic DRA72X (Flattened Device Tree) [ 88.140909] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 88.149006] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 88.156557] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 88.165019] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 88.174203] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 88.182572] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 88.189575] [] (mmput) from [] (do_exit+0x288/0x914) [ 88.196576] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 88.204127] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 88.212393] ---[ end trace 6b9bd7e147ebd600 ]--- [ 88.218091] ------------[ cut here ]------------ [ 88.222929] WARNING: CPU: 0 PID: 163 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 88.230473] Modules linked in: [ 88.233665] CPU: 0 PID: 163 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 88.244387] Hardware name: Generic DRA72X (Flattened Device Tree) [ 88.250764] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 88.258865] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 88.266419] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 88.274875] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 88.284057] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 88.292424] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 88.299432] [] (mmput) from [] (do_exit+0x288/0x914) [ 88.306442] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 88.313992] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 88.322258] ---[ end trace 6b9bd7e147ebd601 ]--- [ 88.327958] ------------[ cut here ]------------ [ 88.332795] WARNING: CPU: 0 PID: 164 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 88.340345] Modules linked in: [ 88.343538] CPU: 0 PID: 164 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 88.354267] Hardware name: Generic DRA72X (Flattened Device Tree) [ 88.360641] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 88.368742] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 88.376296] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 88.384759] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 88.393945] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 88.402315] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 88.409320] [] (mmput) from [] (do_exit+0x288/0x914) [ 88.416327] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 88.423876] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 88.432148] ---[ end trace 6b9bd7e147ebd602 ]--- [ 88.437859] ------------[ cut here ]------------ [ 88.442702] WARNING: CPU: 0 PID: 165 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 88.450250] Modules linked in: [ 88.453443] CPU: 0 PID: 165 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 88.464162] Hardware name: Generic DRA72X (Flattened Device Tree) [ 88.470536] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 88.478639] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 88.486193] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 88.494648] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 88.503831] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 88.512203] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 88.519213] [] (mmput) from [] (do_exit+0x288/0x914) [ 88.526220] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 88.533775] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 88.542053] ---[ end trace 6b9bd7e147ebd603 ]--- [ 88.547751] ------------[ cut here ]------------ [ 88.552592] WARNING: CPU: 0 PID: 166 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 88.560141] Modules linked in: [ 88.563335] CPU: 0 PID: 166 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 88.574050] Hardware name: Generic DRA72X (Flattened Device Tree) [ 88.580424] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 88.588529] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 88.596084] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 88.604543] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 88.613725] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 88.622093] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 88.629097] [] (mmput) from [] (do_exit+0x288/0x914) [ 88.636106] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 88.643654] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 88.651929] ---[ end trace 6b9bd7e147ebd604 ]--- [ 88.657644] ------------[ cut here ]------------ [ 88.662482] WARNING: CPU: 0 PID: 167 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 88.670027] Modules linked in: [ 88.673219] CPU: 0 PID: 167 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 88.683937] Hardware name: Generic DRA72X (Flattened Device Tree) [ 88.690317] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 88.698413] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 88.705978] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 88.714429] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 88.723617] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 88.731988] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 88.738996] [] (mmput) from [] (do_exit+0x288/0x914) [ 88.745999] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 88.753549] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 88.761822] ---[ end trace 6b9bd7e147ebd605 ]--- [ 88.767530] ------------[ cut here ]------------ [ 88.772366] WARNING: CPU: 0 PID: 168 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 88.779908] Modules linked in: [ 88.783100] CPU: 0 PID: 168 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 88.793818] Hardware name: Generic DRA72X (Flattened Device Tree) [ 88.800196] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 88.808291] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 88.815843] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 88.824297] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 88.833491] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 88.841865] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 88.848873] [] (mmput) from [] (do_exit+0x288/0x914) [ 88.855879] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 88.863439] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 88.871715] ---[ end trace 6b9bd7e147ebd606 ]--- [ 88.877365] ------------[ cut here ]------------ [ 88.882202] WARNING: CPU: 0 PID: 169 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 88.889753] Modules linked in: [ 88.892945] CPU: 0 PID: 169 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 88.903669] Hardware name: Generic DRA72X (Flattened Device Tree) [ 88.910043] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 88.918139] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 88.925693] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 88.934156] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 88.943343] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 88.951717] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 88.958723] [] (mmput) from [] (do_exit+0x288/0x914) [ 88.965728] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 88.973279] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 88.981552] ---[ end trace 6b9bd7e147ebd607 ]--- [ 88.987275] ------------[ cut here ]------------ [ 88.992115] WARNING: CPU: 0 PID: 173 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 88.999661] Modules linked in: [ 89.002864] CPU: 0 PID: 173 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 89.013584] Hardware name: Generic DRA72X (Flattened Device Tree) [ 89.019960] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 89.028058] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 89.035613] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 89.044072] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 89.053257] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 89.061624] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 89.068628] [] (mmput) from [] (do_exit+0x288/0x914) [ 89.075635] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 89.083190] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 89.091472] ---[ end trace 6b9bd7e147ebd608 ]--- [ 89.097163] ------------[ cut here ]------------ [ 89.102005] WARNING: CPU: 0 PID: 174 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 89.109554] Modules linked in: [ 89.112754] CPU: 0 PID: 174 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 89.123474] Hardware name: Generic DRA72X (Flattened Device Tree) [ 89.129850] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 89.137956] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 89.145512] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 89.153966] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 89.163147] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 89.171516] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 89.178525] [] (mmput) from [] (do_exit+0x288/0x914) [ 89.185538] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 89.193091] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 89.201364] ---[ end trace 6b9bd7e147ebd609 ]--- [ 89.207050] ------------[ cut here ]------------ [ 89.211888] WARNING: CPU: 0 PID: 175 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 89.219437] Modules linked in: [ 89.222638] CPU: 0 PID: 175 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 89.233370] Hardware name: Generic DRA72X (Flattened Device Tree) [ 89.239751] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 89.247853] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 89.255402] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 89.263864] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 89.273048] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 89.281417] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 89.288423] [] (mmput) from [] (do_exit+0x288/0x914) [ 89.295428] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 89.302979] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 89.311249] ---[ end trace 6b9bd7e147ebd60a ]--- [ 89.316958] ------------[ cut here ]------------ [ 89.321798] WARNING: CPU: 0 PID: 176 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 89.329345] Modules linked in: [ 89.332547] CPU: 0 PID: 176 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 89.343268] Hardware name: Generic DRA72X (Flattened Device Tree) [ 89.349644] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 89.357738] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 89.365296] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 89.373748] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 89.382930] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 89.391297] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 89.398307] [] (mmput) from [] (do_exit+0x288/0x914) [ 89.405317] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 89.412873] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 89.421144] ---[ end trace 6b9bd7e147ebd60b ]--- [ 89.426796] ------------[ cut here ]------------ [ 89.431635] WARNING: CPU: 0 PID: 177 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 89.439180] Modules linked in: [ 89.442382] CPU: 0 PID: 177 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 89.453098] Hardware name: Generic DRA72X (Flattened Device Tree) [ 89.459475] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 89.467574] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 89.475127] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 89.483587] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 89.492766] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 89.501136] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 89.508154] [] (mmput) from [] (do_exit+0x288/0x914) [ 89.515161] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 89.522720] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 89.530991] ---[ end trace 6b9bd7e147ebd60c ]--- [ 89.536659] ------------[ cut here ]------------ [ 89.541499] WARNING: CPU: 0 PID: 178 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 89.549048] Modules linked in: [ 89.552248] CPU: 0 PID: 178 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 89.562968] Hardware name: Generic DRA72X (Flattened Device Tree) [ 89.569342] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 89.577442] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 89.584992] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 89.593456] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 89.602642] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 89.611013] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 89.618022] [] (mmput) from [] (do_exit+0x288/0x914) [ 89.625037] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 89.632588] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 89.640860] ---[ end trace 6b9bd7e147ebd60d ]--- [ 89.646505] ------------[ cut here ]------------ [ 89.651344] WARNING: CPU: 0 PID: 179 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 89.658891] Modules linked in: [ 89.662095] CPU: 0 PID: 179 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 89.672818] Hardware name: Generic DRA72X (Flattened Device Tree) [ 89.679191] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 89.687295] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 89.694844] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 89.703298] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 89.712479] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 89.720851] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 89.727859] [] (mmput) from [] (do_exit+0x288/0x914) [ 89.734869] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 89.742425] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 89.750696] ---[ end trace 6b9bd7e147ebd60e ]--- [ 89.756348] ------------[ cut here ]------------ [ 89.761189] WARNING: CPU: 0 PID: 180 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 89.768737] Modules linked in: [ 89.771935] CPU: 0 PID: 180 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 89.782649] Hardware name: Generic DRA72X (Flattened Device Tree) [ 89.789032] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 89.797129] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 89.804682] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 89.813141] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 89.822331] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 89.830698] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 89.837706] [] (mmput) from [] (do_exit+0x288/0x914) [ 89.844712] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 89.852265] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 89.860531] ---[ end trace 6b9bd7e147ebd60f ]--- [ 89.866174] ------------[ cut here ]------------ [ 89.871016] WARNING: CPU: 0 PID: 181 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 89.878566] Modules linked in: [ 89.881767] CPU: 0 PID: 181 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 89.892495] Hardware name: Generic DRA72X (Flattened Device Tree) [ 89.898874] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 89.906970] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 89.914519] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 89.922979] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 89.932168] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 89.940539] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 89.947548] [] (mmput) from [] (do_exit+0x288/0x914) [ 89.954550] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 89.962095] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 89.970366] ---[ end trace 6b9bd7e147ebd610 ]--- [ 89.976034] ------------[ cut here ]------------ [ 89.980873] WARNING: CPU: 0 PID: 182 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 89.988416] Modules linked in: [ 89.991619] CPU: 0 PID: 182 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 90.002346] Hardware name: Generic DRA72X (Flattened Device Tree) [ 90.008722] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 90.016814] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 90.024366] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 90.032827] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 90.042014] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 90.050388] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 90.057400] [] (mmput) from [] (do_exit+0x288/0x914) [ 90.064405] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 90.071961] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 90.080237] ---[ end trace 6b9bd7e147ebd611 ]--- [ 90.085909] ------------[ cut here ]------------ [ 90.090748] WARNING: CPU: 0 PID: 183 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 90.098290] Modules linked in: [ 90.101489] CPU: 0 PID: 183 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 90.112208] Hardware name: Generic DRA72X (Flattened Device Tree) [ 90.118583] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 90.126684] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 90.134234] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 90.142690] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 90.151875] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 90.160247] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 90.167258] [] (mmput) from [] (do_exit+0x288/0x914) [ 90.174269] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 90.181823] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 90.190102] ---[ end trace 6b9bd7e147ebd612 ]--- [ 90.195763] ------------[ cut here ]------------ [ 90.200606] WARNING: CPU: 0 PID: 184 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 90.208152] Modules linked in: [ 90.211350] CPU: 0 PID: 184 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 90.222071] Hardware name: Generic DRA72X (Flattened Device Tree) [ 90.228453] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 90.236559] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 90.244120] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 90.252585] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 90.261773] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 90.270143] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 90.277148] [] (mmput) from [] (do_exit+0x288/0x914) [ 90.284156] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 90.291707] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 90.299982] ---[ end trace 6b9bd7e147ebd613 ]--- [ 90.305618] ------------[ cut here ]------------ [ 90.310456] WARNING: CPU: 0 PID: 206 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 90.317998] Modules linked in: [ 90.321195] CPU: 0 PID: 206 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 90.331909] Hardware name: Generic DRA72X (Flattened Device Tree) [ 90.338282] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 90.346387] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 90.353945] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 90.362406] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 90.371588] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 90.379954] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 90.386960] [] (mmput) from [] (do_exit+0x288/0x914) [ 90.393966] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 90.401517] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 90.409790] ---[ end trace 6b9bd7e147ebd614 ]--- [ 90.415469] ------------[ cut here ]------------ [ 90.420305] WARNING: CPU: 0 PID: 207 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 90.427847] Modules linked in: [ 90.431046] CPU: 0 PID: 207 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 90.441765] Hardware name: Generic DRA72X (Flattened Device Tree) [ 90.448142] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 90.456236] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 90.463788] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 90.472247] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 90.481429] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 90.489792] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 90.496801] [] (mmput) from [] (do_exit+0x288/0x914) [ 90.503803] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 90.511358] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 90.519629] ---[ end trace 6b9bd7e147ebd615 ]--- [ 90.525325] ------------[ cut here ]------------ [ 90.530162] WARNING: CPU: 0 PID: 208 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 90.537711] Modules linked in: [ 90.540911] CPU: 0 PID: 208 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 90.551634] Hardware name: Generic DRA72X (Flattened Device Tree) [ 90.558007] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 90.566114] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 90.573666] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 90.582123] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 90.591309] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 90.599681] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 90.606687] [] (mmput) from [] (do_exit+0x288/0x914) [ 90.613698] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 90.621258] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 90.629536] ---[ end trace 6b9bd7e147ebd616 ]--- [ 90.635262] ------------[ cut here ]------------ [ 90.640101] WARNING: CPU: 0 PID: 209 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 90.647650] Modules linked in: [ 90.650852] CPU: 0 PID: 209 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 90.661574] Hardware name: Generic DRA72X (Flattened Device Tree) [ 90.667947] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 90.676048] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 90.683597] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 90.692062] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 90.701242] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 90.709607] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 90.716613] [] (mmput) from [] (do_exit+0x288/0x914) [ 90.723620] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 90.731172] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 90.739438] ---[ end trace 6b9bd7e147ebd617 ]--- [ 90.745158] ------------[ cut here ]------------ [ 90.749992] WARNING: CPU: 0 PID: 210 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 90.757545] Modules linked in: [ 90.760744] CPU: 0 PID: 210 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 90.771466] Hardware name: Generic DRA72X (Flattened Device Tree) [ 90.777838] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 90.785937] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 90.793489] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 90.801942] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 90.811129] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 90.819502] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 90.826513] [] (mmput) from [] (do_exit+0x288/0x914) [ 90.833522] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 90.841074] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 90.849346] ---[ end trace 6b9bd7e147ebd618 ]--- [ 90.855016] ------------[ cut here ]------------ [ 90.859853] WARNING: CPU: 0 PID: 215 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 90.867395] Modules linked in: [ 90.870594] CPU: 0 PID: 215 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 90.881312] Hardware name: Generic DRA72X (Flattened Device Tree) [ 90.887693] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 90.895798] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 90.903353] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 90.911811] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 90.920993] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 90.929366] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 90.936378] [] (mmput) from [] (do_exit+0x288/0x914) [ 90.943381] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 90.950938] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 90.959210] ---[ end trace 6b9bd7e147ebd619 ]--- [ 90.964890] ------------[ cut here ]------------ [ 90.969718] WARNING: CPU: 0 PID: 216 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 90.977261] Modules linked in: [ 90.980463] CPU: 0 PID: 216 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 90.991180] Hardware name: Generic DRA72X (Flattened Device Tree) [ 90.997553] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.005660] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.013219] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.021679] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.030868] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.039236] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.046251] [] (mmput) from [] (do_exit+0x288/0x914) [ 91.053262] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 91.060812] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 91.069087] ---[ end trace 6b9bd7e147ebd61a ]--- [ 91.074773] ------------[ cut here ]------------ [ 91.079593] WARNING: CPU: 0 PID: 217 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.087141] Modules linked in: [ 91.090338] CPU: 0 PID: 217 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.101059] Hardware name: Generic DRA72X (Flattened Device Tree) [ 91.107433] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.115532] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.123087] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.131542] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.140732] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.149092] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.156098] [] (mmput) from [] (do_exit+0x288/0x914) [ 91.163109] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 91.170666] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 91.178929] ---[ end trace 6b9bd7e147ebd61b ]--- [ 91.184610] ------------[ cut here ]------------ [ 91.189450] WARNING: CPU: 0 PID: 218 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.196995] Modules linked in: [ 91.200197] CPU: 0 PID: 218 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.210918] Hardware name: Generic DRA72X (Flattened Device Tree) [ 91.217292] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.225396] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.232948] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.241415] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.250597] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.258974] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.265975] [] (mmput) from [] (do_exit+0x288/0x914) [ 91.272983] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 91.280543] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 91.288817] ---[ end trace 6b9bd7e147ebd61c ]--- [ 91.294455] ------------[ cut here ]------------ [ 91.299294] WARNING: CPU: 0 PID: 219 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.306837] Modules linked in: [ 91.310036] CPU: 0 PID: 219 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.320753] Hardware name: Generic DRA72X (Flattened Device Tree) [ 91.327128] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.335235] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.342786] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.351246] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.360437] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.368806] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.375814] [] (mmput) from [] (do_exit+0x288/0x914) [ 91.382819] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 91.390367] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 91.398644] ---[ end trace 6b9bd7e147ebd61d ]--- [ 91.404310] ------------[ cut here ]------------ [ 91.409148] WARNING: CPU: 0 PID: 220 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.416698] Modules linked in: [ 91.419900] CPU: 0 PID: 220 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.430619] Hardware name: Generic DRA72X (Flattened Device Tree) [ 91.436996] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.445096] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.452648] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.461109] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.470295] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.478661] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.485666] [] (mmput) from [] (do_exit+0x288/0x914) [ 91.492671] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 91.500222] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 91.508496] ---[ end trace 6b9bd7e147ebd61e ]--- [ 91.514165] ------------[ cut here ]------------ [ 91.519011] WARNING: CPU: 0 PID: 221 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.526562] Modules linked in: [ 91.529764] CPU: 0 PID: 221 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.540491] Hardware name: Generic DRA72X (Flattened Device Tree) [ 91.546869] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.554968] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.562521] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.570983] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.580172] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.588545] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.595549] [] (mmput) from [] (do_exit+0x288/0x914) [ 91.602558] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 91.610122] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 91.618396] ---[ end trace 6b9bd7e147ebd61f ]--- [ 91.624057] ------------[ cut here ]------------ [ 91.628894] WARNING: CPU: 0 PID: 222 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.636442] Modules linked in: [ 91.639632] CPU: 0 PID: 222 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.650355] Hardware name: Generic DRA72X (Flattened Device Tree) [ 91.656726] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.664826] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.672382] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.680842] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.690034] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.698400] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.705413] [] (mmput) from [] (do_exit+0x288/0x914) [ 91.712419] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 91.719970] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 91.728237] ---[ end trace 6b9bd7e147ebd620 ]--- [ 91.733888] ------------[ cut here ]------------ [ 91.738725] WARNING: CPU: 0 PID: 229 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.746274] Modules linked in: [ 91.749466] CPU: 0 PID: 229 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.760182] Hardware name: Generic DRA72X (Flattened Device Tree) [ 91.766558] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.774653] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.782208] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.790668] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.799857] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.808227] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.815237] [] (mmput) from [] (do_exit+0x288/0x914) [ 91.822245] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 91.829802] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 91.838070] ---[ end trace 6b9bd7e147ebd621 ]--- [ 91.843720] ------------[ cut here ]------------ [ 91.848560] WARNING: CPU: 0 PID: 230 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.856104] Modules linked in: [ 91.859296] CPU: 0 PID: 230 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.870020] Hardware name: Generic DRA72X (Flattened Device Tree) [ 91.876394] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.884497] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 91.892048] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 91.900505] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 91.909683] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 91.918047] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 91.925059] [] (mmput) from [] (do_exit+0x288/0x914) [ 91.932066] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 91.939619] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 91.947891] ---[ end trace 6b9bd7e147ebd622 ]--- [ 91.953581] ------------[ cut here ]------------ [ 91.958421] WARNING: CPU: 0 PID: 231 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 91.965969] Modules linked in: [ 91.969161] CPU: 0 PID: 231 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 91.979879] Hardware name: Generic DRA72X (Flattened Device Tree) [ 91.986259] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 91.994357] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.001912] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.010387] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.019581] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.027954] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.034961] [] (mmput) from [] (do_exit+0x288/0x914) [ 92.041978] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 92.049528] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 92.057798] ---[ end trace 6b9bd7e147ebd623 ]--- [ 92.063497] ------------[ cut here ]------------ [ 92.068339] WARNING: CPU: 0 PID: 232 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.075882] Modules linked in: [ 92.079075] CPU: 0 PID: 232 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.089797] Hardware name: Generic DRA72X (Flattened Device Tree) [ 92.096171] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.104273] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.111827] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.120288] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.129475] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.137846] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.144855] [] (mmput) from [] (do_exit+0x288/0x914) [ 92.151856] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 92.159410] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 92.167679] ---[ end trace 6b9bd7e147ebd624 ]--- [ 92.173341] ------------[ cut here ]------------ [ 92.178179] WARNING: CPU: 0 PID: 233 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.185728] Modules linked in: [ 92.188918] CPU: 0 PID: 233 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.199636] Hardware name: Generic DRA72X (Flattened Device Tree) [ 92.206015] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.214113] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.221669] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.230126] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.239308] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.247676] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.254682] [] (mmput) from [] (do_exit+0x288/0x914) [ 92.261688] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 92.269243] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 92.277525] ---[ end trace 6b9bd7e147ebd625 ]--- [ 92.283186] ------------[ cut here ]------------ [ 92.288024] WARNING: CPU: 0 PID: 267 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.295574] Modules linked in: [ 92.298769] CPU: 0 PID: 267 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.309485] Hardware name: Generic DRA72X (Flattened Device Tree) [ 92.315863] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.323957] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.331515] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.339979] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.349172] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.357537] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.364547] [] (mmput) from [] (do_exit+0x288/0x914) [ 92.371562] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 92.379118] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 92.387389] ---[ end trace 6b9bd7e147ebd626 ]--- [ 92.393114] ------------[ cut here ]------------ [ 92.397952] WARNING: CPU: 0 PID: 268 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.405498] Modules linked in: [ 92.408689] CPU: 0 PID: 268 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.419409] Hardware name: Generic DRA72X (Flattened Device Tree) [ 92.425786] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.433890] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.441453] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.449916] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.459100] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.467467] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.474467] [] (mmput) from [] (do_exit+0x288/0x914) [ 92.481471] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 92.489025] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 92.497300] ---[ end trace 6b9bd7e147ebd627 ]--- [ 92.503012] ------------[ cut here ]------------ [ 92.507851] WARNING: CPU: 0 PID: 269 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.515396] Modules linked in: [ 92.518588] CPU: 0 PID: 269 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.529305] Hardware name: Generic DRA72X (Flattened Device Tree) [ 92.535679] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.543777] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.551331] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.559787] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.568976] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.577345] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.584350] [] (mmput) from [] (do_exit+0x288/0x914) [ 92.591360] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 92.598909] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 92.607177] ---[ end trace 6b9bd7e147ebd628 ]--- [ 92.612889] ------------[ cut here ]------------ [ 92.617732] WARNING: CPU: 0 PID: 270 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.625276] Modules linked in: [ 92.628469] CPU: 0 PID: 270 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.639183] Hardware name: Generic DRA72X (Flattened Device Tree) [ 92.645558] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.653654] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.661206] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.669665] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.678845] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.687208] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.694213] [] (mmput) from [] (do_exit+0x288/0x914) [ 92.701227] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 92.708781] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 92.717052] ---[ end trace 6b9bd7e147ebd629 ]--- [ 92.722753] ------------[ cut here ]------------ [ 92.727593] WARNING: CPU: 0 PID: 271 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.735142] Modules linked in: [ 92.738334] CPU: 0 PID: 271 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.749059] Hardware name: Generic DRA72X (Flattened Device Tree) [ 92.755438] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.763534] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.771086] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.779543] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.788727] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.797088] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.804094] [] (mmput) from [] (do_exit+0x288/0x914) [ 92.811100] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 92.818650] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 92.826923] ---[ end trace 6b9bd7e147ebd62a ]--- [ 92.832617] ------------[ cut here ]------------ [ 92.837457] WARNING: CPU: 0 PID: 272 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.845005] Modules linked in: [ 92.848196] CPU: 0 PID: 272 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.858913] Hardware name: Generic DRA72X (Flattened Device Tree) [ 92.865286] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.873387] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.880938] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.889395] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 92.898579] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 92.906950] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 92.913954] [] (mmput) from [] (do_exit+0x288/0x914) [ 92.920962] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 92.928516] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 92.936783] ---[ end trace 6b9bd7e147ebd62b ]--- [ 92.942432] ------------[ cut here ]------------ [ 92.947272] WARNING: CPU: 0 PID: 273 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 92.954814] Modules linked in: [ 92.958005] CPU: 0 PID: 273 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 92.968721] Hardware name: Generic DRA72X (Flattened Device Tree) [ 92.975101] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 92.983201] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 92.990758] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 92.999215] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 93.008403] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 93.016773] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 93.023782] [] (mmput) from [] (do_exit+0x288/0x914) [ 93.030788] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 93.038346] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 93.046616] ---[ end trace 6b9bd7e147ebd62c ]--- [ 93.052181] ------------[ cut here ]------------ [ 93.057020] WARNING: CPU: 0 PID: 274 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 93.064563] Modules linked in: [ 93.067765] CPU: 0 PID: 274 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 93.078481] Hardware name: Generic DRA72X (Flattened Device Tree) [ 93.084861] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 93.092961] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 93.100515] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 93.108974] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 93.118154] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 93.126526] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 93.133536] [] (mmput) from [] (do_exit+0x288/0x914) [ 93.140538] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 93.148096] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 93.156372] ---[ end trace 6b9bd7e147ebd62d ]--- [ 93.161940] ------------[ cut here ]------------ [ 93.166783] WARNING: CPU: 0 PID: 275 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 93.174331] Modules linked in: [ 93.177531] CPU: 0 PID: 275 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 93.188259] Hardware name: Generic DRA72X (Flattened Device Tree) [ 93.194633] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 93.202738] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 93.210294] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 93.218747] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 93.227934] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 93.236301] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 93.243307] [] (mmput) from [] (do_exit+0x288/0x914) [ 93.250317] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 93.257872] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 93.266143] ---[ end trace 6b9bd7e147ebd62e ]--- [ 93.271765] ------------[ cut here ]------------ [ 93.276609] WARNING: CPU: 0 PID: 276 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 93.284151] Modules linked in: [ 93.287353] CPU: 0 PID: 276 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 93.298074] Hardware name: Generic DRA72X (Flattened Device Tree) [ 93.304449] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 93.312545] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 93.320094] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 93.328546] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 93.337733] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 93.346097] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 93.353108] [] (mmput) from [] (do_exit+0x288/0x914) [ 93.360121] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 93.367670] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 93.375947] ---[ end trace 6b9bd7e147ebd62f ]--- [ 93.381518] ------------[ cut here ]------------ [ 93.386359] WARNING: CPU: 0 PID: 277 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 93.393908] Modules linked in: [ 93.397108] CPU: 0 PID: 277 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 93.407827] Hardware name: Generic DRA72X (Flattened Device Tree) [ 93.414202] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 93.422309] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 93.429865] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 93.438327] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 93.447509] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 93.455875] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 93.462885] [] (mmput) from [] (do_exit+0x288/0x914) [ 93.469892] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 93.477448] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 93.485717] ---[ end trace 6b9bd7e147ebd630 ]--- [ 93.491275] ------------[ cut here ]------------ [ 93.496113] WARNING: CPU: 0 PID: 278 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 93.503659] Modules linked in: [ 93.506858] CPU: 0 PID: 278 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 93.517583] Hardware name: Generic DRA72X (Flattened Device Tree) [ 93.523957] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 93.532067] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 93.539623] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 93.548075] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 93.557263] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 93.565632] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 93.572641] [] (mmput) from [] (do_exit+0x288/0x914) [ 93.579646] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 93.587195] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 93.595477] ---[ end trace 6b9bd7e147ebd631 ]--- [ 93.601096] ------------[ cut here ]------------ [ 93.605937] WARNING: CPU: 0 PID: 279 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 93.613480] Modules linked in: [ 93.616678] CPU: 0 PID: 279 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 93.627402] Hardware name: Generic DRA72X (Flattened Device Tree) [ 93.633775] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 93.641877] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 93.649428] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 93.657887] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 93.667075] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 93.675443] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 93.682454] [] (mmput) from [] (do_exit+0x288/0x914) [ 93.689460] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 93.697015] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 93.705292] ---[ end trace 6b9bd7e147ebd632 ]--- [ 93.710938] ------------[ cut here ]------------ [ 93.715776] WARNING: CPU: 0 PID: 280 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 93.723326] Modules linked in: [ 93.726525] CPU: 0 PID: 280 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 93.737238] Hardware name: Generic DRA72X (Flattened Device Tree) [ 93.743617] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 93.751718] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 93.759265] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 93.767723] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 93.776913] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 93.785284] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 93.792289] [] (mmput) from [] (do_exit+0x288/0x914) [ 93.799300] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 93.806852] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 93.815124] ---[ end trace 6b9bd7e147ebd633 ]--- [ 93.820758] ------------[ cut here ]------------ [ 93.825600] WARNING: CPU: 0 PID: 281 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 93.833144] Modules linked in: [ 93.836347] CPU: 0 PID: 281 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 93.847065] Hardware name: Generic DRA72X (Flattened Device Tree) [ 93.853442] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 93.861542] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 93.869095] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 93.877554] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 93.886739] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 93.895108] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 93.902118] [] (mmput) from [] (do_exit+0x288/0x914) [ 93.909127] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 93.916681] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 93.924954] ---[ end trace 6b9bd7e147ebd634 ]--- [ 93.930552] ------------[ cut here ]------------ [ 93.935394] WARNING: CPU: 0 PID: 282 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 93.942935] Modules linked in: [ 93.946136] CPU: 0 PID: 282 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 93.956858] Hardware name: Generic DRA72X (Flattened Device Tree) [ 93.963235] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 93.971334] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 93.978890] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 93.987352] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 93.996543] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.004911] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.011921] [] (mmput) from [] (do_exit+0x288/0x914) [ 94.018934] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 94.026489] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 94.034759] ---[ end trace 6b9bd7e147ebd635 ]--- [ 94.040337] ------------[ cut here ]------------ [ 94.045177] WARNING: CPU: 0 PID: 283 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.052724] Modules linked in: [ 94.055925] CPU: 0 PID: 283 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.066646] Hardware name: Generic DRA72X (Flattened Device Tree) [ 94.073019] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.081120] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.088668] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.097128] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.106306] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.114678] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.121686] [] (mmput) from [] (do_exit+0x288/0x914) [ 94.128692] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 94.136251] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 94.144519] ---[ end trace 6b9bd7e147ebd636 ]--- [ 94.150107] ------------[ cut here ]------------ [ 94.154942] WARNING: CPU: 0 PID: 284 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.162488] Modules linked in: [ 94.165690] CPU: 0 PID: 284 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.176411] Hardware name: Generic DRA72X (Flattened Device Tree) [ 94.182784] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.190882] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.198433] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.206893] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.216073] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.224444] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.231453] [] (mmput) from [] (do_exit+0x288/0x914) [ 94.238466] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 94.246015] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 94.254287] ---[ end trace 6b9bd7e147ebd637 ]--- [ 94.259894] ------------[ cut here ]------------ [ 94.264720] WARNING: CPU: 0 PID: 285 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.272265] Modules linked in: [ 94.275466] CPU: 0 PID: 285 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.286186] Hardware name: Generic DRA72X (Flattened Device Tree) [ 94.292569] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.300671] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.308225] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.316689] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.325876] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.334244] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.341253] [] (mmput) from [] (do_exit+0x288/0x914) [ 94.348263] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 94.355819] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 94.364089] ---[ end trace 6b9bd7e147ebd638 ]--- [ 94.369685] ------------[ cut here ]------------ [ 94.374525] WARNING: CPU: 0 PID: 286 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.382067] Modules linked in: [ 94.385267] CPU: 0 PID: 286 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.395986] Hardware name: Generic DRA72X (Flattened Device Tree) [ 94.402366] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.410463] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.418020] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.426476] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.435666] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.444038] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.451048] [] (mmput) from [] (do_exit+0x288/0x914) [ 94.458060] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 94.465615] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 94.473885] ---[ end trace 6b9bd7e147ebd639 ]--- [ 94.479476] ------------[ cut here ]------------ [ 94.484319] WARNING: CPU: 0 PID: 287 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.491864] Modules linked in: [ 94.495061] CPU: 0 PID: 287 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.505776] Hardware name: Generic DRA72X (Flattened Device Tree) [ 94.512157] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.520255] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.527815] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.536274] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.545463] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.553826] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.560837] [] (mmput) from [] (do_exit+0x288/0x914) [ 94.567845] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 94.575390] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 94.583669] ---[ end trace 6b9bd7e147ebd63a ]--- [ 94.589288] ------------[ cut here ]------------ [ 94.594125] WARNING: CPU: 0 PID: 288 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.601671] Modules linked in: [ 94.604869] CPU: 0 PID: 288 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.615593] Hardware name: Generic DRA72X (Flattened Device Tree) [ 94.621963] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.630066] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.637623] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.646088] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.655268] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.663635] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.670639] [] (mmput) from [] (do_exit+0x288/0x914) [ 94.677648] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 94.685201] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 94.693474] ---[ end trace 6b9bd7e147ebd63b ]--- [ 94.699077] ------------[ cut here ]------------ [ 94.703919] WARNING: CPU: 0 PID: 289 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.711466] Modules linked in: [ 94.714659] CPU: 0 PID: 289 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.725373] Hardware name: Generic DRA72X (Flattened Device Tree) [ 94.731756] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.739855] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.747411] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.755872] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.765062] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.773428] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.780441] [] (mmput) from [] (do_exit+0x288/0x914) [ 94.787446] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 94.794996] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 94.803269] ---[ end trace 6b9bd7e147ebd63c ]--- [ 94.808862] ------------[ cut here ]------------ [ 94.813704] WARNING: CPU: 0 PID: 290 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.821251] Modules linked in: [ 94.824444] CPU: 0 PID: 290 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.835168] Hardware name: Generic DRA72X (Flattened Device Tree) [ 94.841546] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.849648] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.857199] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.865653] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.874846] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.883209] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 94.890216] [] (mmput) from [] (do_exit+0x288/0x914) [ 94.897227] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 94.904785] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 94.913057] ---[ end trace 6b9bd7e147ebd63d ]--- [ 94.918662] ------------[ cut here ]------------ [ 94.923504] WARNING: CPU: 0 PID: 291 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 94.931051] Modules linked in: [ 94.934241] CPU: 0 PID: 291 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 94.944962] Hardware name: Generic DRA72X (Flattened Device Tree) [ 94.951340] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 94.959437] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 94.966991] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 94.975452] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 94.984633] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 94.993001] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.000005] [] (mmput) from [] (do_exit+0x288/0x914) [ 95.007007] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 95.014561] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 95.022838] ---[ end trace 6b9bd7e147ebd63e ]--- [ 95.028443] ------------[ cut here ]------------ [ 95.033284] WARNING: CPU: 0 PID: 292 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.040833] Modules linked in: [ 95.044025] CPU: 0 PID: 292 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.054750] Hardware name: Generic DRA72X (Flattened Device Tree) [ 95.061124] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.069221] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.076771] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.085236] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.094424] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.102798] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.109807] [] (mmput) from [] (do_exit+0x288/0x914) [ 95.116820] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 95.124371] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 95.132649] ---[ end trace 6b9bd7e147ebd63f ]--- [ 95.138247] ------------[ cut here ]------------ [ 95.143093] WARNING: CPU: 0 PID: 293 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.150633] Modules linked in: [ 95.153824] CPU: 0 PID: 293 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.164552] Hardware name: Generic DRA72X (Flattened Device Tree) [ 95.170929] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.179030] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.186581] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.195040] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.204223] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.212587] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.219593] [] (mmput) from [] (do_exit+0x288/0x914) [ 95.226601] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 95.234155] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 95.242429] ---[ end trace 6b9bd7e147ebd640 ]--- [ 95.248045] ------------[ cut here ]------------ [ 95.252885] WARNING: CPU: 0 PID: 294 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.260424] Modules linked in: [ 95.263618] CPU: 0 PID: 294 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.274336] Hardware name: Generic DRA72X (Flattened Device Tree) [ 95.280708] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.288810] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.296359] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.304820] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.314003] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.322369] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.329367] [] (mmput) from [] (do_exit+0x288/0x914) [ 95.336377] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 95.343925] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 95.352202] ---[ end trace 6b9bd7e147ebd641 ]--- [ 95.357858] ------------[ cut here ]------------ [ 95.362698] WARNING: CPU: 0 PID: 295 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.370240] Modules linked in: [ 95.373429] CPU: 0 PID: 295 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.384149] Hardware name: Generic DRA72X (Flattened Device Tree) [ 95.390527] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.398625] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.406181] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.414634] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.423825] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.432196] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.439196] [] (mmput) from [] (do_exit+0x288/0x914) [ 95.446203] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 95.453751] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 95.462023] ---[ end trace 6b9bd7e147ebd642 ]--- [ 95.467693] ------------[ cut here ]------------ [ 95.472541] WARNING: CPU: 0 PID: 296 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.480086] Modules linked in: [ 95.483282] CPU: 0 PID: 296 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.494006] Hardware name: Generic DRA72X (Flattened Device Tree) [ 95.500386] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.508485] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.516043] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.524503] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.533695] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.542070] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.549080] [] (mmput) from [] (do_exit+0x288/0x914) [ 95.556092] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 95.563643] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 95.571909] ---[ end trace 6b9bd7e147ebd643 ]--- [ 95.577562] ------------[ cut here ]------------ [ 95.582401] WARNING: CPU: 0 PID: 297 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.589945] Modules linked in: [ 95.593142] CPU: 0 PID: 297 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.603869] Hardware name: Generic DRA72X (Flattened Device Tree) [ 95.610248] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.618348] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.625898] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.634357] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.643546] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.651910] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.658922] [] (mmput) from [] (do_exit+0x288/0x914) [ 95.665932] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 95.673488] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 95.681753] ---[ end trace 6b9bd7e147ebd644 ]--- [ 95.687396] ------------[ cut here ]------------ [ 95.692236] WARNING: CPU: 0 PID: 298 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.699782] Modules linked in: [ 95.702969] CPU: 0 PID: 298 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.713686] Hardware name: Generic DRA72X (Flattened Device Tree) [ 95.720062] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.728161] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.735711] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.744170] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.753357] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.761735] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.768745] [] (mmput) from [] (do_exit+0x288/0x914) [ 95.775752] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 95.783304] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 95.791578] ---[ end trace 6b9bd7e147ebd645 ]--- [ 95.797264] ------------[ cut here ]------------ [ 95.802107] WARNING: CPU: 0 PID: 299 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.809657] Modules linked in: [ 95.812861] CPU: 0 PID: 299 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.823583] Hardware name: Generic DRA72X (Flattened Device Tree) [ 95.829961] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.838059] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.845609] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.854071] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.863260] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.871629] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.878634] [] (mmput) from [] (do_exit+0x288/0x914) [ 95.885645] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 95.893203] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 95.901479] ---[ end trace 6b9bd7e147ebd646 ]--- [ 95.907193] ------------[ cut here ]------------ [ 95.912032] WARNING: CPU: 0 PID: 300 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 95.919575] Modules linked in: [ 95.922777] CPU: 0 PID: 300 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 95.933498] Hardware name: Generic DRA72X (Flattened Device Tree) [ 95.939878] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 95.947979] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 95.955530] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 95.963987] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 95.973173] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 95.981547] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 95.988557] [] (mmput) from [] (do_exit+0x288/0x914) [ 95.995563] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 96.003115] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 96.011403] ---[ end trace 6b9bd7e147ebd647 ]--- [ 96.017123] ------------[ cut here ]------------ [ 96.021961] WARNING: CPU: 0 PID: 301 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.029507] Modules linked in: [ 96.032704] CPU: 0 PID: 301 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.043423] Hardware name: Generic DRA72X (Flattened Device Tree) [ 96.049796] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.057902] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.065453] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.073908] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.083092] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.091465] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.098471] [] (mmput) from [] (do_exit+0x288/0x914) [ 96.105481] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 96.113033] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 96.121303] ---[ end trace 6b9bd7e147ebd648 ]--- [ 96.127007] ------------[ cut here ]------------ [ 96.131849] WARNING: CPU: 0 PID: 302 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.139398] Modules linked in: [ 96.142597] CPU: 0 PID: 302 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.153318] Hardware name: Generic DRA72X (Flattened Device Tree) [ 96.159694] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.167792] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.175345] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.183802] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.192986] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.201361] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.208366] [] (mmput) from [] (do_exit+0x288/0x914) [ 96.215368] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 96.222919] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 96.231193] ---[ end trace 6b9bd7e147ebd649 ]--- [ 96.236902] ------------[ cut here ]------------ [ 96.241748] WARNING: CPU: 0 PID: 303 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.249294] Modules linked in: [ 96.252497] CPU: 0 PID: 303 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.263218] Hardware name: Generic DRA72X (Flattened Device Tree) [ 96.269600] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.277708] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.285260] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.293717] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.302902] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.311267] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.318276] [] (mmput) from [] (do_exit+0x288/0x914) [ 96.325284] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 96.332840] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 96.341114] ---[ end trace 6b9bd7e147ebd64a ]--- [ 96.346853] ------------[ cut here ]------------ [ 96.351695] WARNING: CPU: 0 PID: 304 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.359235] Modules linked in: [ 96.362433] CPU: 0 PID: 304 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.373155] Hardware name: Generic DRA72X (Flattened Device Tree) [ 96.379533] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.387637] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.395187] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.403643] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.412830] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.421200] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.428210] [] (mmput) from [] (do_exit+0x288/0x914) [ 96.435222] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 96.442772] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 96.451048] ---[ end trace 6b9bd7e147ebd64b ]--- [ 96.456724] ------------[ cut here ]------------ [ 96.461572] WARNING: CPU: 0 PID: 305 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.469116] Modules linked in: [ 96.472320] CPU: 0 PID: 305 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.483048] Hardware name: Generic DRA72X (Flattened Device Tree) [ 96.489422] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.497528] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.505079] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.513535] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.522713] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.531081] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.538094] [] (mmput) from [] (do_exit+0x288/0x914) [ 96.545101] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 96.552658] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 96.560927] ---[ end trace 6b9bd7e147ebd64c ]--- [ 96.566594] ------------[ cut here ]------------ [ 96.571435] WARNING: CPU: 0 PID: 306 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.578983] Modules linked in: [ 96.582184] CPU: 0 PID: 306 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.592906] Hardware name: Generic DRA72X (Flattened Device Tree) [ 96.599285] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.607386] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.614942] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.623401] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.632588] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.640960] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.647969] [] (mmput) from [] (do_exit+0x288/0x914) [ 96.654975] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 96.662528] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 96.670796] ---[ end trace 6b9bd7e147ebd64d ]--- [ 96.676494] ------------[ cut here ]------------ [ 96.681332] WARNING: CPU: 0 PID: 307 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.688872] Modules linked in: [ 96.692071] CPU: 0 PID: 307 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.702791] Hardware name: Generic DRA72X (Flattened Device Tree) [ 96.709173] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.717268] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.724825] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.733288] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.742470] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.750834] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.757847] [] (mmput) from [] (do_exit+0x288/0x914) [ 96.764858] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 96.772410] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 96.780686] ---[ end trace 6b9bd7e147ebd64e ]--- [ 96.786374] ------------[ cut here ]------------ [ 96.791209] WARNING: CPU: 0 PID: 308 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.798757] Modules linked in: [ 96.801959] CPU: 0 PID: 308 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.812681] Hardware name: Generic DRA72X (Flattened Device Tree) [ 96.819058] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.827152] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.834704] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.843162] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.852345] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.860715] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.867719] [] (mmput) from [] (do_exit+0x288/0x914) [ 96.874725] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 96.882277] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 96.890551] ---[ end trace 6b9bd7e147ebd64f ]--- [ 96.896217] ------------[ cut here ]------------ [ 96.901057] WARNING: CPU: 0 PID: 309 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 96.908609] Modules linked in: [ 96.911816] CPU: 0 PID: 309 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 96.922534] Hardware name: Generic DRA72X (Flattened Device Tree) [ 96.928908] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 96.937006] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 96.944563] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 96.953021] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 96.962205] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 96.970572] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 96.977583] [] (mmput) from [] (do_exit+0x288/0x914) [ 96.984587] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 96.992144] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 97.000422] ---[ end trace 6b9bd7e147ebd650 ]--- [ 97.006095] ------------[ cut here ]------------ [ 97.010940] WARNING: CPU: 0 PID: 310 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.018487] Modules linked in: [ 97.021689] CPU: 0 PID: 310 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.032409] Hardware name: Generic DRA72X (Flattened Device Tree) [ 97.038787] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.046890] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.054447] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.062905] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.072091] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.080455] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.087458] [] (mmput) from [] (do_exit+0x288/0x914) [ 97.094465] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 97.102020] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 97.110291] ---[ end trace 6b9bd7e147ebd651 ]--- [ 97.115957] ------------[ cut here ]------------ [ 97.120799] WARNING: CPU: 0 PID: 311 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.128344] Modules linked in: [ 97.131540] CPU: 0 PID: 311 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.142261] Hardware name: Generic DRA72X (Flattened Device Tree) [ 97.148636] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.156737] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.164288] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.172749] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.181937] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.190309] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.197320] [] (mmput) from [] (do_exit+0x288/0x914) [ 97.204324] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 97.211878] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 97.220153] ---[ end trace 6b9bd7e147ebd652 ]--- [ 97.225911] ------------[ cut here ]------------ [ 97.230752] WARNING: CPU: 0 PID: 312 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.238300] Modules linked in: [ 97.241500] CPU: 0 PID: 312 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.252225] Hardware name: Generic DRA72X (Flattened Device Tree) [ 97.258601] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.266700] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.274256] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.282712] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.291890] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.300262] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.307268] [] (mmput) from [] (do_exit+0x288/0x914) [ 97.314280] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 97.321830] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 97.330103] ---[ end trace 6b9bd7e147ebd653 ]--- [ 97.335848] ------------[ cut here ]------------ [ 97.340687] WARNING: CPU: 0 PID: 313 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.348238] Modules linked in: [ 97.351437] CPU: 0 PID: 313 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.362157] Hardware name: Generic DRA72X (Flattened Device Tree) [ 97.368530] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.376629] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.384186] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.392651] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.401833] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.410198] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.417207] [] (mmput) from [] (do_exit+0x288/0x914) [ 97.424214] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 97.431766] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 97.440042] ---[ end trace 6b9bd7e147ebd654 ]--- [ 97.445764] ------------[ cut here ]------------ [ 97.450602] WARNING: CPU: 0 PID: 314 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.458150] Modules linked in: [ 97.461351] CPU: 0 PID: 314 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.472079] Hardware name: Generic DRA72X (Flattened Device Tree) [ 97.478457] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.486554] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.494106] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.502563] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.511743] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.520115] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.527129] [] (mmput) from [] (do_exit+0x288/0x914) [ 97.534141] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 97.541693] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 97.549963] ---[ end trace 6b9bd7e147ebd655 ]--- [ 97.555675] ------------[ cut here ]------------ [ 97.560517] WARNING: CPU: 0 PID: 315 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.568066] Modules linked in: [ 97.571264] CPU: 0 PID: 315 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.581988] Hardware name: Generic DRA72X (Flattened Device Tree) [ 97.588360] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.596463] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.604012] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.612475] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.621658] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.630028] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.637033] [] (mmput) from [] (do_exit+0x288/0x914) [ 97.644040] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 97.651591] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 97.659862] ---[ end trace 6b9bd7e147ebd656 ]--- [ 97.665542] ------------[ cut here ]------------ [ 97.670385] WARNING: CPU: 0 PID: 316 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.677937] Modules linked in: [ 97.681139] CPU: 0 PID: 316 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.691859] Hardware name: Generic DRA72X (Flattened Device Tree) [ 97.698235] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.706334] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.713888] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.722343] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.731528] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.739901] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.746909] [] (mmput) from [] (do_exit+0x288/0x914) [ 97.753917] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 97.761466] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 97.769748] ---[ end trace 6b9bd7e147ebd657 ]--- [ 97.775412] ------------[ cut here ]------------ [ 97.780250] WARNING: CPU: 0 PID: 317 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.787801] Modules linked in: [ 97.791001] CPU: 0 PID: 317 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.801724] Hardware name: Generic DRA72X (Flattened Device Tree) [ 97.808098] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.816203] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.823753] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.832218] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.841405] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.849768] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.856778] [] (mmput) from [] (do_exit+0x288/0x914) [ 97.863781] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 97.871335] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 97.879603] ---[ end trace 6b9bd7e147ebd658 ]--- [ 97.885271] ------------[ cut here ]------------ [ 97.890105] WARNING: CPU: 0 PID: 318 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 97.897649] Modules linked in: [ 97.900849] CPU: 0 PID: 318 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 97.911575] Hardware name: Generic DRA72X (Flattened Device Tree) [ 97.917946] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 97.926047] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 97.933604] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 97.942063] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 97.951248] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 97.959613] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 97.966622] [] (mmput) from [] (do_exit+0x288/0x914) [ 97.973632] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 97.981182] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 97.989454] ---[ end trace 6b9bd7e147ebd659 ]--- [ 97.995122] ------------[ cut here ]------------ [ 97.999959] WARNING: CPU: 0 PID: 319 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.007509] Modules linked in: [ 98.010710] CPU: 0 PID: 319 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.021430] Hardware name: Generic DRA72X (Flattened Device Tree) [ 98.027803] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.035905] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.043456] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.051921] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.061116] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.069482] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.076487] [] (mmput) from [] (do_exit+0x288/0x914) [ 98.083495] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 98.091044] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 98.099318] ---[ end trace 6b9bd7e147ebd65a ]--- [ 98.105034] ------------[ cut here ]------------ [ 98.109875] WARNING: CPU: 0 PID: 320 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.117422] Modules linked in: [ 98.120620] CPU: 0 PID: 320 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.131344] Hardware name: Generic DRA72X (Flattened Device Tree) [ 98.137720] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.145820] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.153376] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.161837] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.171022] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.179388] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.186397] [] (mmput) from [] (do_exit+0x288/0x914) [ 98.193405] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 98.200957] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 98.209231] ---[ end trace 6b9bd7e147ebd65b ]--- [ 98.214968] ------------[ cut here ]------------ [ 98.219805] WARNING: CPU: 0 PID: 321 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.227352] Modules linked in: [ 98.230549] CPU: 0 PID: 321 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.241274] Hardware name: Generic DRA72X (Flattened Device Tree) [ 98.247656] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.255754] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.263307] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.271766] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.280950] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.289316] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.296323] [] (mmput) from [] (do_exit+0x288/0x914) [ 98.303328] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 98.310883] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 98.319154] ---[ end trace 6b9bd7e147ebd65c ]--- [ 98.324891] ------------[ cut here ]------------ [ 98.329712] WARNING: CPU: 0 PID: 322 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.337258] Modules linked in: [ 98.340463] CPU: 0 PID: 322 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.351180] Hardware name: Generic DRA72X (Flattened Device Tree) [ 98.357559] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.365659] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.373212] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.381666] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.390854] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.399227] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.406231] [] (mmput) from [] (do_exit+0x288/0x914) [ 98.413238] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 98.420793] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 98.429064] ---[ end trace 6b9bd7e147ebd65d ]--- [ 98.434830] ------------[ cut here ]------------ [ 98.439655] WARNING: CPU: 0 PID: 323 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.447200] Modules linked in: [ 98.450398] CPU: 0 PID: 323 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.461113] Hardware name: Generic DRA72X (Flattened Device Tree) [ 98.467488] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.475588] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.483141] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.491609] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.500803] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.509176] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.516184] [] (mmput) from [] (do_exit+0x288/0x914) [ 98.523193] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 98.530752] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 98.539028] ---[ end trace 6b9bd7e147ebd65e ]--- [ 98.544713] ------------[ cut here ]------------ [ 98.549548] WARNING: CPU: 0 PID: 324 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.557094] Modules linked in: [ 98.560289] CPU: 0 PID: 324 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.571007] Hardware name: Generic DRA72X (Flattened Device Tree) [ 98.577382] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.585480] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.593038] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.601494] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.610682] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.619054] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.626067] [] (mmput) from [] (do_exit+0x288/0x914) [ 98.633075] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 98.640628] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 98.648899] ---[ end trace 6b9bd7e147ebd65f ]--- [ 98.654555] ------------[ cut here ]------------ [ 98.659397] WARNING: CPU: 0 PID: 325 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.666941] Modules linked in: [ 98.670138] CPU: 0 PID: 325 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.680859] Hardware name: Generic DRA72X (Flattened Device Tree) [ 98.687236] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.695334] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.702893] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.711354] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.720529] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.728903] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.735905] [] (mmput) from [] (do_exit+0x288/0x914) [ 98.742913] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 98.750468] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 98.758746] ---[ end trace 6b9bd7e147ebd660 ]--- [ 98.764401] ------------[ cut here ]------------ [ 98.769240] WARNING: CPU: 0 PID: 326 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.776789] Modules linked in: [ 98.779987] CPU: 0 PID: 326 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.790698] Hardware name: Generic DRA72X (Flattened Device Tree) [ 98.797070] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.805167] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.812722] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.821181] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.830362] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.838735] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.845748] [] (mmput) from [] (do_exit+0x288/0x914) [ 98.852758] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 98.860313] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 98.868589] ---[ end trace 6b9bd7e147ebd661 ]--- [ 98.874246] ------------[ cut here ]------------ [ 98.879086] WARNING: CPU: 0 PID: 327 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.886633] Modules linked in: [ 98.889837] CPU: 0 PID: 327 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 98.900556] Hardware name: Generic DRA72X (Flattened Device Tree) [ 98.906932] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 98.915034] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 98.922589] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 98.931048] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 98.940236] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 98.948604] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 98.955610] [] (mmput) from [] (do_exit+0x288/0x914) [ 98.962617] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 98.970168] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 98.978434] ---[ end trace 6b9bd7e147ebd662 ]--- [ 98.984143] ------------[ cut here ]------------ [ 98.988985] WARNING: CPU: 0 PID: 328 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 98.996529] Modules linked in: [ 98.999720] CPU: 0 PID: 328 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.010442] Hardware name: Generic DRA72X (Flattened Device Tree) [ 99.016816] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.024915] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.032466] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.040930] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.050115] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.058487] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.065493] [] (mmput) from [] (do_exit+0x288/0x914) [ 99.072497] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 99.080055] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 99.088326] ---[ end trace 6b9bd7e147ebd663 ]--- [ 99.093999] ------------[ cut here ]------------ [ 99.098839] WARNING: CPU: 0 PID: 329 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.106383] Modules linked in: [ 99.109575] CPU: 0 PID: 329 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.120294] Hardware name: Generic DRA72X (Flattened Device Tree) [ 99.126670] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.134774] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.142323] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.150784] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.159970] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.168340] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.175348] [] (mmput) from [] (do_exit+0x288/0x914) [ 99.182354] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 99.189900] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 99.198177] ---[ end trace 6b9bd7e147ebd664 ]--- [ 99.203868] ------------[ cut here ]------------ [ 99.208705] WARNING: CPU: 0 PID: 330 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.216251] Modules linked in: [ 99.219442] CPU: 0 PID: 330 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.230166] Hardware name: Generic DRA72X (Flattened Device Tree) [ 99.236543] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.244644] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.252198] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.260656] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.269837] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.278208] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.285212] [] (mmput) from [] (do_exit+0x288/0x914) [ 99.292218] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 99.299770] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 99.308047] ---[ end trace 6b9bd7e147ebd665 ]--- [ 99.313714] ------------[ cut here ]------------ [ 99.318552] WARNING: CPU: 0 PID: 331 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.326104] Modules linked in: [ 99.329300] CPU: 0 PID: 331 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.340026] Hardware name: Generic DRA72X (Flattened Device Tree) [ 99.346403] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.354492] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.362042] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.370498] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.379678] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.388051] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.395055] [] (mmput) from [] (do_exit+0x288/0x914) [ 99.402063] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 99.409614] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 99.417884] ---[ end trace 6b9bd7e147ebd666 ]--- [ 99.423562] ------------[ cut here ]------------ [ 99.428403] WARNING: CPU: 0 PID: 332 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.435950] Modules linked in: [ 99.439143] CPU: 0 PID: 332 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.449862] Hardware name: Generic DRA72X (Flattened Device Tree) [ 99.456242] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.464344] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.471895] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.480360] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.489549] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.497921] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.504933] [] (mmput) from [] (do_exit+0x288/0x914) [ 99.511941] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 99.519497] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 99.527769] ---[ end trace 6b9bd7e147ebd667 ]--- [ 99.533491] ------------[ cut here ]------------ [ 99.538330] WARNING: CPU: 0 PID: 333 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.545876] Modules linked in: [ 99.549068] CPU: 0 PID: 333 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.559784] Hardware name: Generic DRA72X (Flattened Device Tree) [ 99.566169] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.574269] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.581822] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.590280] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.599464] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.607837] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.614839] [] (mmput) from [] (do_exit+0x288/0x914) [ 99.621844] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 99.629396] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 99.637664] ---[ end trace 6b9bd7e147ebd668 ]--- [ 99.643376] ------------[ cut here ]------------ [ 99.648214] WARNING: CPU: 0 PID: 334 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.655760] Modules linked in: [ 99.658951] CPU: 0 PID: 334 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.669665] Hardware name: Generic DRA72X (Flattened Device Tree) [ 99.676037] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.684137] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.691686] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.700144] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.709329] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.717695] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.724702] [] (mmput) from [] (do_exit+0x288/0x914) [ 99.731708] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 99.739261] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 99.747528] ---[ end trace 6b9bd7e147ebd669 ]--- [ 99.753242] ------------[ cut here ]------------ [ 99.758082] WARNING: CPU: 0 PID: 335 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.765628] Modules linked in: [ 99.768822] CPU: 0 PID: 335 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.779541] Hardware name: Generic DRA72X (Flattened Device Tree) [ 99.785918] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.794020] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.801578] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.810038] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.819220] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.827584] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.834590] [] (mmput) from [] (do_exit+0x288/0x914) [ 99.841600] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 99.849151] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 99.857430] ---[ end trace 6b9bd7e147ebd66a ]--- [ 99.863104] ------------[ cut here ]------------ [ 99.867942] WARNING: CPU: 0 PID: 336 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.875486] Modules linked in: [ 99.878681] CPU: 0 PID: 336 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.889400] Hardware name: Generic DRA72X (Flattened Device Tree) [ 99.895773] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 99.903869] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 99.911423] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 99.919880] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 99.929066] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 99.937438] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 99.944446] [] (mmput) from [] (do_exit+0x288/0x914) [ 99.951456] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 99.959014] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 99.967286] ---[ end trace 6b9bd7e147ebd66b ]--- [ 99.972957] ------------[ cut here ]------------ [ 99.977798] WARNING: CPU: 0 PID: 337 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 99.985345] Modules linked in: [ 99.988538] CPU: 0 PID: 337 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 99.999254] Hardware name: Generic DRA72X (Flattened Device Tree) [ 100.005631] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.013738] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.021290] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.029748] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.038940] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.047302] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.054314] [] (mmput) from [] (do_exit+0x288/0x914) [ 100.061325] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 100.068875] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 100.077152] ---[ end trace 6b9bd7e147ebd66c ]--- [ 100.082816] ------------[ cut here ]------------ [ 100.087655] WARNING: CPU: 0 PID: 338 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.095206] Modules linked in: [ 100.098399] CPU: 0 PID: 338 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.109118] Hardware name: Generic DRA72X (Flattened Device Tree) [ 100.115493] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.123592] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.131142] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.139603] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.148785] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.157155] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.164166] [] (mmput) from [] (do_exit+0x288/0x914) [ 100.171177] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 100.178725] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 100.187001] ---[ end trace 6b9bd7e147ebd66d ]--- [ 100.192655] ------------[ cut here ]------------ [ 100.197495] WARNING: CPU: 0 PID: 339 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.205039] Modules linked in: [ 100.208230] CPU: 0 PID: 339 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.218953] Hardware name: Generic DRA72X (Flattened Device Tree) [ 100.225334] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.233428] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.240982] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.249440] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.258627] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.266987] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.274002] [] (mmput) from [] (do_exit+0x288/0x914) [ 100.281009] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 100.288558] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 100.296837] ---[ end trace 6b9bd7e147ebd66e ]--- [ 100.302515] ------------[ cut here ]------------ [ 100.307357] WARNING: CPU: 0 PID: 340 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.314903] Modules linked in: [ 100.318097] CPU: 0 PID: 340 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.328821] Hardware name: Generic DRA72X (Flattened Device Tree) [ 100.335203] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.343297] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.350847] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.359308] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.368496] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.376859] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.383864] [] (mmput) from [] (do_exit+0x288/0x914) [ 100.390869] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 100.398422] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 100.406701] ---[ end trace 6b9bd7e147ebd66f ]--- [ 100.412355] ------------[ cut here ]------------ [ 100.417194] WARNING: CPU: 0 PID: 341 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.424743] Modules linked in: [ 100.427936] CPU: 0 PID: 341 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.438652] Hardware name: Generic DRA72X (Flattened Device Tree) [ 100.445028] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.453119] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.460673] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.469129] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.478314] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.486682] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.493687] [] (mmput) from [] (do_exit+0x288/0x914) [ 100.500691] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 100.508245] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 100.516519] ---[ end trace 6b9bd7e147ebd670 ]--- [ 100.522174] ------------[ cut here ]------------ [ 100.527020] WARNING: CPU: 0 PID: 342 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.534562] Modules linked in: [ 100.537762] CPU: 0 PID: 342 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.548482] Hardware name: Generic DRA72X (Flattened Device Tree) [ 100.554861] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.562959] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.570512] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.578973] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.588160] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.596537] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.603547] [] (mmput) from [] (do_exit+0x288/0x914) [ 100.610561] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 100.618118] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 100.626389] ---[ end trace 6b9bd7e147ebd671 ]--- [ 100.632040] ------------[ cut here ]------------ [ 100.636878] WARNING: CPU: 0 PID: 343 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.644422] Modules linked in: [ 100.647620] CPU: 0 PID: 343 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.658340] Hardware name: Generic DRA72X (Flattened Device Tree) [ 100.664714] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.672816] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.680367] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.688822] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.698006] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.706376] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.713379] [] (mmput) from [] (do_exit+0x288/0x914) [ 100.720390] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 100.727940] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 100.736212] ---[ end trace 6b9bd7e147ebd672 ]--- [ 100.741909] ------------[ cut here ]------------ [ 100.746747] WARNING: CPU: 0 PID: 344 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.754292] Modules linked in: [ 100.757491] CPU: 0 PID: 344 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.768214] Hardware name: Generic DRA72X (Flattened Device Tree) [ 100.774588] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.782688] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.790241] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.798698] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.807877] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.816246] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.823252] [] (mmput) from [] (do_exit+0x288/0x914) [ 100.830258] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 100.837811] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 100.846081] ---[ end trace 6b9bd7e147ebd673 ]--- [ 100.851792] ------------[ cut here ]------------ [ 100.856632] WARNING: CPU: 0 PID: 345 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.864178] Modules linked in: [ 100.867377] CPU: 0 PID: 345 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.878092] Hardware name: Generic DRA72X (Flattened Device Tree) [ 100.884472] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 100.892575] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 100.900128] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 100.908590] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 100.917773] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 100.926150] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 100.933153] [] (mmput) from [] (do_exit+0x288/0x914) [ 100.940163] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 100.947715] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 100.955984] ---[ end trace 6b9bd7e147ebd674 ]--- [ 100.961666] ------------[ cut here ]------------ [ 100.966508] WARNING: CPU: 0 PID: 346 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 100.974054] Modules linked in: [ 100.977257] CPU: 0 PID: 346 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 100.987975] Hardware name: Generic DRA72X (Flattened Device Tree) [ 100.994348] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.002451] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.010008] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.018468] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.027651] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.036020] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.043027] [] (mmput) from [] (do_exit+0x288/0x914) [ 101.050037] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 101.057587] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 101.065866] ---[ end trace 6b9bd7e147ebd675 ]--- [ 101.071553] ------------[ cut here ]------------ [ 101.076389] WARNING: CPU: 0 PID: 347 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.083941] Modules linked in: [ 101.087143] CPU: 0 PID: 347 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.097859] Hardware name: Generic DRA72X (Flattened Device Tree) [ 101.104240] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.112341] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.119888] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.128347] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.137538] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.145903] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.152914] [] (mmput) from [] (do_exit+0x288/0x914) [ 101.159923] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 101.167477] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 101.175752] ---[ end trace 6b9bd7e147ebd676 ]--- [ 101.181426] ------------[ cut here ]------------ [ 101.186267] WARNING: CPU: 0 PID: 348 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.193811] Modules linked in: [ 101.197011] CPU: 0 PID: 348 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.207728] Hardware name: Generic DRA72X (Flattened Device Tree) [ 101.214104] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.222205] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.229753] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.238211] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.247396] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.255762] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.262774] [] (mmput) from [] (do_exit+0x288/0x914) [ 101.269782] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 101.277337] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 101.285606] ---[ end trace 6b9bd7e147ebd677 ]--- [ 101.291273] ------------[ cut here ]------------ [ 101.296112] WARNING: CPU: 0 PID: 349 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.303657] Modules linked in: [ 101.306861] CPU: 0 PID: 349 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.317577] Hardware name: Generic DRA72X (Flattened Device Tree) [ 101.323945] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.332045] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.339592] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.348048] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.357237] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.365603] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.372610] [] (mmput) from [] (do_exit+0x288/0x914) [ 101.379617] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 101.387173] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 101.395446] ---[ end trace 6b9bd7e147ebd678 ]--- [ 101.401129] ------------[ cut here ]------------ [ 101.405969] WARNING: CPU: 0 PID: 350 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.413513] Modules linked in: [ 101.416712] CPU: 0 PID: 350 Comm: udevd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.427435] Hardware name: Generic DRA72X (Flattened Device Tree) [ 101.433812] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.441908] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.449465] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.457918] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.467106] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.475478] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.482481] [] (mmput) from [] (do_exit+0x288/0x914) [ 101.489489] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 101.497044] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 101.505310] ---[ end trace 6b9bd7e147ebd679 ]--- [ 101.525392] random: dd urandom read with 91 bits of entropy available [ 101.533498] ------------[ cut here ]------------ [ 101.538359] WARNING: CPU: 0 PID: 527 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.545910] Modules linked in: [ 101.549106] CPU: 0 PID: 527 Comm: dd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.559558] Hardware name: Generic DRA72X (Flattened Device Tree) [ 101.565941] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.574046] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.581604] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.590063] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.599256] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.607633] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.614641] [] (mmput) from [] (do_exit+0x288/0x914) [ 101.621649] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 101.629202] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 101.637482] ---[ end trace 6b9bd7e147ebd67a ]--- [ 101.642913] ------------[ cut here ]------------ [ 101.647774] WARNING: CPU: 0 PID: 524 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.655323] Modules linked in: [ 101.658514] CPU: 0 PID: 524 Comm: S30urandom Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.669684] Hardware name: Generic DRA72X (Flattened Device Tree) [ 101.676066] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.684169] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.691722] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.700182] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.709364] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.717728] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.724739] [] (mmput) from [] (do_exit+0x288/0x914) [ 101.731754] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 101.739305] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 101.747580] ---[ end trace 6b9bd7e147ebd67b ]--- [ 101.755361] ------------[ cut here ]------------ [ 101.760207] WARNING: CPU: 0 PID: 528 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.767754] Modules linked in: [ 101.770956] CPU: 0 PID: 528 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.781408] Hardware name: Generic DRA72X (Flattened Device Tree) [ 101.787785] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.795880] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.803434] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.811893] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.821079] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.829445] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.836448] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 101.844091] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 101.852733] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 101.861827] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 101.870648] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 101.879376] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 101.888834] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 101.897026] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 101.904939] ---[ end trace 6b9bd7e147ebd67c ]--- Populating dev cache [ 101.916294] ------------[ cut here ]------------ [ 101.921149] WARNING: CPU: 0 PID: 530 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 101.928699] Modules linked in: [ 101.931899] CPU: 0 PID: 530 Comm: S36udev-cache Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 101.943351] Hardware name: Generic DRA72X (Flattened Device Tree) [ 101.949735] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 101.957841] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 101.965401] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 101.973857] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 101.983039] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 101.991409] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 101.998419] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 102.006064] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 102.014707] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 102.023800] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 102.033257] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 102.041451] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 102.049365] ---[ end trace 6b9bd7e147ebd67d ]--- [ 102.102783] ------------[ cut here ]------------ [ 102.107641] WARNING: CPU: 0 PID: 530 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 102.115190] Modules linked in: [ 102.118381] CPU: 0 PID: 530 Comm: tar Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 102.128928] Hardware name: Generic DRA72X (Flattened Device Tree) [ 102.135313] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 102.143414] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 102.150973] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 102.159442] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 102.168627] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 102.177006] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 102.184024] [] (mmput) from [] (do_exit+0x288/0x914) [ 102.191039] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 102.198599] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 102.206882] ---[ end trace 6b9bd7e147ebd67e ]--- [ 102.212176] ------------[ cut here ]------------ [ 102.217027] WARNING: CPU: 0 PID: 529 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 102.224580] Modules linked in: [ 102.227788] CPU: 0 PID: 529 Comm: S36udev-cache Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 102.239241] Hardware name: Generic DRA72X (Flattened Device Tree) [ 102.245623] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 102.253729] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 102.261289] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 102.269760] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 102.278948] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 102.287324] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 102.294337] [] (mmput) from [] (do_exit+0x288/0x914) [ 102.301354] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 102.308919] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 102.317196] ---[ end trace 6b9bd7e147ebd67f ]--- [ 102.323366] ------------[ cut here ]------------ [ 102.328230] WARNING: CPU: 0 PID: 531 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 102.335788] Modules linked in: [ 102.338991] CPU: 0 PID: 531 Comm: S36udev-cache Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 102.350446] Hardware name: Generic DRA72X (Flattened Device Tree) [ 102.356829] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 102.364936] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 102.372499] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 102.380968] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 102.390162] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 102.398531] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 102.405545] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 102.413192] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 102.421843] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 102.430944] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 102.440405] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 102.448597] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 102.456511] ---[ end trace 6b9bd7e147ebd680 ]--- [ 102.621936] ------------[ cut here ]------------ [ 102.626787] WARNING: CPU: 0 PID: 531 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 102.634342] Modules linked in: [ 102.637543] CPU: 0 PID: 531 Comm: mv Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 102.648002] Hardware name: Generic DRA72X (Flattened Device Tree) [ 102.654384] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 102.662483] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 102.670041] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 102.678496] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 102.687685] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 102.696058] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 102.703065] [] (mmput) from [] (do_exit+0x288/0x914) [ 102.710074] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 102.717629] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 102.725913] ---[ end trace 6b9bd7e147ebd681 ]--- [ 102.731260] ------------[ cut here ]------------ [ 102.736106] WARNING: CPU: 0 PID: 528 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 102.743653] Modules linked in: [ 102.746855] CPU: 0 PID: 528 Comm: S36udev-cache Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 102.758305] Hardware name: Generic DRA72X (Flattened Device Tree) [ 102.764681] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 102.772782] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 102.780340] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 102.788796] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 102.797981] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 102.806346] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 102.813345] [] (mmput) from [] (do_exit+0x288/0x914) [ 102.820356] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 102.827905] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 102.836171] ---[ end trace 6b9bd7e147ebd682 ]--- [ 102.846303] ------------[ cut here ]------------ [ 102.851172] WARNING: CPU: 0 PID: 534 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 102.858716] Modules linked in: [ 102.861917] CPU: 0 PID: 534 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 102.872363] Hardware name: Generic DRA72X (Flattened Device Tree) [ 102.878746] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 102.886849] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 102.894402] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 102.902863] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 102.912045] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 102.920413] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 102.927420] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 102.935063] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 102.943712] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 102.952803] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 102.962268] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 102.970458] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 102.978367] ---[ end trace 6b9bd7e147ebd683 ]--- [ 102.984663] ------------[ cut here ]------------ [ 102.989520] WARNING: CPU: 0 PID: 534 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 102.997078] Modules linked in: [ 103.000278] CPU: 0 PID: 534 Comm: dirname Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.011184] Hardware name: Generic DRA72X (Flattened Device Tree) [ 103.017560] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.025661] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.033213] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.041674] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.050857] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.059233] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.066241] [] (mmput) from [] (do_exit+0x288/0x914) [ 103.073251] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 103.080804] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 103.089076] ---[ end trace 6b9bd7e147ebd684 ]--- [ 103.094509] ------------[ cut here ]------------ [ 103.099358] WARNING: CPU: 0 PID: 533 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.106903] Modules linked in: [ 103.110103] CPU: 0 PID: 533 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.120555] Hardware name: Generic DRA72X (Flattened Device Tree) [ 103.126929] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.135029] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.142578] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.151044] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.160225] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.168595] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.175603] [] (mmput) from [] (do_exit+0x288/0x914) [ 103.182610] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 103.190163] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 103.198440] ---[ end trace 6b9bd7e147ebd685 ]--- [ 103.205753] ------------[ cut here ]------------ [ 103.210603] WARNING: CPU: 0 PID: 537 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.218150] Modules linked in: [ 103.221349] CPU: 0 PID: 537 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.231798] Hardware name: Generic DRA72X (Flattened Device Tree) [ 103.238172] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.246271] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.253834] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.262297] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.271487] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.279858] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.286869] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 103.294515] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 103.303155] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 103.312253] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 103.321709] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 103.329899] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 103.337809] ---[ end trace 6b9bd7e147ebd686 ]--- [ 103.343709] ------------[ cut here ]------------ [ 103.348560] WARNING: CPU: 0 PID: 536 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.356110] Modules linked in: [ 103.359306] CPU: 0 PID: 536 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.369752] Hardware name: Generic DRA72X (Flattened Device Tree) [ 103.376127] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.384225] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.391776] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.400237] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.409423] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.417791] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.424796] [] (mmput) from [] (do_exit+0x288/0x914) [ 103.431804] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 103.439359] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 103.447633] ---[ end trace 6b9bd7e147ebd687 ]--- [ 103.454080] ------------[ cut here ]------------ [ 103.458930] WARNING: CPU: 0 PID: 537 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.466480] Modules linked in: [ 103.469671] CPU: 0 PID: 537 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.480209] Hardware name: Generic DRA72X (Flattened Device Tree) [ 103.486590] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.494685] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.502242] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.510700] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.519888] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.528263] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.535265] [] (mmput) from [] (do_exit+0x288/0x914) [ 103.542270] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 103.549823] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 103.558098] ---[ end trace 6b9bd7e147ebd688 ]--- [ 103.563618] ------------[ cut here ]------------ [ 103.568462] WARNING: CPU: 0 PID: 535 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.576014] Modules linked in: [ 103.579205] CPU: 0 PID: 535 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.589657] Hardware name: Generic DRA72X (Flattened Device Tree) [ 103.596034] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.604138] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.611692] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.620148] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.629336] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.637708] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.644716] [] (mmput) from [] (do_exit+0x288/0x914) [ 103.651727] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 103.659278] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 103.667549] ---[ end trace 6b9bd7e147ebd689 ]--- [ 103.678270] ------------[ cut here ]------------ [ 103.683120] WARNING: CPU: 0 PID: 538 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.690662] Modules linked in: [ 103.693858] CPU: 0 PID: 538 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.704315] Hardware name: Generic DRA72X (Flattened Device Tree) [ 103.710702] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.718801] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.726355] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.734816] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.744000] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.752374] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.759378] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 103.767018] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 103.775655] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 103.784748] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 103.794205] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 103.802394] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 103.810297] ---[ end trace 6b9bd7e147ebd68a ]--- [ 103.820353] ------------[ cut here ]------------ [ 103.825215] WARNING: CPU: 0 PID: 539 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.832762] Modules linked in: [ 103.835966] CPU: 0 PID: 539 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.846417] Hardware name: Generic DRA72X (Flattened Device Tree) [ 103.852796] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.860897] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 103.868459] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 103.876922] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 103.886104] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 103.894475] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 103.901484] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 103.909129] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 103.917782] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 103.926875] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 103.936335] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 103.944525] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 103.952434] ---[ end trace 6b9bd7e147ebd68b ]--- [ 103.958693] ------------[ cut here ]------------ [ 103.963558] WARNING: CPU: 0 PID: 539 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 103.971112] Modules linked in: [ 103.974304] CPU: 0 PID: 539 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 103.985033] Hardware name: Generic DRA72X (Flattened Device Tree) [ 103.991420] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 103.999526] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.007093] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.015569] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.024758] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.033124] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.040132] [] (mmput) from [] (do_exit+0x288/0x914) [ 104.047144] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 104.054696] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 104.062973] ---[ end trace 6b9bd7e147ebd68c ]--- [ 104.069197] ------------[ cut here ]------------ [ 104.074052] WARNING: CPU: 0 PID: 540 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.081597] Modules linked in: [ 104.084802] CPU: 0 PID: 540 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.095248] Hardware name: Generic DRA72X (Flattened Device Tree) [ 104.101624] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 104.109729] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.117283] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.125746] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.134938] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.143312] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.150319] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 104.157959] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 104.166598] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 104.175693] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 104.185152] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 104.193339] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 104.201246] ---[ end trace 6b9bd7e147ebd68d ]--- [ 104.208538] ------------[ cut here ]------------ [ 104.213406] WARNING: CPU: 0 PID: 540 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.220961] Modules linked in: [ 104.224155] CPU: 0 PID: 540 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.234884] Hardware name: Generic DRA72X (Flattened Device Tree) [ 104.241270] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 104.249376] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.256929] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.265393] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.274578] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.282947] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.289957] [] (mmput) from [] (do_exit+0x288/0x914) [ 104.296968] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 104.304523] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 104.312796] ---[ end trace 6b9bd7e147ebd68e ]--- [ 104.318916] ------------[ cut here ]------------ [ 104.323779] WARNING: CPU: 0 PID: 541 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.331323] Modules linked in: [ 104.334516] CPU: 0 PID: 541 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.344968] Hardware name: Generic DRA72X (Flattened Device Tree) [ 104.351345] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 104.359446] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.366999] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.375459] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.384648] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.393016] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.400022] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 104.407662] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 104.416305] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 104.425398] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 104.434856] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 104.443046] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 104.450961] ---[ end trace 6b9bd7e147ebd68f ]--- [ 104.457117] ------------[ cut here ]------------ [ 104.461975] WARNING: CPU: 0 PID: 541 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.469524] Modules linked in: [ 104.472730] CPU: 0 PID: 541 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.483457] Hardware name: Generic DRA72X (Flattened Device Tree) [ 104.489844] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 104.497948] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.505513] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.513970] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.523159] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.531544] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.538559] [] (mmput) from [] (do_exit+0x288/0x914) [ 104.545568] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 104.553118] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 104.561389] ---[ end trace 6b9bd7e147ebd690 ]--- [ 104.573629] ------------[ cut here ]------------ [ 104.578491] WARNING: CPU: 0 PID: 542 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.586045] Modules linked in: [ 104.589237] CPU: 0 PID: 542 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.599695] Hardware name: Generic DRA72X (Flattened Device Tree) [ 104.606078] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 104.614179] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.621738] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.630194] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.639382] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.647754] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.654758] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 104.662401] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 104.671038] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 104.680140] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 104.689603] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 104.697785] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 104.705690] ---[ end trace 6b9bd7e147ebd691 ]--- [ 104.711881] ------------[ cut here ]------------ [ 104.716734] WARNING: CPU: 0 PID: 542 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.724288] Modules linked in: [ 104.727490] CPU: 0 PID: 542 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.738206] Hardware name: Generic DRA72X (Flattened Device Tree) [ 104.744577] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 104.752682] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.760233] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.768688] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.777870] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.786239] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.793252] [] (mmput) from [] (do_exit+0x288/0x914) [ 104.800259] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 104.807806] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 104.816082] ---[ end trace 6b9bd7e147ebd692 ]--- [ 104.822178] ------------[ cut here ]------------ [ 104.827034] WARNING: CPU: 0 PID: 543 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.834589] Modules linked in: [ 104.837789] CPU: 0 PID: 543 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.848244] Hardware name: Generic DRA72X (Flattened Device Tree) [ 104.854618] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 104.862720] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 104.870274] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 104.878740] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 104.887920] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 104.896288] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 104.903296] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 104.910937] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 104.919579] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 104.928676] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 104.938132] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 104.946319] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 104.954227] ---[ end trace 6b9bd7e147ebd693 ]--- [ 104.961578] ------------[ cut here ]------------ [ 104.966428] WARNING: CPU: 0 PID: 543 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 104.973975] Modules linked in: [ 104.977176] CPU: 0 PID: 543 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 104.987900] Hardware name: Generic DRA72X (Flattened Device Tree) [ 104.994280] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.002381] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.009945] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.018407] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.027593] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.035957] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.042967] [] (mmput) from [] (do_exit+0x288/0x914) [ 105.049974] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 105.057521] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 105.065796] ---[ end trace 6b9bd7e147ebd694 ]--- [ 105.071855] ------------[ cut here ]------------ [ 105.076713] WARNING: CPU: 0 PID: 544 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.084263] Modules linked in: [ 105.087473] CPU: 0 PID: 544 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.097931] Hardware name: Generic DRA72X (Flattened Device Tree) [ 105.104320] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.112427] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.119987] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.128443] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.137627] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.146001] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.153009] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 105.160652] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 105.169289] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 105.178379] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 105.187841] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 105.196026] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 105.203934] ---[ end trace 6b9bd7e147ebd695 ]--- [ 105.210446] ------------[ cut here ]------------ [ 105.215289] WARNING: CPU: 0 PID: 544 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.222829] Modules linked in: [ 105.226030] CPU: 0 PID: 544 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.236748] Hardware name: Generic DRA72X (Flattened Device Tree) [ 105.243126] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.251226] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.258784] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.267242] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.276432] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.284801] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.291814] [] (mmput) from [] (do_exit+0x288/0x914) [ 105.298822] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 105.306376] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 105.314649] ---[ end trace 6b9bd7e147ebd696 ]--- [ 105.320717] ------------[ cut here ]------------ [ 105.325568] WARNING: CPU: 0 PID: 545 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.333110] Modules linked in: [ 105.336313] CPU: 0 PID: 545 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.346764] Hardware name: Generic DRA72X (Flattened Device Tree) [ 105.353140] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.361244] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.368799] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.377255] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.386442] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.394811] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.401816] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 105.409464] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 105.418112] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 105.427202] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 105.436657] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 105.444846] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 105.452752] ---[ end trace 6b9bd7e147ebd697 ]--- [ 105.458898] ------------[ cut here ]------------ [ 105.463754] WARNING: CPU: 0 PID: 545 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.471302] Modules linked in: [ 105.474496] CPU: 0 PID: 545 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.485219] Hardware name: Generic DRA72X (Flattened Device Tree) [ 105.491594] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.499700] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.507253] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.515711] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.524906] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.533278] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.540285] [] (mmput) from [] (do_exit+0x288/0x914) [ 105.547290] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 105.554844] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 105.563125] ---[ end trace 6b9bd7e147ebd698 ]--- [ 105.569165] ------------[ cut here ]------------ [ 105.574014] WARNING: CPU: 0 PID: 546 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.581564] Modules linked in: [ 105.584765] CPU: 0 PID: 546 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.595218] Hardware name: Generic DRA72X (Flattened Device Tree) [ 105.601595] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.609696] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.617256] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.625714] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.634907] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.643276] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.650282] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 105.657927] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 105.666569] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 105.675657] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 105.685118] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 105.693305] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 105.701213] ---[ end trace 6b9bd7e147ebd699 ]--- [ 105.708455] ------------[ cut here ]------------ [ 105.713320] WARNING: CPU: 0 PID: 546 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.720876] Modules linked in: [ 105.724069] CPU: 0 PID: 546 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.734793] Hardware name: Generic DRA72X (Flattened Device Tree) [ 105.741173] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.749281] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.756841] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.765303] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.774495] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.782860] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.789867] [] (mmput) from [] (do_exit+0x288/0x914) [ 105.796873] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 105.804426] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 105.812698] ---[ end trace 6b9bd7e147ebd69a ]--- [ 105.818772] ------------[ cut here ]------------ [ 105.823625] WARNING: CPU: 0 PID: 547 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.831174] Modules linked in: [ 105.834368] CPU: 0 PID: 547 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.844813] Hardware name: Generic DRA72X (Flattened Device Tree) [ 105.851189] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.859289] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 105.866846] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 105.875309] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 105.884493] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 105.892866] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 105.899869] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 105.907510] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 105.916155] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 105.925246] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 105.934701] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 105.942884] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 105.950796] ---[ end trace 6b9bd7e147ebd69b ]--- [ 105.956959] ------------[ cut here ]------------ [ 105.961816] WARNING: CPU: 0 PID: 547 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 105.969372] Modules linked in: [ 105.972577] CPU: 0 PID: 547 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 105.983310] Hardware name: Generic DRA72X (Flattened Device Tree) [ 105.989688] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 105.997791] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 106.005350] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 106.013820] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 106.023009] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 106.031381] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 106.038388] [] (mmput) from [] (do_exit+0x288/0x914) [ 106.045400] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 106.052950] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 106.061227] ---[ end trace 6b9bd7e147ebd69c ]--- [ 106.067811] ------------[ cut here ]------------ [ 106.072673] WARNING: CPU: 0 PID: 548 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 106.080225] Modules linked in: [ 106.083419] CPU: 0 PID: 548 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 106.093870] Hardware name: Generic DRA72X (Flattened Device Tree) [ 106.100241] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 106.108340] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 106.115898] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 106.124360] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 106.133543] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 106.141911] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 106.148913] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 106.156553] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 106.165194] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 106.174282] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 106.183740] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 106.191927] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 106.199838] ---[ end trace 6b9bd7e147ebd69d ]--- [ 106.206154] ------------[ cut here ]------------ [ 106.210999] WARNING: CPU: 0 PID: 548 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 106.218543] Modules linked in: [ 106.221742] CPU: 0 PID: 548 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 106.232737] Hardware name: Generic DRA72X (Flattened Device Tree) [ 106.239108] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 106.247203] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 106.254763] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 106.263221] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 106.272404] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 106.280773] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 106.287784] [] (mmput) from [] (do_exit+0x288/0x914) [ 106.294790] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 106.302339] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 106.310615] ---[ end trace 6b9bd7e147ebd69e ]--- [ 106.316767] ------------[ cut here ]------------ [ 106.321618] WARNING: CPU: 0 PID: 549 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 106.329159] Modules linked in: [ 106.332362] CPU: 0 PID: 549 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 106.342812] Hardware name: Generic DRA72X (Flattened Device Tree) [ 106.349184] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 106.357279] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 106.364835] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 106.373293] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 106.382488] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 106.390860] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 106.397870] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 106.405512] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 106.414153] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 106.423247] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 106.432703] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 106.440892] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 106.448802] ---[ end trace 6b9bd7e147ebd69f ]--- [ 106.455082] ------------[ cut here ]------------ [ 106.459924] WARNING: CPU: 0 PID: 549 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 106.467471] Modules linked in: [ 106.470669] CPU: 0 PID: 549 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 106.481662] Hardware name: Generic DRA72X (Flattened Device Tree) [ 106.488045] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 106.496138] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 106.503689] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 106.512152] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 106.521344] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 106.529725] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 106.536743] [] (mmput) from [] (do_exit+0x288/0x914) [ 106.543756] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 106.551311] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 106.559579] ---[ end trace 6b9bd7e147ebd6a0 ]--- [ 106.812863] ------------[ cut here ]------------ [ 106.817723] WARNING: CPU: 0 PID: 550 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 106.825278] Modules linked in: [ 106.828468] CPU: 0 PID: 550 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 106.838922] Hardware name: Generic DRA72X (Flattened Device Tree) [ 106.845307] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 106.853409] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 106.860965] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 106.869423] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 106.878602] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 106.886971] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 106.893975] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 106.901621] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 106.910261] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 106.919358] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 106.928813] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 106.936992] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 106.944897] ---[ end trace 6b9bd7e147ebd6a1 ]--- [ 106.951250] ------------[ cut here ]------------ [ 106.956112] WARNING: CPU: 0 PID: 550 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 106.963663] Modules linked in: [ 106.966869] CPU: 0 PID: 550 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 106.977860] Hardware name: Generic DRA72X (Flattened Device Tree) [ 106.984239] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 106.992344] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 106.999902] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.008363] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.017552] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 107.025927] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.032939] [] (mmput) from [] (do_exit+0x288/0x914) [ 107.039948] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 107.047501] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 107.055774] ---[ end trace 6b9bd7e147ebd6a2 ]--- [ 107.062126] ------------[ cut here ]------------ [ 107.066981] WARNING: CPU: 0 PID: 551 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 107.074528] Modules linked in: [ 107.077728] CPU: 0 PID: 551 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.088175] Hardware name: Generic DRA72X (Flattened Device Tree) [ 107.094550] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.102650] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.110204] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.118665] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.127844] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 107.136220] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.143230] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 107.150879] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 107.159510] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 107.168611] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 107.178071] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 107.186258] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 107.194163] ---[ end trace 6b9bd7e147ebd6a3 ]--- [ 107.200476] ------------[ cut here ]------------ [ 107.205319] WARNING: CPU: 0 PID: 551 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 107.212868] Modules linked in: [ 107.216070] CPU: 0 PID: 551 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.227057] Hardware name: Generic DRA72X (Flattened Device Tree) [ 107.233436] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.241535] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.249088] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.257550] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.266737] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 107.275108] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.282112] [] (mmput) from [] (do_exit+0x288/0x914) [ 107.289116] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 107.296671] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 107.304943] ---[ end trace 6b9bd7e147ebd6a4 ]--- [ 107.311421] ------------[ cut here ]------------ [ 107.316279] WARNING: CPU: 0 PID: 552 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 107.323829] Modules linked in: [ 107.327033] CPU: 0 PID: 552 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.337489] Hardware name: Generic DRA72X (Flattened Device Tree) [ 107.343869] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.351967] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.359520] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.367983] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.377173] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 107.385540] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.392545] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 107.400187] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 107.408832] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 107.417932] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 107.427390] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 107.435576] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 107.443486] ---[ end trace 6b9bd7e147ebd6a5 ]--- [ 107.449716] ------------[ cut here ]------------ [ 107.454565] WARNING: CPU: 0 PID: 552 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 107.462113] Modules linked in: [ 107.465312] CPU: 0 PID: 552 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.476302] Hardware name: Generic DRA72X (Flattened Device Tree) [ 107.482681] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.490777] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.498332] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.506795] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.515983] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 107.524354] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.531371] [] (mmput) from [] (do_exit+0x288/0x914) [ 107.538384] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 107.545930] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 107.554204] ---[ end trace 6b9bd7e147ebd6a6 ]--- [ 107.560392] ------------[ cut here ]------------ [ 107.565250] WARNING: CPU: 0 PID: 553 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 107.572801] Modules linked in: [ 107.576010] CPU: 0 PID: 553 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.586464] Hardware name: Generic DRA72X (Flattened Device Tree) [ 107.592847] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.600956] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.608509] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.616977] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.626162] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 107.634532] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.641541] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 107.649180] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 107.657818] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 107.666915] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 107.676368] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 107.684553] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 107.692455] ---[ end trace 6b9bd7e147ebd6a7 ]--- [ 107.698688] ------------[ cut here ]------------ [ 107.703541] WARNING: CPU: 0 PID: 553 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 107.711087] Modules linked in: [ 107.714282] CPU: 0 PID: 553 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.725273] Hardware name: Generic DRA72X (Flattened Device Tree) [ 107.731650] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.739751] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.747305] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.755762] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.764942] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 107.773320] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.780334] [] (mmput) from [] (do_exit+0x288/0x914) [ 107.787338] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 107.794895] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 107.803166] ---[ end trace 6b9bd7e147ebd6a8 ]--- [ 107.809678] ------------[ cut here ]------------ [ 107.814526] WARNING: CPU: 0 PID: 554 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 107.822072] Modules linked in: [ 107.825275] CPU: 0 PID: 554 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.835734] Hardware name: Generic DRA72X (Flattened Device Tree) [ 107.842109] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.850210] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.857765] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 107.866223] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 107.875410] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 107.883784] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 107.890788] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 107.898434] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 107.907074] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 107.916168] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 107.925621] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 107.933809] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 107.941715] ---[ end trace 6b9bd7e147ebd6a9 ]--- [ 107.947936] ------------[ cut here ]------------ [ 107.952796] WARNING: CPU: 0 PID: 554 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 107.960357] Modules linked in: [ 107.963546] CPU: 0 PID: 554 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 107.974546] Hardware name: Generic DRA72X (Flattened Device Tree) [ 107.980928] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 107.989032] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 107.996590] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.005051] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.014244] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.022616] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.029625] [] (mmput) from [] (do_exit+0x288/0x914) [ 108.036632] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 108.044181] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 108.052453] ---[ end trace 6b9bd7e147ebd6aa ]--- [ 108.058600] ------------[ cut here ]------------ [ 108.063451] WARNING: CPU: 0 PID: 555 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.070997] Modules linked in: [ 108.074189] CPU: 0 PID: 555 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.084639] Hardware name: Generic DRA72X (Flattened Device Tree) [ 108.091020] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.099116] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.106673] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.115133] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.124320] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.132689] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.139695] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 108.147336] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 108.155972] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 108.165070] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 108.174525] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 108.182708] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 108.190614] ---[ end trace 6b9bd7e147ebd6ab ]--- [ 108.196811] ------------[ cut here ]------------ [ 108.201665] WARNING: CPU: 0 PID: 555 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.209216] Modules linked in: [ 108.212425] CPU: 0 PID: 555 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.223431] Hardware name: Generic DRA72X (Flattened Device Tree) [ 108.229813] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.237916] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.245470] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.253927] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.263109] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.271476] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.278482] [] (mmput) from [] (do_exit+0x288/0x914) [ 108.285491] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 108.293039] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 108.301308] ---[ end trace 6b9bd7e147ebd6ac ]--- [ 108.307786] ------------[ cut here ]------------ [ 108.312647] WARNING: CPU: 0 PID: 556 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.320197] Modules linked in: [ 108.323393] CPU: 0 PID: 556 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.333841] Hardware name: Generic DRA72X (Flattened Device Tree) [ 108.340215] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.348313] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.355865] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.364322] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.373506] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.381875] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.388885] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 108.396527] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 108.405168] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 108.414261] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 108.423716] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 108.431909] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 108.439819] ---[ end trace 6b9bd7e147ebd6ad ]--- [ 108.446131] ------------[ cut here ]------------ [ 108.450976] WARNING: CPU: 0 PID: 556 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.458523] Modules linked in: [ 108.461722] CPU: 0 PID: 556 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.472717] Hardware name: Generic DRA72X (Flattened Device Tree) [ 108.479095] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.487195] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.494753] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.503215] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.512401] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.520767] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.527783] [] (mmput) from [] (do_exit+0x288/0x914) [ 108.534789] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 108.542346] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 108.550614] ---[ end trace 6b9bd7e147ebd6ae ]--- [ 108.556794] ------------[ cut here ]------------ [ 108.561639] WARNING: CPU: 0 PID: 557 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.569184] Modules linked in: [ 108.572384] CPU: 0 PID: 557 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.582832] Hardware name: Generic DRA72X (Flattened Device Tree) [ 108.589211] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.597307] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.604859] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.613323] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.622511] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.630876] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.637882] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 108.645521] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 108.654157] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 108.663253] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 108.672702] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 108.680892] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 108.688803] ---[ end trace 6b9bd7e147ebd6af ]--- [ 108.695142] ------------[ cut here ]------------ [ 108.699982] WARNING: CPU: 0 PID: 557 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.707531] Modules linked in: [ 108.710732] CPU: 0 PID: 557 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.721720] Hardware name: Generic DRA72X (Flattened Device Tree) [ 108.728096] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.736195] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.743742] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.752203] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.761383] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.769752] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.776760] [] (mmput) from [] (do_exit+0x288/0x914) [ 108.783765] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 108.791323] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 108.799599] ---[ end trace 6b9bd7e147ebd6b0 ]--- [ 108.811668] ------------[ cut here ]------------ [ 108.816510] WARNING: CPU: 0 PID: 558 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.824057] Modules linked in: [ 108.827259] CPU: 0 PID: 558 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.837710] Hardware name: Generic DRA72X (Flattened Device Tree) [ 108.844091] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.852192] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.859749] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 108.868210] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 108.877401] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 108.885776] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 108.892785] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 108.900431] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 108.909073] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 108.918167] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 108.927628] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 108.935806] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 108.943717] ---[ end trace 6b9bd7e147ebd6b1 ]--- [ 108.949934] ------------[ cut here ]------------ [ 108.954775] WARNING: CPU: 0 PID: 558 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 108.962320] Modules linked in: [ 108.965519] CPU: 0 PID: 558 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 108.976241] Hardware name: Generic DRA72X (Flattened Device Tree) [ 108.982619] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 108.990715] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 108.998279] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.006744] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.015928] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.024297] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.031304] [] (mmput) from [] (do_exit+0x288/0x914) [ 109.038309] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 109.045868] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 109.054144] ---[ end trace 6b9bd7e147ebd6b2 ]--- [ 109.060249] ------------[ cut here ]------------ [ 109.065095] WARNING: CPU: 0 PID: 559 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 109.072646] Modules linked in: [ 109.075844] CPU: 0 PID: 559 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 109.086286] Hardware name: Generic DRA72X (Flattened Device Tree) [ 109.092663] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.100761] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.108311] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.116771] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.125961] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.134336] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.141345] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 109.148987] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 109.157631] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 109.166725] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 109.176182] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 109.184366] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 109.192275] ---[ end trace 6b9bd7e147ebd6b3 ]--- [ 109.199530] ------------[ cut here ]------------ [ 109.204390] WARNING: CPU: 0 PID: 559 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 109.211937] Modules linked in: [ 109.215138] CPU: 0 PID: 559 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 109.225868] Hardware name: Generic DRA72X (Flattened Device Tree) [ 109.232242] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.240342] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.247893] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.256355] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.265540] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.273909] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.280915] [] (mmput) from [] (do_exit+0x288/0x914) [ 109.287927] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 109.295477] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 109.303750] ---[ end trace 6b9bd7e147ebd6b4 ]--- [ 109.309832] ------------[ cut here ]------------ [ 109.314662] WARNING: CPU: 0 PID: 560 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 109.322213] Modules linked in: [ 109.325410] CPU: 0 PID: 560 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 109.335850] Hardware name: Generic DRA72X (Flattened Device Tree) [ 109.342231] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.350329] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.357884] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.366343] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.375525] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.383892] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.390899] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 109.398541] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 109.407182] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 109.416277] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 109.425734] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 109.433924] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 109.441833] ---[ end trace 6b9bd7e147ebd6b5 ]--- [ 109.447977] ------------[ cut here ]------------ [ 109.452835] WARNING: CPU: 0 PID: 560 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 109.460392] Modules linked in: [ 109.463583] CPU: 0 PID: 560 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 109.474310] Hardware name: Generic DRA72X (Flattened Device Tree) [ 109.480692] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.488791] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.496349] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.504816] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.514005] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.522376] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.529390] [] (mmput) from [] (do_exit+0x288/0x914) [ 109.536397] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 109.543956] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 109.552234] ---[ end trace 6b9bd7e147ebd6b6 ]--- [ 109.558320] ------------[ cut here ]------------ [ 109.563177] WARNING: CPU: 0 PID: 561 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 109.570730] Modules linked in: [ 109.573921] CPU: 0 PID: 561 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 109.584372] Hardware name: Generic DRA72X (Flattened Device Tree) [ 109.590746] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.598848] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.606406] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.614867] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.624054] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.632428] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.639433] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 109.647079] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 109.655718] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 109.664806] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 109.674261] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 109.682450] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 109.690367] ---[ end trace 6b9bd7e147ebd6b7 ]--- [ 109.696546] ------------[ cut here ]------------ [ 109.701402] WARNING: CPU: 0 PID: 561 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 109.708958] Modules linked in: [ 109.712166] CPU: 0 PID: 561 Comm: touch Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 109.722885] Hardware name: Generic DRA72X (Flattened Device Tree) [ 109.729276] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.737382] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.744938] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.753393] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.762580] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.770953] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.777962] [] (mmput) from [] (do_exit+0x288/0x914) [ 109.784975] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 109.792524] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 109.800796] ---[ end trace 6b9bd7e147ebd6b8 ]--- [ 109.806810] ------------[ cut here ]------------ [ 109.811669] WARNING: CPU: 0 PID: 562 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 109.819211] Modules linked in: [ 109.822413] CPU: 0 PID: 562 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 109.832860] Hardware name: Generic DRA72X (Flattened Device Tree) [ 109.839239] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.847338] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.854890] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 109.863349] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 109.872539] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 109.880903] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 109.887907] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 109.895551] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 109.904190] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 109.913284] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 109.922737] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 109.930928] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 109.938837] ---[ end trace 6b9bd7e147ebd6b9 ]--- [ 109.946157] ------------[ cut here ]------------ [ 109.951006] WARNING: CPU: 0 PID: 562 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 109.958557] Modules linked in: [ 109.961757] CPU: 0 PID: 562 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 109.972482] Hardware name: Generic DRA72X (Flattened Device Tree) [ 109.978860] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 109.986963] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 109.994516] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.002972] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.012155] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.020527] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.027540] [] (mmput) from [] (do_exit+0x288/0x914) [ 110.034550] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 110.042102] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 110.050375] ---[ end trace 6b9bd7e147ebd6ba ]--- [ 110.056432] ------------[ cut here ]------------ [ 110.061293] WARNING: CPU: 0 PID: 563 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.068842] Modules linked in: [ 110.072051] CPU: 0 PID: 563 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.082505] Hardware name: Generic DRA72X (Flattened Device Tree) [ 110.088884] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.096992] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.104543] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.113002] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.122186] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.130550] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.137566] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 110.145208] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 110.153844] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 110.162939] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 110.172395] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 110.180585] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 110.188494] ---[ end trace 6b9bd7e147ebd6bb ]--- [ 110.194675] ------------[ cut here ]------------ [ 110.199529] WARNING: CPU: 0 PID: 563 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.207084] Modules linked in: [ 110.210291] CPU: 0 PID: 563 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.221017] Hardware name: Generic DRA72X (Flattened Device Tree) [ 110.227392] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.235500] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.243051] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.251515] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.260696] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.269070] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.276080] [] (mmput) from [] (do_exit+0x288/0x914) [ 110.283086] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 110.290639] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 110.298912] ---[ end trace 6b9bd7e147ebd6bc ]--- [ 110.304953] ------------[ cut here ]------------ [ 110.309802] WARNING: CPU: 0 PID: 564 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.317354] Modules linked in: [ 110.320559] CPU: 0 PID: 564 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.331019] Hardware name: Generic DRA72X (Flattened Device Tree) [ 110.337399] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.345501] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.353058] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.361516] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.370706] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.379073] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.386079] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 110.393720] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 110.402367] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 110.411454] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 110.420908] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 110.429093] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 110.437001] ---[ end trace 6b9bd7e147ebd6bd ]--- [ 110.443153] ------------[ cut here ]------------ [ 110.448013] WARNING: CPU: 0 PID: 564 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.455560] Modules linked in: [ 110.458749] CPU: 0 PID: 564 Comm: touch Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.469472] Hardware name: Generic DRA72X (Flattened Device Tree) [ 110.475846] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.483940] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.491493] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.499956] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.509137] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.517503] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.524511] [] (mmput) from [] (do_exit+0x288/0x914) [ 110.531528] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 110.539088] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 110.547360] ---[ end trace 6b9bd7e147ebd6be ]--- [ 110.553381] ------------[ cut here ]------------ [ 110.558230] WARNING: CPU: 0 PID: 565 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.565777] Modules linked in: [ 110.568972] CPU: 0 PID: 565 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.579425] Hardware name: Generic DRA72X (Flattened Device Tree) [ 110.585805] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.593907] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.601468] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.609926] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.619112] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.627482] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.634495] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 110.642135] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 110.650775] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 110.659868] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 110.669329] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 110.677509] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 110.685417] ---[ end trace 6b9bd7e147ebd6bf ]--- [ 110.692633] ------------[ cut here ]------------ [ 110.697492] WARNING: CPU: 0 PID: 565 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.705044] Modules linked in: [ 110.708238] CPU: 0 PID: 565 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.718967] Hardware name: Generic DRA72X (Flattened Device Tree) [ 110.725355] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.733466] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.741025] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.749485] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.758675] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.767045] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.774053] [] (mmput) from [] (do_exit+0x288/0x914) [ 110.781066] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 110.788618] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 110.796888] ---[ end trace 6b9bd7e147ebd6c0 ]--- [ 110.802926] ------------[ cut here ]------------ [ 110.807784] WARNING: CPU: 0 PID: 566 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.815337] Modules linked in: [ 110.818531] CPU: 0 PID: 566 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.828980] Hardware name: Generic DRA72X (Flattened Device Tree) [ 110.835357] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.843457] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.851012] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 110.859472] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 110.868662] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 110.877032] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 110.884043] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 110.891686] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 110.900328] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 110.909416] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 110.918869] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 110.927065] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 110.934976] ---[ end trace 6b9bd7e147ebd6c1 ]--- [ 110.947314] ------------[ cut here ]------------ [ 110.952156] WARNING: CPU: 0 PID: 566 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 110.959706] Modules linked in: [ 110.962910] CPU: 0 PID: 566 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 110.973631] Hardware name: Generic DRA72X (Flattened Device Tree) [ 110.980003] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 110.988100] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 110.995650] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.004108] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.013295] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.021669] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.028674] [] (mmput) from [] (do_exit+0x288/0x914) [ 111.035689] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 111.043240] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 111.051512] ---[ end trace 6b9bd7e147ebd6c2 ]--- [ 111.058028] ------------[ cut here ]------------ [ 111.062882] WARNING: CPU: 0 PID: 567 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.070433] Modules linked in: [ 111.073632] CPU: 0 PID: 567 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.084074] Hardware name: Generic DRA72X (Flattened Device Tree) [ 111.090452] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.098546] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.106105] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.114564] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.123751] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.132115] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.139118] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 111.146763] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 111.155404] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 111.164495] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 111.173945] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 111.182132] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 111.190042] ---[ end trace 6b9bd7e147ebd6c3 ]--- [ 111.196264] ------------[ cut here ]------------ [ 111.201120] WARNING: CPU: 0 PID: 567 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.208677] Modules linked in: [ 111.211885] CPU: 0 PID: 567 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.222886] Hardware name: Generic DRA72X (Flattened Device Tree) [ 111.229273] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.237375] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.244926] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.253384] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.262575] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.270942] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.277952] [] (mmput) from [] (do_exit+0x288/0x914) [ 111.284958] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 111.292504] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 111.300775] ---[ end trace 6b9bd7e147ebd6c4 ]--- [ 111.306933] ------------[ cut here ]------------ [ 111.311785] WARNING: CPU: 0 PID: 568 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.319329] Modules linked in: [ 111.322530] CPU: 0 PID: 568 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.332979] Hardware name: Generic DRA72X (Flattened Device Tree) [ 111.339357] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.347457] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.355008] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.363462] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.372646] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.381019] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.388030] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 111.395675] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 111.404317] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 111.413407] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 111.422859] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 111.431046] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 111.438957] ---[ end trace 6b9bd7e147ebd6c5 ]--- [ 111.445166] ------------[ cut here ]------------ [ 111.450011] WARNING: CPU: 0 PID: 568 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.457560] Modules linked in: [ 111.460761] CPU: 0 PID: 568 Comm: readlink Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.471761] Hardware name: Generic DRA72X (Flattened Device Tree) [ 111.478138] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.486239] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.493798] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.502255] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.511444] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.519814] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.526828] [] (mmput) from [] (do_exit+0x288/0x914) [ 111.533842] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 111.541405] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 111.549679] ---[ end trace 6b9bd7e147ebd6c6 ]--- [ 111.555820] ------------[ cut here ]------------ [ 111.560668] WARNING: CPU: 0 PID: 569 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.568225] Modules linked in: [ 111.571427] CPU: 0 PID: 569 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.581878] Hardware name: Generic DRA72X (Flattened Device Tree) [ 111.588257] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.596351] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.603903] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.612362] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.621548] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.629923] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.636932] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 111.644569] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 111.653209] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 111.662307] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 111.671760] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 111.679944] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 111.687850] ---[ end trace 6b9bd7e147ebd6c7 ]--- [ 111.698964] ------------[ cut here ]------------ [ 111.703824] WARNING: CPU: 0 PID: 569 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.711373] Modules linked in: [ 111.714567] CPU: 0 PID: 569 Comm: touch Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.725290] Hardware name: Generic DRA72X (Flattened Device Tree) [ 111.731665] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.739765] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.747318] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.755779] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.764964] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.773330] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.780352] [] (mmput) from [] (do_exit+0x288/0x914) [ 111.787403] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 111.794970] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 111.803241] ---[ end trace 6b9bd7e147ebd6c8 ]--- [ 111.809404] ------------[ cut here ]------------ [ 111.814266] WARNING: CPU: 0 PID: 570 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.821814] Modules linked in: [ 111.825018] CPU: 0 PID: 570 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.835475] Hardware name: Generic DRA72X (Flattened Device Tree) [ 111.841861] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.849968] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.857525] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 111.865980] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 111.875171] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 111.883544] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 111.890549] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 111.898190] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 111.906844] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 111.915937] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 111.925392] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 111.933585] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 111.941491] ---[ end trace 6b9bd7e147ebd6c9 ]--- [ 111.948807] ------------[ cut here ]------------ [ 111.953667] WARNING: CPU: 0 PID: 570 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 111.961215] Modules linked in: [ 111.964414] CPU: 0 PID: 570 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 111.975132] Hardware name: Generic DRA72X (Flattened Device Tree) [ 111.981510] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 111.989613] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 111.997165] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.005629] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.014825] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 112.023197] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 112.030203] [] (mmput) from [] (do_exit+0x288/0x914) [ 112.037209] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 112.044762] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 112.053031] ---[ end trace 6b9bd7e147ebd6ca ]--- [ 112.059118] ------------[ cut here ]------------ [ 112.063974] WARNING: CPU: 0 PID: 571 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.071527] Modules linked in: [ 112.074716] CPU: 0 PID: 571 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.085164] Hardware name: Generic DRA72X (Flattened Device Tree) [ 112.091539] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.099639] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.107197] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.115658] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.124847] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 112.133213] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 112.140215] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 112.147862] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 112.156499] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 112.165593] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 112.175051] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 112.183242] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 112.191147] ---[ end trace 6b9bd7e147ebd6cb ]--- [ 112.197335] ------------[ cut here ]------------ [ 112.202194] WARNING: CPU: 0 PID: 571 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.209750] Modules linked in: [ 112.212940] CPU: 0 PID: 571 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.223671] Hardware name: Generic DRA72X (Flattened Device Tree) [ 112.230055] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.238164] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.245726] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.254191] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.263376] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 112.271749] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 112.278758] [] (mmput) from [] (do_exit+0x288/0x914) [ 112.285768] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 112.293316] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 112.301593] ---[ end trace 6b9bd7e147ebd6cc ]--- [ 112.307631] ------------[ cut here ]------------ [ 112.312490] WARNING: CPU: 0 PID: 572 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.320037] Modules linked in: [ 112.323231] CPU: 0 PID: 572 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.333677] Hardware name: Generic DRA72X (Flattened Device Tree) [ 112.340055] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.348155] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.355710] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.364171] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.373360] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 112.381725] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 112.388731] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 112.396372] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 112.405012] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 112.414101] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 112.423560] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 112.431748] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 112.439660] ---[ end trace 6b9bd7e147ebd6cd ]--- [ 112.445964] ------------[ cut here ]------------ [ 112.450812] WARNING: CPU: 0 PID: 572 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.458354] Modules linked in: [ 112.461553] CPU: 0 PID: 572 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.472277] Hardware name: Generic DRA72X (Flattened Device Tree) [ 112.478657] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.486754] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.494312] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.502768] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.511947] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 112.520322] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 112.527340] [] (mmput) from [] (do_exit+0x288/0x914) [ 112.534345] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 112.541897] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 112.550170] ---[ end trace 6b9bd7e147ebd6ce ]--- [ 112.556295] ------------[ cut here ]------------ [ 112.561146] WARNING: CPU: 0 PID: 573 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.568689] Modules linked in: [ 112.571890] CPU: 0 PID: 573 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.582338] Hardware name: Generic DRA72X (Flattened Device Tree) [ 112.588719] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.596821] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.604375] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.612841] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.622025] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 112.630388] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 112.637400] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 112.645038] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 112.653681] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 112.662774] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 112.672222] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 112.680404] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 112.688309] ---[ end trace 6b9bd7e147ebd6cf ]--- [ 112.695787] ------------[ cut here ]------------ [ 112.700638] WARNING: CPU: 0 PID: 573 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.708185] Modules linked in: [ 112.711389] CPU: 0 PID: 573 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.722108] Hardware name: Generic DRA72X (Flattened Device Tree) [ 112.728487] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.736586] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.744141] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.752605] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.761794] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 112.770156] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 112.777164] [] (mmput) from [] (do_exit+0x288/0x914) [ 112.784177] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 112.791731] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 112.800021] ---[ end trace 6b9bd7e147ebd6d0 ]--- [ 112.806226] ------------[ cut here ]------------ [ 112.811091] WARNING: CPU: 0 PID: 574 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.818644] Modules linked in: [ 112.821850] CPU: 0 PID: 574 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.832310] Hardware name: Generic DRA72X (Flattened Device Tree) [ 112.838695] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.846800] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.854353] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 112.862814] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 112.871997] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 112.880366] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 112.887370] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 112.895012] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 112.903644] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 112.912738] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 112.922192] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 112.930383] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 112.938296] ---[ end trace 6b9bd7e147ebd6d1 ]--- [ 112.944505] ------------[ cut here ]------------ [ 112.949369] WARNING: CPU: 0 PID: 574 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 112.956925] Modules linked in: [ 112.960126] CPU: 0 PID: 574 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 112.970847] Hardware name: Generic DRA72X (Flattened Device Tree) [ 112.977221] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 112.985325] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 112.992875] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.001341] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 113.010529] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.018903] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.025915] [] (mmput) from [] (do_exit+0x288/0x914) [ 113.032921] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 113.040476] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 113.048747] ---[ end trace 6b9bd7e147ebd6d2 ]--- [ 113.060955] ------------[ cut here ]------------ [ 113.065816] WARNING: CPU: 0 PID: 575 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.073363] Modules linked in: [ 113.076563] CPU: 0 PID: 575 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.087016] Hardware name: Generic DRA72X (Flattened Device Tree) [ 113.093396] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.101500] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.109058] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.117521] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 113.126709] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.135082] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.142083] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 113.149722] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 113.158363] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 113.167463] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 113.176918] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 113.185102] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 113.193017] ---[ end trace 6b9bd7e147ebd6d3 ]--- [ 113.199165] ------------[ cut here ]------------ [ 113.204024] WARNING: CPU: 0 PID: 575 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.211582] Modules linked in: [ 113.214789] CPU: 0 PID: 575 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.225513] Hardware name: Generic DRA72X (Flattened Device Tree) [ 113.231898] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.239999] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.247554] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.256010] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 113.265195] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.273567] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.280579] [] (mmput) from [] (do_exit+0x288/0x914) [ 113.287593] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 113.295149] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 113.303422] ---[ end trace 6b9bd7e147ebd6d4 ]--- [ 113.309462] ------------[ cut here ]------------ [ 113.314316] WARNING: CPU: 0 PID: 576 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.321864] Modules linked in: [ 113.325062] CPU: 0 PID: 576 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.335508] Hardware name: Generic DRA72X (Flattened Device Tree) [ 113.341886] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.349986] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.357539] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.365994] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 113.375176] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.383545] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.390556] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 113.398196] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 113.406834] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 113.415923] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 113.425377] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 113.433561] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 113.441474] ---[ end trace 6b9bd7e147ebd6d5 ]--- [ 113.448698] ------------[ cut here ]------------ [ 113.453561] WARNING: CPU: 0 PID: 576 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.461116] Modules linked in: [ 113.464311] CPU: 0 PID: 576 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.475037] Hardware name: Generic DRA72X (Flattened Device Tree) [ 113.481415] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.489517] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.497070] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.505528] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 113.514715] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.523088] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.530106] [] (mmput) from [] (do_exit+0x288/0x914) [ 113.537121] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 113.544677] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 113.552952] ---[ end trace 6b9bd7e147ebd6d6 ]--- [ 113.559063] ------------[ cut here ]------------ [ 113.563920] WARNING: CPU: 0 PID: 577 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.571470] Modules linked in: [ 113.574664] CPU: 0 PID: 577 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.585106] Hardware name: Generic DRA72X (Flattened Device Tree) [ 113.591481] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.599579] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.607142] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.615604] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 113.624787] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.633157] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.640169] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 113.647816] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 113.656449] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 113.665542] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 113.675005] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 113.683190] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 113.691099] ---[ end trace 6b9bd7e147ebd6d7 ]--- [ 113.697342] ------------[ cut here ]------------ [ 113.702198] WARNING: CPU: 0 PID: 577 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.709750] Modules linked in: [ 113.712943] CPU: 0 PID: 577 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.723674] Hardware name: Generic DRA72X (Flattened Device Tree) [ 113.730053] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.738154] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.745715] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.754184] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 113.763373] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.771738] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.778750] [] (mmput) from [] (do_exit+0x288/0x914) [ 113.785756] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 113.793307] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 113.801577] ---[ end trace 6b9bd7e147ebd6d8 ]--- [ 113.807673] ------------[ cut here ]------------ [ 113.812545] WARNING: CPU: 0 PID: 578 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.820093] Modules linked in: [ 113.823285] CPU: 0 PID: 578 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.833743] Hardware name: Generic DRA72X (Flattened Device Tree) [ 113.840123] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.848223] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.855780] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 113.864239] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 113.873423] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 113.881795] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 113.888804] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 113.896451] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 113.905095] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 113.914189] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 113.923646] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 113.931834] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 113.939755] ---[ end trace 6b9bd7e147ebd6d9 ]--- [ 113.945993] ------------[ cut here ]------------ [ 113.950838] WARNING: CPU: 0 PID: 578 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 113.958387] Modules linked in: [ 113.961591] CPU: 0 PID: 578 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 113.972310] Hardware name: Generic DRA72X (Flattened Device Tree) [ 113.978691] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 113.986791] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 113.994345] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.002801] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.011983] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.020356] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.027360] [] (mmput) from [] (do_exit+0x288/0x914) [ 114.034366] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 114.041917] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 114.050186] ---[ end trace 6b9bd7e147ebd6da ]--- [ 114.056250] ------------[ cut here ]------------ [ 114.061097] WARNING: CPU: 0 PID: 579 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.068647] Modules linked in: [ 114.071846] CPU: 0 PID: 579 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.082299] Hardware name: Generic DRA72X (Flattened Device Tree) [ 114.088679] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 114.096784] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 114.104339] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.112798] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.121981] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.130354] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.137361] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 114.144998] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 114.153635] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 114.162725] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 114.172180] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 114.180373] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 114.188284] ---[ end trace 6b9bd7e147ebd6db ]--- [ 114.195590] ------------[ cut here ]------------ [ 114.200435] WARNING: CPU: 0 PID: 579 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.207982] Modules linked in: [ 114.211182] CPU: 0 PID: 579 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.221904] Hardware name: Generic DRA72X (Flattened Device Tree) [ 114.228283] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 114.236382] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 114.243938] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.252399] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.261587] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.269955] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.276969] [] (mmput) from [] (do_exit+0x288/0x914) [ 114.283979] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 114.291533] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 114.299806] ---[ end trace 6b9bd7e147ebd6dc ]--- [ 114.305916] ------------[ cut here ]------------ [ 114.310774] WARNING: CPU: 0 PID: 580 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.318323] Modules linked in: [ 114.321526] CPU: 0 PID: 580 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.331974] Hardware name: Generic DRA72X (Flattened Device Tree) [ 114.338356] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 114.346451] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 114.354014] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.362472] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.371661] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.380030] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.387039] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 114.394686] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 114.403330] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 114.412427] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 114.421883] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 114.430068] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 114.437973] ---[ end trace 6b9bd7e147ebd6dd ]--- [ 114.444087] ------------[ cut here ]------------ [ 114.448947] WARNING: CPU: 0 PID: 580 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.456496] Modules linked in: [ 114.459690] CPU: 0 PID: 580 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.470413] Hardware name: Generic DRA72X (Flattened Device Tree) [ 114.476789] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 114.484883] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 114.492441] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.500896] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.510085] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.518458] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.525473] [] (mmput) from [] (do_exit+0x288/0x914) [ 114.532480] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 114.540038] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 114.548312] ---[ end trace 6b9bd7e147ebd6de ]--- [ 114.553549] ------------[ cut here ]------------ [ 114.558392] WARNING: CPU: 0 PID: 538 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.565944] Modules linked in: [ 114.569137] CPU: 0 PID: 538 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.579587] Hardware name: Generic DRA72X (Flattened Device Tree) [ 114.585960] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 114.594054] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 114.601610] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.610070] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.619244] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.627616] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.634626] [] (mmput) from [] (do_exit+0x288/0x914) [ 114.641633] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 114.649183] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 114.657456] ---[ end trace 6b9bd7e147ebd6df ]--- [ 114.663722] ------------[ cut here ]------------ [ 114.668587] WARNING: CPU: 0 PID: 581 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.676147] Modules linked in: [ 114.679343] CPU: 0 PID: 581 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.689802] Hardware name: Generic DRA72X (Flattened Device Tree) [ 114.696183] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 114.704288] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 114.711847] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.720311] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.729495] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.737864] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.744871] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 114.752514] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 114.761154] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 114.770247] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 114.779695] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 114.787880] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 114.795791] ---[ end trace 6b9bd7e147ebd6e0 ]--- [ 114.801969] ------------[ cut here ]------------ [ 114.806822] WARNING: CPU: 0 PID: 581 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.814366] Modules linked in: [ 114.817566] CPU: 0 PID: 581 Comm: ln Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.828017] Hardware name: Generic DRA72X (Flattened Device Tree) [ 114.834394] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 114.842490] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 114.850048] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.858508] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.867696] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.876063] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.883069] [] (mmput) from [] (do_exit+0x288/0x914) [ 114.890072] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 114.897625] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 114.905897] ---[ end trace 6b9bd7e147ebd6e1 ]--- [ 114.911226] ------------[ cut here ]------------ [ 114.916083] WARNING: CPU: 0 PID: 532 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 114.923629] Modules linked in: [ 114.926830] CPU: 0 PID: 532 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 114.937287] Hardware name: Generic DRA72X (Flattened Device Tree) [ 114.943662] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 114.951761] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 114.959313] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 114.967773] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 114.976961] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 114.985328] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 114.992334] [] (mmput) from [] (do_exit+0x288/0x914) [ 114.999345] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 115.006894] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 115.015168] ---[ end trace 6b9bd7e147ebd6e2 ]--- [ 115.025302] ------------[ cut here ]------------ [ 115.030156] WARNING: CPU: 0 PID: 583 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.037703] Modules linked in: [ 115.040906] CPU: 0 PID: 583 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.051365] Hardware name: Generic DRA72X (Flattened Device Tree) [ 115.057755] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.065863] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.073415] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.081876] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.091065] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.099438] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.106450] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 115.114094] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 115.122735] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 115.131824] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 115.141281] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 115.149468] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 115.157377] ---[ end trace 6b9bd7e147ebd6e3 ]--- [ 115.169964] ------------[ cut here ]------------ [ 115.174812] WARNING: CPU: 0 PID: 583 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.182366] Modules linked in: [ 115.185565] CPU: 0 PID: 583 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.196190] Hardware name: Generic DRA72X (Flattened Device Tree) [ 115.202564] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.210666] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.218221] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.226682] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.235866] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.244236] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.251245] [] (mmput) from [] (do_exit+0x288/0x914) [ 115.258252] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 115.265801] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 115.274069] ---[ end trace 6b9bd7e147ebd6e4 ]--- [ 115.280163] ------------[ cut here ]------------ [ 115.285011] WARNING: CPU: 0 PID: 584 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.292556] Modules linked in: [ 115.295758] CPU: 0 PID: 584 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.306202] Hardware name: Generic DRA72X (Flattened Device Tree) [ 115.312581] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.320684] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.328239] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.336706] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.345890] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.354255] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.361265] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 115.368907] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 115.377553] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 115.386648] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 115.396106] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 115.404292] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 115.412198] ---[ end trace 6b9bd7e147ebd6e5 ]--- [ 115.418607] ------------[ cut here ]------------ [ 115.423464] WARNING: CPU: 0 PID: 584 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.431014] Modules linked in: [ 115.434207] CPU: 0 PID: 584 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.444839] Hardware name: Generic DRA72X (Flattened Device Tree) [ 115.451212] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.459307] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.466861] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.475317] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.484500] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.492869] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.499874] [] (mmput) from [] (do_exit+0x288/0x914) [ 115.506877] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 115.514427] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 115.522708] ---[ end trace 6b9bd7e147ebd6e6 ]--- [ 115.528699] ------------[ cut here ]------------ [ 115.533547] WARNING: CPU: 0 PID: 585 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.541096] Modules linked in: [ 115.544287] CPU: 0 PID: 585 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.554742] Hardware name: Generic DRA72X (Flattened Device Tree) [ 115.561121] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.569217] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.576777] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.585233] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.594412] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.602778] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.609786] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 115.617426] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 115.626066] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 115.635166] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 115.644615] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 115.652806] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 115.660712] ---[ end trace 6b9bd7e147ebd6e7 ]--- [ 115.666903] ------------[ cut here ]------------ [ 115.671762] WARNING: CPU: 0 PID: 585 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.679323] Modules linked in: [ 115.682528] CPU: 0 PID: 585 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.693261] Hardware name: Generic DRA72X (Flattened Device Tree) [ 115.699644] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.707752] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.715307] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.723765] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.732950] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.741322] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.748329] [] (mmput) from [] (do_exit+0x288/0x914) [ 115.755334] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 115.762883] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 115.771157] ---[ end trace 6b9bd7e147ebd6e8 ]--- [ 115.777202] ------------[ cut here ]------------ [ 115.782062] WARNING: CPU: 0 PID: 586 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.789611] Modules linked in: [ 115.792810] CPU: 0 PID: 586 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.803264] Hardware name: Generic DRA72X (Flattened Device Tree) [ 115.809642] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.817738] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.825301] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.833755] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.842939] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.851309] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.858317] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 115.865956] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 115.874597] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 115.883694] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 115.893152] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 115.901332] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 115.909237] ---[ end trace 6b9bd7e147ebd6e9 ]--- [ 115.915579] ------------[ cut here ]------------ [ 115.920422] WARNING: CPU: 0 PID: 586 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 115.927972] Modules linked in: [ 115.931171] CPU: 0 PID: 586 Comm: mount Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 115.941894] Hardware name: Generic DRA72X (Flattened Device Tree) [ 115.948271] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 115.956374] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 115.963932] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 115.972391] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 115.981572] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 115.989948] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 115.996959] [] (mmput) from [] (do_exit+0x288/0x914) [ 116.003972] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 116.011533] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 116.019807] ---[ end trace 6b9bd7e147ebd6ea ]--- [ 116.025270] ------------[ cut here ]------------ [ 116.030105] WARNING: CPU: 0 PID: 582 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 116.037649] Modules linked in: [ 116.040846] CPU: 0 PID: 582 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 116.051300] Hardware name: Generic DRA72X (Flattened Device Tree) [ 116.057678] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 116.065778] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.073336] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.081790] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.090977] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 116.099347] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 116.106356] [] (mmput) from [] (do_exit+0x288/0x914) [ 116.113368] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 116.120916] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 116.129191] ---[ end trace 6b9bd7e147ebd6eb ]--- [ 116.138120] ------------[ cut here ]------------ [ 116.142985] WARNING: CPU: 0 PID: 588 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 116.150537] Modules linked in: [ 116.153728] CPU: 0 PID: 588 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 116.164181] Hardware name: Generic DRA72X (Flattened Device Tree) [ 116.170573] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 116.178681] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.186238] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.194695] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.203882] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 116.212255] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 116.219261] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 116.226911] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 116.235555] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 116.244648] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 116.254098] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 116.262286] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 116.270193] ---[ end trace 6b9bd7e147ebd6ec ]--- [ 116.282517] ------------[ cut here ]------------ [ 116.287374] WARNING: CPU: 0 PID: 588 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 116.294926] Modules linked in: [ 116.298122] CPU: 0 PID: 588 Comm: dmesg Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 116.308846] Hardware name: Generic DRA72X (Flattened Device Tree) [ 116.315228] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 116.323327] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.330886] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.339346] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.348526] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 116.356895] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 116.363908] [] (mmput) from [] (do_exit+0x288/0x914) [ 116.370917] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 116.378468] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 116.386743] ---[ end trace 6b9bd7e147ebd6ed ]--- [ 116.392202] ------------[ cut here ]------------ [ 116.397053] WARNING: CPU: 0 PID: 587 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 116.404606] Modules linked in: [ 116.407814] CPU: 0 PID: 587 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 116.418266] Hardware name: Generic DRA72X (Flattened Device Tree) [ 116.424653] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 116.432754] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.440314] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.448770] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.457953] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 116.466316] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 116.473322] [] (mmput) from [] (do_exit+0x288/0x914) [ 116.480328] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 116.487876] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 116.496145] ---[ end trace 6b9bd7e147ebd6ee ]--- [ 116.503796] ------------[ cut here ]------------ [ 116.508648] WARNING: CPU: 0 PID: 589 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 116.516203] Modules linked in: [ 116.519394] CPU: 0 PID: 589 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 116.529855] Hardware name: Generic DRA72X (Flattened Device Tree) [ 116.536245] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 116.544340] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.551898] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.560353] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.569543] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 116.577918] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 116.584926] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 116.592569] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 116.601214] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 116.610305] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 116.619125] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 116.627861] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 116.637318] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 116.645499] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 116.653408] ---[ end trace 6b9bd7e147ebd6ef ]--- ALSA: Restoring mixer settings... [ 116.664861] ------------[ cut here ]------------ [ 116.670850] WARNING: CPU: 0 PID: 589 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 116.678398] Modules linked in: [ 116.681597] CPU: 0 PID: 589 Comm: S39alsa-state Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 116.693041] Hardware name: Generic DRA72X (Flattened Device Tree) [ 116.699422] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 116.707532] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.715089] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.723548] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.732732] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 116.741103] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 116.748116] [] (mmput) from [] (do_exit+0x288/0x914) [ 116.755124] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 116.762678] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 116.770950] ---[ end trace 6b9bd7e147ebd6f0 ]--- [ 116.778935] ------------[ cut here ]------------ [ 116.783817] WARNING: CPU: 0 PID: 590 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 116.791376] Modules linked in: [ 116.794568] CPU: 0 PID: 590 Comm: S39alsa-state Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 116.806023] Hardware name: Generic DRA72X (Flattened Device Tree) [ 116.812413] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 116.820527] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.828091] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.836552] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.845734] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 116.854103] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 116.861106] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 116.868748] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 116.877390] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 116.886488] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 116.895944] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 116.904133] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 116.912044] ---[ end trace 6b9bd7e147ebd6f1 ]--- [ 116.926336] ------------[ cut here ]------------ [ 116.931187] WARNING: CPU: 0 PID: 593 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 116.938735] Modules linked in: [ 116.941939] CPU: 0 PID: 593 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 116.952386] Hardware name: Generic DRA72X (Flattened Device Tree) [ 116.958764] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 116.966875] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 116.974431] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 116.982892] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 116.992078] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 117.000446] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 117.007461] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 117.015100] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 117.023737] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 117.032839] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 117.042294] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 117.050480] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 117.058389] ---[ end trace 6b9bd7e147ebd6f2 ]--- [ 117.064961] ------------[ cut here ]------------ [ 117.069815] WARNING: CPU: 0 PID: 593 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 117.077362] Modules linked in: [ 117.080560] CPU: 0 PID: 593 Comm: hostname Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 117.091549] Hardware name: Generic DRA72X (Flattened Device Tree) [ 117.097935] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 117.106036] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 117.113590] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 117.122046] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 117.131229] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 117.139595] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 117.146610] [] (mmput) from [] (do_exit+0x288/0x914) [ 117.153621] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 117.161169] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 117.169451] ---[ end trace 6b9bd7e147ebd6f3 ]--- [ 117.175068] ------------[ cut here ]------------ [ 117.179913] WARNING: CPU: 0 PID: 592 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 117.187466] Modules linked in: [ 117.190674] CPU: 0 PID: 592 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 117.201129] Hardware name: Generic DRA72X (Flattened Device Tree) [ 117.207513] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 117.215621] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 117.223183] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 117.231668] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 117.240859] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 117.249227] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 117.256236] [] (mmput) from [] (do_exit+0x288/0x914) [ 117.263244] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 117.270803] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 117.279085] ---[ end trace 6b9bd7e147ebd6f4 ]--- [ 117.291468] ------------[ cut here ]------------ [ 117.296333] WARNING: CPU: 0 PID: 594 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 117.303888] Modules linked in: [ 117.307096] CPU: 0 PID: 594 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 117.317565] Hardware name: Generic DRA72X (Flattened Device Tree) [ 117.323954] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 117.332056] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 117.339616] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 117.348078] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 117.357269] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 117.365634] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 117.372640] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 117.380284] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 117.388927] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 117.398023] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 117.407479] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 117.415669] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 117.423579] ---[ end trace 6b9bd7e147ebd6f5 ]--- [ 117.431703] ------------[ cut here ]------------ [ 117.436577] WARNING: CPU: 0 PID: 594 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 117.444128] Modules linked in: [ 117.447332] CPU: 0 PID: 594 Comm: hostname Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 117.458329] Hardware name: Generic DRA72X (Flattened Device Tree) [ 117.464711] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 117.472816] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 117.480371] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 117.488824] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 117.498012] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 117.506379] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 117.513387] [] (mmput) from [] (do_exit+0x288/0x914) [ 117.520393] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 117.527953] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 117.536232] ---[ end trace 6b9bd7e147ebd6f6 ]--- [ 117.543038] ------------[ cut here ]------------ [ 117.547906] WARNING: CPU: 0 PID: 595 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 117.555462] Modules linked in: [ 117.558677] CPU: 0 PID: 595 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 117.569136] Hardware name: Generic DRA72X (Flattened Device Tree) [ 117.575534] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 117.583657] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 117.591225] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 117.599695] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 117.608897] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 117.617279] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 117.624295] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 117.631945] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 117.640595] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 117.649696] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 117.659155] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 117.667359] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 117.675281] ---[ end trace 6b9bd7e147ebd6f7 ]--- [ 117.689882] ------------[ cut here ]------------ [ 117.694715] WARNING: CPU: 0 PID: 595 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 117.702276] Modules linked in: [ 117.705508] CPU: 0 PID: 595 Comm: hostname Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 117.716512] Hardware name: Generic DRA72X (Flattened Device Tree) [ 117.722897] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 117.730996] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 117.738549] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 117.747005] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 117.756190] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 117.764559] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 117.771569] [] (mmput) from [] (do_exit+0x288/0x914) [ 117.778578] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 117.786126] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 117.794410] ---[ end trace 6b9bd7e147ebd6f8 ]--- [ 117.799909] ------------[ cut here ]------------ [ 117.804765] WARNING: CPU: 0 PID: 591 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 117.812313] Modules linked in: [ 117.815508] CPU: 0 PID: 591 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 117.825957] Hardware name: Generic DRA72X (Flattened Device Tree) [ 117.832334] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 117.840437] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 117.847989] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 117.856448] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 117.865630] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 117.874004] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 117.881014] [] (mmput) from [] (do_exit+0x288/0x914) [ 117.888027] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 117.895581] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 117.903849] ---[ end trace 6b9bd7e147ebd6f9 ]--- [ 117.920113] ------------[ cut here ]------------ [ 117.924978] WARNING: CPU: 0 PID: 597 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 117.932527] Modules linked in: [ 117.935742] CPU: 0 PID: 597 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 117.946190] Hardware name: Generic DRA72X (Flattened Device Tree) [ 117.952579] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 117.960693] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 117.968252] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 117.976714] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 117.985910] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 117.994278] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 118.001287] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 118.008937] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 118.017587] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 118.026686] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 118.036153] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 118.044344] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 118.052253] ---[ end trace 6b9bd7e147ebd6fa ]--- [ 118.061259] ------------[ cut here ]------------ [ 118.066110] WARNING: CPU: 0 PID: 597 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 118.073657] Modules linked in: [ 118.076865] CPU: 0 PID: 597 Comm: chmod Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 118.087595] Hardware name: Generic DRA72X (Flattened Device Tree) [ 118.093979] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 118.102087] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 118.109645] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 118.118108] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 118.127298] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 118.135668] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 118.142685] [] (mmput) from [] (do_exit+0x288/0x914) [ 118.149696] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 118.157259] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 118.165539] ---[ end trace 6b9bd7e147ebd6fb ]--- [ 118.173359] ------------[ cut here ]------------ [ 118.178222] WARNING: CPU: 0 PID: 598 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 118.185778] Modules linked in: [ 118.188974] CPU: 0 PID: 598 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 118.199433] Hardware name: Generic DRA72X (Flattened Device Tree) [ 118.205817] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 118.213924] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 118.221482] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 118.229942] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 118.239128] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 118.247498] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 118.254504] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 118.262148] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 118.270789] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 118.279881] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 118.289337] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 118.297538] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 118.305451] ---[ end trace 6b9bd7e147ebd6fc ]--- [ 118.315181] ------------[ cut here ]------------ [ 118.320044] WARNING: CPU: 0 PID: 598 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 118.327594] Modules linked in: [ 118.330804] CPU: 0 PID: 598 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 118.341531] Hardware name: Generic DRA72X (Flattened Device Tree) [ 118.347916] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 118.356030] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 118.363595] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 118.372058] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 118.381243] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 118.389614] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 118.396619] [] (mmput) from [] (do_exit+0x288/0x914) [ 118.403624] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 118.411175] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 118.419456] ---[ end trace 6b9bd7e147ebd6fd ]--- /usr/sbin/alsactl: load_state:1729: No soundcards found... [ 118.431387] ------------[ cut here ]------------ [ 118.436260] WARNING: CPU: 0 PID: 590 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 118.443814] Modules linked in: [ 118.447024] CPU: 0 PID: 590 Comm: alsactl Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 118.457929] Hardware name: Generic DRA72X (Flattened Device Tree) [ 118.464316] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 118.472425] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 118.479988] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 118.488454] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 118.497650] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 118.506026] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 118.513039] [] (mmput) from [] (do_exit+0x288/0x914) [ 118.520054] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 118.527623] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 118.535897] ---[ end trace 6b9bd7e147ebd6fe ]--- [ 118.541116] ------------[ cut here ]------------ [ 118.545971] WARNING: CPU: 0 PID: 599 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 118.553519] Modules linked in: [ 118.556720] CPU: 0 PID: 599 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 118.567169] Hardware name: Generic DRA72X (Flattened Device Tree) [ 118.573540] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 118.581637] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 118.589194] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 118.597655] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 118.606847] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 118.615221] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 118.622232] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 118.629878] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 118.638509] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 118.647612] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 118.656433] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 118.665163] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 118.674618] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 118.682801] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 118.690706] ---[ end trace 6b9bd7e147ebd6ff ]--- [ 118.701618] ------------[ cut here ]------------ [ 118.706477] WARNING: CPU: 0 PID: 600 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 118.714021] Modules linked in: [ 118.717225] CPU: 0 PID: 600 Comm: hwclock.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 118.728402] Hardware name: Generic DRA72X (Flattened Device Tree) [ 118.734786] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 118.742890] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 118.750447] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 118.758902] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 118.768095] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 118.776463] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 118.783470] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 118.791114] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 118.799753] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 118.808845] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 118.818300] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 118.826488] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 118.834397] ---[ end trace 6b9bd7e147ebd700 ]--- hwclock: can't open '/dev/misc/rtc': No such fil[ 118.840969] ------------[ cut here ]------------ e or directory [ 118.849774] WARNING: CPU: 0 PID: 600 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 118.858763] Modules linked in: [ 118.861965] CPU: 0 PID: 600 Comm: hwclock Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 118.872869] Hardware name: Generic DRA72X (Flattened Device Tree) [ 118.879247] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 118.887352] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 118.894910] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 118.903369] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 118.912553] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 118.920922] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 118.927932] [] (mmput) from [] (do_exit+0x288/0x914) [ 118.934937] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 118.942494] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 118.950768] ---[ end trace 6b9bd7e147ebd701 ]--- [ 118.956141] ------------[ cut here ]------------ [ 118.961003] WARNING: CPU: 0 PID: 599 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 118.968560] Modules linked in: [ 118.971769] CPU: 0 PID: 599 Comm: hwclock.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 118.982962] Hardware name: Generic DRA72X (Flattened Device Tree) [ 118.989340] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 118.997442] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.004991] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.013453] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.022641] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.031006] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 119.038016] [] (mmput) from [] (do_exit+0x288/0x914) [ 119.045032] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 119.052585] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 119.060860] ---[ end trace 6b9bd7e147ebd702 ]--- [ 119.067954] ------------[ cut here ]------------ [ 119.072819] WARNING: CPU: 0 PID: 602 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 119.080366] Modules linked in: [ 119.083561] CPU: 0 PID: 602 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 119.094008] Hardware name: Generic DRA72X (Flattened Device Tree) [ 119.100388] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 119.108488] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.116041] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.124501] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.133681] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.142047] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 119.149056] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 119.156697] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 119.165331] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 119.174423] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 119.183884] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 119.192074] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 119.199983] ---[ end trace 6b9bd7e147ebd703 ]--- [ 119.207321] ------------[ cut here ]------------ [ 119.212182] WARNING: CPU: 0 PID: 602 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 119.219733] Modules linked in: [ 119.222929] CPU: 0 PID: 602 Comm: date Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 119.233566] Hardware name: Generic DRA72X (Flattened Device Tree) [ 119.239944] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 119.248047] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.255600] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.264061] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.273249] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.281625] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 119.288634] [] (mmput) from [] (do_exit+0x288/0x914) [ 119.295643] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 119.303197] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 119.311485] ---[ end trace 6b9bd7e147ebd704 ]--- [ 119.322731] ------------[ cut here ]------------ [ 119.327576] WARNING: CPU: 0 PID: 601 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 119.335125] Modules linked in: [ 119.338319] CPU: 0 PID: 601 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 119.348769] Hardware name: Generic DRA72X (Flattened Device Tree) [ 119.355150] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 119.363246] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.370797] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.379248] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.388433] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.396805] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 119.403810] [] (mmput) from [] (do_exit+0x288/0x914) [ 119.410820] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 119.418372] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 119.426646] ---[ end trace 6b9bd7e147ebd705 ]--- [ 119.434065] ------------[ cut here ]------------ [ 119.438926] WARNING: CPU: 0 PID: 603 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 119.446473] Modules linked in: [ 119.449669] CPU: 0 PID: 603 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 119.460116] Hardware name: Generic DRA72X (Flattened Device Tree) [ 119.466495] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 119.474591] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.482138] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.490598] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.499788] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.508159] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 119.515172] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 119.522810] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 119.531459] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 119.540553] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 119.550015] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 119.558205] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 119.566114] ---[ end trace 6b9bd7e147ebd706 ]--- Thu Aug 21 19:25:00 UTC 2014 [ 119.572620] ------------[ cut here ]------------ [ 119.579936] WARNING: CPU: 0 PID: 603 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 119.587485] Modules linked in: [ 119.590691] CPU: 0 PID: 603 Comm: date Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 119.601330] Hardware name: Generic DRA72X (Flattened Device Tree) [ 119.607711] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 119.615811] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.623366] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.631818] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.641004] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.649371] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 119.656385] [] (mmput) from [] (do_exit+0x288/0x914) [ 119.663385] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 119.670938] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 119.679215] ---[ end trace 6b9bd7e147ebd707 ]--- [ 119.685295] ------------[ cut here ]------------ [ 119.690153] WARNING: CPU: 0 PID: 604 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 119.697703] Modules linked in: [ 119.700917] CPU: 0 PID: 604 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 119.711372] Hardware name: Generic DRA72X (Flattened Device Tree) [ 119.717756] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 119.725857] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.733409] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.741867] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.751050] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.759415] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 119.766425] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 119.774064] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 119.782707] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 119.791803] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 119.800624] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 119.809359] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 119.818816] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 119.827004] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 119.834917] ---[ end trace 6b9bd7e147ebd708 ]--- [ 119.845582] ------------[ cut here ]------------ [ 119.850440] WARNING: CPU: 0 PID: 605 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 119.857994] Modules linked in: [ 119.861196] CPU: 0 PID: 605 Comm: hwclock.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 119.872383] Hardware name: Generic DRA72X (Flattened Device Tree) [ 119.878764] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 119.886868] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 119.894426] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 119.902881] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 119.912065] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 119.920439] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 119.927453] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 119.935100] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 119.943736] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 119.952834] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 119.962291] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 119.970477] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 119.978389] ---[ end trace 6b9bd7e147ebd709 ]--- hwclock: can't open '/dev/misc/rtc': No such fil[ 119.984914] ------------[ cut here ]------------ e or directory [ 119.993627] WARNING: CPU: 0 PID: 605 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.002617] Modules linked in: [ 120.005820] CPU: 0 PID: 605 Comm: hwclock Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.016727] Hardware name: Generic DRA72X (Flattened Device Tree) [ 120.023103] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.031210] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.038767] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.047233] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.056423] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.064791] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.071801] [] (mmput) from [] (do_exit+0x288/0x914) [ 120.078807] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 120.086356] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 120.094633] ---[ end trace 6b9bd7e147ebd70a ]--- [ 120.099987] ------------[ cut here ]------------ [ 120.104824] WARNING: CPU: 0 PID: 604 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.112375] Modules linked in: [ 120.115572] CPU: 0 PID: 604 Comm: hwclock.sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.126749] Hardware name: Generic DRA72X (Flattened Device Tree) [ 120.133122] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.141227] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.148780] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.157243] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.166432] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.174801] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.181808] [] (mmput) from [] (do_exit+0x288/0x914) [ 120.188816] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 120.196372] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 120.204644] ---[ end trace 6b9bd7e147ebd70b ]--- [ 120.210038] ------------[ cut here ]------------ [ 120.214879] WARNING: CPU: 0 PID: 596 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.222430] Modules linked in: [ 120.225630] CPU: 0 PID: 596 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.236081] Hardware name: Generic DRA72X (Flattened Device Tree) [ 120.242456] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.250565] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.258117] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.266576] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.275759] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.284125] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.291127] [] (mmput) from [] (do_exit+0x288/0x914) [ 120.298140] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 120.305698] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 120.313970] ---[ end trace 6b9bd7e147ebd70c ]--- [ 120.319883] ------------[ cut here ]------------ [ 120.324715] WARNING: CPU: 0 PID: 57 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.332174] Modules linked in: [ 120.335376] CPU: 0 PID: 57 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.345735] Hardware name: Generic DRA72X (Flattened Device Tree) [ 120.352116] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.360213] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.367768] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.376226] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.385405] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.393768] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.400776] [] (mmput) from [] (do_exit+0x288/0x914) [ 120.407784] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 120.415337] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 120.423601] ---[ end trace 6b9bd7e147ebd70d ]--- [ 120.429026] ------------[ cut here ]------------ [ 120.433886] WARNING: CPU: 0 PID: 606 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.441434] Modules linked in: [ 120.444627] CPU: 0 PID: 606 Comm: init Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.455259] Hardware name: Generic DRA72X (Flattened Device Tree) [ 120.461637] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.469736] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.477294] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.485758] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.494946] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.503312] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.510313] [] (mmput) from [] (do_exit+0x288/0x914) [ 120.517322] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 120.524882] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 120.533156] ---[ end trace 6b9bd7e147ebd70e ]--- [ 120.538222] ------------[ cut here ]------------ [ 120.543067] WARNING: CPU: 0 PID: 56 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.550527] Modules linked in: [ 120.553721] CPU: 0 PID: 56 Comm: init Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.564263] Hardware name: Generic DRA72X (Flattened Device Tree) [ 120.570644] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.578745] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.586298] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.594751] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.603932] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.612304] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.619307] [] (mmput) from [] (do_exit+0x288/0x914) [ 120.626326] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 120.633882] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 120.642150] ---[ end trace 6b9bd7e147ebd70f ]--- INIT: Entering runlevel: 5 [ 120.649068] ------------[ cut here ]------------ [ 120.655675] WARNING: CPU: 0 PID: 607 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.663239] Modules linked in: [ 120.666441] CPU: 0 PID: 607 Comm: init Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.677072] Hardware name: Generic DRA72X (Flattened Device Tree) [ 120.683452] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.691555] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.699109] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.707569] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.716752] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.725121] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.732123] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 120.739770] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 120.748403] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 120.757499] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 120.766319] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 120.775049] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 120.784500] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 120.792685] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 120.800590] ---[ end trace 6b9bd7e147ebd710 ]--- [ 120.810795] ------------[ cut here ]------------ [ 120.815657] WARNING: CPU: 0 PID: 608 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.823214] Modules linked in: [ 120.826423] CPU: 0 PID: 608 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.836887] Hardware name: Generic DRA72X (Flattened Device Tree) [ 120.843272] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.851385] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.858949] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 120.867407] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 120.876592] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 120.884957] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 120.891965] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 120.899609] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 120.908250] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 120.917344] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 120.926799] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 120.934979] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 120.942888] ---[ end trace 6b9bd7e147ebd711 ]--- [ 120.949013] ------------[ cut here ]------------ [ 120.953875] WARNING: CPU: 0 PID: 608 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 120.961433] Modules linked in: [ 120.964628] CPU: 0 PID: 608 Comm: stty Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 120.975264] Hardware name: Generic DRA72X (Flattened Device Tree) [ 120.981653] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.989759] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 120.997322] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.005784] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.014976] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.023345] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 121.030352] [] (mmput) from [] (do_exit+0x288/0x914) [ 121.037361] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 121.044916] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 121.053188] ---[ end trace 6b9bd7e147ebd712 ]--- [ 121.065146] ------------[ cut here ]------------ [ 121.069992] WARNING: CPU: 0 PID: 609 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 121.077544] Modules linked in: [ 121.080742] CPU: 0 PID: 609 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 121.091197] Hardware name: Generic DRA72X (Flattened Device Tree) [ 121.097581] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 121.105688] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 121.113242] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.121705] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.130899] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.139263] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 121.146272] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 121.153917] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 121.162570] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 121.171663] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 121.180488] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 121.189218] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 121.198673] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 121.206854] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 121.214760] ---[ end trace 6b9bd7e147ebd713 ]--- [ 121.225098] ------------[ cut here ]------------ [ 121.229950] WARNING: CPU: 0 PID: 611 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 121.237501] Modules linked in: [ 121.240705] CPU: 0 PID: 611 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 121.252151] Hardware name: Generic DRA72X (Flattened Device Tree) [ 121.258533] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 121.266632] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 121.274194] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.282657] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.291847] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.300218] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 121.307226] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 121.314868] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 121.323508] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 121.332593] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 121.342046] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 121.350231] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 121.358137] ---[ end trace 6b9bd7e147ebd714 ]--- [ 121.363873] ------------[ cut here ]------------ [ 121.368731] WARNING: CPU: 0 PID: 610 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 121.376288] Modules linked in: [ 121.379483] CPU: 0 PID: 610 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 121.390927] Hardware name: Generic DRA72X (Flattened Device Tree) [ 121.397315] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 121.405420] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 121.412983] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.421451] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.430638] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.439005] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 121.446011] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 121.453652] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 121.462293] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 121.471387] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 121.480850] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 121.489035] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 121.496944] ---[ end trace 6b9bd7e147ebd715 ]--- [ 121.511419] ------------[ cut here ]------------ [ 121.516271] WARNING: CPU: 0 PID: 610 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 121.523813] Modules linked in: [ 121.527022] CPU: 0 PID: 610 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 121.537574] Hardware name: Generic DRA72X (Flattened Device Tree) [ 121.543957] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 121.552064] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 121.559622] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.568082] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.577267] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.585637] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 121.592642] [] (mmput) from [] (do_exit+0x288/0x914) [ 121.599648] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 121.607200] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 121.615475] ---[ end trace 6b9bd7e147ebd716 ]--- [ 121.620498] ------------[ cut here ]------------ [ 121.625352] WARNING: CPU: 0 PID: 611 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 121.632903] Modules linked in: [ 121.636110] CPU: 0 PID: 611 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 121.646748] Hardware name: Generic DRA72X (Flattened Device Tree) [ 121.653136] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 121.661233] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 121.668784] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.677248] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.686440] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.694813] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 121.701823] [] (mmput) from [] (do_exit+0x288/0x914) [ 121.708830] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 121.716392] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 121.724667] ---[ end trace 6b9bd7e147ebd717 ]--- [ 121.731175] ------------[ cut here ]------------ [ 121.736036] WARNING: CPU: 0 PID: 613 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 121.743581] Modules linked in: [ 121.746781] CPU: 0 PID: 613 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 121.758230] Hardware name: Generic DRA72X (Flattened Device Tree) [ 121.764610] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 121.772712] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 121.780262] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.788725] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.797910] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.806288] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 121.813296] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 121.820937] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 121.829576] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 121.838666] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 121.848122] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 121.856307] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 121.864216] ---[ end trace 6b9bd7e147ebd718 ]--- [ 121.870013] ------------[ cut here ]------------ [ 121.874856] WARNING: CPU: 0 PID: 612 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 121.882401] Modules linked in: [ 121.885604] CPU: 0 PID: 612 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 121.897056] Hardware name: Generic DRA72X (Flattened Device Tree) [ 121.903429] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 121.911531] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 121.919080] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 121.927551] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 121.936729] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 121.945099] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 121.952107] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 121.959747] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 121.968384] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 121.977485] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 121.986940] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 121.995124] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 122.003038] ---[ end trace 6b9bd7e147ebd719 ]--- [ 122.011174] ------------[ cut here ]------------ [ 122.016033] WARNING: CPU: 0 PID: 612 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 122.023587] Modules linked in: [ 122.026798] CPU: 0 PID: 612 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 122.037341] Hardware name: Generic DRA72X (Flattened Device Tree) [ 122.043720] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 122.051822] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 122.059390] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 122.067867] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 122.077049] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 122.085424] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.092434] [] (mmput) from [] (do_exit+0x288/0x914) [ 122.099445] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 122.107001] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 122.115272] ---[ end trace 6b9bd7e147ebd71a ]--- [ 122.121305] ------------[ cut here ]------------ [ 122.126173] WARNING: CPU: 0 PID: 613 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 122.133735] Modules linked in: [ 122.136944] CPU: 0 PID: 613 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 122.147586] Hardware name: Generic DRA72X (Flattened Device Tree) [ 122.153970] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 122.162080] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 122.169644] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 122.178111] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 122.187303] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 122.195676] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.202694] [] (mmput) from [] (do_exit+0x288/0x914) [ 122.209699] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 122.217255] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 122.225526] ---[ end trace 6b9bd7e147ebd71b ]--- [ 122.232106] ------------[ cut here ]------------ [ 122.236967] WARNING: CPU: 0 PID: 615 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 122.244512] Modules linked in: [ 122.247715] CPU: 0 PID: 615 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 122.259155] Hardware name: Generic DRA72X (Flattened Device Tree) [ 122.265538] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 122.273634] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 122.281189] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 122.289647] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 122.298833] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 122.307211] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.314216] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 122.321861] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 122.330511] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 122.339605] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 122.349058] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 122.357241] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 122.365150] ---[ end trace 6b9bd7e147ebd71c ]--- [ 122.370905] ------------[ cut here ]------------ [ 122.375752] WARNING: CPU: 0 PID: 614 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 122.383293] Modules linked in: [ 122.386493] CPU: 0 PID: 614 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 122.397938] Hardware name: Generic DRA72X (Flattened Device Tree) [ 122.404314] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 122.412414] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 122.419982] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 122.428443] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 122.437635] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 122.446006] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.453009] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 122.460653] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 122.469297] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 122.478390] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 122.487845] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 122.496031] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 122.503945] ---[ end trace 6b9bd7e147ebd71d ]--- [ 122.512112] ------------[ cut here ]------------ [ 122.516964] WARNING: CPU: 0 PID: 614 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 122.524515] Modules linked in: [ 122.527723] CPU: 0 PID: 614 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 122.538270] Hardware name: Generic DRA72X (Flattened Device Tree) [ 122.544642] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 122.552743] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 122.560301] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 122.568753] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 122.577935] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 122.586304] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.593313] [] (mmput) from [] (do_exit+0x288/0x914) [ 122.600316] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 122.607865] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 122.616136] ---[ end trace 6b9bd7e147ebd71e ]--- [ 122.621555] ------------[ cut here ]------------ [ 122.626410] WARNING: CPU: 0 PID: 615 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 122.633956] Modules linked in: [ 122.637161] CPU: 0 PID: 615 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 122.647788] Hardware name: Generic DRA72X (Flattened Device Tree) [ 122.654170] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 122.662271] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 122.669828] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 122.678280] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 122.687466] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 122.695838] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.702843] [] (mmput) from [] (do_exit+0x288/0x914) [ 122.709852] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 122.717405] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 122.725674] ---[ end trace 6b9bd7e147ebd71f ]--- Configuring network interfaces... [ 122.732015] ------------[ cut here ]------------ [ 122.738966] WARNING: CPU: 0 PID: 616 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 122.746520] Modules linked in: [ 122.749715] CPU: 0 PID: 616 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 122.761168] Hardware name: Generic DRA72X (Flattened Device Tree) [ 122.767556] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 122.775664] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 122.783223] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 122.791683] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 122.800863] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 122.809238] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.816245] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 122.823894] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 122.832535] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 122.841629] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 122.851080] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 122.859266] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 122.867175] ---[ end trace 6b9bd7e147ebd720 ]--- [ 122.881017] ------------[ cut here ]------------ [ 122.885869] WARNING: CPU: 0 PID: 617 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 122.893413] Modules linked in: [ 122.896613] CPU: 0 PID: 617 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 122.907067] Hardware name: Generic DRA72X (Flattened Device Tree) [ 122.913449] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 122.921550] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 122.929106] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 122.937569] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 122.946765] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 122.955130] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 122.962139] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 122.969779] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 122.978417] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 122.987510] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 122.996971] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 123.005159] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 123.013069] ---[ end trace 6b9bd7e147ebd721 ]--- [ 123.021915] ------------[ cut here ]------------ [ 123.026768] WARNING: CPU: 0 PID: 618 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.034313] Modules linked in: [ 123.037517] CPU: 0 PID: 618 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.048605] Hardware name: Generic DRA72X (Flattened Device Tree) [ 123.054987] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.063095] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.070654] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.079111] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.088292] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.096665] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.103673] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 123.111316] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 123.119963] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 123.129058] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 123.137883] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 123.146613] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 123.156067] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 123.164253] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 123.172167] ---[ end trace 6b9bd7e147ebd722 ]--- [ 123.181177] ------------[ cut here ]------------ [ 123.186033] WARNING: CPU: 0 PID: 618 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.193584] Modules linked in: [ 123.196786] CPU: 0 PID: 618 Comm: nfsroot Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.207690] Hardware name: Generic DRA72X (Flattened Device Tree) [ 123.214069] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.222169] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.229727] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.238186] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.247377] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.255750] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.262754] [] (mmput) from [] (do_exit+0x288/0x914) [ 123.269763] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 123.277312] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 123.285590] ---[ end trace 6b9bd7e147ebd723 ]--- [ 123.290705] ------------[ cut here ]------------ [ 123.295561] WARNING: CPU: 0 PID: 617 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.303107] Modules linked in: [ 123.306312] CPU: 0 PID: 617 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.317392] Hardware name: Generic DRA72X (Flattened Device Tree) [ 123.323778] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.331883] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.339443] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.347906] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.357089] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.365456] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.372459] [] (mmput) from [] (do_exit+0x288/0x914) [ 123.379464] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 123.387017] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 123.395287] ---[ end trace 6b9bd7e147ebd724 ]--- [ 123.404236] ------------[ cut here ]------------ [ 123.409107] WARNING: CPU: 0 PID: 619 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.416655] Modules linked in: [ 123.419856] CPU: 0 PID: 619 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.430301] Hardware name: Generic DRA72X (Flattened Device Tree) [ 123.436682] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.444780] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.452333] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.460790] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.469978] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.478348] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.485353] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 123.492994] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 123.501636] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 123.510740] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 123.520195] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 123.528390] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 123.536303] ---[ end trace 6b9bd7e147ebd725 ]--- [ 123.548543] ------------[ cut here ]------------ [ 123.553389] WARNING: CPU: 0 PID: 619 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.560937] Modules linked in: [ 123.564131] CPU: 0 PID: 619 Comm: ifconfig Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.575129] Hardware name: Generic DRA72X (Flattened Device Tree) [ 123.581513] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.589607] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.597161] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.605628] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.614807] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.623175] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.630180] [] (mmput) from [] (do_exit+0x288/0x914) [ 123.637187] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 123.644733] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 123.653010] ---[ end trace 6b9bd7e147ebd726 ]--- [ 123.662058] ------------[ cut here ]------------ [ 123.666932] WARNING: CPU: 0 PID: 620 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.674490] Modules linked in: [ 123.677695] CPU: 0 PID: 620 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.688147] Hardware name: Generic DRA72X (Flattened Device Tree) [ 123.694530] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.702638] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.710195] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.718651] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.727837] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.736209] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.743215] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 123.750857] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 123.759501] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 123.768592] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 123.778048] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 123.786239] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 123.794158] ---[ end trace 6b9bd7e147ebd727 ]--- [ 123.801464] ------------[ cut here ]------------ [ 123.806314] WARNING: CPU: 0 PID: 620 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.813854] Modules linked in: [ 123.817053] CPU: 0 PID: 620 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.828136] Hardware name: Generic DRA72X (Flattened Device Tree) [ 123.834516] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.842613] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.850167] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.858627] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.867812] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.876176] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.883178] [] (mmput) from [] (do_exit+0x288/0x914) [ 123.890195] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 123.897739] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 123.906022] ---[ end trace 6b9bd7e147ebd728 ]--- [ 123.916142] ------------[ cut here ]------------ [ 123.920997] WARNING: CPU: 0 PID: 622 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 123.928542] Modules linked in: [ 123.931740] CPU: 0 PID: 622 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 123.942192] Hardware name: Generic DRA72X (Flattened Device Tree) [ 123.948573] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 123.956677] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 123.964238] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 123.972699] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 123.981889] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 123.990259] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 123.997269] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 124.004913] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 124.013567] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 124.022664] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 124.032115] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 124.040300] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 124.048210] ---[ end trace 6b9bd7e147ebd729 ]--- [ 124.054606] ------------[ cut here ]------------ [ 124.059474] WARNING: CPU: 0 PID: 622 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 124.067032] Modules linked in: [ 124.070240] CPU: 0 PID: 622 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 124.080879] Hardware name: Generic DRA72X (Flattened Device Tree) [ 124.087263] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 124.095376] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 124.102939] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 124.111406] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 124.120602] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 124.128977] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 124.135988] [] (mmput) from [] (do_exit+0x288/0x914) [ 124.142997] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 124.150545] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 124.158813] ---[ end trace 6b9bd7e147ebd72a ]--- [ 124.164120] ------------[ cut here ]------------ [ 124.168965] WARNING: CPU: 0 PID: 621 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 124.176513] Modules linked in: [ 124.179706] CPU: 0 PID: 621 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 124.190156] Hardware name: Generic DRA72X (Flattened Device Tree) [ 124.196532] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 124.204638] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 124.212193] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 124.220656] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 124.229841] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 124.238209] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 124.245215] [] (mmput) from [] (do_exit+0x288/0x914) [ 124.252218] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 124.259769] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 124.268043] ---[ end trace 6b9bd7e147ebd72b ]--- [ 124.277041] ------------[ cut here ]------------ [ 124.281896] WARNING: CPU: 0 PID: 623 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 124.289445] Modules linked in: [ 124.292649] CPU: 0 PID: 623 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 124.303095] Hardware name: Generic DRA72X (Flattened Device Tree) [ 124.309472] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 124.317572] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 124.325122] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 124.333590] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 124.342772] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 124.351143] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 124.358150] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 124.365796] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 124.374437] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 124.383533] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 124.392985] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 124.401178] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 124.409092] ---[ end trace 6b9bd7e147ebd72c ]--- [ 124.415858] ------------[ cut here ]------------ [ 124.420712] WARNING: CPU: 0 PID: 624 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 124.428257] Modules linked in: [ 124.431457] CPU: 0 PID: 624 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 124.442537] Hardware name: Generic DRA72X (Flattened Device Tree) [ 124.448914] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 124.457016] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 124.464569] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 124.473033] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 124.482218] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 124.490580] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 124.497587] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 124.505231] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 124.513871] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 124.522965] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 124.531795] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 124.540525] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 124.549988] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 124.558171] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 124.566081] ---[ end trace 6b9bd7e147ebd72d ]--- [ 124.576735] ------------[ cut here ]------------ [ 124.581588] WARNING: CPU: 0 PID: 624 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 124.589136] Modules linked in: [ 124.592335] CPU: 0 PID: 624 Comm: nfsroot Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 124.603240] Hardware name: Generic DRA72X (Flattened Device Tree) [ 124.609620] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 124.617724] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 124.625282] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 124.633739] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 124.642925] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 124.651301] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 124.658311] [] (mmput) from [] (do_exit+0x288/0x914) [ 124.665314] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 124.672874] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 124.681146] ---[ end trace 6b9bd7e147ebd72e ]--- [ 124.686225] ------------[ cut here ]------------ [ 124.691076] WARNING: CPU: 0 PID: 623 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 124.698635] Modules linked in: [ 124.701843] CPU: 0 PID: 623 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 124.712927] Hardware name: Generic DRA72X (Flattened Device Tree) [ 124.719314] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 124.727417] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 124.734976] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 124.743443] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 124.752632] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 124.761007] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 124.768014] [] (mmput) from [] (do_exit+0x288/0x914) [ 124.775019] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 124.782571] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 124.790840] ---[ end trace 6b9bd7e147ebd72f ]--- [ 124.799797] ------------[ cut here ]------------ [ 124.804625] WARNING: CPU: 0 PID: 625 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 124.812175] Modules linked in: [ 124.815376] CPU: 0 PID: 625 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 124.825824] Hardware name: Generic DRA72X (Flattened Device Tree) [ 124.832206] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 124.840310] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 124.847868] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 124.856337] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 124.865527] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 124.873893] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 124.880901] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 124.888550] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 124.897192] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 124.906291] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 124.915747] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 124.923933] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 124.931844] ---[ end trace 6b9bd7e147ebd730 ]--- [ 124.940139] ------------[ cut here ]------------ [ 124.944981] WARNING: CPU: 0 PID: 625 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 124.952532] Modules linked in: [ 124.955733] CPU: 0 PID: 625 Comm: ifconfig Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 124.966725] Hardware name: Generic DRA72X (Flattened Device Tree) [ 124.973102] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 124.981202] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 124.988755] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 124.997217] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 125.006412] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 125.014781] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 125.021791] [] (mmput) from [] (do_exit+0x288/0x914) [ 125.028798] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 125.036355] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 125.044629] ---[ end trace 6b9bd7e147ebd731 ]--- [ 125.053741] ------------[ cut here ]------------ [ 125.058597] WARNING: CPU: 0 PID: 626 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 125.066145] Modules linked in: [ 125.069336] CPU: 0 PID: 626 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 125.079786] Hardware name: Generic DRA72X (Flattened Device Tree) [ 125.086168] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 125.094268] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 125.101827] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 125.110284] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 125.119474] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 125.127843] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 125.134856] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 125.142500] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 125.151135] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 125.160230] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 125.169688] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 125.177874] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 125.185782] ---[ end trace 6b9bd7e147ebd732 ]--- udhcpc (v1.22.1) started [ 125.207461] ------------[ cut here ]------------ [ 125.212320] WARNING: CPU: 0 PID: 627 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 125.219867] Modules linked in: [ 125.223063] CPU: 0 PID: 627 Comm: default.script Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 125.234599] Hardware name: Generic DRA72X (Flattened Device Tree) [ 125.240982] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 125.249080] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 125.256635] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 125.265094] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 125.274278] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 125.282650] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 125.289656] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 125.297301] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 125.305950] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 125.315045] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 125.324504] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 125.332695] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 125.340609] ---[ end trace 6b9bd7e147ebd733 ]--- [ 125.349542] ------------[ cut here ]------------ [ 125.354403] WARNING: CPU: 0 PID: 628 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 125.361959] Modules linked in: [ 125.365165] CPU: 0 PID: 628 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 125.376251] Hardware name: Generic DRA72X (Flattened Device Tree) [ 125.382637] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 125.390742] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 125.398300] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 125.406767] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 125.415944] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 125.424313] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 125.431320] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 125.438956] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 125.447599] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 125.456699] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 125.465521] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 125.474252] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 125.483712] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 125.491897] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 125.499809] ---[ end trace 6b9bd7e147ebd734 ]--- [ 125.511875] ------------[ cut here ]------------ [ 125.516735] WARNING: CPU: 0 PID: 630 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 125.524293] Modules linked in: [ 125.527504] CPU: 0 PID: 630 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 125.538588] Hardware name: Generic DRA72X (Flattened Device Tree) [ 125.544973] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 125.553073] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 125.560640] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 125.569098] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 125.578286] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 125.586661] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 125.593673] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 125.601313] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 125.609954] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 125.619048] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 125.628497] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 125.636695] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 125.644604] ---[ end trace 6b9bd7e147ebd735 ]--- [ 125.656717] ------------[ cut here ]------------ [ 125.661558] WARNING: CPU: 0 PID: 629 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 125.669111] Modules linked in: [ 125.672312] CPU: 0 PID: 629 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 125.683402] Hardware name: Generic DRA72X (Flattened Device Tree) [ 125.689779] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 125.697887] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 125.705443] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 125.713903] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 125.723092] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 125.731454] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 125.738461] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 125.746109] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 125.754750] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 125.763844] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 125.773308] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 125.781504] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 125.789414] ---[ end trace 6b9bd7e147ebd736 ]--- [ 125.798082] ------------[ cut here ]------------ [ 125.802941] WARNING: CPU: 0 PID: 629 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 125.810491] Modules linked in: [ 125.813685] CPU: 0 PID: 629 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 125.824227] Hardware name: Generic DRA72X (Flattened Device Tree) [ 125.830609] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 125.838714] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 125.846267] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 125.854722] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 125.863907] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 125.872280] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 125.879293] [] (mmput) from [] (do_exit+0x288/0x914) [ 125.886305] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 125.893857] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 125.902133] ---[ end trace 6b9bd7e147ebd737 ]--- [ 125.907125] ------------[ cut here ]------------ [ 125.911980] WARNING: CPU: 0 PID: 630 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 125.919533] Modules linked in: [ 125.922739] CPU: 0 PID: 630 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 125.933372] Hardware name: Generic DRA72X (Flattened Device Tree) [ 125.939753] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 125.947858] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 125.955416] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 125.963875] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 125.973057] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 125.981429] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 125.988434] [] (mmput) from [] (do_exit+0x288/0x914) [ 125.995440] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 126.002994] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 126.011265] ---[ end trace 6b9bd7e147ebd738 ]--- [ 126.019415] ------------[ cut here ]------------ [ 126.024276] WARNING: CPU: 0 PID: 631 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 126.031826] Modules linked in: [ 126.035033] CPU: 0 PID: 631 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 126.046123] Hardware name: Generic DRA72X (Flattened Device Tree) [ 126.052511] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 126.060617] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 126.068170] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 126.076635] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 126.085826] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 126.094197] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 126.101208] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 126.108853] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 126.117499] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 126.126596] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 126.136049] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 126.144238] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 126.152147] ---[ end trace 6b9bd7e147ebd739 ]--- [ 126.179897] ------------[ cut here ]------------ [ 126.184728] WARNING: CPU: 0 PID: 631 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 126.192284] Modules linked in: [ 126.195488] CPU: 0 PID: 631 Comm: ip Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 126.205943] Hardware name: Generic DRA72X (Flattened Device Tree) [ 126.212324] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 126.220430] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 126.227991] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 126.236449] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 126.245639] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 126.254008] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 126.261018] [] (mmput) from [] (do_exit+0x288/0x914) [ 126.268024] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 126.275576] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 126.283856] ---[ end trace 6b9bd7e147ebd73a ]--- [ 126.290149] ------------[ cut here ]------------ [ 126.294997] WARNING: CPU: 0 PID: 632 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 126.302543] Modules linked in: [ 126.305745] CPU: 0 PID: 632 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 126.316828] Hardware name: Generic DRA72X (Flattened Device Tree) [ 126.323199] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 126.331302] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 126.338860] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 126.347322] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 126.356511] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 126.364881] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 126.371887] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 126.379532] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 126.388171] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 126.397257] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 126.406713] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 126.414896] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 126.422803] ---[ end trace 6b9bd7e147ebd73b ]--- [ 126.431506] ------------[ cut here ]------------ [ 126.436354] WARNING: CPU: 0 PID: 632 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 126.443898] Modules linked in: [ 126.447098] CPU: 0 PID: 632 Comm: ip Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 126.457545] Hardware name: Generic DRA72X (Flattened Device Tree) [ 126.463924] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 126.472023] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 126.479576] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 126.488037] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 126.497219] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 126.505588] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 126.512588] [] (mmput) from [] (do_exit+0x288/0x914) [ 126.519597] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 126.527159] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 126.535443] ---[ end trace 6b9bd7e147ebd73c ]--- [ 126.540985] ------------[ cut here ]------------ [ 126.545846] WARNING: CPU: 0 PID: 628 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 126.553401] Modules linked in: [ 126.556607] CPU: 0 PID: 628 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 126.567697] Hardware name: Generic DRA72X (Flattened Device Tree) [ 126.574082] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 126.582192] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 126.589754] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 126.598212] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 126.607404] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 126.615771] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 126.622787] [] (mmput) from [] (do_exit+0x288/0x914) [ 126.629799] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 126.637354] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 126.645629] ---[ end trace 6b9bd7e147ebd73d ]--- [ 126.650729] ------------[ cut here ]------------ [ 126.655572] WARNING: CPU: 0 PID: 627 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 126.663124] Modules linked in: [ 126.666325] CPU: 0 PID: 627 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 126.677413] Hardware name: Generic DRA72X (Flattened Device Tree) [ 126.683783] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 126.691878] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 126.699427] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 126.707894] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 126.717079] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 126.725453] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 126.732465] [] (mmput) from [] (do_exit+0x288/0x914) [ 126.739470] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 126.747023] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 126.755297] ---[ end trace 6b9bd7e147ebd73e ]--- Sending discover... Sending select for 192.168.0.106... Lease of 192.168.0.106 obtained, lease time 600 [ 127.810786] ------------[ cut here ]------------ [ 127.815644] WARNING: CPU: 0 PID: 633 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 127.823196] Modules linked in: [ 127.826400] CPU: 0 PID: 633 Comm: default.script Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 127.837935] Hardware name: Generic DRA72X (Flattened Device Tree) [ 127.844317] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 127.852420] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 127.859982] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 127.868434] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 127.877618] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 127.885987] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 127.892995] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 127.900635] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 127.909272] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 127.918363] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 127.927816] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 127.936004] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 127.943915] ---[ end trace 6b9bd7e147ebd73f ]--- [ 127.950689] ------------[ cut here ]------------ [ 127.955538] WARNING: CPU: 0 PID: 634 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 127.963085] Modules linked in: [ 127.966287] CPU: 0 PID: 634 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 127.977371] Hardware name: Generic DRA72X (Flattened Device Tree) [ 127.983750] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 127.991852] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 127.999405] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.007866] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.017064] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.025433] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.032441] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 128.040085] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 128.048725] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 128.057813] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 128.066632] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 128.075360] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 128.084814] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 128.092999] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 128.100913] ---[ end trace 6b9bd7e147ebd740 ]--- [ 128.112346] ------------[ cut here ]------------ [ 128.117203] WARNING: CPU: 0 PID: 635 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 128.124745] Modules linked in: [ 128.127941] CPU: 0 PID: 635 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 128.139030] Hardware name: Generic DRA72X (Flattened Device Tree) [ 128.145411] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 128.153512] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 128.161066] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.169532] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.178715] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.187084] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.194095] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 128.201740] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 128.210381] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 128.219468] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 128.228919] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 128.237112] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 128.245030] ---[ end trace 6b9bd7e147ebd741 ]--- [ 128.251739] ------------[ cut here ]------------ [ 128.256608] WARNING: CPU: 0 PID: 635 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 128.264168] Modules linked in: [ 128.267373] CPU: 0 PID: 635 Comm: ip Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 128.277830] Hardware name: Generic DRA72X (Flattened Device Tree) [ 128.284217] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 128.292326] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 128.299894] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.308364] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.317550] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.325919] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.332928] [] (mmput) from [] (do_exit+0x288/0x914) [ 128.339936] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 128.347484] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 128.355759] ---[ end trace 6b9bd7e147ebd742 ]--- [ 128.362489] ------------[ cut here ]------------ [ 128.367346] WARNING: CPU: 0 PID: 637 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 128.374897] Modules linked in: [ 128.378090] CPU: 0 PID: 637 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 128.389171] Hardware name: Generic DRA72X (Flattened Device Tree) [ 128.395551] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 128.403653] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 128.411210] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.419669] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.428850] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.437214] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.444223] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 128.451864] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 128.460508] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 128.469603] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 128.479051] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 128.487240] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 128.495152] ---[ end trace 6b9bd7e147ebd743 ]--- [ 128.500996] ------------[ cut here ]------------ [ 128.505851] WARNING: CPU: 0 PID: 636 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 128.513402] Modules linked in: [ 128.516611] CPU: 0 PID: 636 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 128.527708] Hardware name: Generic DRA72X (Flattened Device Tree) [ 128.534090] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 128.542193] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 128.549762] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.558217] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.567404] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.575776] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.582787] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 128.590434] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 128.599073] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 128.608165] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 128.617621] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 128.625808] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 128.633713] ---[ end trace 6b9bd7e147ebd744 ]--- [ 128.642231] ------------[ cut here ]------------ [ 128.647086] WARNING: CPU: 0 PID: 636 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 128.654635] Modules linked in: [ 128.657835] CPU: 0 PID: 636 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 128.668379] Hardware name: Generic DRA72X (Flattened Device Tree) [ 128.674758] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 128.682863] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 128.690422] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.698882] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.708069] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.716437] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.723449] [] (mmput) from [] (do_exit+0x288/0x914) [ 128.730461] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 128.738016] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 128.746290] ---[ end trace 6b9bd7e147ebd745 ]--- [ 128.751604] ------------[ cut here ]------------ [ 128.756455] WARNING: CPU: 0 PID: 637 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 128.764010] Modules linked in: [ 128.767225] CPU: 0 PID: 637 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 128.777861] Hardware name: Generic DRA72X (Flattened Device Tree) [ 128.784246] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 128.792344] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 128.799901] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.808358] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.817542] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.825912] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.832918] [] (mmput) from [] (do_exit+0x288/0x914) [ 128.839927] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 128.847479] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 128.855753] ---[ end trace 6b9bd7e147ebd746 ]--- [ 128.862206] ------------[ cut here ]------------ [ 128.867068] WARNING: CPU: 0 PID: 638 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 128.874621] Modules linked in: [ 128.877830] CPU: 0 PID: 638 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 128.888923] Hardware name: Generic DRA72X (Flattened Device Tree) [ 128.895310] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 128.903414] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 128.910968] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 128.919424] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 128.928610] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 128.936984] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 128.943989] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 128.951634] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 128.960277] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 128.969365] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 128.978825] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 128.987016] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 128.994927] ---[ end trace 6b9bd7e147ebd747 ]--- [ 129.001507] ------------[ cut here ]------------ [ 129.006368] WARNING: CPU: 0 PID: 638 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 129.013922] Modules linked in: [ 129.017125] CPU: 0 PID: 638 Comm: ip Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 129.027571] Hardware name: Generic DRA72X (Flattened Device Tree) [ 129.033947] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 129.042045] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 129.049598] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 129.058057] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 129.067243] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 129.075611] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 129.082622] [] (mmput) from [] (do_exit+0x288/0x914) [ 129.089629] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 129.097177] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 129.105444] ---[ end trace 6b9bd7e147ebd748 ]--- [ 129.111662] ------------[ cut here ]------------ [ 129.116524] WARNING: CPU: 0 PID: 639 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 129.124086] Modules linked in: [ 129.127287] CPU: 0 PID: 639 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 129.138375] Hardware name: Generic DRA72X (Flattened Device Tree) [ 129.144754] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 129.152851] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 129.160405] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 129.168863] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 129.178058] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 129.186423] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 129.193434] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 129.201072] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 129.209709] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 129.218804] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 129.228257] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 129.236441] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 129.244349] ---[ end trace 6b9bd7e147ebd749 ]--- [ 129.250875] ------------[ cut here ]------------ [ 129.255727] WARNING: CPU: 0 PID: 639 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 129.263275] Modules linked in: [ 129.266475] CPU: 0 PID: 639 Comm: ip Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 129.276931] Hardware name: Generic DRA72X (Flattened Device Tree) [ 129.283309] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 129.291408] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 129.298966] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 129.307423] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 129.316612] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 129.324980] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 129.331986] [] (mmput) from [] (do_exit+0x288/0x914) [ 129.338992] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 129.346541] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 129.354817] ---[ end trace 6b9bd7e147ebd74a ]--- [ 129.360773] ------------[ cut here ]------------ [ 129.365630] WARNING: CPU: 0 PID: 634 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 129.373170] Modules linked in: [ 129.376370] CPU: 0 PID: 634 Comm: 50default Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 129.387457] Hardware name: Generic DRA72X (Flattened Device Tree) [ 129.393833] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 129.401931] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 129.409486] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 129.417945] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 129.427128] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 129.435496] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 129.442500] [] (mmput) from [] (do_exit+0x288/0x914) [ 129.449506] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 129.457057] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 129.465336] ---[ end trace 6b9bd7e147ebd74b ]--- /etc/udhcpc.d/50default: Adding DNS 192.0.2.2 [ 129.470596] ------------[ cut here ]------------ /etc/udhcpc.d/50default: Adding DNS 192.0.2.3 [ 129.479117] WARNING: CPU: 0 PID: 633 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 129.490805] Modules linked in: [ 129.494164] CPU: 0 PID: 633 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 129.505254] Hardware name: Generic DRA72X (Flattened Device Tree) [ 129.511630] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 129.519727] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 129.527285] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 129.535751] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 129.544940] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 129.553313] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 129.560321] [] (mmput) from [] (do_exit+0x288/0x914) [ 129.567327] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 129.574878] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 129.583148] ---[ end trace 6b9bd7e147ebd74c ]--- [ 129.588416] ------------[ cut here ]------------ [ 129.593278] WARNING: CPU: 0 PID: 626 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 129.600825] Modules linked in: [ 129.604017] CPU: 0 PID: 626 Comm: udhcpc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 129.614826] Hardware name: Generic DRA72X (Flattened Device Tree) [ 129.621198] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 129.629295] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 129.636846] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 129.645305] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 129.654491] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 129.662853] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 129.669861] [] (mmput) from [] (do_exit+0x288/0x914) [ 129.676868] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 129.684417] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 129.692689] ---[ end trace 6b9bd7e147ebd74d ]--- [ 129.702182] ------------[ cut here ]------------ [ 129.707046] WARNING: CPU: 0 PID: 641 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 129.714593] Modules linked in: [ 129.717796] CPU: 0 PID: 641 Comm: sh Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 129.728254] Hardware name: Generic DRA72X (Flattened Device Tree) [ 129.734631] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 129.742731] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 129.750289] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 129.758749] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 129.767932] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 129.776298] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 129.783305] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 129.790944] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 129.799587] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 129.808679] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 129.818141] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 129.826324] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 129.834230] ---[ end trace 6b9bd7e147ebd74e ]--- [ 129.840564] ------------[ cut here ]------------ [ 129.845417] WARNING: CPU: 0 PID: 641 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 129.852963] Modules linked in: [ 129.856164] CPU: 0 PID: 641 Comm: run-parts Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 129.867253] Hardware name: Generic DRA72X (Flattened Device Tree) [ 129.873634] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 129.881736] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 129.889291] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 129.897751] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 129.906936] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 129.915304] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 129.922311] [] (mmput) from [] (do_exit+0x288/0x914) [ 129.929314] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 129.936862] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 129.945132] ---[ end trace 6b9bd7e147ebd74f ]--- [ 129.956518] ------------[ cut here ]------------ [ 129.961362] WARNING: CPU: 0 PID: 616 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 129.968912] Modules linked in: [ 129.972114] CPU: 0 PID: 616 Comm: ifup Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 129.982750] Hardware name: Generic DRA72X (Flattened Device Tree) [ 129.989125] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 129.997220] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.004772] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.013229] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.022411] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.030777] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.037786] [] (mmput) from [] (do_exit+0x288/0x914) [ 130.044795] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 130.052349] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 130.060620] ---[ end trace 6b9bd7e147ebd750 ]--- [ 130.066106] ------------[ cut here ]------------ [ 130.070960] WARNING: CPU: 0 PID: 609 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 130.078506] Modules linked in: [ 130.081709] CPU: 0 PID: 609 Comm: S01networking Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 130.093163] Hardware name: Generic DRA72X (Flattened Device Tree) [ 130.099536] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 130.107635] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.115186] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.123645] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.132831] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.141197] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.148203] [] (mmput) from [] (do_exit+0x288/0x914) [ 130.155214] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 130.162771] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 130.171042] ---[ end trace 6b9bd7e147ebd751 ]--- done. [ 130.179153] ------------[ cut here ]------------ [ 130.184018] WARNING: CPU: 0 PID: 642 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 130.191570] Modules linked in: [ 130.194771] CPU: 0 PID: 642 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 130.205223] Hardware name: Generic DRA72X (Flattened Device Tree) [ 130.211601] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 130.219704] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.227258] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.235720] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.244905] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.253274] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.260293] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 130.267934] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 130.276579] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 130.285670] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 130.294494] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 130.303223] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 130.312686] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 130.320870] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 130.328782] ---[ end trace 6b9bd7e147ebd752 ]--- [ 130.341066] ------------[ cut here ]------------ [ 130.345922] WARNING: CPU: 0 PID: 643 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 130.353467] Modules linked in: [ 130.356666] CPU: 0 PID: 643 Comm: S02dbus-1 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 130.367749] Hardware name: Generic DRA72X (Flattened Device Tree) [ 130.374132] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 130.382239] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.389801] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.398262] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.407452] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.415822] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.422832] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 130.430477] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 130.439123] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 130.448220] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 130.457684] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 130.465870] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 130.473784] ---[ end trace 6b9bd7e147ebd753 ]--- [ 130.480059] ------------[ cut here ]------------ [ 130.484904] WARNING: CPU: 0 PID: 643 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 130.492457] Modules linked in: [ 130.495657] CPU: 0 PID: 643 Comm: dirname Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 130.506555] Hardware name: Generic DRA72X (Flattened Device Tree) [ 130.512930] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 130.521031] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.528603] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.537067] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.546257] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.554627] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.561635] [] (mmput) from [] (do_exit+0x288/0x914) [ 130.568641] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 130.576198] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 130.584473] ---[ end trace 6b9bd7e147ebd754 ]--- [ 130.590651] ------------[ cut here ]------------ [ 130.595503] WARNING: CPU: 0 PID: 644 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 130.603047] Modules linked in: [ 130.606243] CPU: 0 PID: 644 Comm: S02dbus-1 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 130.617333] Hardware name: Generic DRA72X (Flattened Device Tree) [ 130.623709] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 130.631805] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.639355] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.647818] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.657009] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.665383] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.672389] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 130.680036] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 130.688673] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 130.697763] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 130.707216] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 130.715397] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 130.723307] ---[ end trace 6b9bd7e147ebd755 ]--- [ 130.729541] ------------[ cut here ]------------ [ 130.734404] WARNING: CPU: 0 PID: 644 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 130.741952] Modules linked in: [ 130.745154] CPU: 0 PID: 644 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 130.755868] Hardware name: Generic DRA72X (Flattened Device Tree) [ 130.762246] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 130.770351] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.777905] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.786359] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.795544] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.803912] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.810920] [] (mmput) from [] (do_exit+0x288/0x914) [ 130.817923] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 130.825480] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 130.833755] ---[ end trace 6b9bd7e147ebd756 ]--- [ 130.841602] ------------[ cut here ]------------ [ 130.846464] WARNING: CPU: 0 PID: 645 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 130.854013] Modules linked in: [ 130.857220] CPU: 0 PID: 645 Comm: S02dbus-1 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 130.868309] Hardware name: Generic DRA72X (Flattened Device Tree) [ 130.874695] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 130.882804] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 130.890363] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 130.898824] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 130.908006] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 130.916376] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 130.923382] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 130.931025] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 130.939663] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 130.948762] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 130.958227] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 130.966411] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 130.974321] ---[ end trace 6b9bd7e147ebd757 ]--- [ 131.001408] ------------[ cut here ]------------ [ 131.006256] WARNING: CPU: 0 PID: 645 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.013801] Modules linked in: [ 131.017000] CPU: 0 PID: 645 Comm: dbus-uuidgen Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.028359] Hardware name: Generic DRA72X (Flattened Device Tree) [ 131.034737] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 131.042848] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 131.050409] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 131.058874] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 131.068061] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 131.076432] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 131.083444] [] (mmput) from [] (do_exit+0x288/0x914) [ 131.090458] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 131.098007] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 131.106283] ---[ end trace 6b9bd7e147ebd758 ]--- Starting system message bus: [ 131.112629] ------------[ cut here ]------------ [ 131.119140] WARNING: CPU: 0 PID: 646 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.126693] Modules linked in: [ 131.129895] CPU: 0 PID: 646 Comm: S02dbus-1 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.140974] Hardware name: Generic DRA72X (Flattened Device Tree) [ 131.147349] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 131.155449] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 131.163007] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 131.171468] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 131.180653] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 131.189020] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 131.196026] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 131.203668] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 131.212303] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 131.221396] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 131.230854] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 131.239045] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 131.246956] ---[ end trace 6b9bd7e147ebd759 ]--- [ 131.256334] ------------[ cut here ]------------ [ 131.261197] WARNING: CPU: 0 PID: 646 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.268752] Modules linked in: [ 131.271951] CPU: 0 PID: 646 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.283575] Hardware name: Generic DRA72X (Flattened Device Tree) [ 131.289956] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 131.298053] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 131.305613] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 131.314075] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 131.323264] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 131.331630] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 131.338637] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 131.346282] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 131.354927] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 131.364024] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 131.373482] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 131.381667] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 131.389569] ---[ end trace 6b9bd7e147ebd75a ]--- [ 131.435223] ------------[ cut here ]------------ [ 131.440082] WARNING: CPU: 0 PID: 646 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.447630] Modules linked in: [ 131.450832] CPU: 0 PID: 646 Comm: dbus-daemon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.462094] Hardware name: Generic DRA72X (Flattened Device Tree) [ 131.468481] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 131.476584] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 131.484144] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 131.492602] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 131.501790] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 131.510164] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 131.517168] [] (mmput) from [] (do_exit+0x288/0x914) [ 131.524177] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 131.531739] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 131.540023] ---[ end trace 6b9bd7e147ebd75b ]--- [ 131.546287] ------------[ cut here ]------------ [ 131.551150] WARNING: CPU: 0 PID: 642 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.558705] Modules linked in: [ 131.561911] CPU: 0 PID: 642 Comm: S02dbus-1 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.572999] Hardware name: Generic DRA72X (Flattened Device Tree) [ 131.579375] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 131.587479] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 131.595039] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 131.603498] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 131.612687] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 131.621053] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 131.628060] [] (mmput) from [] (do_exit+0x288/0x914) [ 131.635069] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 131.642620] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 131.650898] ---[ end trace 6b9bd7e147ebd75c ]--- dbus. [ 131.658965] ------------[ cut here ]------------ [ 131.663821] WARNING: CPU: 0 PID: 648 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.671366] Modules linked in: [ 131.674554] CPU: 0 PID: 648 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.685008] Hardware name: Generic DRA72X (Flattened Device Tree) [ 131.691385] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 131.699484] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 131.707042] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 131.715508] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 131.724694] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 131.733061] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 131.740066] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 131.747706] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 131.756353] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 131.765446] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 131.774283] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 131.783077] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 131.792549] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 131.800739] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 131.808653] ---[ end trace 6b9bd7e147ebd75d ]--- [ 131.820663] ------------[ cut here ]------------ [ 131.825518] WARNING: CPU: 0 PID: 650 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.833065] Modules linked in: [ 131.836265] CPU: 0 PID: 650 Comm: S10dropbear Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.847536] Hardware name: Generic DRA72X (Flattened Device Tree) [ 131.853919] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 131.862021] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 131.869573] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 131.878033] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 131.887226] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 131.895595] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 131.902604] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 131.910246] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 131.918892] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 131.927993] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 131.937448] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 131.945635] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 131.953543] ---[ end trace 6b9bd7e147ebd75e ]--- [ 131.960698] ------------[ cut here ]------------ [ 131.965560] WARNING: CPU: 0 PID: 650 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 131.973106] Modules linked in: [ 131.976312] CPU: 0 PID: 650 Comm: awk Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 131.986847] Hardware name: Generic DRA72X (Flattened Device Tree) [ 131.993227] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.001327] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.008883] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.017351] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.026541] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.034907] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.041916] [] (mmput) from [] (do_exit+0x288/0x914) [ 132.048920] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 132.056472] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 132.064747] ---[ end trace 6b9bd7e147ebd75f ]--- [ 132.076117] ------------[ cut here ]------------ [ 132.080966] WARNING: CPU: 0 PID: 649 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.088507] Modules linked in: [ 132.091706] CPU: 0 PID: 649 Comm: S10dropbear Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.102972] Hardware name: Generic DRA72X (Flattened Device Tree) [ 132.109351] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.117450] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.125001] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.133458] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.142640] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.151006] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.158018] [] (mmput) from [] (do_exit+0x288/0x914) [ 132.165023] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 132.172570] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 132.180849] ---[ end trace 6b9bd7e147ebd760 ]--- Starting Dropbear SSH server: [ 132.190119] ------------[ cut here ]------------ [ 132.194982] WARNING: CPU: 0 PID: 651 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.202529] Modules linked in: [ 132.205731] CPU: 0 PID: 651 Comm: S10dropbear Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.216997] Hardware name: Generic DRA72X (Flattened Device Tree) [ 132.223375] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.231480] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.239040] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.247501] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.256690] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.265059] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.272064] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 132.279707] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 132.288353] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 132.297447] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 132.306902] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 132.315089] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 132.323003] ---[ end trace 6b9bd7e147ebd761 ]--- [ 132.331230] ------------[ cut here ]------------ [ 132.336077] WARNING: CPU: 0 PID: 651 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.343631] Modules linked in: [ 132.346833] CPU: 0 PID: 651 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.358462] Hardware name: Generic DRA72X (Flattened Device Tree) [ 132.364841] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.372937] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.380494] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.388956] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.398143] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.406506] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.413512] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 132.421152] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 132.429795] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 132.438885] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 132.448340] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 132.456523] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 132.464429] ---[ end trace 6b9bd7e147ebd762 ]--- [ 132.499176] ------------[ cut here ]------------ [ 132.504043] WARNING: CPU: 0 PID: 653 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.511596] Modules linked in: [ 132.514798] CPU: 0 PID: 653 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.525800] Hardware name: Generic DRA72X (Flattened Device Tree) [ 132.532183] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.540285] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.547844] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.556300] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.565495] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.573867] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.580874] [] (mmput) from [] (do_exit+0x288/0x914) [ 132.587883] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 132.595437] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 132.603709] ---[ end trace 6b9bd7e147ebd763 ]--- [ 132.610822] ------------[ cut here ]------------ [ 132.615682] WARNING: CPU: 0 PID: 655 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.623238] Modules linked in: [ 132.626448] CPU: 0 PID: 655 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.637444] Hardware name: Generic DRA72X (Flattened Device Tree) [ 132.643837] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.651949] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.659513] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.667979] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.677176] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.685552] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.692575] [] (mmput) from [] (do_exit+0x288/0x914) [ 132.699582] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 132.707138] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 132.715413] ---[ end trace 6b9bd7e147ebd764 ]--- [ 132.720769] ------------[ cut here ]------------ [ 132.725627] WARNING: CPU: 0 PID: 651 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.733181] Modules linked in: [ 132.736389] CPU: 0 PID: 651 Comm: dropbear Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.747385] Hardware name: Generic DRA72X (Flattened Device Tree) [ 132.753770] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.761879] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.769441] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.777905] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.787093] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.795462] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.802472] [] (mmput) from [] (do_exit+0x288/0x914) [ 132.809479] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 132.817029] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 132.825300] ---[ end trace 6b9bd7e147ebd765 ]--- [ 132.831438] ------------[ cut here ]------------ [ 132.836295] WARNING: CPU: 0 PID: 648 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.843843] Modules linked in: [ 132.847044] CPU: 0 PID: 648 Comm: S10dropbear Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.858305] Hardware name: Generic DRA72X (Flattened Device Tree) [ 132.864681] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 132.872781] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 132.880338] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 132.888795] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 132.897979] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 132.906350] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 132.913358] [] (mmput) from [] (do_exit+0x288/0x914) [ 132.920370] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 132.927924] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 132.936193] ---[ end trace 6b9bd7e147ebd766 ]--- dropbear. [ 132.961077] ------------[ cut here ]------------ [ 132.965941] WARNING: CPU: 0 PID: 657 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 132.973504] Modules linked in: [ 132.976709] CPU: 0 PID: 657 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 132.987159] Hardware name: Generic DRA72X (Flattened Device Tree) [ 132.993536] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 133.001635] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 133.009192] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 133.017650] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 133.026837] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 133.035203] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.042217] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 133.049862] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 133.058507] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 133.067597] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 133.076417] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 133.085153] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 133.094606] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 133.102790] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 133.110704] ---[ end trace 6b9bd7e147ebd767 ]--- Starting telnet daemon[ 133.120503] ------------[ cut here ]------------ [ 133.125976] WARNING: CPU: 0 PID: 658 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 133.133525] Modules linked in: [ 133.136729] CPU: 0 PID: 658 Comm: S10telnetd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 133.147908] Hardware name: Generic DRA72X (Flattened Device Tree) [ 133.154288] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 133.162386] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 133.169943] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 133.178407] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 133.187591] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 133.195963] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.202971] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 133.210620] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 133.219268] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 133.228362] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 133.237817] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 133.246000] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 133.253912] ---[ end trace 6b9bd7e147ebd768 ]--- [ 133.262239] ------------[ cut here ]------------ [ 133.267094] WARNING: CPU: 0 PID: 658 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 133.274644] Modules linked in: [ 133.277849] CPU: 0 PID: 658 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 133.289483] Hardware name: Generic DRA72X (Flattened Device Tree) [ 133.295857] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 133.303961] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 133.311518] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 133.319979] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 133.329171] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 133.337534] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.344539] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 133.352182] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 133.360831] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 133.369928] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 133.379381] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 133.387564] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 133.395479] ---[ end trace 6b9bd7e147ebd769 ]--- [ 133.401788] ------------[ cut here ]------------ [ 133.406648] WARNING: CPU: 0 PID: 658 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 133.414208] Modules linked in: [ 133.417417] CPU: 0 PID: 658 Comm: telnetd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 133.428333] Hardware name: Generic DRA72X (Flattened Device Tree) [ 133.434719] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 133.442824] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 133.450382] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 133.458845] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 133.468024] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 133.476392] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.483398] [] (mmput) from [] (do_exit+0x288/0x914) [ 133.490410] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 133.497967] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 133.506239] ---[ end trace 6b9bd7e147ebd76a ]--- [ 133.513454] ------------[ cut here ]------------ [ 133.518316] WARNING: CPU: 0 PID: 661 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 133.525882] Modules linked in: [ 133.529078] CPU: 0 PID: 661 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 133.540083] Hardware name: Generic DRA72X (Flattened Device Tree) [ 133.546474] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 133.554582] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 133.562147] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 133.570608] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 133.579794] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 133.588158] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.595169] [] (mmput) from [] (do_exit+0x288/0x914) [ 133.602173] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 133.609722] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 133.617995] ---[ end trace 6b9bd7e147ebd76b ]--- [ 133.623440] ------------[ cut here ]------------ [ 133.628307] WARNING: CPU: 0 PID: 657 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 133.635861] Modules linked in: [ 133.639054] CPU: 0 PID: 657 Comm: S10telnetd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 133.650234] Hardware name: Generic DRA72X (Flattened Device Tree) [ 133.656616] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 133.664719] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 133.672278] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 133.680739] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 133.689930] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 133.698301] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.705310] [] (mmput) from [] (do_exit+0x288/0x914) [ 133.712323] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 133.719879] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 133.728155] ---[ end trace 6b9bd7e147ebd76c ]--- [ 133.736491] ------------[ cut here ]------------ [ 133.741342] WARNING: CPU: 0 PID: 662 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 133.748886] Modules linked in: [ 133.752087] CPU: 0 PID: 662 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 133.762540] Hardware name: Generic DRA72X (Flattened Device Tree) [ 133.768924] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 133.777026] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 133.784584] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 133.793043] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 133.802227] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 133.810598] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.817608] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 133.825254] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 133.833893] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 133.842997] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 133.851821] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 133.860557] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 133.870008] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 133.878196] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 133.886111] ---[ end trace 6b9bd7e147ebd76d ]--- Starting rpcbind daemon...[ 133.899000] ------------[ cut here ]------------ [ 133.904604] WARNING: CPU: 0 PID: 663 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 133.912152] Modules linked in: [ 133.915352] CPU: 0 PID: 663 Comm: S12rpcbind Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 133.926534] Hardware name: Generic DRA72X (Flattened Device Tree) [ 133.932917] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 133.941023] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 133.948578] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 133.957042] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 133.966232] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 133.974601] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 133.981618] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 133.989254] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 133.997907] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 134.007003] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 134.016455] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 134.024647] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 134.032556] ---[ end trace 6b9bd7e147ebd76e ]--- [ 134.046010] ------------[ cut here ]------------ [ 134.050871] WARNING: CPU: 0 PID: 663 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.058428] Modules linked in: [ 134.061636] CPU: 0 PID: 663 Comm: pidof Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.072367] Hardware name: Generic DRA72X (Flattened Device Tree) [ 134.078752] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.086861] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.094416] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.102875] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.112061] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.120442] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 134.127446] [] (mmput) from [] (do_exit+0x288/0x914) [ 134.134454] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 134.142011] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 134.150293] ---[ end trace 6b9bd7e147ebd76f ]--- [ 134.162806] ------------[ cut here ]------------ [ 134.167654] WARNING: CPU: 0 PID: 664 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.175200] Modules linked in: [ 134.178393] CPU: 0 PID: 664 Comm: S12rpcbind Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.189565] Hardware name: Generic DRA72X (Flattened Device Tree) [ 134.195946] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.204052] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.211605] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.220060] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.229246] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.237613] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 134.244615] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 134.252262] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 134.260895] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 134.269988] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 134.279445] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 134.287630] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 134.295538] ---[ end trace 6b9bd7e147ebd770 ]--- [ 134.305450] ------------[ cut here ]------------ [ 134.310311] WARNING: CPU: 0 PID: 664 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.317862] Modules linked in: [ 134.321064] CPU: 0 PID: 664 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.332686] Hardware name: Generic DRA72X (Flattened Device Tree) [ 134.339065] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.347164] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.354721] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.363181] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.372366] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.380735] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 134.387743] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 134.395385] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 134.404029] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 134.413130] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 134.422592] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 134.430776] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 134.438685] ---[ end trace 6b9bd7e147ebd771 ]--- [ 134.468619] ------------[ cut here ]------------ [ 134.473483] WARNING: CPU: 0 PID: 666 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.481034] Modules linked in: [ 134.484231] CPU: 0 PID: 666 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.495227] Hardware name: Generic DRA72X (Flattened Device Tree) [ 134.501602] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.509707] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.517262] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.525735] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.534927] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.543295] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 134.550301] [] (mmput) from [] (do_exit+0x288/0x914) [ 134.557315] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 134.564870] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 134.573141] ---[ end trace 6b9bd7e147ebd772 ]--- rpcbind: cannot create socket for udp6 [ 134.580575] ------------[ cut here ]------------ [ 134.586890] WARNING: CPU: 0 PID: 668 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.594433] Modules linked in: [ 134.597636] CPU: 0 PID: 668 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.608622] Hardware name: Generic DRA72X (Flattened Device Tree) [ 134.615004] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.623100] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.630655] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.639109] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.648295] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.656666] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 134.663672] [] (mmput) from [] (do_exit+0x288/0x914) [ 134.670680] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 134.678229] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 134.686502] ---[ end trace 6b9bd7e147ebd773 ]--- [ 134.692040] ------------[ cut here ]------------ [ 134.696903] WARNING: CPU: 0 PID: 664 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.704456] Modules linked in: [ 134.707667] CPU: 0 PID: 664 Comm: rpcbind Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.718578] Hardware name: Generic DRA72X (Flattened Device Tree) [ 134.724963] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.733067] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.740625] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.749087] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.758274] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.766649] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 134.773660] [] (mmput) from [] (do_exit+0x288/0x914) [ 134.780669] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 134.788222] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 134.796498] ---[ end trace 6b9bd7e147ebd774 ]--- rpcbind: cannot create socket for tcp6 [ 134.809590] ------------[ cut here ]------------ [ 134.814465] WARNING: CPU: 0 PID: 671 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.822018] Modules linked in: [ 134.825224] CPU: 0 PID: 671 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.836216] Hardware name: Generic DRA72X (Flattened Device Tree) [ 134.842598] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.850698] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.858259] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.866720] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.875902] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.884274] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 134.891284] [] (mmput) from [] (do_exit+0x288/0x914) [ 134.898295] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 134.905843] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 134.914118] ---[ end trace 6b9bd7e147ebd775 ]--- [ 134.919656] ------------[ cut here ]------------ [ 134.924513] WARNING: CPU: 0 PID: 662 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 134.932066] Modules linked in: [ 134.935269] CPU: 0 PID: 662 Comm: S12rpcbind Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 134.946449] Hardware name: Generic DRA72X (Flattened Device Tree) [ 134.952824] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 134.960915] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 134.968468] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 134.976934] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 134.986115] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 134.994490] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 135.001497] [] (mmput) from [] (do_exit+0x288/0x914) [ 135.008508] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 135.016058] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 135.024329] ---[ end trace 6b9bd7e147ebd776 ]--- done. [ 135.036377] ------------[ cut here ]------------ [ 135.041250] WARNING: CPU: 0 PID: 673 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 135.048810] Modules linked in: [ 135.052018] CPU: 0 PID: 673 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 135.062471] Hardware name: Generic DRA72X (Flattened Device Tree) [ 135.068856] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 135.076962] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 135.084512] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 135.092978] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 135.102163] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 135.110533] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 135.117542] [] (mmput) from [] (do_exit+0x288/0x914) [ 135.124558] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 135.132122] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 135.140400] ---[ end trace 6b9bd7e147ebd777 ]--- [ 135.145981] ------------[ cut here ]------------ [ 135.150830] WARNING: CPU: 0 PID: 672 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 135.158377] Modules linked in: [ 135.161578] CPU: 0 PID: 672 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 135.172031] Hardware name: Generic DRA72X (Flattened Device Tree) [ 135.178416] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 135.186514] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 135.194069] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 135.202534] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 135.211723] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 135.220086] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 135.227095] [] (mmput) from [] (do_exit+0x288/0x914) [ 135.234103] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 135.241656] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 135.249929] ---[ end trace 6b9bd7e147ebd778 ]--- [ 135.257532] ------------[ cut here ]------------ [ 135.262393] WARNING: CPU: 0 PID: 674 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 135.269940] Modules linked in: [ 135.273130] CPU: 0 PID: 674 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 135.283578] Hardware name: Generic DRA72X (Flattened Device Tree) [ 135.289955] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 135.298060] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 135.305613] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 135.314073] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 135.323253] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 135.331618] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 135.338622] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 135.346269] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 135.354922] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 135.364018] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 135.372836] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 135.381567] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 135.391021] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 135.399211] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 135.407119] ---[ end trace 6b9bd7e147ebd779 ]--- creating NFS state directory: [ 135.418726] ------------[ cut here ]------------ [ 135.424966] WARNING: CPU: 0 PID: 675 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 135.432513] Modules linked in: [ 135.435714] CPU: 0 PID: 675 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 135.447068] Hardware name: Generic DRA72X (Flattened Device Tree) [ 135.453450] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 135.461554] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 135.469106] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 135.477563] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 135.486753] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 135.495119] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 135.502134] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 135.509776] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 135.518418] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 135.527524] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 135.536977] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 135.545163] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 135.553077] ---[ end trace 6b9bd7e147ebd77a ]--- [ 135.559359] ------------[ cut here ]------------ [ 135.564223] WARNING: CPU: 0 PID: 675 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 135.571783] Modules linked in: [ 135.574991] CPU: 0 PID: 675 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 135.585717] Hardware name: Generic DRA72X (Flattened Device Tree) [ 135.592102] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 135.600215] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 135.607773] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 135.616232] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 135.625423] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 135.633791] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 135.640803] [] (mmput) from [] (do_exit+0x288/0x914) [ 135.647815] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 135.655372] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 135.663641] ---[ end trace 6b9bd7e147ebd77b ]--- [ 135.670789] ------------[ cut here ]------------ [ 135.675652] WARNING: CPU: 0 PID: 677 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 135.683209] Modules linked in: [ 135.686415] CPU: 0 PID: 677 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 135.697781] Hardware name: Generic DRA72X (Flattened Device Tree) [ 135.704164] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 135.712265] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 135.719827] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 135.728286] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 135.737484] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 135.745853] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 135.752857] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 135.760499] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 135.769143] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 135.778242] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 135.787701] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 135.795895] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 135.803814] ---[ end trace 6b9bd7e147ebd77c ]--- [ 135.811001] ------------[ cut here ]------------ [ 135.815852] WARNING: CPU: 0 PID: 677 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 135.823404] Modules linked in: [ 135.826604] CPU: 0 PID: 677 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 135.837326] Hardware name: Generic DRA72X (Flattened Device Tree) [ 135.843710] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 135.851817] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 135.859365] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 135.867823] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 135.877004] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 135.885371] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 135.892378] [] (mmput) from [] (do_exit+0x288/0x914) [ 135.899391] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 135.906943] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 135.915228] ---[ end trace 6b9bd7e147ebd77d ]--- [ 135.921300] ------------[ cut here ]------------ [ 135.926162] WARNING: CPU: 0 PID: 678 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 135.933713] Modules linked in: [ 135.936924] CPU: 0 PID: 678 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 135.948284] Hardware name: Generic DRA72X (Flattened Device Tree) [ 135.954668] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 135.962773] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 135.970329] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 135.978794] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 135.987974] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 135.996343] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 136.003354] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 136.011001] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 136.019645] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 136.028738] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 136.038195] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 136.046386] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 136.054293] ---[ end trace 6b9bd7e147ebd77e ]--- [ 136.060503] ------------[ cut here ]------------ [ 136.065355] WARNING: CPU: 0 PID: 678 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 136.072898] Modules linked in: [ 136.076096] CPU: 0 PID: 678 Comm: mkdir Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 136.086815] Hardware name: Generic DRA72X (Flattened Device Tree) [ 136.093197] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 136.101300] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 136.108855] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 136.117315] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 136.126496] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 136.134863] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 136.141877] [] (mmput) from [] (do_exit+0x288/0x914) [ 136.148886] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 136.156436] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 136.164712] ---[ end trace 6b9bd7e147ebd77f ]--- [ 136.170767] ------------[ cut here ]------------ [ 136.175616] WARNING: CPU: 0 PID: 679 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 136.183164] Modules linked in: [ 136.186365] CPU: 0 PID: 679 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 136.197724] Hardware name: Generic DRA72X (Flattened Device Tree) [ 136.204101] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 136.212204] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 136.219755] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 136.228213] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 136.237399] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 136.245770] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 136.252774] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 136.260423] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 136.269056] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 136.278148] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 136.287608] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 136.295794] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 136.303700] ---[ end trace 6b9bd7e147ebd780 ]--- [ 136.317247] ------------[ cut here ]------------ [ 136.322104] WARNING: CPU: 0 PID: 679 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 136.329652] Modules linked in: [ 136.332853] CPU: 0 PID: 679 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 136.343579] Hardware name: Generic DRA72X (Flattened Device Tree) [ 136.349961] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 136.358063] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 136.365620] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 136.374081] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 136.383270] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 136.391640] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 136.398649] [] (mmput) from [] (do_exit+0x288/0x914) [ 136.405662] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 136.413209] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 136.421483] ---[ end trace 6b9bd7e147ebd781 ]--- [ 136.427898] ------------[ cut here ]------------ [ 136.432754] WARNING: CPU: 0 PID: 676 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 136.440302] Modules linked in: [ 136.443498] CPU: 0 PID: 676 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 136.454855] Hardware name: Generic DRA72X (Flattened Device Tree) [ 136.461236] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 136.469342] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 136.476898] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 136.485355] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 136.494542] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 136.502915] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 136.509918] [] (mmput) from [] (do_exit+0x288/0x914) [ 136.516918] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 136.524467] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 136.532747] ---[ end trace 6b9bd7e147ebd782 ]--- [ 136.538852] ------------[ cut here ]------------ [ 136.543712] WARNING: CPU: 0 PID: 680 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 136.551262] Modules linked in: [ 136.554452] CPU: 0 PID: 680 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 136.565811] Hardware name: Generic DRA72X (Flattened Device Tree) [ 136.572198] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 136.580307] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 136.587868] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 136.596334] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 136.605520] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 136.613890] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 136.620898] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 136.628545] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 136.637180] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 136.646281] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 136.655737] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 136.663921] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 136.671834] ---[ end trace 6b9bd7e147ebd783 ]--- [ 136.679223] ------------[ cut here ]------------ [ 136.684090] WARNING: CPU: 0 PID: 680 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 136.691639] Modules linked in: [ 136.694843] CPU: 0 PID: 680 Comm: chown Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 136.705568] Hardware name: Generic DRA72X (Flattened Device Tree) [ 136.711943] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 136.720046] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 136.727607] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 136.736066] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 136.745252] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 136.753625] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 136.760632] [] (mmput) from [] (do_exit+0x288/0x914) [ 136.767642] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 136.775192] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 136.783463] ---[ end trace 6b9bd7e147ebd784 ]--- done starting statd: [ 136.789913] ------------[ cut here ]------------ [ 136.795841] WARNING: CPU: 0 PID: 681 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 136.803397] Modules linked in: [ 136.806604] CPU: 0 PID: 681 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 136.817967] Hardware name: Generic DRA72X (Flattened Device Tree) [ 136.824352] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 136.832458] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 136.840020] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 136.848486] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 136.857666] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 136.866032] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 136.873043] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 136.880686] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 136.889327] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 136.898413] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 136.907871] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 136.916061] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 136.923975] ---[ end trace 6b9bd7e147ebd785 ]--- [ 136.932408] ------------[ cut here ]------------ [ 136.937256] WARNING: CPU: 0 PID: 681 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 136.944803] Modules linked in: [ 136.947997] CPU: 0 PID: 681 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 136.959628] Hardware name: Generic DRA72X (Flattened Device Tree) [ 136.966015] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 136.974116] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 136.981673] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 136.990134] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 136.999319] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.007686] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.014697] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 137.022335] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 137.030978] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 137.040074] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 137.049525] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 137.057718] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 137.065630] ---[ end trace 6b9bd7e147ebd786 ]--- [ 137.159988] ------------[ cut here ]------------ [ 137.164848] WARNING: CPU: 0 PID: 683 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 137.172403] Modules linked in: [ 137.175606] CPU: 0 PID: 683 Comm: rpc.statd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 137.186686] Hardware name: Generic DRA72X (Flattened Device Tree) [ 137.193063] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 137.201165] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 137.208725] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 137.217192] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 137.226378] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.234751] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.241758] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 137.249406] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 137.258049] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 137.267140] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 137.276590] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 137.284777] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 137.292695] ---[ end trace 6b9bd7e147ebd787 ]--- [ 137.305104] ------------[ cut here ]------------ [ 137.309965] WARNING: CPU: 0 PID: 683 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 137.317518] Modules linked in: [ 137.320722] CPU: 0 PID: 683 Comm: sm-notify Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 137.331808] Hardware name: Generic DRA72X (Flattened Device Tree) [ 137.338192] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 137.346294] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 137.353848] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 137.362312] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 137.371499] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.379866] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.386872] [] (mmput) from [] (do_exit+0x288/0x914) [ 137.393877] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 137.401428] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 137.409704] ---[ end trace 6b9bd7e147ebd788 ]--- [ 137.421915] ------------[ cut here ]------------ [ 137.426791] WARNING: CPU: 0 PID: 681 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 137.434337] Modules linked in: [ 137.437537] CPU: 0 PID: 681 Comm: rpc.statd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 137.448626] Hardware name: Generic DRA72X (Flattened Device Tree) [ 137.455008] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 137.463111] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 137.470671] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 137.479126] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 137.488305] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.496680] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.503687] [] (mmput) from [] (do_exit+0x288/0x914) [ 137.510692] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 137.518240] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 137.526523] ---[ end trace 6b9bd7e147ebd789 ]--- [ 137.531383] random: nonblocking pool is initialized [ 137.537175] ------------[ cut here ]------------ [ 137.542049] WARNING: CPU: 0 PID: 674 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 137.549616] Modules linked in: [ 137.552825] CPU: 0 PID: 674 Comm: S19nfscommon Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 137.564196] Hardware name: Generic DRA72X (Flattened Device Tree) [ 137.570586] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 137.578701] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 137.586260] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 137.594723] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 137.603909] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.612281] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.619288] [] (mmput) from [] (do_exit+0x288/0x914) [ 137.626297] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 137.633850] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 137.642120] ---[ end trace 6b9bd7e147ebd78a ]--- done [ 137.652150] ------------[ cut here ]------------ [ 137.657011] WARNING: CPU: 0 PID: 685 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 137.664555] Modules linked in: [ 137.667758] CPU: 0 PID: 685 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 137.678209] Hardware name: Generic DRA72X (Flattened Device Tree) [ 137.684594] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 137.692702] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 137.700265] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 137.708719] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 137.717898] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.726272] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.733283] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 137.740926] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 137.749568] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 137.758669] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 137.768124] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 137.776316] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 137.784222] ---[ end trace 6b9bd7e147ebd78b ]--- hwclock: can't open '/dev/misc/rtc': No such fil[ 137.790767] ------------[ cut here ]------------ e or directory [ 137.799578] WARNING: CPU: 0 PID: 685 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 137.808580] Modules linked in: [ 137.811781] CPU: 0 PID: 685 Comm: hwclock Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 137.822689] Hardware name: Generic DRA72X (Flattened Device Tree) [ 137.829072] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 137.837172] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 137.844729] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 137.853185] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 137.862375] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.870746] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.877754] [] (mmput) from [] (do_exit+0x288/0x914) [ 137.884761] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 137.892317] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 137.900590] ---[ end trace 6b9bd7e147ebd78c ]--- [ 137.906025] ------------[ cut here ]------------ [ 137.910881] WARNING: CPU: 0 PID: 684 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 137.918435] Modules linked in: [ 137.921642] CPU: 0 PID: 684 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 137.932097] Hardware name: Generic DRA72X (Flattened Device Tree) [ 137.938488] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 137.946595] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 137.954148] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 137.962607] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 137.971799] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 137.980167] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 137.987177] [] (mmput) from [] (do_exit+0x288/0x914) [ 137.994186] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 138.001744] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 138.010020] ---[ end trace 6b9bd7e147ebd78d ]--- [ 138.033604] ------------[ cut here ]------------ [ 138.038465] WARNING: CPU: 0 PID: 686 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.046019] Modules linked in: [ 138.049214] CPU: 0 PID: 686 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 138.059666] Hardware name: Generic DRA72X (Flattened Device Tree) [ 138.066047] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 138.074150] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 138.081711] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 138.090172] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 138.099358] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 138.107725] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 138.114732] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 138.122376] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 138.131020] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 138.140111] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 138.148929] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 138.157662] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 138.167110] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 138.175300] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 138.183211] ---[ end trace 6b9bd7e147ebd78e ]--- [ 138.191399] ------------[ cut here ]------------ [ 138.196259] WARNING: CPU: 0 PID: 686 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.203808] Modules linked in: [ 138.207010] CPU: 0 PID: 686 Comm: S20rng-tools Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 138.218376] Hardware name: Generic DRA72X (Flattened Device Tree) [ 138.224756] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 138.232860] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 138.240414] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 138.248877] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 138.258069] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 138.266437] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 138.273448] [] (mmput) from [] (do_exit+0x288/0x914) [ 138.280457] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 138.288016] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 138.296290] ---[ end trace 6b9bd7e147ebd78f ]--- [ 138.304075] ------------[ cut here ]------------ [ 138.308944] WARNING: CPU: 0 PID: 687 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.316501] Modules linked in: [ 138.319692] CPU: 0 PID: 687 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 138.330150] Hardware name: Generic DRA72X (Flattened Device Tree) [ 138.336533] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 138.344637] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 138.352198] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 138.360661] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 138.369843] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 138.378210] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 138.385219] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 138.392865] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 138.401513] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 138.410611] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 138.419426] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 138.428160] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 138.437617] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 138.445800] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 138.453707] ---[ end trace 6b9bd7e147ebd790 ]--- Starting syslogd/klogd: [ 138.471461] ------------[ cut here ]------------ [ 138.477067] WARNING: CPU: 0 PID: 688 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.484615] Modules linked in: [ 138.487819] CPU: 0 PID: 688 Comm: S20syslog Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 138.498903] Hardware name: Generic DRA72X (Flattened Device Tree) [ 138.505288] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 138.513389] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 138.520945] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 138.529412] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 138.538596] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 138.546969] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 138.553974] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 138.561619] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 138.570262] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 138.579355] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 138.588809] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 138.596991] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 138.604899] ---[ end trace 6b9bd7e147ebd791 ]--- [ 138.613331] ------------[ cut here ]------------ [ 138.618198] WARNING: CPU: 0 PID: 688 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.625751] Modules linked in: [ 138.628943] CPU: 0 PID: 688 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 138.640580] Hardware name: Generic DRA72X (Flattened Device Tree) [ 138.646970] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 138.655071] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 138.662626] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 138.671092] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 138.680285] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 138.688658] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 138.695672] [] (mmput) from [] (do_exit+0x288/0x914) [ 138.702683] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 138.710240] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 138.718512] ---[ end trace 6b9bd7e147ebd792 ]--- [ 138.723858] ------------[ cut here ]------------ [ 138.728702] WARNING: CPU: 0 PID: 689 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.736252] Modules linked in: [ 138.739446] CPU: 0 PID: 689 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 138.751076] Hardware name: Generic DRA72X (Flattened Device Tree) [ 138.757453] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 138.765553] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 138.773110] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 138.781568] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 138.790748] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 138.799117] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 138.806125] [] (mmput) from [] (do_exit+0x288/0x914) [ 138.813130] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 138.820683] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 138.828957] ---[ end trace 6b9bd7e147ebd793 ]--- [ 138.834246] ------------[ cut here ]------------ [ 138.839097] WARNING: CPU: 0 PID: 690 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.846648] Modules linked in: [ 138.849854] CPU: 0 PID: 690 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 138.861495] Hardware name: Generic DRA72X (Flattened Device Tree) [ 138.867877] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 138.875985] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 138.883542] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 138.892008] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 138.901200] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 138.909572] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 138.916579] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 138.924224] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 138.932862] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 138.941957] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 138.951414] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 138.959601] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 138.967510] ---[ end trace 6b9bd7e147ebd794 ]--- [ 138.973624] ------------[ cut here ]------------ [ 138.978473] WARNING: CPU: 0 PID: 691 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 138.986021] Modules linked in: [ 138.989218] CPU: 0 PID: 691 Comm: S20syslog Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.000311] Hardware name: Generic DRA72X (Flattened Device Tree) [ 139.006691] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 139.014793] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 139.022356] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 139.030820] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.040004] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.048378] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.055392] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 139.063035] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 139.071685] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 139.080782] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 139.090243] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 139.098433] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 139.106343] ---[ end trace 6b9bd7e147ebd795 ]--- [ 139.116533] ------------[ cut here ]------------ [ 139.121398] WARNING: CPU: 0 PID: 691 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 139.128945] Modules linked in: [ 139.132152] CPU: 0 PID: 691 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.143779] Hardware name: Generic DRA72X (Flattened Device Tree) [ 139.150156] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 139.158257] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 139.165816] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 139.174277] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.183464] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.191832] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.198844] [] (mmput) from [] (do_exit+0x288/0x914) [ 139.205854] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 139.213420] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 139.221687] ---[ end trace 6b9bd7e147ebd796 ]--- [ 139.227064] ------------[ cut here ]------------ [ 139.231921] WARNING: CPU: 0 PID: 692 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 139.239471] Modules linked in: [ 139.242676] CPU: 0 PID: 692 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.254312] Hardware name: Generic DRA72X (Flattened Device Tree) [ 139.260695] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 139.268803] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 139.276359] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 139.284830] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.294018] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.302396] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.309410] [] (mmput) from [] (do_exit+0x288/0x914) [ 139.316427] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 139.323983] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 139.332254] ---[ end trace 6b9bd7e147ebd797 ]--- [ 139.337593] ------------[ cut here ]------------ [ 139.342441] WARNING: CPU: 0 PID: 693 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 139.349991] Modules linked in: [ 139.353184] CPU: 0 PID: 693 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.364816] Hardware name: Generic DRA72X (Flattened Device Tree) [ 139.371205] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 139.379312] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 139.386863] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 139.395320] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.404502] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.412870] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.419878] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 139.427522] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 139.436162] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 139.445256] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 139.454711] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 139.462903] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 139.470808] ---[ end trace 6b9bd7e147ebd798 ]--- [ 139.476288] ------------[ cut here ]------------ [ 139.481141] WARNING: CPU: 0 PID: 687 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 139.488685] Modules linked in: [ 139.491884] CPU: 0 PID: 687 Comm: S20syslog Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.502967] Hardware name: Generic DRA72X (Flattened Device Tree) [ 139.509349] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 139.517446] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 139.525011] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 139.533475] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.542665] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.551036] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.558048] [] (mmput) from [] (do_exit+0x288/0x914) [ 139.565059] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 139.572617] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 139.580889] ---[ end trace 6b9bd7e147ebd799 ]--- done [ 139.657981] ------------[ cut here ]------------ [ 139.662839] WARNING: CPU: 0 PID: 694 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 139.670396] Modules linked in: [ 139.673593] CPU: 0 PID: 694 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.684047] Hardware name: Generic DRA72X (Flattened Device Tree) [ 139.690435] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 139.698533] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 139.706092] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 139.714559] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.723750] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.732119] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.739134] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 139.746783] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 139.755429] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 139.764523] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 139.773355] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 139.782082] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 139.791534] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 139.799725] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 139.807636] ---[ end trace 6b9bd7e147ebd79a ]--- Starting thttpd[ 139.818058] ------------[ cut here ]------------ [ 139.822958] WARNING: CPU: 0 PID: 695 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 139.830523] Modules linked in: [ 139.833716] CPU: 0 PID: 695 Comm: S20thttpd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.844802] Hardware name: Generic DRA72X (Flattened Device Tree) [ 139.851187] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 139.859291] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 139.866850] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 139.875310] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 139.884498] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 139.892866] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 139.899873] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 139.907521] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 139.916161] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 139.925266] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 139.934718] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 139.942906] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 139.950816] ---[ end trace 6b9bd7e147ebd79b ]--- [ 139.961594] ------------[ cut here ]------------ [ 139.966452] WARNING: CPU: 0 PID: 695 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 139.974003] Modules linked in: [ 139.977205] CPU: 0 PID: 695 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 139.988836] Hardware name: Generic DRA72X (Flattened Device Tree) [ 139.995216] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.003317] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.010881] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.019344] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.028534] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.036908] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.043919] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 140.051561] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 140.060211] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 140.069302] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 140.078759] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 140.086947] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 140.094857] ---[ end trace 6b9bd7e147ebd79c ]--- [ 140.109007] ------------[ cut here ]------------ [ 140.113876] WARNING: CPU: 0 PID: 697 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.121430] Modules linked in: [ 140.124624] CPU: 0 PID: 697 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.135624] Hardware name: Generic DRA72X (Flattened Device Tree) [ 140.142004] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.150108] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.157662] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.166125] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.175306] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.183683] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.190691] [] (mmput) from [] (do_exit+0x288/0x914) [ 140.197703] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 140.205265] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 140.213541] ---[ end trace 6b9bd7e147ebd79d ]--- [ 140.221766] ------------[ cut here ]------------ [ 140.226628] WARNING: CPU: 0 PID: 695 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.234192] Modules linked in: [ 140.237398] CPU: 0 PID: 695 Comm: thttpd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.248214] Hardware name: Generic DRA72X (Flattened Device Tree) [ 140.254605] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.262713] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.270277] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.278740] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.287937] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.296311] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.303328] [] (mmput) from [] (do_exit+0x288/0x914) [ 140.310343] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 140.317897] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 140.326177] ---[ end trace 6b9bd7e147ebd79e ]--- [ 140.334228] ------------[ cut here ]------------ [ 140.339101] WARNING: CPU: 0 PID: 700 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.346667] Modules linked in: [ 140.349875] CPU: 0 PID: 700 Comm: modprobe Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.360867] Hardware name: Generic DRA72X (Flattened Device Tree) [ 140.367249] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.375346] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.382903] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.391364] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.400551] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.408925] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.415934] [] (mmput) from [] (do_exit+0x288/0x914) [ 140.422946] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 140.430500] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 140.438780] ---[ end trace 6b9bd7e147ebd79f ]--- [ 140.444795] ------------[ cut here ]------------ [ 140.449624] WARNING: CPU: 0 PID: 694 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.457174] Modules linked in: [ 140.460375] CPU: 0 PID: 694 Comm: S20thttpd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.471465] Hardware name: Generic DRA72X (Flattened Device Tree) [ 140.477846] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.485950] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.493510] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.501974] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.511155] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.519524] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.526533] [] (mmput) from [] (do_exit+0x288/0x914) [ 140.533545] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 140.541097] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 140.549367] ---[ end trace 6b9bd7e147ebd7a0 ]--- [ 140.565366] ------------[ cut here ]------------ [ 140.570221] WARNING: CPU: 0 PID: 701 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.577774] Modules linked in: [ 140.580973] CPU: 0 PID: 701 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.591425] Hardware name: Generic DRA72X (Flattened Device Tree) [ 140.597808] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.605912] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.613470] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.621934] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.631113] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.639482] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.646485] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 140.654126] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 140.662766] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 140.671867] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 140.680689] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 140.689423] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 140.698876] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 140.707067] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 140.714977] ---[ end trace 6b9bd7e147ebd7a1 ]--- Starting Lighttpd Web Server: [ 140.725244] ------------[ cut here ]------------ [ 140.731323] WARNING: CPU: 0 PID: 702 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.738873] Modules linked in: [ 140.742075] CPU: 0 PID: 702 Comm: S70lighttpd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.753347] Hardware name: Generic DRA72X (Flattened Device Tree) [ 140.759729] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.767828] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.775391] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.783848] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.793034] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.801404] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.808409] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 140.816048] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 140.824686] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 140.833776] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 140.843236] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 140.851426] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 140.859334] ---[ end trace 6b9bd7e147ebd7a2 ]--- [ 140.870076] ------------[ cut here ]------------ [ 140.874924] WARNING: CPU: 0 PID: 702 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 140.882477] Modules linked in: [ 140.885678] CPU: 0 PID: 702 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 140.897307] Hardware name: Generic DRA72X (Flattened Device Tree) [ 140.903689] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 140.911797] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 140.919355] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 140.927813] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 140.936999] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 140.945371] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 140.952379] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 140.960025] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 140.968659] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 140.977757] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 140.987214] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 140.995403] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 141.003310] ---[ end trace 6b9bd7e147ebd7a3 ]--- [ 141.050662] ------------[ cut here ]------------ [ 141.055518] WARNING: CPU: 0 PID: 702 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 141.063062] Modules linked in: [ 141.066268] CPU: 0 PID: 702 Comm: lighttpd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 141.077264] Hardware name: Generic DRA72X (Flattened Device Tree) [ 141.083650] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 141.091757] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 141.099312] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 141.107778] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 141.116969] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 141.125336] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 141.132341] [] (mmput) from [] (do_exit+0x288/0x914) [ 141.139352] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 141.146912] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 141.155190] ---[ end trace 6b9bd7e147ebd7a4 ]--- [ 141.161651] ------------[ cut here ]------------ [ 141.166499] WARNING: CPU: 0 PID: 703 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 141.174051] Modules linked in: [ 141.177249] CPU: 0 PID: 703 Comm: lighttpd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 141.188243] Hardware name: Generic DRA72X (Flattened Device Tree) [ 141.194622] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 141.202721] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 141.210269] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 141.218728] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 141.227925] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 141.236294] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 141.243297] [] (mmput) from [] (do_exit+0x288/0x914) [ 141.250308] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 141.257864] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 141.266133] ---[ end trace 6b9bd7e147ebd7a5 ]--- 2014-08-21 19:25:21: (/scratch/jenkins/coresdk-n[ 141.273143] ------------[ cut here ]------------ ightly-build/build-CORTEX_1/arago-tmp-external-l[ 141.281068] WARNING: CPU: 0 PID: 701 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() inaro-toolchain/work/cortexa15t2hf-vfp-neon-oe-l[ 141.292781] Modules linked in:inux-gnueabi/lighttpd/1.4.33-r1/lighttpd-1.4.33/ src/log.c.166) server started [ 141.304343] CPU: 0 PID: 701 Comm: S70lighttpd Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 141.318463] Hardware name: Generic DRA72X (Flattened Device Tree) [ 141.324840] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 141.332951] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 141.340508] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 141.348968] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 141.358162] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 141.366530] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 141.373546] [] (mmput) from [] (do_exit+0x288/0x914) [ 141.380558] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 141.388111] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 141.396386] ---[ end trace 6b9bd7e147ebd7a6 ]--- lighttpd. [ 141.405164] ------------[ cut here ]------------ [ 141.410025] WARNING: CPU: 0 PID: 705 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 141.417585] Modules linked in: [ 141.420788] CPU: 0 PID: 705 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 141.431228] Hardware name: Generic DRA72X (Flattened Device Tree) [ 141.437606] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 141.445706] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 141.453260] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 141.461721] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 141.470897] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 141.479265] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 141.486274] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 141.493917] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 141.502557] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 141.511666] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 141.520488] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 141.529226] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 141.538694] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 141.546885] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 141.554798] ---[ end trace 6b9bd7e147ebd7a7 ]--- [ 141.570067] ------------[ cut here ]------------ [ 141.574933] WARNING: CPU: 0 PID: 706 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 141.582488] Modules linked in: [ 141.585696] CPU: 0 PID: 706 Comm: S97matrix-gui-2 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 141.597329] Hardware name: Generic DRA72X (Flattened Device Tree) [ 141.603713] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 141.611819] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 141.619376] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 141.627838] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 141.637024] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 141.645396] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 141.652407] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 141.660054] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 141.668699] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 141.677797] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 141.687258] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 141.695449] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 141.703363] ---[ end trace 6b9bd7e147ebd7a8 ]--- [ 141.710282] ------------[ cut here ]------------ [ 141.715133] WARNING: CPU: 0 PID: 706 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 141.722680] Modules linked in: [ 141.725881] CPU: 0 PID: 706 Comm: rm Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 141.736335] Hardware name: Generic DRA72X (Flattened Device Tree) [ 141.742712] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 141.750817] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 141.758373] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 141.766835] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 141.776022] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 141.784390] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 141.791399] [] (mmput) from [] (do_exit+0x288/0x914) [ 141.798405] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 141.805956] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 141.814233] ---[ end trace 6b9bd7e147ebd7a9 ]--- [ 141.820876] ------------[ cut here ]------------ [ 141.825725] WARNING: CPU: 0 PID: 707 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 141.833274] Modules linked in: [ 141.836474] CPU: 0 PID: 707 Comm: S97matrix-gui-2 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 141.848097] Hardware name: Generic DRA72X (Flattened Device Tree) [ 141.854474] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 141.862579] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 141.870129] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 141.878586] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 141.887767] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 141.896151] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 141.903167] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 141.910809] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 141.919448] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 141.928542] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 141.938002] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 141.946189] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 141.954095] ---[ end trace 6b9bd7e147ebd7aa ]--- [ 141.960934] ------------[ cut here ]------------ [ 141.965783] WARNING: CPU: 0 PID: 707 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 141.973324] Modules linked in: [ 141.976524] CPU: 0 PID: 707 Comm: rm Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 141.986971] Hardware name: Generic DRA72X (Flattened Device Tree) [ 141.993348] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 142.001450] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 142.009004] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 142.017462] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 142.026650] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 142.035016] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 142.042020] [] (mmput) from [] (do_exit+0x288/0x914) [ 142.049026] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 142.056584] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 142.064854] ---[ end trace 6b9bd7e147ebd7ab ]--- Starting Matrix GUI application[ 142.071777] ------------[ cut here ]------------ [ 142.078779] WARNING: CPU: 0 PID: 708 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 142.086342] Modules linked in: [ 142.089535] CPU: 0 PID: 708 Comm: S97matrix-gui-2 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 142.101172] Hardware name: Generic DRA72X (Flattened Device Tree) [ 142.107562] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 142.115669] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 142.123228] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 142.131697] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 142.140882] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 142.149241] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 142.156246] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 142.163889] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 142.172529] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 142.181622] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 142.191080] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 142.199266] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 142.207181] ---[ end trace 6b9bd7e147ebd7ac ]--- [ 142.214171] ------------[ cut here ]------------ [ 142.219024] WARNING: CPU: 0 PID: 708 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 142.226578] Modules linked in: [ 142.229779] CPU: 0 PID: 708 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 142.241411] Hardware name: Generic DRA72X (Flattened Device Tree) [ 142.247790] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 142.255888] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 142.263445] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 142.271914] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 142.281096] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 142.289468] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 142.296476] [] (mmput) from [] (do_exit+0x288/0x914) [ 142.303480] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 142.311038] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 142.319307] ---[ end trace 6b9bd7e147ebd7ad ]--- [ 142.325207] ------------[ cut here ]------------ [ 142.330058] WARNING: CPU: 0 PID: 709 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 142.337610] Modules linked in: [ 142.340813] CPU: 0 PID: 709 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 142.352459] Hardware name: Generic DRA72X (Flattened Device Tree) [ 142.358844] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 142.366946] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 142.374502] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 142.382964] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 142.392145] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 142.400515] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 142.407517] [] (mmput) from [] (do_exit+0x288/0x914) [ 142.414516] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 142.422070] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 142.430341] ---[ end trace 6b9bd7e147ebd7ae ]--- [ 142.436691] ------------[ cut here ]------------ [ 142.441556] WARNING: CPU: 0 PID: 705 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 142.449121] Modules linked in: [ 142.452325] CPU: 0 PID: 705 Comm: S97matrix-gui-2 Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 142.463957] Hardware name: Generic DRA72X (Flattened Device Tree) [ 142.470337] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 142.478443] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 142.486003] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 142.494461] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 142.503645] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 142.512015] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 142.519025] [] (mmput) from [] (do_exit+0x288/0x914) [ 142.526044] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 142.533597] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 142.541874] ---[ end trace 6b9bd7e147ebd7af ]--- [ 142.547457] ------------[ cut here ]------------ [ 142.552301] WARNING: CPU: 0 PID: 710 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 142.559847] Modules linked in: [ 142.563041] CPU: 0 PID: 710 Comm: start-stop-daem Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 142.574671] Hardware name: Generic DRA72X (Flattened Device Tree) [ 142.581052] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 142.589153] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 142.596700] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 142.605161] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 142.614344] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 142.622709] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 142.629722] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 142.637365] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 142.646003] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 142.655100] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 142.664550] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 142.672741] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 142.680651] ---[ end trace 6b9bd7e147ebd7b0 ]--- [ 142.695114] ------------[ cut here ]------------ [ 142.699972] WARNING: CPU: 0 PID: 711 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 142.707523] Modules linked in: [ 142.710749] CPU: 0 PID: 711 Comm: rc Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 142.721196] Hardware name: Generic DRA72X (Flattened Device Tree) [ 142.727577] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 142.735675] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 142.743226] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 142.751687] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 142.760872] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 142.769238] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 142.776243] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 142.783888] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 142.792527] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 142.801614] [] (search_binary_handler) from [] (load_script+0x260/0x27c) [ 142.810434] [] (load_script) from [] (search_binary_handler+0x9c/0x240) [ 142.819164] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 142.828622] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 142.836805] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 142.844712] ---[ end trace 6b9bd7e147ebd7b1 ]--- [ 142.858697] ------------[ cut here ]------------ [ 142.863569] WARNING: CPU: 0 PID: 715 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 142.871128] Modules linked in: [ 142.874329] CPU: 0 PID: 715 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 142.885962] Hardware name: Generic DRA72X (Flattened Device Tree) [ 142.892362] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 142.900474] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 142.908034] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 142.916492] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 142.925680] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 142.934054] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 142.941063] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 142.948712] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 142.957357] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 142.966448] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 142.975906] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 142.984092] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 142.992002] ---[ end trace 6b9bd7e147ebd7b2 ]--- [ 142.998540] ------------[ cut here ]------------ [ 143.003408] WARNING: CPU: 0 PID: 717 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 143.010974] Modules linked in: [ 143.014197] CPU: 0 PID: 717 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 143.025849] Hardware name: Generic DRA72X (Flattened Device Tree) [ 143.032235] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 143.040339] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 143.047897] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 143.056361] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 143.065542] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 143.073908] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 143.080914] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 143.088551] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 143.097186] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 143.106277] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 143.115733] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 143.123926] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 143.131833] ---[ end trace 6b9bd7e147ebd7b3 ]--- [ 143.152298] ------------[ cut here ]------------ [ 143.157168] WARNING: CPU: 0 PID: 716 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 143.164728] Modules linked in: [ 143.167935] CPU: 0 PID: 716 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 143.179562] Hardware name: Generic DRA72X (Flattened Device Tree) [ 143.185953] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 143.194055] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 143.201612] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 143.210067] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 143.219254] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 143.227625] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 143.234631] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 143.242283] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 143.250922] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 143.260015] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 143.269472] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 143.277663] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 143.285578] ---[ end trace 6b9bd7e147ebd7b4 ]--- [ 143.290684] ------------[ cut here ]------------ [ 143.295524] WARNING: CPU: 0 PID: 714 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 143.303070] Modules linked in: [ 143.306269] CPU: 0 PID: 714 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 143.317904] Hardware name: Generic DRA72X (Flattened Device Tree) [ 143.324278] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 143.332384] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 143.339946] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 143.348404] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 143.357584] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 143.365954] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 143.372960] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 143.380602] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 143.389243] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 143.398333] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 143.407791] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 143.415977] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 143.423885] ---[ end trace 6b9bd7e147ebd7b5 ]--- [ 143.546244] ------------[ cut here ]------------ [ 143.551108] WARNING: CPU: 0 PID: 713 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 143.558670] Modules linked in: [ 143.561884] CPU: 0 PID: 713 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 143.573523] Hardware name: Generic DRA72X (Flattened Device Tree) [ 143.579935] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 143.588042] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 143.595595] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 143.604055] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 143.613241] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 143.621613] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 143.628627] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 143.636270] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 143.644909] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 143.653999] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 143.663453] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 143.671642] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 143.679551] ---[ end trace 6b9bd7e147ebd7b6 ]--- [ 145.819163] ------------[ cut here ]------------ [ 145.824027] WARNING: CPU: 0 PID: 710 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 145.831580] Modules linked in: [ 145.834786] CPU: 0 PID: 710 Comm: matrix_browser Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 145.846326] Hardware name: Generic DRA72X (Flattened Device Tree) [ 145.852715] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 145.860822] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 145.868377] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 145.876834] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 145.886027] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 145.894408] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 145.901425] [] (mmput) from [] (do_exit+0x288/0x914) [ 145.908432] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 145.915986] [] (do_group_exit) from [] (get_signal+0x240/0x66c) [ 145.923992] [] (get_signal) from [] (do_signal+0x7c/0x340) [ 145.931546] [] (do_signal) from [] (do_work_pending+0xa0/0xb8) [ 145.939466] [] (do_work_pending) from [] (work_pending+0xc/0x20) [ 145.947563] ---[ end trace 6b9bd7e147ebd7b7 ]--- [ 146.288764] ------------[ cut here ]------------ [ 146.293624] WARNING: CPU: 0 PID: 713 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 146.301174] Modules linked in: [ 146.304367] CPU: 0 PID: 713 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 146.314995] Hardware name: Generic DRA72X (Flattened Device Tree) [ 146.321376] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 146.329474] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 146.337035] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 146.345500] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 146.354683] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 146.363053] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 146.370066] [] (mmput) from [] (do_exit+0x288/0x914) [ 146.377073] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 146.384629] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 146.392907] ---[ end trace 6b9bd7e147ebd7b8 ]--- [ 146.398500] ------------[ cut here ]------------ [ 146.403350] WARNING: CPU: 0 PID: 714 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 146.410904] Modules linked in: [ 146.414097] CPU: 0 PID: 714 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 146.424723] Hardware name: Generic DRA72X (Flattened Device Tree) [ 146.431110] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 146.439212] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 146.446770] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 146.455234] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 146.464417] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 146.472787] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 146.479793] [] (mmput) from [] (do_exit+0x288/0x914) [ 146.486804] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 146.494351] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 146.502625] ---[ end trace 6b9bd7e147ebd7b9 ]--- [ 146.508320] ------------[ cut here ]------------ [ 146.513173] WARNING: CPU: 0 PID: 715 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 146.520729] Modules linked in: [ 146.523918] CPU: 0 PID: 715 Comm: grep Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 146.534556] Hardware name: Generic DRA72X (Flattened Device Tree) [ 146.540941] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 146.549041] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 146.556596] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 146.565057] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 146.574244] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 146.582612] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 146.589622] [] (mmput) from [] (do_exit+0x288/0x914) [ 146.596635] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 146.604182] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 146.612456] ---[ end trace 6b9bd7e147ebd7ba ]--- [ 146.618139] ------------[ cut here ]------------ [ 146.622988] WARNING: CPU: 0 PID: 716 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 146.630536] Modules linked in: [ 146.633729] CPU: 0 PID: 716 Comm: cut Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 146.644267] Hardware name: Generic DRA72X (Flattened Device Tree) [ 146.650640] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 146.658743] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 146.666303] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 146.674768] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 146.683952] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 146.692326] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 146.699334] [] (mmput) from [] (do_exit+0x288/0x914) [ 146.706346] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 146.713900] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 146.722174] ---[ end trace 6b9bd7e147ebd7bb ]--- [ 146.733957] ------------[ cut here ]------------ [ 146.738812] WARNING: CPU: 0 PID: 717 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 146.746362] Modules linked in: [ 146.749555] CPU: 0 PID: 717 Comm: sort Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 146.760188] Hardware name: Generic DRA72X (Flattened Device Tree) [ 146.766569] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 146.774669] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 146.782222] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 146.790680] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 146.799865] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 146.808237] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 146.815249] [] (mmput) from [] (do_exit+0x288/0x914) [ 146.822258] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 146.829812] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 146.838084] ---[ end trace 6b9bd7e147ebd7bc ]--- [ 146.843994] ------------[ cut here ]------------ [ 146.848849] WARNING: CPU: 0 PID: 712 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 146.856399] Modules linked in: [ 146.859592] CPU: 0 PID: 712 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 146.871219] Hardware name: Generic DRA72X (Flattened Device Tree) [ 146.877596] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 146.885694] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 146.893251] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 146.901720] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 146.910912] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 146.919278] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 146.926282] [] (mmput) from [] (do_exit+0x288/0x914) [ 146.933288] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 146.940837] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 146.949110] ---[ end trace 6b9bd7e147ebd7bd ]--- [ 146.957047] ------------[ cut here ]------------ [ 146.961916] WARNING: CPU: 0 PID: 721 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 146.969467] Modules linked in: [ 146.972671] CPU: 0 PID: 721 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 146.984300] Hardware name: Generic DRA72X (Flattened Device Tree) [ 146.990681] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 146.998778] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 147.006333] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 147.014792] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 147.023985] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 147.032347] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 147.039357] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 147.047004] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 147.055651] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 147.064747] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 147.074202] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 147.082387] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 147.090296] ---[ end trace 6b9bd7e147ebd7be ]--- [ 147.096779] ------------[ cut here ]------------ [ 147.101647] WARNING: CPU: 0 PID: 720 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 147.109197] Modules linked in: [ 147.112395] CPU: 0 PID: 720 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 147.124028] Hardware name: Generic DRA72X (Flattened Device Tree) [ 147.130410] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 147.138511] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 147.146067] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 147.154525] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 147.163711] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 147.172085] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 147.179096] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 147.186740] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 147.195380] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 147.204468] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 147.213924] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 147.222113] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 147.230037] ---[ end trace 6b9bd7e147ebd7bf ]--- [ 147.237999] ------------[ cut here ]------------ [ 147.242864] WARNING: CPU: 0 PID: 720 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 147.250421] Modules linked in: [ 147.253614] CPU: 0 PID: 720 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 147.264610] Hardware name: Generic DRA72X (Flattened Device Tree) [ 147.270992] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 147.279089] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 147.286641] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 147.295098] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 147.304289] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 147.312656] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 147.319661] [] (mmput) from [] (do_exit+0x288/0x914) [ 147.326675] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 147.334228] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 147.342503] ---[ end trace 6b9bd7e147ebd7c0 ]--- [ 147.348126] ------------[ cut here ]------------ [ 147.352970] WARNING: CPU: 0 PID: 721 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 147.360522] Modules linked in: [ 147.363716] CPU: 0 PID: 721 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 147.374254] Hardware name: Generic DRA72X (Flattened Device Tree) [ 147.380636] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 147.388738] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 147.396297] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 147.404753] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 147.413940] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 147.422307] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 147.429315] [] (mmput) from [] (do_exit+0x288/0x914) [ 147.436322] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 147.443878] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 147.452152] ---[ end trace 6b9bd7e147ebd7c1 ]--- [ 147.458139] ------------[ cut here ]------------ [ 147.462996] WARNING: CPU: 0 PID: 719 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 147.470556] Modules linked in: [ 147.473748] CPU: 0 PID: 719 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 147.485390] Hardware name: Generic DRA72X (Flattened Device Tree) [ 147.491777] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 147.499881] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 147.507447] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 147.515913] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 147.525111] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 147.533494] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 147.540511] [] (mmput) from [] (do_exit+0x288/0x914) [ 147.547523] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 147.555077] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 147.563349] ---[ end trace 6b9bd7e147ebd7c2 ]--- [ 147.571236] ------------[ cut here ]------------ [ 147.576100] WARNING: CPU: 0 PID: 724 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 147.583653] Modules linked in: [ 147.586854] CPU: 0 PID: 724 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 147.598475] Hardware name: Generic DRA72X (Flattened Device Tree) [ 147.604853] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 147.612954] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 147.620507] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 147.628966] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 147.638155] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 147.646527] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 147.653535] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 147.661178] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 147.669825] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 147.678913] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 147.688372] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 147.696552] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 147.704464] ---[ end trace 6b9bd7e147ebd7c3 ]--- [ 147.710963] ------------[ cut here ]------------ [ 147.715819] WARNING: CPU: 0 PID: 723 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 147.723370] Modules linked in: [ 147.726567] CPU: 0 PID: 723 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 147.738206] Hardware name: Generic DRA72X (Flattened Device Tree) [ 147.744586] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 147.752688] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 147.760243] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 147.768700] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 147.777888] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 147.786249] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 147.793254] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 147.800894] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 147.809539] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 147.818634] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 147.828090] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 147.836273] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 147.844183] ---[ end trace 6b9bd7e147ebd7c4 ]--- [ 147.852160] ------------[ cut here ]------------ [ 147.857017] WARNING: CPU: 0 PID: 723 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 147.864566] Modules linked in: [ 147.867768] CPU: 0 PID: 723 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 147.878755] Hardware name: Generic DRA72X (Flattened Device Tree) [ 147.885138] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 147.893238] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 147.900794] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 147.909251] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 147.918441] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 147.926813] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 147.933827] [] (mmput) from [] (do_exit+0x288/0x914) [ 147.940838] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 147.948389] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 147.956661] ---[ end trace 6b9bd7e147ebd7c5 ]--- [ 147.962262] ------------[ cut here ]------------ [ 147.967104] WARNING: CPU: 0 PID: 724 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 147.974657] Modules linked in: [ 147.977858] CPU: 0 PID: 724 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 147.988390] Hardware name: Generic DRA72X (Flattened Device Tree) [ 147.994772] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 148.002875] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 148.010436] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 148.018894] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 148.028083] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 148.036455] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 148.043460] [] (mmput) from [] (do_exit+0x288/0x914) [ 148.050470] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 148.058024] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 148.066301] ---[ end trace 6b9bd7e147ebd7c6 ]--- [ 148.072317] ------------[ cut here ]------------ [ 148.077175] WARNING: CPU: 0 PID: 722 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 148.084732] Modules linked in: [ 148.087936] CPU: 0 PID: 722 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 148.099571] Hardware name: Generic DRA72X (Flattened Device Tree) [ 148.105956] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 148.114060] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 148.121619] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 148.130086] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 148.139283] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 148.147658] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 148.154671] [] (mmput) from [] (do_exit+0x288/0x914) [ 148.161682] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 148.169235] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 148.177509] ---[ end trace 6b9bd7e147ebd7c7 ]--- [ 148.276450] ------------[ cut here ]------------ [ 148.281310] WARNING: CPU: 0 PID: 727 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 148.288871] Modules linked in: [ 148.292076] CPU: 0 PID: 727 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 148.303708] Hardware name: Generic DRA72X (Flattened Device Tree) [ 148.310093] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 148.318198] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 148.325755] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 148.334214] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 148.343395] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 148.351762] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 148.358774] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 148.366418] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 148.375059] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 148.384148] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 148.393603] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 148.401789] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 148.409697] ---[ end trace 6b9bd7e147ebd7c8 ]--- [ 148.416063] ------------[ cut here ]------------ [ 148.420907] WARNING: CPU: 0 PID: 726 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 148.428455] Modules linked in: [ 148.431656] CPU: 0 PID: 726 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 148.443285] Hardware name: Generic DRA72X (Flattened Device Tree) [ 148.449667] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 148.457768] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 148.465318] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 148.473777] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 148.482966] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 148.491329] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 148.498331] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 148.505975] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 148.514613] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 148.523714] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 148.533177] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 148.541362] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 148.549275] ---[ end trace 6b9bd7e147ebd7c9 ]--- [ 148.557193] ------------[ cut here ]------------ [ 148.562051] WARNING: CPU: 0 PID: 726 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 148.569605] Modules linked in: [ 148.572814] CPU: 0 PID: 726 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 148.583812] Hardware name: Generic DRA72X (Flattened Device Tree) [ 148.590197] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 148.598297] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 148.605851] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 148.614307] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 148.623499] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 148.631869] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 148.638878] [] (mmput) from [] (do_exit+0x288/0x914) [ 148.645887] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 148.653441] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 148.661713] ---[ end trace 6b9bd7e147ebd7ca ]--- [ 148.667386] ------------[ cut here ]------------ [ 148.672234] WARNING: CPU: 0 PID: 727 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 148.679787] Modules linked in: [ 148.682977] CPU: 0 PID: 727 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 148.693511] Hardware name: Generic DRA72X (Flattened Device Tree) [ 148.699883] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 148.707983] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 148.715541] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 148.723993] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 148.733175] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 148.741548] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 148.748551] [] (mmput) from [] (do_exit+0x288/0x914) [ 148.755554] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 148.763107] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 148.771378] ---[ end trace 6b9bd7e147ebd7cb ]--- [ 148.777349] ------------[ cut here ]------------ [ 148.782206] WARNING: CPU: 0 PID: 725 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 148.789758] Modules linked in: [ 148.792953] CPU: 0 PID: 725 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 148.804591] Hardware name: Generic DRA72X (Flattened Device Tree) [ 148.810972] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 148.819078] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 148.826639] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 148.835104] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 148.844295] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 148.852678] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 148.859693] [] (mmput) from [] (do_exit+0x288/0x914) [ 148.866710] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 148.874264] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 148.882539] ---[ end trace 6b9bd7e147ebd7cc ]--- [ 148.896102] ------------[ cut here ]------------ [ 148.900961] WARNING: CPU: 0 PID: 730 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 148.908511] Modules linked in: [ 148.911712] CPU: 0 PID: 730 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 148.923339] Hardware name: Generic DRA72X (Flattened Device Tree) [ 148.929720] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 148.937816] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 148.945369] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 148.953833] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 148.963017] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 148.971386] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 148.978393] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 148.986029] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 148.994664] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 149.003762] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 149.013217] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 149.021404] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 149.029317] ---[ end trace 6b9bd7e147ebd7cd ]--- [ 149.035725] ------------[ cut here ]------------ [ 149.040577] WARNING: CPU: 0 PID: 729 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 149.048129] Modules linked in: [ 149.051330] CPU: 0 PID: 729 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 149.062964] Hardware name: Generic DRA72X (Flattened Device Tree) [ 149.069341] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 149.077444] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 149.085003] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 149.093465] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 149.102652] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 149.111023] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 149.118030] [] (mmput) from [] (flush_old_exec+0x32c/0x604) [ 149.125677] [] (flush_old_exec) from [] (load_elf_binary+0x2ec/0x112c) [ 149.134315] [] (load_elf_binary) from [] (search_binary_handler+0x9c/0x240) [ 149.143406] [] (search_binary_handler) from [] (do_execveat_common+0x4d8/0x5bc) [ 149.152866] [] (do_execveat_common) from [] (do_execve+0x2c/0x34) [ 149.161057] [] (do_execve) from [] (ret_fast_syscall+0x0/0x34) [ 149.168969] ---[ end trace 6b9bd7e147ebd7ce ]--- [ 149.176862] ------------[ cut here ]------------ [ 149.181720] WARNING: CPU: 0 PID: 729 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 149.189272] Modules linked in: [ 149.192469] CPU: 0 PID: 729 Comm: basename Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 149.203469] Hardware name: Generic DRA72X (Flattened Device Tree) [ 149.209854] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 149.217951] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 149.225507] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 149.233967] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 149.243155] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 149.251520] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 149.258531] [] (mmput) from [] (do_exit+0x288/0x914) [ 149.265544] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 149.273100] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 149.281372] ---[ end trace 6b9bd7e147ebd7cf ]--- [ 149.286970] ------------[ cut here ]------------ [ 149.291820] WARNING: CPU: 0 PID: 730 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 149.299379] Modules linked in: [ 149.302582] CPU: 0 PID: 730 Comm: sed Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 149.313122] Hardware name: Generic DRA72X (Flattened Device Tree) [ 149.319505] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 149.327605] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 149.335156] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 149.343611] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 149.352795] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 149.361164] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 149.368176] [] (mmput) from [] (do_exit+0x288/0x914) [ 149.375185] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 149.382738] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 149.391014] ---[ end trace 6b9bd7e147ebd7d0 ]--- [ 149.396985] ------------[ cut here ]------------ [ 149.401838] WARNING: CPU: 0 PID: 728 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 149.409392] Modules linked in: [ 149.412597] CPU: 0 PID: 728 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 149.424232] Hardware name: Generic DRA72X (Flattened Device Tree) [ 149.430617] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 149.438718] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 149.446277] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 149.454738] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 149.463926] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 149.472301] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 149.479308] [] (mmput) from [] (do_exit+0x288/0x914) [ 149.486320] [] (do_exit) from [] (do_group_exit+0x48/0xd0) [ 149.493872] [] (do_group_exit) from [] (__wake_up_parent+0x0/0x18) [ 149.502148] ---[ end trace 6b9bd7e147ebd7d1 ]--- [ 149.510730] ------------[ cut here ]------------ [ 149.515592] WARNING: CPU: 0 PID: 732 at mm/mmap.c:2858 exit_mmap+0x1b8/0x224() [ 149.523153] Modules linked in: [ 149.526362] CPU: 0 PID: 732 Comm: S99gplv3-notice Tainted: G W 3.19.0-rc5-next-20150123-00002-g668191ac684c #1 [ 149.537991] Hardware name: Generic DRA72X (Flattened Device Tree) [ 149.544369] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 149.552468] [] (show_stack) from [] (dump_stack+0x70/0x8c) [ 149.560032] [] (dump_stack) from [] (warn_slowpath_common+0x74/0xac) [ 149.568488] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x1c/0x24) [ 149.577670] [] (warn_slowpath_null) from [] (exit_mmap+0x1b8/0x224) [ 149.586040] [] (exit_mmap) from [] (mmput+0x40/0xf8) [ 149.5930 URL:gtsystest.telogy.design.ti.com/vatf/tigtfarm07/tigtfarm07_vatf@j6eco-evm1/tigtfarm0701_23_2015_07_58_14/files/session_iteration_1/test_1