Re: [PATCH] staging: vchiq: don't leak kernel address

2019-10-08 Thread Matteo Croce
eady picked the patch in his staging tree, but I'm fine with both subjects, really, Greg? -- Matteo Croce per aspera ad upstream ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH] staging: vchiq: don't leak kernel address

2019-10-08 Thread Matteo Croce
Since commit ad67b74d2469d9b8 ("printk: hash addresses printed with %p"), an obfuscated kernel pointer is printed at boot: vchiq: vchiq_init_state: slot_zero = (ptrval) Remove the the print completely, as it's useless without the address. Signed-off-by: Matteo Croc

[PATCH] staging: comedi: fix typo

2019-01-04 Thread Matteo Croce
Fix spelling mistake: "lenghth" -> "length" Signed-off-by: Matteo Croce --- drivers/staging/comedi/drivers/usbduxfast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/usbduxfast.c b/drivers/staging/comedi/dri