Re: BUG: Out of bounds read in hci_le_ext_adv_report_evt()

2021-03-21 Thread Emil Lenngren
Hi, Den mån 22 mars 2021 kl 00:01 skrev Luiz Augusto von Dentz : > Or we do something like > https://lore.kernel.org/linux-bluetooth/20201024002251.1389267-1-luiz.de...@gmail.com/, > that said the reason we didn't applied my patches was that the > controller would be the one generating invalid

Re: [PATCH] ubifs: Add support for zstd compression.

2019-06-07 Thread Emil Lenngren
Hi, Den fre 7 juni 2019 kl 22:49 skrev Richard Weinberger : > > - Ursprüngliche Mail - > > Von: "Emil Lenngren" > > An: "richard" > > CC: "linux-mtd" , "Sebastian Andrzej > > Siewior" , "linux-kernel&q

Re: [PATCH] ubifs: Add support for zstd compression.

2019-06-07 Thread Emil Lenngren
Hi, Den fre 7 juni 2019 kl 22:09 skrev Richard Weinberger : > > Emil, > > - Ursprüngliche Mail - > > In fs/ubifs/sb.c we have > > > > static int get_default_compressor(struct ubifs_info *c) > > { > >if (ubifs_compr_present(c, UBIFS_COMPR_LZO)) > >return UBIFS_COMPR_LZO; > > >

Re: [PATCH] ubifs: Add support for zstd compression.

2019-06-07 Thread Emil Lenngren
Hello, Den ons 15 maj 2019 kl 23:03 skrev Richard Weinberger : > > From: Michele Dionisio > > zstd shows a good compression rate and is faster than lzo, > also on slow ARM cores. > > Cc: Sebastian Andrzej Siewior > Signed-off-by: Michele Dionisio > [rw: rewrote commit message] > Signed-off-by:

Re: [PATCH] pre-shared passcode: secure pairing for "no keyboard, no display" devices

2019-02-15 Thread Emil Lenngren
Hi, Den fre 15 feb. 2019 kl 12:46 skrev Pavel Machek : > > Hi! > > > > Currently, "no keyboard, no display" devices can be paired, but > > > pairing is not secure against active attacker. > > > > > > Can we do better? Not for the first pairing; but for the next ones -- > > > yes, I believe we can.

Re: [PATCH] pre-shared passcode: secure pairing for "no keyboard, no display" devices

2019-02-14 Thread Emil Lenngren
Hi Pavel, Den tors 14 feb. 2019 kl 14:59 skrev Pavel Machek : > > Hi! > > Currently, "no keyboard, no display" devices can be paired, but > pairing is not secure against active attacker. > > Can we do better? Not for the first pairing; but for the next ones -- > yes, I believe we can. > > BLE

Re: [PATCH 2/2] mtd: spinand: micron: Support for all Micron SPI NAND flashes

2019-02-04 Thread Emil Lenngren
Hi, Den mån 4 feb. 2019 kl 12:18 skrev Shivamurthy Shastri (sshivamurthy) : > > Driver is redesigned using parameter page to support all the Micron > SPI NAND flashes. > > Parameter page of Micron flashes is similar to ONFI parameter table and > functionality is same, so copied some of the common

Re: [PATCH 0/6] Constant Time Memory Comparisons Are Important

2017-06-11 Thread Emil Lenngren
2017-06-11 22:48 GMT+02:00 Emmanuel Grumbach : > On Sun, Jun 11, 2017 at 4:36 PM, Kees Cook wrote: >> >> On Sun, Jun 11, 2017 at 1:13 AM, Kalle Valo wrote: >> > "Jason A. Donenfeld" writes: >> > >> >> Whenever

Re: [PATCH 0/6] Constant Time Memory Comparisons Are Important

2017-06-11 Thread Emil Lenngren
2017-06-11 22:48 GMT+02:00 Emmanuel Grumbach : > On Sun, Jun 11, 2017 at 4:36 PM, Kees Cook wrote: >> >> On Sun, Jun 11, 2017 at 1:13 AM, Kalle Valo wrote: >> > "Jason A. Donenfeld" writes: >> > >> >> Whenever you're comparing two MACs, it's important to do this using >> >> crypto_memneq