Re: [PATCH v2 security-next 1/4] security: Hornet LSM

2025-04-11 Thread Tyler Hicks
On 2025-04-04 14:54:50, Blaise Boscaccy wrote: > +static int hornet_verify_lskel(struct bpf_prog *prog, struct hornet_maps > *maps, > +void *sig, size_t sig_len) > +{ > + int fd; > + u32 i; > + void *buf; > + void *new; > + size_t buf_sz; > + str

Re: Observed a ecryptFS crash

2016-10-10 Thread Tyler Hicks
On 09/29/2016 07:29 AM, liushuoran wrote: > Hi Tyhicks, > > We observed a ecryptFS crash occasionally in Linux kernel 4.1.18. The call > trace is attached below. Is it a known issue? Look forward to hearing from > you. Thanks in advance! It isn't known to me but I'm rarely testing eCryptfs with

Re: [v2 PATCH 9/26] eCryptfs: Use skcipher and shash

2016-01-29 Thread Tyler Hicks
th skcipher, > and the long obsolete hash interface with shash. > > Signed-off-by: Herbert Xu Acked-by: Tyler Hicks I have no problem with you taking this through the cryptodev tree. Thanks! Tyler > > diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c > index 80d6901

Re: [PATCH] eCryptfs: Clean up crypto initialization

2016-01-26 Thread Tyler Hicks
[fixed mhalcrow's email address] Hi Dan - thanks for the alert. I think the code is fine in this situation. On 2016-01-25 17:23:11, Dan Carpenter wrote: > Hello Michael Halcrow, > > The patch e5d9cbde6ce0: "[PATCH] eCryptfs: Clean up crypto > initialization" from Oct 30, 2006, leads to the follo