Re: Question to recent Qualcomm CVEs

2024-04-30 Thread Christian Marangi (Ansuel)
Il giorno mar 30 apr 2024 alle ore 15:04 Kalle Valo ha scritto: > > Robert Marko writes: > > > On Tue, 30 Apr 2024 at 10:48, Kalle Valo wrote: > > > >> > >> Robert Marko writes: > >> > >> > On Mon, 29 Apr 2024 at 15:37, Sven Eckelmann wrote: > >> >> > >> >> On Monday, 29 April 2024 15:14:18

core.git: translations

2024-04-30 Thread Christian Lohmaier (via logerrit)
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b19c1cf7fa65386de7eb0eeea8068899cdcfb877 Author: Christian Lohmaier AuthorDate: Tue Apr 30 15:03:36 2024 +0200 Commit: Gerrit Code Review CommitDate: Tue Apr 30 15:03:36 2024 +0200 Update git

Re: [RFC PATCH v2 08/12] famfs: module operations & fs_context

2024-04-30 Thread Christian Brauner
On Mon, Apr 29, 2024 at 12:04:24PM -0500, John Groves wrote: > Start building up from the famfs module operations. This commit > includes the following: > > * Register as a file system > * Parse mount parameters > * Allocate or find (and initialize) a superblock via famfs_get_tree() > * Lookup

Re: [PATCH v9 03/14] drm/amdgpu: add new IOCTL for usermode queue

2024-04-30 Thread Christian König
a list of queues, instead of single queue per process. - Christian: Use the queue manager instead of global ptrs, Don't keep the queue structure in amdgpu_ctx V2: Worked on review comments: - Christian: - Formatting of text - There is no need for queuing of userqueues

[xtext-dev] Xtext 2.35.0.M1 is out

2024-04-30 Thread Christian Dietrich via xtext-dev
Xtext 2.35.0.M1 is out (contributed to 2024-06 M2) ___ xtext-dev mailing list xtext-dev@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/xtext-dev

Re: [PATCH cygport] Add customization support for announce command

2024-04-30 Thread Christian Franke via Cygwin-apps
Jon Turney wrote: On 10/03/2024 16:33, Christian Franke via Cygwin-apps wrote: Jon Turney wrote: On 23/02/2024 11:23, Christian Franke via Cygwin-apps wrote: Christian Franke wrote: The email generated by the cygport announce command is useful, but actual use cases are somewhat limited due

[Git][archlinux/packaging/packages/bpython][main] upgpkg: 0.24-5

2024-04-30 Thread Christian Heusel (@gromit)
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / bpython Commits: 007c766f by Christian Heusel at 2024-04-30T11:21:46+02:00 upgpkg: 0.24-5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO

[Git][archlinux/packaging/packages/bpython] Pushed new tag 0.24-5

2024-04-30 Thread Christian Heusel (@gromit)
Christian Heusel pushed new tag 0.24-5 at Arch Linux / Packaging / Packages / bpython -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bpython/-/tree/0.24-5 You're receiving this email because

Re: [PATCH v9 5/5] drm/amdgpu: Enable userq fence interrupt support

2024-04-30 Thread Christian König
11_0_late_init(void *handle) { - struct amdgpu_device *adev = (struct amdgpu_device *)handle; - - /* it's only intended for use in mes_self_test case, not for s0ix and reset */ - if (!amdgpu_in_reset(adev) && !adev->in_s0ix && !adev->in_suspend && - (amdgpu_ip_version(adev, GC_HWIP, 0) != IP_VERSION(11, 0, 3))) - amdgpu_mes_self_test(adev); - return 0; } Same here. Regards, Christian.

Re: [PATCH v9 4/5] drm/amdgpu: Implement userqueue signal/wait IOCTL

2024-04-30 Thread Christian König
into it. The wait IOCTL gets an array of drm syncobjs, finds the fences attached to the drm syncobjs and obtain the array of memory_address/fence_value combintion which are returned to userspace. v2: (Christian) - Install fence into GEM BO object. - Lock all BO's using the dma resv subsystem

Re: [RFC] generic CAN/CAN FD susbsytem for RTEMS from scratch - online documentation

2024-04-30 Thread Christian MAUDERER
Hello Michal, On 2024-04-29 22:48, Michal Lenc wrote: Hello Christian, thank you a lot for the review. Thank you for your work. In addition to Pavel Píša's reply, I have updated the documentation to provide (hopefully) a better description. https://otrees.pages.fel.cvut.cz/rtems/rtems

Re: [RFC] generic CAN/CAN FD susbsytem for RTEMS from scratch - online documentation

2024-04-30 Thread Christian MAUDERER
Hello Pavel, thanks for your explanations. On 2024-04-29 21:23, Pavel Pisa wrote: Dear Christian, thanks a lot for finding time to read through documentation. On Monday 29 of April 2024 10:56:29 Christian MAUDERER wrote: it's quite a big work. So I've started to read through

Re: 0.12.0-rc3 release!

2024-04-30 Thread Christian Schoepplein
Hi Samuel, On Mon, Apr 29, 2024 at 01:06:22AM +0200, Samuel Thibault wrote: >Announcing the availability of Speech Dispatcher 0.12.0 developed as a part of >the Free(b)Soft project. [...] >* Where to get it? [...] > Debian packages will also be available in debian unstable soon. Will there

Re: RFR: 8314480: Memory ordering spec updates in java.lang.ref [v28]

2024-04-29 Thread Brent Christian
On Sat, 27 Apr 2024 11:58:52 GMT, Viktor Klang wrote: >> Brent Christian has updated the pull request incrementally with one >> additional commit since the last revision: >> >> new section for finalizer memviz > > src/java.base/share/classes/java/lang/

[Git][archlinux/packaging/packages/minio-client][main] upgpkg: 2024.04.29-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / minio-client Commits: d137458b by Christian Heusel at 2024-04-29T23:32:47+02:00 upgpkg: 2024.04.29-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO

[Git][archlinux/packaging/packages/minio-client] Pushed new tag 2024.04.29-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed new tag 2024.04.29-1 at Arch Linux / Packaging / Packages / minio-client -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/minio-client/-/tree/2024.04.29-1 You're

[Git][archlinux/packaging/packages/minio] Pushed new tag 2024.04.28-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed new tag 2024.04.28-1 at Arch Linux / Packaging / Packages / minio -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/minio/-/tree/2024.04.28-1 You're receiving this email

[Git][archlinux/packaging/packages/minio][main] upgpkg: 2024.04.28-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / minio Commits: ca57b7d7 by Christian Heusel at 2024-04-29T23:32:17+02:00 upgpkg: 2024.04.28-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO

Re: RFR: 8314480: Memory ordering spec updates in java.lang.ref [v29]

2024-04-29 Thread Brent Christian
> guarantees made for finalizers in [JLS > 17.4.5](https://docs.oracle.com/javase/specs/jls/se18/html/jls-17.html#jls-17.4.5): > _"There is a happens-before edge from the end of a constructor of an object > to the start of a finalizer (§12.6) for that object."_ Brent Christ

Re: net/rsync: update to 3.3.0

2024-04-29 Thread Christian Weisgerber
passes, which should already provide better coverage than most manual testing. ok naddy@ -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: RFR: 8314480: Memory ordering spec updates in java.lang.ref [v28]

2024-04-29 Thread Brent Christian
On Sat, 27 Apr 2024 11:57:23 GMT, Viktor Klang wrote: >> Brent Christian has updated the pull request incrementally with one >> additional commit since the last revision: >> >> new section for finalizer memviz > > src/java.base/share/classes/java/lang/

CVS: cvs.openbsd.org: ports

2024-04-29 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2024/04/29 14:29:59 Modified files: archivers/libarchive: Makefile distinfo Added files: archivers/libarchive/patches:

[Git][archlinux/packaging/packages/systemd] Pushed new tag 255.5-3

2024-04-29 Thread Christian Hesse (@eworm)
Christian Hesse pushed new tag 255.5-3 at Arch Linux / Packaging / Packages / systemd -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/tree/255.5-3 You're receiving this email because

[Git][archlinux/packaging/packages/systemd][main] upgpkg: 255.5-3: fix resolved issue

2024-04-29 Thread Christian Hesse (@eworm)
Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / systemd Commits: dd7aff4e by Christian Hesse at 2024-04-29T22:03:17+02:00 upgpkg: 255.5-3: fix resolved issue - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/cgit] Pushed new tag 1.2.3.r54.g00ecfaa-11

2024-04-29 Thread Christian Hesse (@eworm)
Christian Hesse pushed new tag 1.2.3.r54.g00ecfaa-11 at Arch Linux / Packaging / Packages / cgit -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cgit/-/tree/1.2.3.r54.g00ecfaa-11 You're

[Git][archlinux/packaging/packages/git][main] upgpkg: 2.45.0-1: new upstream release

2024-04-29 Thread Christian Hesse (@eworm)
Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / git Commits: 567ddfc9 by Christian Hesse at 2024-04-29T21:16:51+02:00 upgpkg: 2.45.0-1: new upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/git] Pushed new tag 2.45.0-1

2024-04-29 Thread Christian Hesse (@eworm)
Christian Hesse pushed new tag 2.45.0-1 at Arch Linux / Packaging / Packages / git -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/git/-/tree/2.45.0-1 You're receiving this email because

[PATCH 1/1] git: update to v2.45.0

2024-04-29 Thread Christian Hesse
From: Christian Hesse Update to git version v2.45.0, this requires changes for these upstream commits: * 9720d23e8caf4adee44b3a32803a9bb0480118bd date: make DATE_MODE thread-safe Signed-off-by: Christian Hesse --- Makefile| 2 +- git | 2 +- ui-shared.c | 4 ++-- ui-shared.h

[cytoscape/cytoscape.js] 8bf33b: :sparkles: Keep original separator instead of usin...

2024-04-29 Thread 'Christian Lopes' via cytoscape-cvs
/cytoscape.js/commit/3ea4144d21f361e4c65a14d2ae0ec2cd8e2234f6 Author: Christian Lopes Date: 2024-04-29 (Mon, 29 Apr 2024) Changed paths: M debug/init.js M src/extensions/renderer/base/coord-ele-math/labels.js Log Message: --- Merge pull request #3236 from EliotRagueneau/fix

translations.git: Changes to 'refs/tags/libreoffice-24.2.3.2'

2024-04-29 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-24.2.3.2' created by Christian Lohmaier at 2024-04-29 18:46 + Tag libreoffice-24.2.3.2 -BEGIN PGP SIGNATURE- iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAmYv6vkACgkQ9DSh76/u rqNyrRAAmW2Cnqt+fvcyXc7yGyz5xxMJEN3hwRWhJEAlEWVPd2PRU6SEPwQLbNZr P5hvUiucL3P0nWp

help.git: Changes to 'refs/tags/libreoffice-24.2.3.2'

2024-04-29 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-24.2.3.2' created by Christian Lohmaier at 2024-04-29 18:46 + Tag libreoffice-24.2.3.2 -BEGIN PGP SIGNATURE- iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAmYv6vkACgkQ9DSh76/u rqMUag//c8RlmiZ664uDe9Y2ZG4qBpLO1o5H8b1LMWHkm2WHFb2eTpYfFkhqrm3O

dictionaries.git: Changes to 'refs/tags/libreoffice-24.2.3.2'

2024-04-29 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-24.2.3.2' created by Christian Lohmaier at 2024-04-29 18:46 + Tag libreoffice-24.2.3.2 -BEGIN PGP SIGNATURE- iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAmYv6vYACgkQ9DSh76/u rqOz0xAAt8HmkOV15ukFpVSAxrsWB/6gJViCo8aP22EfYRZNwwHP2GjqrVp4yQUE VjRMT

core.git: Branch 'libreoffice-24-2-3' - configure.ac

2024-04-29 Thread Christian Lohmaier (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 89ce85eddedeeaed893f29661df65e4c8aceccdf Author: Christian Lohmaier AuthorDate: Mon Apr 29 20:46:48 2024 +0200 Commit: Christian Lohmaier CommitDate: Mon Apr 29 20:46:48 2024 +0200 bump

core.git: Changes to 'refs/tags/libreoffice-24.2.3.2'

2024-04-29 Thread Christian Lohmaier (via logerrit)
Tag 'libreoffice-24.2.3.2' created by Christian Lohmaier at 2024-04-29 18:46 + Tag libreoffice-24.2.3.2 -BEGIN PGP SIGNATURE- iQIzBAABCAAdFiEEwoOeytlAj76VMcPp9DSh76/urqMFAmYv6vkACgkQ9DSh76/u rqOHiA//Zwf+pYyAM+5UkNRISlj+33c/b+pp2sYVqRodIBr04TZwgkDRoka02PY1

Commit: patch 9.1.0381: cbuffer and similar commands don't accept a range

2024-04-29 Thread Christian Brabandt
patch 9.1.0381: cbuffer and similar commands don't accept a range Commit: https://github.com/vim/vim/commit/652c821366691a8bd5474766581090df0c742fa1 Author: Christian Brabandt Date: Mon Apr 29 20:36:49 2024 +0200 patch 9.1.0381: cbuffer and similar commands don't accept a range

core.git: Branch 'libreoffice-24-2-3' - readlicense_oo/license

2024-04-29 Thread Christian Lohmaier (via logerrit)
readlicense_oo/license/CREDITS.fodt | 3327 ++-- 1 file changed, 1712 insertions(+), 1615 deletions(-) New commits: commit ab4fd05c26289147ac1cab686a93a84fda85be5f Author: Christian Lohmaier AuthorDate: Mon Apr 29 20:36:41 2024 +0200 Commit: Christian

core.git: Branch 'libreoffice-24-2' - readlicense_oo/license

2024-04-29 Thread Christian Lohmaier (via logerrit)
readlicense_oo/license/CREDITS.fodt | 3327 ++-- 1 file changed, 1712 insertions(+), 1615 deletions(-) New commits: commit 6b20b3abc70c210ae52ecde24076ad08c4594fe0 Author: Christian Lohmaier AuthorDate: Mon Apr 29 20:36:41 2024 +0200 Commit: Christian

core.git: Branch 'libreoffice-7-6-7' - readlicense_oo/license

2024-04-29 Thread Christian Lohmaier (via logerrit)
readlicense_oo/license/CREDITS.fodt | 3327 ++-- 1 file changed, 1712 insertions(+), 1615 deletions(-) New commits: commit 7ed1bd0ab67b053cb8c748f9b7388bafc64b89e1 Author: Christian Lohmaier AuthorDate: Mon Apr 29 20:36:41 2024 +0200 Commit: Christian

core.git: Branch 'libreoffice-7-6' - readlicense_oo/license

2024-04-29 Thread Christian Lohmaier (via logerrit)
readlicense_oo/license/CREDITS.fodt | 3327 ++-- 1 file changed, 1712 insertions(+), 1615 deletions(-) New commits: commit 83a33814da4c4335e5054389e1a5acaccf95377d Author: Christian Lohmaier AuthorDate: Mon Apr 29 20:36:41 2024 +0200 Commit: Christian

core.git: readlicense_oo/license

2024-04-29 Thread Christian Lohmaier (via logerrit)
readlicense_oo/license/CREDITS.fodt | 3327 ++-- 1 file changed, 1712 insertions(+), 1615 deletions(-) New commits: commit e729fec8a9e73e9d013cb634d4bcbd8c43be4200 Author: Christian Lohmaier AuthorDate: Mon Apr 29 20:36:41 2024 +0200 Commit: Christian

Commit: runtime(java): Improve the recognition of the "indent" method declarations (#14659)

2024-04-29 Thread Christian Brabandt
not prescribe naming conventions and still cannot recognise method declarations in nested types that are conventionally indented. The proposed changes also follow suit of "style" in stopping the claiming of constructor and enum constant declarations. Signed-off-by: Aliaks

Commit: runtime(doc): Fix a typo in usr_30.txt

2024-04-29 Thread Christian Brabandt
-by: UM-Li Signed-off-by: Christian Brabandt diff --git a/runtime/doc/usr_30.txt b/runtime/doc/usr_30.txt index 19a1259fe..c3bbcba69 100644 --- a/runtime/doc/usr_30.txt +++ b/runtime/doc/usr_30.txt @@ -1,4 +1,4 @@ -*usr_30.txt* For Vim version 9.1. Last change: 2007 Nov 10 +*usr_30.txt

Commit: runtime(jq): remove undefined var s:save_cpoptions and add include setting

2024-04-29 Thread Christian Brabandt
closes: https://github.com/vim/vim/issues/14661 closes: https://github.com/vim/vim/issues/14663 Co-authored-by: itchyny Signed-off-by: GodFather Signed-off-by: Christian Brabandt diff --git a/runtime/ftplugin/jq.vim b/runtime/ftplugin/jq.vim index 15cd400d3

core.git: Branch 'libreoffice-24-2-3' - translations

2024-04-29 Thread Christian Lohmaier (via logerrit)
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f185f1fb1ce949f0ebe16eb23f7b76e90020e8cb Author: Christian Lohmaier AuthorDate: Mon Apr 29 20:18:59 2024 +0200 Commit: Gerrit Code Review CommitDate: Mon Apr 29 20:18:59 2024 +0200 Update git

translations.git: Branch 'libreoffice-24-2-3' - source/ab source/an source/ast source/bg source/ca source/cs source/da source/de source/dsb source/es source/fi source/fr source/gl source/gug source/hr

2024-04-29 Thread Christian Lohmaier (via logerrit)
/svx/messages.po | 10 source/zh-CN/sw/messages.po| 14 309 files changed, 5274 insertions(+), 5301 deletions(-) New commits: commit abc5b4da9d1c382d8f76eec58b3c6b0ba17f92bd Author: Christian Lohmaier AuthorDate

core.git: Branch 'libreoffice-24-2' - translations

2024-04-29 Thread Christian Lohmaier (via logerrit)
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 32921f8ae0aea6d724a80974f2b213c799175ab5 Author: Christian Lohmaier AuthorDate: Mon Apr 29 20:15:20 2024 +0200 Commit: Gerrit Code Review CommitDate: Mon Apr 29 20:15:20 2024 +0200 Update git

translations.git: Branch 'libreoffice-24-2' - source/ab source/an source/ast source/bg source/ca source/cs source/da source/de source/dsb source/es source/fi source/fr source/gl source/gug source/hr s

2024-04-29 Thread Christian Lohmaier (via logerrit)
/svx/messages.po | 10 source/zh-CN/sw/messages.po| 14 309 files changed, 5274 insertions(+), 5301 deletions(-) New commits: commit 64792214d2d89afc019f94ca29ff7a2c2a17ab39 Author: Christian Lohmaier AuthorDate

Re: test -w on r/o filesystems

2024-04-29 Thread Christian Franke
/gnulib/blob/master/lib/euidaccess.c BTW, the behavior of the builtin 'test' commands of various shells may also differ if the filesystem is R/O. -- Regards, Christian ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

[ptxdist] [PATCH] libarchive: Version bump. 3.7.3 -> 3.7.4

2024-04-29 Thread Christian Melki
More security fixes (probably paranoia in the wake). https://github.com/libarchive/libarchive/releases/tag/v3.7.4 Signed-off-by: Christian Melki --- rules/libarchive.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libarchive.make b/rules/libarchive.make index

[Git][archlinux/packaging/packages/borgmatic][main] upgpkg: 1.8.11-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / borgmatic Commits: d583387a by Christian Heusel at 2024-04-29T18:58:39+02:00 upgpkg: 1.8.11-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO

[Git][archlinux/packaging/packages/borgmatic] Pushed new tag 1.8.11-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed new tag 1.8.11-1 at Arch Linux / Packaging / Packages / borgmatic -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/tree/1.8.11-1 You're receiving this email

[easybuild] running interproscan

2024-04-29 Thread Christian Meesters
data package # does not contain the lookup_service data way too large! Is there an example? Does someone has a script to share? I did not find a command line flag to point this tool to an alternate location, is this really the case? Any help is appreciated! Cheers Christian

Re: [PATCH 1/3] drm/amdgpu: Add amdgpu_bo_is_vm_bo helper

2024-04-29 Thread Christian König
Am 29.04.24 um 15:34 schrieb Tvrtko Ursulin: On 29/04/2024 12:02, Christian König wrote: Am 26.04.24 um 18:43 schrieb Tvrtko Ursulin: From: Tvrtko Ursulin Help code readability by replacing a bunch of: bo->tbo.base.resv == vm->root.bo->tbo.base.resv With: amdgpu_bo_is_vm_

CVS: cvs.openbsd.org: src

2024-04-29 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2024/04/29 07:34:19 Modified files: lib/libc/time : strftime.3 Log message: strftime.3: clarify %G and %g description Clarify that %G and %g produce the rarely needed ISO week-numbering year rather than

[Yahoo-eng-team] [Bug 2064120] [NEW] [RFE] BGP Dynamic Routing for IPv4 AND IPv6 routes not possible with just one dragent (really make use of MP-BGP or support multiple BGP speakers / sessions per dr

2024-04-29 Thread Christian Rohmann
Public bug reported: When setting up Neutron BGP Dynamic Routing to advertise IPv4 floating IPs and also IPv6 tenant networks I ran into some issues. I then asked on the ML [1] and also found an older thread [2] discussing the advertising of IPv6 routes (e.g. from tenant networks). There Sean

CVS: cvs.openbsd.org: src

2024-04-29 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2024/04/29 07:23:19 Modified files: distrib/sets/lists/man: mi usr.bin/tput : Makefile Log message: install accidentally dropped tput(1) man page again

Re: [PATCH] drm/amdgpu: fix doorbell regression

2024-04-29 Thread Christian König
Am 29.04.24 um 14:50 schrieb Shashank Sharma: This patch adds a missed handling of PL domain doorbell while handling VRAM faults. Fixes: a6ff969fe9cb ("drm/amdgpu: fix visible VRAM handling during faults") Cc: Christian Koenig Cc: Alex Deucher Signed-off-by: Shashank Sharma

[Git][archlinux/packaging/packages/sfizz-ui][main] upgpkg: 1.2.3-4: rebuild for vst3sdk 3.7.10_build_14-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / sfizz-ui Commits: 7da9f4b5 by Christian Heusel at 2024-04-29T14:17:01+02:00 upgpkg: 1.2.3-4: rebuild for vst3sdk 3.7.10_build_14-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/sfizz-ui] Pushed new tag 1.2.3-4

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed new tag 1.2.3-4 at Arch Linux / Packaging / Packages / sfizz-ui -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sfizz-ui/-/tree/1.2.3-4 You're receiving this email

[Git][archlinux/packaging/packages/qtractor][main] upgpkg: 0.9.39-4: rebuild for vst3sdk 3.7.10_build_14-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / qtractor Commits: fba1aac5 by Christian Heusel at 2024-04-29T14:13:04+02:00 upgpkg: 0.9.39-4: rebuild for vst3sdk 3.7.10_build_14-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/qtractor] Pushed new tag 0.9.39-4

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed new tag 0.9.39-4 at Arch Linux / Packaging / Packages / qtractor -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qtractor/-/tree/0.9.39-4 You're receiving this email

[Git][archlinux/packaging/packages/yabridge][main] upgpkg: 5.1.0-4: rebuild for vst3sdk 3.7.10_build_14-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / yabridge Commits: 3123012d by Christian Heusel at 2024-04-29T14:11:32+02:00 upgpkg: 5.1.0-4: rebuild for vst3sdk 3.7.10_build_14-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/yabridge] Pushed new tag 5.1.0-4

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed new tag 5.1.0-4 at Arch Linux / Packaging / Packages / yabridge -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/yabridge/-/tree/5.1.0-4 You're receiving this email

[Git][archlinux/packaging/packages/geonkick][main] upgpkg: 3.4.0-2: rebuild for vst3sdk 3.7.10_build_14-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / geonkick Commits: 93a5c462 by Christian Heusel at 2024-04-29T14:08:40+02:00 upgpkg: 3.4.0-2: rebuild for vst3sdk 3.7.10_build_14-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/geonkick] Pushed new tag 3.4.0-2

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed new tag 3.4.0-2 at Arch Linux / Packaging / Packages / geonkick -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/geonkick/-/tree/3.4.0-2 You're receiving this email

[Git][archlinux/packaging/packages/audacity][main] upgpkg: 1:3.5.1-2: rebuild for vst3sdk 3.7.10_build_14-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / audacity Commits: 899a6ba1 by Christian Heusel at 2024-04-29T14:01:05+02:00 upgpkg: 1:3.5.1-2: rebuild for vst3sdk 3.7.10_build_14-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/audacity] Pushed new tag 1-3.5.1-2

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed new tag 1-3.5.1-2 at Arch Linux / Packaging / Packages / audacity -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/audacity/-/tree/1-3.5.1-2 You're receiving this email

[Git][archlinux/packaging/packages/vst3sdk][main] upgpkg: 3.7.11_build_10-1: new upstream release

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / vst3sdk Commits: f1d54cda by Christian Heusel at 2024-04-29T13:51:03+02:00 upgpkg: 3.7.11_build_10-1: new upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/vst3sdk] Pushed new tag 3.7.11_build_10-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed new tag 3.7.11_build_10-1 at Arch Linux / Packaging / Packages / vst3sdk -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vst3sdk/-/tree/3.7.11_build_10-1 You're

Re: [PATCH 3/3] drm/amdgpu: Fix pinned GART area accounting and fdinfo reporting

2024-04-29 Thread Christian König
emptible BOs while printing them in debugfs. Regards, Christian. Regards, Tvrtko Regards,    Felix And also amdgpu_bo_print_info for debugfs reporting. Note that the patch depends on the previous one which broke down the relevant checks from the domain based to placement based. Signed-off

Re: [PATCH 3/3] drm/amdgpu: Fix pinned GART area accounting and fdinfo reporting

2024-04-29 Thread Christian König
lin Fixes: b453e42a6e8b ("drm/amdgpu: Add new placement for preemptible SG BOs") Cc: Felix Kuehling Cc: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c b

Re: [PATCH 2/3] drm/amdgpu: Reduce mem_type to domain double indirection

2024-04-29 Thread Christian König
the TTM placement into a domain by checking against the current placement directly. Signed-off-by: Tvrtko Ursulin Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c | 4 +-- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 30 ++--- 2 files changed

Re: [PATCH 1/3] drm/amdgpu: Add amdgpu_bo_is_vm_bo helper

2024-04-29 Thread Christian König
her added this to the VM instead. In other words move it to amdgpu_vm.h and call it amdgpu_vm_is_bo_always_valid() or something like that. Regards, Christian. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c| 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_obje

[Touch-packages] [Bug 1876486] Re: systemd breaks due to old libsecomp libs left on the system

2024-04-29 Thread Christian Ehrhardt 
Hi Jeremy > I do not understand why bugs like this cannot get fixed even years after > several people have reported the same issue and the repro steps are clear I understand this might seem frustrating, but the TL;DR is: Because it isn't as clear as it might seem Detail: As you see throughout

[Git][archlinux/packaging/packages/archlinux-keyring][main] upgpkg: 20240429-1: new upstream release

2024-04-29 Thread Christian Hesse (@eworm)
Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / archlinux-keyring Commits: d991fd07 by Christian Hesse at 2024-04-29T10:59:09+02:00 upgpkg: 20240429-1: new upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/archlinux-keyring] Pushed new tag 20240429-1

2024-04-29 Thread Christian Hesse (@eworm)
Christian Hesse pushed new tag 20240429-1 at Arch Linux / Packaging / Packages / archlinux-keyring -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/archlinux-keyring/-/tree/20240429-1 You're

[Bug 1876486] Re: systemd breaks due to old libsecomp libs left on the system

2024-04-29 Thread Christian Ehrhardt 
Hi Jeremy > I do not understand why bugs like this cannot get fixed even years after > several people have reported the same issue and the repro steps are clear I understand this might seem frustrating, but the TL;DR is: Because it isn't as clear as it might seem Detail: As you see throughout

[Git][archlinux/packaging/packages/josm] Pushed new tag 19039-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed new tag 19039-1 at Arch Linux / Packaging / Packages / josm -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/josm/-/tree/19039-1 You're receiving this email because

[Git][archlinux/packaging/packages/josm][main] upgpkg: 19039-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / josm Commits: b0a2ffd1 by Christian Heusel at 2024-04-29T10:57:34+02:00 upgpkg: 19039-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO

Re: [RFC] generic CAN/CAN FD susbsytem for RTEMS from scratch - online documentation

2024-04-29 Thread Christian MAUDERER
interesting if a system is initialized dynamically. For example if you have a USB to CAN adapter that is enumerated more or less randomly during startup. Is that supported or are there some fixed assumptions that a can device is always called "/dev/canX"? Best regards Christian On 2024-04-

Re: Reporting a slab-use-after-free in amdgpu

2024-04-29 Thread Christian König
happen is that the value in the logs is nonsense. I have a patch in the queue to fix this, should be upstream and backported in the next few weeks. Regards, Christian. Am 29.04.24 um 04:15 schrieb Joonkyo Jung: Hi, Thank you for patching two of the bugs we have reported! I was just wondering

[Git][archlinux/packaging/packages/abseil-cpp][main] upgpkg: 20240116.2-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / abseil-cpp Commits: f169419a by Christian Heusel at 2024-04-29T09:26:09+02:00 upgpkg: 20240116.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO

[Git][archlinux/packaging/packages/abseil-cpp] Pushed new tag 20240116.2-1

2024-04-29 Thread Christian Heusel (@gromit)
Christian Heusel pushed new tag 20240116.2-1 at Arch Linux / Packaging / Packages / abseil-cpp -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/abseil-cpp/-/tree/20240116.2-1 You're receiving

[Git][archlinux/packaging/packages/hplip][main] upgpkg: 1:3.23.12-5

2024-04-28 Thread Christian Heusel (@gromit)
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / hplip Commits: 694b4720 by Christian Heusel at 2024-04-28T22:25:08+02:00 upgpkg: 1:3.23.12-5 fixes https://gitlab.archlinux.org/archlinux/packaging/packages/hplip/-/issues/3 - - - - - 3 changed files

[Git][archlinux/packaging/packages/hplip] Pushed new tag 1-3.23.12-5

2024-04-28 Thread Christian Heusel (@gromit)
Christian Heusel pushed new tag 1-3.23.12-5 at Arch Linux / Packaging / Packages / hplip -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hplip/-/tree/1-3.23.12-5 You're receiving this email

Re: Why vimscript instead of another language? A philosophical or a technical question?

2024-04-28 Thread Christian Brabandt
ustom script with  > > <.>! my_script.py Yes you can do this. And what was your question now again? Thanks, Christian -- "What are we going to do tonight, Bill?" "Same thing we do every night Steve, try to take over the world!" -- -- You received this message from the &q

Re: gdb -p $(pidof vim)

2024-04-28 Thread Christian Brabandt
ally trying to solve. Best, Christian -- Real programmers disdain structured programming. Structured programming is for compulsive neurotics who were prematurely toilet- trained. They wear neckties and carefully line up pencils on otherwise clear desks. -- -- You received this message from

Commit: runtime(asm): missing setlocal in indent plugin (#14658)

2024-04-28 Thread Christian Brabandt
tlocal in indent plugin (https://github.com/vim/vim/issues/14658) Signed-off-by: Marc Sven Schulte <167623652+msschu...@users.noreply.github.com> Signed-off-by: Christian Brabandt diff --git a/runtime/indent/asm.vim b/runtime/indent/asm.vim index 4efa766d4..054612b9d 100644 -

[Git][archlinux/packaging/packages/libarchive][main] upgpkg: 3.7.4-1: new upstream release, update dependencies

2024-04-28 Thread Christian Hesse (@eworm)
Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / libarchive Commits: ec3393f0 by Christian Hesse at 2024-04-28T21:15:28+02:00 upgpkg: 3.7.4-1: new upstream release, update dependencies - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/libarchive] Pushed new tag 3.7.4-1

2024-04-28 Thread Christian Hesse (@eworm)
Christian Hesse pushed new tag 3.7.4-1 at Arch Linux / Packaging / Packages / libarchive -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libarchive/-/tree/3.7.4-1 You're receiving this email

[ptxdist] [PATCH] tpm2-tools: Version bump. 5.6 -> 5.7

2024-04-28 Thread Christian Melki
https://github.com/tpm2-software/tpm2-tools/releases/tag/5.7 Bunch of fixes. Plugs CVEs (missing proper description at time of writing): CVE-2024-29038 CVE-2024-29039 Signed-off-by: Christian Melki --- rules/tpm2-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH] tpm2-tss: Version bump. 4.0.1 -> 4.1.0

2024-04-28 Thread Christian Melki
https://github.com/tpm2-software/tpm2-tss/releases/tag/4.1.0 Nothing fancy, a bunch of fixes mostly. Plugs CVE: CVE-2024-29040 - In tmu_set_table of tmu.c, there is a possible out of bounds write due to a missing bounds check. Signed-off-by: Christian Melki --- rules/tpm2-tss.make | 4 ++-- 1

Commit: patch 9.1.0380: Calculating line height for unnecessary amount of lines

2024-04-28 Thread Christian Brabandt
lculated line height in plines_m_win() to (Luuk van Baal) fixes: #14650 closes: #14652 Signed-off-by: Luuk van Baal Signed-off-by: Christian Brabandt diff --git a/src/drawscreen.c b/src/drawscreen.c index f8818ff1a..9096c28df 100644 --- a/src/drawscreen.c +++ b/src/dra

Commit: runtime(ssa): improve syntax file performance (#14654)

2024-04-28 Thread Christian Brabandt
) fixes: https://github.com/vim/vim/issues/14653 Signed-off-by: ObserverOfTime Signed-off-by: Christian Brabandt diff --git a/runtime/syntax/ssa.vim b/runtime/syntax/ssa.vim index a5dbf37c3..3cfae816f 100644 --- a/runtime/syntax/ssa.vim +++ b/runtime/syntax/ssa.vim @@ -2,7 +2,7

Commit: patch 9.1.0379: There are a few typos

2024-04-28 Thread Christian Brabandt
) closes: #14655 Signed-off-by: zeertzjq Signed-off-by: Christian Brabandt diff --git a/READMEdir/README_vimlogo.txt b/READMEdir/README_vimlogo.txt index 9798b108d..570e87654 100644 --- a/READMEdir/README_vimlogo.txt +++ b/READMEdir/README_vimlogo.txt @@ -1,8 +1,8

Re: [PATCH cygport] Increase _FORTIFY_SOURCE level from 2 to 3 in CFLAGS

2024-04-28 Thread Christian Franke via Cygwin-apps
ASSI via Cygwin-apps wrote: Christian Franke via Cygwin-apps writes: _FORTIFY_SOURCE=3 is supported by Cygwin 3.5.0 headers and Cygwin gcc 13.2.1 test release. Silently falls back to level 2 if level 3 is unsupported (older headers or gcc) or to level 0 if unsupported at all (C++, clang

Re: [Development] Issues with QPainter::drawPolygon (off by one error?)

2024-04-28 Thread Christian Ehrlicher via Development
() is really strange - it is only needed for the lower left edge when drawing PE_IndicatorArrowLeft on my system here but I can't tell if it's diffferent for other sizes or systems... :( Thx, Christian -- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Issues with QPainter::drawPolygon (off by one error?)

2024-04-28 Thread Christian Ehrlicher via Development
Am 26.04.2024 um 22:48 schrieb Henry Skoglund: On 2024-04-26 21:52, Christian Ehrlicher via Development wrote: Hello, I'm currently trying to investigate a painting problem within the windowsvista / common style:     QImage img(7, 7, QImage::Format_ARGB32_Premultiplied);     QPolygon poly

[Git][archlinux/packaging/packages/valgrind][main] upgpkg: 3.23.0-1

2024-04-28 Thread Christian Heusel (@gromit)
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / valgrind Commits: 86755169 by Christian Heusel at 2024-04-28T10:44:46+02:00 upgpkg: 3.23.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO

[Git][archlinux/packaging/packages/valgrind] Pushed new tag 3.23.0-1

2024-04-28 Thread Christian Heusel (@gromit)
Christian Heusel pushed new tag 3.23.0-1 at Arch Linux / Packaging / Packages / valgrind -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/valgrind/-/tree/3.23.0-1 You're receiving this email

  1   2   3   4   5   6   7   8   9   10   >