Re: [PATCH 03/14] rust: define traits and pointer wrappers to convert from/to C representations

2024-07-03 Thread Marc-André Lureau
Hi On Wed, Jul 3, 2024 at 4:48 PM Marc-André Lureau wrote: > Hi > > (adding Sebastian, one of the glib-rs developers in CC) > > On Mon, Jul 1, 2024 at 7:02 PM Paolo Bonzini wrote: > >> The qemu::util::foreign module provides: >> >> - A trait for structs th

Re: [PATCH 03/14] rust: define traits and pointer wrappers to convert from/to C representations

2024-07-03 Thread Marc-André Lureau
gt; +} > +} > + > +impl OwnedPointer { > +/// Convert a C datum to a native Rust object, taking ownership of > +/// the pointer or Rust object (same as `from_glib_full` in `glib-rs`) > +pub fn into_native(self) -> T { > +// SAFETY: the pointer was passed to the unsafe constructor > OwnedPointer::new > +unsafe { T::from_foreign(self.into_inner()) } > +} > +} > + > +impl Debug for OwnedPointer { > +fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { > +let name = std::any::type_name::(); > +let name = format!("OwnedPointer<{}>", name); > +f.debug_tuple(&name).field(&self.as_ptr()).finish() > +} > +} > + > +impl Default for OwnedPointer { > +fn default() -> Self { > +::default().clone_to_foreign() > +} > +} > + > +impl Drop for OwnedPointer { > +fn drop(&mut self) { > +let p = mem::replace(&mut self.ptr, ptr::null_mut()); > +// SAFETY: the pointer was passed to the unsafe constructor > OwnedPointer::new > +unsafe { T::free_foreign(p) } > +} > +} > diff --git a/qemu/src/util/mod.rs b/qemu/src/util/mod.rs > new file mode 100644 > index 000..be00d0c > --- /dev/null > +++ b/qemu/src/util/mod.rs > @@ -0,0 +1 @@ > +pub mod foreign; > -- > 2.45.2 > > > -- Marc-André Lureau

Re: [PowerPC] [PASEMI] Issue with the identification of ATA drives after the of/irq updates 2024-05-29

2024-07-03 Thread Marc Zyngier
Hi Michael, On Wed, 03 Jul 2024 12:30:38 +0100, Michael Ellerman wrote: > > Rob Herring writes: > > On Tue, Jul 2, 2024 at 10:54 AM Marc Zyngier wrote: > >> > >> On Sun, 30 Jun 2024 11:21:55 +0100, > >> Christian Zigotzky wrote: > >> > >

Re: [PATCH 1/2] ui/egl-helpers: Consolidate create-sync and create-fence

2024-07-03 Thread Marc-André Lureau
Hi On Wed, Jul 3, 2024 at 12:57 AM wrote: > From: Dongwon Kim > > There is no reason to split those two operations so combining > two functions - egl_dmabuf_create_sync and egl_dmabuf_create_fence. > > v2: egl_dmabuf_create_fence -> egl_dmabuf_create_fence_fd > (Ma

Re: [PowerPC] [PASEMI] Issue with the identification of ATA drives after the of/irq updates 2024-05-29

2024-07-03 Thread Marc Zyngier
On Wed, 03 Jul 2024 11:26:17 +0100, Christian Zigotzky wrote: > > On 3. Jul 2024, at 08:40, Marc Zyngier wrote: > > This isn't a DTS. This is a listing of all the nodes, not something I > can use to feed the kernel. I explained how to generate it. > > Download the co

Re: [PATCH v2 00/22] qga: clean up command source locations and conditionals

2024-07-03 Thread Marc-André Lureau
Hi On Wed, Jul 3, 2024 at 12:06 PM Daniel P. Berrangé wrote: > > On Wed, Jul 03, 2024 at 10:15:44AM +0400, Marc-André Lureau wrote: > > Hi Daniel > > > > On Tue, Jul 2, 2024 at 10:00 PM Daniel P. Berrangé > > wrote: > > > > > > Ping: for any revi

Re: [PowerPC] [PASEMI] Issue with the identification of ATA drives after the of/irq updates 2024-05-29

2024-07-02 Thread Marc Zyngier
On Wed, 03 Jul 2024 04:27:37 +0100, Christian Zigotzky wrote: > > Hello Marc, > > On 02.07.24 18:54, Marc Zyngier wrote: > > On Sun, 30 Jun 2024 11:21:55 +0100, > > Christian Zigotzky wrote: > >> Hello, > >> > >> There is an issue with the i

Re: erreur de signature sur les dépots debian (et les autres, pour mon vpn notamment)

2024-07-02 Thread Jean-Marc
e récente ressemblant à mon erreur... Bon, je vais patienter un peu. Si l'IRC ne te rebute pas, tu trouveras peut-être de l'aide sur le chan #debian-facile sur le serveur oftc (https://www.oftc.net/). Bonne soirée, Fabien -- Jean-Marc OpenPGP_signature.asc Description: OpenPGP digital signature

Re: [PowerPC] [PASEMI] Issue with the identification of ATA drives after the of/irq updates 2024-05-29

2024-07-02 Thread Marc Zyngier
On Wed, 03 Jul 2024 04:11:55 +0100, Christian Zigotzky wrote: > > Hello Marc, > > On 02.07.24 21:49, Marc Zyngier wrote: > > On 2024-07-02 18:55, Christian Zigotzky wrote: > >> Hello Marc, > >> > >> Thank you for your reply. > >> &g

Re: [RFC PATCH 0/4] hw/display/virtio-gpu: Introducing asynchronous guest display render

2024-07-02 Thread Marc-André Lureau
Hi On Tue, Jul 2, 2024 at 10:11 PM Kim, Dongwon wrote: > Hi Marc-André, > > On 7/2/2024 3:29 AM, Marc-André Lureau wrote: > > Hi > > > > On Fri, Jun 21, 2024 at 3:20 AM > <mailto:dongwon@intel.com>> wrote: > > > > From: Dongwon Kim

Re: [PATCH v2 00/22] qga: clean up command source locations and conditionals

2024-07-02 Thread Marc-André Lureau
Hi Daniel On Tue, Jul 2, 2024 at 10:00 PM Daniel P. Berrangé wrote: > > Ping: for any review comments from QGA maintainers ? Maybe you could resend for patchew to correctly handle the series. thanks > > On Thu, Jun 13, 2024 at 04:01:05PM +0100, Daniel P. Berrangé wrote: > > This series is a si

Re: Assertion when selecting large table in User Guide on master

2024-07-02 Thread Jean-Marc Lasgouttes
Le 02/07/2024 à 05:27, Scott Kostyshak a écrit : I no longer get the assertion in that place. But if I work a bit harder and drag the selection up and down, eventually I get an assertion. Backtrace attached (this was while testing the patch). OK, I just pushed a different solution: instead of b

[LyX/master] Make sure paragraph positions are updated when scrolling

2024-07-02 Thread Jean-Marc Lasgouttes
commit 6e0ea4269ae792225bb4e0d0f0ffcb3236c3c5c9 Author: Jean-Marc Lasgouttes Date: Wed Jul 3 00:22:55 2024 +0200 Make sure paragraph positions are updated when scrolling Sometimes quick selection-scrolling could cause a crash because the position of some paragraphs is not

Re: [PowerPC] [PASEMI] Issue with the identification of ATA drives after the of/irq updates 2024-05-29

2024-07-02 Thread Marc Zyngier
On Tue, 02 Jul 2024 21:48:23 +0100, Rob Herring wrote: > > On Tue, Jul 2, 2024 at 10:54 AM Marc Zyngier wrote: > > > > On Sun, 30 Jun 2024 11:21:55 +0100, > > Christian Zigotzky wrote: > > > > > > Hello, > > > > > > There is an is

Re: [PowerPC] [PASEMI] Issue with the identification of ATA drives after the of/irq updates 2024-05-29

2024-07-02 Thread Marc Zyngier
On 2024-07-02 18:55, Christian Zigotzky wrote: Hello Marc, Thank you for your reply. On 02.07.24 17:19, Marc Zyngier wrote: Please provide the device tree for your platform. It isn't possible to debug this without it, no matter how many pictures you provide. If it doesn't exist in s

Re: Assertion when selecting large table in User Guide on master

2024-07-02 Thread Jean-Marc Lasgouttes
Le 02/07/2024 à 17:44, Scott Kostyshak a écrit : Oops, sorry about that. Backtrace now attached. The way I reproduce is just drag selection with my mouse up and down, up and down in the User Guide. It usually just takes a few seconds. I can reproduce too. The goodpart is that the assertion abo

Re: [PowerPC] [PASEMI] Issue with the identification of ATA drives after the of/irq updates 2024-05-29

2024-07-02 Thread Marc Zyngier
On Sun, 30 Jun 2024 11:21:55 +0100, Christian Zigotzky wrote: > > Hello, > > There is an issue with the identification of ATA drives with our > P.A. Semi Nemo boards [1] after the > commit "of/irq: Factor out parsing of interrupt-map parent > phandle+args from of_irq_parse_raw()" [2]. [snip] M

Re: change in behavior of cursor movement in math array

2024-07-02 Thread Jean-Marc Lasgouttes
Le 02/07/2024 à 17:53, Udicoudco a écrit : On Tue, Jul 2, 2024 at 6:39 PM Jean-Marc Lasgouttes wrote: The place you are looking for is InsetMathGrid::firstIdx. It enters by the first/middle/last row depending on the vertical alignment of the inset. I guess the change happened at commit

Re: Issue when putting bib items in note: CoordCache.cpp (26): break on pointer

2024-07-02 Thread Jean-Marc Lasgouttes
Le 02/07/2024 à 17:36, Richard Kimberly Heck a écrit : Riki, this is needed in 2.4.x too. Can it go in or shall I wait for 2.4.1 release? 2.4.1 is built. But if you think it's necessary, I can rebuild. Jürgen has a couple things, as well. Well, it is a crash that happens when inserting an in

Re: change in behavior of cursor movement in math array

2024-07-02 Thread Jean-Marc Lasgouttes
Le 02/07/2024 à 17:24, Udicoudco a écrit : Hello all, Open a new file, enter a math align environment via Insert->Math->AMS align environment add two additional rows to a total of 3 put the cursor to the left of the equation now press on the left arrow key several times In LyX2.4.0 the cursor t

Re: [PATCH v2 1/2] vfio/display: Fix potential memleak of edid info

2024-07-02 Thread Marc-André Lureau
On Mon, Jul 1, 2024 at 5:51 AM Zhenzhong Duan wrote: > EDID related device region info is leaked in vfio_display_edid_init() > error path and VFIODisplay destroying path. > > Fixes: 08479114b0de ("vfio/display: add edid support.") > Signed-off-by: Zhenzhong Duan &

[USN-6860-1] OpenVPN vulnerabilities

2024-07-02 Thread Marc Deslauriers
== Ubuntu Security Notice USN-6860-1 July 02, 2024 openvpn vulnerabilities == A security issue affects these releases of Ubuntu and its derivatives: -

Re: [PowerPC] [PASEMI] Issue with the identification of ATA drives after the of/irq updates 2024-05-29

2024-07-02 Thread Marc Zyngier
Christian, On Sun, 30 Jun 2024 11:21:55 +0100, Christian Zigotzky wrote: > > Hello, > > There is an issue with the identification of ATA drives with our > P.A. Semi Nemo boards [1] after the > commit "of/irq: Factor out parsing of interrupt-map parent > phandle+args from of_irq_parse_raw()" [2]

[COMMITTED 11/13] ada: Compiler accepts an illegal Unchecked_Access attribute reference

2024-07-02 Thread Marc Poulhiès
From: Steve Baird The compiler incorrectly accepts Some_Object'Unchecked_Access'Image. gcc/ada/ * sem_attr.adb (Analyze_Image_Attribute.Check_Image_Type): Check for E_Access_Attribute_Type prefix type. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/se

[COMMITTED 13/13] ada: Use static allocation for small dynamic string concatenations in more cases

2024-07-02 Thread Marc Poulhiès
From: Eric Botcazou This lifts the limitation of the original implementation whereby the first operand of the concatenation needs to have a length known at compiled time in order for the static allocation to be used. gcc/ada/ * exp_ch4.adb (Expand_Concatenate): In the case where an oper

[COMMITTED 10/13] ada: Use clause (or use type clause) in a protected operation sometimes ignored.

2024-07-02 Thread Marc Poulhiès
From: Steve Baird In some cases, a use clause (or a use type clause) occurring within a protected operation is incorrectly ignored. gcc/ada/ * exp_ch9.adb (Expand_N_Protected_Body): Declare new procedure Unanalyze_Use_Clauses and call it before analyzing the newly

[COMMITTED 08/13] ada: Allow mutably tagged types to work with qualified expressions

2024-07-02 Thread Marc Poulhiès
From: Justin Squirek This patch modifies the experimental 'Size'Class feature such that objects of mutably tagged types can be assigned qualified expressions featuring a definite type (e.g. Mutable_Obj := Root_Child_T'(Root_T with others => <>)). gcc/ada/ * sem_ch5.adb: (Analyze

[gcc r15-1782] ada: Use static allocation for small dynamic string concatenations in more cases

2024-07-02 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:4996c5ff650cf1703f0def8665839383e427aba2 commit r15-1782-g4996c5ff650cf1703f0def8665839383e427aba2 Author: Eric Botcazou Date: Wed Jun 19 22:45:29 2024 +0200 ada: Use static allocation for small dynamic string concatenations in more cases This lifts the limi

[gcc r15-1780] ada: Compiler accepts an illegal Unchecked_Access attribute reference

2024-07-02 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:5621e907ffbfc5953568d90c14c0f57d871e8f59 commit r15-1780-g5621e907ffbfc5953568d90c14c0f57d871e8f59 Author: Steve Baird Date: Thu Jun 13 15:18:31 2024 -0700 ada: Compiler accepts an illegal Unchecked_Access attribute reference The compiler incorrectly accepts

[COMMITTED 12/13] ada: Fix generic renaming table low bound on reset

2024-07-02 Thread Marc Poulhiès
From: Ronan Desplanques gcc/ada/ * sem_ch12.adb (Save_And_Reset): Fix value of low bound used to reset table. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/sem_ch12.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/sem_ch12.adb b

[COMMITTED 09/13] ada: Put_Image aspect spec ignored for null extension.

2024-07-02 Thread Marc Poulhiès
From: Steve Baird If type T1 is is a tagged null record with a Put_Image aspect specification and type T2 is a null extension of T1 (with no aspect specifications), then evaluation of a T2'Image call should include a call to the specified procedure (as opposed to yielding "(NULL RECORD)"). gcc/a

[gcc r15-1781] ada: Fix generic renaming table low bound on reset

2024-07-02 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:78fe22892c6dc0f4bfd4e7fc0d2d43a9074c209c commit r15-1781-g78fe22892c6dc0f4bfd4e7fc0d2d43a9074c209c Author: Ronan Desplanques Date: Fri Jun 14 17:33:23 2024 +0200 ada: Fix generic renaming table low bound on reset gcc/ada/ * sem_ch12.adb (Save

[COMMITTED 07/13] ada: Bug box for expression function with list comprehension

2024-07-02 Thread Marc Poulhiès
From: Bob Duff GNAT crashes on an iterator with a filter inside an expression function that is the completion of an earlier spec. gcc/ada/ * freeze.adb (Freeze_Type_Refs): If Node is in N_Has_Etype, check that it has had its Etype set, because this can be called early fo

[gcc r15-1779] ada: Use clause (or use type clause) in a protected operation sometimes ignored.

2024-07-02 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:404f1f7ddda79ce7a1fe1c4010f88e49ed50596e commit r15-1779-g404f1f7ddda79ce7a1fe1c4010f88e49ed50596e Author: Steve Baird Date: Thu Jun 13 15:28:29 2024 -0700 ada: Use clause (or use type clause) in a protected operation sometimes ignored. In some cases, a use

[gcc r15-1778] ada: Put_Image aspect spec ignored for null extension.

2024-07-02 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:15d3f36f76bda1720555b7f426957951d4e3b76d commit r15-1778-g15d3f36f76bda1720555b7f426957951d4e3b76d Author: Steve Baird Date: Thu Jun 13 15:39:37 2024 -0700 ada: Put_Image aspect spec ignored for null extension. If type T1 is is a tagged null record with a Put

[COMMITTED 05/13] ada: Fix analysis of Extensions_Visible

2024-07-02 Thread Marc Poulhiès
From: Yannick Moy Pragma/aspect Extensions_Visible should be analyzed before any pre/post contracts on a subprogram, as the legality of conversions of formal parameters to classwide type depends on the value of Extensions_Visible. Now fixed. gcc/ada/ * contracts.adb (Analyze_Pragmas_In_

[COMMITTED 06/13] ada: Call memcmp instead of Compare_Array_Unsigned_8 and...

2024-07-02 Thread Marc Poulhiès
From: Eric Botcazou ... implement support for ordering comparisons of discrete array types. This extends the Support_Composite_Compare_On_Target feature to ordering comparisons of discrete array types as specified by RM 4.5.2(26/3), when the component type is a byte (unsigned). Implement suppor

[gcc r15-1777] ada: Allow mutably tagged types to work with qualified expressions

2024-07-02 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:03308301c7bb2eed0bc8990db7038aac3a2dcb97 commit r15-1777-g03308301c7bb2eed0bc8990db7038aac3a2dcb97 Author: Justin Squirek Date: Tue Jun 18 08:38:18 2024 + ada: Allow mutably tagged types to work with qualified expressions This patch modifies the experimen

[COMMITTED 03/13] ada: Miscomputed bounds for inner null array aggregates

2024-07-02 Thread Marc Poulhiès
From: Javier Miranda When an array has several dimensions, and inner dimmensions are initialized using Ada 2022 null array aggregates, the compiler crashes or reports spurious errors computing the bounds of the null array aggregates. This patch fixes the problem and adds new warnings reported whe

[COMMITTED 04/13] ada: Fix bogus error on allocator in instantiation with private derived types

2024-07-02 Thread Marc Poulhiès
From: Eric Botcazou The problem is that the call to Convert_View made from Make_Init_Call does nothing because the Etype is not set on the second argument. gcc/ada/ * exp_ch7.adb (Convert_View): Add third parameter Typ and use it if the second parameter does not have an Etype.

[gcc r15-1776] ada: Bug box for expression function with list comprehension

2024-07-02 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:d33104429a6662f33e05b9fcae65c87a87005749 commit r15-1776-gd33104429a6662f33e05b9fcae65c87a87005749 Author: Bob Duff Date: Tue Jun 18 12:53:46 2024 -0400 ada: Bug box for expression function with list comprehension GNAT crashes on an iterator with a filter ins

[COMMITTED 01/13] ada: Document that -gnatdJ is unused

2024-07-02 Thread Marc Poulhiès
From: Eric Botcazou gcc/ada/ * debug.adb (dJ): Add back as unused. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/debug.adb | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index f7fcd399769..3313c4a408f 100644 --- a/gcc/ada/de

[COMMITTED 02/13] ada: Fix crash on box-initialized component with No_Default_Initialization

2024-07-02 Thread Marc Poulhiès
From: Eric Botcazou The problem is that the implementation of the No_Default_Initialization restriction assumes that no type initialization routines are needed and, therefore, builds a dummy version of them, which goes against their use for box-initialized components in aggregates. Therefore thi

[gcc r15-1775] ada: Call memcmp instead of Compare_Array_Unsigned_8 and...

2024-07-02 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:772fcf4769a4d4e5546039c0174662df1bc86fa4 commit r15-1775-g772fcf4769a4d4e5546039c0174662df1bc86fa4 Author: Eric Botcazou Date: Mon Jun 17 09:54:47 2024 +0200 ada: Call memcmp instead of Compare_Array_Unsigned_8 and... ... implement support for ordering compar

[gcc r15-1774] ada: Fix analysis of Extensions_Visible

2024-07-02 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:487c9df60263baf92c121b986ce19259a8c769d1 commit r15-1774-g487c9df60263baf92c121b986ce19259a8c769d1 Author: Yannick Moy Date: Mon Jun 17 11:57:55 2024 +0200 ada: Fix analysis of Extensions_Visible Pragma/aspect Extensions_Visible should be analyzed before any

[gcc r15-1773] ada: Fix bogus error on allocator in instantiation with private derived types

2024-07-02 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:693985f4d83c38a59967b98a9c700aaccd07e245 commit r15-1773-g693985f4d83c38a59967b98a9c700aaccd07e245 Author: Eric Botcazou Date: Mon Jun 17 21:22:06 2024 +0200 ada: Fix bogus error on allocator in instantiation with private derived types The problem is that th

[gcc r15-1772] ada: Miscomputed bounds for inner null array aggregates

2024-07-02 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:9fbf6517c73981c2050fe5b0260ca796217d43d5 commit r15-1772-g9fbf6517c73981c2050fe5b0260ca796217d43d5 Author: Javier Miranda Date: Sun Jun 16 18:41:57 2024 + ada: Miscomputed bounds for inner null array aggregates When an array has several dimensions, and in

[gcc r15-1771] ada: Fix crash on box-initialized component with No_Default_Initialization

2024-07-02 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:29e10c52709504a5fb2d1e6b70e57a025636e200 commit r15-1771-g29e10c52709504a5fb2d1e6b70e57a025636e200 Author: Eric Botcazou Date: Tue Jun 11 23:06:22 2024 +0200 ada: Fix crash on box-initialized component with No_Default_Initialization The problem is that the im

[gcc r15-1770] ada: Document that -gnatdJ is unused

2024-07-02 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:fe29260b0d4cefe53fb073804d5b96c58db6245c commit r15-1770-gfe29260b0d4cefe53fb073804d5b96c58db6245c Author: Eric Botcazou Date: Wed Jun 12 12:35:13 2024 +0200 ada: Document that -gnatdJ is unused gcc/ada/ * debug.adb (dJ): Add back as unused.

Math preview failure in UserGuide

2024-07-02 Thread Jean-Marc Lasgouttes
When I load UserGuide with previews enabled, I see a lot of errors on console: Warning: dvipng failed to generate images from lyxpreviewjVAhXp.dvi... fallback to legacy method Warning: epstopdf failed on page 1, file lyxpreviewjVAhXp.001 Warning: epstopdf failed on page 2, file lyxpreviewjVAhX

Re: Issue when putting bib items in note: CoordCache.cpp (26): break on pointer

2024-07-02 Thread Jean-Marc Lasgouttes
Le 02/07/2024 à 14:49, Jean-Marc Lasgouttes a écrit : Le 02/07/2024 à 05:33, Scott Kostyshak a écrit : On Tue, Jul 02, 2024 at 01:03:09AM GMT, Jean-Marc Lasgouttes wrote: Le 28/06/2024 à 19:43, Scott Kostyshak a écrit : To reproduce on current master: 1. Open the User Guide. 2. Enable

[LyX/master] Avoid crash when InsetBibitem::updateCommand shows a dialog

2024-07-02 Thread Jean-Marc Lasgouttes
commit c84c59eaecf19b1eb8227f9aadc7f5be187b3856 Author: Jean-Marc Lasgouttes Date: Tue Jul 2 14:49:34 2024 +0200 Avoid crash when InsetBibitem::updateCommand shows a dialog This is one of the places where a dialog is shown (indicating that some bibtems have been renamed) while

Re: Issue when putting bib items in note: CoordCache.cpp (26): break on pointer

2024-07-02 Thread Jean-Marc Lasgouttes
Le 02/07/2024 à 05:33, Scott Kostyshak a écrit : On Tue, Jul 02, 2024 at 01:03:09AM GMT, Jean-Marc Lasgouttes wrote: Le 28/06/2024 à 19:43, Scott Kostyshak a écrit : To reproduce on current master: 1. Open the User Guide. 2. Enable editing. 3. Go to end of the document. 4. Select as is shown

[Bug 2070497] Re: June 2024 security issue

2024-07-02 Thread Marc Deslauriers
** Information type changed from Private Security to Public Security ** Changed in: openssh (Ubuntu Oracular) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2

Re: warning "different LaTeX input encodings" in a single LyX file

2024-07-02 Thread Jean-Marc Lasgouttes
Le 02/07/2024 à 12:00, Jürgen Spitzmüller a écrit : Am Montag, dem 01.07.2024 um 22:22 +0300 schrieb matan guedj: I get this warning with a macros file I'm using on all my lyx documents only one document and I have no idea why,  when I checked with Notepad++ it looked like it was encoded with ut

Re: [RFC PATCH 0/4] hw/display/virtio-gpu: Introducing asynchronous guest display render

2024-07-02 Thread Marc-André Lureau
+ > hw/vfio/display.c | 3 +- > ui/dbus-listener.c | 2 +- > ui/dmabuf.c | 11 +++- > ui/egl-helpers.c| 27 -- > ui/gtk-egl.c| 93 ++--- > ui/gtk-gl-area.c| 90 +++ > 12 files changed, 146 insertions(+), 98 deletions(-) > > -- > 2.34.1 > > > -- Marc-André Lureau

Re: [RFC PATCH 2/4] ui/egl-helpers: Consolidates create-sync and create-fence

2024-07-02 Thread Marc-André Lureau
Hi On Fri, Jun 21, 2024 at 3:19 AM wrote: > From: Dongwon Kim > > There is no reason to split those two operations so combining > two functions - egl_dmabuf_create_sync and egl_dmabuf_create_fence. > > Cc: Gerd Hoffmann > Cc: Marc-André Lureau > Cc: Vivek Kasireddy

Re: [PATCH] net: update netdev stream/dgram man page

2024-07-02 Thread Marc-André Lureau
slirp is disabled ? spawning the process with -F fd etc. That would help migrating away from slirp for some systems. -- Marc-André Lureau

Re: [PATCH] net: update netdev stream/dgram man page

2024-07-02 Thread Marc-André Lureau
-device > virtio-net,netdev=net0,mac=52:54:00:12:34:57 \\ > + -netdev > dgram,id=net0,local.type=unix,local.path=/tmp/qemu1,remote.type=unix,remote.path=/tmp/qemu0 > + > +``-netdev dgram,id=str,local.type=fd,local.str=file-descriptor`` > +Configure a network backend to connect to another QEMU virtual > +machine or a proxy using an UDP socket file descriptor. > + > +``local.str=file-descriptor`` > +File descriptor to use to send packets > + > ``-netdev > l2tpv3,id=id,src=srcaddr,dst=dstaddr[,srcport=srcport][,dstport=dstport],txsession=txsession[,rxsession=rxsession][,ipv6=on|off][,udp=on|off][,cookie64][,counter][,pincounter][,txcookie=txcookie][,rxcookie=rxcookie][,offset=offset]`` > Configure a L2TPv3 pseudowire host network backend. L2TPv3 (RFC3931) > is a popular protocol to transport Ethernet (and other Layer 2) data > -- > 2.45.2 > > > -- Marc-André Lureau

Re: [PHP-DEV] [RFC] Deprecations for PHP 8.4

2024-07-01 Thread Marc Bennewitz
y be beneficial to have this sooner than later. What do you think? Best regards, Gina P. Banyard Best, Marc OpenPGP_0x3936ABF753BC88CE.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP digital signature

Re: [PATCH] ui/gtk: Attach fullscreen toggling cb to all detached VCs

2024-07-01 Thread Marc-André Lureau
Hi On Tue, Jul 2, 2024 at 4:09 AM wrote: > From: Dongwon Kim > > Enable hotkey for toggling window fullscreening for all individual > untabified VCs > > Cc: Marc-André Lureau > Cc: Vivek Kasireddy > Signed-off-by: Dongwon Kim > Reviewed-by: Marc-André Lureau

Re: Issue when putting bib items in note: CoordCache.cpp (26): break on pointer

2024-07-01 Thread Jean-Marc Lasgouttes
Le 28/06/2024 à 19:43, Scott Kostyshak a écrit : To reproduce on current master: 1. Open the User Guide. 2. Enable editing. 3. Go to end of the document. 4. Select as is shown in the attached screenshot. 5. Click the yellow note icon to insert a LyX note. 6. Click "OK" on the dialog that pops up

Re: Assertion when selecting large table in User Guide on master

2024-07-01 Thread Jean-Marc Lasgouttes
Le 28/06/2024 à 18:15, Scott Kostyshak a écrit : Does this patch help? It does not seem to help. I still get the assertion. This one should be better. JMarc From 59bac4712239505148b2fc8e3d9443373d138890 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 1 Jul 2024 23:56:33

Re: [sage-devel] Re: ask.sagemath.org issues - do we need it?

2024-07-01 Thread Marc Culler
Thank you Sébastien for standing up for users, for distinguishing between users and developers, and for recognizing that those two groups have different needs. May your Karma increase exponentially! - Marc On Monday, July 1, 2024 at 8:18:36 AM UTC-5 Sébastien Labbé wrote: > I don'

Re: Number of return values of topological-sort

2024-07-01 Thread Marc Nieper-Wißkirchen
Am Mo., 1. Juli 2024 um 22:26 Uhr schrieb Maxime Devos (via srfi-234 list) < srfi-234@srfi.schemers.org>: > >[...] > > >But that's not portable, for some other implementation's topological-sort > may return 3 values and it causes an error. You have to write 'dispatch by > the number of returned v

[sage-devel] Misleading message from sage

2024-07-01 Thread Marc Culler
Does it really matter to GAP whether DOT_SAGE contains a space? If so, where should I be looking for this broken functionality? Is it correct to interpret "GAP interface" to mean what you get when you run "sage -gap"? - Marc PS I am asking because I would like to follow

Re: [PATCH v3 1/2] dt-bindings: display: bridge: add TI TDP158

2024-07-01 Thread Marc Gonzalez
On 01/07/2024 15:50, Maxime Ripard wrote: > On Thu, Jun 27, 2024 at 01:13:03PM GMT, Marc Gonzalez wrote: > >> TDP158 is an AC-coupled DVI / HDMI to TMDS level shifting Redriver. >> It supports DVI 1.0, HDMI 1.4b and 2.0b. >> It supports 4 TMDS channels, HPD, and a DDC i

Re: [PATCH v3 1/2] dt-bindings: display: bridge: add TI TDP158

2024-07-01 Thread Marc Gonzalez
On 28/06/2024 09:49, Dmitry Baryshkov wrote: > On Fri, Jun 28, 2024 at 09:36:57AM GMT, Krzysztof Kozlowski wrote: >> On 27/06/2024 18:45, Marc Gonzalez wrote: >>> On 27/06/2024 18:25, Conor Dooley wrote: >>>> On Thu, Jun 27, 2024 at 01:13:03PM +0200, Marc Gonzalez wro

Re: Number of return values of topological-sort

2024-07-01 Thread Marc Nieper-Wißkirchen
Am Mo., 1. Juli 2024 um 13:52 Uhr schrieb Maxime Devos (via srfi-234 list) < srfi-234@srfi.schemers.org>: > >"Optional return values" works in CL, where excessive return values are > silently ignored, but that's not the case in Scheme. > > > > Optional return values work in Scheme too (e.g. consid

Re: [PATCH v16 00/13] Support blob memory and venus on qemu

2024-07-01 Thread Marc-André Lureau
d by Akihiko Odaki. > > Changes from V14 to V15 > > - Dropped hostmem mapping state that got unused in v14, suggested by > Akihiko Odaki. > > - Moved resource_get_info() from set_scanout_blob() to create_blob(), > suggested by Akihiko Odaki. > > - Fixed unitilized varia

Re: [gull] openssh remote vulnerability

2024-07-01 Thread Marc SCHAEFER via gull
On Mon, Jul 01, 2024 at 12:10:42PM +0200, Claude Paroz via gull wrote: > Oui, je ne l'avais pas écrit mais je l'avais fait bien sûr. Ok, curieux, J'ai mis à jour du buster, du bullseye et du bookworm ce matin sans souci. Je refais un essai, avec du bookworm sans sources d'installation spéciales

Re: [gull] openssh remote vulnerability

2024-07-01 Thread Marc SCHAEFER via gull
ase, indépendamment de la correction SSH de ce matin. Aussi, confirmation que buster (néanmoins obsolète depuis hier) n'est pas affecté: Date: Mon, 1 Jul 2024 11:51:32 +0200 From: Ola Lundqvist To: Marc SCHAEFER Cc: debian-...@lists.debian.org Subject: Re: SSH vulnerability Hi I have checked the sou

SSH vulnerability

2024-07-01 Thread Marc SCHAEFER
Hello, Regarding https://security-tracker.debian.org/tracker/CVE-2024-6387 I guess *buster* is not affected either, because it did not integrate the patchset from 2020? I ask this even if buster LTS support stopped ... yesterday. I still have one server (upgrading today) which has a fully access

[gull] openssh remote vulnerability

2024-07-01 Thread Marc SCHAEFER via gull
Bonjour, Il semblerait que SSH ait eu quelques soucis dans le code de terminaison (signal handler pas signal-safe), que le bug a été introduit, puis corrigé, puis réintroduit. Il ne semble pas s'agir d'une attaque, mais d'une simple régression (d'où le nom de cette vulnérabilité: regresshion). L

[jira] [Commented] (SUREFIRE-2203) In pom.xml, the configurationParameters configuration junit.platform.launcher.interceptors.enabled does not work

2024-07-01 Thread Marc Philipp (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17861077#comment-17861077 ] Marc Philipp commented on SUREFIRE-2203: [~michael-o] is right, the

[sage-devel] Re: Error in I.variety(algorithm='msolve', proof=False)

2024-06-30 Thread Marc Mezzarobba
ut I don't know if this particular issue is solved or not. -- Marc -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegrou

Bug#1074564: initramfs-tools: fails to include config udevd config files

2024-06-30 Thread Marc Lehmann
Package: initramfs-tools Version: 0.142 Severity: normal Dear Maintainer, initramfs-tools packages andf uses systemd-udevd in the initramfs, but does not package the required .link files. Specifically, files and overrides from /etc are all missing, causing udevs to apply the hardcoded defaults

Bug#1074564: initramfs-tools: fails to include config udevd config files

2024-06-30 Thread Marc Lehmann
Package: initramfs-tools Version: 0.142 Severity: normal Dear Maintainer, initramfs-tools packages andf uses systemd-udevd in the initramfs, but does not package the required .link files. Specifically, files and overrides from /etc are all missing, causing udevs to apply the hardcoded defaults

[Bug 2069792] Re: lyx segfaults upon opening a .lyx file

2024-06-30 Thread Jean-Marc Lasgouttes
Thanks, this is very helpful. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2069792 Title: lyx segfaults upon opening a .lyx file To manage notifications about this bug go to: https://bugs.launchpa

[ceph-users] rbd migration / cp maintaining modified/create timestamps

2024-06-30 Thread Marc
How to move an image to a different pool maintaining create/modified dates etc. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

[sage-devel] Re: Error in I.variety(algorithm='msolve', proof=False)

2024-06-30 Thread Marc Mezzarobba
\n b ^ 2 010 + b \n 013 -- Marc -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this d

[sage-devel] Re: Error in I.variety(algorithm='msolve', proof=False)

2024-06-30 Thread Marc Mezzarobba
n msolve-readable file and using > msolve directly (with the -P 2 flag) returns the correct result. What exact command are you using to run msolve, and what does your input file contain? On my system: ~$ cat /tmp/tmprcz_zw9l a,b 2 a^2+a, b^2+b ~$ msolve -P 2 -f /tmp/tmprcz_zw9l [1, 3, -1, []]: --

Re: [sage-support] Errors building Sage 10.4.beta6 in Sonoma 14.5

2024-06-29 Thread Marc Culler
The issue with the --disable-editable has now been fixed by Matthias Koeppe in PR #38304. It was not specific to macOS. - Marc On Thursday, May 30, 2024 at 11:35:07 AM UTC-5 Jon Higa wrote: > > Jon Higa > May 21, 2024, 12:41:48 PM (9 days ago) > to sage-support > > Jon Higa

Re: [PATCH v2] Cursor: 8 -> 1 bit alpha downsampling improvement

2024-06-29 Thread Marc-André Lureau
> support for alpha-blended cursors, such as some VNC clients. > > Signed-off-by: Phil Dennis-Jordan > Reviewed-by: Marc-André Lureau > --- > ui/cursor.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ui/cursor.c b/ui/cursor.c > index 297

Re: [PATCH v2 4/4] ui/console: Remove dpy_cursor_define_supported()

2024-06-29 Thread Marc-André Lureau
rect cursor display. > > Another problem with dpy_cursor_define_supported() is that it returns > true even if only some of the display listeners support cursor > composition, which is wrong unless all display listeners that lack > cursor composition is headless. > > Signe

Re: [PATCH v2 2/4] ui/console: Convert mouse visibility parameter into bool

2024-06-29 Thread Marc-André Lureau
On Thu, Jun 27, 2024 at 3:19 PM Akihiko Odaki wrote: > Signed-off-by: Akihiko Odaki > Reviewed-by: Marc-André Lureau > --- > include/ui/console.h| 4 ++-- > hw/display/ati.c| 2 +- > hw/display/virtio-gpu.c | 3 +-- > hw/display/vmware_vga.c |

Re: [PATCH 2/2] vfio/display: Fix vfio_display_edid_init() error path

2024-06-29 Thread Marc-André Lureau
o_display_edid_update() isn't changed because it can be called at > runtime when UI changes (i.e. window resize). > > Fixes: 08479114b0de ("vfio/display: add edid support.") > Suggested-by: Cédric Le Goater > Signed-off-by: Zhenzhong Duan > Reviewed-by: Marc-André Lur

Re: [PATCH 1/2] vfio/display: Fix potential memleak of edid info

2024-06-29 Thread Marc-André Lureau
s.c > @@ -586,6 +586,7 @@ int vfio_get_dev_region_info(VFIODevice *vbasedev, > uint32_t type, > g_free(*info); > } > > +g_free(*info); > This seems incorrect, it is freed at the end of the loop above if it didn't retun. > *info = NULL; > return -ENODEV; > } > -- > 2.34.1 > > > -- Marc-André Lureau

[gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/

2024-06-28 Thread Marc Schiffbauer
commit: b28cfacc31e3c16149a7cac8455329c725f97f5c Author: Marc Schiffbauer gentoo org> AuthorDate: Fri Jun 28 22:28:34 2024 + Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Jun 28 22:28:34 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2

[gentoo-commits] repo/gentoo:master commit in: acct-user/syncthing/

2024-06-28 Thread Marc Schiffbauer
commit: 177579160c6909256a54bf9f8faa467a0f001f2b Author: Marc Schiffbauer gentoo org> AuthorDate: Fri Jun 28 22:30:40 2024 + Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Jun 28 22:30:40 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17

[gentoo-commits] repo/gentoo:master commit in: acct-group/syncthing/

2024-06-28 Thread Marc Schiffbauer
commit: 0d4105e00f6bda3d5f07eefd7058e5f9f6841312 Author: Marc Schiffbauer gentoo org> AuthorDate: Fri Jun 28 22:29:57 2024 + Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Jun 28 22:29:57 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d

[gentoo-commits] repo/gentoo:master commit in: acct-user/strelaysrv/

2024-06-28 Thread Marc Schiffbauer
commit: 2f6a869c5df440dcc3403e5a1ae635b9dce2581b Author: Marc Schiffbauer gentoo org> AuthorDate: Fri Jun 28 22:32:10 2024 + Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Jun 28 22:32:10 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f

[gentoo-commits] repo/gentoo:master commit in: acct-user/stdiscosrv/

2024-06-28 Thread Marc Schiffbauer
commit: 38d673fd31545b8737629bc21baa4e31996b0d97 Author: Marc Schiffbauer gentoo org> AuthorDate: Fri Jun 28 22:31:32 2024 + Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Jun 28 22:31:32 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38

[gentoo-dev] Re: [gentoo-dev-announce] Packages up for grabs

2024-06-28 Thread Marc Schiffbauer
net-p2p/syncthing I use this every day, so will take syncthing and its deps. Help welcome. Cheers -Marc -- 0x8201F9436611ABF9 - 41C5 71F2 0535 7D66 2E71 6DAA 8201 F943 6611 ABF9 signature.asc Description: PGP signature

Re: Assertion when selecting large table in User Guide on master

2024-06-28 Thread Jean-Marc Lasgouttes
Le 28/06/2024 à 18:15, Scott Kostyshak a écrit : On Fri, Jun 28, 2024 at 05:36:15PM GMT, Jean-Marc Lasgouttes wrote: Le 26/06/2024 à 06:25, Scott Kostyshak a écrit : When I select the table with the mouse cursor (see attachment for which table), I get the following assertion: support

Re: Assertion when selecting large table in User Guide on master

2024-06-28 Thread Jean-Marc Lasgouttes
Le 26/06/2024 à 06:25, Scott Kostyshak a écrit : When I select the table with the mouse cursor (see attachment for which table), I get the following assertion: support/lassert.cpp (52): ASSERTION hasPosition() VIOLATED IN /home/scott/lyxbuilds/master-master/repo/src/ParagraphMetrics.cpp:71

Re: Im stuck

2024-06-28 Thread Marc Haber
. What kind of contribution is on your mind? Greetings Marc -- - Marc Haber | "I don't trust Computers. They | Mailadresse im Header Leimen, Germany| lose things."Winona Ryder | Fon: *49 6224 1600

Re: How to merge two pdf pages in to single Page

2024-06-27 Thread Marc Kaufman
moved or modified. You could add a new font object in an incremental Save, but the old font object will still physically remain. Any changes to any bytes of the first file (to the first %%EOF) will invalidate the signature. Marc On 6/27/2024 4:01 AM, Semmalai C wrote: Dear Team, In both the

Re: [PATCH v3 1/2] dt-bindings: display: bridge: add TI TDP158

2024-06-27 Thread Marc Gonzalez
On 27/06/2024 18:25, Conor Dooley wrote: > On Thu, Jun 27, 2024 at 01:13:03PM +0200, Marc Gonzalez wrote: > >> TDP158 is an AC-coupled DVI / HDMI to TMDS level shifting Redriver. >> It supports DVI 1.0, HDMI 1.4b and 2.0b. >> It supports 4 TMDS channels, HPD, and a DDC i

[OPSAWG]Re: TACACS+ w/ TLS 1.3 implementations

2024-06-27 Thread Marc Huber
, but without any real-life clients available any compatibility is indeed hard to confirm. Cheers, Marc ___ OPSAWG mailing list -- opsawg@ietf.org To unsubscribe send an email to opsawg-le...@ietf.org

<    8   9   10   11   12   13   14   15   16   17   >