JUNK_SIZE
memset(junk_data, 0, JUNK_SIZE);
junk_data = kmalloc(JUNK_SIZE, M_ISPTARG, M_WAITOK | M_ZERO);