Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. 7 de may. de 2024 · dan carpenter Last update: 2024-05-27 18:17 [W:0.126 / U:1.000 seconds] ©2003-2020 Jasper Spaans |hosted at Digital Ocean and TransIP | Read the blog | Advertise on this site

  2. Hace 6 días · TL/DR; Smatch has a warning "warn: sleeping in atomic context". People sometimes want to know why they don't see these warnings when they run Smatch. It requires the cross function database. Generating the cross function database is really time consuming and probably not worth it. Instead try to reproduce the warning at runtime by enabling…

  3. 10 de may. de 2024 · dan carpenter Last update: 2024-05-27 18:24 [W:0.035 / U:0.852 seconds] ©2003-2020 Jasper Spaans |hosted at Digital Ocean and TransIP | Read the blog | Advertise on this site

  4. 9 de may. de 2024 · Dan Carpenter <> Subject: Re: [PATCH net v7 0/3] ax25: Fix issues of ax25_dev and net_device: On Thu, May 09, 2024 at 05:35:59PM +0800, Duoming Zhou wrote: > The first patch uses kernel universal linked list to implement > ax25_dev_list, which makes the operation of the list easier.

  5. 12 de may. de 2024 · That. > > will trigger a stack trace in this case because devl_unregister() checks. > > both those things at the start of the function. > >. > > If mlx5_devlink_params_register() fails then this code will call. > > devl_unregister() and devl_unlock() twice which will again lead to a. > > stack trace or possibly something worse as well.

  6. 1 de may. de 2024 · Dan Carpenter <> Subject: Re: [PATCH net] ax25: Fix refcount leak issues of ax25_dev: I'm always happy to take credit for stuff but the Reported by should go to Lars and Miroslav. Reported-by: Lars Kellogg-Stedman <lars@oddbit.com> Reported-by: Miroslav Skoric <skoric@uns.ac.rs>

  7. 7 de may. de 2024 · They are size loff_t which is an s64. > > Check the they aren't negative. > In this commit file1_offset and file2_offset are u64. They used to. > review process. I've just checked again, and I think it was loff_t in that commit. one that's internal. The userspace API is u64 but internally it's. loff_t.