[elpa] scratch/elpa-admin 160b4fd93d 1/3: (elpaa--make-atom-feed): Avoid parsing the `elpaa--url`

2024-05-08 Thread Stefan Monnier via
branch: scratch/elpa-admin commit 160b4fd93dd6b271d2543b41ac6df93f65faf8e1 Author: Stefan Monnier Commit: Stefan Monnier (elpaa--make-atom-feed): Avoid parsing the `elpaa--url` * elpa-admin.el (elpaa--make-atom-feed): Don't split the URL into domain+path any more. Use names

Re: [PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN

2024-05-08 Thread Stefan Hajnoczi
. > > Therefore, mark the outputs with unstable timestamps as WARN like: Why are the timestamps non-monotonic? In a situation like that maybe not only the negative timestamps are useless but even some positive timestamps are incorrect. I think it's worth understanding the nature of the instability before

[elpa] branch scratch/elpa-admin created (now eb6ab35c5d)

2024-05-08 Thread Stefan Monnier via
monnier pushed a change to branch scratch/elpa-admin. at eb6ab35c5d Merge make-atom-feed, add batch-make-atom-feed This branch includes the following new commits: new 160b4fd93d (elpaa--make-atom-feed): Avoid parsing the `elpaa--url` new 1054aa3a4e * elpa-admin.el

[elpa] scratch/elpa-admin 1054aa3a4e 2/3: * elpa-admin.el (elpaa--render-atom): Fix timestamp

2024-05-08 Thread Stefan Monnier via
branch: scratch/elpa-admin commit 1054aa3a4ec256daf3daf37011577aa324b44f92 Author: Stefan Monnier Commit: Stefan Monnier * elpa-admin.el (elpaa--render-atom): Fix timestamp We ended up using the time/date of the oldest file. Rather than change it to the date of the newest file

Re: [PATCH 062/149] board: friendlyarm: Remove and add needed includes

2024-05-08 Thread Stefan Bosch
On 01.05.24 04:41, Tom Rini wrote: Remove from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini Reviewed-by: Stefan Bosch Tested-by: Stefan Bosch Looks good, tested on FriendlyElec-Board NanoPC-T2. Thanks a lot! --- Cc: Stefan

Re: [PATCH 17/33] arm: nexell: Remove and add needed includes

2024-05-08 Thread Stefan Bosch
On 30.04.24 15:35, Tom Rini wrote: Remove from all mach-nexell files and when needed add missing include files directly. Signed-off-by: Tom Rini Reviewed-by: Stefan Bosch Tested-by: Stefan Bosch Looks good, tested on FriendlyElec-Board NanoPC-T2. Thanks a lot! --- Cc: Stefan Bosch

CVS: cvs.openbsd.org: src

2024-05-08 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/08 08:03:54 Modified files: sys/dev/pci: if_iwx.c if_iwxreg.h Log message: fix iwx(4) monitor mode Monitor mode was broken by a recent firmware update. Two tweaks make it work again: 1) The

CVS: cvs.openbsd.org: src

2024-05-08 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/08 08:02:59 Modified files: sys/net80211 : ieee80211_output.c Log message: disable the regular ieee80211_encap() Tx path in monitor mode Frames injected from user space carry the

[OpenXPKI-users] Allow additional Elliptic Curves

2024-05-08 Thread Stefan Goeman
the string "#I18N_OPENXPKI_UI_KEY_CURVE_NAME_SECP256K1" But, this does not seem to solve the problem. Do I have to make some additional changes somewhere else? Much thanks in advance for your help! Greetings, Stefan. ___ OpenXPKI-users mailing list OpenXPKI-users@lists.s

Re: "Ghost Commit Files"

2024-05-08 Thread Stefan via TortoiseSVN
right-click on those files, in the context menu select "break lock". -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to tortoisesvn+unsubscr...@googlegroups.com. To

Re: [Bacula-users] HP 1/8 G2 Autoloader

2024-05-08 Thread Stefan G. Weichinger
I assume the drive has a problem. btape append test fails ... dmesg: [Mi Mai 8 10:18:32 2024] scsi 1:0:7:1: Power-on or device reset occurred [Mi Mai 8 10:18:32 2024] ch 1:0:7:1: [ch0] reading element address assignment page failed! [Mi Mai 8 10:18:32 2024] ch 1:0:7:1: [ch0] INITIALIZE

[jira] [Updated] (CASSANDRA-19429) Remove lock contention generated by getCapacity function in SSTableReader

2024-05-08 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19429: -- Status: Needs Committer (was: Patch Available) > Remove lock content

Re: [VOTE] FLIP-452: Allow Skipping Invocation of Function Calls While Constant-folding

2024-05-08 Thread Stefan Richter
Hi Alan, Thanks for this proposal, the ability to exclude functions from constant folding makes sense to me. +1 (binding) Best, Stefan > On 8. May 2024, at 02:01, Alan Sheinberg > wrote: > > Hi everyone, > > I'd like to start a vote on FLIP-452 [1]. It covers a

[gcc r15-319] tree-ssa-loop-prefetch.cc: Honour -fno-unroll-loops

2024-05-08 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:e755f478c24c3e99409936af545ac83d35d27ad9 commit r15-319-ge755f478c24c3e99409936af545ac83d35d27ad9 Author: Stefan Schulze Frielinghaus Date: Wed May 8 10:48:45 2024 +0200 tree-ssa-loop-prefetch.cc: Honour -fno-unroll-loops This fixes a couple of tests (gcc.dg

[PATCH] s390: Implement TARGET_NOCE_CONVERSION_PROFITABLE_P [PR109549]

2024-05-08 Thread Stefan Schulze Frielinghaus
Consider a NOCE conversion as profitable if there is at least one conditional move. gcc/ChangeLog: * config/s390/s390.cc (TARGET_NOCE_CONVERSION_PROFITABLE_P): Define. (s390_noce_conversion_profitable_p): Implement. gcc/testsuite/ChangeLog: *

[PATCH] tree-ssa-loop-prefetch.cc: Honour -fno-unroll-loops

2024-05-08 Thread Stefan Schulze Frielinghaus
On s390 the following tests fail FAIL: gcc.dg/vect/pr109011-1.c -flto -ffat-lto-objects scan-tree-dump-times optimized " = .CLZ (vect" 1 FAIL: gcc.dg/vect/pr109011-1.c -flto -ffat-lto-objects scan-tree-dump-times optimized " = .POPCOUNT (vect" 1 FAIL: gcc.dg/vect/pr109011-1.c

Re: [Bacula-users] HP 1/8 G2 Autoloader

2024-05-08 Thread Stefan G. Weichinger
even btape fails # /opt/bacula/bin/btape /dev/nst0 Tape block granularity is 1024 bytes. btape: butil.c:298-0 Using device: "/dev/nst0" for writing. btape: btape.c:477-0 open device "HP-Ultrium" (/dev/nst0): OK *test === Write, rewind, and re-read test === I'm going to write 1 records

[elpa] elpa-admin 68bbdcd562: Tweak the way `index.html` is updated

2024-05-07 Thread Stefan Monnier via
branch: elpa-admin commit 68bbdcd562d8311a13239fe18095a4f644b42ec2 Author: Stefan Monnier Commit: Stefan Monnier Tweak the way `index.html` is updated * elpa-admin.el (elpaa--update-archive-contents): Don't bother updating the `index.html`. Let `elpaa-batch-html-make-index

[jira] [Commented] (CASSANDRA-19593) Transactional Guardrails

2024-05-07 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1781#comment-1781 ] Stefan Miklosovic commented on CASSANDRA-19593: --- No rush necessary, indeed

Re: Favorite configuration and system replication tools?

2024-05-07 Thread Stefan Moran
dump(8) and restore(8) also worth mentioning; I'm particularly fond of restore(8)'s interactive mode that lets you cherrypick what you want to import.

Re: [PATCH 0/2] virtio-fs: introduce multi-queue support

2024-05-07 Thread Stefan Hajnoczi
es > virtio-fs: add multi-queue support > > fs/fuse/virtio_fs.c | 73 ++++++++- > 1 file changed, 65 insertions(+), 8 deletions(-) Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature

Re: [PATCH 1/2] virtio-fs: limit number of request queues

2024-05-07 Thread Stefan Hajnoczi
ootzen > Signed-off-by: Yoray Zack > Suggested-by: Max Gurtovoy > Reviewed-by: Max Gurtovoy > --- > fs/fuse/virtio_fs.c | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature

[PATCH] qemu-io: add cvtnum() error handling for zone commands

2024-05-07 Thread Stefan Hajnoczi
-by: Stefan Hajnoczi --- qemu-io-cmds.c | 48 +++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/qemu-io-cmds.c b/qemu-io-cmds.c index f5d7202a13..e2fab57183 100644 --- a/qemu-io-cmds.c +++ b/qemu-io-cmds.c @@ -1739,12 +1739,26 @@ static int

[PATCH] qemu-io: add cvtnum() error handling for zone commands

2024-05-07 Thread Stefan Hajnoczi
-by: Stefan Hajnoczi --- qemu-io-cmds.c | 48 +++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/qemu-io-cmds.c b/qemu-io-cmds.c index f5d7202a13..e2fab57183 100644 --- a/qemu-io-cmds.c +++ b/qemu-io-cmds.c @@ -1739,12 +1739,26 @@ static int

Re: [Bacula-users] HP 1/8 G2 Autoloader

2024-05-07 Thread Stefan G. Weichinger
Am 07.05.24 um 18:21 schrieb Rob Gerber: Wait a sec - look at this again: # mtx -f /dev/sg4 status    Storage Changer /dev/sg4:1 Drives, 8 Slots ( 0 Import/Export ) Data Transfer Element 0:Full (Storage Element 4 Loaded):VolumeTag = CMR921L6        Storage Element 1:Full :VolumeTag=CMR904L6  

Re: [Bacula-users] HP 1/8 G2 Autoloader

2024-05-07 Thread Stefan G. Weichinger
Am 07.05.24 um 17:04 schrieb Stefan G. Weichinger: Could it be related to something like blocksizes? These tapes were used with Amanda before. trying another tape now I really get lost here. Wanted to re-label a tape to start over: # systemctl stop bacula-sd # mt -f /dev/st0 rewind # mt

[jira] [Created] (SPARK-48175) Store collation information in metadata and not in type for SER/DE

2024-05-07 Thread Stefan Kandic (Jira)
Stefan Kandic created SPARK-48175: - Summary: Store collation information in metadata and not in type for SER/DE Key: SPARK-48175 URL: https://issues.apache.org/jira/browse/SPARK-48175 Project: Spark

Re: [PULL v2 03/16] block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls

2024-05-07 Thread Stefan Hajnoczi
On Fri, May 03, 2024 at 01:33:51PM +0100, Peter Maydell wrote: > On Mon, 15 May 2023 at 17:07, Stefan Hajnoczi wrote: > > > > From: Sam Li > > > > Add zoned device option to host_device BlockDriver. It will be presented > > only > > for zoned host b

Re: [PULL v2 03/16] block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls

2024-05-07 Thread Stefan Hajnoczi
On Fri, May 03, 2024 at 01:33:51PM +0100, Peter Maydell wrote: > On Mon, 15 May 2023 at 17:07, Stefan Hajnoczi wrote: > > > > From: Sam Li > > > > Add zoned device option to host_device BlockDriver. It will be presented > > only > > for zoned host b

Re: [Bacula-users] HP 1/8 G2 Autoloader

2024-05-07 Thread Stefan G. Weichinger
more info: restarted daemons entered bconsole mounted a slot, labelled the tape Catalog record for Volume "CMR921", Slot 4 successfully created. Requesting to mount HP-Autoloader ... 3001 Device ""HP-Ultrium" (/dev/nst0)" is mounted with Volume "CMR921" started a (test) job to backup the

Re: [FOSSGIS-Talk] Case Wenn

2024-05-07 Thread Stefan Giese (WhereGroup) via FOSSGIS-Talk-Liste
da fehlt das Schlüsselwort IS CASE WHEN "kuerzel" is not NULL THEN "kuerzel" when "Name" is not NULL and  "Miteigentuemer" is not NULL then "Name"  || ', ' ||  "Miteigentuemer" when "Name" is not NULL then "Name&quo

[Bacula-users] HP 1/8 G2 Autoloader

2024-05-07 Thread Stefan G. Weichinger
On the weekend I tried to use a "weekly" pool for a set of full backups. It failed with a tape error and since then we fail to get on track again. Multiple reboots of the library, change of tapes, relabeling etc I try for example to stop all bacula-services and unload a tape: # mtx -f

[elpa] elpa-admin e443fbab86: elpa-admin.el: Created aggregated Atom feed

2024-05-07 Thread Stefan Monnier via
branch: elpa-admin commit e443fbab86287c15a5469fdd4a11715bf3dfcdf7 Author: Stefan Monnier Commit: Stefan Monnier elpa-admin.el: Created aggregated Atom feed * elpa-admin.el (elpaa--aggregated-feed-filename): New var. (elpaa--html-make-pkg): Fix link's target name. (elpaa

[SCM] Samba Shared Repository - branch master updated

2024-05-07 Thread Stefan Metzmacher
://bugzilla.samba.org/show_bug.cgi?id=15638 Pair-Programmed-With: Stefan Metzmacher Signed-off-by: Andrew Bartlett Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Tue May 7 13:40:55 UTC

Re: [mitk-users] [Extern] - Inquire about MITK auto match

2024-05-07 Thread Dinkelacker, Stefan
st regards, Stefan [1] https://docs.mitk.org/2023.12/org_mitk_views_segmentation.html#org_mitk_views_segmentationSegmentAnything [2] https://docs.mitk.org/2023.12/org_mitk_views_segmentation.html#org_mitk_views_segmentation3dgrowcuttool Von: Wa

[SCM] Samba Shared Repository - branch master updated

2024-05-07 Thread Stefan Metzmacher
=master - Log - commit 87e31f88f28210dc6b7033182435f55204098368 Author: Stefan Metzmacher Date: Thu Mar 7 15:31:39 2024 +0100 s3:libsmb: let cli_session_creds_init() keep the value from 'client use kerberos' Signed-off

[gcc r15-274] tree-optimization/110490 - bitcount for narrow modes

2024-05-07 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:e1f56c67a82172730c377a96a46e8d75445e6a48 commit r15-274-ge1f56c67a82172730c377a96a46e8d75445e6a48 Author: Stefan Schulze Frielinghaus Date: Tue May 7 14:12:55 2024 +0200 tree-optimization/110490 - bitcount for narrow modes Bitcount operations popcount, clz

[jira] [Commented] (CASSANDRA-19429) Remove lock contention generated by getCapacity function in SSTableReader

2024-05-07 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17844256#comment-17844256 ] Stefan Miklosovic commented on CASSANDRA-19429: --- To summarize the changes I did, I

Re: Setting up the user survey 2024

2024-05-07 Thread Stefan Eissing via curl-library
> Am 07.05.2024 um 10:27 schrieb Daniel Stenberg via curl-library > : > > Hello, > > I have started to work on the 2024 version of the user survey. If things go > well, we can run it two weeks later in May. > > As per usual, I copied the version from last year and I have edited it >

Re: [PATCH] tree-optimization/110490 - bitcount for narrow modes

2024-05-07 Thread Stefan Schulze Frielinghaus
Ping. Ok for mainline? On Thu, Apr 25, 2024 at 09:26:45AM +0200, Stefan Schulze Frielinghaus wrote: > Bitcount operations popcount, clz, and ctz are emulated for narrow modes > in case an operation is only supported for wider modes. Beside that ctz > may be emulated via clz in e

[jira] [Commented] (CASSANDRA-19429) Remove lock contention generated by getCapacity function in SSTableReader

2024-05-07 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17844205#comment-17844205 ] Stefan Miklosovic commented on CASSANDRA-19429: --- 4.0 looks reasonable OK too, failing

[jira] [Comment Edited] (CASSANDRA-19341) Relation and Restriction hierarchies are too complex and error prone

2024-05-07 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17844190#comment-17844190 ] Stefan Miklosovic edited comment on CASSANDRA-19341 at 5/7/24 8:11 AM

[jira] [Commented] (CASSANDRA-19341) Relation and Restriction hierarchies are too complex and error prone

2024-05-07 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17844190#comment-17844190 ] Stefan Miklosovic commented on CASSANDRA-19341: --- [~blerer] [~e.dimitrova] dtest

Re: get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)

2024-05-07 Thread Stefan Metzmacher
Am 03.05.24 um 23:24 schrieb Linus Torvalds: On Fri, 3 May 2024 at 14:11, Al Viro wrote: What we need is * promise that ep_item_poll() won't happen after eventpoll_release_file(). AFAICS, we do have that. * ->poll() not playing silly buggers. No. That is not enough at

Re: Lightweight Emacs for container?

2024-05-06 Thread Stefan Monnier
files as a kind of remote host). Stefan

[PATCH 1/2] Revert "monitor: use aio_co_reschedule_self()"

2024-05-06 Thread Stefan Hajnoczi
everts commit 1f25c172f83704e350c0829438d832384084a74d. Buglink: https://issues.redhat.com/browse/RHEL-34618 Signed-off-by: Stefan Hajnoczi --- qapi/qmp-dispatch.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qapi/qmp-dispatch.c b/qapi/qmp-dispatch.c index f3488afeef..176b549473 100644 -

[PATCH 2/2] aio: warn about iohandler_ctx special casing

2024-05-06 Thread Stefan Hajnoczi
to reduce the chance of future bugs. Signed-off-by: Stefan Hajnoczi --- include/block/aio.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/block/aio.h b/include/block/aio.h index 8378553eb9..4ee81936ed 100644 --- a/include/block/aio.h +++ b/include/block/aio.h @@ -629,6 +629,9

[PATCH 1/2] Revert "monitor: use aio_co_reschedule_self()"

2024-05-06 Thread Stefan Hajnoczi
everts commit 1f25c172f83704e350c0829438d832384084a74d. Buglink: https://issues.redhat.com/browse/RHEL-34618 Signed-off-by: Stefan Hajnoczi --- qapi/qmp-dispatch.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qapi/qmp-dispatch.c b/qapi/qmp-dispatch.c index f3488afeef..176b549473 100644 -

[PATCH 0/2] Revert "monitor: use aio_co_reschedule_self()"

2024-05-06 Thread Stefan Hajnoczi
lf()") as the root cause. There is a subtlety regarding how qemu_get_current_aio_context() returns qemu_aio_context even though we may be running in iohandler_ctx. Revert commit 1f25c172f837, it was just intended as a code cleanup. Stefan Hajnoczi (2): Revert "monitor: use aio_co_re

[PATCH 0/2] Revert "monitor: use aio_co_reschedule_self()"

2024-05-06 Thread Stefan Hajnoczi
lf()") as the root cause. There is a subtlety regarding how qemu_get_current_aio_context() returns qemu_aio_context even though we may be running in iohandler_ctx. Revert commit 1f25c172f837, it was just intended as a code cleanup. Stefan Hajnoczi (2): Revert "monitor: use aio_co_re

[PATCH 2/2] aio: warn about iohandler_ctx special casing

2024-05-06 Thread Stefan Hajnoczi
to reduce the chance of future bugs. Signed-off-by: Stefan Hajnoczi --- include/block/aio.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/block/aio.h b/include/block/aio.h index 8378553eb9..4ee81936ed 100644 --- a/include/block/aio.h +++ b/include/block/aio.h @@ -629,6 +629,9

Re: qemu-img cache modes with Linux cgroup v1

2024-05-06 Thread Stefan Hajnoczi
r direct IO It's fairly new but great to have. Stefan signature.asc Description: PGP signature

Re: [PATCH v2 5/5] monitor: use aio_co_reschedule_self()

2024-05-06 Thread Stefan Hajnoczi
On Fri, May 03, 2024 at 07:33:17PM +0200, Kevin Wolf wrote: > Am 06.02.2024 um 20:06 hat Stefan Hajnoczi geschrieben: > > The aio_co_reschedule_self() API is designed to avoid the race > > condition between scheduling the coroutine in another AioContext and > > yielding. >

Re: [PATCH v2 5/5] monitor: use aio_co_reschedule_self()

2024-05-06 Thread Stefan Hajnoczi
On Fri, May 03, 2024 at 07:33:17PM +0200, Kevin Wolf wrote: > Am 06.02.2024 um 20:06 hat Stefan Hajnoczi geschrieben: > > The aio_co_reschedule_self() API is designed to avoid the race > > condition between scheduling the coroutine in another AioContext and > > yielding. >

[jira] [Commented] (CASSANDRA-19429) Remove lock contention generated by getCapacity function in SSTableReader

2024-05-06 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17843813#comment-17843813 ] Stefan Miklosovic commented on CASSANDRA-19429: --- I think that size and capacity

CVS: cvs.openbsd.org: ports

2024-05-06 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2024/05/06 10:17:01 Modified files: devel/got : Tag: OPENBSD_7_5 Makefile distinfo devel/got/pkg : Tag: OPENBSD_7_5 PLIST-main PLIST-server Log message: update devel/got to 0.99 in

Re: Raspberry Pi 3B no longer starts after reboot

2024-05-06 Thread Stefan Seyfried
d (compare to the versions in /boot/vc, I think they are copied from /boot/vc to /boot/efi, but I am not sure). There is also /boot/efi/overlays which also contains dtbo (dtb overlays) files. Good luck :-) -- Stefan Seyfried "For a successful technology, reality must take precedence over public relati

Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server

2024-05-06 Thread Stefan Hajnoczi
On Thu, 28 Mar 2024 at 03:54, Mattias Nissler wrote: > > Stefan, to the best of my knowledge this is fully reviewed and ready > to go in - can you kindly pick it up or advise in case there's > something I missed? Thanks! This code is outside the areas that I maintain. I think it woul

[ceph-users] Off-Site monitor node over VPN

2024-05-06 Thread Stefan Pinter
could possibly go wrong here? can the added latency be a problem? which devices would need to be allowed to connect over VPN? All OSDs < - vpn - > ceph-mon thank you for any input! Kind regards Stefan BearingPoint GmbH Sitz: Wien Firmenbuchgericht: Handels

[elpa] elpa-admin 0f39db873c: (elpaa--write-plain-readme): (Re)add `README.md`

2024-05-06 Thread Stefan Monnier via
branch: elpa-admin commit 0f39db873ca4c9aaff1e9b716d845e4234d3091e Author: Stefan Monnier Commit: Stefan Monnier (elpaa--write-plain-readme): (Re)add `README.md` --- elpa-admin.el | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/elpa-admin.el b/elpa-admin.el

[jira] [Commented] (CASSANDRA-19556) Guardrail to block DDL/DCL queries

2024-05-06 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17843726#comment-17843726 ] Stefan Miklosovic commented on CASSANDRA-19556: --- https://lists.apache.org/thread

Re: [qemu-web PATCH] blog: KVM Forum 2024 CFP

2024-05-06 Thread Stefan Hajnoczi
The mistakes were mine. Thanks for pointing them out, Thomas! Acked-by: Stefan Hajnoczi

Re: [PATCH u-boot-mvebu 10/10] arm: mvebu: turris_omnia: Support old DDR3 training, selectable via env var

2024-05-06 Thread Stefan Roese
/ddr3_debug.c:776:12: warning: 'ddr3_tip_access_atr' declared 'static' but never defined [-Wunused-function] 776 | static int ddr3_tip_access_atr(u32 dev_num, u32 flag_id, u32 value, u32 **ptr); |^~~ Please take a look. Thanks, Stefan diff --git a/arch/arm

CVS: cvs.openbsd.org: src

2024-05-06 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/06 03:54:38 Modified files: sys/dev/ic : dwqe.c dwqereg.h Log message: Add support for Tx checksum offloading to dwqe(4). Also improve our macros documenting Tx descriptor formats. Tested:

Re: [VOTE] FLIP-447: Upgrade FRocksDB from 6.20.3 to 8.10.0

2024-05-06 Thread Stefan Richter
+1 (binding) Thanks for updating to a new version! Best, Stefan > On 6. May 2024, at 08:36, Hangxiang Yu wrote: > > +1(binding) > > On Mon, May 6, 2024 at 12:25 PM Yuan Mei <mailto:yuanmei.w...@gmail.com>> wrote: > >> +1(binding) >> >> Best &

Re: [regext] [Ext] Re-chartering REGEXT?

2024-05-06 Thread Stefan Ubbink
nd also what to do if they are not the same. I know a client who doesn't do that is not compliant with the standard, but that would not stop people from doing it ;-( -- Stefan Ubbink DNS & Systems Engineer Present: Mon, Tue, Wed, Fri SIDN | Meander 501 | 6825 MD | ARNHEM | The Netherlands T +31 (0)26

[maintainer update] sysutils/hcloud 1.42.0 -> 1.43.1

2024-05-06 Thread Stefan Hagen
Hi, Is anyone besides me using the hetzner cloud cli tool? Changelogs: https://github.com/hetznercloud/cli/releases/tag/v1.43.0 https://github.com/hetznercloud/cli/releases/tag/v1.43.1 port checks + test target pass. - Stefan Index: sysutils/hcloud/Makefile

Re: [maintainer-update] www/luakit to 2.3.6

2024-05-06 Thread Stefan Hagen
Stefan Hagen wrote (2024-02-23 07:51 CET): > luakit now works with libsoup3 and webkitgtk4.1. And some bugs have > been fixed. > > Changes: https://luakit.github.io/news/ > > The test target runs fine on amd64. > portcheck/p-l-d-check are happy. > > OK? *ping* Th

CVS: cvs.openbsd.org: ports

2024-05-05 Thread Stefan Hagen
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2024/05/05 23:31:21 Modified files: textproc/urlscan: Makefile distinfo Log message: Update urlscan to 1.0.2 https://github.com/firecat53/urlscan/releases/tag/1.0.2

[elpa] branch externals/org-real deleted (was aa2f5e0a7a)

2024-05-05 Thread Stefan Monnier via
monnier pushed a change to branch externals/org-real. was aa2f5e0a7a Updated documentation This change permanently discards the following revisions: discards aa2f5e0a7a Updated documentation discards 74edfdc9fb Removed unnecessary submodule discards 8416364b9f Updated url

[elpa] branch externals/boxy-headings deleted (was 15f54ab24b)

2024-05-05 Thread Stefan Monnier via
monnier pushed a change to branch externals/boxy-headings. was 15f54ab24b Updated documentation This change permanently discards the following revisions: discards 15f54ab24b Updated documentation discards 889252f65d Removed unnecessary submodule discards 08e3bb8b9c Moved

[elpa] branch externals/boxy deleted (was c65a353e01)

2024-05-05 Thread Stefan Monnier via
653bb Bump version discards ca1cc64d14 Changed from cl-defmethod to defun discards 268f4a72d0 Added patch from Stefan Monnier discards bdd0aaa196 Added elpaignore discards fe4c1e740e Updated documentation discards eaf82b1804 initial commit

CVS: cvs.openbsd.org: ports

2024-05-05 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2024/05/05 14:52:48 Modified files: devel/got : Makefile distinfo Log message: update to got 0.99, and fix WANTLIB: libtls required since 0.98 see git repository history for per-change authorship

[jira] [Comment Edited] (CASSANDRA-19429) Remove lock contention generated by getCapacity function in SSTableReader

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

[jira] [Comment Edited] (CASSANDRA-19429) Remove lock contention generated by getCapacity function in SSTableReader

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

[jira] [Commented] (CASSANDRA-19429) Remove lock contention generated by getCapacity function in SSTableReader

2024-05-05 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17843588#comment-17843588 ] Stefan Miklosovic commented on CASSANDRA-19429: --- [~rustyrazorblade] there is 63

Bug#1070457: dino-im: FTBFS: error: ‘struct _gpgme_key’ has no member named ‘subkeys_length1’

2024-05-05 Thread Stefan Kropp
I found this bug at upstream project: Dino 0.4.3 fails to compile after Vala-c update to 0.56.17 https://github.com/dino/dino/issues/1576 -- Stefan

Bug#1070457: dino-im: FTBFS: error: ‘struct _gpgme_key’ has no member named ‘subkeys_length1’

2024-05-05 Thread Stefan Kropp
I found this bug at upstream project: Dino 0.4.3 fails to compile after Vala-c update to 0.56.17 https://github.com/dino/dino/issues/1576 -- Stefan

[krdc] [Bug 485094] When click Scale button image disappears

2024-05-05 Thread Stefan Becker
https://bugs.kde.org/show_bug.cgi?id=485094 Stefan Becker changed: What|Removed |Added CC||chemob...@gmail.com --- Comment #1 from Stefan

[ccp4bb] update manager

2024-05-05 Thread Becker, Stefan
Dear all, update manager on ccp4 8.0.017 doesn´t run (two new updates available). Did anyone else have this problem? Stefan To unsubscribe from the CCP4BB list, click the following link: https://www.jiscmail.ac.uk/cgi

Re: Remove the IRC channels

2024-05-05 Thread Stefan Sperling
On Sun, May 05, 2024 at 11:20:28AM +0200, Daniel Sahlberg wrote: > What about this new topic for #svn? > > [[[ > The Apache® Subversion® version control system ( > https://subversion.apache.org/) | Read the book: http://www.svnbook.org/ | > FAQ: https://subversion.apache.org/faq.html | This

Re: Remove the IRC channels

2024-05-04 Thread Stefan Sperling
ntained in the topic. Redirecting questions to the mailing list via the topic line should work well enough. The #svn-dev channel might still be useful for quick communication during bursts of increased project activity. I would keep it around. Cheers, Stefan

Re: [kicad] Altium Importer REPORTER for logging

2024-05-04 Thread 'Stefan Weber' via KiCad Developers
thank you all for this fruitful discussion Am 04.05.24 um 16:48 schrieb Jeff Young: I'll work on the quick version as a start :thumbsup: -- You received this message because you are subscribed to the Google Groups "KiCad Developers" group. To unsubscribe from this group and stop

[kicad] Altium Importer REPORTER for logging

2024-05-04 Thread 'Stefan Weber' via KiCad Developers
quot; "One pretty simple option would be an advanced_config flag that changes the behavior of the WXLOG_REPORTER to use logging calls that are present in release builds" I am curious what's the opinion of others. Best regards, Stefan -- You received this message because you are su

[jira] [Commented] (CASSANDRA-19556) Guardrail to block DDL/DCL queries

2024-05-03 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17843343#comment-17843343 ] Stefan Miklosovic commented on CASSANDRA-19556: --- I think that having it more granular

[jira] [Updated] (CASSANDRA-19593) Transactional Guardrails

2024-05-03 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19593: -- Change Category: Operability Complexity: Normal

[jira] [Commented] (CASSANDRA-19593) Transactional Guardrails

2024-05-03 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17843327#comment-17843327 ] Stefan Miklosovic commented on CASSANDRA-19593: --- I took CEP-24, applied CASSANDRA

[nongnu] main fda0e2eb31: elpa-packages (hyperdrive): README file has moved

2024-05-03 Thread Stefan Monnier via
branch: main commit fda0e2eb3117a2bdcd6b07c483935628b1417b56 Author: Stefan Monnier Commit: Stefan Monnier elpa-packages (hyperdrive): README file has moved --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index c5d6606a8c

CVS: cvs.openbsd.org: src

2024-05-03 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/03 08:32:11 Modified files: sys/dev/ic : qwx.c Log message: Make qwx(4) call into ifmedia more like iwx(4) does it. Fixes weird media: lines in ifconfig which show a mix of 802.11 modes after

CVS: cvs.openbsd.org: src

2024-05-03 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2024/05/03 07:02:18 Modified files: sys/dev/ic : dwqe.c dwqereg.h Log message: Add support for Rx checksum offloading to dwqe(4). Tested by uwe@ and myself on Elkhart Lake, and kettenis@ on RK3566.

[lxml] nested CDATA - was Re: Building on Windows

2024-05-02 Thread Stefan Behnel
Hi, Gertjan Klein schrieb am 02.05.24 um 17:52: Op 25-04-2024 om 16:58 schreef Stefan Behnel: I'm trying to write a conversion program that outputs XML[2]. It must match the output of an existing program. Semantically it already does, but I'd like it to match the way CDATA is handled

[jira] [Commented] (CASSANDRA-19556) Guardrail to block DDL/DCL queries

2024-05-02 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17843095#comment-17843095 ] Stefan Miklosovic commented on CASSANDRA-19556: --- [~jmckenzie] would you mind

[jira] [Updated] (CASSANDRA-19600) Resolve the oldest hints just from descriptors and current writer if available

2024-05-02 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19600: -- Fix Version/s: 5.0-beta2 5.1-alpha1

[Craft] [Bug 486467] New: MacOS X builds failing on CI due to signing tool not liking files that can't be blacklisted

2024-05-02 Thread Stefan Gerlach
https://bugs.kde.org/show_bug.cgi?id=486467 Bug ID: 486467 Summary: MacOS X builds failing on CI due to signing tool not liking files that can't be blacklisted Classification: Developer tools Product: Craft Version: unspecified

[Craft] [Bug 486467] New: MacOS X builds failing on CI due to signing tool not liking files that can't be blacklisted

2024-05-02 Thread Stefan Gerlach
https://bugs.kde.org/show_bug.cgi?id=486467 Bug ID: 486467 Summary: MacOS X builds failing on CI due to signing tool not liking files that can't be blacklisted Classification: Developer tools Product: Craft Version: unspecified

[Canonical-hw-cert] [Bug 2064604] Re: bionic/linux-aws: -proposed tracker

2024-05-02 Thread Stefan Bader
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- built:

[Canonical-hw-cert] [Bug 2063568] Re: jammy/linux-oracle-6.5: 6.5.0-1023.23~22.04.1 -proposed tracker

2024-05-02 Thread Stefan Bader
nee: Canonical Kernel Team (canonical-kernel-team) => Stefan Bader (smb) ** Changed in: kernel-sru-workflow/prepare-package-generate Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-generate Assignee: (unassigned) => Stefan Bader (smb) ** Changed in

Re: RFR: 8331573: Rename CollectedHeap::is_gc_active to be explicitly about STW GCs

2024-05-02 Thread Stefan Karlsson
On Thu, 2 May 2024 17:23:21 GMT, Aleksey Shipilev wrote: >> src/hotspot/share/gc/parallel/psParallelCompact.cpp line 1270: >> >>> 1268: >>> 1269: ParallelScavengeHeap* heap = ParallelScavengeHeap::heap(); >>> 1270: assert(!heap->is_stw_gc_active(), "not reentrant"); >> >> While reading

Re: RFR: 8331573: Rename CollectedHeap::is_gc_active to be explicitly about STW GCs

2024-05-02 Thread Stefan Karlsson
On Thu, 2 May 2024 14:40:35 GMT, Aleksey Shipilev wrote: > `CollectedHeap::is_gc_active()` is confusing, since its name implies _any_ GC > phase is running, while it actually only covers the STW GCs. It would be good > to rename it for clarity. The freed-up name, `is_gc_active` could then be

[Canonical-hw-cert] [Bug 2064608] Re: bionic/linux-azure-4.15: -proposed tracker

2024-05-02 Thread Stefan Bader
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- built:

<    1   2   3   4   5   6   7   8   9   10   >