[gentoo-commits] repo/proj/guru:dev commit in: media-libs/opencomposite/

2024-06-12 Thread Patrick Nicolas
commit: faeed594b8af5551d56e62f6fce184b8c907ea43 Author: Patrick Nicolas laposte net> AuthorDate: Wed Jun 12 12:56:09 2024 + Commit: Patrick Nicolas laposte net> CommitDate: Wed Jun 12 12:56:09 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/comm

[clang] [llvm] [ConstantFold] Drop gep of gep fold entirely (PR #95126)

2024-06-12 Thread Jan Patrick Lehr via cfe-commits
jplehr wrote: Thank you @nikic. I'll see to reproduce locally and narrow down as much as possible to provide small reproducer. https://github.com/llvm/llvm-project/pull/95126 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [llvm] [ConstantFold] Drop gep of gep fold entirely (PR #95126)

2024-06-12 Thread Jan Patrick Lehr via cfe-commits
jplehr wrote: I believe this broke our flang+openmp+offload bot: https://lab.llvm.org/staging/#/builders/140/builds/10168 Happy to help looking into it. https://github.com/llvm/llvm-project/pull/95126 ___ cfe-commits mailing list

Re: [fr-users] dans calc, pourquoi lorsqu'on insère une ligne au début d'un tableau la formule somme ne la prend pas en compte

2024-06-12 Thread Patrick
Bonjour, Formidable, ça marche ! Merci Bonne journée Patrick Le 11/06/2024 à 22:57, LClibre a écrit : Options > Calc > Cocher la case "Étendre les références lors de l'insertion de colonnes/lignes" Est-ce que ça résoudrait votre problème ? Je procède ainsi depuis longtem

core.git: Branch 'libreoffice-24-2' - sw/source

2024-06-12 Thread Patrick Luby (via logerrit)
sw/source/uibase/shells/textsh1.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 48acaca27e84b914d37770a75b37da264e1a96fb Author: Patrick Luby AuthorDate: Fri May 31 16:23:59 2024 -0400 Commit: Mike Kaganski CommitDate: Wed Jun 12 08:49:33 2024

core.git: sw/source

2024-06-11 Thread Patrick Luby (via logerrit)
sw/source/uibase/shells/textsh1.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 6f4adc1274cfac30b9097411bb193bd4386969f0 Author: Patrick Luby AuthorDate: Fri May 31 16:23:59 2024 -0400 Commit: Patrick Luby CommitDate: Tue Jun 11 23:18:56 2024

[jira] [Commented] (DAFFODIL-2152) Add support for Scala 2.13

2024-06-11 Thread Patrick Grandjean (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17854184#comment-17854184 ] Patrick Grandjean commented on DAFFODIL-2152: - [~mbeckerle] please let me know if you need

cpan compiling

2024-06-11 Thread Patrick Dupre via users
to correct the source code. Is there away to force a compilation without -Wincompatible-pointer-types option Maybe by editing the Makefile.PL ? Thanks ==== Patrick DUPRÉ

Re: [PATCH v2 2/3] RISC-V: Add Zalrsc and Zaamo testsuite support

2024-06-11 Thread Patrick O'Neill
On 6/10/24 09:39, Patrick O'Neill wrote: On 6/7/24 16:04, Jeff Law wrote: On 6/3/24 3:53 PM, Patrick O'Neill wrote: Convert testsuite infrastructure to use Zalrsc and Zaamo rather than A. gcc/testsuite/ChangeLog: * gcc.target/riscv/amo-table-a-6-amo-add-1.c: Use Zaamo rather than

[PATCH 3/3] RISC-V: Allow any temp register to be used in amo tests

2024-06-11 Thread Patrick O'Neill
-ztso-store-2.c: Ditto. * gcc.target/riscv/amo/amo-table-ztso-store-3.c: Ditto. Signed-off-by: Patrick O'Neill --- gcc/testsuite/gcc.target/riscv/amo/amo-table-a-6-load-1.c | 4 ++-- gcc/testsuite/gcc.target/riscv/amo/amo-table-a-6-load-2.c | 4 ++-- gcc/testsuite/gcc.target/riscv

[PATCH 1/3] RISC-V: Move amo tests into subfolder

2024-06-11 Thread Patrick O'Neill
/amo.exp: New file. Signed-off-by: Patrick O'Neill --- amo.exp is based off h8300.exp and I referenced a few other *.exp files. I tested by ensuring an edited testcase fails but I'd appreciate a close look at that file since dejagnu is still a bit of a mystery to me. --- .../riscv/{ => amo}/

[PATCH 2/3] RISC-V: Fix amoadd call arguments

2024-06-11 Thread Patrick O'Neill
. * gcc.target/riscv/amo/amo-zalrsc-amo-add-4.c: Ditto. * gcc.target/riscv/amo/amo-zalrsc-amo-add-5.c: Ditto. Signed-off-by: Patrick O'Neill --- Related: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115441 --- gcc/testsuite/gcc.target/riscv/amo/amo-table-a-6-amo-add-1.c| 2

[PATCH 0/3] RISC-V: Amo testsuite cleanup

2024-06-11 Thread Patrick O'Neill
This series moves the atomic-related riscv testcases into their own folder and fixes some minor bugs/rigidity of existing testcases. Patrick O'Neill (3): RISC-V: Move amo tests into subfolder RISC-V: Fix amoadd call arguments RISC-V: Allow any temp register to be used in amo tests

[mou-net] RFI St. Paul area

2024-06-11 Thread Patrick Santinello
Hi List, Will be in the St. Paul area next week and wanted to do a morning of birding. What would be the favorite places in that area? Thanks Patrick Santinello 520-604-7028 General information and guidelines for posting: https://moumn.org/listservice.html Archives: http

[Bug c/115441] New: Pointer/integer mismatch in __atomic_fetch-* not covered by -Wint-conversion

2024-06-11 Thread patrick at rivosinc dot com via Gcc-bugs
: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: patrick at rivosinc dot com Target Milestone: --- Testcase: void foo(int *x, int *y) { __atomic_fetch_add(x, y, __ATOMIC_SEQ_CST); } Godbolt: https://godbolt.org/z

Re: [PATCH v3 0/3] RISC-V: Add basic Zaamo and Zalrsc support

2024-06-11 Thread Patrick O'Neill
On 6/10/24 21:32, Jeff Law wrote: On 6/10/24 6:15 PM, Andrea Parri wrote: On Mon, Jun 10, 2024 at 02:46:54PM -0700, Patrick O'Neill wrote: The A extension has been split into two parts: Zaamo and Zalrsc. This patch adds basic support by making the A extension imply Zaamo and Zalrsc. Zaamo

[Committed] RISC-V: Add basic Zaamo and Zalrsc support

2024-06-11 Thread Patrick O'Neill
On 6/10/24 21:33, Jeff Law wrote: On 6/10/24 3:46 PM, Patrick O'Neill wrote: The A extension has been split into two parts: Zaamo and Zalrsc. This patch adds basic support by making the A extension imply Zaamo and Zalrsc. Zaamo/Zalrsc spec: https://github.com/riscv/riscv-zaamo-zalrsc/tags

[Committed 2/3] RISC-V: Add Zalrsc and Zaamo testsuite support

2024-06-11 Thread Patrick O'Neill
and Zalrsc. Signed-off-by: Patrick O'Neill --- gcc/doc/sourcebuild.texi | 16 ++- .../riscv/amo-table-a-6-amo-add-1.c | 2 +- .../riscv/amo-table-a-6-amo-add-2.c | 2 +- .../riscv/amo-table-a-6-amo-add-3.c | 2 +- .../riscv/amo-table-a-6-amo-add

[Committed 3/3] RISC-V: Add Zalrsc amo-op patterns

2024-06-11 Thread Patrick O'Neill
. * gcc.target/riscv/amo-zalrsc-amo-add-4.c: New test. * gcc.target/riscv/amo-zalrsc-amo-add-5.c: New test. Signed-off-by: Patrick O'Neill --- Changes from v3: Added -mabi=lp64d to testcases. --- gcc/config/riscv/sync.md | 124 +- .../riscv/amo-zaamo-preferred

[Committed 1/3] RISC-V: Add basic Zaamo and Zalrsc support

2024-06-11 Thread Patrick O'Neill
. * gcc.target/riscv/rvv/base/pr114352-3.c: Ditto. Signed-off-by: Edwin Lu Co-authored-by: Patrick O'Neill --- gcc/common/config/riscv/riscv-common.cc | 11 +-- gcc/config/riscv/arch-canonicalize| 1 + gcc/config/riscv/riscv.opt| 6 +++- gcc

[gcc r15-1186] RISC-V: Add Zalrsc amo-op patterns

2024-06-11 Thread Patrick O'Neill via Gcc-cvs
https://gcc.gnu.org/g:1588983be6112561c805a50eb7a3c585865beffa commit r15-1186-g1588983be6112561c805a50eb7a3c585865beffa Author: Patrick O'Neill Date: Wed Feb 7 16:30:30 2024 -0800 RISC-V: Add Zalrsc amo-op patterns All amo patterns can be represented with lrsc sequences. Add

[gcc r15-1185] RISC-V: Add Zalrsc and Zaamo testsuite support

2024-06-11 Thread Patrick O'Neill via Gcc-cvs
https://gcc.gnu.org/g:0fea902b1b5311c8b34ae8e789f1733bd8429904 commit r15-1185-g0fea902b1b5311c8b34ae8e789f1733bd8429904 Author: Patrick O'Neill Date: Mon Jun 10 14:12:40 2024 -0700 RISC-V: Add Zalrsc and Zaamo testsuite support Convert testsuite infrastructure to use Zalrsc

[gcc r15-1184] RISC-V: Add basic Zaamo and Zalrsc support

2024-06-11 Thread Patrick O'Neill via Gcc-cvs
: Ditto. * gcc.target/riscv/rvv/base/pr114352-3.c: Ditto. Signed-off-by: Edwin Lu Co-authored-by: Patrick O'Neill Diff: --- gcc/common/config/riscv/riscv-common.cc| 11 ++-- gcc/config/riscv/arch-canonicalize | 1 + gcc/config/riscv/riscv.opt

[SR-Users] Re: topos module issue on hangup

2024-06-11 Thread Patrick Karton via sr-users
Hello,This is the purpose of topos module to hide Via, Contact, Record-Route and Route headers.If you configure and use it properly there should not be any routing issue.Do you call record_route function in your kamailio script ?Le 11 juin 2024 14:10, Arun K R via sr-users a écrit :Hello,I am

Re: Re : [fr-users] dans calc, pourquoi lorsqu'on insère une ligne au début d'un tableau la formule somme ne la prend pas en compte

2024-06-11 Thread Patrick
comportement n'est pas normal. bonne journée Patrick Le 11/06/2024 à 15:48, Martine Chazelas a écrit : Je suis dans le cas où j'insère une ligne au dessus de la ligne 2. La ligne 2 devient ligne 3 et la ligne 2 est nouvelle. Dans ce cas la formule ne prend pas en compte la ligne 2. Si j'interprète la

[gentoo-commits] repo/proj/guru:dev commit in: media-libs/opencomposite/

2024-06-11 Thread Patrick Nicolas
commit: 0e0a94b9be564b2ee5577cb3ee13c22271ea11ff Author: Patrick Nicolas laposte net> AuthorDate: Tue Jun 11 06:46:18 2024 + Commit: Patrick Nicolas laposte net> CommitDate: Tue Jun 11 06:47:51 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/comm

[gentoo-commits] proj/netifrc:master commit in: net/

2024-06-10 Thread Patrick McLean
commit: 7f323cf374035ac1c871f13d6a6ad29bb97bc930 Author: Andrey Volkov ekb-info ru> AuthorDate: Tue Sep 28 13:40:27 2021 + Commit: Patrick McLean gentoo org> CommitDate: Fri May 24 05:51:45 2024 + URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=7f

[gentoo-commits] proj/netifrc:master commit in: net/

2024-06-10 Thread Patrick McLean
commit: 9ef4fb84a7c1848c067f89f5510f448fb04c5c7a Author: Andrey Volkov ekb-info ru> AuthorDate: Tue Sep 28 13:43:52 2021 + Commit: Patrick McLean gentoo org> CommitDate: Fri May 24 05:51:59 2024 + URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=9e

[gentoo-commits] proj/netifrc:master commit in: doc/

2024-06-10 Thread Patrick McLean
commit: d01b0a6b187d8909ad11b328c557ecdc29431d04 Author: Andrey Volkov ekb-info ru> AuthorDate: Tue Sep 28 14:21:58 2021 + Commit: Patrick McLean gentoo org> CommitDate: Fri May 24 05:51:59 2024 + URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=d0

[PATCH v3 1/3] RISC-V: Add basic Zaamo and Zalrsc support

2024-06-10 Thread Patrick O'Neill
/riscv/attribute-15.c: Adjust expected arch string. * gcc.target/riscv/attribute-16.c: Ditto. * gcc.target/riscv/attribute-17.c: Ditto. * gcc.target/riscv/attribute-18.c: Ditto. * gcc.target/riscv/pr110696.c: Ditto. Signed-off-by: Edwin Lu Co-authored-by: Patrick

[PATCH v3 0/3] RISC-V: Add basic Zaamo and Zalrsc support

2024-06-10 Thread Patrick O'Neill
support Patrick O'Neill (2): RISC-V: Add Zalrsc and Zaamo testsuite support RISC-V: Add Zalrsc amo-op patterns gcc/common/config/riscv/riscv-common.cc | 11 +- gcc/config/riscv/arch-canonicalize| 1 + gcc/config/riscv/riscv.opt| 6 +- gcc/config/riscv

[PATCH v3 3/3] RISC-V: Add Zalrsc amo-op patterns

2024-06-10 Thread Patrick O'Neill
. * gcc.target/riscv/amo-zalrsc-amo-add-4.c: New test. * gcc.target/riscv/amo-zalrsc-amo-add-5.c: New test. Signed-off-by: Patrick O'Neill --- rv64imfdc_zalrsc has the same testsuite results as rv64imafdc after this patch is applied. --- v3 Changelog: Use more flexible regex for temp register

[PATCH v3 2/3] RISC-V: Add Zalrsc and Zaamo testsuite support

2024-06-10 Thread Patrick O'Neill
and Zalrsc. Signed-off-by: Patrick O'Neill --- v3 Changelog: Add docs for atomic related testsuite infra (riscv_a, etc.). --- gcc/doc/sourcebuild.texi | 16 ++- .../riscv/amo-table-a-6-amo-add-1.c | 2 +- .../riscv/amo-table-a-6-amo-add-2.c | 2

[ovirt-users] Can't access (ping) other 10G interface on host from Hosted Engine

2024-06-10 Thread Patrick Lomakin
Hello community. I am using the edge version of the Ovirt installation and hosts with Rocky 9. One of my tasks was to partition the networks in the cluster. To make the networks work more properly in Ovirt, I divided the network into VLANs. VLAN 2 is for “ovirtmgmt” network, VLAN 3 is for

[PATCH] arm: fsl: imx8mn_bsh_smm_s2: Migrate to OF_UPSTREAM

2024-06-10 Thread Patrick Barsanti
Migrate imx8mn_bsh_smm_s2 and imx8mn_bsh_smm_s2pro boards to OF_UPSTREAM. Signed-off-by: Patrick Barsanti Tested-by: Michael Trimarchi --- Note that the patch was tested by Michael on the s2 board by applying patch [1] before it, which fixes ddr timings. The board otherwise doesn't boot

[ceph-users] Re: MDS crashes to damaged metadata

2024-06-10 Thread Patrick Donnelly
You could try manually deleting the files from the directory fragments, using `rados` commands. Make sure to flush your MDS journal first and take the fs offline (`ceph fs fail`). On Tue, Jun 4, 2024 at 8:50 AM Stolte, Felix wrote: > > Hi Patrick, > > it has been a year now and we

Re: [a11y] LibreOffice Calc exposes 2^31 children, freezes on `GetChildren`

2024-06-10 Thread Patrick Luby
an array with only the first 1000 selected cells. Patrick

Re: [BVARC] 2816

2024-06-10 Thread Ravi Patrick Ratnala via BVARC
(*if the /former)/ On 6/10/2024 12:32 PM, Ravi Patrick Ratnala via BVARC wrote: I guess I should've clarified that the rumor was that the previously published schedule you linked to (Kendleton-Shreveport on 6/17) had changed (Laredo-Kendleton on 6/17).  So what I'm looking for is confirmation

Re: [BVARC] 2816

2024-06-10 Thread Ravi Patrick Ratnala via BVARC
our-train/> On Monday, June 10, 2024 at 12:03:51 PM CDT, Ravi Patrick Ratnala via BVARC wrote: Hey Chris, Nope, unfortunately all I have is that one /unconfirmed /rumor of Laredo-Kendleton on June 17th.  I posted the question hoping someone else could confirm and/or provide more information

Re: [BVARC] 2816

2024-06-10 Thread Ravi Patrick Ratnala via BVARC
of when it might be where along the path? I have friends scattered along the path as far north as Chicago and even into canada and would love to give them an educated guess scheduling time. Chris/AC5CM Typos brought to you by iPhone On Jun 5, 2024, at 17:15, Ravi Patrick Ratnala via BVARC

Re: [PATCH v2 2/3] RISC-V: Add Zalrsc and Zaamo testsuite support

2024-06-10 Thread Patrick O'Neill
On 6/7/24 16:04, Jeff Law wrote: On 6/3/24 3:53 PM, Patrick O'Neill wrote: Convert testsuite infrastructure to use Zalrsc and Zaamo rather than A. gcc/testsuite/ChangeLog: * gcc.target/riscv/amo-table-a-6-amo-add-1.c: Use Zaamo rather than A. * gcc.target/riscv/amo-table-a-6-amo

[clang] [llvm] [Offload][CUDA] Allow CUDA kernels to use LLVM/Offload (PR #94549)

2024-06-10 Thread Jan Patrick Lehr via cfe-commits
jplehr wrote: Should the NFCI changes (like initializing struct fields) be put into a separate PR? https://github.com/llvm/llvm-project/pull/94549 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [llvm] [Offload][CUDA] Allow CUDA kernels to use LLVM/Offload (PR #94549)

2024-06-10 Thread Jan Patrick Lehr via cfe-commits
@@ -1199,7 +1244,9 @@ llvm::Function *CGNVCUDARuntime::finalizeModule() { } return nullptr; } - if (CGM.getLangOpts().OffloadingNewDriver && RelocatableDeviceCode) + if (CGM.getLangOpts().OffloadViaLLVM) +createOffloadingEntries(); + else if

[gcc r14-10301] c++: lambda in pack expansion [PR115378]

2024-06-10 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:ff8105b4910f7dbee326cb36b01c16ac9bf10c4b commit r14-10301-gff8105b4910f7dbee326cb36b01c16ac9bf10c4b Author: Patrick Palka Date: Fri Jun 7 12:12:30 2024 -0400 c++: lambda in pack expansion [PR115378] Here find_parameter_packs_r is incorrectly treating

[gentoo-commits] repo/gentoo:master commit in: dev-db/timescaledb/

2024-06-10 Thread Patrick Lauer
commit: 7f5346efe53f497d7700b1472a1bee17c8977147 Author: Patrick Lauer gentoo org> AuthorDate: Mon Jun 10 12:30:37 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Mon Jun 10 12:31:12 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5346e

[gentoo-commits] repo/gentoo:master commit in: dev-db/citus/

2024-06-10 Thread Patrick Lauer
commit: e126340a84e9ca39b32944ca03a1a15f6b384af2 Author: Patrick Lauer gentoo org> AuthorDate: Mon Jun 10 12:26:25 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Mon Jun 10 12:31:12 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e126340

[gentoo-commits] repo/gentoo:master commit in: dev-db/citus/

2024-06-10 Thread Patrick Lauer
commit: 3cb56545bab909c97693d09249b7c3bb5b444a35 Author: Patrick Lauer gentoo org> AuthorDate: Mon Jun 10 12:26:02 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Mon Jun 10 12:31:11 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb5654

[gentoo-commits] repo/proj/guru:dev commit in: media-libs/opencomposite/

2024-06-10 Thread Patrick Nicolas
commit: 7c38a3b29624f23ffb2fc840f3c46d73226045a4 Author: Patrick Nicolas laposte net> AuthorDate: Mon Jun 10 11:52:48 2024 + Commit: Patrick Nicolas laposte net> CommitDate: Mon Jun 10 11:52:57 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/comm

Re: Boot hangs on recent kernels

2024-06-10 Thread Patrick O'Callaghan
On Mon, 2024-06-10 at 11:30 +0200, Klaus-Peter Schrage via users wrote: > That was no problem > until recent kernels which, as Barry stated, require that resume= > refers to a physical partition. That's not strictly true. You can arrange to resume to a BTRFS subvolume. My boot params include:

Re: cyr_deliver not deleting messages from file system - what am I doing wrong?

2024-06-10 Thread Patrick Boutilier
ons: https://cyrus.topicbox.com/groups/info/subscription begin:vcard fn:Patrick Boutilier n:Boutilier;Patrick org:;Nova Scotia Department of Education and Early Childhood Development adr:;;2021 Brunswick Street;Halifax;NS;B3K 2Y5;Canada email;internet:bouti...@ednet.ns.ca title:WAN Communications Specialis

[gentoo-commits] repo/proj/guru:dev commit in: media-libs/opencomposite/, media-libs/opencomposite/files/

2024-06-10 Thread Patrick Nicolas
commit: 2b156da89fdf2447885882a7a90dd167394dfbd6 Author: Patrick Nicolas laposte net> AuthorDate: Mon Jun 10 08:45:54 2024 + Commit: Patrick Nicolas laposte net> CommitDate: Mon Jun 10 08:46:51 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/comm

Re: [RBW] WTB SCAMMER ALERT - gran09861@gmail

2024-06-09 Thread Patrick Moore
I often think that, given the trouble many criminals seem to take to make a shady buck, it might be easier just to get a job. On Sun, Jun 9, 2024 at 12:30 PM M G wrote: > It’s almost funny how deep into the weeds a scammer has to get when > they’re chasing down photos of steel bike frames

[PATCH 0/2] LVM Cachevol and Integrity volumes break entire LVM VG

2024-06-09 Thread Patrick Plenefisch
ty volumes will fail to boot These patches are also available attached and at https://github.com/byteit101/grub2/commits/grub-lvmintegrity/ Patrick Plenefisch (2): disk/lvm: Make cache_lv more generic as ignored_feature_lv lvm: Add support for cachevol and integrity lv grub-core/disk/diskfilt

[PATCH 2/2] lvm: Add support for cachevol and integrity lv

2024-06-09 Thread Patrick Plenefisch
may not have pv data applied yet Signed-off-by: Patrick Plenefisch --- grub-core/disk/diskfilter.c | 6 ++- grub-core/disk/lvm.c| 85 +++-- 2 files changed, 57 insertions(+), 34 deletions(-) diff --git a/grub-core/disk/diskfilter.c b/grub-core/disk/diskfilt

[PATCH 1/2] disk/lvm: Make cache_lv more generic as ignored_feature_lv

2024-06-09 Thread Patrick Plenefisch
This patch isn't necessary by itself, but when combined with the next patch it enhances readability as ignored_features_lv is then used for multiple types of extra LV's, not just cache LV's Signed-off-by: Patrick Plenefisch --- grub-core/disk/lvm.c | 179

[gentoo-commits] repo/gentoo:master commit in: sys-apps/syd/

2024-06-09 Thread Patrick Lauer
commit: 8004dbfc628928e45c0371489495af38d666ead3 Author: Patrick Lauer gentoo org> AuthorDate: Sun Jun 9 18:15:22 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Sun Jun 9 18:16:10 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8004dbf

[gentoo-commits] repo/gentoo:master commit in: sys-apps/syd/

2024-06-09 Thread Patrick Lauer
commit: 7e490ceca5b457cd8c5b2d9df1346960746def12 Author: Patrick Lauer gentoo org> AuthorDate: Sun Jun 9 18:15:58 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Sun Jun 9 18:16:10 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e490ce

[ovirt-users] Re: Unable to access the oVirt Manager console and are also unable to connect via SSH

2024-06-09 Thread Patrick Lomakin
Hello. Could you try to connect to engine using "hosted-engine --console" command? ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of

[ovirt-users] HCI Gluster Hosted Engine unexpected behavior

2024-06-09 Thread Patrick Lomakin
Hey, everybody. I have 3 hosts on which Gluster replica 3 volume called “engine” is deployed. When I try to put 2 of the 3 hosts into maintenance mode, my deployment crashes. I originally expected that with replica 3 I could shut down 2 of the hosts and everything would work. However, I saw

[gentoo-commits] repo/gentoo:master commit in: sys-apps/syd/

2024-06-08 Thread Patrick Lauer
commit: 5b59d798bf36d0097527d8b2003c7d673ead66dc Author: Patrick Lauer gentoo org> AuthorDate: Sun Jun 9 05:51:08 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Sun Jun 9 05:51:45 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b59d79

[gentoo-commits] repo/gentoo:master commit in: sys-apps/syd/

2024-06-08 Thread Patrick Lauer
commit: 20abed36d6e584210c95c05f09c19aaaf17129b5 Author: Patrick Lauer gentoo org> AuthorDate: Sun Jun 9 05:50:48 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Sun Jun 9 05:51:45 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20abed3

update

2024-06-08 Thread Patrick Dupre via users
=== Patrick DUPRÉ | | email: pdu...@gmx.com === -- ___ users mailing list -- users

[gentoo-commits] repo/gentoo:master commit in: sys-apps/syd/

2024-06-08 Thread Patrick Lauer
commit: 334e7ac76ea7179939d1a925a7d9b3fa08146afd Author: Patrick Lauer gentoo org> AuthorDate: Sat Jun 8 06:22:36 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Sat Jun 8 06:23:31 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334e7ac

[gentoo-commits] repo/gentoo:master commit in: sys-apps/syd/

2024-06-08 Thread Patrick Lauer
commit: 6e1c6eb3ba4d7cb2136b35cf7592760ede14cfdf Author: Patrick Lauer gentoo org> AuthorDate: Sat Jun 8 06:22:15 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Sat Jun 8 06:23:31 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1c6eb

GNU Privacy Handbook typo

2024-06-07 Thread Patrick F. Marques via Gnupg-users
, which is why I'm reporting here. Best, Patrick ___ Gnupg-users mailing list Gnupg-users@gnupg.org https://lists.gnupg.org/mailman/listinfo/gnupg-users

[gcc r15-1103] c++: lambda in pack expansion [PR115378]

2024-06-07 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:5c761395402a730535983a5e49ef1775561ebc61 commit r15-1103-g5c761395402a730535983a5e49ef1775561ebc61 Author: Patrick Palka Date: Fri Jun 7 12:12:30 2024 -0400 c++: lambda in pack expansion [PR115378] Here find_parameter_packs_r is incorrectly treating

[PATCH] c++: lambda in pack expansion [PR115378]

2024-06-07 Thread Patrick Palka
Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for trunk/14? -- >8 -- Here find_parameter_packs_r is incorrectly treating the 'auto' return type of a lambda as a parameter pack due to Concepts-TS specific logic added in r6-4517, leading to confusion later when expanding the

Bug#1071235: transition: qt6-base 6.6.2

2024-06-06 Thread Patrick Franz
Hej, Am Donnerstag, 6. Juni 2024, 09:49:59 CEST schrieb Emilio Pozuelo Monfort: [...] > Sounds like we're in good shape. You can go ahead. All Qt packages have been uploaded, so you can start with the binNUMs soon. -- Med vänliga hälsningar Patrick Franz

Bug#1071235: transition: qt6-base 6.6.2

2024-06-06 Thread Patrick Franz
Hej, Am Donnerstag, 6. Juni 2024, 09:49:59 CEST schrieb Emilio Pozuelo Monfort: [...] > Sounds like we're in good shape. You can go ahead. All Qt packages have been uploaded, so you can start with the binNUMs soon. -- Med vänliga hälsningar Patrick Franz

Re: boot in read only

2024-06-06 Thread Patrick Dupre via users
It is fixed, the autorelabel did not started. > > > > On 6 Jun 2024, at 12:51, Patrick Dupre via users > > wrote: > > > > I am trying to understand why I boot in a read-only mode > > One reason is when there are problems with the file system. > Check d

[Bug target/115375] New: [15 Regression] RISCV scan failures since 2024-05-04

2024-06-06 Thread patrick at rivosinc dot com via Gcc-bugs
Component: target Assignee: unassigned at gcc dot gnu.org Reporter: patrick at rivosinc dot com Target Milestone: --- Commit range: https://github.com/gcc-mirror/gcc/compare/4d207044195b97ecb27c72a7dc987eb8b86644a0...00fb385a25a7fbaa9c7060ddd5f41a8c3b1548d1 Good: r15-1003

[Bug target/115373] [15 Regression] RISCV slp-cond-2-big-array.c slp-cond-2.c scan-tree-dump fails since r15-859-geaaa4b88038

2024-06-06 Thread patrick at rivosinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115373 --- Comment #1 from Patrick O'Neill --- Relevant postcommit issue: https://github.com/patrick-rivos/gcc-postcommit-ci/issues/999

[Bug target/115373] New: [15 Regression] RISCV slp-cond-2-big-array.c slp-cond-2.c scan-tree-dump fails since r15-859-geaaa4b88038

2024-06-06 Thread patrick at rivosinc dot com via Gcc-bugs
Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: patrick at rivosinc dot com Target Milestone: --- Commit range (2 possible commits): r15-858-g65aa46ffc3b r15-859

[Bug target/115372] [15 Regression] RISCV pr97428.c scan-tree-dump-times after r15-812-gc71886f2ca2

2024-06-06 Thread patrick at rivosinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115372 --- Comment #1 from Patrick O'Neill --- debug output: gcc.target/riscv/rvv/autovec/struct/struct_vect-4.c: vsseg3e64\\.v found 0 times FAIL: gcc.target/riscv/rvv/autovec/struct/struct_vect-4.c scan-assembler-times vsseg3e64\\.v 8 gcc.target

[Bug target/115372] New: [15 Regression] RISCV pr97428.c scan-tree-dump-times after r15-812-gc71886f2ca2

2024-06-06 Thread patrick at rivosinc dot com via Gcc-bugs
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: patrick at rivosinc dot com Target Milestone: --- r15-812-gc71886f2ca2 regressed: FAIL: gcc.target/riscv/rvv/autovec/struct/struct_vect-4.c scan-assembler-times

[PHP-DEV] PHP 8.1.29 Released!

2024-06-06 Thread Patrick ALLAERT
s:<https://windows.php.net/download#php-8.1> Changelog:<https://php.net/ChangeLog-8.php#8.1.29> Release Manifest: <https://gist.github.com/ramsey/6893aa92d20d89635d22c51b469857c4> Many thanks to all the contributors and supporters! Patrick Allaert, Ben Ramsey &am

[PHP-WEBMASTER] [web-php] master: Announce PHP 8.1.29

2024-06-06 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert) Date: 2024-06-06T16:18:00+02:00 Commit: https://github.com/php/web-php/commit/4b8c358cfafcdeab8a05662741ee94b89cb0a81f Raw diff: https://github.com/php/web-php/commit/4b8c358cfafcdeab8a05662741ee94b89cb0a81f.diff Announce PHP 8.1.29 Changed paths

Re: Console consumer crashing

2024-06-06 Thread Patrick G. Heck
12 https://www.needhamsoftware.com On Wed, May 29, 2024 at 12:09 PM Patrick G. Heck wrote: > Hi folks, > > I was troubleshooting a program trying to receive a kafka message (local > kafka, for development), and decided I needed to verify kafka itself was > happy. So I created a topic na

Backend connection issues with FIPS

2024-06-06 Thread Lowin, Patrick
-processes or changing TLS versions and ran out of ideas. If someone observed similar behavior in the past and could share some insights or has ideas how to debug this, please join us on the issue linked above! Thanks a lot and best regards, Patrick

[plasmashell] [Bug 436318] Save session doesn't work under Wayland

2024-06-06 Thread Patrick O'Callaghan
https://bugs.kde.org/show_bug.cgi?id=436318 --- Comment #114 from Patrick O'Callaghan --- (In reply to Armin from comment #112) > (In reply to Patrick O'Callaghan from comment #110) > > (In reply to Armin from comment #109) > > > Here the link to the commit for the Fedora 40 pa

boot in read only

2024-06-06 Thread Patrick Dupre via users
comm="systemd-logind" path="/boot" dev="sdc4" ino=2 scontext=system_u:system_r:systemd_logind_t:s0 tcontext=system_u:object_r:unlabeled_t:s0 tclass=dir permissive=0 ======= Patrick DUPRÉ

core.git: vcl/ios

2024-06-06 Thread Patrick Luby (via logerrit)
vcl/ios/iosinst.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ab37b88edd3298f1bd0a15470f5718c8784b4110 Author: Patrick Luby AuthorDate: Sat May 25 21:09:46 2024 -0400 Commit: Caolán McNamara CommitDate: Thu Jun 6 13:06:47 2024 +0200 Fix a memory

[plasmashell] [Bug 436318] Save session doesn't work under Wayland

2024-06-06 Thread Patrick O'Callaghan
https://bugs.kde.org/show_bug.cgi?id=436318 --- Comment #110 from Patrick O'Callaghan --- (In reply to Armin from comment #109) > Here the link to the commit for the Fedora 40 package: > https://src.fedoraproject.org/rpms/plasma-workspace/c/ > d03958da910f3ba08c531e7569ff40c19ca2f045?b

[plasmashell] [Bug 436318] Save session doesn't work under Wayland

2024-06-06 Thread Patrick O'Callaghan
https://bugs.kde.org/show_bug.cgi?id=436318 --- Comment #107 from Patrick O'Callaghan --- (In reply to Cruz Enrique from comment #105) > Could be related, could be not but I am "loosing" configurations set in > system settings since a couple of versions. Not sure when this st

[plasmashell] [Bug 436318] Save session doesn't work under Wayland

2024-06-06 Thread Patrick O'Callaghan
https://bugs.kde.org/show_bug.cgi?id=436318 --- Comment #106 from Patrick O'Callaghan --- (In reply to Cruz Enrique from comment #105) > Could be related, could be not but I am "loosing" configurations set in > system settings since a couple of versions. Not sure when this st

Re: fsck

2024-06-06 Thread Patrick Dupre via users
> but > fsck /dev/sdc5 > fsck from util-linux 2.38.1 > If you wish to check the consistency of a BTRFS filesystem or > repair a damaged filesystem, see btrfs(8) subcommand 'check'. > > Why that? > > =====

fsck

2024-06-06 Thread Patrick Dupre via users
filesystem or repair a damaged filesystem, see btrfs(8) subcommand 'check'. Why that? ======= Patrick DUPRÉ | | email: pdu.

Re: [VOTE] Release Lucene 9.11.0 RC1

2024-06-05 Thread Patrick Zhai
+1 SUCCESS! [1:01:30.064666] On Wed, Jun 5, 2024 at 11:08 AM Houston Putman wrote: > +1 > > SUCCESS! [1:49:36.192513] > > - Houston Putman > > On Wed, Jun 5, 2024 at 12:58 PM Michael McCandless < > luc...@mikemccandless.com> wrote: > >> +1 SUCCESS! [0:24:55.332837] >> >> Mike McCandless >> >>

[gentoo-commits] repo/gentoo:master commit in: dev-util/ruff/

2024-06-05 Thread Patrick McLean
commit: f1771f53c9e818b8b23f4084135ca77e3674e85d Author: Patrick McLean gentoo org> AuthorDate: Thu Jun 6 00:44:10 2024 + Commit: Patrick McLean gentoo org> CommitDate: Thu Jun 6 00:44:19 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1

[gentoo-commits] repo/gentoo:master commit in: dev-python/argparse-manpage/

2024-06-05 Thread Patrick McLean
commit: fc9544e4637a262825ec84d3cc178ca4ec17e3c9 Author: Patrick McLean gentoo org> AuthorDate: Wed Jun 5 21:06:11 2024 + Commit: Patrick McLean gentoo org> CommitDate: Thu Jun 6 00:44:18 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc

Re: [BVARC] 2816

2024-06-05 Thread Ravi Patrick Ratnala via BVARC
I'm hearing a rumor that the 2816 will be coming back through Houston on her way home, with the Laredo-to-Kendleton leg occurring on June 17th.  I would assume the Houston pass-through would occur the following day.  Can anyone confirm this? Also, I am sad to report that the 2816 was involved

start services

2024-06-05 Thread Patrick Dupre via users
. === Patrick DUPRÉ | | email: pdu...@gmx.com === -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le

Re: [RBW] Re: Riv Rider Recipes

2024-06-05 Thread Patrick Moore
Sorry, not cream cheese but a big dollop of industrial quantity mayonnaise. On Wed, Jun 5, 2024 at 2:58 PM Patrick Moore wrote: > ... Slice the cheapest bulk bologna you can find into 1/4" slices, wrap > around cream cheese and pimento and sliced pineapple, skewer with toothpic

Re: [RBW] Re: Riv Rider Recipes

2024-06-05 Thread Patrick Moore
for 5-10 min. >> >> Serve with avocado, tortillas, chips, or whatever keeps your canoe >> straight. >> >> Serves 2, or leftovers for breakfast >> >> >> >> Cheers, John >> >> >> >> On Wednesday, June 5, 2024 at 12:17:01 PM UT

Re: [RBW] 2024 13&17 Cicada plague

2024-06-05 Thread Patrick Moore
Come to think of it, I rather think that these "mayflies" may have been ants in their annual winged and migratory state. On Wed, Jun 5, 2024 at 2:27 PM Patrick Moore wrote: > Thanks. Those photos reminded me of the annual swarms of mayflies whose > numbers would explode

Re: [RBW] 2024 13&17 Cicada plague

2024-06-05 Thread Patrick Moore
: > > https://www.nbcchicago.com/cicadas-illinois-chicago-2024/photos-the-2024-cicada-emergence-in-chicago-area-and-illinois/3442146/ > > > On Wednesday, June 5, 2024 at 3:08:28 PM UTC-5 Patrick Moore wrote: > >> We want photos! >> >> Patrick Moore, cycling in ABQ,

[RBW] Re: Wabi Woolen top quality wool jerseys on sale

2024-06-05 Thread Patrick Moore
I forgot to add that Wabi Woolens is a labor of love by a school teacher who went ahead and designed, and had manufactured, his own idea of the ideal cycling jersey after he found others insufficient. On Wed, Jun 5, 2024 at 2:18 PM Patrick Moore wrote: > PSA from a very satisfied custo

[RBW] Wabi Woolen top quality wool jerseys on sale

2024-06-05 Thread Patrick Moore
, design, stitching as Wabis. -- Patrick Moore Alburquerque, Nuevo Mexico, Etats Unis d'Amerique, Orbis Terrarum --- Executive resumes, LinkedIn profiles, bios, letters, and other writing services

Re: [RBW] 2024 13&17 Cicada plague

2024-06-05 Thread Patrick Moore
We want photos! Patrick Moore, cycling in ABQ, NM where the greatest insect threats are clouds of midges very oddly interspaced on the Rio Grande bike path at mouth height. On Wed, Jun 5, 2024 at 2:05 PM George Schick wrote: > Anyone been biking during the past month or so in areas wh

Re: [RBW] Re: Riv Rider Recipes

2024-06-05 Thread Patrick Moore
other days, home-made baked fries (daughter got scrambled eggs and home made *deep fried* fries for school day breakfasts), home made mac and cheese (damn Annie's!), lazy man's pseudo Thai curry on rice, Julia Child's very easy french bread (tho' v long waits for rising), etc etc etc. Patrick

  1   2   3   4   5   6   7   8   9   10   >