Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 286.95 KB | None | 0 0
  1.  
  2. Starting kernel ...
  3.  
  4. [ 0.000000] Linux version 4.19.71 (joao@joao-Elcomasv-01) (gcc version 7.4.0 (OpenWrt GCC 7.4.0 r10992-9021f98)) #0 Thu Sep 19 19:44:12 2019
  5. [ 0.000000] bootconsole [early0] enabled
  6. [ 0.000000] CPU0 revision is: 00019374 (MIPS 24Kc)
  7. [ 0.000000] MIPS: machine is COMFAST CF-WR752AC
  8. [ 0.000000] SoC: Qualcomm Atheros QCA9533 ver 2 rev 0
  9. [ 0.000000] Determined physical RAM map:
  10. [ 0.000000] memory: 08000000 @ 00000000 (usable)
  11. [ 0.000000] Initrd not found or empty - disabling initrd
  12. [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  13. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  14. [ 0.000000] Zone ranges:
  15. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
  16. [ 0.000000] Movable zone start for each node
  17. [ 0.000000] Early memory node ranges
  18. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
  19. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
  20. [ 0.000000] random: get_random_bytes called from start_kernel+0x98/0x4a8 with crng_init=0
  21. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480
  22. [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
  23. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  24. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  25. [ 0.000000] Writing ErrCtl register=00000000
  26. [ 0.000000] Readback ErrCtl register=00000000
  27. [ 0.000000] Memory: 122492K/131072K available (4271K kernel code, 173K rwdata, 1008K rodata, 1196K init, 207K bss, 8580K reserved, 0K cma-reserved)
  28. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  29. [ 0.000000] NR_IRQS: 51
  30. [ 0.000000] CPU clock: 650.000 MHz
  31. [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 5880801374 ns
  32. [ 0.000010] sched_clock: 32 bits at 325MHz, resolution 3ns, wraps every 6607641598ns
  33. [ 0.008269] Calibrating delay loop... 432.53 BogoMIPS (lpj=2162688)
  34. [ 0.074882] pid_max: default: 32768 minimum: 301
  35. [ 0.080021] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  36. [ 0.086996] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  37. [ 0.099946] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  38. [ 0.110400] futex hash table entries: 256 (order: -1, 3072 bytes)
  39. [ 0.117017] pinctrl core: initialized pinctrl subsystem
  40. [ 0.123789] NET: Registered protocol family 16
  41. [ 0.136711] PCI host bridge /ahb/pcie-controller@180c0000 ranges:
  42. [ 0.143237] MEM 0x0000000010000000..0x0000000013ffffff
  43. [ 0.148742] IO 0x0000000000000000..0x0000000000000000
  44. [ 0.180671] PCI host bridge to bus 0000:00
  45. [ 0.185110] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff]
  46. [ 0.192356] pci_bus 0000:00: root bus resource [io 0x0000]
  47. [ 0.198242] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
  48. [ 0.205395] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
  49. [ 0.215125] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x101fffff 64bit]
  50. [ 0.227425] clocksource: Switched to clocksource MIPS
  51. [ 0.234270] NET: Registered protocol family 2
  52. [ 0.239908] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
  53. [ 0.248146] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  54. [ 0.255501] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  55. [ 0.262253] TCP: Hash tables configured (established 1024 bind 1024)
  56. [ 0.269166] UDP hash table entries: 256 (order: 0, 4096 bytes)
  57. [ 0.275349] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  58. [ 0.282516] NET: Registered protocol family 1
  59. [ 0.291425] Crashlog allocated RAM at address 0x3f00000
  60. [ 0.299404] workingset: timestamp_bits=14 max_order=15 bucket_order=1
  61. [ 0.314097] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  62. [ 0.320326] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  63. [ 0.348391] io scheduler noop registered
  64. [ 0.352531] io scheduler deadline registered (default)
  65. [ 0.360495] pinctrl-single 1804002c.pinmux: 576 pins, size 72
  66. [ 0.367828] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  67. [ 0.375350] console [ttyS0] disabled
  68. [ 0.379256] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 1562500) is a 16550A
  69. [ 0.388394] console [ttyS0] enabled
  70. [ 0.388394] console [ttyS0] enabled
  71. [ 0.395941] bootconsole [early0] disabled
  72. [ 0.395941] bootconsole [early0] disabled
  73. [ 0.423019] m25p80 spi0.0: w25q128 (16384 Kbytes)
  74. [ 0.427996] 5 fixed-partitions partitions found on MTD device spi0.0
  75. [ 0.434560] Creating 5 MTD partitions on "spi0.0":
  76. [ 0.439568] 0x000000000000-0x000000010000 : "u-boot"
  77. [ 0.445730] 0x000000010000-0x000000030000 : "art"
  78. [ 0.451706] 0x000000020000-0x000001000000 : "firmware"
  79. [ 0.458061] 2 fixed-partitions partitions found on MTD device firmware
  80. [ 0.464812] Creating 2 MTD partitions on "firmware":
  81. [ 0.470031] 0x000000000000-0x000000180000 : "kernel"
  82. [ 0.476099] 0x000000180000-0x000001160000 : "rootfs"
  83. [ 0.481328] mtd: partition "rootfs" extends beyond the end of device "firmware" -- size truncated to 0xe60000
  84. [ 0.492467] mtd: device 4 (rootfs) set to be root filesystem
  85. [ 0.503083] mtdsplit: no squashfs found in "rootfs"
  86. [ 0.508285] 0x000000fe0000-0x000001fd0000 : "configs"
  87. [ 0.513510] mtd: partition "configs" extends beyond the end of device "spi0.0" -- size truncated to 0x20000
  88. [ 0.524617] 0x000000ff0000-0x000001ff0000 : "nvram"
  89. [ 0.529755] mtd: partition "nvram" extends beyond the end of device "spi0.0" -- size truncated to 0x10000
  90. [ 0.541891] libphy: Fixed MDIO Bus: probed
  91. [ 0.908519] ag71xx 19000000.eth: Could not find valid phy node
  92. [ 0.914898] ag71xx 1a000000.eth: invalid MAC address, using random address
  93. [ 1.597883] libphy: ag71xx_mdio: probed
  94. [ 1.603356] libphy: ar8xxx-mdio: probed
  95. [ 1.616891] switch0: Atheros AR8229 rev. 1 switch registered on mdio-bus.0
  96. [ 1.669312] ag71xx 1a000000.eth: connected to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY]
  97. [ 1.679424] eth0: Atheros AG71xx at 0xba000000, irq 5, mode: gmii
  98. [ 1.687954] NET: Registered protocol family 10
  99. [ 1.698716] Segment Routing with IPv6
  100. [ 1.702642] NET: Registered protocol family 17
  101. [ 1.707317] 8021q: 802.1Q VLAN Support v1.8
  102. [ 1.717745] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000: 0xd782 instead
  103. [ 1.727643] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000004: 0xb0b5 instead
  104. [ 1.737464] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000008: 0x33c1 instead
  105. [ 1.747256] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000000c: 0x5d8a instead
  106. [ 1.757059] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000010: 0x3388 instead
  107. [ 1.766871] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000014: 0xcd5e instead
  108. [ 1.776681] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000018: 0xb7ef instead
  109. [ 1.786493] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000001c: 0x2ace instead
  110. [ 1.796305] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000020: 0x2b46 instead
  111. [ 1.806115] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000024: 0x9267 instead
  112. [ 1.815921] jffs2: Further such events for this erase block will not be printed
  113. [ 1.828103] jffs2: Old JFFS2 bitmask found at 0x00000800
  114. [ 1.833592] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  115. [ 1.864575] jffs2: Old JFFS2 bitmask found at 0x00005e24
  116. [ 1.870088] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  117. [ 1.924735] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00010000: 0xbc8a instead
  118. [ 1.934568] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00010004: 0xa746 instead
  119. [ 1.944378] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00010008: 0x77a6 instead
  120. [ 1.954188] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0001000c: 0x55ac instead
  121. [ 1.964000] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00010010: 0x9030 instead
  122. [ 1.973812] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00010014: 0xd9f3 instead
  123. [ 1.983623] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00010018: 0x7f92 instead
  124. [ 1.993434] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0001001c: 0xb92b instead
  125. [ 2.003245] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00010020: 0x134a instead
  126. [ 2.013056] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00010024: 0x7ef2 instead
  127. [ 2.022860] jffs2: Further such events for this erase block will not be printed
  128. [ 2.106010] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020000: 0xb59d instead
  129. [ 2.115836] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020004: 0x5b9c instead
  130. [ 2.125647] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020008: 0xb362 instead
  131. [ 2.135458] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002000c: 0x288f instead
  132. [ 2.145269] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020010: 0x167c instead
  133. [ 2.155080] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020014: 0x6077 instead
  134. [ 2.164891] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020018: 0x4dda instead
  135. [ 2.174703] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002001c: 0x51f7 instead
  136. [ 2.186781] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020020: 0xba25 instead
  137. [ 2.196606] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020024: 0x3383 instead
  138. [ 2.206406] jffs2: Further such events for this erase block will not be printed
  139. [ 2.218563] jffs2: Old JFFS2 bitmask found at 0x000207c8
  140. [ 2.224051] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  141. [ 2.264346] jffs2: Old JFFS2 bitmask found at 0x000277a4
  142. [ 2.269866] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  143. [ 2.315221] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00030000: 0x602d instead
  144. [ 2.325051] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00030004: 0x216d instead
  145. [ 2.334863] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00030008: 0xb4aa instead
  146. [ 2.344674] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0003000c: 0x805c instead
  147. [ 2.354485] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00030010: 0x6f66 instead
  148. [ 2.364297] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00030014: 0x7953 instead
  149. [ 2.374107] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00030018: 0x34f8 instead
  150. [ 2.383919] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0003001c: 0x8303 instead
  151. [ 2.393730] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00030020: 0xba71 instead
  152. [ 2.403541] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00030024: 0x70a7 instead
  153. [ 2.413347] jffs2: Further such events for this erase block will not be printed
  154. [ 2.496410] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040000: 0x6873 instead
  155. [ 2.506240] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040004: 0xd004 instead
  156. [ 2.516052] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040008: 0x8ce3 instead
  157. [ 2.525863] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040010: 0x1300 instead
  158. [ 2.535675] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040014: 0x0400 instead
  159. [ 2.545485] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040018: 0xc006 instead
  160. [ 2.555290] random: fast init done
  161. [ 2.558824] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0004001c: 0x0400 instead
  162. [ 2.568629] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040020: 0x991e instead
  163. [ 2.578441] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040028: 0x6882 instead
  164. [ 2.588252] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040030: 0x6082 instead
  165. [ 2.598057] jffs2: Further such events for this erase block will not be printed
  166. [ 2.610063] jffs2: Empty flash at 0x00040038 ends at 0x00040040
  167. [ 2.689858] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00050000: 0x8600 instead
  168. [ 2.699688] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00050004: 0xe001 instead
  169. [ 2.709498] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00050008: 0x3348 instead
  170. [ 2.719309] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0005000c: 0x1fcf instead
  171. [ 2.729121] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00050010: 0x5267 instead
  172. [ 2.738931] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00050014: 0x510d instead
  173. [ 2.748767] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00050018: 0x1027 instead
  174. [ 2.758580] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0005001c: 0xb0db instead
  175. [ 2.768392] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00050020: 0x41e7 instead
  176. [ 2.778204] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00050024: 0x02da instead
  177. [ 2.788008] jffs2: Further such events for this erase block will not be printed
  178. [ 2.809651] jffs2: Old JFFS2 bitmask found at 0x00052b50
  179. [ 2.815141] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  180. [ 2.855489] jffs2: Old JFFS2 bitmask found at 0x00059e50
  181. [ 2.861002] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  182. [ 2.896786] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060000: 0x05e4 instead
  183. [ 2.906618] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060004: 0xe694 instead
  184. [ 2.916430] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060008: 0x1c2d instead
  185. [ 2.926240] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0006000c: 0x656e instead
  186. [ 2.936052] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060010: 0x285a instead
  187. [ 2.945862] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060014: 0xda72 instead
  188. [ 2.955674] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060018: 0x6785 instead
  189. [ 2.965486] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0006001c: 0x73c0 instead
  190. [ 2.975297] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060020: 0x5165 instead
  191. [ 2.985108] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060024: 0x91fa instead
  192. [ 2.994912] jffs2: Further such events for this erase block will not be printed
  193. [ 3.078105] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00070000: 0x6b00 instead
  194. [ 3.087932] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00070004: 0x1f43 instead
  195. [ 3.097744] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00070008: 0xab32 instead
  196. [ 3.107554] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0007000c: 0xa91f instead
  197. [ 3.117339] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00070010: 0xc97d instead
  198. [ 3.127142] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00070014: 0xf829 instead
  199. [ 3.136954] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00070018: 0xd3cc instead
  200. [ 3.146764] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0007001c: 0x754d instead
  201. [ 3.156575] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00070020: 0x8a17 instead
  202. [ 3.166387] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00070024: 0x88ee instead
  203. [ 3.176191] jffs2: Further such events for this erase block will not be printed
  204. [ 3.237723] jffs2: Old JFFS2 bitmask found at 0x0007a6b4
  205. [ 3.243214] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  206. [ 3.274448] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080000: 0x0479 instead
  207. [ 3.284273] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080004: 0xd367 instead
  208. [ 3.294085] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080008: 0x65ee instead
  209. [ 3.303896] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0008000c: 0xd173 instead
  210. [ 3.313706] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080010: 0x477d instead
  211. [ 3.323519] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080014: 0x6b38 instead
  212. [ 3.333330] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080018: 0xb867 instead
  213. [ 3.343140] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0008001c: 0x4b2b instead
  214. [ 3.352951] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080020: 0x30c1 instead
  215. [ 3.362763] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080024: 0xd07d instead
  216. [ 3.372567] jffs2: Further such events for this erase block will not be printed
  217. [ 3.455710] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00090000: 0x51f3 instead
  218. [ 3.465533] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00090004: 0x3b90 instead
  219. [ 3.475346] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00090008: 0xc1ee instead
  220. [ 3.485156] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0009000c: 0x2d26 instead
  221. [ 3.494968] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00090010: 0xe819 instead
  222. [ 3.504779] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00090014: 0x6c95 instead
  223. [ 3.514590] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00090018: 0x89db instead
  224. [ 3.524402] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0009001c: 0xa56e instead
  225. [ 3.534213] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00090020: 0x50ad instead
  226. [ 3.544023] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00090024: 0x3c44 instead
  227. [ 3.553828] jffs2: Further such events for this erase block will not be printed
  228. [ 3.636973] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0000: 0x091a instead
  229. [ 3.646804] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0004: 0xcac1 instead
  230. [ 3.656615] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0008: 0x973b instead
  231. [ 3.666426] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a000c: 0x0ebf instead
  232. [ 3.676238] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0010: 0x9a0c instead
  233. [ 3.686048] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0014: 0x70c2 instead
  234. [ 3.695859] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0018: 0x8a16 instead
  235. [ 3.705671] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a001c: 0xfdf2 instead
  236. [ 3.717740] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0020: 0x57f8 instead
  237. [ 3.727559] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0024: 0xa00b instead
  238. [ 3.737340] jffs2: Further such events for this erase block will not be printed
  239. [ 3.820546] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000b0000: 0x7189 instead
  240. [ 3.830378] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000b0004: 0x7101 instead
  241. [ 3.840187] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000b0008: 0x29a5 instead
  242. [ 3.849999] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000b000c: 0x8425 instead
  243. [ 3.859809] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000b0010: 0x8128 instead
  244. [ 3.869621] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000b0014: 0x7dcf instead
  245. [ 3.879433] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000b0018: 0x4c98 instead
  246. [ 3.889244] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000b001c: 0x731f instead
  247. [ 3.899055] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000b0020: 0x3dfb instead
  248. [ 3.908866] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000b0024: 0x839a instead
  249. [ 3.918671] jffs2: Further such events for this erase block will not be printed
  250. [ 3.959098] jffs2: Old JFFS2 bitmask found at 0x000b67ec
  251. [ 3.964585] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  252. [ 4.014646] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0000: 0x34c9 instead
  253. [ 4.024476] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0004: 0xdb1e instead
  254. [ 4.034289] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0008: 0x0309 instead
  255. [ 4.044099] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c000c: 0x903a instead
  256. [ 4.053910] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0010: 0x7783 instead
  257. [ 4.063722] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0014: 0x3ad0 instead
  258. [ 4.073533] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0018: 0x4ea9 instead
  259. [ 4.083345] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c001c: 0x9be4 instead
  260. [ 4.093155] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0020: 0xc033 instead
  261. [ 4.102967] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0024: 0x5278 instead
  262. [ 4.112770] jffs2: Further such events for this erase block will not be printed
  263. [ 4.195913] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000d0000: 0x8b55 instead
  264. [ 4.205737] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000d0004: 0x7ac5 instead
  265. [ 4.215549] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000d0008: 0xa073 instead
  266. [ 4.225361] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000d000c: 0x8c65 instead
  267. [ 4.237443] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000d0010: 0xf173 instead
  268. [ 4.247232] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000d0014: 0x2338 instead
  269. [ 4.257041] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000d0018: 0x4aa5 instead
  270. [ 4.266853] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000d001c: 0x96e1 instead
  271. [ 4.276666] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000d0020: 0x4722 instead
  272. [ 4.286476] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000d0024: 0x6be3 instead
  273. [ 4.296282] jffs2: Further such events for this erase block will not be printed
  274. [ 4.379453] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0000: 0x70e3 instead
  275. [ 4.389283] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0004: 0x0b4c instead
  276. [ 4.399095] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0008: 0x8dab instead
  277. [ 4.408906] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e000c: 0xa7d6 instead
  278. [ 4.418716] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0010: 0xaab5 instead
  279. [ 4.428528] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0014: 0xc9e6 instead
  280. [ 4.438339] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0018: 0xeabd instead
  281. [ 4.448150] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e001c: 0x3624 instead
  282. [ 4.457961] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0020: 0x3a91 instead
  283. [ 4.467775] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0024: 0x4e45 instead
  284. [ 4.477578] jffs2: Further such events for this erase block will not be printed
  285. [ 4.551089] jffs2: Old JFFS2 bitmask found at 0x000edeb0
  286. [ 4.556571] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  287. [ 4.573525] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000f0000: 0x015d instead
  288. [ 4.583356] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000f0004: 0x370e instead
  289. [ 4.593168] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000f0008: 0x3131 instead
  290. [ 4.602979] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000f000c: 0x02a0 instead
  291. [ 4.612791] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000f0010: 0x7ba7 instead
  292. [ 4.622602] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000f0014: 0x10ad instead
  293. [ 4.632413] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000f0018: 0x8fba instead
  294. [ 4.642223] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000f001c: 0x8150 instead
  295. [ 4.652035] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000f0020: 0x9bec instead
  296. [ 4.661846] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000f0024: 0x8ce8 instead
  297. [ 4.671651] jffs2: Further such events for this erase block will not be printed
  298. [ 4.726148] jffs2: Old JFFS2 bitmask found at 0x000f965c
  299. [ 4.731661] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  300. [ 4.750650] jffs2: Old JFFS2 bitmask found at 0x000fb6cc
  301. [ 4.756138] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  302. [ 4.782688] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100000: 0xe1bd instead
  303. [ 4.792521] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100004: 0xf2b6 instead
  304. [ 4.802330] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100008: 0x260c instead
  305. [ 4.812142] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0010000c: 0x8e91 instead
  306. [ 4.821952] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100010: 0x2fd9 instead
  307. [ 4.831790] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100014: 0xd65c instead
  308. [ 4.841610] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100018: 0x71e4 instead
  309. [ 4.851422] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0010001c: 0x7de9 instead
  310. [ 4.861233] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100020: 0x757b instead
  311. [ 4.871044] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100024: 0x2939 instead
  312. [ 4.880849] jffs2: Further such events for this erase block will not be printed
  313. [ 4.964007] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00110000: 0x985e instead
  314. [ 4.973833] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00110004: 0xe8ae instead
  315. [ 4.983645] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00110008: 0xb574 instead
  316. [ 4.993456] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0011000c: 0x0225 instead
  317. [ 5.003267] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00110010: 0x472a instead
  318. [ 5.013079] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00110014: 0x127d instead
  319. [ 5.022889] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00110018: 0x2928 instead
  320. [ 5.032702] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0011001c: 0x4bf8 instead
  321. [ 5.042513] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00110020: 0x43c6 instead
  322. [ 5.052323] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00110024: 0xc9ca instead
  323. [ 5.062128] jffs2: Further such events for this erase block will not be printed
  324. [ 5.145276] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120000: 0x7664 instead
  325. [ 5.155103] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120004: 0x855b instead
  326. [ 5.164915] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120008: 0xe725 instead
  327. [ 5.174725] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0012000c: 0x0149 instead
  328. [ 5.184538] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120010: 0x9af4 instead
  329. [ 5.194348] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120014: 0x4857 instead
  330. [ 5.204158] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120018: 0x518d instead
  331. [ 5.213970] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0012001c: 0x7faa instead
  332. [ 5.223782] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120020: 0x9318 instead
  333. [ 5.233592] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120024: 0xfa8d instead
  334. [ 5.243389] jffs2: Further such events for this erase block will not be printed
  335. [ 5.328830] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00130000: 0xe863 instead
  336. [ 5.338658] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00130004: 0xe645 instead
  337. [ 5.348469] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00130008: 0x9344 instead
  338. [ 5.358280] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0013000c: 0xc344 instead
  339. [ 5.368091] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00130010: 0x79d3 instead
  340. [ 5.377902] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00130014: 0x4fda instead
  341. [ 5.387714] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00130018: 0x4346 instead
  342. [ 5.397526] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0013001c: 0xf998 instead
  343. [ 5.407318] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00130020: 0xff1e instead
  344. [ 5.417120] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00130024: 0xb28e instead
  345. [ 5.426926] jffs2: Further such events for this erase block will not be printed
  346. [ 5.472098] jffs2: Old JFFS2 bitmask found at 0x00137a68
  347. [ 5.477617] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  348. [ 5.522917] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140000: 0xea10 instead
  349. [ 5.532748] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140004: 0x8a07 instead
  350. [ 5.542560] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140008: 0x1ed3 instead
  351. [ 5.552371] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0014000c: 0xd711 instead
  352. [ 5.562183] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140010: 0x596f instead
  353. [ 5.571995] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140014: 0x4e93 instead
  354. [ 5.581805] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140018: 0x3a61 instead
  355. [ 5.591617] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0014001c: 0xd839 instead
  356. [ 5.601428] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140020: 0x092d instead
  357. [ 5.611240] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140024: 0x3f9a instead
  358. [ 5.621044] jffs2: Further such events for this erase block will not be printed
  359. [ 5.670771] jffs2: Old JFFS2 bitmask found at 0x00148290
  360. [ 5.676258] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  361. [ 5.716974] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00150000: 0xfee5 instead
  362. [ 5.726804] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00150004: 0x1ca3 instead
  363. [ 5.736607] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00150008: 0xc2ce instead
  364. [ 5.746418] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0015000c: 0x93f4 instead
  365. [ 5.756232] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00150010: 0xed67 instead
  366. [ 5.766042] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00150014: 0xa282 instead
  367. [ 5.778099] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00150018: 0xcc2c instead
  368. [ 5.787919] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0015001c: 0x3261 instead
  369. [ 5.797723] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00150020: 0x80eb instead
  370. [ 5.807535] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00150024: 0x3b22 instead
  371. [ 5.817324] jffs2: Further such events for this erase block will not be printed
  372. [ 5.900526] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160000: 0x8d9a instead
  373. [ 5.910350] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160004: 0x380b instead
  374. [ 5.920162] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160008: 0xdaf9 instead
  375. [ 5.929972] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0016000c: 0x9618 instead
  376. [ 5.939775] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160010: 0xa9d9 instead
  377. [ 5.949587] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160014: 0xfef9 instead
  378. [ 5.959397] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160018: 0x437c instead
  379. [ 5.969200] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0016001c: 0x3750 instead
  380. [ 5.979012] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160020: 0x0887 instead
  381. [ 5.988822] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160024: 0x8d69 instead
  382. [ 5.998628] jffs2: Further such events for this erase block will not be printed
  383. [ 6.081787] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00170000: 0x99ae instead
  384. [ 6.091610] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00170004: 0xc45e instead
  385. [ 6.101414] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00170008: 0x61af instead
  386. [ 6.111224] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0017000c: 0xf4c1 instead
  387. [ 6.121037] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00170010: 0x328a instead
  388. [ 6.130847] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00170014: 0xb33d instead
  389. [ 6.140658] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00170018: 0xe0f0 instead
  390. [ 6.150469] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0017001c: 0xa9dd instead
  391. [ 6.160281] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00170020: 0x95fa instead
  392. [ 6.170093] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00170024: 0x7f56 instead
  393. [ 6.179897] jffs2: Further such events for this erase block will not be printed
  394. [ 6.263039] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180000: 0x3b2e instead
  395. [ 6.272862] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180004: 0xe88d instead
  396. [ 6.282665] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180008: 0xc56d instead
  397. [ 6.294722] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0018000c: 0x2aaa instead
  398. [ 6.304541] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180010: 0xe548 instead
  399. [ 6.314348] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180014: 0x500d instead
  400. [ 6.324159] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180018: 0xdc6c instead
  401. [ 6.333970] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0018001c: 0x69aa instead
  402. [ 6.343782] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180020: 0x47b8 instead
  403. [ 6.353592] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180024: 0x66fe instead
  404. [ 6.363398] jffs2: Further such events for this erase block will not be printed
  405. [ 6.446549] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00190000: 0x52cb instead
  406. [ 6.456373] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00190004: 0xf42a instead
  407. [ 6.466185] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00190008: 0xaaad instead
  408. [ 6.475996] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0019000c: 0x4573 instead
  409. [ 6.485806] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00190010: 0x3349 instead
  410. [ 6.495609] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00190014: 0x6fe6 instead
  411. [ 6.505421] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00190018: 0x3356 instead
  412. [ 6.515231] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0019001c: 0x9ab0 instead
  413. [ 6.525042] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00190020: 0x3a90 instead
  414. [ 6.534854] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00190024: 0xc727 instead
  415. [ 6.544659] jffs2: Further such events for this erase block will not be printed
  416. [ 6.627838] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0000: 0x837d instead
  417. [ 6.637667] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0004: 0x83c4 instead
  418. [ 6.647476] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0008: 0xb1de instead
  419. [ 6.657265] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a000c: 0x1e58 instead
  420. [ 6.667068] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0010: 0x7a2e instead
  421. [ 6.676878] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0014: 0x5fb0 instead
  422. [ 6.686690] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0018: 0x2bf3 instead
  423. [ 6.696501] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a001c: 0xd86c instead
  424. [ 6.706312] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0020: 0x6790 instead
  425. [ 6.716124] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0024: 0x00ab instead
  426. [ 6.725928] jffs2: Further such events for this erase block will not be printed
  427. [ 6.811354] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001b0000: 0xc6a1 instead
  428. [ 6.821188] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001b0004: 0x3f52 instead
  429. [ 6.831000] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001b0008: 0xdbc3 instead
  430. [ 6.840810] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001b000c: 0x2b20 instead
  431. [ 6.850622] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001b0010: 0x29c7 instead
  432. [ 6.860433] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001b0014: 0x5f67 instead
  433. [ 6.870245] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001b0018: 0x18ed instead
  434. [ 6.880055] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001b001c: 0xf0cf instead
  435. [ 6.889867] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001b0020: 0x8eb1 instead
  436. [ 6.899678] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001b0024: 0x48eb instead
  437. [ 6.909490] jffs2: Further such events for this erase block will not be printed
  438. [ 6.992680] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0000: 0xde7e instead
  439. [ 7.002510] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0004: 0x129f instead
  440. [ 7.012314] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0008: 0x2498 instead
  441. [ 7.022126] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c000c: 0xf96a instead
  442. [ 7.031939] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0010: 0x193d instead
  443. [ 7.041748] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0014: 0x2774 instead
  444. [ 7.051558] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0018: 0xeefb instead
  445. [ 7.061370] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c001c: 0x4094 instead
  446. [ 7.071182] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0020: 0x9b7f instead
  447. [ 7.080992] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0024: 0x87e4 instead
  448. [ 7.090798] jffs2: Further such events for this erase block will not be printed
  449. [ 7.164199] jffs2: Old JFFS2 bitmask found at 0x001cd944
  450. [ 7.169713] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  451. [ 7.186758] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001d0000: 0x227c instead
  452. [ 7.196586] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001d0004: 0x9356 instead
  453. [ 7.206398] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001d0008: 0xb1b2 instead
  454. [ 7.216208] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001d000c: 0x80e0 instead
  455. [ 7.226018] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001d0010: 0xca00 instead
  456. [ 7.235830] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001d0014: 0x062f instead
  457. [ 7.245641] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001d0018: 0xd31e instead
  458. [ 7.255452] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001d001c: 0x10f2 instead
  459. [ 7.265265] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001d0020: 0x1208 instead
  460. [ 7.275075] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001d0024: 0x2301 instead
  461. [ 7.284879] jffs2: Further such events for this erase block will not be printed
  462. [ 7.370315] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0000: 0x0636 instead
  463. [ 7.380140] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0004: 0xe48f instead
  464. [ 7.389951] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0008: 0xa850 instead
  465. [ 7.399762] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e000c: 0x6277 instead
  466. [ 7.409573] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0010: 0xa2d5 instead
  467. [ 7.419385] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0014: 0x2175 instead
  468. [ 7.429195] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0018: 0xcdba instead
  469. [ 7.439007] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e001c: 0x6d77 instead
  470. [ 7.448818] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0020: 0x5183 instead
  471. [ 7.458630] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0024: 0x057a instead
  472. [ 7.468435] jffs2: Further such events for this erase block will not be printed
  473. [ 7.489974] jffs2: Old JFFS2 bitmask found at 0x001e2638
  474. [ 7.495459] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  475. [ 7.502892] jffs2: Old JFFS2 bitmask found at 0x001e2d78
  476. [ 7.508395] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  477. [ 7.577176] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001f0000: 0xc3be instead
  478. [ 7.587007] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001f0004: 0x83bb instead
  479. [ 7.596820] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001f0008: 0x84c9 instead
  480. [ 7.606630] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001f000c: 0x2bd0 instead
  481. [ 7.616433] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001f0010: 0x17ef instead
  482. [ 7.626244] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001f0014: 0xf078 instead
  483. [ 7.636056] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001f0018: 0xbfde instead
  484. [ 7.645866] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001f001c: 0x0a25 instead
  485. [ 7.655678] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001f0020: 0x65b1 instead
  486. [ 7.665489] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001f0024: 0xd0d8 instead
  487. [ 7.675296] jffs2: Further such events for this erase block will not be printed
  488. [ 7.758480] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200000: 0x4d70 instead
  489. [ 7.768305] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200004: 0xceed instead
  490. [ 7.778117] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200008: 0xf2cd instead
  491. [ 7.787927] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0020000c: 0xabe3 instead
  492. [ 7.797739] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200010: 0x1900 instead
  493. [ 7.807550] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200014: 0x282c instead
  494. [ 7.817342] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200018: 0x7e79 instead
  495. [ 7.829418] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0020001c: 0xa1fe instead
  496. [ 7.839232] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200020: 0x7bab instead
  497. [ 7.849044] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200024: 0xb5ac instead
  498. [ 7.858848] jffs2: Further such events for this erase block will not be printed
  499. [ 7.942024] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00210000: 0xf395 instead
  500. [ 7.951875] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00210004: 0x26dd instead
  501. [ 7.961697] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00210008: 0x4e16 instead
  502. [ 7.971510] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0021000c: 0x57b1 instead
  503. [ 7.981319] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00210010: 0x4f07 instead
  504. [ 7.991122] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00210014: 0xa56d instead
  505. [ 8.000933] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00210018: 0x7bdc instead
  506. [ 8.010745] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0021001c: 0x7e6a instead
  507. [ 8.020556] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00210020: 0x61ed instead
  508. [ 8.030368] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00210024: 0x579d instead
  509. [ 8.040171] jffs2: Further such events for this erase block will not be printed
  510. [ 8.123320] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220000: 0xf9ff instead
  511. [ 8.133146] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220004: 0xf37b instead
  512. [ 8.142950] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220008: 0xe3db instead
  513. [ 8.152760] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0022000c: 0xac32 instead
  514. [ 8.162572] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220010: 0xc4d9 instead
  515. [ 8.172383] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220014: 0x92a8 instead
  516. [ 8.182194] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220018: 0x900e instead
  517. [ 8.192005] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0022001c: 0x1306 instead
  518. [ 8.201817] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220020: 0xb6b9 instead
  519. [ 8.211628] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220024: 0xce61 instead
  520. [ 8.221433] jffs2: Further such events for this erase block will not be printed
  521. [ 8.304582] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00230000: 0x753d instead
  522. [ 8.314409] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00230004: 0x840d instead
  523. [ 8.324220] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00230008: 0xffb4 instead
  524. [ 8.334031] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0023000c: 0x93d3 instead
  525. [ 8.346087] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00230010: 0xfb00 instead
  526. [ 8.355905] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00230014: 0xfce3 instead
  527. [ 8.365712] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00230018: 0xb659 instead
  528. [ 8.375524] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0023001c: 0x0f22 instead
  529. [ 8.385335] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00230020: 0x20e1 instead
  530. [ 8.395147] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00230024: 0x7c0c instead
  531. [ 8.404952] jffs2: Further such events for this erase block will not be printed
  532. [ 8.488139] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240000: 0x11e8 instead
  533. [ 8.497962] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240004: 0x1f89 instead
  534. [ 8.507774] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240008: 0xad28 instead
  535. [ 8.517586] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0024000c: 0x6273 instead
  536. [ 8.527378] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240010: 0x04b2 instead
  537. [ 8.537180] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240014: 0x8d88 instead
  538. [ 8.546992] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240018: 0xe097 instead
  539. [ 8.556803] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0024001c: 0xa8fc instead
  540. [ 8.566615] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240020: 0xa58d instead
  541. [ 8.576426] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240024: 0x25f8 instead
  542. [ 8.586230] jffs2: Further such events for this erase block will not be printed
  543. [ 8.669398] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00250000: 0x6b47 instead
  544. [ 8.679222] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00250004: 0x83f5 instead
  545. [ 8.689025] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00250008: 0x9079 instead
  546. [ 8.698837] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0025000c: 0x9f8f instead
  547. [ 8.708648] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00250010: 0x1153 instead
  548. [ 8.718459] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00250014: 0xdc58 instead
  549. [ 8.728270] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00250018: 0x41df instead
  550. [ 8.738082] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0025001c: 0x2e1f instead
  551. [ 8.747892] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00250020: 0x5be6 instead
  552. [ 8.757704] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00250024: 0x3304 instead
  553. [ 8.767509] jffs2: Further such events for this erase block will not be printed
  554. [ 8.798469] jffs2: Old JFFS2 bitmask found at 0x002545d0
  555. [ 8.803960] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  556. [ 8.865740] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260000: 0x5d15 instead
  557. [ 8.875572] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260004: 0x25c3 instead
  558. [ 8.885375] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260008: 0xbf42 instead
  559. [ 8.895186] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0026000c: 0xe7a6 instead
  560. [ 8.904997] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260010: 0xe662 instead
  561. [ 8.914808] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260014: 0x85a5 instead
  562. [ 8.924620] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260018: 0x26fe instead
  563. [ 8.934432] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0026001c: 0x2b4b instead
  564. [ 8.944242] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260020: 0xffb3 instead
  565. [ 8.954058] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260024: 0x3f0d instead
  566. [ 8.963858] jffs2: Further such events for this erase block will not be printed
  567. [ 9.047029] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00270000: 0x9410 instead
  568. [ 9.056859] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00270004: 0x6b44 instead
  569. [ 9.066663] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00270008: 0x5645 instead
  570. [ 9.076473] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0027000c: 0xf5fe instead
  571. [ 9.086285] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00270010: 0x3888 instead
  572. [ 9.096097] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00270014: 0x21c3 instead
  573. [ 9.105907] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00270018: 0x5e17 instead
  574. [ 9.115718] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0027001c: 0x8f9e instead
  575. [ 9.125530] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00270020: 0xd719 instead
  576. [ 9.135342] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00270024: 0x0ce3 instead
  577. [ 9.145146] jffs2: Further such events for this erase block will not be printed
  578. [ 9.228321] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280000: 0xb9fe instead
  579. [ 9.238146] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280004: 0x4edf instead
  580. [ 9.247951] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280008: 0x7644 instead
  581. [ 9.257761] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0028000c: 0xd966 instead
  582. [ 9.267573] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280010: 0xed3a instead
  583. [ 9.277365] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280014: 0x7628 instead
  584. [ 9.287169] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280018: 0xe316 instead
  585. [ 9.296979] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0028001c: 0x34e3 instead
  586. [ 9.306791] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280020: 0xf57f instead
  587. [ 9.316601] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280024: 0x9313 instead
  588. [ 9.326406] jffs2: Further such events for this erase block will not be printed
  589. [ 9.352639] jffs2: Old JFFS2 bitmask found at 0x00283580
  590. [ 9.358164] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  591. [ 9.424648] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00290000: 0x68c7 instead
  592. [ 9.434480] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00290004: 0x282d instead
  593. [ 9.444291] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00290008: 0x122d instead
  594. [ 9.454102] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0029000c: 0x7336 instead
  595. [ 9.463914] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00290010: 0x0699 instead
  596. [ 9.473724] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00290014: 0x6560 instead
  597. [ 9.483535] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00290018: 0x94b1 instead
  598. [ 9.493347] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0029001c: 0x320d instead
  599. [ 9.503158] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00290020: 0xc431 instead
  600. [ 9.512970] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00290024: 0x6053 instead
  601. [ 9.522774] jffs2: Further such events for this erase block will not be printed
  602. [ 9.600849] jffs2: Old JFFS2 bitmask found at 0x0029e658
  603. [ 9.606337] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  604. [ 9.618748] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0000: 0x9592 instead
  605. [ 9.628571] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0004: 0x1e56 instead
  606. [ 9.638382] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0008: 0x7560 instead
  607. [ 9.648194] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a000c: 0xcc41 instead
  608. [ 9.658005] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0010: 0xc321 instead
  609. [ 9.667817] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0014: 0x50b8 instead
  610. [ 9.677627] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0018: 0x7893 instead
  611. [ 9.687439] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a001c: 0x54cb instead
  612. [ 9.697231] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0020: 0x68ff instead
  613. [ 9.707034] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0024: 0x0f54 instead
  614. [ 9.716839] jffs2: Further such events for this erase block will not be printed
  615. [ 9.800012] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002b0000: 0x244b instead
  616. [ 9.809839] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002b0004: 0xd756 instead
  617. [ 9.819643] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002b0008: 0x8ddd instead
  618. [ 9.829454] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002b000c: 0x1bf8 instead
  619. [ 9.839266] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002b0010: 0xd233 instead
  620. [ 9.849076] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002b0014: 0xd60a instead
  621. [ 9.858888] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002b0018: 0xedfb instead
  622. [ 9.868699] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002b001c: 0x55d9 instead
  623. [ 9.880757] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002b0020: 0xaa1d instead
  624. [ 9.890583] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002b0024: 0xfa72 instead
  625. [ 9.900385] jffs2: Further such events for this erase block will not be printed
  626. [ 9.969182] jffs2: Old JFFS2 bitmask found at 0x002bcdb8
  627. [ 9.974665] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  628. [ 9.996343] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0000: 0x00fb instead
  629. [ 10.006173] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0004: 0xcaa0 instead
  630. [ 10.015983] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0008: 0xd13d instead
  631. [ 10.025795] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c000c: 0x099c instead
  632. [ 10.035632] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0010: 0xff2e instead
  633. [ 10.045453] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0014: 0x44c5 instead
  634. [ 10.055265] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0018: 0x61fb instead
  635. [ 10.065075] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c001c: 0x1830 instead
  636. [ 10.074886] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0020: 0x04b5 instead
  637. [ 10.084698] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0024: 0x498b instead
  638. [ 10.094502] jffs2: Further such events for this erase block will not be printed
  639. [ 10.177687] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d0000: 0x6e4d instead
  640. [ 10.187504] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d0004: 0xe92a instead
  641. [ 10.197297] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d0008: 0x1974 instead
  642. [ 10.207101] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d000c: 0xb00d instead
  643. [ 10.216911] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d0010: 0x3740 instead
  644. [ 10.226723] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d0014: 0x04e3 instead
  645. [ 10.236536] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d0018: 0x9df2 instead
  646. [ 10.246346] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d001c: 0xc125 instead
  647. [ 10.256157] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d0020: 0xf9fa instead
  648. [ 10.265967] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002d0024: 0x5ae8 instead
  649. [ 10.275773] jffs2: Further such events for this erase block will not be printed
  650. [ 10.311545] jffs2: Old JFFS2 bitmask found at 0x002d5c1c
  651. [ 10.317036] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  652. [ 10.371736] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0000: 0xfc14 instead
  653. [ 10.381559] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0004: 0xff00 instead
  654. [ 10.393622] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0008: 0xa9f7 instead
  655. [ 10.403444] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e000c: 0xf93c instead
  656. [ 10.413252] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0010: 0x9979 instead
  657. [ 10.423063] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0014: 0x2adc instead
  658. [ 10.432875] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0018: 0x271d instead
  659. [ 10.442686] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e001c: 0xb6dd instead
  660. [ 10.452496] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0020: 0xdf91 instead
  661. [ 10.462308] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0024: 0x07cc instead
  662. [ 10.472113] jffs2: Further such events for this erase block will not be printed
  663. [ 10.540806] jffs2: Old JFFS2 bitmask found at 0x002ec84c
  664. [ 10.546295] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  665. [ 10.568098] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002f0000: 0xbb76 instead
  666. [ 10.577927] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002f0004: 0xd033 instead
  667. [ 10.587739] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002f0008: 0xf76a instead
  668. [ 10.597550] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002f000c: 0x60cf instead
  669. [ 10.607343] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002f0010: 0x548d instead
  670. [ 10.617146] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002f0014: 0xec54 instead
  671. [ 10.626957] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002f0018: 0x0b3d instead
  672. [ 10.636768] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002f001c: 0xe2d1 instead
  673. [ 10.646579] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002f0020: 0xe869 instead
  674. [ 10.656390] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002f0024: 0xa0dd instead
  675. [ 10.666196] jffs2: Further such events for this erase block will not be printed
  676. [ 10.749377] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300000: 0x33fb instead
  677. [ 10.759208] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300004: 0x7015 instead
  678. [ 10.769018] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300008: 0x5f6c instead
  679. [ 10.778829] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0030000c: 0x3a89 instead
  680. [ 10.788640] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300010: 0x2e1a instead
  681. [ 10.798451] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300014: 0x367b instead
  682. [ 10.808263] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300018: 0xdcdc instead
  683. [ 10.818074] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0030001c: 0x0d33 instead
  684. [ 10.827885] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300020: 0x1946 instead
  685. [ 10.837696] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300024: 0x5a50 instead
  686. [ 10.847501] jffs2: Further such events for this erase block will not be printed
  687. [ 10.932930] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00310000: 0xf11d instead
  688. [ 10.942762] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00310004: 0x5193 instead
  689. [ 10.952572] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00310008: 0x94fd instead
  690. [ 10.962384] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0031000c: 0xc74e instead
  691. [ 10.972195] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00310010: 0x739c instead
  692. [ 10.982006] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00310014: 0xfdec instead
  693. [ 10.991817] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00310018: 0x3e2d instead
  694. [ 11.001629] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0031001c: 0xf2fd instead
  695. [ 11.011439] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00310020: 0x8c22 instead
  696. [ 11.021251] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00310024: 0x366d instead
  697. [ 11.031057] jffs2: Further such events for this erase block will not be printed
  698. [ 11.085548] jffs2: Old JFFS2 bitmask found at 0x003194c8
  699. [ 11.091065] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  700. [ 11.127008] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320000: 0x6153 instead
  701. [ 11.136834] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320004: 0xfd1d instead
  702. [ 11.146637] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320008: 0x17ac instead
  703. [ 11.156448] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0032000c: 0x1e03 instead
  704. [ 11.166260] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320010: 0x556a instead
  705. [ 11.176070] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320014: 0xefac instead
  706. [ 11.185882] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320018: 0x0bca instead
  707. [ 11.195693] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0032001c: 0xe1a3 instead
  708. [ 11.205505] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320020: 0x0e98 instead
  709. [ 11.215315] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320024: 0x3089 instead
  710. [ 11.225120] jffs2: Further such events for this erase block will not be printed
  711. [ 11.308298] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00330000: 0x27e1 instead
  712. [ 11.318121] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00330004: 0x0c60 instead
  713. [ 11.327934] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00330008: 0xdee1 instead
  714. [ 11.337745] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0033000c: 0x2b6c instead
  715. [ 11.347556] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00330010: 0x2bb7 instead
  716. [ 11.357349] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00330014: 0x2eaa instead
  717. [ 11.367151] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00330018: 0x0e7a instead
  718. [ 11.376963] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0033001c: 0xd37e instead
  719. [ 11.386775] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00330020: 0x2c23 instead
  720. [ 11.396585] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00330024: 0x7855 instead
  721. [ 11.406390] jffs2: Further such events for this erase block will not be printed
  722. [ 11.491823] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340000: 0x2426 instead
  723. [ 11.501650] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340004: 0x6542 instead
  724. [ 11.511466] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340008: 0xf96d instead
  725. [ 11.521272] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0034000c: 0xacac instead
  726. [ 11.531084] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340010: 0xa303 instead
  727. [ 11.540895] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340014: 0x87c1 instead
  728. [ 11.550706] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340018: 0x7297 instead
  729. [ 11.560518] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0034001c: 0xddc6 instead
  730. [ 11.570329] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340020: 0xd5f8 instead
  731. [ 11.580140] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340024: 0x5238 instead
  732. [ 11.589944] jffs2: Further such events for this erase block will not be printed
  733. [ 11.634994] jffs2: Old JFFS2 bitmask found at 0x003474f8
  734. [ 11.640511] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  735. [ 11.685875] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00350000: 0x7b62 instead
  736. [ 11.695705] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00350004: 0xd89f instead
  737. [ 11.705517] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00350008: 0xb3a2 instead
  738. [ 11.715329] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0035000c: 0x4b28 instead
  739. [ 11.725139] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00350010: 0x44e0 instead
  740. [ 11.734951] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00350014: 0x0261 instead
  741. [ 11.744762] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00350018: 0x8ee9 instead
  742. [ 11.754573] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0035001c: 0x6591 instead
  743. [ 11.764385] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00350020: 0xe391 instead
  744. [ 11.774195] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00350024: 0xe88f instead
  745. [ 11.784001] jffs2: Further such events for this erase block will not be printed
  746. [ 11.857547] jffs2: Old JFFS2 bitmask found at 0x0035e010
  747. [ 11.863030] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  748. [ 11.879962] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360000: 0xb798 instead
  749. [ 11.889786] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360004: 0x6aec instead
  750. [ 11.899590] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360008: 0x79e6 instead
  751. [ 11.909401] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0036000c: 0x3061 instead
  752. [ 11.921459] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360010: 0x8826 instead
  753. [ 11.931277] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360014: 0xbbe9 instead
  754. [ 11.941085] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360018: 0xfc71 instead
  755. [ 11.950896] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0036001c: 0x741d instead
  756. [ 11.960706] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360020: 0x2dbb instead
  757. [ 11.970518] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360024: 0x7410 instead
  758. [ 11.980322] jffs2: Further such events for this erase block will not be printed
  759. [ 12.063476] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00370000: 0xce79 instead
  760. [ 12.073307] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00370004: 0xcb9c instead
  761. [ 12.083118] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00370008: 0xd078 instead
  762. [ 12.092929] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0037000c: 0x910f instead
  763. [ 12.102741] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00370010: 0xde47 instead
  764. [ 12.112578] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00370014: 0xd6fe instead
  765. [ 12.122399] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00370018: 0x67f3 instead
  766. [ 12.132210] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0037001c: 0x3850 instead
  767. [ 12.142021] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00370020: 0x6dd9 instead
  768. [ 12.151834] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00370024: 0xe2f5 instead
  769. [ 12.161637] jffs2: Further such events for this erase block will not be printed
  770. [ 12.244781] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380000: 0x491b instead
  771. [ 12.254612] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380004: 0x75b9 instead
  772. [ 12.264424] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380008: 0x41c8 instead
  773. [ 12.274235] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0038000c: 0xfdb8 instead
  774. [ 12.284046] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380010: 0xa92a instead
  775. [ 12.293857] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380014: 0xf58a instead
  776. [ 12.303668] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380018: 0xaf8c instead
  777. [ 12.313480] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0038001c: 0x8cf2 instead
  778. [ 12.323291] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380020: 0x831b instead
  779. [ 12.333102] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380024: 0xf9cd instead
  780. [ 12.342907] jffs2: Further such events for this erase block will not be printed
  781. [ 12.426044] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00390000: 0x5f5e instead
  782. [ 12.438129] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00390004: 0x0d56 instead
  783. [ 12.447951] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00390008: 0x1ee7 instead
  784. [ 12.457762] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0039000c: 0xf205 instead
  785. [ 12.467574] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00390010: 0xdef9 instead
  786. [ 12.477367] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00390014: 0x35c8 instead
  787. [ 12.487169] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00390018: 0x933b instead
  788. [ 12.496980] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0039001c: 0x6688 instead
  789. [ 12.506791] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00390020: 0x6ddc instead
  790. [ 12.516604] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00390024: 0x439c instead
  791. [ 12.526407] jffs2: Further such events for this erase block will not be printed
  792. [ 12.609583] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0000: 0xc7f1 instead
  793. [ 12.619409] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0004: 0x153e instead
  794. [ 12.629221] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0008: 0xb17a instead
  795. [ 12.639033] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a000c: 0x5f26 instead
  796. [ 12.648844] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0010: 0x840b instead
  797. [ 12.658656] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0014: 0x663e instead
  798. [ 12.668467] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0018: 0xbd98 instead
  799. [ 12.678277] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a001c: 0x8d4f instead
  800. [ 12.688088] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0020: 0x98cd instead
  801. [ 12.697900] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0024: 0xc297 instead
  802. [ 12.707704] jffs2: Further such events for this erase block will not be printed
  803. [ 12.790868] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003b0000: 0x130c instead
  804. [ 12.800697] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003b0004: 0x3a6e instead
  805. [ 12.810509] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003b0008: 0x43b6 instead
  806. [ 12.820319] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003b000c: 0xeccf instead
  807. [ 12.830131] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003b0010: 0x9371 instead
  808. [ 12.839943] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003b0014: 0x0283 instead
  809. [ 12.849753] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003b0018: 0x7f1f instead
  810. [ 12.859565] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003b001c: 0x88a0 instead
  811. [ 12.869376] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003b0020: 0x289b instead
  812. [ 12.879187] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003b0024: 0xd637 instead
  813. [ 12.888993] jffs2: Further such events for this erase block will not be printed
  814. [ 12.943471] jffs2: Old JFFS2 bitmask found at 0x003b9414
  815. [ 12.948992] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  816. [ 12.986886] jffs2: Old JFFS2 bitmask found at 0x003bffb4
  817. [ 12.992406] jffs2: You cannot use older JFFS2 filesystems with newer kernels
  818. [ 13.000061] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0000: 0x7ac0 instead
  819. [ 13.009884] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0004: 0x3bc1 instead
  820. [ 13.019689] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0008: 0x1314 instead
  821. [ 13.029502] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c000c: 0x6b19 instead
  822. [ 13.039311] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0010: 0xe4dc instead
  823. [ 13.049122] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0014: 0x3b8f instead
  824. [ 13.058934] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0018: 0x07db instead
  825. [ 13.068745] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c001c: 0x87bd instead
  826. [ 13.078556] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0020: 0x755f instead
  827. [ 13.088368] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0024: 0x2178 instead
  828. [ 13.098172] jffs2: Further such events for this erase block will not be printed
  829. [ 13.181359] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003d0000: 0xb351 instead
  830. [ 13.191182] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003d0004: 0x371e instead
  831. [ 13.200986] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003d0008: 0xdac7 instead
  832. [ 13.210796] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003d000c: 0xd23d instead
  833. [ 13.220608] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003d0010: 0xdd31 instead
  834. [ 13.230420] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003d0014: 0x56f6 instead
  835. [ 13.240231] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003d0018: 0x2e70 instead
  836. [ 13.250041] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003d001c: 0xd065 instead
  837. [ 13.259855] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003d0020: 0x9c18 instead
  838. [ 13.269664] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003d0024: 0x90a2 instead
  839. [ 13.279468] jffs2: Further such events for this erase block will not be printed
  840. [ 13.362628] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0000: 0xac9a instead
  841. [ 13.372452] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0004: 0xe437 instead
  842. [ 13.382264] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0008: 0x26a7 instead
  843. [ 13.392075] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e000c: 0xfec5 instead
  844. [ 13.401886] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0010: 0x3421 instead
  845. [ 13.411698] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0014: 0xdab8 instead
  846. [ 13.421509] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0018: 0x37cc instead
  847. [ 13.431323] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e001c: 0xa624 instead
  848. [ 13.441132] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0020: 0xd891 instead
  849. [ 13.450943] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0024: 0x5829 instead
  850. [ 13.460748] jffs2: Further such events for this erase block will not be printed
  851. [ 13.546141] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003f0000: 0xf5e9 instead
  852. [ 13.555973] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003f0004: 0x8bfe instead
  853. [ 13.565784] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003f0008: 0x4527 instead
  854. [ 13.575594] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003f000c: 0x82e1 instead
  855. [ 13.585406] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003f0010: 0x6375 instead
  856. [ 13.595216] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003f0014: 0x1c6d instead
  857. [ 13.605028] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003f0018: 0xb94a instead
  858. [ 13.614840] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003f001c: 0x7e45 instead
  859. [ 13.624650] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003f0020: 0x8349 instead
  860. [ 13.634462] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003f0024: 0xb7fd instead
  861. [ 13.644266] jffs2: Further such events for this erase block will not be printed
  862. [ 13.727452] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400000: 0x8234 instead
  863. [ 13.737242] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400004: 0x1301 instead
  864. [ 13.747050] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400008: 0x090e instead
  865. [ 13.756854] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0040000c: 0x470f instead
  866. [ 13.766666] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400010: 0x5469 instead
  867. [ 13.776478] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400014: 0xe554 instead
  868. [ 13.786288] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400018: 0x7a43 instead
  869. [ 13.796100] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0040001c: 0x2ee4 instead
  870. [ 13.805911] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400020: 0xaf86 instead
  871. [ 13.815721] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400024: 0x237f instead
  872. [ 13.825527] jffs2: Further such events for this erase block will not be printed
  873. [ 13.910403] jffs2_scan_eraseblock(): End of filesystem marker found at 0x410000
  874. [ 13.918049] jffs2: Cowardly refusing to erase blocks on filesystem with no valid JFFS2 nodes
  875. [ 13.926763] jffs2: empty_blocks 165, bad_blocks 0, c->nr_blocks 230
  876. [ 13.933385] VFS: Cannot open root device "(null)" or unknown-block(31,4): error -5
  877. [ 13.941232] Please append a correct "root=" boot option; here are the available partitions:
  878. [ 13.949889] 1f00 64 mtdblock0
  879. [ 13.949895] (driver?)
  880. [ 13.956648] 1f01 128 mtdblock1
  881. [ 13.956651] (driver?)
  882. [ 13.963423] 1f02 16256 mtdblock2
  883. [ 13.963427] (driver?)
  884. [ 13.970196] 1f03 1536 mtdblock3
  885. [ 13.970200] (driver?)
  886. [ 13.976950] 1f04 14720 mtdblock4
  887. [ 13.976953] (driver?)
  888. [ 13.983725] 1f05 128 mtdblock5
  889. [ 13.983729] (driver?)
  890. [ 13.990518] 1f06 64 mtdblock6
  891. [ 13.990522] (driver?)
  892. [ 13.997271] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(31,4)
  893. [ 14.011496] Rebooting in 1 seconds..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement