Hi Ben, > debugfs_create_bool is asking to put u32 type pointer instead of bool > so that passing bool type with u32* cast will cause memory corruption > to read that value since it is handled by 4 bytes instead of 1 byte > inside. > > Signed-off-by: Ben Young Tae Kim <ytkim@xxxxxxxxxxxxxxxx> > --- > drivers/bluetooth/hci_qca.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html