Re: [PATCH v3 1/2] qemu-iotest/245: Add missing discard=unmap

2024-07-11 Thread Stefan Hajnoczi
ion(+), 1 deletion(-) Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature

Re: [RFC PATCH v2 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests

2024-07-11 Thread Stefan Hajnoczi
SHMEM_MAP due to the incomplete memory table that prevents translating those memory addresses. In other words, if the guest has a device that uses SHMEM_MAP, then all other vhost-user devices should support MEM_READ/MEM_WRITE in order to ensure that DMA works with Shared Memory Regions. Stefan

Re: [RFC PATCH v2 5/5] vhost_user: Implement mem_read/mem_write handlers

2024-07-11 Thread Stefan Hajnoczi
On Fri, Jun 28, 2024 at 04:57:10PM +0200, Albert Esteve wrote: > Implement function handlers for memory read and write > operations. > > Signed-off-by: Albert Esteve > --- > hw/virtio/vhost-user.c | 34 ++ > 1 file changed, 30 insertions(+), 4 deletions(-) > >

Re: [RFC PATCH v2 4/5] vhost_user: Add MEM_READ/WRITE backend requests

2024-07-11 Thread Stefan Hajnoczi
On Fri, Jun 28, 2024 at 04:57:09PM +0200, Albert Esteve wrote: > With SHMEM_MAP messages, sharing descriptors between > devices will cause that these devices do not see the > mappings, and fail to access these memory regions. > > To solve this, introduce MEM_READ/WRITE requests > that will get

Re: Version-Info in 2.4.x modules/http2/h2_version.h

2024-07-11 Thread Stefan Eissing via dev
Yeah, tricky with out rtc patch policy. I try to make a full sync now and then. This time it became side tracked by Yann as he wants to make mpm:event even better... - Stefan > Am 10.07.2024 um 18:15 schrieb Rainer Jung : > > Hi all, > > file modules/http2/h2_version.h in

Re: svn commit: r1919087 - in /httpd/httpd/trunk/test: modules/http2/conftest.py modules/http2/env.py modules/http2/test_103_upgrade.py modules/http2/test_600_h2proxy.py modules/http2/test_700_load_ge

2024-07-11 Thread Stefan Eissing via dev
> Am 10.07.2024 um 18:12 schrieb Rainer Jung : > > Hi Stefan, > > is some of this test stuff ready for 2.4.x? Synched in r1919126. > Thanks and regards, > > Rainer > > Am 10.07.24 um 12:55 schrieb ic...@apache.org: >> Author: icing >> Date

Re: [RFC PATCH v2 3/5] vhost-user-dev: Add cache BAR

2024-07-11 Thread Stefan Hajnoczi
On Fri, Jun 28, 2024 at 04:57:08PM +0200, Albert Esteve wrote: > Add a cache BAR in the vhost-user-device > into which files can be directly mapped. > > The number, shmid, and size of the VIRTIO Shared > Memory subregions is retrieved through a get_shmem_config > message sent by the

[ceph-users] Re: cephadm for Ubuntu 24.04

2024-07-11 Thread Stefan Kooman
On 11-07-2024 09:55, Malte Stroem wrote: Hello Stefan, have a look: https://docs.ceph.com/en/latest/cephadm/install/#curl-based-installation Yeah, I have read that part. Just download cephadm. It will work on any distro. curl --silent --remote-name --location https://download.ceph.com

Re: [RFC PATCH v2 2/5] vhost_user: Add frontend command for shmem config

2024-07-11 Thread Stefan Hajnoczi
On Fri, Jun 28, 2024 at 04:57:07PM +0200, Albert Esteve wrote: > The frontend can use this command to retrieve > VIRTIO Shared Memory Regions configuration from > the backend. The response contains the number of > shared memory regions, their size, and shmid. > > This is useful when the frontend

Re: [Gluster-users] Glusterfs community status

2024-07-11 Thread Stefan Kania
Unfortunately, there are hardly any answers from developers or Readhat people. Either there is nobody working on the project anymore, or all the people who know what the future of GlusterFS will be have been muzzled by Redhat/IBM. The whole thing shows once again how a company appropriates

Re: [RFC PATCH v2 2/5] vhost_user: Add frontend command for shmem config

2024-07-11 Thread Stefan Hajnoczi
On Fri, Jun 28, 2024 at 04:57:07PM +0200, Albert Esteve wrote: > The frontend can use this command to retrieve > VIRTIO Shared Memory Regions configuration from > the backend. The response contains the number of > shared memory regions, their size, and shmid. > > This is useful when the frontend

Re: [PATCH 2/2] board: rpi: remove leftover CONFIG_HW_WATCHDOG block

2024-07-11 Thread Stefan Roese
driver and its references), but this block was left behind. Another rpi watchdog driver has since been added, but that does not select HW_WATCHDOG, so this remains dead and unused. Remove it. Signed-off-by: Rasmus Villemoes Reviewed-by: Stefan Roese Thanks, Stefan --- board/raspberrypi

Re: [PATCH 1/2] arm: bcm283x: remove pointless empty hw_watchdog_disable

2024-07-11 Thread Stefan Roese
to drop these infos, then I won't object. Reviewed-by: Stefan Roese Thanks, Stefan Signed-off-by: Rasmus Villemoes --- arch/arm/mach-bcm283x/reset.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-bcm283x/reset.c b/arch/arm/mach-bcm283x/reset

Re: [RFC PATCH v2 1/5] vhost-user: Add VIRTIO Shared Memory map request

2024-07-11 Thread Stefan Hajnoczi
On Fri, Jun 28, 2024 at 04:57:06PM +0200, Albert Esteve wrote: > Add SHMEM_MAP/UNMAP requests to vhost-user to > handle VIRTIO Shared Memory mappings. > > This request allows backends to dynamically map > fds into a VIRTIO Shared Memory Region indentified > by its `shmid`. Then, the fd memory is

[ceph-users] cephadm for Ubuntu 24.04

2024-07-11 Thread Stefan Kooman
h and the OS at the same time. This allows the use of the latest (kernel) OS improvements, all while not touching Ceph. Thanks, Gr. Stefan ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

Re: [PATCH 0/2] block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checked

2024-07-11 Thread Stefan Hajnoczi
ck > block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checked > > include/block/graph-lock.h | 21 ++--- > block/block-copy.c | 4 +++- > meson.build| 14 +- > 3 files changed, 30 insertions(+), 9 deletions(-) >

Re: [PATCH 0/2] block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checked

2024-07-11 Thread Stefan Hajnoczi
ck > block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checked > > include/block/graph-lock.h | 21 ++--- > block/block-copy.c | 4 +++- > meson.build| 14 +- > 3 files changed, 30 insertions(+), 9 deletions(-) >

[jira] [Commented] (CASSANDRA-19762) Implement dictionary lookup for CassandraPasswordValidator

2024-07-10 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17864907#comment-17864907 ] Stefan Miklosovic commented on CASSANDRA-19762: --- [CASSANDRA-19762|https://github.com

[gentoo-commits] repo/gentoo:master commit in: net-im/element-desktop-bin/

2024-07-10 Thread Stefan Strogin
commit: f04ddce0a01ead779e6ba397928ab60b2b5782a1 Author: Stefan Strogin gentoo org> AuthorDate: Wed Jul 10 23:46:25 2024 + Commit: Stefan Strogin gentoo org> CommitDate: Wed Jul 10 23:48:14 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0

[jira] [Updated] (CASSANDRA-19130) Implement transactional table truncation

2024-07-10 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19130: -- Status: In Progress (was: Patch Available) > Implement transactio

[jira] [Updated] (CASSANDRA-19762) Implement dictionary lookup for CassandraPasswordValidator

2024-07-10 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19762: -- Status: Needs Committer (was: Patch Available) > Implement diction

[jira] [Updated] (CASSANDRA-19762) Implement dictionary lookup for CassandraPasswordValidator

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

[jira] [Updated] (CASSANDRA-19762) Implement dictionary lookup for CassandraPasswordValidator

2024-07-10 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19762: -- Test and Documentation Plan: CI Status: Patch

[jira] [Created] (CASSANDRA-19762) Implement dictionary lookup for CassandraPasswordValidator

2024-07-10 Thread Stefan Miklosovic (Jira)
Stefan Miklosovic created CASSANDRA-19762: - Summary: Implement dictionary lookup for CassandraPasswordValidator Key: CASSANDRA-19762 URL: https://issues.apache.org/jira/browse/CASSANDRA-19762

Re: Building Rust program with libreSSL on a --current machine

2024-07-10 Thread Stefan Kreutz
Some crates provide optional support for rustls as an alternative to openssl. Take a look at the Cargo.toml for corresponding feature flags. On Wed, Jul 10, 2024 at 02:47:36PM GMT, Rob Schmersel wrote: > Hi, > > Looking for advice on how one can build rust programs that require > openSSL support

Re: [RFC] Per-request private data in virtio-block

2024-07-10 Thread Stefan Hajnoczi
to add this new concept. Is the concept of cache metadata (separate from I/O priority in Linux) a thing? If you can show examples from other storage protocols like NVMe or SCSI, then that would help in designing a virtio-blk solution too. Stefan > > Thank you, > Dmitry > signature.asc Description: PGP signature

Re: [PATCH] virtio: Always reset vhost devices

2024-07-10 Thread Stefan Hajnoczi
e1019a4a9), but also that the vhost back-end is connected > (`hdev = k->get_vhost(); hdev != NULL && hdev->vhost_ops != NULL`). > > Signed-off-by: Hanna Czenczek I think an additional SET_STATUS 0 call is made to the vDPA vhost backend after this patch, but that seems fine. Revie

RE: [VOTE] Release Apache Sling Launchpad Base 2.8.0

2024-07-10 Thread Stefan Seifert
+1 stefan

Re: [PATCH 09/11] usb: dwc2: Skip clock gating on Broadcom SoCs

2024-07-10 Thread Stefan Wahren
Am 05.07.24 um 23:14 schrieb Lukas Wunner: On Fri, Jul 05, 2024 at 12:16:14PM -0500, Jeremy Linton wrote: Am 05.07.24 um 17:03 schrieb Lukas Wunner: Careful there, the patch vaguely says... With that added and identified as "BCM2848", an id in use by other OSs for this device, the

[SCM] Samba Shared Repository - branch master updated

2024-07-10 Thread Stefan Metzmacher
/show_bug.cgi?id=15660 Pair-Programmed-With: Stefan Metzmacher Signed-off-by: Pavel Filipenský Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Wed Jul 10 10:35:00 UTC 2024 on atb

[jira] [Updated] (CASSANDRA-19747) Invalid schema.cql created by snapshot after dropping more than one field

2024-07-10 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19747: -- Fix Version/s: 4.0.14 4.1.6

[ceph-users] Re: [EXTERN] Urgent help with degraded filesystem needed

2024-07-10 Thread Stefan Kooman
Hi, On 01-07-2024 10:34, Stefan Kooman wrote: Not that I know of. But changes in behavior of Ceph (daemons) and or Ceph kernels would be good to know about indeed. I follow the ceph-kernel mailing list to see what is going on with the development of kernel CephFS. And there is a thread

Re: [PATCH v3] arm: mvebu: Enable bootstd and other modernization for Synology DS414 (Armada XP) board

2024-07-10 Thread Stefan Roese
Synology DS414 and DS214+ boards - Add SYS_THUMB_BUILD to reduce binary size - Add NET_RANDOM_ETHADDR - Add CONFIG_LBA48 and CONFIG_SYS_64BIT_LBA to support >2TB HDD/SDD Signed-off-by: Tony Dinh Reviewed-by: Stefan Roese @Phil, is this ready to be merged from your point of view as well? Tha

Re: [PATCH] arm: dts: mvebu: Migrate to upstream DT for Synology DS116 (Armada 385) board

2024-07-10 Thread Stefan Roese
Hi Tony, On 7/9/24 22:27, Tony Dinh wrote: Hi Stefan, On Thu, May 23, 2024 at 12:27 AM Sumit Garg wrote: On Thu, 23 May 2024 at 03:22, Tony Dinh wrote: Enable OF_UPSTREAM to use upstream DT and add marvell/ prefix to the DEFAULT_DEVICE_TREE in DS116 defconfig. Remove current DTS in arch

[jira] [Commented] (CASSANDRA-19734) Rate limiting per-node on failed log-in attempts

2024-07-09 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17864363#comment-17864363 ] Stefan Miklosovic commented on CASSANDRA-19734: --- I think this is becoming quite a big

[nongnu] main 28fde34f7d: elpa-packages (vm): Add `:news`

2024-07-09 Thread Stefan Monnier via
branch: main commit 28fde34f7d8c24a0ac07876e53e7f0c4b1d5e32d Author: Stefan Monnier Commit: Stefan Monnier elpa-packages (vm): Add `:news` --- elpa-packages | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/elpa-packages b/elpa-packages index a74f03a519..cb502179f3

[jira] [Commented] (CASSANDRA-13428) Security: provide keystore_password_file and truststore_password_file options

2024-07-09 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-13428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17864344#comment-17864344 ] Stefan Miklosovic commented on CASSANDRA-13428: --- [~maulin.vasavada] try to not start

[nongnu] main 44c42c6193: elpa-packages (vm): New (well, sort of) package

2024-07-09 Thread Stefan Monnier via
branch: main commit 44c42c61939ccaef5549c2fc826f0fa85962c855 Author: Stefan Monnier Commit: Stefan Monnier elpa-packages (vm): New (well, sort of) package --- elpa-packages | 4 1 file changed, 4 insertions(+) diff --git a/elpa-packages b/elpa-packages index 7b32c068eb..a74f03a519

[jira] [Updated] (CASSANDRA-19749) ALTER USER | ROLE IF EXISTS creates a user / role if it does not exist

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

[jira] [Updated] (CASSANDRA-19749) ALTER USER | ROLE IF EXISTS creates a user / role if it does not exist

2024-07-09 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19749: -- Status: Ready to Commit (was: Review In Progress) > ALTER USER | R

[jira] [Updated] (CASSANDRA-19749) ALTER USER | ROLE IF EXISTS creates a user / role if it does not exist

2024-07-09 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19749: -- Reviewers: Brandon Williams Status: Review In Progress (was: Needs

[weewx-user] Re: DWD warnings

2024-07-09 Thread Stefan Gliessmann
file = HI For whatever reason, if I comment the location of the icons in the warning section, it works again!!! Apologies for the extra spam! On Tuesday, July 9, 2024 at 4:40:52 PM UTC+2 Stefan Gliessmann wrote: > After updating to WeeWx 5.0 I got DWD forecasts and warnings working, but &g

[weewx-user] Re: DWD warnings

2024-07-09 Thread Stefan Gliessmann
t; show_obs_symbols = True show_obs_description = True show_placemark = True [[warning]] icons = ../images # icons = replace_me [[[103254000]]] provider = BBK # Die Überschrift ist die Kreiskennung. file

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

2024-07-09 Thread Stefan Metzmacher
compiled with jemalloc. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15660 Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Thu Jun 13 08:41:39 UTC 2024 on atb-devel-224

Re: [PATCH 6/6] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2855/tegra/omap2plus

2024-07-09 Thread Stefan Wahren
configs/tegra_defconfig | 1 - For omap2plus_defconfig: Acked-by: Kevin Hilman For bcm2835_defconfig: Tested-by: Stefan Wahren

Re: [PATCH 6/6] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2855/tegra/omap2plus

2024-07-09 Thread Stefan Wahren
configs/tegra_defconfig | 1 - For omap2plus_defconfig: Acked-by: Kevin Hilman For bcm2835_defconfig: Tested-by: Stefan Wahren

Re: [Bacula-users] migrate job

2024-07-09 Thread Stefan G. Weichinger
I have: Pool { Name = "Daily" Description = "daily backups" PoolType = "Backup" MaximumVolumes = 30 VolumeRetention = 864000 VolumeUseDuration = 432000 Storage = "HP-Autoloader" } Pool { Name = "File" PoolType = "Backup" LabelFormat = "Vol-" MaximumVolumes = 45

[jira] [Comment Edited] (CASSANDRA-19734) Rate limiting per-node on failed log-in attempts

2024-07-09 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17864103#comment-17864103 ] Stefan Miklosovic edited comment on CASSANDRA-19734 at 7/9/24 9:54 AM

[jira] [Commented] (CASSANDRA-19734) Rate limiting per-node on failed log-in attempts

2024-07-09 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17864103#comment-17864103 ] Stefan Miklosovic commented on CASSANDRA-19734: --- [~frankgh] interesting idea about

[jira] [Updated] (CASSANDRA-19734) Rate limiting per-node on failed log-in attempts

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

Re: [Bacula-users] migrate job

2024-07-09 Thread Stefan G. Weichinger
Am 04.07.24 um 15:20 schrieb Stefan G. Weichinger: Am 04.07.24 um 01:16 schrieb Bill Arlofski via Bacula-users: Your status storage shows that it is reading from the "daily" pool, using the tape drive "HP-Ultrium", and it is wanting to write to the "Daily" p

[OE-core][PATCH] icu: fix make-icudata package config

2024-07-09 Thread Stefan Mueller-Klieser
The location of files changed during unpackdir transition. Adapt dirs to fix custom icu data generation. Signed-off-by: Stefan Müller-Klieser --- meta/recipes-support/icu/icu_75-1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/icu/icu_75-1.bb b

git: a970610a3af6 - main - contrib/bc: upgrade to version 6.7.6

2024-07-08 Thread Stefan Eßer
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=a970610a3af63b3f4df5b69d91c6b4093a00ed8f commit a970610a3af63b3f4df5b69d91c6b4093a00ed8f Author: Stefan Eßer AuthorDate: 2024-07-09 05:49:27 + Commit: Stefan Eßer CommitDate: 2024-07-09 05:49:27

git: a970610a3af6 - main - contrib/bc: upgrade to version 6.7.6

2024-07-08 Thread Stefan Eßer
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=a970610a3af63b3f4df5b69d91c6b4093a00ed8f commit a970610a3af63b3f4df5b69d91c6b4093a00ed8f Author: Stefan Eßer AuthorDate: 2024-07-09 05:49:27 + Commit: Stefan Eßer CommitDate: 2024-07-09 05:49:27

git: f63d338a690d - Create tag vendor/bc/6.7.6

2024-07-08 Thread Stefan Eßer
The annotated tag vendor/bc/6.7.6 has been created by se: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/bc/6.7.6 tag vendor/bc/6.7.6 Tagger: Stefan Eßer TaggerDate: 2024-07-09 05:21:12 + tag version 6.7.6 commit 898b46e930119f988aa96b8946e4937edbdc1982 Author: Stefan Eßer

git: e29110331be8 - Create tag vendor/bc/6.7.5

2024-07-08 Thread Stefan Eßer
The annotated tag vendor/bc/6.7.5 has been created by se: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/bc/6.7.5 tag vendor/bc/6.7.5 Tagger: Stefan Eßer TaggerDate: 2024-01-04 23:09:32 + Tag version 6.7.5 commit 52a5ec1b178fd07651446c7e31b1512794a04dbf Author: Stefan Eßer

[frameworks-baloo] [Bug 380456] Suspected memory leak in baloo_file_extractor

2024-07-08 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=380456 --- Comment #27 from Stefan Brüns --- Note, only the first of the two MRs [1],[2] for poppler has been merged. Unfortunately, progress on the poppler side is really slow lately. So, until the second one is merged as well, you won't see any noticeable

[jira] [Commented] (CASSANDRA-13428) Security: provide keystore_password_file and truststore_password_file options

2024-07-08 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-13428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17863956#comment-17863956 ] Stefan Miklosovic commented on CASSANDRA-13428: --- This looks like a good idea but I

[jira] [Updated] (CASSANDRA-13890) Expose current compaction throughput

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

[jira] [Updated] (CASSANDRA-17457) CEP-24 - Password validation/generation

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

[nongnu] branch scratch/editorconfig created (now 4f543558fe)

2024-07-08 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig. at 4f543558fe editorconfig-core-handle.el: Don't use file names as glob pattern This branch includes the following new commits: new 4f543558fe editorconfig-core-handle.el: Don't use file names as glob pattern

[nongnu] scratch/editorconfig 4f543558fe: editorconfig-core-handle.el: Don't use file names as glob pattern

2024-07-08 Thread Stefan Monnier via
branch: scratch/editorconfig commit 4f543558fecaad162c0baba666ee9760bd4ce2f4 Author: Stefan Monnier Commit: Stefan Monnier editorconfig-core-handle.el: Don't use file names as glob pattern Match relative file names against the glob pattern instead of trying to construct a glob

[nongnu] branch scratch/editorconfig deleted (was d0a491fbf9)

2024-07-08 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig. was d0a491fbf9 editorconfig-core-handle.el: Fix regressions in fnmatch handling This change permanently discards the following revisions: discards d0a491fbf9 editorconfig-core-handle.el: Fix regressions in fnmatch handling

[nongnu] branch scratch/editorconfig-base created (now 5e25a51e25)

2024-07-08 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig-base. at 5e25a51e25 Don't hook into `read-only-mode-hook` No new revisions were added by this update.

[nongnu] scratch/editorconfig d0a491fbf9: editorconfig-core-handle.el: Fix regressions in fnmatch handling

2024-07-08 Thread Stefan Monnier via
branch: scratch/editorconfig commit d0a491fbf9607ec4fbf972b06a0d9893cd26bc6d Author: Stefan Monnier Commit: Stefan Monnier editorconfig-core-handle.el: Fix regressions in fnmatch handling * editorconfig-core-handle.el (editorconfig-core-handle-get-properties-hash): Fix

[jira] [Commented] (CASSANDRA-19754) Colourize log output

2024-07-08 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17863891#comment-17863891 ] Stefan Miklosovic commented on CASSANDRA-19754: --- How does this look like when logged

git: 52a5ec1b178f..898b46e93011 - vendor/bc - vendor branch updated

2024-07-08 Thread Stefan Eßer
The branch vendor/bc has been updated by se: URL: https://cgit.FreeBSD.org/src/log/?id=52a5ec1b178f..898b46e93011 898b46e93011 vendor/bc: upgrade to version 6.7.6

[elpa] externals/elisp-benchmarks 6446f6abf9: elisp-benchmarks.el: Fix regression in output format

2024-07-08 Thread Stefan Monnier via
branch: externals/elisp-benchmarks commit 6446f6abf91f81e7160295eecf3cd90821bab9d1 Author: Stefan Monnier Commit: Stefan Monnier elisp-benchmarks.el: Fix regression in output format * elisp-benchmarks.el (elisp-benchmarks-run): Partly revert last change, because it caused poor

[jira] [Updated] (CASSANDRA-17457) CEP-24 - Password validation/generation

2024-07-08 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-17457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-17457: -- Reviewers: Dinesh Joshi, Francisco Guerrero (was: Francisco Guerrero

Re: mod_md in 2.4.61 fails to compile with openssl < 1.1.1

2024-07-08 Thread Stefan Eissing via dev
> Am 08.07.2024 um 17:07 schrieb Yann Ylavic : > > On Fri, Jul 5, 2024 at 5:59 PM Yann Ylavic wrote: >> >> On Fri, Jul 5, 2024 at 5:08 PM Ruediger Pluem wrote: >>> >>> On 7/5/24 4:09 PM, Stefan Eissing via dev wrote: >>>> >>>>

[PATCH] qdev-monitor: QAPIfy QMP device_add

2024-07-08 Thread Stefan Hajnoczi
. Berrangé Signed-off-by: Stefan Hajnoczi --- system/qdev-monitor.c | 41 - 1 file changed, 28 insertions(+), 13 deletions(-) diff --git a/system/qdev-monitor.c b/system/qdev-monitor.c index 6af6ef7d66..1427aa173c 100644 --- a/system/qdev-monitor.c +++ b/system

Please pull u-boot-marvell/master

2024-07-08 Thread Stefan Roese
Armada 38x and Turris Omnia (Marek) - Misc turris_omnia changes (Marek) Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=372=results Thanks, Stefan The following changes si

Re: [PATCH] mvebu: armada-8k: respect CONFIG_DISTRO_DEFAULTS

2024-07-08 Thread Stefan Roese
the value of CONFIG_DISTRO_DEFAULTS. Signed-off-by: Robert Marko Applied to u-boot-marvell/master Thanks, Stefan --- include/configs/mvebu_armada-8k.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/configs/mvebu_armada-8k.h b/include/configs/mvebu_armada-8k.h

Re: [PATCH u-boot-marvell 00/16] Turris Omnia DDR training changes

2024-07-08 Thread Stefan Roese
On 6/18/24 17:34, Marek Behún wrote: Hi Stefan, this is v2 of the series adds some changes to DDR3 training for Armada 38x and Turris Omnia. I also put one unrelated patch (Fix ethernet PHY reset gpio FDT fixup) here. It depends on stuff in Tom's next branch. Applied to u-boot-marvell

Re: [PATCH] arm: dts: mvebu: Update DTS for Thecus N2350 board

2024-07-08 Thread Stefan Roese
://www.macronix.com/Lists/Datasheet/Attachments/8575/MX25L3205D,%203V,%2032Mb,%20v1.5.pdf I'll wait for Stefan to review the patch and let him decide whether I should send in a V2 patch or he will modify the commit description. I've changed the commit message accordingly. Applied to u-boot-marvell

Re: [PATCH] arm: mvebu: env_sf_get_env_addr() missing check for CONFIG_ENV_IS_IN_SPI_FLASH

2024-07-08 Thread Stefan Roese
be provided. Signed-off-by: Tony Dinh Applied to u-boot-marvell/master Thanks, Stefan --- arch/arm/mach-mvebu/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-mvebu/cpu.c b/arch/arm/mach-mvebu/cpu.c index 7c62a5dbb6..6dd729ae6e 100644 --- a/arch/arm

Re: [PATCH v3] configs: add mvebu_espressobin_ultra-88f3720_defconfig

2024-07-08 Thread Stefan Roese
On 5/30/24 06:47, Benjamin Schneider wrote: Add support for a Marvell Armada 3720 device variant Signed-off-by: Benjamin Schneider Applied to u-boot-marvell/master Thanks, Stefan --- Changes in v3: - Fix typo in MAINTAINERS board/Marvell/mvebu_armada-37xx/MAINTAINERS | 5

[jira] [Commented] (CASSANDRA-19749) ALTER USER | ROLE IF EXISTS creates a user / role if it does not exist

2024-07-08 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17863788#comment-17863788 ] Stefan Miklosovic commented on CASSANDRA-19749: --- [CASSANDRA-19749-5.0|https

Re: Getting SSL certificate info on a reused connection

2024-07-08 Thread Stefan Eissing via curl-library
rts!) > (or just a map of connection-id / certificates) The question what is "best" depends on what you want to do with this information. You can get the ID of the connection that an easy handles uses via CURLINFO_CONN_ID. That is not globally unique, but unique for all easy handles using the s

[jira] [Comment Edited] (CASSANDRA-19749) ALTER USER | ROLE IF EXISTS creates a user / role if it does not exist

2024-07-08 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17863742#comment-17863742 ] Stefan Miklosovic edited comment on CASSANDRA-19749 at 7/8/24 12:28 PM

[jira] [Updated] (CASSANDRA-19749) ALTER USER | ROLE IF EXISTS creates a user / role if it does not exist

2024-07-08 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19749: -- Status: Needs Committer (was: Patch Available) > ALTER USER | R

[jira] [Commented] (CASSANDRA-19749) ALTER USER | ROLE IF EXISTS creates a user / role if it does not exist

2024-07-08 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17863742#comment-17863742 ] Stefan Miklosovic commented on CASSANDRA-19749: --- [CASSANDRA-19749-4.1|https

Re: [PATCH v7 00/10] Support persistent reservation operations

2024-07-08 Thread Stefan Hajnoczi
On Fri, Jul 05, 2024 at 06:56:04PM +0800, Changqi Lu wrote: > Hi, > > Patch v7 has been modified. > Thanks again to Stefan for reviewing the code. > > v6->v7: > - Add buferlen size check at SCSI layer. > - Add pr_cap calculation in bdrv_merge_limits() function at bloc

Re: [PATCH v7 06/10] block/nvme: add reservation command protocol constants

2024-07-08 Thread Stefan Hajnoczi
angqi Lu > Signed-off-by: zhenwei pi > --- > include/block/nvme.h | 61 > 1 file changed, 61 insertions(+) Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature

Re: [PATCH v7 00/10] Support persistent reservation operations

2024-07-08 Thread Stefan Hajnoczi
On Fri, Jul 05, 2024 at 06:56:04PM +0800, Changqi Lu wrote: > Hi, > > Patch v7 has been modified. > Thanks again to Stefan for reviewing the code. > > v6->v7: > - Add buferlen size check at SCSI layer. > - Add pr_cap calculation in bdrv_merge_limits() function at bloc

Re: [PATCH v7 10/10] block/iscsi: add persistent reservation in/out driver

2024-07-08 Thread Stefan Hajnoczi
On Fri, Jul 05, 2024 at 06:56:14PM +0800, Changqi Lu wrote: > Add persistent reservation in/out operations for iscsi driver. > The following methods are implemented: bdrv_co_pr_read_keys, > bdrv_co_pr_read_reservation, bdrv_co_pr_register, bdrv_co_pr_reserve, > bdrv_co_pr_release, bdrv_co_pr_clear

Re: [PATCH v7 06/10] block/nvme: add reservation command protocol constants

2024-07-08 Thread Stefan Hajnoczi
angqi Lu > Signed-off-by: zhenwei pi > --- > include/block/nvme.h | 61 > 1 file changed, 61 insertions(+) Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature

Re: [PATCH v7 10/10] block/iscsi: add persistent reservation in/out driver

2024-07-08 Thread Stefan Hajnoczi
On Fri, Jul 05, 2024 at 06:56:14PM +0800, Changqi Lu wrote: > Add persistent reservation in/out operations for iscsi driver. > The following methods are implemented: bdrv_co_pr_read_keys, > bdrv_co_pr_read_reservation, bdrv_co_pr_register, bdrv_co_pr_reserve, > bdrv_co_pr_release, bdrv_co_pr_clear

[jira] [Updated] (CASSANDRA-19749) ALTER USER | ROLE IF EXISTS creates a user / role if it does not exist

2024-07-08 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Miklosovic updated CASSANDRA-19749: -- Test and Documentation Plan: CI Status: Patch

[ceph-users] Re: Pacific 16.2.15 `osd noin`

2024-07-08 Thread Stefan Kooman
rked out you can use this option as well: mon_osd_auto_mark_auto_out_in = false. Gr. Stefan ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

Re: [PATCH v7 05/10] hw/scsi: add persistent reservation in/out api for scsi device

2024-07-08 Thread Stefan Hajnoczi
uf = scsi_req_get_buf(>req); > +num_keys = MIN(blk_keys->num_keys, ret); The behavior of scsi_disk_req_check_error() above is strange for pr_read_keys operations. When --drive ...,rerror=ignore and ret < 0 this line is reached and we don't want a negative num_keys value. It would be safer to use (ret > 0 ? ret : 0) instead of the raw value of ret. Stefan signature.asc Description: PGP signature

Re: [PATCH v7 08/10] hw/nvme: enable ONCS and rescap function

2024-07-08 Thread Stefan Hajnoczi
ed-off-by: Changqi Lu > Signed-off-by: zhenwei pi > --- > hw/nvme/ctrl.c | 3 ++- > hw/nvme/ns.c | 5 + > include/block/nvme.h | 2 +- > 3 files changed, 8 insertions(+), 2 deletions(-) Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature

Re: [PATCH v7 08/10] hw/nvme: enable ONCS and rescap function

2024-07-08 Thread Stefan Hajnoczi
ed-off-by: Changqi Lu > Signed-off-by: zhenwei pi > --- > hw/nvme/ctrl.c | 3 ++- > hw/nvme/ns.c | 5 + > include/block/nvme.h | 2 +- > 3 files changed, 8 insertions(+), 2 deletions(-) Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature

Re: [PATCH v7 05/10] hw/scsi: add persistent reservation in/out api for scsi device

2024-07-08 Thread Stefan Hajnoczi
uf = scsi_req_get_buf(>req); > +num_keys = MIN(blk_keys->num_keys, ret); The behavior of scsi_disk_req_check_error() above is strange for pr_read_keys operations. When --drive ...,rerror=ignore and ret < 0 this line is reached and we don't want a negative num_keys value. It would be safer to use (ret > 0 ? ret : 0) instead of the raw value of ret. Stefan signature.asc Description: PGP signature

[jira] [Commented] (CASSANDRA-17457) CEP-24 - Password validation/generation

2024-07-08 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-17457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17863693#comment-17863693 ] Stefan Miklosovic commented on CASSANDRA-17457: --- [CASSANDRA-17457|https://github.com

[elpa] externals/elisp-benchmarks dd95025926: elisp-benchmarks.el: Compact output and support setup code

2024-07-07 Thread Stefan Monnier via
branch: externals/elisp-benchmarks commit dd950259268d6cb215b3b072f0cfd28c4da0c93d Author: Stefan Monnier Commit: Stefan Monnier elisp-benchmarks.el: Compact output and support setup code * elisp-benchmarks.el (elisp-benchmarks--call-benchmark): New function. (elisp-benchmarks

[jenkinsci/thin-backup-plugin] f9fedb: fixed copyright

2024-07-07 Thread 'Stefan Spieker' via Jenkins Commits
Branch: refs/heads/confighistory Home: https://github.com/jenkinsci/thin-backup-plugin Commit: f9fedb9da6389215ed25aebf8545057bdc9ddbfc https://github.com/jenkinsci/thin-backup-plugin/commit/f9fedb9da6389215ed25aebf8545057bdc9ddbfc Author: Stefan Spieker Date: 2024-07-07 (Sun

[jenkinsci/thin-backup-plugin] 3d0518: start respecting actual config-history settings

2024-07-07 Thread 'Stefan Spieker' via Jenkins Commits
Branch: refs/heads/confighistory Home: https://github.com/jenkinsci/thin-backup-plugin Commit: 3d05186cb246b3aa5db953df8e8861580ac57c25 https://github.com/jenkinsci/thin-backup-plugin/commit/3d05186cb246b3aa5db953df8e8861580ac57c25 Author: Stefan Spieker Date: 2024-07-07 (Sun

[FFmpeg-devel] [PATCH v2] libavformat/vapoursynth: Update to API version 4, load library at runtime

2024-07-06 Thread Stefan Oltmanns via ffmpeg-devel
Stefan From 759b097865953ee66949ecbcdadbebfad623c29a Mon Sep 17 00:00:00 2001 From: Stefan Oltmanns Date: Sat, 6 Jul 2024 22:56:53 +0200 Subject: [PATCH] avformat/vapoursynth: Update to API version 4, load library at runtime Signed-off-by: Stefan Oltmanns --- configure | 3

Re: [Nut-upsuser] Eco Eclipse 1600 connects via USB put does not put out any data:

2024-07-06 Thread Stefan Schumacher via Nut-upsuser
to pass a special flag to configure to build it? Yours Stefan Am Fr., 5. Juli 2024 um 18:52 Uhr schrieb Jim Klimov : > > Did you check also that `upsc` client does not report anything about the > device? > > The message indicates that some other process has a hold on the US

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