Re: [PATCH 2/2] staging: rtl8192e: rtllib_crypt_ccmp.c: Use crypto API ccm(aes)

2019-08-19 Thread Larry Finger
files changed, 78 insertions(+), 110 deletions(-) Tested-by: Larry Finger This change for the RTL8192E works. I do not have the hardware for testing the equivalent change for r8192u, but as the changes look the same, that one is likely OK as well. Thanks for the change, Larry

Re: Problem with crypto when initializing TKIP

2012-04-16 Thread Larry Finger
On 04/16/2012 07:48 AM, Herbert Xu wrote: On Mon, Apr 16, 2012 at 12:29:19AM -0500, Larry Finger wrote: The value of ok is NOTIFY_OK, which leads to a return of -ENOENT and a failure of the initialization. NOTIFY_OK means that we have no notifiers installed. Did you compile/load

Re: 2.6.37-rc7: Regression: b43: crashes in hwrng_register()

2011-01-06 Thread Larry Finger
On 01/06/2011 07:35 AM, Herbert Xu wrote: > On Thu, Jan 06, 2011 at 02:15:16PM +0100, Mario 'BitKoenig' Holbe wrote: >> >> The patch helps. No crashes, meaningful random data - perfect. >> I still have 2 small annotations... > > Thanks for testing! > >> 1. Having ECX on the clobber-list is not re

Re: 2.6.37-rc7: Regression: b43: crashes in hwrng_register()

2011-01-04 Thread Larry Finger
On 01/04/2011 06:19 PM, Herbert Xu wrote: > > PTR_ALIGN (and ALIGN) rounds up, not down. I see where I got lost in the macro expansions. I'm still trying to understand the need for the __attribute__ on the definition for buf. Larry -- To unsubscribe from this list: send the line "unsubscribe li

Re: 2.6.37-rc7: Regression: b43: crashes in hwrng_register()

2011-01-04 Thread Larry Finger
On 01/04/2011 04:42 PM, Herbert Xu wrote: > On Tue, Jan 04, 2011 at 01:57:22PM +0100, Mario 'BitKoenig' Holbe wrote: >> >> # hexdump -n 512 -C /dev/hwrng >> 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff >> || >> 0010 ff ff ff ff ff ff ff 00 00 00 00 00 00 00 00

Re: 2.6.37-rc7: Regression: b43: crashes in hwrng_register()

2011-01-04 Thread Larry Finger
On 01/04/2011 05:06 PM, Mario 'BitKoenig' Holbe wrote: > On Wed, Jan 05, 2011 at 09:42:38AM +1100, Herbert Xu wrote: >> Can you please try this patch against vanilla to print out the >> raw output of xstore? > > # ps -ef | grep 'rng[d]' > # cat /sys/devices/virtual/misc/hw_random/rng_available > v

Re: 2.6.37-rc7: Regression: b43: crashes in hwrng_register()

2010-12-30 Thread Larry Finger
On 12/30/2010 06:37 PM, Herbert Xu wrote: > On Thu, Dec 30, 2010 at 04:49:05PM -0600, Larry Finger wrote: >> >> Do you see any problems in the code in drivers/net/wireless/b43/main.c or >> drivers/char/hw_random/via-rng.c. As the latter seems to make b43 fail, I am >>