[PATCH] selftests/bpf: Fix fill_link_info selftest on powerpc

2024-12-08 Thread Saket Kumar Bhaskar
With CONFIG_KPROBES_ON_FTRACE enabled on powerpc, ftrace_location_range returns ftrace location for bpf_fentry_test1 at offset of 4 bytes from function entry. This is because branch to _mcount function is at offset of 4 bytes in function profile sequence. To fix this, add entry_offset of 4 bytes w

Re: [PATCH net-next v13 07/22] ovpn: implement basic TX path (UDP)

2024-12-08 Thread kernel test robot
: 152d00a913969514967ad3f962b3b1c8983eb2d7 patch link: https://lore.kernel.org/r/20241206-b4-ovpn-v13-7-67fb4be666e2%40openvpn.net patch subject: [PATCH net-next v13 07/22] ovpn: implement basic TX path (UDP) config: nios2-randconfig-r131-20241208 (https://download.01.org/0day-ci/archive/20241208

Re: [PATCH net v4 0/6] virtio_net: correct netdev_tx_reset_queue() invocation points

2024-12-08 Thread Jason Wang
On Fri, Dec 6, 2024 at 9:11 AM Koichiro Den wrote: > > When virtnet_close is followed by virtnet_open, some TX completions can > possibly remain unconsumed, until they are finally processed during the > first NAPI poll after the netdev_tx_reset_queue(), resulting in a crash > [1]. Commit b96ed2c97

Re: [PATCH v3 07/12] media: i2c: imx214: Add vblank and hblank controls

2024-12-08 Thread Ricardo Ribalda Delgado
On Sun, Dec 8, 2024 at 10:35 PM André Apitzsch wrote: > > Hi Ricardo, > > Am Sonntag, dem 08.12.2024 um 21:59 +0100 schrieb Ricardo Ribalda > Delgado: > > In general it looks good to me (besides the comments, ignore the nits > > if you want to). > > > > I'd recommend that you test with lockdep to

Re: [PATCH v3 07/12] media: i2c: imx214: Add vblank and hblank controls

2024-12-08 Thread André Apitzsch
Hi Ricardo, Am Sonntag, dem 08.12.2024 um 21:59 +0100 schrieb Ricardo Ribalda Delgado: > In general it looks good to me (besides the comments, ignore the nits > if you want to). > > I'd recommend that you test with lockdep to make sure that we are not > missing anything, and I'd like to hear back

Re: [PATCH v3 07/12] media: i2c: imx214: Add vblank and hblank controls

2024-12-08 Thread Ricardo Ribalda Delgado
On Sun, Dec 8, 2024 at 9:59 PM Ricardo Ribalda Delgado wrote: > > In general it looks good to me (besides the comments, ignore the nits > if you want to). > > I'd recommend that you test with lockdep to make sure that we are not > missing anything, and I'd like to hear back from Sakari regarding t

Re: [PATCH v3 06/12] media: i2c: imx214: Check number of lanes from device tree

2024-12-08 Thread Ricardo Ribalda Delgado
Acked-by: Ricardo Ribalda On Sat, Dec 7, 2024 at 9:48 PM André Apitzsch via B4 Relay wrote: > > From: André Apitzsch > > The imx214 camera is capable of either two-lane or four-lane operation. > > Currently only the four-lane mode is supported, as proper pixel rates > and link frequences for the

Re: [PATCH v3 12/12] media: i2c: imx214: Fix link frequency

2024-12-08 Thread Ricardo Ribalda Delgado
Acked-by: Ricardo Ribalda nit: media: i2c: imx214: Fix link frequency validation On Sat, Dec 7, 2024 at 9:49 PM André Apitzsch via B4 Relay wrote: > > From: André Apitzsch > > The driver defines IMX214_DEFAULT_LINK_FREQ 48000, and then > IMX214_DEFAULT_PIXEL_RATE ((IMX214_DEFAULT_LINK_F

Re: [PATCH v3 07/12] media: i2c: imx214: Add vblank and hblank controls

2024-12-08 Thread Ricardo Ribalda Delgado
In general it looks good to me (besides the comments, ignore the nits if you want to). I'd recommend that you test with lockdep to make sure that we are not missing anything, and I'd like to hear back from Sakari regarding the get_locked_active Thanks! On Sat, Dec 7, 2024 at 9:48 PM André Apitzs