Jakob Koschel ([email protected])

Number of posts: 337 (3.79 per day)
First post: 2022-01-28 06:25:00
Last post: 2022-04-27 17:35:36

Date List Subject
2022-02-28 17:39:30 linux-kernel [PATCH] media: saa7134: fix incorrect use to determine if list is empty
2022-02-28 13:41:18 linux-wireless [PATCH 6/6] treewide: remove check of list iterator against head past the loop body
2022-02-28 13:31:36 linux-kernel Re: [PATCH 1/6] drivers: usb: remove usage of list iterator past the loop body
2022-02-28 13:17:12 linux-crypto [PATCH 0/6] Remove usage of list iterator past the loop body
2022-02-28 12:23:58 linux-crypto [PATCH 4/6] drivers: remove unnecessary use of list iterator variable
2022-02-28 12:17:58 linux-kernel [PATCH 3/6] treewide: fix incorrect use to determine if list is empty
2022-02-28 12:14:08 linux-kernel Re: [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
2022-02-28 12:03:39 linux-wireless [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
2022-02-28 11:49:20 linux-crypto [PATCH 1/6] drivers: usb: remove usage of list iterator past the loop body
2022-02-24 01:20:41 linux-kernel Re: [RFC PATCH 04/13] vfio/mdev: remove the usage of the list iterator after the loop
2022-02-24 01:19:11 linux-kernel Re: [RFC PATCH 04/13] vfio/mdev: remove the usage of the list iterator after the loop
2022-02-24 01:06:35 linux-kernel Re: [RFC PATCH 03/13] usb: remove the usage of the list iterator after the loop
2022-02-24 00:56:12 linux-kernel Re: [RFC PATCH 04/13] vfio/mdev: remove the usage of the list iterator after the loop
2022-02-24 00:33:43 linux-kernel Re: [RFC PATCH 01/13] list: introduce speculative safe list_for_each_entry()
2022-02-23 15:37:49 linux-kernel Re: [RFC PATCH 03/13] usb: remove the usage of the list iterator after the loop
2022-02-18 00:20:25 linux-kernel [RFC PATCH 08/13] net: dsa: future proof usage of list iterator after the loop
2022-02-18 00:19:55 linux-kernel [RFC PATCH 12/13] staging: greybus: audio: Remove usage of list iterator after the loop
2022-02-18 00:18:35 linux-kernel [RFC PATCH 07/13] udp_tunnel: remove the usage of the list iterator after the loop
2022-02-18 00:08:41 linux-kernel [RFC PATCH 09/13] drbd: future proof usage of list iterator after the loop
2022-02-18 00:03:14 linux-kernel [RFC PATCH 00/13] Proposal for speculative safe list iterator
2022-02-18 00:01:50 linux-kernel [RFC PATCH 04/13] vfio/mdev: remove the usage of the list iterator after the loop
2022-02-17 23:49:09 linux-kernel [RFC PATCH 03/13] usb: remove the usage of the list iterator after the loop
2022-02-17 23:35:09 linux-kernel [RFC PATCH 02/13] scripts: coccinelle: adapt to find list_for_each_entry nospec issues
2022-02-17 23:22:27 linux-kernel [RFC PATCH 11/13] ath6kl: remove use of list iterator after the loop
2022-02-17 22:40:29 linux-kernel [RFC PATCH 13/13] scsi: mpt3sas: comment about invalid usage of the list iterator
2022-02-17 21:45:45 linux-kernel [RFC PATCH 06/13] ARM: mmp: remove the usage of the list iterator after the loop
2022-02-17 20:26:24 linux-kernel [RFC PATCH 01/13] list: introduce speculative safe list_for_each_entry()
2022-02-17 20:22:18 linux-kernel [RFC PATCH 10/13] powerpc/spufs: future proof usage of list iterator after the loop
2022-02-17 19:35:29 linux-kernel [RFC PATCH 05/13] drivers/perf: remove the usage of the list iterator after the loop
2022-01-28 06:25:31 linux-kernel [PATCH 2/2] vt_ioctl: add array_index_nospec to VT_ACTIVATE
2022-01-28 06:25:00 linux-kernel [PATCH 1/2] vt_ioctl: fix array_index_nospec in vt_setactivate