[sage-devel] Re: Attention: new high quality of docstrings

2024-07-27 Thread 'Martin R' via sage-devel
I think it would be good to have a conscious decision about when a merge of this pull request should happen. Since it affects 2262 (!) files, just about everybody will have to rebase their work. Also, when there is a clear decision, the author will not have to fix merge conflicts again and

[jira] [Commented] (YUNIKORN-2714) e2e test to ensure queue name with all allowed characters

2024-07-27 Thread Manikandan R (Jira)
[ https://issues.apache.org/jira/browse/YUNIKORN-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17869092#comment-17869092 ] Manikandan R commented on YUNIKORN-2714: REST API's accepts Queue Name as parameter needs

[DNSOP] Re: [Ext] New draft on collision free key tags in DNSSEC

2024-07-26 Thread John R Levine
Even if we where to go with one failure is allowed we still need to write down the new rules and there will be complaints that we are retrospectively changing the rules. This is grand fathering in the old rules for the old algorithms. Write a BCP, not a standard disallowing key id clashes.

[DNSOP] Re: Fwd: New Version Notification - draft-ietf-dnsop-domain-verification-techniques-05.txt

2024-07-26 Thread John R Levine
On Fri, 26 Jul 2024, Erik Nygren wrote: On your last point, yes, I think we can say that if a verifier sees multiple validation records, they can abort. I'd think it would be better to allow looking at the full RRset and succeeding if any of the records match? No. These records are

CVS commit: src/sys/net

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:34:35 UTC 2024 Modified Files: src/sys/net: if_wg.c Log Message: wg(4): Allow modunload before any interface creation. The workqueue and pktq are both lazily created, for annoying module initialization order

CVS commit: src/sys/net

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:34:35 UTC 2024 Modified Files: src/sys/net: if_wg.c Log Message: wg(4): Allow modunload before any interface creation. The workqueue and pktq are both lazily created, for annoying module initialization order

CVS commit: src/sys

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:32:15 UTC 2024 Modified Files: src/sys/crypto/sodium: sodium_selftest.h src/sys/external/isc/libsodium/src: sodium_selftest.c Log Message: sys/crypto/sodium: Add self-test for XChaCha20/Poly1305 AEAD. PR

CVS commit: src/sys

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:32:15 UTC 2024 Modified Files: src/sys/crypto/sodium: sodium_selftest.h src/sys/external/isc/libsodium/src: sodium_selftest.c Log Message: sys/crypto/sodium: Add self-test for XChaCha20/Poly1305 AEAD. PR

CVS commit: src/sys/external/isc/libsodium/include

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:31:45 UTC 2024 Modified Files: src/sys/external/isc/libsodium/include: stdlib.h Log Message: sys/crypto/sodium: Tighten stdlib.h glue. 1. Make sure nothing uses malloc and free. All of the routines we need

CVS commit: src/sys/external/isc/libsodium/include

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:31:45 UTC 2024 Modified Files: src/sys/external/isc/libsodium/include: stdlib.h Log Message: sys/crypto/sodium: Tighten stdlib.h glue. 1. Make sure nothing uses malloc and free. All of the routines we need

CVS commit: src/sys/external/isc/libsodium/include

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:30:43 UTC 2024 Modified Files: src/sys/external/isc/libsodium/include: stdint.h Log Message: sys/crypto/sodium: Simplify stdint.h stub. No change to the .o or .kmod files; just the .d make dependency files

CVS commit: src/sys/external/isc/libsodium/include

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:30:43 UTC 2024 Modified Files: src/sys/external/isc/libsodium/include: stdint.h Log Message: sys/crypto/sodium: Simplify stdint.h stub. No change to the .o or .kmod files; just the .d make dependency files

CVS commit: src/sys/external/isc/libsodium/include

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:30:27 UTC 2024 Removed Files: src/sys/external/isc/libsodium/include: errno.h Log Message: sys/crypto/sodium: Nix unused errno.h. Maybe this was a vestige of an earlier draft of the libsodium import, but it

CVS commit: src/sys/external/isc/libsodium/include

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:30:27 UTC 2024 Removed Files: src/sys/external/isc/libsodium/include: errno.h Log Message: sys/crypto/sodium: Nix unused errno.h. Maybe this was a vestige of an earlier draft of the libsodium import, but it

CVS commit: src/sys/external/isc/libsodium/include

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:29:50 UTC 2024 Modified Files: src/sys/external/isc/libsodium/include: core.h Log Message: sys/crypto/sodium: Nix risky defines from core.h stub. These are risky not because they might cause crypto flaws, but

CVS commit: src/sys/external/isc/libsodium/include

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:29:50 UTC 2024 Modified Files: src/sys/external/isc/libsodium/include: core.h Log Message: sys/crypto/sodium: Nix risky defines from core.h stub. These are risky not because they might cause crypto flaws, but

CVS commit: src/sys/external/isc/libsodium/include

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:29:03 UTC 2024 Removed Files: src/sys/external/isc/libsodium/include: assert.h Log Message: sys/crypto/sodium: Nix unused assert.h stub. Maybe this was a vestige of an earlier draft of the libsodium import, but

CVS commit: src/sys/external/isc/libsodium/include

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:29:03 UTC 2024 Removed Files: src/sys/external/isc/libsodium/include: assert.h Log Message: sys/crypto/sodium: Nix unused assert.h stub. Maybe this was a vestige of an earlier draft of the libsodium import, but

CVS commit: src/sys/external/isc/libsodium/include

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:28:27 UTC 2024 Modified Files: src/sys/external/isc/libsodium/include: string.h Log Message: sys/crypto/sodium: Simplify string.h stub. Not sure of any particular problem with the previous stub, but let's make

CVS commit: src/sys/external/isc/libsodium/include

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:28:27 UTC 2024 Modified Files: src/sys/external/isc/libsodium/include: string.h Log Message: sys/crypto/sodium: Simplify string.h stub. Not sure of any particular problem with the previous stub, but let's make

CVS commit: src/sys/external/isc/libsodium/include

2024-07-26 Thread Taylor R Campbell
it differently and need to exercise it differently from upstream's automatic tests. It's my fault for not catching this earlier. What happened is: 1. ozaki-r@ adapted libsodium to build in the kernel with various glue to build code meant for standard userland C, like errno.h

CVS commit: src/sys/external/isc/libsodium/include

2024-07-26 Thread Taylor R Campbell
it differently and need to exercise it differently from upstream's automatic tests. It's my fault for not catching this earlier. What happened is: 1. ozaki-r@ adapted libsodium to build in the kernel with various glue to build code meant for standard userland C, like errno.h

CVS commit: src/sys

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:25:03 UTC 2024 Modified Files: src/sys/external/isc/libsodium/conf: files.libsodium src/sys/external/isc/libsodium/src: sodium_module.c src/sys/modules/sodium: Makefile.sodmod

CVS commit: src/sys

2024-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 26 18:25:03 UTC 2024 Modified Files: src/sys/external/isc/libsodium/conf: files.libsodium src/sys/external/isc/libsodium/src: sodium_module.c src/sys/modules/sodium: Makefile.sodmod

Re: [R] Automatic Knot selection in Piecewise linear splines

2024-07-26 Thread Vito Muggeo via R-help
ear splines, i.e. piecewise linear continuous functions. Given the knots, use approx() or approxfun() however, the automatic knots selection does not happen in the base R packages. I'm sure there are several R packages doing this. The best such package in my opinion is "earth" which d

Re: RFR: 8336879: Always true condition 'img != null' in GTKPainter.paintPopupMenuBackground [v3]

2024-07-26 Thread Tejesh R
On Thu, 25 Jul 2024 12:35:05 GMT, Abhishek Kumar wrote: >> In GTKPainter.paintPopupMenuBackground method, `img != null` condition will >> always be true, because it's only checked after `img.getRGB` method is >> called and that means img can't be `null`. So, the null check condition is >>

[DISCUSSION] Proposal to fix Preemption use case without causing Preemption storm

2024-07-25 Thread Manikandan R
Hi Everyone, As you are aware, We have been doing Preemption Hardening exercise to address the gaps discovered in earlier releases. It is being tracked under this umbrella jira. It contains a number of sub tasks. While working on this, we

RE: [PATCH 06/14] drm/i915/dp: Send only a single modeset-retry uevent for a commit

2024-07-25 Thread Murthy, Arun R
> -Original Message- > From: Deak, Imre > Sent: Thursday, July 25, 2024 5:15 PM > To: Murthy, Arun R > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [PATCH 06/14] drm/i915/dp: Send only a single modeset-retry > uevent for a commit > > On Thu, Jul 2

Re: [R-br] Acesso aos microdados caged e rais via filezilla

2024-07-25 Thread R-br
/2022/RAIS_VINC_PUB_SUL.7z Acredito que dá certo daniel Em qui., 25 de jul. de 2024 às 17:58, Recursos Humanos [POSICIONAL.COM®] por (R-br) escreveu: > Olá, *amigos*, boa tarde. > > Alguém sabe como configurar o FTP de acesso aos microdados caged e rais? > Não sei o que acon

[R-br] Acesso aos microdados caged e rais via filezilla

2024-07-25 Thread R-br
tter.com/posicional> <https://www.linkedin.com/company/posicional.com-consultoria-empresarial-ltd a> ___ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br Leia o guia de postag

Re: [R] please help generate a square correlation matrix

2024-07-25 Thread Yuan Chun Ding via R-help
Hi Rui, You are always very helpful!! Thank you, I just modified your R codes to remove a row with zero values in both column pair as below for my real data. Ding dat<-gene22mut.coded r <- P <- matrix(NA, nrow = 22L, ncol = 22L, dimnames = list(names(dat), names(dat)

Re: [GNC] Puppy linux problem with notes/memo field on import and invoices due reminder l.

2024-07-25 Thread R Losey
On Thu, Jul 25, 2024 at 4:29 AM goedible wrote: > I'm using GNUcash Version: 3.8Build ID: 3.8b+(2019-12-29)on a fossapup > linux USBWhen I go to Business>Customer>Invoice Due Reminder, I get a > window called 'Due Invoices Reminder' and instead of showing the Companies > Name in the 'company'

Re: [R] please help generate a square correlation matrix

2024-07-25 Thread Yuan Chun Ding via R-help
HI Rui, Thank you for the help! You did not remove a row if zero values exist in both column pair, right? Ding From: Rui Barradas Sent: Thursday, July 25, 2024 11:15 AM To: Yuan Chun Ding ; r-help@r-project.org Subject: Re: [R] please help generate a square correlation matrix Às 17: 39 de

[R] please help generate a square correlation matrix

2024-07-25 Thread Yuan Chun Ding via R-help
Hi R users, I generated a square correlation matrix for the dat dataframe below; dat<-data.frame(g1=c(1,0,0,1,1,1,0,0,0), g2=c(0,1,0,1,0,1,1,0,0), g3=c(1,1,0,0,0,1,0,0,0), g4=c(0,1,0,1,1,1,1,1,0)) library("Hmisc") dat.rcorr = rcorr(

RFR: 8329756: [macos] "javax/swing/JTable/KeyBoardNavigation.java" fail because most combinations of navigational keys with the Ctrl key do not work

2024-07-25 Thread Tejesh R
Mismatch in key combinations, I have taken native macos Numbers application as reference to verify. Have added `Ctrl-Shift Left/Right` action keys similar to `Ctrl-Shift UP/DOWN` which would be expected functionality. I've removed those test instructions which are not applicable/implemented/not

Re: RFR: 8329756: [macos] "javax/swing/JTable/KeyBoardNavigation.java" fail because most combinations of navigational keys with the Ctrl key do not work

2024-07-25 Thread Tejesh R
On Thu, 25 Jul 2024 15:53:39 GMT, Abhishek Kumar wrote: > @TejeshR13 Looks like the bug is not accessible. Update the bug, PR should sync with the updates. - PR Comment: https://git.openjdk.org/jdk/pull/20331#issuecomment-2250825972

Re: [Users] Sign in with CILogon

2024-07-25 Thread Steven R. Brandt
Hi Sandrine, Can you show me the entire error message that you see? I.e. everything on the page with the 403 error. Thanks. --Steve On 7/23/2024 2:55 AM, Sandrine Lescaudron wrote: Hello, I am trying to create an account but never get the link to request an account after the 403 error. I

[jira] [Created] (YUNIKORN-2769) Preemption fails between two siblings when preemptor is UG and parent is above OG

2024-07-25 Thread Manikandan R (Jira)
Manikandan R created YUNIKORN-2769: -- Summary: Preemption fails between two siblings when preemptor is UG and parent is above OG Key: YUNIKORN-2769 URL: https://issues.apache.org/jira/browse/YUNIKORN-2769

[jira] [Created] (YUNIKORN-2769) Preemption fails between two siblings when preemptor is UG and parent is above OG

2024-07-25 Thread Manikandan R (Jira)
Manikandan R created YUNIKORN-2769: -- Summary: Preemption fails between two siblings when preemptor is UG and parent is above OG Key: YUNIKORN-2769 URL: https://issues.apache.org/jira/browse/YUNIKORN-2769

Re: [clamav-users] clamav preventing CLion from working properly

2024-07-25 Thread Gary R. Schmidt via clamav-users
On 25/07/2024 01:03, Giacomazzi Gabriele Antonio wrote: That's the strangest reply i ever received in a community lol. You're new. Fortunately my boss is not only paper and stuff, he is very technical. So are they. They are not VMs, they are physical PCs. We are required to get the ISO

Re: [VOTE] Release Apache YuniKorn 1.5.2 RC1

2024-07-25 Thread Manikandan R
+1 (Binding) - Built images from source on Mac M1 MacOS Monterey (arm64) with go 1.22.4 - Verified the signatures - Verified the licences and checksums - Run the scheduler with a local kind cluster (version 1.28.0) - Ran simple sleep jobs - Verified REST APIs outputs, Web UI Thanks, Mani On

RE: [PATCH 07/14] drm/i915/dp: Add a separate function to reduce the link parameters

2024-07-24 Thread Murthy, Arun R
> -Original Message- > From: Deak, Imre > Sent: Wednesday, July 24, 2024 4:50 PM > To: Murthy, Arun R > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [PATCH 07/14] drm/i915/dp: Add a separate function to reduce the > link parameters > > On Wed, Jul 2

RE: [PATCH 06/14] drm/i915/dp: Send only a single modeset-retry uevent for a commit

2024-07-24 Thread Murthy, Arun R
> -Original Message- > From: Deak, Imre > Sent: Wednesday, July 24, 2024 4:46 PM > To: Murthy, Arun R > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [PATCH 06/14] drm/i915/dp: Send only a single modeset-retry > uevent for a commit > > On Wed, Jul 2

[LincolnTalk] Red Sox tickets for Sunday vs Yankees for sale

2024-07-24 Thread Sara R via Lincoln
> We have 2 great seats available! > > Loge Box 141 Row AA seats 1, 2 > 3rd base line close to home > $306 > Game is 7:10 pm cost is face value of the tickets > > Thanks! Let me know if interested, they are great seats. > > Sara Brown > > > Sent from my iPhone -- The LincolnTalk mailing

[PATCH RFC] kselftest: devices: Add test to detect missing devices

2024-07-24 Thread Nícolas F . R . A . Prado
, and if there are missing devices they are reported. Signed-off-by: Nícolas F. R. A. Prado --- Hi, Key points about this test: * Goal: Identify regressions causing devices to go missing on the system * Focus: * Ease of maintenance: the reference file is generated programatically * Minimum of false

Re: [petsc-users] Dense Matrix Factorization/Solve

2024-07-24 Thread Sreeram R Venkat
Nor are sparse Kokkos or CUDA stuff documented (if they exist) in > the table. > > >Barry > > > > On Jul 24, 2024, at 2:44 PM, Sreeram R Venkat wrote: > > This Message Is From an External Sender > This message came from outside your organization. > I have

[DNSOP] Re: Fwd: New Version Notification - draft-ietf-dnsop-domain-verification-techniques-05.txt

2024-07-24 Thread John R Levine
On Wed, 24 Jul 2024, Shumon Huque wrote: The issue is that a wildcard will match every possible owner name. If you are confident that there is enough entropy in the tokens that no verifier will ever be confused, OK. But since the token is supposed to be the only thing at the _prefix name, how

[petsc-users] Dense Matrix Factorization/Solve

2024-07-24 Thread Sreeram R Venkat
I have an SPD dense matrix of size NxN, where N can range from 10^4-10^5. Are there any Cholesky factorization/solve routines for it in PETSc (or in any of the external libraries)? If possible, I want to use GPU acceleration with 1 or more GPUs. The matrix type can be MATSEQDENSE/MATMPIDENSE or

Re: [Discuss] CrowdStrike

2024-07-24 Thread Dale R. Worley
ma...@mohawksoft.com writes: > (3) Unstaged rollout: amateur hour nonsense. But if you've got 10,000 Windows machines, think of the labor it saves! I'd love to see (but never will) some big corporation's cost/benefit analysis of the Crowdstrike mess -- how much did they save by not staging

Re: [LincolnTalk] Lincoln Cable TV

2024-07-24 Thread Stephen R. Low
While I can’t recall ever watching Lincoln CTV, my guess is that it’s got something to do with the Jim Cunningham’s illness and death? Regards, Steve Low From: Lincoln On Behalf Of Garrick Niemiec Sent: July 22, 2024 5:41 PM To: Lincoln Talk Subject: [LincolnTalk] Lincoln Cable TV

Re: [clamav-users] clamav preventing CLion from working properly

2024-07-24 Thread Gary R. Schmidt via clamav-users
On 25/07/2024 00:26, Giacomazzi Gabriele Antonio wrote: Hi, thanks for replying. The on-access feature it's required by the company i work for. I don't understand where the problem is since i've done the same configuration on all workstations, but in some of them there is this problem. Oh,

[pfx] Re: RFC logs_check

2024-07-24 Thread Gary R. Schmidt via Postfix-users
On 25/07/2024 00:19, Bob wrote: Thanks... Toddles of to read about PostScreen "Wietse expects that the zombie problem will get worse before things improve, if ever." Waves. Sorry if I am being ittitating. Oh, don't worry, you are showings signs of learning behaviour, something that seems all

[pfx] Re: RFC logs_check

2024-07-24 Thread Gary R. Schmidt via Postfix-users
On 25/07/2024 00:08, Bob via Postfix-users wrote: [SNIP] Your link has the glimmer of a plan but would I not be back to having to periodically scan stdout, a file, to check for changes needimg action? The fail2ban daemon does that for you. Once you implement postcreen and the spamhaus

[pfx] Re: RFC logs_check

2024-07-24 Thread Gary R. Schmidt via Postfix-users
On 24/07/2024 23:58, Bob via Postfix-users wrote: [SNIP] The rest of my logs are stuffed with "user<>" and "unknown" or "does not resolve to" so they can get in the sea as well. This is exactly what postscreen - which is part of postfix - and fail2ban were developed to handle. I get a lot

Re: [clamav-users] clamav preventing CLion from working properly

2024-07-24 Thread Gary R. Schmidt via clamav-users
On 24/07/2024 23:35, Giacomazzi Gabriele Antonio via clamav-users wrote: Hi everyone, I'm running into some problems with clamav and CLion. For context, we are talking about a workstation running fedora 40. I activated clamonacc and, since I was monitoring /home and every CLion project was in

[pfx] Re: RFC logs_check

2024-07-24 Thread Gary R. Schmidt via Postfix-users
On 24/07/2024 23:23, Allen Coates via Postfix-users wrote: On 24/07/2024 13:11, Jaroslaw Rafa via Postfix-users wrote: I want "Kill on Sight". Fastest way to me would be Postfix says it logged a connection from fluffy.cuddly.port.raping.internet-measurement.com calls my script with the IP

Re: [Bacula-users] Use of Multiple Tape Drives at Once

2024-07-24 Thread Gary R. Schmidt
On 24/07/2024 17:04, Radosław Korzeniewski wrote: Hello, pon., 1 lip 2024 o 23:03 Bill Arlofski via Bacula-users > napisał(a): It is generally recommended to stick to the same priority for your normal backup and Restore Jobs, and then

[jira] [Resolved] (YUNIKORN-2761) Explain preemption storm in usage doc

2024-07-24 Thread Manikandan R (Jira)
[ https://issues.apache.org/jira/browse/YUNIKORN-2761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikandan R resolved YUNIKORN-2761. Fix Version/s: 1.6.0 Resolution: Fixed > Explain preemption storm in usage

[jira] [Resolved] (YUNIKORN-2761) Explain preemption storm in usage doc

2024-07-24 Thread Manikandan R (Jira)
[ https://issues.apache.org/jira/browse/YUNIKORN-2761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikandan R resolved YUNIKORN-2761. Fix Version/s: 1.6.0 Resolution: Fixed > Explain preemption storm in usage

Bug#1076843: transition: r-bioc-biocgenerics (r-api-bioc-3.19)

2024-07-23 Thread Michael R. Crusoe
Package: release.debian.org Severity: normal X-Debbugs-Cc: r-bioc-biocgener...@packages.debian.org, debia...@lists.debian.org, cru...@debian.org Control: affects -1 + src:r-bioc-biocgenerics User: release.debian@packages.debian.org Usertags: transition Hello. Bioconductor 3.19 has been out

Bug#1076843: transition: r-bioc-biocgenerics (r-api-bioc-3.19)

2024-07-23 Thread Michael R. Crusoe
Package: release.debian.org Severity: normal X-Debbugs-Cc: r-bioc-biocgener...@packages.debian.org, debia...@lists.debian.org, cru...@debian.org Control: affects -1 + src:r-bioc-biocgenerics User: release.debian@packages.debian.org Usertags: transition Hello. Bioconductor 3.19 has been out

RE: [PATCH 07/14] drm/i915/dp: Add a separate function to reduce the link parameters

2024-07-23 Thread Murthy, Arun R
g link rate or lane count is not linear. Sometime we fall from uhbr to hbr and then again with uhbr with lane reduction. So would it be better to have a table/list for the fallback link rate/lane count. Thanks and Regards, Arun R Murthy > + if (lane_count < 0) &

RE: [PATCH 06/14] drm/i915/dp: Send only a single modeset-retry uevent for a commit

2024-07-23 Thread Murthy, Arun R
ry doesn't end up in an infinite loop. For link training failure the link rate/lane count is reduced and when it reaches the least can exit, but for BW allocation failures/payload failure this may not be the case. Thanks and Regards, Arun R Murthy > Signed-off-by: Imre Deak >

[DNSOP] Re: Fwd: New Version Notification - draft-ietf-dnsop-domain-verification-techniques-05.txt

2024-07-23 Thread John R Levine
On Tue, 23 Jul 2024, Shumon Huque wrote: The simplest thing to do would be to follow the precedent of SPF, DKIM, etc TXT using protocols and state that multiple TXT strings (if present) need to be concatenated before use. We can state this. That should be fine. Wildcards can cause some

CVS commit: src/lib/libcrypt

2024-07-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 23 22:37:11 UTC 2024 Modified Files: src/lib/libcrypt: crypt-argon2.c crypt-sha1.c crypt.c hmac.c md5crypt.c pw_gensalt.c Log Message: libcrypt: Nix trailing whitespace. No functional change intended.

CVS commit: src/lib/libcrypt

2024-07-23 Thread Taylor R Campbell
stion(s) + * Updated to reflect alc suggestion(s) * * returns boolean 0 on failure, 1 on success, */ -static int +static int nondes_scheme_substr(const char * setting,char * scheme, unsigned int len) { const char * start; @@ -548,7 +548,7 @@ static char * __crypt(const char *key, const char *se

CVS commit: src/lib/libcrypt

2024-07-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 23 22:32:22 UTC 2024 Modified Files: src/lib/libcrypt: crypt-argon2.c Log Message: libcrypt/crypt-argon2.c: Add RCS id. Noted in PR lib/57895. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/lib/libcrypt

2024-07-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 23 22:32:22 UTC 2024 Modified Files: src/lib/libcrypt: crypt-argon2.c Log Message: libcrypt/crypt-argon2.c: Add RCS id. Noted in PR lib/57895. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/libexec/ld.elf_so

2024-07-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 23 22:00:00 UTC 2024 Modified Files: src/libexec/ld.elf_so: tls.c Log Message: ld.elf_so: Fix off-by-one error in common __tls_get_addr. DTV_MAX_INDEX(dtv) is an _inclusive_ upper bound, i.e., the actual maximum value

CVS commit: src/libexec/ld.elf_so

2024-07-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 23 22:00:00 UTC 2024 Modified Files: src/libexec/ld.elf_so: tls.c Log Message: ld.elf_so: Fix off-by-one error in common __tls_get_addr. DTV_MAX_INDEX(dtv) is an _inclusive_ upper bound, i.e., the actual maximum value

CVS commit: src

2024-07-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 23 20:46:41 UTC 2024 Modified Files: src: build.sh Log Message: build.sh: Adjust xsrc existence test as requested. PR toolchain/58399 To generate a diff of this commit: cvs rdiff -u -r1.378 -r1.379 src/build.sh

CVS commit: src

2024-07-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 23 20:46:41 UTC 2024 Modified Files: src: build.sh Log Message: build.sh: Adjust xsrc existence test as requested. PR toolchain/58399 To generate a diff of this commit: cvs rdiff -u -r1.378 -r1.379 src/build.sh

[OPSAWG]Re: draft-lopez-opsawg-yang-provenance

2024-07-23 Thread Diego R. Lopez
“Esta vez no fallaremos, Doctor Infierno” Dr Diego R. Lopez Telefonica I+D https://www.linkedin.com/in/dr2lopez/ e-mail: diego.r.lo...@telefonica.com<mailto:diego.r.lo...@telefonica.com> Mobile: +34 682 051 091 - Best Regards, /jan From: Diego R. Lopez Da

Re: [gdal-dev] [EXTERNAL] Re: Expected runtime of polygonize (GDAL 3.9.0) for few very large features.

2024-07-23 Thread Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] via gdal-dev
Excellent, thanks Even! Do you recall what the runtime was before these changes on your test system? From: Even Rouault Date: Tuesday, July 23, 2024 at 3:00 PM To: Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] , Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS

CVS commit: src

2024-07-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 23 18:11:53 UTC 2024 Modified Files: src/libexec/ld.elf_so/arch/aarch64: rtld_start.S src/tests/libexec/ld.elf_so: t_tls_extern.c Log Message: ld.elf_so aarch64/rtld_start.S: Fix dynamic TLS fast path branch.

CVS commit: src

2024-07-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 23 18:11:53 UTC 2024 Modified Files: src/libexec/ld.elf_so/arch/aarch64: rtld_start.S src/tests/libexec/ld.elf_so: t_tls_extern.c Log Message: ld.elf_so aarch64/rtld_start.S: Fix dynamic TLS fast path branch.

Re: [PATCH v5 17/21] mm/mmap: Relocate arch_unmap() to vms_complete_munmap_vmas()

2024-07-23 Thread Liam R. Howlett
* Lorenzo Stoakes [240722 10:25]: > On Wed, Jul 17, 2024 at 04:07:05PM GMT, Liam R. Howlett wrote: > > From: "Liam R. Howlett" > > > > The arch_unmap call was previously moved above the rbtree modifications > > in commit 5a28fc94c914 ("x86/mpx, mm/c

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-nv

2024-07-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 23 07:52:06 UTC 2024 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-nv: Makefile Log Message: xf86-video-nv: Don't fail on -Wpointer-sign with clang. Not sure why this isn't disabled by default

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-nv

2024-07-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 23 07:52:06 UTC 2024 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-nv: Makefile Log Message: xf86-video-nv: Don't fail on -Wpointer-sign with clang. Not sure why this isn't disabled by default

Re: Lewis farm demo

2024-07-23 Thread Ralf R Radermacher
the old steel wheeled tractors which were then banned from the roads so they didn't tear up the pavement. I see... Somewhat like winter tyres with spikes which damaged the roads and became dangerous projectiles, so they were eventually banned in most of Europe. Ralf -- Ralf R. Radermacher

CVS commit: src/libexec/ld.elf_so/arch/aarch64

2024-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 22 23:18:50 UTC 2024 Modified Files: src/libexec/ld.elf_so/arch/aarch64: rtld_start.S Log Message: ld.elf_so aarch64/rtld_start.S: Sprinkle comments. No functional change intended. Prompted by PR lib/58154. To

CVS commit: src/libexec/ld.elf_so/arch/aarch64

2024-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 22 23:18:50 UTC 2024 Modified Files: src/libexec/ld.elf_so/arch/aarch64: rtld_start.S Log Message: ld.elf_so aarch64/rtld_start.S: Sprinkle comments. No functional change intended. Prompted by PR lib/58154. To

CVS commit: src/tests/libexec/ld.elf_so

2024-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 22 23:18:30 UTC 2024 Modified Files: src/tests/libexec/ld.elf_so: t_tls_extern.c Log Message: tests/libexec/ld.elf_so/t_tls_extern: Test PR lib/58154. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/tests/libexec/ld.elf_so

2024-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 22 23:18:30 UTC 2024 Modified Files: src/tests/libexec/ld.elf_so: t_tls_extern.c Log Message: tests/libexec/ld.elf_so/t_tls_extern: Test PR lib/58154. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/libexec/ld.elf_so

2024-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 22 23:15:57 UTC 2024 Modified Files: src/libexec/ld.elf_so: tls.c Log Message: ld.elf_so: Add comments explaining DTV allocation size. Patch by pho@ for PR lib/58154. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/libexec/ld.elf_so

2024-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 22 23:15:57 UTC 2024 Modified Files: src/libexec/ld.elf_so: tls.c Log Message: ld.elf_so: Add comments explaining DTV allocation size. Patch by pho@ for PR lib/58154. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/libexec/ld.elf_so

2024-07-22 Thread Taylor R Campbell
/types.h. + +Otherwise, implement __lwp_getprivate_fast() in machine/mcontext.h and +set __HAVE___LWP_GETPRIVATE_FAST in machine/types.h. -(7) Test using src/tests/lib/libc/tls. Make sure with "objdump -R" that -t_tls_dynamic has two TPOFF relocations and h_tls_dlopen.so.1 and

CVS commit: src/libexec/ld.elf_so

2024-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 22 23:14:25 UTC 2024 Modified Files: src/libexec/ld.elf_so: README.TLS tls.c Log Message: ld.elf_so: Sprinkle comments and references for thread-local storage. Maybe this will help the TLS business to be less

CVS commit: src/libexec/ld.elf_so/arch/riscv

2024-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 22 23:11:05 UTC 2024 Modified Files: src/libexec/ld.elf_so/arch/riscv: mdreloc.c Log Message: ld.elf_so: Cite reference for RISC-V ELF relocations. PR lib/58455: Missing references for processor-specific ELF

CVS commit: src/libexec/ld.elf_so/arch/riscv

2024-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 22 23:11:05 UTC 2024 Modified Files: src/libexec/ld.elf_so/arch/riscv: mdreloc.c Log Message: ld.elf_so: Cite reference for RISC-V ELF relocations. PR lib/58455: Missing references for processor-specific ELF

CVS commit: src/libexec/ld.elf_so/arch/hppa

2024-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 22 23:10:46 UTC 2024 Modified Files: src/libexec/ld.elf_so/arch/hppa: hppa_reloc.c Log Message: ld.elf_so: Cite reference for HP PA-RISC ELF relocations. PR lib/58455: Missing references for processor-specific ELF

CVS commit: src/libexec/ld.elf_so/arch/hppa

2024-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 22 23:10:46 UTC 2024 Modified Files: src/libexec/ld.elf_so/arch/hppa: hppa_reloc.c Log Message: ld.elf_so: Cite reference for HP PA-RISC ELF relocations. PR lib/58455: Missing references for processor-specific ELF

CVS commit: src/libexec/ld.elf_so/arch

2024-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 22 23:10:35 UTC 2024 Modified Files: src/libexec/ld.elf_so/arch/aarch64: mdreloc.c src/libexec/ld.elf_so/arch/arm: mdreloc.c Log Message: ld.elf_so: Cite reference for Arm ELF relocations. PR lib/58455:

CVS commit: src/libexec/ld.elf_so/arch

2024-07-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 22 23:10:35 UTC 2024 Modified Files: src/libexec/ld.elf_so/arch/aarch64: mdreloc.c src/libexec/ld.elf_so/arch/arm: mdreloc.c Log Message: ld.elf_so: Cite reference for Arm ELF relocations. PR lib/58455:

Re: Lewis farm demo

2024-07-22 Thread Ralf R Radermacher
Am 22.07.24 um 18:44 schrieb David J Brooks: Any way enjoy I have indeed. What a fine gallery. Thanks for showing it. @Paul: What's lug if it comes with a tractor? Ralf -- Ralf R. Radermacher - Köln/Cologne, Germany Blog : http://the-real-fotoralf.blogspot.com Audio : http://aporee.org

Re: [PATCH] selftests: ksft: Track skipped tests when finishing the test suite

2024-07-22 Thread Nícolas F . R . A . Prado
ksft_cnt.ksft_xskip) It was my oversight to not do the same in the python helper. Laura, I consider this fixing an incorrect behavior, so I'd add this tag: Fixes: dacf1d7a78bf ("kselftest: Add test to verify probe of devices from discoverable buses") I think the messa

[med-svn] [Git][med-team/cnvkit] Pushed new branch debian/experimental

2024-07-22 Thread Michael R. Crusoe (@crusoe)
Michael R. Crusoe pushed new branch debian/experimental at Debian Med / cnvkit -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/med-team/cnvkit/-/tree/debian/experimental You're receiving this email because of your account

[med-svn] [Git][med-team/cnvkit] Pushed new tag debian/0.9.10-3_0exp0

2024-07-22 Thread Michael R. Crusoe (@crusoe)
Michael R. Crusoe pushed new tag debian/0.9.10-3_0exp0 at Debian Med / cnvkit -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/med-team/cnvkit/-/tree/debian/0.9.10-3_0exp0 You're receiving this email because of your account

[med-svn] [Git][med-team/cnvkit] Deleted branch debian/experimental

2024-07-22 Thread Michael R. Crusoe (@crusoe)
Michael R. Crusoe deleted branch debian/experimental at Debian Med / cnvkit -- This project does not include diff previews in email notifications. You're receiving this email because of your account on salsa.debian.org. ___ debian-med-commit

[systemd-devel] systemd accepts fix to stable releases

2024-07-22 Thread Rajmohan. R
Hi All, Asking on doubtful that, whether fix will be accepted in systemd-stable (for instance, version 255.4) release branch. Please let me know. Thank you Rajmohan This message contains information that may be privileged or confidential and is the property of the KPIT Technologies Ltd. It is

  1   2   3   4   5   6   7   8   9   10   >