Hi Marcel, On Sat, Jan 25, 2020, Marcel Holtmann wrote: > The debugfs entries for {min,max}_key_size are created during SMP > registration and thus it might lead to multiple attempts to create the > same entries. Avoid this by moving them to the LE controller init > section. > > Signed-off-by: Marcel Holtmann <marcel@xxxxxxxxxxxx> > --- > net/bluetooth/hci_debugfs.c | 61 ++++++++++++++++++++++++ > net/bluetooth/smp.c | 93 ------------------------------------- > 2 files changed, 61 insertions(+), 93 deletions(-) Applied to bluetooth-next. Thanks. Johan