Lines Matching refs:pr_info
37 pr_info("Attempting vmalloc linear overflow ...\n");
59 pr_info("Attempting slab linear overflow ...\n");
79 pr_info("Allocated memory %p-%p\n", base, &base[offset * 2]);
80 pr_info("Attempting bad write to freed memory at %p\n",
88 pr_info("Hmm, didn't get the same memory range.\n");
105 pr_info("Unable to allocate base memory.\n");
111 pr_info("Unable to allocate val memory.\n");
118 pr_info("Value in memory before free: %x\n", base[offset]);
122 pr_info("Attempting bad read from freed memory\n");
126 pr_info("Memory correctly poisoned (%x)\n", saw);
139 pr_info("Unable to allocate free page\n");
143 pr_info("Writing to the buddy page before free\n");
147 pr_info("Attempting bad write to the buddy page after free\n");
162 pr_info("Unable to allocate free page\n");
168 pr_info("Unable to allocate val memory.\n");
177 pr_info("Value in memory before free: %x\n", base[0]);
179 pr_info("Attempting to read from freed memory\n");
183 pr_info("Memory correctly poisoned (%x)\n", saw);
199 pr_info("Unable to allocate 512 bytes the first time.\n");
208 pr_info("Unable to allocate 512 bytes the second time.\n");
216 pr_info("Memory appears initialized (%x, no earlier values)\n", *val);
231 pr_info("Unable to allocate first free page\n");
240 pr_info("Unable to allocate second free page\n");
249 pr_info("Memory appears initialized (%x, no earlier values)\n", *val);
263 pr_info("Unable to allocate double_free_cache memory.\n");
269 pr_info("Attempting double slab free ...\n");
280 pr_info("Unable to allocate a_cache memory.\n");
286 pr_info("Attempting cross-cache slab free ...\n");
294 pr_info("Attempting non-Slab slab free ...\n");