Re: [PATCH v3 for 9.1 0/6] virtio, vhost: Add VIRTIO_F_NOTIFICATION_DATA support

2024-03-16 Thread Jiri Pirko
Fri, Mar 15, 2024 at 05:55:51PM CET, jonah.pal...@oracle.com wrote: >The goal of these patches are to add support to a variety of virtio and >vhost devices for the VIRTIO_F_NOTIFICATION_DATA transport feature. This >feature indicates that a driver will pass extra data (instead of just a >virtqueue'

Re: Regression in v7.2.10 - ui-dbus.so requires -fPIC

2024-03-16 Thread Michael Tokarev
15.03.2024 00:00, Olaf Hering wrote: ui-dbus.so is a shared library. But it is apparently handled differently than all the other shared libraries: it is not compiled with -fPIC. As a result it fails to link. Not sure why this happens only here. Everything up to v7.2.9 was fine. Looking at some

Re: Intention to work on GSoC project

2024-03-16 Thread Sahil
Hi, Thank you for your reply. On Friday, March 15, 2024 4:57:39 PM IST Eugenio Perez Martin wrote: > [...] > > Some sections in the above docs were difficult to grasp. For the time > > being, I have focused on those parts that I thought were relevant > > to the project. > > Please feel free to a

Re: Regression in v7.2.10 - ui-dbus.so requires -fPIC

2024-03-16 Thread Olaf Hering
Sat, 16 Mar 2024 22:40:14 +0300 Michael Tokarev : > meson: ensure dbus-display generated code is built before other units > (cherry picked from commit 1222070e772833c6875e0ca63565db12c22df39e) "static_library" is used often. Some use the 'pic' option, which fixes the issue. I think ev