Re: [PATCH v4 6/8] backlight: led-backlight: add devlink to supplier LEDs

2024-09-20 Thread Luca Ceresoli
Hello Daniel, On Thu, 19 Sep 2024 14:43:23 +0200 Daniel Thompson wrote: > On Tue, Sep 17, 2024 at 10:53:10AM +0200, Luca Ceresoli wrote: > > led-backlight is a consumer of one or multiple LED class devices, but no > > devlink is created for such supplier-producer relationship.

Re: vxlan(4) Between Three Sites

2024-09-20 Thread Luca Di Gregorio
e value be in the dynamic/private port range 49152-65535 [RFC6335]. I see that OpenBSD set the same port as the Destination Port, that is, 4789 for every outcoming packets. Do you think it's possible to optimize in this way? Il giorno ven 20 set 2024 alle ore 03:32 David Gwynne ha

Re: enc0 without MULTICAST flag

2024-09-19 Thread Luca Di Gregorio
tc/hostname.sec0 mtu 1446 192.168.4.2 192.168.4.1 netmask 0xfffc up Il giorno ven 20 set 2024 alle ore 03:16 David Gwynne ha scritto: > On Thu, Sep 19, 2024 at 10:57:42PM +0200, Luca Di Gregorio wrote: > > I'm running 7.5, I see this alert: > > > > # ifconfig sec0

Re: enc0 without MULTICAST flag

2024-09-19 Thread Luca Di Gregorio
I'm running 7.5, I see this alert: # ifconfig sec0 create # ifconfig sec0 tunnel 169.254.229.42/30 169.254.229.41 ifconfig: error in parsing address string: non-recoverable failure in name resolution I can't configure sec0 Il giorno gio 19 set 2024 alle ore 21:32 Luca Di Gregorio

Re: vxlan(4) Between Three Sites

2024-09-19 Thread Luca Di Gregorio
1 single multicast router is enough to implement VXLAN. mrouted compiled from git (by troglobit) works. And it's quite simple to configure. You don't need OSPF because mrouted comes with DVMRP. I have two sites with PublicIP1 and PublicIP2, where some VMs run. IP addresses of vio0 interfaces of al

Re: enc0 without MULTICAST flag

2024-09-19 Thread Luca Di Gregorio
is weekend, come to my talk as I’ll be diving into this > exact subject. > > Cheers, > > Jason. > > Sent from my iPhone > > On 19 Sep 2024, at 7:16 PM, Luca Di Gregorio wrote: > >  > I configured a site-to-site vpn with ike2, > it works for unicast traffic.

enc0 without MULTICAST flag

2024-09-19 Thread Luca Di Gregorio
I configured a site-to-site vpn with ike2, it works for unicast traffic. I need to enable ospf on the 2 hosts via enc0, but ifconfig enc0 shows: enc0: flags=41 index 2 priority 0 llprio 3 groups: enc status: active inet ... So, ospfd shows, in /var/log/daemon:

Re: [PATCH v3] dts: fix runner target in the Dockerfile

2024-09-19 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

Re: [PATCH 2/2] drm/i915/debugfs: add dedicated intel_display_caps debugfs for display

2024-09-19 Thread Luca Coelho
i915 and xe. > > Remove display param dumping from i915 specific i915_capabilities > debugfs. > > Note that we don't add node_to_intel_display() functionality in > to_intel_display(). It's too specific for that. > > Signed-off-by: Jani Nikula > --- Reviewed-by: Luca Coelho -- Cheers, Luca.

Re: [PATCH 1/2] drm/i915/color: Extract intel_color_modeset()

2024-09-19 Thread Luca Coelho
Looks good! Reviewed-by: Luca Coelho -- Cheers, Luca.

Re: [PATCH 2/2] drm/i915: Extract intel_post_plane_update_after_readout()

2024-09-19 Thread Luca Coelho
ut()). > > Signed-off-by: Ville Syrjälä > --- This looks fine, but what is the exact motivation here? Is it just to reduce the size of intel_atomic_commit_tail()? Regardless: Reviewed-by: Luca Coelho -- Cheers, Luca.

Revisione di sudo

2024-09-18 Thread Luca Vercelli
Ciao, spedisco la revisione per suggerimenti/correzioni. Saluti #: lib/util/aix.c:89 lib/util/aix.c:169 msgid "unable to open userdb" msgstr "impossibile aprire lo userdb" #: lib/util/aix.c:224 #, c-format msgid "unable to switch to registry \"%s\" for %s

Re: ld on startup - wish to disable

2024-09-18 Thread Luca Di Gregorio
( /var/db/kernel.SHA256 moved ) Thanks a lot! Il giorno mer 18 set 2024 alle ore 19:04 James Cook ha scritto: > On Tue, Sep 10, 2024 at 02:39:55PM +0200, Luca Di Gregorio wrote: > >Hi, > > > >I'm running very little OpenBSD VMs for simple services and testing > >env

Re: [deal.II] dealii installation issues on Intel Mac

2024-09-18 Thread Luca Heltai
The fix for this is quite simple, actually. You don’t have to recompile anything. It is enough to replace che path of the compiler inside the cmake file. Modify $(spack location -i dealii)/lib/share/cmake/deal.II/deal.IIConfig.cmake, around lines 109/110    set(DEAL_II_CXX_COMPILER "/spack/lib/spac

[tesseract-ocr] Sense of '*_old' traineddata files

2024-09-17 Thread Luca Balsanelli
s probably a naive question. Nonetheless, does the '_old' suffix refer to the fact that the file is better to recognize ancient languages (like Dante's Italian) w.r.t. the one without the '_old' suffix, or do they refer to a previous version of the file that for some reason

[gentoo-dev] Re: New project: Vulkan

2024-09-17 Thread Luca Barbato
On 17/09/24 16:55, Matt Turner wrote: I suggest making a new Vulkan project within Gentoo and moving these packages from x11@ maintainership to it: dev-cpp/robin-hood-hashing dev-util/glslang dev-util/spirv-headers dev-util/spirv-tools dev-util/volk dev-util/vulkan-headers dev-util/vulkan-tools

Re: [PATCH v4 1/8] dt-bindings: connector: add GE SUNH hotplug addon connector

2024-09-17 Thread Luca Ceresoli
d ('powergood-gpios' > was unexpected) Ouch, a leftover from v3. Fixed queued for v5. Luca -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com

Re: [PATCH v2] dts: fix runner target in the Dockerfile

2024-09-17 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

[PATCH v4 8/8] misc: add ge-addon-connector driver

2024-09-17 Thread Luca Ceresoli
models can be connected, and each has an EEPROM with a model identifier at a fixed address. The add-on hardware is added and removed using device tree overlay loading and unloading. Co-developed-by: Herve Codina Signed-off-by: Herve Codina Signed-off-by: Luca Ceresoli --- Changed in v4

[PATCH RFC v4 7/8] driver core: devlink: do not unblock consumers without any drivers found

2024-09-17 Thread Luca Ceresoli
llow the same amount of devices to be probed using the same amount of optional suppliers, but leaving the inferred devlinks in place because they might be useful later on. And then of course there are the above solutions I failed to get working, which might be the right way but need some direc

[PATCH v4 6/8] backlight: led-backlight: add devlink to supplier LEDs

2024-09-17 Thread Luca Ceresoli
el NULL pointer dereference at virtual address 0010 ... Call trace: led_put+0xe0/0x140 devm_led_release+0x6c/0x98 Fix by adding a devlink between the consuming led-backlight device and the supplying LED device. Signed-off-by: Luca Ceresoli --- This patch first appeared in

[PATCH v4 5/8] i2c: i2c-core-of: follow i2c-parent phandle to probe devices from added nodes

2024-09-17 Thread Luca Ceresoli
r node. This tells those nodes are I2C clients of the adapter in that other node. Extend the i2c-core-of code to look for the adapter via the 'i2c-parent' phandle when the regular adapter lookup does not find one. This allows all clients to be probed: both those on the base board (

[PATCH v4 4/8] drm/bridge: hotplug-bridge: add driver to support hot-pluggable DSI bridges

2024-09-17 Thread Luca Ceresoli
a new connector appears: # modetest -c | grep -i '^[a-z0-9]' Connectors: idencoder status namesize (mm) modes encoders 380 disconnectedDSI-1 0x0 0 37 39 0 connected LVDS-1 344x194 1 37 Co-de

[PATCH v4 3/8] drm/encoder: add drm_encoder_cleanup_from()

2024-09-17 Thread Luca Ceresoli
Supporting hardware whose final part of the DRM pipeline can be physically removed requires the ability to detach all bridges from a given point to the end of the pipeline. Introduce a variant of drm_encoder_cleanup() for this. Signed-off-by: Luca Ceresoli --- Changes in v3: none Changed in

[PATCH v4 2/8] drm/bridge: allow bridges to be informed about added and removed bridges

2024-09-17 Thread Luca Ceresoli
In preparation for allowing bridges to be added to and removed from a DRM card without destroying the whole card, add a new DRM bridge function called on addition and removal of bridges. Signed-off-by: Luca Ceresoli --- drivers/gpu/drm/drm_bridge.c | 12 include/drm/drm_bridge.h

[PATCH v4 1/8] dt-bindings: connector: add GE SUNH hotplug addon connector

2024-09-17 Thread Luca Ceresoli
Add bindings for the GE SUNH add-on connector. This is a physical, hot-pluggable connector that allows to attach and detach at runtime an add-on adding peripherals on non-discoverable busses. Signed-off-by: Luca Ceresoli --- Changed in v4: - rename 'nobus-devices' to '

[PATCH v4 0/8] Add support for GE SUNH hot-pluggable connector

2024-09-17 Thread Luca Ceresoli
27;--''-''-' '---' [--- fixed components --] [--- removable add-on ---] Fixed components include: * all components up to the DRM encoder, usually part of the SoC * optionally some bridges, in the SoC and/or as e

Bug#1081992: apt: [INTL: it] Outdated Italian translation

2024-09-17 Thread Luca Vercelli
Package: apt Version 2.9.8 Severity: wishlist Tags patch l10n apt.it.po.gz Description: GNU Zip compressed data

[ovs-dev] [PATCH] python: index references

2024-09-16 Thread Luca Czesla via dev
980μs with approx. 40k port bindings. Signed-off-by: Luca Czesla --- python/ovs/db/custom_index.py | 12 +--- python/ovs/db/idl.py | 9 ++--- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/python/ovs/db/custom_index.py b/python/ovs/db/custom_index.py index

Traduzioni SUDO e SUDOERS

2024-09-16 Thread Luca Vercelli
Ciao, vorrei aggiornare le traduzioni dei due programmi in oggetto. Posso procedere, o c'è già qualcuno che se ne sta occupando? Luca -- principale: http://www.linux.it/tp/ ausiliaria: http://fly.cnuce.cnr.it/gnu/tp/ausiliaria.html

Re: Validation of keyring changes [was: Enhancing cross-distro collaboration via foreign archive keyring] availability

2024-09-14 Thread Luca Boccassi
On Fri, 13 Sept 2024 at 16:29, Robie Basak wrote: > > [Splitting into more than one sub-thread so that I can reply to some of > this without holding up my entire reply; this sub-thread is about > validation] > > On Wed, Sep 11, 2024 at 04:38:27PM +0200, Luca Boccassi wrote:

Re: Lucene 10.0 and 9.12 blockers

2024-09-14 Thread Luca Cavanna
that I "helped" Vamsi with didn't really get fixed by moving > construction of the TermsEnum into the get() method -- it just didn't > happen to fail that time. *facepalm* > > Please ignore my unfounded panic :D > > Thanks, > Froh > > On Thu, Sep 12,

LibreOffice Draw will nicht mehr starten

2024-09-13 Thread Luca Bertoncello
dd0)[0x7fa26a081dd0] Auf meinem PC mit der selben Version des Betriebssystems (Debian 11) und LibreOffice (7.0.4.2) funktioniert das Programm einwandfrei. Ich habe bereits probiert das Nutzerprofil zu löschen, bringt aber nichts (selber Fehler). Hat jemand eine Empfehlung? Danke Luca Bertoncello (lucab...@lucabert.de)

Re: [zeromq-dev] Copilot requests?

2024-09-13 Thread Luca Boccassi
On Fri, 13 Sept 2024 at 15:15, Brett Viren via zeromq-dev wrote: > > Hi Arnaud, > > Arnaud Loonstra writes: > > > I'm getting these messages from github that someone in the 0mq community > > wants > > access to Copilot Business. > > > > Has anyone requested that? > > I have not. > > As a point o

Re: PDF "teilen"

2024-09-13 Thread Luca Bertoncello
Am 13.09.2024 um 09:51 schrieb Gerd G: Hallo Gerd! > apt install pdfposter > > pdfposter -ma4 -p4x4a4 A0-Poster.pdf A4-Poster.pdf Super! Genau was ich gebraucht habe! Vielen Dank und vielen Dank auch an die andere für ihre Vorschläge, aber das ist definitiv das günstigste. G

Re: [deal.II] Errors for temperature field occur in a multiphysics problems

2024-09-13 Thread Luca Heltai
Dear Rongwei,A few points come to mind:- what solver are you using?- if it is iterative, what is the tolerance you are setting for your solver?- does the picture change if you decrease the solver tolerance?A contrast of 1e6 in the coefficients leads to a matrix that is more ill-conditioned (precise

PDF "teilen"

2024-09-13 Thread Luca Bertoncello
PDF ist wirklich nur das Bild, kein Text. Kann jemand mir ein Programm empfehlen, mit dem ich das Problem lösen kann? Besten Dank Luca Bertoncello (lucab...@lucabert.de)

Search for spatial predicate proof

2024-09-12 Thread Gabriel De Luca
Hello everyone, I am working with a group of researchers on developing an algorithm to decompose 2D polygons into meaningful parts, without using triangulations. Our algorithm relies on spatial set operations. Due to finite-precision floating point arithmetic, as clarified in the Robustness se

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-22) - Build # 50139 - Unstable!

2024-09-12 Thread Luca Cavanna
PR for this is and a bunch of other failures around early termination in top score doc collection is here: https://github.com/apache/lucene/pull/13777 . I initially got confused and thought it was not a good solution, but I am happy to have been wrong :) On Thu, Sep 12, 2024 at 8:28 PM Luca

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-22) - Build # 50139 - Unstable!

2024-09-12 Thread Luca Cavanna
This is the same failure as TestPrefixRandom, nothing new, but yet to be solved. On Thu, Sep 12, 2024 at 7:37 PM Policeman Jenkins Server < jenk...@thetaphi.de> wrote: > Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/50139/ > Java: 64bit/hotspot/jdk-22 -XX:+UseCompressedOops -XX:+UseG1G

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-21.0.1) - Build # 50111 - Unstable!

2024-09-12 Thread Luca Cavanna
I opened https://github.com/apache/lucene/pull/13775 with a proposed solution. On Thu, Sep 12, 2024 at 11:07 AM Luca Cavanna wrote: > The problem here is that TopScoreDocCollectorManager creates a priority > queue of 250_000 for every collector it creates. This test only ever > indexes

Re: [JENKINS-EA] Lucene-main-Linux (64bit/hotspot/jdk-24-ea+12) - Build # 50125 - Unstable!

2024-09-12 Thread Luca Cavanna
I opened https://github.com/apache/lucene/pull/13774 for this failure and all the recent others around TestTaxonomyFacetValueSource . Seems like the tests were failing only with jdk23 and jdk24, I could not reproduce locally. On Thu, Sep 12, 2024 at 2:33 AM Policeman Jenkins Server < jenk...@theta

Re: [JENKINS] Lucene » Lucene-Coverage-main - Build # 1216 - Unstable!

2024-09-12 Thread Luca Cavanna
I opened https://github.com/apache/lucene/pull/13773 to address this. On Thu, Sep 12, 2024 at 5:29 AM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: > https://ci-builds.apache.org/job/Lucene/job/Lucene-Coverage-main/1216/ > > 1 tests failed. > FAILED: org.apache.lucene.search

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-23-rc) - Build # 50116 - Unstable!

2024-09-12 Thread Luca Cavanna
Another TestRandomPrefix failure, I opened https://github.com/apache/lucene/pull/13773 to address this. On Wed, Sep 11, 2024 at 2:39 PM Policeman Jenkins Server < jenk...@thetaphi.de> wrote: > Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/50116/ > Java: 64bit/hotspot/jdk-23-rc -XX:+Use

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-22) - Build # 50120 - Unstable!

2024-09-12 Thread Luca Cavanna
I opened https://github.com/apache/lucene/pull/13773 to address this. On Wed, Sep 11, 2024 at 8:39 PM Policeman Jenkins Server < jenk...@thetaphi.de> wrote: > Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/50120/ > Java: 64bit/hotspot/jdk-22 -XX:-UseCompressedOops -XX:+UseG1GC > > 1 tes

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-21.0.1) - Build # 50111 - Unstable!

2024-09-12 Thread Luca Cavanna
queues of 250_000 items. This is a bit of an extreme case that's far from reality, yet I wonder, is the problem the number of partitions or the size of the priority queue, or both? On Wed, Sep 11, 2024 at 7:39 AM Luca Cavanna wrote: > This may have to do with intra-segment concurrency. I wil

Re: Lucene 10.0 and 9.12 blockers

2024-09-12 Thread Luca Cavanna
is make sense to you? Perhaps there are additional changes to make in the migrate guide or javadocs to clarify what I described, let me know what you think. Cheers Luca On Thu, Sep 12, 2024 at 9:42 AM Michael Froh wrote: > Oh, I forgot to mention: > > I think we should deprecate the DefaultSc

Re: [PATCH v1] dts: fix runner target in the Dockerfile

2024-09-11 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

Re: [PATCH v1] dts: add package mode config and updated README

2024-09-11 Thread Luca Vizzarro
Hi Dean, Thank you! This looks good. You only missed to update the command line in the doc page under `doc/guides/tools/dst.rst`. This aside, Reviewed-by: Luca Vizzarro

Re: Enhancing cross-distro collaboration via foreign archive keyring availability

2024-09-11 Thread Luca Boccassi
On Tue, 10 Sept 2024 at 19:12, Robie Basak wrote: > > Hi, > > On Wed, Sep 04, 2024 at 10:51:30AM +0100, Luca Boccassi wrote: > > For developers like myself who work across distributions, it is very > > valuable to have a secure, simple and transparent way to bootstrap one

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-21.0.1) - Build # 50111 - Unstable!

2024-09-10 Thread Luca Cavanna
This may have to do with intra-segment concurrency. I will take a look. On Wed, Sep 11, 2024, 05:39 Policeman Jenkins Server wrote: > Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/50111/ > Java: 64bit/hotspot/jdk-21.0.1 -XX:-UseCompressedOops -XX:+UseSerialGC > > 1 tests failed. > FAI

Re: [JENKINS] Lucene-main-Linux (64bit/hotspot/jdk-21.0.1) - Build # 50075 - Unstable!

2024-09-10 Thread Luca Cavanna
This was me, fixed by https://github.com/apache/lucene/commit/a89bfa57ad04a66b9c597e56419515d165d87972 On Sun, Sep 8, 2024 at 7:38 PM Policeman Jenkins Server wrote: > Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/50075/ > Java: 64bit/hotspot/jdk-21.0.1 -XX:+UseCompressedOops -XX:+Us

Re: Unprivileged double fault with GDB and simple program written in assembly

2024-09-10 Thread Luca
Hi, Il 08/09/24 01:23, Samuel Thibault ha scritto: Hello, AIUI, the fix you submitted was meant to fix this? yes, at least to correctly decode the registers in the fault handler, I didn't look deeper yet. Luca

ld on startup - wish to disable

2024-09-10 Thread Luca Di Gregorio
onsuming a lot of CPU. As the VMs are little, ld and ctfconv takes a lot of time to finish. Is there a way to disable them as well? Luca

Re: Lucene 10.0 and 9.12 blockers

2024-09-09 Thread Luca Cavanna
need fixing: https://github.com/apache/lucene/issues/12892 . Cheers Luca On Mon, Sep 9, 2024 at 7:46 PM Adrien Grand wrote: > Thanks to all who replied to this thread and worked on getting these > blockers addressed. In particular I see that support for JDK 23, > backporting the Arena

Re: [PATCH v1 1/1] dts: add admin privileges to hugepage mounting

2024-09-09 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

Re: [PATCH v2 0/5] Add support for GE SUNH hot-pluggable connector (was: "drm: add support for hot-pluggable bridges")

2024-09-09 Thread Luca Ceresoli
18:37:12 +0200 Daniel Vetter wrote: > On Fri, Aug 23, 2024 at 12:39:03PM +0200, Luca Ceresoli wrote: > > Hello Sima, > > > > these days I started looking in more detail into some of the topics you > > had mentioned in your v2 review. I have questions about those I have &g

Re: [PATCH v4 1/1] dts: add methods for modifying MTU to testpmd shell

2024-09-09 Thread Luca Vizzarro
On 06/09/2024 19:00, jspew...@iol.unh.edu wrote: From: Jeremy Spewock There are methods within DTS currently that support updating the MTU of ports on a node, but the methods for doing this in a linux session rely on the ip command and the port being bound to the kernel driver. Since test suite

Re: [PATCH v4 1/1] dts: add methods for modifying MTU to testpmd shell

2024-09-09 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

[PATCH v3 5/5] dts: add testpmd set ports queues

2024-09-09 Thread Luca Vizzarro
Add a facility to update the number of TX/RX queues during the runtime of testpmd. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/remote_session/testpmd_shell.py | 16 1 file changed, 16 insertions(+) diff --git a/dts/framework/remote_session

[PATCH v3 4/5] dts: add ability to start/stop testpmd ports

2024-09-09 Thread Luca Vizzarro
duty. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/remote_session/testpmd_shell.py | 94 ++- 1 file changed, 92 insertions(+), 2 deletions(-) diff --git a/dts/framework/remote_session/testpmd_shell.py b/dts/framework/remote_session/testpmd_shell.py

[PATCH v3 3/5] dts: add random packet generator

2024-09-09 Thread Luca Vizzarro
Add a basic utility that can create random L3 and L4 packets with random payloads and port numbers (if L4). Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek Reviewed-by: Alex Chapman Reviewed-by: Jeremy Spewock Reviewed-by: Juraj Linkeš --- dts/framework/utils.py | 79

[PATCH v3 2/5] dts: add random generation seed setting

2024-09-09 Thread Luca Vizzarro
When introducing pseudo-random generation in the test runs we need to ensure that these can be reproduced by setting a pre-defined seed. This commits adds the ability to set one or allow for one to be generated and reported back to the user. Signed-off-by: Luca Vizzarro Reviewed-by: Paul

[PATCH v3 0/5] dts: add pktgen and testpmd changes

2024-09-09 Thread Luca Vizzarro
v3: - add Args to decorators docstring - added `ports_started` class stub - rebased v2: - rebased Luca Vizzarro (6): dts: add ability to send/receive multiple packets dts: add random generation seed setting dts: add random packet generator dts: add ability to start/stop testpmd ports

[PATCH v3 1/5] dts: add ability to send/receive multiple packets

2024-09-09 Thread Luca Vizzarro
test suite level. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek Reviewed-by: Alex Chapman Reviewed-by: Jeremy Spewock Reviewed-by: Juraj Linkeš --- dts/framework/test_suite.py | 68 +-- dts/framework/testbed_model/tg_node.py| 14

Re: [PATCH] dts: add l2fwd test suite

2024-09-09 Thread Luca Vizzarro
On 09/08/2024 16:27, Jeremy Spewock wrote: Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- Depends-on: series-32714 ("dts: add pktgen and testpmd changes") Out of my own curiosity, are depends on supposed to be outside of the commit body? I don't think it rea

Re: [PATCH v1 3/4] xen/arm: mpu: Create boot-time MPU protection regions

2024-09-09 Thread Luca Fancellu
> On 9 Sep 2024, at 10:14, Julien Grall wrote: > > > > On 09/09/2024 09:48, Luca Fancellu wrote: >> Hi Julien, Ayan, >>>>> >>>>>> +msr PRBAR_EL2, \prbar >>>>>> +msr PRLAR_EL2, \prlar >>>>>&g

Re: [PATCH v1 3/4] xen/arm: mpu: Create boot-time MPU protection regions

2024-09-09 Thread Luca Fancellu
of prior instructions before the next executes, and then ISB ensures subsequent instruction fetch observes the updated MPU state. Probably I will raise something to make awareness around the misleading order of that phrase. Cheers, Luca

Re: [JENKINS] Lucene-9.x-Linux (64bit/hotspot/jdk-11.0.21) - Build # 18535 - Unstable!

2024-09-06 Thread Luca Cavanna
Pushed a fix: https://github.com/apache/lucene/commit/0ec453d485df5411d21edd24b47f4880befd30d0 . Backporting it now to branch_9x as well. On Fri, Sep 6, 2024 at 8:31 PM Luca Cavanna wrote: > This is me, I am digging :) > > On Fri, Sep 6, 2024 at 7:56 PM Policeman Jenkins Server

Re: apt-listchanges 4.5: Please update debconf PO translation for the package apt-listchanges

2024-09-06 Thread Luca Monducci
a, ti giro il file po e puoi aggiornare anche quella. Saluti, Luca

Re: [JENKINS] Lucene-9.x-Linux (64bit/hotspot/jdk-11.0.21) - Build # 18535 - Unstable!

2024-09-06 Thread Luca Cavanna
This is me, I am digging :) On Fri, Sep 6, 2024 at 7:56 PM Policeman Jenkins Server wrote: > Build: https://jenkins.thetaphi.de/job/Lucene-9.x-Linux/18535/ > Java: 64bit/hotspot/jdk-11.0.21 -XX:+UseCompressedOops -XX:+UseSerialGC > > 1 tests failed. > FAILED: > org.apache.lucene.facet.taxonomy.T

Re: [PATCH v2 5/5] dts: add testpmd set ports queues

2024-09-06 Thread Luca Vizzarro
On 23/08/2024 13:22, Juraj Linkeš wrote: On 6. 8. 2024 14:46, Luca Vizzarro wrote: Add a facility to update the number of TX/RX queues during the runtime of testpmd. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek ---   dts/framework/remote_session/testpmd_shell.py | 16

Re: [PATCH v2 5/5] dts: add testpmd set ports queues

2024-09-06 Thread Luca Vizzarro
On 09/08/2024 16:14, Jeremy Spewock wrote: On Tue, Aug 6, 2024 at 8:49 AM Luca Vizzarro wrote: Add a facility to update the number of TX/RX queues during the runtime of testpmd. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/remote_session/testpmd_shell.py

Re: [PATCH v2 4/5] dts: add ability to start/stop testpmd ports

2024-09-06 Thread Luca Vizzarro
On 23/08/2024 13:16, Juraj Linkeš wrote: As Jeremy mentioned, adding the verify argument may be worthwhile, but maybe only if we actually identify a usecase where we wouldn't want to do the verification. Yeah, as I pointed out, it feels unlikely to pretend that they are started (or stopped).

Re: [PATCH v2 4/5] dts: add ability to start/stop testpmd ports

2024-09-06 Thread Luca Vizzarro
want to start forwarding thinking that the ports are initialised, when they could be not... I guess the point here is that it may be important to save the correct state. Not sure, I guess verify could always be added later if needed. On Tue, Aug 6, 2024 at 8:49 AM Luca Vizzarro wrote: Add test

Re: [PATCH v2 3/5] dts: add random packet generator

2024-09-06 Thread Luca Vizzarro
On 23/08/2024 12:58, Juraj Linkeš wrote: I believe this is to be used with a method that fills in the blanks of a passed packet (such as mac addresses). If so, Reviewed-by: Juraj Linkeš Yes, that's correct :D

Re: [PATCH v2 1/5] dts: add ability to send/receive multiple packets

2024-09-06 Thread Luca Vizzarro
On 23/08/2024 11:17, Juraj Linkeš wrote: Is it worthwhile to log the missing packets? It's not necessary, as the received packets are logged elsewhere, but it would be convenient. On the other hand, it could just unnecessarily bloat logs. I considered it but as you said I think it may unecessa

Re: [PATCH v2 1/5] dts: add ability to send/receive multiple packets

2024-09-06 Thread Luca Vizzarro
On 09/08/2024 16:10, Jeremy Spewock wrote: +def match_all_packets( +self, expected_packets: list[Packet], received_packets: list[Packet] +) -> None: This is a very interesting approach to comparing what you expect to what you received. I hadn't seen counters used before but th

[PATCH] dts: add per-test-suite configuration

2024-09-06 Thread Luca Vizzarro
under the tests folder, allows it to be picked up as a package. This is a mypy requirement to import the tests from within the framework. Bugzilla ID: 1375 Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek Reviewed-by: Alex Chapman --- Depends-on: series-32823 ("dts: Pydanti

[Wikidata-tech] Re: [Wikitech-l] Re: [BREAKING CHANGE ANNOUNCEMENT] Wikidata Query Service graph split available in production; scholarly entity queries require migration by March 2025

2024-09-06 Thread Luca Martinelli [Sannita@WMF]
On Thu, Sep 5, 2024 at 8:15 PM Physikerwelt wrote: > > Dear Luca, > > the communication was good I think. > > However, I don't understand the decision process. Who is the > responsible person, e.g., the product manager, who eventually decided > to cut WDQS into pie

[Wikitech-l] Re: [BREAKING CHANGE ANNOUNCEMENT] Wikidata Query Service graph split available in production; scholarly entity queries require migration by March 2025

2024-09-06 Thread Luca Martinelli [Sannita@WMF]
On Thu, Sep 5, 2024 at 8:15 PM Physikerwelt wrote: > > Dear Luca, > > the communication was good I think. > > However, I don't understand the decision process. Who is the > responsible person, e.g., the product manager, who eventually decided > to cut WDQS into pie

[Wikidata] Re: [Wikitech-l] Re: [BREAKING CHANGE ANNOUNCEMENT] Wikidata Query Service graph split available in production; scholarly entity queries require migration by March 2025

2024-09-06 Thread Luca Martinelli [Sannita@WMF]
On Thu, Sep 5, 2024 at 8:15 PM Physikerwelt wrote: > > Dear Luca, > > the communication was good I think. > > However, I don't understand the decision process. Who is the > responsible person, e.g., the product manager, who eventually decided > to cut WDQS into pie

Re: Re: Traduzione APT

2024-09-05 Thread Luca Vercelli
Perfetto. Ci provo, grazie. Luca Il giorno gio 5 set 2024 alle ore 15:38 Giuseppe Sacco ha scritto: > Ciao Luca, > > Il giorno gio, 05/09/2024 alle 15.18 +0200, Luca Vercelli ha scritto: > > In merito alla traduzione di apt, ho contattato Milo Casagrande ma > purtroppo

[Wikidata-tech] Re: [Wikitech-l] Re: [BREAKING CHANGE ANNOUNCEMENT] Wikidata Query Service graph split available in production; scholarly entity queries require migration by March 2025

2024-09-05 Thread Luca Martinelli [Sannita@WMF]
On Thu, Sep 5, 2024 at 6:02 PM Physikerwelt wrote: > > Dear Guillaume, > > thanks for sharing. Could you explain WHO has decided that the graph split > will be done? > > All the best > Moritz Hi Physikerwelt, the problems with the Wikidata Query Service backend are being discussed since July 20

[Wikitech-l] Re: [BREAKING CHANGE ANNOUNCEMENT] Wikidata Query Service graph split available in production; scholarly entity queries require migration by March 2025

2024-09-05 Thread Luca Martinelli [Sannita@WMF]
On Thu, Sep 5, 2024 at 6:02 PM Physikerwelt wrote: > > Dear Guillaume, > > thanks for sharing. Could you explain WHO has decided that the graph split > will be done? > > All the best > Moritz Hi Physikerwelt, the problems with the Wikidata Query Service backend are being discussed since July 20

[Wikidata] Re: [Wikitech-l] Re: [BREAKING CHANGE ANNOUNCEMENT] Wikidata Query Service graph split available in production; scholarly entity queries require migration by March 2025

2024-09-05 Thread Luca Martinelli [Sannita@WMF]
On Thu, Sep 5, 2024 at 6:02 PM Physikerwelt wrote: > > Dear Guillaume, > > thanks for sharing. Could you explain WHO has decided that the graph split > will be done? > > All the best > Moritz Hi Physikerwelt, the problems with the Wikidata Query Service backend are being discussed since July 20

Re: Enhancing cross-distro collaboration via foreign archive keyring availability

2024-09-05 Thread Luca Boccassi
On Wed, 4 Sept 2024 at 20:09, Jeremy Bícha wrote: > > On Wed, Sep 4, 2024 at 8:48 AM Andreas Hasenack wrote: > > I think one cost that may be missing from this analysis is the burden of > > responsibility in the case of revoked keys. Should a key be revoked in, > > say, Fedora, Fedora users can

Re: Re: Traduzione APT

2024-09-05 Thread Luca Vercelli
apt* *Version 1.6~alpha5* *Severity: wishlist* *Tags patch l10n* con allegato il file .po.gz È ancora corretto? posso procedere in questo modo? Grazie, saluti Luca Il giorno mer 4 set 2024 alle ore 15:38 ha scritto: > Ciao Giuseppe, > > grazie per il riscontro. > > Non ho idea di qua

[PATCH gnumach v3 1/3] add xfloat thread state interface

2024-09-04 Thread Luca Dariz
* i386/i386/fpu.c: extend current getter and setter to support the extended state; move the struct casting here to reuse the locking and allocation logic for the thread state; make sure the new state is set as valid, otherwise it won't be applied; add i386_get_xstate_size() to dynamically r

[PATCH gnumach 3/3] x86_64: fix double fault handler

2024-09-04 Thread Luca Dariz
* x86_64/locore.S: adjust to the changes in the thread state structure (segment registers), and add the missing opcode. --- x86_64/locore.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86_64/locore.S b/x86_64/locore.S index 8f39a677..376f41c1 100644 --- a/x86_64/locore.S

[PATCH gnumach v3 2/3] add tests for FLOAT/XFLOAT state

2024-09-04 Thread Luca Dariz
--- tests/include/testlib.h | 1 + tests/test-thread-state-fp.c | 240 +++ tests/testlib.c | 16 +++ tests/user-qemu.mk | 3 +- 4 files changed, 259 insertions(+), 1 deletion(-) create mode 100644 tests/test-thread-state-fp.c diff

Re: [PATCH v1 3/4] xen/arm: mpu: Create boot-time MPU protection regions

2024-09-04 Thread Luca Fancellu
Writes to MPU registers are only guaranteed to be visible > following a Context synchronization event and DSB operation.``` > > Thus, I infer that DSB is necessary here. I think this was a mistake from the author of this patch, in my opinion there should be an ISB after setting PRSELR_ELx, to enforce a synchronisation before writing PR{B,L}AR_ELx which depends on the value written on PRSELR. Cheers, Luca

Re: Enhancing cross-distro collaboration via foreign archive keyring availability

2024-09-04 Thread Luca Boccassi
On Wed, 4 Sept 2024 at 14:02, Neal Gompa wrote: > > On Wed, Sep 4, 2024 at 8:48 AM Andreas Hasenack wrote: > > > > Hi, > > > > On Wed, Sep 4, 2024 at 7:27 AM Luca Boccassi > > wrote: > >> > >> Hi, > >> (...) > >> Give

Re: Enhancing cross-distro collaboration via foreign archive keyring availability

2024-09-04 Thread Luca Boccassi
On Wed, 4 Sept 2024 at 11:31, Neal Gompa wrote: > > On Wed, Sep 4, 2024 at 6:27 AM Luca Boccassi wrote: > > > > Hi, > > > > For developers like myself who work across distributions, it is very > > valuable to have a secure, simple and transparent way to b

Re: Traduzione APT

2024-09-04 Thread Luca Vercelli
Grazie Ceppo, ha funzionato. Pensavo di essere già iscritto, invece dovevo rispondere a una mail che era finita nello spam. Luca Il giorno mer 4 set 2024 alle ore 16:34 Ceppo ha scritto: > Ciao! > > On Wed, Sep 04, 2024 at 03:38:36PM GMT, luca.vercelli...@gmail.com wrote: > >

[Bug 2075505] Re: Add distribution-gpg-keys 1.104+ds-2 to noble

2024-09-04 Thread Luca Boccassi
https://lists.ubuntu.com/archives/ubuntu- devel/2024-September/043098.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2075505 Title: Add distribution-gpg-keys 1.104+ds-2 to noble To manage notif

[Bug 2076416] Re: [SRU] Upload latest archlinux-keyring from oracular to noble-proposed

2024-09-04 Thread Luca Boccassi
https://lists.ubuntu.com/archives/ubuntu- devel/2024-September/043098.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2076416 Title: [SRU] Upload latest archlinux-keyring from oracular to noble-p

Enhancing cross-distro collaboration via foreign archive keyring availability

2024-09-04 Thread Luca Boccassi
//bugs.launchpad.net/ubuntu/+source/archlinux-keyring/+bug/2076416 https://tracker.debian.org/pkg/distribution-gpg-keys https://tracker.debian.org/pkg/archlinux-keyring -- Kind regards, Luca Boccassi -- ubuntu-devel mailing list ubuntu-devel@lists.ubuntu.com Modify settings or unsubscribe at

[WikiIT-l] Re: "Tenuta Pantanacci"

2024-09-02 Thread Luca Martinelli [Sannita]
Il giorno lun 2 set 2024 alle ore 16:53 Tenuta Pantanacci ha scritto: > > Buon Pomeriggio Luca, > le autorizzazioni mandate dall'autore degli articoli credo siano state > approvate in quanto la pagina è nuovamente in bozza. > Cosa altro manca per la pubblicazione? Devi se

Re: [systemd-devel] RootImage and tmpfs on /run not always there

2024-09-02 Thread Luca Boccassi
On Mon, 2 Sept 2024 at 15:00, Thorsten Kukuk wrote: > > Hi, > > after some more testing: the problem is the "+" prefix of > ExecStartPre, this does not work together with RootImage. Is this > supposed to work? Even if I cannot really imagine a valid use case for > this, except enhancing existing s

  1   2   3   4   5   6   7   8   9   10   >