Re: spontini-editor

2024-05-30 Thread Stefan Thomas
., 30. Mai 2024 um 13:59 Uhr schrieb Paolo Prete : > > Hello Stefan, > > Unfortunately not, at the moment. Maybe it would be good to open a mailing > list dedicated to easier editing with LilyPond, and direct questions there? > > Otherwise, tell me what th

[jira] [Commented] (OAK-10846) testPartialMergeRootCleanup leaks thread

2024-05-30 Thread Stefan Egli (Jira)
[ https://issues.apache.org/jira/browse/OAK-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850774#comment-17850774 ] Stefan Egli commented on OAK-10846: --- PR created to temporarily remove it until we have it reviewed

[jira] [Created] (OAK-10846) testPartialMergeRootCleanup leaks thread

2024-05-30 Thread Stefan Egli (Jira)
Stefan Egli created OAK-10846: - Summary: testPartialMergeRootCleanup leaks thread Key: OAK-10846 URL: https://issues.apache.org/jira/browse/OAK-10846 Project: Jackrabbit Oak Issue Type: Task

[jira] [Commented] (OAK-10844) speed up fullgc tests

2024-05-30 Thread Stefan Egli (Jira)
[ https://issues.apache.org/jira/browse/OAK-10844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850759#comment-17850759 ] Stefan Egli commented on OAK-10844: --- FTR : that flaky test-combination testBundledPropUnmergedBCGC

[clang] 647d272 - [clang-repl] Fix SetUp in CodeCompletionTest fixture (#93816)

2024-05-30 Thread Stefan Gränitz via cfe-commits
Author: Stefan Gränitz Date: 2024-05-30T17:03:21+02:00 New Revision: 647d2728c4dbc387521ce3984ebfda78ff2b031f URL: https://github.com/llvm/llvm-project/commit/647d2728c4dbc387521ce3984ebfda78ff2b031f DIFF: https://github.com/llvm/llvm-project/commit

[jira] [Updated] (CASSANDRA-19670) Add documentation about logging on the website

2024-05-30 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19670: -- Test and Documentation Plan: local preview Status

[jira] [Updated] (CASSANDRA-19670) Add documentation about logging on the website

2024-05-30 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19670: -- Status: Needs Committer (was: Patch Available) > Add documentation ab

Re: Debian booth @ FrOSCon

2024-05-30 Thread Stefan Kropp
Hello all, are there some people to help with a Debian booth? If there will be some more people, it would be nice if we could represent Debian at this event. I will be there, but to ask for a "Debian booth" we need some more. On Sa, 03.02.2024 07:17:20, Stefan Kropp wrot

[jira] [Created] (CASSANDRA-19670) Add documentation about logging on the website

2024-05-30 Thread Stefan Miklosovic (Jira)
Stefan Miklosovic created CASSANDRA-19670: - Summary: Add documentation about logging on the website Key: CASSANDRA-19670 URL: https://issues.apache.org/jira/browse/CASSANDRA-19670 Project

[jira] [Updated] (CASSANDRA-19670) Add documentation about logging on the website

2024-05-30 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19670: -- Change Category: Code Clarity Complexity: Low Hanging Fruit

[jira] [Updated] (CASSANDRA-19632) wrap tracing logs in isTraceEnabled across the codebase

2024-05-30 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19632: -- Fix Version/s: 5.1 (was: 5.x

[clang] [clang-repl] Introduce common fixture class in unittests (NFC) (PR #93816)

2024-05-30 Thread Stefan Gränitz via cfe-commits
weliveindetail wrote: Looking into https://lab.llvm.org/buildbot/#/builders/86/builds/81169 right now. Pushing a fix soon. https://github.com/llvm/llvm-project/pull/93816 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[jira] [Commented] (OAK-10844) speed up fullgc tests

2024-05-30 Thread Stefan Egli (Jira)
[ https://issues.apache.org/jira/browse/OAK-10844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850740#comment-17850740 ] Stefan Egli commented on OAK-10844: --- Another PR to ignore a slow test : https://github.com/apache

[clang] [clang-repl] Introduce common fixture class in unittests (NFC) (PR #93816)

2024-05-30 Thread Stefan Gränitz via cfe-commits
https://github.com/weliveindetail closed https://github.com/llvm/llvm-project/pull/93816 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-repl] Introduce common fixture class in unittests (NFC) (PR #93816)

2024-05-30 Thread Stefan Gränitz via cfe-commits
https://github.com/weliveindetail updated https://github.com/llvm/llvm-project/pull/93816 From fd02a874601b8a72d05c3c1b219e28600851b56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Gr=C3=A4nitz?= Date: Thu, 30 May 2024 14:32:52 +0200 Subject: [PATCH 1/2] [clang-repl] Introduce common

[clang] [clang-repl] Test explicit emission of dtors in runtime interface builder (NFC) (PR #89734)

2024-05-30 Thread Stefan Gränitz via cfe-commits
weliveindetail wrote: Oh interesting, the Windows test actually fails at this assertion: ``` DC->getLexicalParent() == CurContext && "The next DeclContext should be lexically contained in the current one.", file C:\ws\src\clang\lib\Sema\SemaDecl.cpp, line 1332 ``` @vgvassilev Any ideas?

[clang] [clang-repl] Set up executor implicitly to account for init PTUs (PR #84758)

2024-05-30 Thread Stefan Gränitz via cfe-commits
weliveindetail wrote: Here we go: https://github.com/llvm/llvm-project/pull/93816 https://github.com/llvm/llvm-project/pull/84758 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-repl] Introduce common fixture class in unittests (NFC) (PR #93816)

2024-05-30 Thread Stefan Gränitz via cfe-commits
https://github.com/weliveindetail created https://github.com/llvm/llvm-project/pull/93816 Reduce code bloat by checking test requirements in a common test fixture From fd02a874601b8a72d05c3c1b219e28600851b56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Gr=C3=A4nitz?= Date: Thu, 30 May

[clang] [clang-repl] Test explicit emission of dtors in runtime interface builder (NFC) (PR #89734)

2024-05-30 Thread Stefan Gränitz via cfe-commits
https://github.com/weliveindetail updated https://github.com/llvm/llvm-project/pull/89734 From 3aef8a0b009b54c4839a323b21cb5b09aa50d035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Gr=C3=A4nitz?= Date: Tue, 23 Apr 2024 12:23:11 +0200 Subject: [PATCH 1/3] [clang-repl] Add test for explicit

[jira] [Commented] (OAK-10843) Flaky fullgc tests

2024-05-30 Thread Stefan Egli (Jira)
[ https://issues.apache.org/jira/browse/OAK-10843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850688#comment-17850688 ] Stefan Egli commented on OAK-10843: --- PR for that flaky run -> https://github.com/apache/jackrabbit-

[jira] [Commented] (OAK-10843) Flaky fullgc tests

2024-05-30 Thread Stefan Egli (Jira)
[ https://issues.apache.org/jira/browse/OAK-10843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850687#comment-17850687 ] Stefan Egli commented on OAK-10843: --- [~reschke], I'm going to exclude the following flaky run

[SCM] Samba Shared Repository - branch v4-20-test updated

2024-05-30 Thread Stefan Metzmacher
mit 9d80c928b0196839035c0272c0945aad8a3b461a Author: Stefan Metzmacher Date: Wed Feb 14 12:34:48 2024 +0100 s4:nbt_server: simulate nmbd and provide unexpected handling This is needed in order to let nbt_getdc() work against another AD DC and get back a modern response with DNS based names. Instead of falling b

Re: iwm frequent 'device timeout' error

2024-05-30 Thread Stefan Sperling
On Thu, May 30, 2024 at 09:55:00AM +0200, a...@alexis-fouilhe.fr wrote: > >Synopsis:iwm frequent 'device timeout' error > >Category:kernel > >Environment: > System : OpenBSD 7.5 > Details : OpenBSD 7.5 (GENERIC.MP) #55: Mon Mar 4 21:59:07 MST 2024 >

[clang] [clang-repl] Set up executor implicitly to account for init PTUs (PR #84758)

2024-05-30 Thread Stefan Gränitz via cfe-commits
weliveindetail wrote: @jakeegan Thanks for reporting! Should be fixed now. Hope we caught them all 爛 https://github.com/llvm/llvm-project/pull/84758 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] 4310988 - [clang-repl] Even more tests create the Interpreter and must check host JIT support 2 (#84758)

2024-05-30 Thread Stefan Gränitz via cfe-commits
Author: Stefan Gränitz Date: 2024-05-30T11:52:15+02:00 New Revision: 4310988991b46c9a35f60abc27a08ee10309a50c URL: https://github.com/llvm/llvm-project/commit/4310988991b46c9a35f60abc27a08ee10309a50c DIFF: https://github.com/llvm/llvm-project/commit

[clang] [clang-repl] Set up executor implicitly to account for init PTUs (PR #84758)

2024-05-30 Thread Stefan Gränitz via cfe-commits
weliveindetail wrote: > Looks like you already implemented it. Nice. Well, it's gonna be a bit more churn. Eventually, it will reduce coverage for the incremental features in the frontend that are independent from the JIT. To be honest, I don't mind because none of the targets seem relevant

spontini-editor

2024-05-30 Thread Stefan Thomas
Dear communiy, is there a user group for the spontini editor?

[jira] [Commented] (OAK-10844) speed up fullgc tests

2024-05-30 Thread Stefan Egli (Jira)
[ https://issues.apache.org/jira/browse/OAK-10844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850616#comment-17850616 ] Stefan Egli commented on OAK-10844: --- Initial PR to (1) reduce nr of test combinations and (2) add

[jira] [Created] (OAK-10844) speed up fullgc tests

2024-05-30 Thread Stefan Egli (Jira)
Stefan Egli created OAK-10844: - Summary: speed up fullgc tests Key: OAK-10844 URL: https://issues.apache.org/jira/browse/OAK-10844 Project: Jackrabbit Oak Issue Type: Task Components

[jira] [Updated] (OAK-10844) speed up fullgc tests

2024-05-30 Thread Stefan Egli (Jira)
[ https://issues.apache.org/jira/browse/OAK-10844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Egli updated OAK-10844: -- Epic Link: OAK-10739 > speed up fullgc tests > - > > Ke

[jira] [Updated] (OAK-10843) Flaky fullgc tests

2024-05-30 Thread Stefan Egli (Jira)
[ https://issues.apache.org/jira/browse/OAK-10843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Egli updated OAK-10843: -- Epic Link: OAK-10739 > Flaky fullgc tests > -- > > Ke

[sr-dev] [kamailio/kamailio] p_usrloc: Add update/delete based on uniq (PR #3865)

2024-05-30 Thread Stefan Mititelu via sr-dev
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[SCM] Samba Shared Repository - branch v4-19-test updated

2024-05-29 Thread Stefan Metzmacher
mit fab04efa32564a47191c775d1b51362bf0c5658a Author: Stefan Metzmacher Date: Fri Oct 15 03:34:11 2021 +0200 s3:libads: avoid changing ADS->server.workgroup ads_find_dc() uses c_domain = ads->server.workgroup and don't expect it to get out of scope deep in resolve_and_ping_dns(). T

Re: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust

2024-05-29 Thread Stefan Hajnoczi
On Wed, May 29, 2024 at 10:10:00PM +0800, Zhao Liu wrote: > Hi Stefan and Mads, > > On Wed, May 29, 2024 at 11:33:42AM +0200, Mads Ynddal wrote: > > Date: Wed, 29 May 2024 11:33:42 +0200 > > From: Mads Ynddal > > Subject: Re: [RFC 0/6] scripts: Rewrite simpletrace p

Re: [RFC 1/6] scripts/simpletrace-rust: Add the basic cargo framework

2024-05-29 Thread Stefan Hajnoczi
On Wed, May 29, 2024 at 10:30:13PM +0800, Zhao Liu wrote: > Hi Stefan, > > On Tue, May 28, 2024 at 10:14:01AM -0400, Stefan Hajnoczi wrote: > > Date: Tue, 28 May 2024 10:14:01 -0400 > > From: Stefan Hajnoczi > > Subject: Re: [RFC 1/6] scripts/simpletrace-rust: Add the

Re: [PATCH] fuse: cleanup request queuing towards virtiofs

2024-05-29 Thread Stefan Hajnoczi
rio where directly dispatching requests to virtqueues is a problem. Is there someone who can run single and multiqueue virtiofs performance benchmarks? Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature

Re: [PATCH] Use "void *" as parameter for functions that are used for aio_set_event_notifier()

2024-05-29 Thread Stefan Hajnoczi
On Wed, May 29, 2024 at 07:49:48PM +0200, Thomas Huth wrote: > aio_set_event_notifier() and aio_set_event_notifier_poll() in > util/aio-posix.c and util/aio-win32.c are casting function pointers of > functions that take an "EventNotifier *" pointer as parameter to function > pointers that take a

Re: [PATCH] Use "void *" as parameter for functions that are used for aio_set_event_notifier()

2024-05-29 Thread Stefan Hajnoczi
On Wed, May 29, 2024 at 07:49:48PM +0200, Thomas Huth wrote: > aio_set_event_notifier() and aio_set_event_notifier_poll() in > util/aio-posix.c and util/aio-win32.c are casting function pointers of > functions that take an "EventNotifier *" pointer as parameter to function > pointers that take a

Re: [PATCH 0/2] block/crypto: do not require number of threads upfront

2024-05-29 Thread Stefan Hajnoczi
On Wed, May 29, 2024 at 06:50:34PM +0200, Kevin Wolf wrote: > Am 27.05.2024 um 17:58 hat Stefan Hajnoczi geschrieben: > > The block layer does not know how many threads will perform I/O. It is > > possible > > to exceed the number of threads that is given

Re: [PATCH 0/2] block/crypto: do not require number of threads upfront

2024-05-29 Thread Stefan Hajnoczi
On Wed, May 29, 2024 at 06:50:34PM +0200, Kevin Wolf wrote: > Am 27.05.2024 um 17:58 hat Stefan Hajnoczi geschrieben: > > The block layer does not know how many threads will perform I/O. It is > > possible > > to exceed the number of threads that is given

[pve-devel] [PATCH proxmox-firewall 1/1] service: flush firewall rules on force disable

2024-05-29 Thread Stefan Hanreich
-firewall main loop almost always runs at least once before the force disable file gets created and flushes the ruleset. Reported-by: Hannes Laimer Signed-off-by: Stefan Hanreich --- proxmox-firewall/src/bin/proxmox-firewall.rs | 4 1 file changed, 4 insertions(+) diff --git a/proxmox-firewall/src

[jira] [Updated] (OAK-10843) Flaky fullgc tests

2024-05-29 Thread Stefan Egli (Jira)
[ https://issues.apache.org/jira/browse/OAK-10843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Egli updated OAK-10843: -- Description: As noted in OAK-10739 there is potential flakyness in tests with fullgc modes

[jira] [Updated] (OAK-10843) Flaky fullgc tests

2024-05-29 Thread Stefan Egli (Jira)
[ https://issues.apache.org/jira/browse/OAK-10843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Egli updated OAK-10843: -- Summary: Flaky fullgc tests (was: Flaky between-cp tests) > Flaky fullgc te

[jira] [Commented] (OAK-10739) Provide Support for Full Garbage Collection in Mongo Document Store

2024-05-29 Thread Stefan Egli (Jira)
[ https://issues.apache.org/jira/browse/OAK-10739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850350#comment-17850350 ] Stefan Egli commented on OAK-10739: --- One suggestion is to disable the flaky tests - eg done

[jira] [Commented] (OAK-10843) Flaky between-cp tests

2024-05-29 Thread Stefan Egli (Jira)
[ https://issues.apache.org/jira/browse/OAK-10843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850348#comment-17850348 ] Stefan Egli commented on OAK-10843: --- Was meant to create a PR first.but it got straight to trunk

[jira] [Created] (OAK-10843) Flaky between-cp tests

2024-05-29 Thread Stefan Egli (Jira)
Stefan Egli created OAK-10843: - Summary: Flaky between-cp tests Key: OAK-10843 URL: https://issues.apache.org/jira/browse/OAK-10843 Project: Jackrabbit Oak Issue Type: Task Components

[jira] [Comment Edited] (CASSANDRA-19661) Cannot restart Cassandra 5 after creating a vector table and index

2024-05-29 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850316#comment-17850316 ] Stefan Miklosovic edited comment on CASSANDRA-19661 at 5/29/24 9:57 AM

[jira] [Commented] (CASSANDRA-19661) Cannot restart Cassandra 5 after creating a vector table and index

2024-05-29 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850316#comment-17850316 ] Stefan Miklosovic commented on CASSANDRA-19661: --- I think I saw something like

CVS: cvs.openbsd.org: src

2024-05-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/29 03:04:12 Modified files: share/man/man4 : qwx.4 Log message: document qwx(4) caveats and known bugs

[clang] [clang-repl] Set up executor implicitly to account for init PTUs (PR #84758)

2024-05-29 Thread Stefan Gränitz via cfe-commits
weliveindetail wrote: Oh indeed, it seems we can decide to skip tests in `SetUp()` ``` class FooTest : public ::testing:Test { protected: void SetUp() { GTEST_SKIP(); } }; ``` https://github.com/llvm/llvm-project/pull/84758 ___

Re: Lucene 9.11

2024-05-29 Thread Stefan Vodita
Ben, I just merged #13414 <https://github.com/apache/lucene/pull/13414>, so it's not a blocker for the release. Thanks again for volunteering to be release manager! Stefan On Tue, 28 May 2024 at 14:58, Benjamin Trent wrote: > Hey y'all, > > I am planning on starting the

CVS: cvs.openbsd.org: src

2024-05-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/29 01:27:33 Modified files: sys/dev/usb: if_athn_usb.c Log message: fix WEP on athn(4) USB hostap Deferring installation of software crypto keys to a task context is not needed and results in

CVS: cvs.openbsd.org: src

2024-05-29 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/29 01:24:27 Modified files: sys/dev/ic : qwx.c Log message: repair qwx(4) WEP and TKIP via software crypto It is difficult to make WEP and WPA1/TKIP work with hardware crypto. Add a comment

[jira] [Commented] (CASSANDRA-12937) Default setting (yaml) for SSTable compression

2024-05-28 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-12937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850196#comment-17850196 ] Stefan Miklosovic commented on CASSANDRA-12937: --- [~mck] [~jlewandowski] [~claude

[jira] [Updated] (CASSANDRA-12937) Default setting (yaml) for SSTable compression

2024-05-28 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-12937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-12937: -- Status: Needs Committer (was: Patch Available) > Default setting (y

[jira] [Updated] (CASSANDRA-12937) Default setting (yaml) for SSTable compression

2024-05-28 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-12937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-12937: -- Status: Patch Available (was: In Progress) > Default setting (y

[jira] [Comment Edited] (CASSANDRA-12937) Default setting (yaml) for SSTable compression

2024-05-28 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-12937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850195#comment-17850195 ] Stefan Miklosovic edited comment on CASSANDRA-12937 at 5/28/24 10:12 PM

[jira] [Commented] (CASSANDRA-12937) Default setting (yaml) for SSTable compression

2024-05-28 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-12937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850195#comment-17850195 ] Stefan Miklosovic commented on CASSANDRA-12937: --- [CASSANDRA-12937-squashed|https

[jira] [Commented] (CASSANDRA-19445) Cassandra 4.1.4 floods logs with "Completed 0 uncommitted paxos instances for"

2024-05-28 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850194#comment-17850194 ] Stefan Miklosovic commented on CASSANDRA-19445: --- [~tommy_s] could you git blame who

[elpa] main a2513013f5: * elpa-packages (guess-language): Use `:merge`

2024-05-28 Thread Stefan Monnier via
branch: main commit a2513013f5efde4359da0a279e43605ec3889c2d Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (guess-language): Use `:merge` --- elpa-packages | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index 7faad4b1c5

[clang] df542e1 - Fix build: [clang-repl] Even more tests create the Interpreter and must check host JIT support (#84758)

2024-05-28 Thread Stefan Gränitz via cfe-commits
Author: Stefan Gränitz Date: 2024-05-28T23:20:27+02:00 New Revision: df542e1ed82bd4e5a9e345d3a3ae63a76893a0cf URL: https://github.com/llvm/llvm-project/commit/df542e1ed82bd4e5a9e345d3a3ae63a76893a0cf DIFF: https://github.com/llvm/llvm-project/commit

[clang] [clang-repl] Set up executor implicitly to account for init PTUs (PR #84758)

2024-05-28 Thread Stefan Gränitz via cfe-commits
weliveindetail wrote: @vvereschaka Thanks for the note! should be fixed now. > I am not sure how this patch changed these tests to start failing on Windows. > Do you have any clue? It's just cases I missed in the first quick-fix > What do you mean? This is adding a lot of boilerplate,

[clang] 6a47315 - [clang-repl] Even more tests create the Interpreter and must check host JIT support (#84758)

2024-05-28 Thread Stefan Gränitz via cfe-commits
Author: Stefan Gränitz Date: 2024-05-28T22:48:55+02:00 New Revision: 6a47315a3cb2c6d381809f0ba5c89bd8dcdbcaa0 URL: https://github.com/llvm/llvm-project/commit/6a47315a3cb2c6d381809f0ba5c89bd8dcdbcaa0 DIFF: https://github.com/llvm/llvm-project/commit/6a47315a3cb2c6d381809f0ba5c89bd8dcdbcaa0

[PATCH 9/9] mci: core: add missing slice range for extract_psn function

2024-05-28 Thread Stefan Kerkmann
Signed-off-by: Stefan Kerkmann --- drivers/mci/mci-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mci/mci-core.c b/drivers/mci/mci-core.c index 8907e9dc83..75cdb049fb 100644 --- a/drivers/mci/mci-core.c +++ b/drivers/mci/mci-core.c @@ -1988,7 +1988,7 @@ static

[PATCH 5/9] mci: core: parse cid into parameters

2024-05-28 Thread Stefan Kerkmann
To make the MMC/SD CID information accessible for scripting all available CID fields are added as parameters during device probing. As some fields have different data types for MMC and SD cards a string representation is chosen these cases. Signed-off-by: Stefan Kerkmann --- drivers/mci/mci

[PATCH 8/9] mci: core: fix extract_oid and write to string buffer

2024-05-28 Thread Stefan Kerkmann
The oem id (OID) field is a 2 character long ASCII string for SD cards and a 8-bit binary number for MMC cards. Both are used in their string representation. Signed-off-by: Stefan Kerkmann --- drivers/mci/mci-core.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff

[PATCH 1/9] mci: core: rename mtd to mdt

2024-05-28 Thread Stefan Kerkmann
The field MDT (manufacturing date) was written with a small typo back in commit 7051227d2e68ad67078b9e7afb15ad5826161686, this commit fixes it. Signed-off-by: Stefan Kerkmann --- drivers/mci/mci-core.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/mci

[PATCH 6/9] mci: core: fix extract_prv and write to string buffer

2024-05-28 Thread Stefan Kerkmann
The product revision PRV field has a slightly different position for MMC and SD cards. As we almost certainly don't want to use the BCD representation for scripting the PRV is printed in a human friendly representation. Signed-off-by: Stefan Kerkmann --- drivers/mci/mci-core.c | 12

[PATCH 0/9] mci: core: add CID as parameters and fix parsing

2024-05-28 Thread Stefan Kerkmann
t32) Signed-off-by: Stefan Kerkmann --- Stefan Kerkmann (9): mci: core: rename mtd to mdt mci: core: add cbx extraction function mci: core: add product name extraction function mci: core: add manufacturing date extraction function mci: core: parse cid into paramet

[PATCH 7/9] mci: core: add CBX field as parameter and print it

2024-05-28 Thread Stefan Kerkmann
Signed-off-by: Stefan Kerkmann --- drivers/mci/mci-core.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/mci/mci-core.c b/drivers/mci/mci-core.c index 5e686c17d2..2f0f4c25f8 100644 --- a/drivers/mci/mci-core.c +++ b/drivers/mci/mci-core.c @@ -2123,6 +2123,8 @@ static void

[PATCH 3/9] mci: core: add product name extraction function

2024-05-28 Thread Stefan Kerkmann
The product name field PNM is available for both SD cards (len=5) and MMC cards (len=6). The currently used method doesn't respect the length for MMC cards. Signed-off-by: Stefan Kerkmann --- drivers/mci/mci-core.c | 25 + 1 file changed, 25 insertions(+) diff --git

[PATCH 2/9] mci: core: add cbx extraction function

2024-05-28 Thread Stefan Kerkmann
The CBX field is only present for eMMC and designates the type: 00 - Device (Removable) 01 - BGA (Discrete embedded) 10 - POP 11 - Reserved Signed-off-by: Stefan Kerkmann --- drivers/mci/mci-core.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/mci/mci-core.c b

[PATCH 4/9] mci: core: add manufacturing date extraction function

2024-05-28 Thread Stefan Kerkmann
This function operates on a string buffer and concatenates both the year and month. It will be used later when the mdt is added as a parameter. Signed-off-by: Stefan Kerkmann --- drivers/mci/mci-core.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/mci/mci-core.c b

Re: [RFC 1/6] scripts/simpletrace-rust: Add the basic cargo framework

2024-05-28 Thread Stefan Hajnoczi
On Tue, May 28, 2024 at 03:53:55PM +0800, Zhao Liu wrote: > Hi Stefan, > > [snip] > > > > diff --git a/scripts/simpletrace-rust/.rustfmt.toml > > > b/scripts/simpletrace-rust/.rustfmt.toml > > > new file mode 100644 > > > index ..97a9

Re: Free(opensource) Ticketing solutions

2024-05-28 Thread Stefan Bethke
to, but very efficient workflow-wise. APIs are also very decent, if you want to integrate custom systems into the workflow. Stefan -- Stefan BethkeFon +49 175 3288861 signature.asc Description: Message signed with OpenPGP

Re: svn commit: r1918003 - in /httpd/httpd/trunk/modules/http2: h2_c1.c h2_c2.c h2_mplx.c h2_mplx.h h2_session.c h2_session.h h2_version.h

2024-05-28 Thread Stefan Eissing via dev
> Am 28.05.2024 um 15:45 schrieb Yann Ylavic : > > On Tue, May 28, 2024 at 12:47 PM Stefan Eissing via dev > wrote: >> >>> Am 27.05.2024 um 14:08 schrieb Yann Ylavic : >>> >>> Per our discussion the other day, if you want to avoid c1 connectio

Re: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust

2024-05-28 Thread Stefan Hajnoczi
On Tue, May 28, 2024 at 02:48:42PM +0800, Zhao Liu wrote: > Hi Stefan, > > On Mon, May 27, 2024 at 03:59:44PM -0400, Stefan Hajnoczi wrote: > > Date: Mon, 27 May 2024 15:59:44 -0400 > > From: Stefan Hajnoczi > > Subject: Re: [RFC 0/6] scripts: Rewrite simpletrace prin

[clang] [clang-repl] Set up executor implicitly to account for init PTUs (PR #84758)

2024-05-28 Thread Stefan Gränitz via cfe-commits
weliveindetail wrote: @vgvassilev I pushed a quick fix for the tests. I think we should revisit/refactor the test story here though in the mid-term. https://github.com/llvm/llvm-project/pull/84758 ___ cfe-commits mailing list

[clang] 98f9bb3 - [clang-repl] Check host JIT support in all tests that create an Interpreter (#84758)

2024-05-28 Thread Stefan Gränitz via cfe-commits
Author: Stefan Gränitz Date: 2024-05-28T13:54:09+02:00 New Revision: 98f9bb384af1beb62eb62a353f0585281bee8c26 URL: https://github.com/llvm/llvm-project/commit/98f9bb384af1beb62eb62a353f0585281bee8c26 DIFF: https://github.com/llvm/llvm-project/commit/98f9bb384af1beb62eb62a353f0585281bee8c26

[clang] [clang-repl] Set up executor implicitly to account for init PTUs (PR #84758)

2024-05-28 Thread Stefan Gränitz via cfe-commits
weliveindetail wrote: Some bots report failures after this patch landed. I will push a fix soon. https://github.com/llvm/llvm-project/pull/84758 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

Re: svn commit: r1918003 - in /httpd/httpd/trunk/modules/http2: h2_c1.c h2_c2.c h2_mplx.c h2_mplx.h h2_session.c h2_session.h h2_version.h

2024-05-28 Thread Stefan Eissing via dev
> case H2_SESSION_ST_CLEANUP: > -- > > c->clogging_input_filters = 1 will tell the MPM to always call > process_connection() hooks after the WRITE_COMPLETION state did the > poll(), rather than entering the (killable) keepalive state. > > Looks like the correct workaround with current mpm_event.. Just so I get this right. It will return to processing after the write is done or after a POLLIN happened? In the first case, it will not have really a positive effect on worker allocations, seems to me. Cheers, Stefan > > > Regards; > Yann.

CVS: cvs.openbsd.org: src

2024-05-28 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/28 03:26:55 Modified files: sys/dev/pci: if_qwx_pci.c Log message: fix previous such that firmware crash recovery happens in non-debug builds

[clang] [clang-repl] Set up executor implicitly to account for init PTUs (PR #84758)

2024-05-28 Thread Stefan Gränitz via cfe-commits
https://github.com/weliveindetail closed https://github.com/llvm/llvm-project/pull/84758 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-repl] Set up executor implicitly to account for init PTUs (PR #84758)

2024-05-28 Thread Stefan Gränitz via cfe-commits
weliveindetail wrote: @vgvassilev Thanks for the ping. I got derailed and missed the fix for the blocker! https://github.com/llvm/llvm-project/pull/84758 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

CVS: cvs.openbsd.org: src

2024-05-28 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/28 03:07:32 Modified files: sys/dev/pci: if_qwx_pci.c Log message: Try to reset qwx(4) devices when firmware crashes and move firmware memory dumping code into QWX_DEBUG because it is only

CVS: cvs.openbsd.org: src

2024-05-28 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/28 02:34:52 Modified files: sys/dev/ic : qwx.c qwxvar.h sys/dev/pci: if_qwx_pci.c Log message: Make qwx(4) offload TKIP and CCMP crypto to hardware. This reduces CPU load during

[jira] [Updated] (CASSANDRA-19632) wrap tracing logs in isTraceEnabled across the codebase

2024-05-28 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19632: -- Status: Ready to Commit (was: Review In Progress) > wrap tracing l

[gentoo-commits] repo/gentoo:master commit in: dev-libs/collada-dom/files/, dev-libs/collada-dom/

2024-05-28 Thread Stefan Strogin
commit: cd9beeb0008adf8a9d48187d4d35aef779c5a2d4 Author: Stefan Strogin gentoo org> AuthorDate: Mon May 27 16:34:37 2024 + Commit: Stefan Strogin gentoo org> CommitDate: Tue May 28 08:29:03 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd

[Corpora-List] PostDoc/Senior Researcher Position in NLP & Computational Social Science @GESIS

2024-05-28 Thread Stefan Dietze via Corpora
, Stefan -- Prof. Dr. Stefan Dietze Scientific Director Knowledge Technologies for the Social Sciences GESIS - Leibniz Institute for the Social Sciences Web: https://www.gesis.org/en/kts Chair of Data & Knowledge Engineering Heinrich-Heine-University Düsseldorf Web: https://www.cs.hhu.de/en/rese

Re: "Repeaters", etc.

2024-05-27 Thread Stefan Monnier
e that's not hopelessly restricted. I'd recommend you look at the routers supported by OpenWRT. Of course, if you can do it with cables (ethernet/powerline/younameit) it's probably going to work better, but I guess you know that already. Stefan

Re: Solution for KVM via a cat 5 connection

2024-05-27 Thread Stefan Monnier
rg/wiki/Thin_client) The advantage is that it's all standard components, can work over any network config, ... Stefan

Re: [RFC 4/6] scripts/simpletrace-rust: Parse and check trace recode file

2024-05-27 Thread Stefan Hajnoczi
On Mon, May 27, 2024 at 04:14:19PM +0800, Zhao Liu wrote: > Refer to scripts/simpletrace.py, parse and check the simple trace > backend binary trace file. > > Note, in order to keep certain backtrace information to get frame, > adjust the cargo debug level for release version to

Re: [RFC 3/6] scripts/simpletrace-rust: Add helpers to parse trace file

2024-05-27 Thread Stefan Hajnoczi
On Mon, May 27, 2024 at 04:14:18PM +0800, Zhao Liu wrote: > Refer to scripts/simpletrace.py, add the helpers to read the trace file > and parse the record type field, record header and log header. > > Suggested-by: Paolo Bonzini > Signed-off-by: Zhao Liu > --- >

Re: [RFC 2/6] scripts/simpletrace-rust: Support Event & Arguments in trace module

2024-05-27 Thread Stefan Hajnoczi
On Mon, May 27, 2024 at 04:14:17PM +0800, Zhao Liu wrote: > Refer to scripts/tracetool/__init__.py, add Event & Arguments > abstractions in trace module. > > Suggested-by: Paolo Bonzini > Signed-off-by: Zhao Liu > --- > scripts/simpletrace-rust/Cargo.lock | 52 >

Re: [RFC 1/6] scripts/simpletrace-rust: Add the basic cargo framework

2024-05-27 Thread Stefan Hajnoczi
On Mon, May 27, 2024 at 04:14:16PM +0800, Zhao Liu wrote: > Define the basic cargo framework to support compiling simpletrace-rust > via cargo, and add the Rust code style (with some nightly features) > check items to make Rust style as close to the QEMU C code as possible. > > With the base

Re: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust

2024-05-27 Thread Stefan Hajnoczi
e risk that the code will fail to build. They can also be a security risk. > > Welcome your feedback! It would be easier to give feedback if you implement some examples of TCG binary tracing before rewriting simpletrace.py. It's unclear to me why simpletrace needs to be rewritten at this point

Re: [de-users] Pause-Symbol auf LibreOffice-Impress-Sildes

2024-05-27 Thread Stefan
jeden Fall ist das Problem ja jetzt gelöst. Zumindest mit dem Workaround, das ominöse waiticon-Bild einfach transparent zu machen. Und zumindest sind auch meine zukünftigen LibreOffice-Präsentationen damit gerettet :) Liebe Grüße, Stefan Am 27.05.2024 um 17:37 schrieb OoOHWHOoO: Hallo *, auch

Re: moving some packages back to bookworm stable

2024-05-27 Thread Stefan Monnier
es not explain why his attempt to use `-t` to downgrade some packages resulted in `apt` saying " is already the newest version". Stefan

[PATCH 1/2] block/crypto: create ciphers on demand

2024-05-27 Thread Stefan Hajnoczi
read's argument and allocate ciphers on demand. Reported-by: Qing Wang Buglink: https://issues.redhat.com/browse/RHEL-36159 Signed-off-by: Stefan Hajnoczi --- crypto/blockpriv.h | 12 +++-- crypto/block-luks.c | 3 +- crypto/block-qcow.c | 2 +- crypto/block.c

[PATCH 0/2] block/crypto: do not require number of threads upfront

2024-05-27 Thread Stefan Hajnoczi
an arbitrary number of threads. --- Is it secure to store the key in QCryptoBlock? In this series I assumed the answer is yes since the QCryptoBlock's cipher state is equally sensitive, but I'm not familiar with this code or a crypto expert. Stefan Hajnoczi (2): block/crypto: create ciphers on demand

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