[oss-security] Security audit of PHP

2025-04-12 Thread Alan Coopersmith
https://thephp.foundation/blog/2025/04/10/php-core-security-audit-results/ https://ostif.org/php-audit-complete/ -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris

[PATCH] bcachefs: Add missing error handling

2025-04-12 Thread Alan Huang
Reported-by: syzbot+d10151bf01574a09a...@syzkaller.appspotmail.com Signed-off-by: Alan Huang --- fs/bcachefs/recovery.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fs/bcachefs/recovery.c b/fs/bcachefs/recovery.c index d2b07f602da9..606d684e6f23 100644 --- a/fs

Re: RFR: 8353013: java.net.URI.create(String) may have low performance to scan the host/domain name from URI string when the hostname starts with number

2025-04-11 Thread Alan Bateman
On Fri, 28 Mar 2025 15:19:46 GMT, Rohitash wrote: > `scanByte` throws `NumberFormatException` for URIs that start with numbers, > e.g., https://.x.y/ > The current flow is `parseIPv4Address` → `scanIPv4Address` → `scanByte`. > `parseIPv4Address` uses `NumberFormatException` for control

Re: [syzbot] [bcachefs?] kernel BUG in bch2_fs_initialize

2025-04-11 Thread Alan Huang
On Apr 12, 2025, at 14:45, syzbot wrote: > > Hello, > > syzbot found the following issue on: > > HEAD commit:29e7bf01ed80 Add linux-next specific files for 20250410 > git tree: linux-next > console output: https://syzkaller.appspot.com/x/log.txt?x=1515f74c58 > kernel config: htt

Re: RFR: 8354320: Changes to jpackage.md cause pandoc warning [v3]

2025-04-11 Thread Alan Bateman
On Fri, 11 Apr 2025 13:50:04 GMT, Alexey Semenyuk wrote: >> Escape the dollar sign. > > Alexey Semenyuk has updated the pull request incrementally with one > additional commit since the last revision: > > Disable tex_math_dollars extension Thanks for getting this to the right place. ---

Re: RFR: 8343157: Examine large files for character encoding/decoding

2025-04-11 Thread Alan Bateman
On Fri, 11 Apr 2025 17:02:13 GMT, Naoto Sato wrote: > Removing old charset test cases that verify new charset implementations (as > of JDK7). Removed tests/files are actual charset implementations used in > pre-JDK7, which have been used for comparing the results. Since those "new" > implement

Re: RFR: 8343157: Examine large files for character encoding/decoding

2025-04-11 Thread Alan Bateman
On Fri, 11 Apr 2025 17:02:13 GMT, Naoto Sato wrote: > Removing old charset test cases that verify new charset implementations (as > of JDK7). Removed tests/files are actual charset implementations used in > pre-JDK7, which have been used for comparing the results. Since those "new" > implement

Re: The Cosmological Constant (CC)

2025-04-11 Thread Alan Grayson
On Friday, April 11, 2025 at 2:14:37 PM UTC-6 Brent Meeker wrote: On 4/10/2025 9:42 PM, Alan Grayson wrote: On Thursday, April 10, 2025 at 9:43:20 PM UTC-6 Brent Meeker wrote: On 4/10/2025 8:34 PM, Alan Grayson wrote: *The boundary condition for the universe is its present state and

Re: One Password Manager

2025-04-11 Thread Alan Lemly
start a new message rather than replying to an existing message and changing the subject. Alan Lemly Sent from my iPhoneOn Apr 11, 2025, at 6:39 AM, Sieghard Weitzel wrote: Yes, you can press Control + Shift + Spacebar to bring up the 1Password quick search.     From: viphone@googlegroup

[NTG-context] Re: \switchtobodyfont issue

2025-04-11 Thread Alan Bowen
Thank you, Wolfgang! That is very helpful and much appreciated. Re \switchtobodyfont, I see that I misinterpreted the entry on the wiki. All best, Alan On Apr 10, 2025 at 14:06:16, Wolfgang Schuster < wolfgang.schuster.li...@gmail.com> wrote: > Am 10.04.2025 um 18:28 schrieb A

[webkit-changes] [WebKit/WebKit] d547f9: Incorrect ruby annotation positioning in sideways-lr

2025-04-11 Thread Alan Baradlay
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d547f9c8eae1f21fe1d88d8e86ac19edaa3f2614 https://github.com/WebKit/WebKit/commit/d547f9c8eae1f21fe1d88d8e86ac19edaa3f2614 Author: Alan Baradlay Date: 2025-04-11 (Fri, 11 Apr 2025) Changed paths: A

Re: RFR: 8353642: Deprecate networking permission classes for removal [v2]

2025-04-11 Thread Alan Bateman
On Fri, 11 Apr 2025 11:30:54 GMT, Daniel Fuchs wrote: >> src/java.base/share/classes/java/net/HttpURLConnection.java line 617: >> >>> 615: * {@link java.security.AllPermission}. >>> 616: */ >>> 617: @Deprecated(since = "25") >> >> can this (and all other getPermission methods) be

Re: RFR: 8353642: Deprecate networking permission classes for removal [v2]

2025-04-11 Thread Alan Bateman
On Fri, 11 Apr 2025 11:30:54 GMT, Daniel Fuchs wrote: >> src/java.base/share/classes/java/net/HttpURLConnection.java line 617: >> >>> 615: * {@link java.security.AllPermission}. >>> 616: */ >>> 617: @Deprecated(since = "25") >> >> can this (and all other getPermission methods) be

Re: FoxPro, AI & GCode - Oh My...

2025-04-11 Thread Alan Bourke
> Me as an "Old Dog" err.. Fox, I'm still a bit overwhelmed by that AI > stuff... Billion dollar autocomplete ;) -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscripti

Re: RFR: 8342486: Implement JEP draft: Structured Concurrency (Fifth Preview) [v7]

2025-04-11 Thread Alan Bateman
k.shutdown > and wakeup methods are no longer confined. The STS API implementation moves > to non-public StructuedTaskScopeImpl because STS is now an interface. A > non-public Joiners class is added with the built-in Joiner implementations. Alan Bateman has updated the pull request with

Re: RFR: 8354320: Changes to jpackage.md cause pandoc warning

2025-04-11 Thread Alan Bateman
On Thu, 10 Apr 2025 21:50:10 GMT, Alexey Semenyuk wrote: > Escape the dollar sign. Thanks for jumping on this. - Marked as reviewed by alanb (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/24585#pullrequestreview-2759425326

Re: RFR: 8354189: Remove JLI_ReportErrorMessageSys on Windows [v2]

2025-04-11 Thread Alan Bateman
On Fri, 11 Apr 2025 07:11:19 GMT, Matthias Baesken wrote: >> JLI_ReportErrorMessageSys is not used any more on Windows, so we can remove >> it and make it UNIX-only (there a still a few remaining usages). > > Matthias Baesken has updated the pull request incrementally with one > additional comm

Re: The Cosmological Constant (CC)

2025-04-10 Thread Alan Grayson
On Thursday, April 10, 2025 at 10:42:37 PM UTC-6 Alan Grayson wrote: On Thursday, April 10, 2025 at 9:43:20 PM UTC-6 Brent Meeker wrote: On 4/10/2025 8:34 PM, Alan Grayson wrote: *The boundary condition for the universe is its present state and it's not finite.* Brent How d

Re: The Cosmological Constant (CC)

2025-04-10 Thread Alan Grayson
On Thursday, April 10, 2025 at 9:43:20 PM UTC-6 Brent Meeker wrote: On 4/10/2025 8:34 PM, Alan Grayson wrote: *The boundary condition for the universe is its present state and it's not finite.* Brent How do you* know *that? ISTM, you're speculating and misreprese

Re: The Cosmological Constant (CC)

2025-04-10 Thread Alan Grayson
On Thursday, April 10, 2025 at 7:58:06 PM UTC-6 Brent Meeker wrote: On 4/10/2025 6:56 AM, Alan Grayson wrote: On Wednesday, April 9, 2025 at 6:14:52 PM UTC-6 Brent Meeker wrote: On 4/9/2025 4:42 PM, Alan Grayson wrote: On Thursday, April 3, 2025 at 12:48:49 AM UTC-6 Alan Grayson

[PATCH v2 0/1] hw/nvme: CMIC.MCTRS should be set automatically for multi-controller subsystems or by parameter

2025-04-10 Thread Alan Adamson
v2: - Change the parameter name from "cmic" to "cmic-mctrs". - If there is more than 1 controller in a subsystem, set CMIC.MCTRS for each controller whether or not the cmic-mctrs parameter is set. While testing Linux atomic writes with qemu-nvme v10.0.0-rc1, Linux was incorrectly displa

[PATCH v2 0/1] hw/nvme: CMIC.MCTRS should be set automatically for multi-controller subsystems or by parameter

2025-04-10 Thread Alan Adamson
v2: - Change the parameter name from "cmic" to "cmic-mctrs". - If there is more than 1 controller in a subsystem, set CMIC.MCTRS for each controller whether or not the cmic-mctrs parameter is set. While testing Linux atomic writes with qemu-nvme v10.0.0-rc1, Linux was incorrectly displa

[PATCH v2] hw/nvme: CMIC.MCTRS should be set automatically for multi-controller subsystems or by parameter

2025-04-10 Thread Alan Adamson
Parameter (See NVMe Specification for details): ,cmic-mctrs=BOOLEAN (default: off) Signed-off-by: Alan Adamson --- hw/nvme/ctrl.c | 15 ++- hw/nvme/nvme.h | 2 ++ hw/nvme/subsys.c | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/hw/nvme/ctrl.c b/hw/nvme

[PATCH v2] hw/nvme: CMIC.MCTRS should be set automatically for multi-controller subsystems or by parameter

2025-04-10 Thread Alan Adamson
Parameter (See NVMe Specification for details): ,cmic-mctrs=BOOLEAN (default: off) Signed-off-by: Alan Adamson --- hw/nvme/ctrl.c | 15 ++- hw/nvme/nvme.h | 2 ++ hw/nvme/subsys.c | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/hw/nvme/ctrl.c b/hw/nvme

Re: Opsdir early review of draft-ietf-bfd-secure-sequence-numbers-18

2025-04-10 Thread Alan DeKok
Thanks. I will address these comments, and the updated text will be available in the next revision of the document. > On Apr 6, 2025, at 8:04 AM, Yingzhen Qu via Datatracker > wrote: > > Document: draft-ietf-bfd-secure-sequence-numbers > Title: Meticulous Keyed ISAAC for BFD Authentication

Re: Vote for rename modlib to libelf

2025-04-10 Thread Alan C. Assis
+1 On Mon, Apr 7, 2025 at 6:13 AM chao an wrote: > Hi community, > > Some green hand and individual developer who are not familiar with nuttx > may be confused by the naming of modlib, in currect implement, modlib as an > elf loader and parser, does not provide any features other than elf. > > I

Re: RFR: 8353185: Introduce the concept of upgradeable files in context of JEP 493 [v4]

2025-04-10 Thread Alan Bateman
On Mon, 7 Apr 2025 13:35:57 GMT, Severin Gehwolf wrote: >> For JEP 493-enabled builds there are no JMODs. Certain files come from the >> installed JDK image when a user creates a custom run-time from it. This is >> problematic for example for files that often come from a different package >> (

Re: App library and accessing apps within groups which are presented graphically and inaccessible to Voiceover

2025-04-10 Thread Alan Lemly
My apologies if I misstated something. I thought I read a post on some list discussing some setting called AI or more than likely Apple Intelligence. I did not save the post but thought I remembered the setting being on the first screen entered after double tapping on Settings. Alan Sent from my

Re: Is the USA really in deep decline as Trump claims?

2025-04-10 Thread Alan Grayson
On Thursday, April 10, 2025 at 11:53:52 AM UTC-6 John Clark wrote: *Correction: Trump's tariff on China is actually 145% not 125% as I said, sorry. Trump said it was 125% and I foolishly believed he at least knew how big of a tariff he was putting on our most important trading partner, but of

Re: JDK-8352891 Performance improvements to ByteArrayOutputStream

2025-04-10 Thread Alan Bateman
On 08/04/2025 13:51, Engebretson, John wrote:   Brian, Alan, Markus, Chen – thank you for your feedback on this issue!  At this point we seem to agree that 1) there is merit to this idea, 2) nobody loves a new public class (including me), and 3) this is not a subclass of

[Anima] Re: [Last-Call] [Uta] Concern about draft-ietf-uta-require-tls13-10 with IoT protocols

2025-04-10 Thread Alan DeKok
(trimming things a bit) > On Apr 10, 2025, at 2:41 PM, Jared Mauch wrote: > > On Tue, Apr 08, 2025 at 11:23:44AM -0700, Eric Rescorla wrote: >> As Alan observes, we are talking about levies on new protocols, not >> existing protocols. These should be deployed with TL

RFR: 8351927: Change VirtualThread implementation to use use FJP delayed task handling

2025-04-10 Thread Alan Bateman
Follow up to JDK-8319447 to change the VirtualThread implementation to use FJP's delayed task handling. The SPTE based implementation is not removed. It will continue to be used by tests. If custom schedulers are exposed in the future then they will use this implementation. For timed-Object.wa

[Uta] Re: [Last-Call] Concern about draft-ietf-uta-require-tls13-10 with IoT protocols

2025-04-10 Thread Alan DeKok
(trimming things a bit) > On Apr 10, 2025, at 2:41 PM, Jared Mauch wrote: > > On Tue, Apr 08, 2025 at 11:23:44AM -0700, Eric Rescorla wrote: >> As Alan observes, we are talking about levies on new protocols, not >> existing protocols. These should be deployed with TL

Re: RFR: 8344708: Compiler Implementation of Module Import Declarations [v5]

2025-04-10 Thread Alan Bateman
On Thu, 10 Apr 2025 18:04:54 GMT, Jan Lahoda wrote: >> This is a patch to finalize the module imports feature. Please see: >> https://bugs.openjdk.org/browse/JDK-8344700 > > Jan Lahoda has updated the pull request incrementally with one additional > commit since the last revision: > > Reflect

[NTG-context] Re: \switchtobodyfont issue

2025-04-10 Thread Alan Bowen
}, pp.\ 504–505). } \stoptext Alan On Apr 10, 2025 at 13:44:01, Wolfgang Schuster < wolfgang.schuster.li...@gmail.com> wrote: > Am 10.04.2025 um 18:09 schrieb Alan Bowen: > > I have the following: > > \starttext > > > A. > > \switchtobodyfont[10pt]{ > > F

Re: [PATCH] kbuild: Require pahole >v1.29 with GENDWARFKSYMS and BTF on X86

2025-04-10 Thread Alan Maguire
evel/pahole/pahole.git ...prior to that, that would be great. Thanks! Alan

Re: Rtgdir last call review of draft-ietf-bfd-secure-sequence-numbers-18

2025-04-10 Thread Alan DeKok
Thanks. I will address these comments, and the updated text will be available in the next revision of the document. > On Mar 20, 2025, at 7:22 AM, Ben Niven-Jenkins via Datatracker > wrote: > > Reviewer: Ben Niven-Jenkins > Review result: Ready > > Hello, > > I have been selected as the

[NTG-context] Re: \switchtobodyfont issue

2025-04-10 Thread Alan Bowen
Oops. I forgot the macro definition: \def\modCyr#1{{\switchtobodyfont[dejavu]{#1}}} On Thu, Apr 10, 2025 at 12:09 PM Alan Bowen wrote: > I have the following: > \starttext > > A. > \switchtobodyfont[10pt]{ > First published by Stojan Novaković in 1877 in his anthology >

[NTG-context] \switchtobodyfont issue

2025-04-10 Thread Alan Bowen
at 9pt (no Russian is printed). The problem does not seem to be with dejavu. I have plainly missed something. But what? Alan ___ If your question is of interest to others as well, please add an entry to the Wiki

[Anima] Re: [Uta] [Last-Call] Re: Concern about draft-ietf-uta-require-tls13-10 with IoT protocols

2025-04-10 Thread Alan DeKok
andate TLS 1.3 now, but perhaps we will mandate it one day. I just don't see any of the current arguments against mandating TLS 1.3 changing in 10 or even 20 years. Alan DeKok. ___ Anima mailing list -- anima@ietf.org To unsubscribe send an email to anima-le...@ietf.org

Re: RFR: 8354189: Remove JLI_ReportErrorMessageSys on Windows

2025-04-10 Thread Alan Bateman
On Thu, 10 Apr 2025 08:03:58 GMT, Matthias Baesken wrote: > JLI_ReportErrorMessageSys is not used any more on Windows, so we can remove > it and make it UNIX-only (there a still a few remaining usages). I think this looks okay, can you update the copyright header dates before you integrate. -

[webkit-changes] [WebKit/WebKit] cc6226: [content-visibility] Do not layout inline content ...

2025-04-10 Thread Alan Baradlay
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: cc6226105c2c63dcdcba5e7cde9d8ee4408da9e3 https://github.com/WebKit/WebKit/commit/cc6226105c2c63dcdcba5e7cde9d8ee4408da9e3 Author: Alan Baradlay Date: 2025-04-10 (Thu, 10 Apr 2025) Changed paths: M

Re: RFR: 8353185: Introduce the concept of upgradeable files in context of JEP 493 [v5]

2025-04-10 Thread Alan Bateman
On Wed, 9 Apr 2025 16:10:20 GMT, Severin Gehwolf wrote: >> For JEP 493-enabled builds there are no JMODs. Certain files come from the >> installed JDK image when a user creates a custom run-time from it. This is >> problematic for example for files that often come from a different package >> (

Re: The Cosmological Constant (CC)

2025-04-10 Thread Alan Grayson
On Wednesday, April 9, 2025 at 6:14:52 PM UTC-6 Brent Meeker wrote: On 4/9/2025 4:42 PM, Alan Grayson wrote: On Thursday, April 3, 2025 at 12:48:49 AM UTC-6 Alan Grayson wrote: On Wednesday, April 2, 2025 at 6:03:49 AM UTC-6 Alan Grayson wrote: On Wednesday, April 2, 2025 at 5:21:27 AM

[Emu] Re: Adoption Call for draft-sawant-eap-ppt

2025-04-10 Thread Alan DeKok
rdless authentication > schemes such as the CTAP2 version of FIDO2." > > We could make some modifications to this if necessary. We also have some > items for provisioning. > > Alan DeKok. > ___ Emu mailing list -- emu@ietf.org To unsubscribe send an email to emu-le...@ietf.org

Re: RFR: 8353185: Introduce the concept of upgradeable files in context of JEP 493 [v5]

2025-04-10 Thread Alan Bateman
On Wed, 9 Apr 2025 16:10:20 GMT, Severin Gehwolf wrote: >> For JEP 493-enabled builds there are no JMODs. Certain files come from the >> installed JDK image when a user creates a custom run-time from it. This is >> problematic for example for files that often come from a different package >> (

Re: RFR: 8353185: Introduce the concept of upgradeable files in context of JEP 493 [v4]

2025-04-10 Thread Alan Bateman
On Tue, 8 Apr 2025 13:31:10 GMT, Severin Gehwolf wrote: >> src/jdk.jlink/share/classes/jdk/tools/jlink/internal/LinkableRuntimeImage.java >> line 71: >> >>> 69: private static InputStream getDiffInputStream(String module) throws >>> IOException { >>> 70: String resourceName = Strin

Re: RFR: 8353185: Introduce the concept of upgradeable files in context of JEP 493 [v4]

2025-04-10 Thread Alan Bateman
On Tue, 8 Apr 2025 13:31:10 GMT, Severin Gehwolf wrote: >> src/jdk.jlink/share/classes/jdk/tools/jlink/internal/LinkableRuntimeImage.java >> line 71: >> >>> 69: private static InputStream getDiffInputStream(String module) throws >>> IOException { >>> 70: String resourceName = Strin

Re: RFR: 8351740: Clean up some code around initialization of encoding properties [v2]

2025-04-10 Thread Alan Bateman
On Mon, 7 Apr 2025 23:43:29 GMT, Stuart Marks wrote: >> Some of the code that creates various encoding properties at JVM >> initialization time, such as file.encoding and native.encoding, could use >> some cleaning up. Cleanup is fairly minimal and should be mostly >> behavior-preserving. Chan

Re: RFR: 8352728: InternalError loading java.security due to Windows parent folder permissions

2025-04-09 Thread Alan Bateman
On Sat, 5 Apr 2025 02:36:43 GMT, Francisco Ferrari Bihurriet wrote: > Hi, this is a proposal to fix 8352728. > > The main idea is to replace > [`java.nio.file.Path::toRealPath`](https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/nio/file/Path.html#toRealPath(java.nio.file.LinkOp

[NetBehaviour] image of

2025-04-09 Thread Alan Sondheim via NetBehaviour
What if we were all around at the beginning. What if it begins ob nihilo for each one of us separately And together since time itself would have been created with any of these acts of creation which might as well be considered to be cool incidental. */image of cactus // image of car // image o

Re: [PATCH 0/1] hw/nvme: create parameter to enable/disable cmic on subsystem

2025-04-09 Thread alan . adamson
On 4/8/25 11:47 PM, Klaus Jensen wrote: On Apr 8 15:56, Alan Adamson wrote: While testing Linux atomic writes with qemu-nvme v10.0.0-rc1, Linux was incorrectly displaying atomic_write_max_bytes # cat /sys/block/nvme0n1/queue/atomic_write_max_bytes 0 # nvme id-ctrl /dev/nvme0n1 | grep awupf

Re: [PATCH 0/1] hw/nvme: create parameter to enable/disable cmic on subsystem

2025-04-09 Thread alan . adamson
On 4/8/25 11:47 PM, Klaus Jensen wrote: On Apr 8 15:56, Alan Adamson wrote: While testing Linux atomic writes with qemu-nvme v10.0.0-rc1, Linux was incorrectly displaying atomic_write_max_bytes # cat /sys/block/nvme0n1/queue/atomic_write_max_bytes 0 # nvme id-ctrl /dev/nvme0n1 | grep awupf

Re: The Cosmological Constant (CC)

2025-04-09 Thread Alan Grayson
On Thursday, April 3, 2025 at 12:48:49 AM UTC-6 Alan Grayson wrote: On Wednesday, April 2, 2025 at 6:03:49 AM UTC-6 Alan Grayson wrote: On Wednesday, April 2, 2025 at 5:21:27 AM UTC-6 John Clark wrote: On Wed, Apr 2, 2025 at 6:36 AM Alan Grayson wrote: *> If the universe has no bound

Re: App library and accessing apps within groups which are presented graphically and inaccessible to Voiceover

2025-04-09 Thread Alan Lemly
Evan, You are running iOS 18.4? This is very curious because there is obviously something within settings giving us different results. Alan Sent from my iPhoneOn Apr 9, 2025, at 2:36 PM, Evan Reese wrote: Yes, I don't use the app library on my 13 Mini, but I just

[Bug 2100963] Re: cloud-init fails with MAAS since Feb 4 update

2025-04-09 Thread Alan Baghumian
@Rrizun If you are using bonds, this is the issue: https://bugs.launchpad.net/bugs/2106671 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100963 Title: cloud-init fails with MAAS since Feb 4 update

Re: Vote for default crc16 directory to be CRC-16/XMODEM or CRC-16/IBM

2025-04-09 Thread Alan C. Assis
Agree! This will end this discussion! And it will make it clear what algorithm was used. BR, Alan On Wed, Apr 9, 2025 at 9:07 AM Nathan Hartman wrote: > I think the real problem here is that the function is called crc16() with > no details about which CRC polynomial is used. Maybe it&#x

Re: App library and accessing apps within groups which are presented graphically and inaccessible to Voiceover

2025-04-09 Thread Alan Lemly
the first screen opened when double tapping on Settings. Since my iPhone 13 Mini isn't capable of running AI, I don't have that setting but I'm curious how yours and Richard's are set. Thanks. Alan Sent from my iPhoneOn Apr 9, 2025, at 2:52 PM, Sieghard Weitzel wrote:

[Emu] Re: Adoption Call for draft-sawant-eap-ppt

2025-04-09 Thread Alan DeKok
m/emu-wg/charter/pull/4/files and indicate if you support > the charter revision. You may comment on the charter by responding to this > thread or commenting on the pull request. The charter updates describe one privacy-preserving proposal. Given the EAP-FIDO draft, should we allow for

[linux] Best mail list server hosting

2025-04-09 Thread Alan McKay via linux
This is not directly Linux related, but in our current incarnation we run mailman on an Ubuntu server on Amazon in I believe an EC2 instance It is a pretty active mailing list. Far more active than this one for the local beer and brewing community.. Currently costing about $37 a month and we are

Re: zLinux tape mounting

2025-04-09 Thread Alan Altmark
tever solutions other Linux servers are using. 3590 tapes just aren't very interesting to the Linux space, but they're perfectly usable for z/VM itself, if you had something like IBM Backup and Restore Manager and IBM Tape Manager. Regards, Alan Alan Altmark IBM Senior z/VM Engineer a

[auth48] Re: [AD] AUTH48: RFC-to-be 9765 for your review

2025-04-09 Thread Alan DeKok via auth48archive
On Apr 4, 2025, at 6:02 PM, Alice Russo wrote: > Alan, thank you for your reply. Please see the follow-up below. The revised > files are here (please refresh): Those look fine, thanks. > Re: #13, re: >> Perhaps also add a note: >> Further issues related to Message-Authen

Re: App library and accessing apps within groups which are presented graphically and inaccessible to Voiceover

2025-04-09 Thread Alan Lemly
grid and lets you double tap on one to open it. If you are able to do this, I will certainly agree that something else is in play and I hope it can be figured out what it is. Alan Sent from my iPhoneOn Apr 9, 2025, at 1:35 PM, Sieghard Weitzel wrote: Why then do I have no issues accessing

[webkit-changes] [WebKit/WebKit] 66f596: delta.com: Credit Card logo blocks credit card number

2025-04-09 Thread Alan Baradlay
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 66f5967f9a53831a66dedc5ef7e8df5c9351350a https://github.com/WebKit/WebKit/commit/66f5967f9a53831a66dedc5ef7e8df5c9351350a Author: Alan Baradlay Date: 2025-04-09 (Wed, 09 Apr 2025) Changed paths: A

Re: RFR: 8344708: Compiler Implementation of Module Import Declarations [v4]

2025-04-09 Thread Alan Bateman
On Wed, 2 Apr 2025 16:59:16 GMT, Jan Lahoda wrote: >> This is a patch to finalize the module imports feature. Please see: >> https://bugs.openjdk.org/browse/JDK-8344700 > > Jan Lahoda has updated the pull request incrementally with one additional > commit since the last revision: > > Reflecti

[kde] [Bug 502622] New: unknwon error

2025-04-09 Thread Alan S. Ferreira
https://bugs.kde.org/show_bug.cgi?id=502622 Bug ID: 502622 Summary: unknwon error Classification: I don't know Product: kde Version: unspecified Platform: Mer OS: Linux Status: REPORTED Keywords: drkon

Re: RFR: 8353938: hotspot/jtreg/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java fails on static JDK [v2]

2025-04-09 Thread Alan Bateman
On Tue, 8 Apr 2025 19:09:02 GMT, Jiangli Zhou wrote: >> Please review this PR that changes >> `LoadAgentDcmdTest.getLibInstrumentPath()` to not locate `libinstrument` >> shared library if running on static JDK, instead just returns >> "libinstrument." directly. Both test case #1 and #2 in >>

Re: RFR: 8353938: hotspot/jtreg/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java fails on static JDK [v3]

2025-04-09 Thread Alan Bateman
On Wed, 9 Apr 2025 17:14:27 GMT, Jiangli Zhou wrote: >> Please review this PR that changes >> `LoadAgentDcmdTest.getLibInstrumentPath()` to not locate `libinstrument` >> shared library if running on static JDK, instead just returns >> "libinstrument." directly. Both test case #1 and #2 in >>

Re: [MlMt] MailMate passed the CASA tier 2 security assessment (hurrah?)

2025-04-09 Thread Alan Ralph
he app passwords page, so it definitely gives credence to Google pushing folks towards OAuth and away from third-party apps & services. -- Alan On 9 Apr 2025, at 14:04, Benny Kjær Nielsen wrote: **Note:** This email is important for all Gmail users. You should read (the last part of) i

Re: zLinux tape mounting

2025-04-09 Thread Alan Altmark
There's no provision in Linux to mount a 3590 tape by volid. You may be able to use your tape management UI to manually load the (virtual) stacker with the tape you want. "mt load" would then load the next tape in the stacker. Regards, Alan Alan Altmark IBM Senior z/

Re: App library and accessing apps within groups which are presented graphically and inaccessible to Voiceover

2025-04-09 Thread Alan Lemly
more graphical presentations that VoiceOver doesn't speak. For instance, in the native Mail app, their is a More button in the upper right corner that you use to access whether you want messages grouped in categories or not and the checkmark used to indicate your selection is graphical and isn't

Re: RFR: 8354111: JavaDoc states that Iterator.remove() is linear in the LinkedBlockingDeque

2025-04-09 Thread Alan Bateman
On Tue, 8 Apr 2025 08:50:37 GMT, kabutz wrote: > One of the features of the LinkedBlockingDeque is that it is a doubly-linked > node queue, with pointers in each node to "prev" and "next", which allows > remove() in the Iterator to remove the node in constant time. However, in the > JavaDoc of

Integrated: 8351927: Change VirtualThread implementation to use use FJP delayed task handling

2025-04-09 Thread Alan Bateman
On Thu, 13 Mar 2025 10:48:14 GMT, Alan Bateman wrote: > Follow up to JDK-8319447 to change the VirtualThread implementation to use > FJP's delayed task handling. > > The SPTE based implementation is not removed. It will continue to be used by > tests. If custom scheduler

Integrated: 8351927: Change VirtualThread implementation to use use FJP delayed task handling

2025-04-09 Thread Alan Bateman
On Thu, 13 Mar 2025 10:48:14 GMT, Alan Bateman wrote: > Follow up to JDK-8319447 to change the VirtualThread implementation to use > FJP's delayed task handling. > > The SPTE based implementation is not removed. It will continue to be used by > tests. If custom scheduler

Re: RFR: 8344706: Compiler Implementation of Compact Source Files and Instance Main Methods [v3]

2025-04-09 Thread Alan Bateman
On Mon, 7 Apr 2025 21:07:36 GMT, Jan Lahoda wrote: >> This is a PR that implements JEP: Compact Source Files and Instance Main >> Methods. Changes include: >> - `java.io.IO` moved to `java.lang.IO`, and no longer uses >> `System.console()` to implement the methods (thanks to @stuart-marks) >> -

Re: RFR: 8344706: Compiler Implementation of Compact Source Files and Instance Main Methods [v3]

2025-04-09 Thread Alan Bateman
On Mon, 7 Apr 2025 18:28:21 GMT, Stuart Marks wrote: >> Someone is bound to ask why the readln method throw but the println methods >> don't. > > The IOError was carried over from Console.readLine(), which throws IOError on > error. Of course we're decoupled from Console now, but that was the o

Re: RFR: 8344706: Compiler Implementation of Compact Source Files and Instance Main Methods [v3]

2025-04-09 Thread Alan Bateman
On Mon, 7 Apr 2025 21:07:36 GMT, Jan Lahoda wrote: >> This is a PR that implements JEP: Compact Source Files and Instance Main >> Methods. Changes include: >> - `java.io.IO` moved to `java.lang.IO`, and no longer uses >> `System.console()` to implement the methods (thanks to @stuart-marks) >> -

Re: RFR: 8352773: JVMTI should disable events during java upcalls

2025-04-09 Thread Alan Bateman
On Wed, 9 Apr 2025 08:14:04 GMT, Serguei Spitsyn wrote: > As noted in [JDK-8352088](https://bugs.openjdk.org/browse/JDK-8352088), JVMTI > `GetThreadGroupChildren` does an upcall to java. This results in > a`ClassPrepare` event the first time it does this, and these events can cause > problems

Re: RFR: 8351927: Change VirtualThread implementation to use use FJP delayed task handling

2025-04-09 Thread Alan Bateman
On Wed, 9 Apr 2025 08:03:44 GMT, Viktor Klang wrote: >> It already does, no CAS if the current value is the new value. > > I meant the park permit. :) getAndSetParkPermit isn't changed in this PR. If the park permit is already granted then getAndSetParkPermit(true) doesn't do anything. More gen

Re: RFR: 8351927: Change VirtualThread implementation to use use FJP delayed task handling

2025-04-09 Thread Alan Bateman
On Wed, 9 Apr 2025 08:03:44 GMT, Viktor Klang wrote: >> It already does, no CAS if the current value is the new value. > > I meant the park permit. :) getAndSetParkPermit isn't changed in this PR. If the park permit is already granted then getAndSetParkPermit(true) doesn't do anything. More gen

Re: RFR: 8353888: Implement Key Derivation Function API [v2]

2025-04-08 Thread Alan Bateman
On Tue, 8 Apr 2025 21:03:18 GMT, Chen Liang wrote: >> Oh, I didn't know that. I've built this with JDK 24 as the boot JDK and see >> no problem. > > I think the dependency is in the CreateSymbols tool or something Yes, we've had issues with boot cycle builds at least, Jan has the details and I

Re: RFR: 8353888: Implement Key Derivation Function API [v2]

2025-04-08 Thread Alan Bateman
On Tue, 8 Apr 2025 21:03:18 GMT, Chen Liang wrote: >> Oh, I didn't know that. I've built this with JDK 24 as the boot JDK and see >> no problem. > > I think the dependency is in the CreateSymbols tool or something Yes, we've had issues with boot cycle builds at least, Jan has the details and I

Re: RFR: 8351927: Change VirtualThread implementation to use use FJP delayed task handling

2025-04-08 Thread Alan Bateman
On Tue, 8 Apr 2025 20:05:26 GMT, Viktor Klang wrote: >> Follow up to JDK-8319447 to change the VirtualThread implementation to use >> FJP's delayed task handling. >> >> The SPTE based implementation is not removed. It will continue to be used by >> tests. If custom schedulers are exposed in th

Re: RFR: 8351927: Change VirtualThread implementation to use use FJP delayed task handling

2025-04-08 Thread Alan Bateman
On Tue, 8 Apr 2025 20:05:26 GMT, Viktor Klang wrote: >> Follow up to JDK-8319447 to change the VirtualThread implementation to use >> FJP's delayed task handling. >> >> The SPTE based implementation is not removed. It will continue to be used by >> tests. If custom schedulers are exposed in th

[NTG-context] Re: character replace

2025-04-08 Thread alan . caruanambom
Thanks, just what I needed! ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage :

Re: App library and accessing apps within groups which are presented graphically and inaccessible to Voiceover

2025-04-08 Thread Alan Lemly
Thanks, Chris. I seldom use Spotlight and am glad to know of this feature it provides. Alan Sent from my iPhoneOn Apr 8, 2025, at 7:56 PM, Chris Chaffin wrote:Hi Alan,there are a couple of other ways you can delete apps from your phone.A quick way to browse a list of apps on your phone and

[PATCH 0/1] hw/nvme: create parameter to enable/disable cmic on subsystem

2025-04-08 Thread Alan Adamson
le: -device nvme-subsys,id=subsys0,cmic=on \ -device nvme,serial=deadbeef,id=nvme0,subsys=subsys0,atomic.dn=off,atomic.awun=31,atomic.awupf=15 \ -drive id=ns1,file=/dev/nullb3,if=none \ -device nvme-ns,drive=ns1,bus=nvme0,nsid=1,shared=false Alan Adamson (1): hw/nvme: create

[PATCH 1/1] hw/nvme: create parameter to enable/disable cmic on subsystem

2025-04-08 Thread Alan Adamson
Allow the value of CMIC to to be set via a new subsystem specific parameter. This removes the requirement that all subsystems must have the CMIC bit enabled. New NVMe Subsystem QEMU Parameter (See NVMe Specification for details): ,cmic=BOOLEAN (default: off) Signed-off-by: Alan Adamson

[PATCH 0/1] hw/nvme: create parameter to enable/disable cmic on subsystem

2025-04-08 Thread Alan Adamson
le: -device nvme-subsys,id=subsys0,cmic=on \ -device nvme,serial=deadbeef,id=nvme0,subsys=subsys0,atomic.dn=off,atomic.awun=31,atomic.awupf=15 \ -drive id=ns1,file=/dev/nullb3,if=none \ -device nvme-ns,drive=ns1,bus=nvme0,nsid=1,shared=false Alan Adamson (1): hw/nvme: create

[PATCH 1/1] hw/nvme: create parameter to enable/disable cmic on subsystem

2025-04-08 Thread Alan Adamson
Allow the value of CMIC to to be set via a new subsystem specific parameter. This removes the requirement that all subsystems must have the CMIC bit enabled. New NVMe Subsystem QEMU Parameter (See NVMe Specification for details): ,cmic=BOOLEAN (default: off) Signed-off-by: Alan Adamson

[NTG-context] Re: Draw cutting line

2025-04-08 Thread alan . caruanambom
Thanks you. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.prag

Re: App library and accessing apps within groups which are presented graphically and inaccessible to Voiceover

2025-04-08 Thread Alan Lemly
n the screen the installed apps are listed in the order of the amount of storage they use from most to least. Their is now a sort button that gives you the option of sorting them alphabetically. When you locate the app you want to remove, you can double tap it and a screen offering a delete option opens.

[Bug 2100963] Re: cloud-init fails with MAAS since Feb 4 update

2025-04-08 Thread Alan Baghumian
My pleasure @Rrizun In your deployments, do you happen to use OpenVSwitch bridges with your deployments? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100963 Title: cloud-init fails with MAAS since

Re: App library and accessing apps within groups which are presented graphically and inaccessible to Voiceover

2025-04-08 Thread Alan Lemly
le to access those apps because when I attempt to open the group they are in, they are presented graphically on my screen and are inaccessible. Alan Sent from my iPhoneOn Apr 8, 2025, at 1:30 PM, Joshua Hendrickson wrote:Alan, I never go in to the app library at all. I highly recommend you put some

[webkit-changes] [WebKit/WebKit] 71c309: [content-visibility] Incorrect getBoundingClientRe...

2025-04-08 Thread Alan Baradlay
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 71c309ad3050291030aefcb57705fd2a8c6e79b4 https://github.com/WebKit/WebKit/commit/71c309ad3050291030aefcb57705fd2a8c6e79b4 Author: Alan Baradlay Date: 2025-04-08 (Tue, 08 Apr 2025) Changed paths: A

Re: App library and accessing apps within groups which are presented graphically and inaccessible to Voiceover

2025-04-08 Thread Alan Lemly
ight be different or nonexistent for newer devices? Thanks. Alan Sent from my iPhoneOn Apr 8, 2025, at 12:20 PM, Sieghard Weitzel wrote: Are you sure you haven’t screen recognition somehow enabled when you are in the App Library? I have no issues reading or accessing apps from the App Library. I a

Re: [PATCH] hw/nvme: fix attachment of private namespaces

2025-04-08 Thread alan . adamson
Tested-by: Alan Adamson Reviewed-by: Alan Adamson

Re: RFR: 8343110: Add getChars(int, int, char[], int) to CharSequence and CharBuffer [v5]

2025-04-08 Thread Alan Bateman
On Sun, 30 Mar 2025 12:34:06 GMT, Markus KARG wrote: >> This Pull Request proposes an implementation for >> [JDK-8343110](https://bugs.openjdk.org/browse/JDK-8343110): Adding the new >> method `public void getChars(int srcBegin, int srcEnd, char[] dst, int >> dstBegin)` to the `CharSequence` i

[Anima] Re: Concern about draft-ietf-uta-require-tls13-10 with IoT protocols

2025-04-08 Thread Alan DeKok
ps a different question is "Do we want to avoid mandating TLS 1.3 for everyone *else* in the world, simply because one use-case refuses to upgrade?" My answer to that would be "no". The benefit gained everywhere else by mandating TLS 1.3 likely outweighs the minor problems of

[Uta] Re: [Anima] Concern about draft-ietf-uta-require-tls13-10 with IoT protocols

2025-04-08 Thread Alan DeKok
ps a different question is "Do we want to avoid mandating TLS 1.3 for everyone *else* in the world, simply because one use-case refuses to upgrade?" My answer to that would be "no". The benefit gained everywhere else by mandating TLS 1.3 likely outweighs the minor problems o

  1   2   3   4   5   6   7   8   9   10   >