[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/

2024-10-05 Thread Patrick Lauer
commit: 7bb39d881956dd090b6f57cba1c614b65057b370 Author: Patrick Lauer gentoo org> AuthorDate: Sun Oct 6 05:13:07 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Sun Oct 6 05:13:07 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb39d8

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

2024-10-05 Thread Patrick Nicolas
commit: 66f9e6bd830924926b5406241b415b48ded18c32 Author: Patrick Nicolas laposte net> AuthorDate: Sat Oct 5 22:19:42 2024 + Commit: Patrick Nicolas laposte net> CommitDate: Sat Oct 5 22:20:28 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/comm

User Survey - Weekend reminder!

2024-10-05 Thread Patrick McFadin
In case you missed it this week, Apache Cassandra User Survey is out and waiting for your input! I have some swag to send a random group, so do it before the survey closes this Thursday. *https://forms.gle/wFbt7SAzjFJupqef8 *

User Survey - Weekend reminder!

2024-10-05 Thread Patrick McFadin
In case you missed it this week, Apache Cassandra User Survey is out and waiting for your input! I have some swag to send a random group, so do it before the survey closes this Thursday. *https://forms.gle/wFbt7SAzjFJupqef8 *

User Survey - Weekend reminder!

2024-10-05 Thread Patrick McFadin
In case you missed it this week, Apache Cassandra User Survey is out and waiting for your input! I have some swag to send a random group, so do it before the survey closes this Thursday. *https://forms.gle/wFbt7SAzjFJupqef8 *

Re: [PATCH 2/2 v3] libstdc++: add std::is_virtual_base_of

2024-10-05 Thread Patrick Palka
On Fri, 2 Aug 2024, Jonathan Wakely wrote: > On Fri, 2 Aug 2024 at 10:35, Giuseppe D'Angelo wrote: > > > > Hello, > > > > On 31/07/2024 00:55, Jonathan Wakely wrote: > > > If __cpp_lib_is_virtual_base_of depends on __has_builtin, then that > > > will do the right thing for #ifdef __cpp_lib_is_virt

Re: [PATCH 2/2 v3] libstdc++: add std::is_virtual_base_of

2024-10-05 Thread Patrick Palka
On Fri, 2 Aug 2024, Jonathan Wakely wrote: > On Fri, 2 Aug 2024 at 10:35, Giuseppe D'Angelo wrote: > > > > Hello, > > > > On 31/07/2024 00:55, Jonathan Wakely wrote: > > > If __cpp_lib_is_virtual_base_of depends on __has_builtin, then that > > > will do the right thing for #ifdef __cpp_lib_is_virt

[gcc r15-4087] libstdc++: add std::is_virtual_base_of

2024-10-05 Thread Patrick Palka via Libstdc++-cvs
https://gcc.gnu.org/g:9fc5b8f956948e069d9b69ceed7316940bc798e2 commit r15-4087-g9fc5b8f956948e069d9b69ceed7316940bc798e2 Author: Giuseppe D'Angelo Date: Mon Jul 29 19:23:54 2024 +0200 libstdc++: add std::is_virtual_base_of Added by P2985R0 for C++26. This simply exposes the compil

[gcc r15-4086] libstdc++: Implement LWG 3664 changes to ranges::distance

2024-10-05 Thread Patrick Palka via Libstdc++-cvs
https://gcc.gnu.org/g:7c0d1e9f2a2f1d41d9eb755c36c871d92638c4b7 commit r15-4086-g7c0d1e9f2a2f1d41d9eb755c36c871d92638c4b7 Author: Patrick Palka Date: Sat Oct 5 13:48:06 2024 -0400 libstdc++: Implement LWG 3664 changes to ranges::distance libstdc++-v3/ChangeLog

Re: [RBW] First post - several questions (pbh/height, 650b vs 700, chainstay, etc)

2024-10-05 Thread Patrick Moore
9c848093-b5db-4d8a-a947-8015c6064ae4n%40googlegroups.com > <https://groups.google.com/d/msgid/rbw-owners-bunch/9c848093-b5db-4d8a-a947-8015c6064ae4n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Patrick Moore Alburquerque, Nuevo Mexico, Etats Unis d'Amerique, Orbi

Re: DVD.iso Fedora 40.

2024-10-05 Thread Patrick O'Callaghan
https://fedoraproject.org/workstation/download (or similar for other spins) poc On Sat, 5 Oct 2024 at 13:21, Ger van Dijck wrote: > > Maybe a stupid question : Where can I find the site to burn a DVD.iso > Fedora 40 ? > > > Ger van Dijck. > -- > Gemaakt met Opera's e-mailprogramma: http://www.

[gentoo-commits] repo/gentoo:master commit in: app-text/lowdown/

2024-10-04 Thread Patrick McLean
commit: 7e130591369be0ceaceea8b0621143c63af82555 Author: Patrick McLean gentoo org> AuthorDate: Fri Oct 4 19:25:21 2024 + Commit: Patrick McLean gentoo org> CommitDate: Fri Oct 4 19:25:38 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e

[PATCH] maintainers: update for dts

2024-10-04 Thread Patrick Robb
Paul and Patrick have been appointed as the new dts maintainers. Updating the MAINTAINERS file to reflect this. Signed-off-by: Patrick Robb --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 812463fe9f..5c8402707a 100644 --- a

[PATCH] libstdc++: Implement LWG 3664 changes to ranges::distance

2024-10-04 Thread Patrick Palka
Tested on x86_64-pc-linux-gnu, does this look OK for trunk/backports? -- >8 -- libstdc++-v3/ChangeLog: * include/bits/ranges_base.h (__distance_fn::operator()): Adjust iterator/sentinel overloads as per LWG 3664. * testsuite/24_iterators/range_operations/distance.cc:

[PATCH] libstdc++: Implement LWG 3664 changes to ranges::distance

2024-10-04 Thread Patrick Palka
Tested on x86_64-pc-linux-gnu, does this look OK for trunk/backports? -- >8 -- libstdc++-v3/ChangeLog: * include/bits/ranges_base.h (__distance_fn::operator()): Adjust iterator/sentinel overloads as per LWG 3664. * testsuite/24_iterators/range_operations/distance.cc:

[dolphin] [Bug 479283] Dolphin's trash reports containing 0 bytes of file space, even when files are present

2024-10-04 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=479283 Patrick Silva changed: What|Removed |Added CC||bugsefor...@gmx.com -- You are receiving this

[RBW] ISO SKF 126 mm bottom bracket bearing assembly

2024-10-04 Thread Patrick Moore
other stuff to trade too. Thanks. Patrick Moore, pedantically reminding all of us that "bottom bracket" properly refers to the tube, in ABQ, NM. -- Patrick Moore Alburquerque, Nuevo Mexico, Etats Unis d'Amer

Re: [PATCH 2/3] Release expanded template argument vector

2024-10-04 Thread Patrick Palka
On Thu, 3 Oct 2024, Jason Merrill wrote: > On 10/3/24 12:38 PM, Jason Merrill wrote: > > On 10/2/24 7:50 AM, Richard Biener wrote: > > > This reduces peak memory usage by 20% for a specific testcase. > > > > > > Bootstrapped and tested on x86_64-unknown-linux-gnu. > > > > > > It's very ugly so I

[gcc r15-4070] libstdc++/ranges: Implement various small LWG issues

2024-10-04 Thread Patrick Palka via Libstdc++-cvs
https://gcc.gnu.org/g:20165d0107abd0f839f2519818b904f029f4ae55 commit r15-4070-g20165d0107abd0f839f2519818b904f029f4ae55 Author: Patrick Palka Date: Fri Oct 4 10:01:39 2024 -0400 libstdc++/ranges: Implement various small LWG issues This implements the following small LWG issues

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/

2024-10-04 Thread Patrick Lauer
commit: a2939edea2dd549528da3bac6e88c2b7494968fe Author: Patrick Lauer gentoo org> AuthorDate: Fri Oct 4 11:54:10 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Fri Oct 4 11:54:10 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2939ed

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/files/, sys-cluster/ceph/

2024-10-04 Thread Patrick Lauer
commit: e0728e24f29a6de82909cda5d81017e7900ea8c4 Author: Patrick Lauer gentoo org> AuthorDate: Fri Oct 4 11:52:30 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Fri Oct 4 11:52:30 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0728e2

Re: [PATCH v6 25/37] board: emulation: Add QEMU sbsa support

2024-10-04 Thread Patrick Rudolph
Hi Simon, On Thu, Oct 3, 2024 at 3:50 PM Simon Glass wrote: > > Hi Tom, > > On Wed, 2 Oct 2024 at 19:35, Tom Rini wrote: > > > > On Wed, Oct 02, 2024 at 04:55:34PM -0600, Simon Glass wrote: > > > Hi Patrick, > > > > > > On Wed

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/

2024-10-03 Thread Patrick Lauer
commit: 10b766a772291fda8300eeb3480facc5c251591d Author: Patrick Lauer gentoo org> AuthorDate: Fri Oct 4 06:59:29 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Fri Oct 4 06:59:29 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b766a

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/

2024-10-03 Thread Patrick Lauer
commit: a49be95ff9b8638af6753f53763b05c76a5d5247 Author: Patrick Lauer gentoo org> AuthorDate: Fri Oct 4 06:56:06 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Fri Oct 4 06:57:56 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49be95

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/

2024-10-03 Thread Patrick Lauer
commit: 8a6a673c97067007557d1ba84920e0be17e7b713 Author: Patrick Lauer gentoo org> AuthorDate: Fri Oct 4 06:54:59 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Fri Oct 4 06:57:56 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6a673

Re: Topband: E51D Oct 1

2024-10-03 Thread W7TMT - Patrick
George, Thanks for your response. In my situation the commercial option is what I can best manage. I have several other KD9SV designs and they have been great. Tim, thanks for the choke suggestion. 73 W7TMT From: GEORGE WALLNER Sent: Thursday, October 3, 2024 18:43 To: W7TMT - Patrick

[PATCH] libstdc++/ranges: Implement various small LWG issues

2024-10-03 Thread Patrick Palka
Tested on x86_64-pc-linux-gnu, does this look OK for trunk/14 and perhaps 13? -- >8 -- This implements the following small LWG issues: 3848. adjacent_view, adjacent_transform_view and slide_view missing base accessor 3851. chunk_view::inner-iterator missing custom iter_move and iter_swap

[PATCH] libstdc++/ranges: Implement various small LWG issues

2024-10-03 Thread Patrick Palka
Tested on x86_64-pc-linux-gnu, does this look OK for trunk/14 and perhaps 13? -- >8 -- This implements the following small LWG issues: 3848. adjacent_view, adjacent_transform_view and slide_view missing base accessor 3851. chunk_view::inner-iterator missing custom iter_move and iter_swap

Re: Topband: E51D Oct 1

2024-10-03 Thread W7TMT - Patrick
George, If you have a moment a few more details about the feed-point amplifier would be appreciated. Is this a custom unit or an of-the-shelf commercial unit please? Thanks for your time. Patrick, W7TMT From: Topband on behalf of GEORGE WALLNER Sent

Re: [RBW] Re: Tics in the bars at the stem clamp - help

2024-10-03 Thread Patrick Moore
I'd never heard of mechanics' stethoscopes; thanks for bringing them up. But question: most creaks and clicks on bikes occur only when riding. How do you use one of these while on the bike? I think in particular of bottom bracket and seatpost noises. (And I can imagine the looks you'd get riding al

[jenkinsci/notification-plugin] 1eda6e: Adds dependabot configuration (#50)

2024-10-03 Thread &#x27;Patrick Reinhart' via Jenkins Commits
Branch: refs/heads/master Home: https://github.com/jenkinsci/notification-plugin Commit: 1eda6ef06af2b83c2e9ce9eb11247603b3efd939 https://github.com/jenkinsci/notification-plugin/commit/1eda6ef06af2b83c2e9ce9eb11247603b3efd939 Author: Patrick Reinhart Date: 2024-10-03 (Thu

2024 Apache Cassandra User Survey - Need your input.

2024-10-03 Thread Patrick McFadin
*Cassandra community!We've just launched our annual Apache Cassandra User Survey and need to hear from you! This isn't just any survey – it's YOUR chance to shape the direction and share your opinions about Cassandra. We've got Cassandra 5 out now, and 5.1 is already underway. The types of question

2024 Apache Cassandra User Survey - Need your input.

2024-10-03 Thread Patrick McFadin
*Cassandra community!We've just launched our annual Apache Cassandra User Survey and need to hear from you! This isn't just any survey – it's YOUR chance to shape the direction and share your opinions about Cassandra. We've got Cassandra 5 out now, and 5.1 is already underway. The types of question

2024 Apache Cassandra User Survey - Need your input.

2024-10-03 Thread Patrick McFadin
*Cassandra community!We've just launched our annual Apache Cassandra User Survey and need to hear from you! This isn't just any survey – it's YOUR chance to shape the direction and share your opinions about Cassandra. We've got Cassandra 5 out now, and 5.1 is already underway. The types of question

Re: CEP-32: Open-Telemetry integration

2024-10-03 Thread Patrick McFadin
>>> Since I have limited time working on the CEP-32, I'd appreciate the >>> collaboration to make this CEP the reality. >>> >>> Another thing I'm thinking of is to reduce its scope to only the >>> OpenTelemetry configuration and the way to work onl

core.git: Branch 'distro/collabora/co-24.04' - vcl/quartz

2024-10-02 Thread Patrick Luby (via logerrit)
vcl/quartz/SystemFontList.cxx | 54 +++--- 1 file changed, 41 insertions(+), 13 deletions(-) New commits: commit 71a448f55a0826c0356d569091a446141bc05ba0 Author: Patrick Luby AuthorDate: Mon Sep 30 19:58:56 2024 -0400 Commit: Miklos Vajna

Re: Cassandra Meetup October 11

2024-10-02 Thread Patrick McFadin
That's probably a Vinay question. I don't know if the auditorium at Netflix has that available. On Wed, Oct 2, 2024 at 11:11 AM Andrew Weaver wrote: > Will recordings or live streams be available? > > On Wed, Oct 2, 2024, 11:41 AM Patrick McFadin wrote: > >> Hi e

[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/

2024-10-02 Thread Patrick McLean
commit: 31678d15acc7ea08b8154bbac2662b7dc82fe279 Author: Patrick McLean gentoo org> AuthorDate: Wed Oct 2 23:11:07 2024 + Commit: Patrick McLean gentoo org> CommitDate: Wed Oct 2 23:11:57 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31

[gentoo-commits] repo/gentoo:master commit in: net-libs/libnftnl/

2024-10-02 Thread Patrick McLean
commit: a738827917697544f1573c266f740bdfe309c05e Author: Patrick McLean gentoo org> AuthorDate: Wed Oct 2 23:07:03 2024 + Commit: Patrick McLean gentoo org> CommitDate: Wed Oct 2 23:11:56 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7

[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/

2024-10-02 Thread Patrick McLean
commit: e860d667c836b277047691a94979ee7e3e99a217 Author: Patrick McLean gentoo org> AuthorDate: Wed Oct 2 23:11:31 2024 + Commit: Patrick McLean gentoo org> CommitDate: Wed Oct 2 23:11:58 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8

[plasmashell] [Bug 389261] On Wayland, sometimes an icon is not visible while it is dragged on desktop

2024-10-02 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=389261 Patrick Silva changed: What|Removed |Added Resolution|--- |WORKSFORME Status|CONFIRMED

Re: [RBW] Tics in the bars at the stem clamp - help

2024-10-02 Thread Patrick Moore
Let me add a +1 for the man who makes Doom bars. I don't use one of his bars but he very kindly did a small but critical rack modification for me at a very reasonable price; he's here in ABQ and did the work after Chauncey bailed on the bike brazing business. On Wed, Oct 2, 2024 at 11:40 AM Ryan F

Re: [RBW] Cycling caps: useful or merely decorative?

2024-10-02 Thread Patrick Moore
I recall looking hard for the best sweatband back when I did not wear caps but did wear helmets. I was a sweatband connoisseur. I even tried "The Gutt'r," a rubber channel device advertised along with Xray specs and Sea Monkeys and other weird trash in the classifieds at the back of *Bicycling.* It

Re: [RBW] Cycling caps: useful or merely decorative?

2024-10-02 Thread Patrick Moore
backup stash of Rivendell hats courtesy of Bill L. On Wed, Oct 2, 2024 at 8:53 AM John Dewey wrote: > Patrick, my tresses thinned out quite some > time ago and my hard shell is well ventilated so hats are required gear. > Along the way I’ve scorched my head and beak over and over so no

Re: [GNC] Cash Account

2024-10-02 Thread Patrick James via gnucash-user
As the GnuCash help page suggests, not all assets are equal, in that there exists different levels of asset liquidity. One use of this is the presentation of assets on the balance sheet. The greater the liquidity of an asset, the closer to to top the asset is listed. Personally in GnuCash I ass

Re: [GNC] Another "multi-account" logical issue - any advice on how to register this?

2024-10-02 Thread Patrick James via gnucash-user
> On 10/02/2024 8:26 AM PDT Bruce Griffis wrote: > If I need to pay 24 dollars just to get a 12 dollar item, it had better > have a value of 24 dollars just to sit on a shelf and look at it. Put differently, it's not a 12 dollar item. It's a 24 dollar item. So you are correct, the item needs t

Re: [PATCH] libstdc++: Enable _GLIBCXX_ASSERTIONS by default for -O0 [PR112808]

2024-10-02 Thread Patrick Palka
On Wed, 2 Oct 2024, Jonathan Wakely wrote: > I think we should do this. > > Tested x86_64-linux. > > -- >8 -- > > Too many users don't know about -D_GLIBCXX_ASSERTIONS and so are missing > valuable checks for C++ standard library preconditions. This change > enables libstdc++ assertions by defa

Re: [PATCH] libstdc++: Enable _GLIBCXX_ASSERTIONS by default for -O0 [PR112808]

2024-10-02 Thread Patrick Palka
On Wed, 2 Oct 2024, Jonathan Wakely wrote: > I think we should do this. > > Tested x86_64-linux. > > -- >8 -- > > Too many users don't know about -D_GLIBCXX_ASSERTIONS and so are missing > valuable checks for C++ standard library preconditions. This change > enables libstdc++ assertions by defa

Cassandra Meetup October 11

2024-10-02 Thread Patrick McFadin
eval and Back Pressure -* Vidhya Arvind, Netflix - *Incremental Repair Scheduling on C*, The Future of C* Repair -* Chris Lohfink, Netflix, Jaydeepkumar Chovatia, Uber - *Generative AI with Vector Search in Cassandra 5* - Patrick McFadin, DataStax - *Securely Processing petabytes of

core.git: Branch 'libreoffice-24-2' - vcl/quartz

2024-10-02 Thread Patrick Luby (via logerrit)
vcl/quartz/SystemFontList.cxx | 54 +++--- 1 file changed, 41 insertions(+), 13 deletions(-) New commits: commit 2a30aa03b63cf1598a16f3fa165f06cafc9ec6fa Author: Patrick Luby AuthorDate: Mon Sep 30 19:58:56 2024 -0400 Commit: Adolfo Jayme Barrientos

core.git: Branch 'libreoffice-24-8' - vcl/quartz

2024-10-02 Thread Patrick Luby (via logerrit)
vcl/quartz/SystemFontList.cxx | 56 ++ 1 file changed, 56 insertions(+) New commits: commit a6c02c2bdebc196e5e7113aecbfd8d2debf4bb06 Author: Patrick Luby AuthorDate: Mon Sep 30 19:58:56 2024 -0400 Commit: Patrick Luby CommitDate: Wed Oct 2 16

Re: [OMPI users] Performances problems with OpenMPI 5.0.5 and UCX 1.17.0 with Qlogiq infiniband

2024-10-02 Thread Patrick Begou via users
kaging/ I understand that now I must use libfabric and libfabric-devel (1.18.0-1.el9 available but not installed at this time) but looking at the rpms contents I only see psm2 and psm3 references and not psm. Any advices to build OpenMPI 5.05 with UCX in the jungle of infiniband for my Truescal

core.git: vcl/quartz

2024-10-02 Thread Patrick Luby (via logerrit)
vcl/quartz/SystemFontList.cxx | 54 +++--- 1 file changed, 41 insertions(+), 13 deletions(-) New commits: commit a4e9584c554ea018691b2c97d38cce3d83f8ea9a Author: Patrick Luby AuthorDate: Mon Sep 30 19:58:56 2024 -0400 Commit: Patrick Luby

[PATCH v6 37/37] CI: Enable qemu_sbsa

2024-10-02 Thread Patrick Rudolph
Add QEMU's SBSA ref board to azure pipelines and gitlab CI to run tests on it. TEST: Run on Azure pipelines and confirmed that tests succeed. Signed-off-by: Patrick Rudolph --- Changelog v6: - Add gitlab CI support --- .azure-pipelines.yml | 8 .gitlab-ci.yml | 11 +

[PATCH v6 36/37] configs: Add RPI4 ACPI defconfig

2024-10-02 Thread Patrick Rudolph
Allows to build the RPi4 with ACPI enabled. TEST: - Boots on qemu-system-aarch64 -machine raspi4b - Boots on real hardware with arm_64bit=1 in config.txt Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Simon Glass Cc: Matthias Brugger Cc: Peter Robinson --- Changelog v4

[PATCH v6 35/37] bloblist: Fix use of uninitialized variable

2024-10-02 Thread Patrick Rudolph
Initialize addr to zero which allows to build on the CI which is more strict. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass --- common/bloblist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/bloblist.c b/common/bloblist.c index 2008ab4d25..cf1a3b8b62

[PATCH v6 34/37] arm: mach-bcm283x: Enable ARMV8_MULTIENTRY

2024-10-02 Thread Patrick Rudolph
spi4b - APs on real hardware do not enter Linux, but continue spinning in their ACPI parking protocol spinloop. To be investigated. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Matthias Brugger Cc: Peter Robinson Cc: Tom Rini --- arch/arm/mach-bcm283x/Kconfig

[PATCH v6 33/37] arm: mach-bcm283x: Add ARMV8_MULTIENTRY support

2024-10-02 Thread Patrick Rudolph
he APs are released from reset and will enter U-Boot after it has been relocated as well. By default ARMV8_MULTIENTRY is not selected, keeping existing behaviour. TEST: All APs enter U-Boot when run on qemu-system-aarch64 and on real hardware. Signed-off-by: Patrick Rudolph Cc: Matthias B

[PATCH v6 32/37] arm: Implement read_mpidr on armv7

2024-10-02 Thread Patrick Rudolph
Implement read_mpidr() on armv7 to make use of it in generic code that compiles on both armv7 and armv8. Signed-off-by: Patrick Rudolph --- arch/arm/include/asm/system.h | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/include/asm/system.h b/arch/arm/include/asm/system.h

[PATCH v6 31/37] armv8: cpu: Enable ACPI parking protocol

2024-10-02 Thread Patrick Rudolph
mailbox with the OS to release the CPU. TEST: Boots all CPUs on qemu-system-aarch64 -machine raspi4b Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass --- arch/arm/cpu/armv8/start.S | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/cpu/armv8/start.S b/arch/arm/cpu

[PATCH v6 30/37] arm: cpu: Add ACPI parking protocol support

2024-10-02 Thread Patrick Rudolph
extended to other platforms, like ARMv7. TEST: Boots all CPUs on qemu-system-aarch64 -machine raspi4b Signed-off-by: Patrick Rudolph Cc: Simon Glass Cc: Tom Rini --- Changelog v2: - Use shorter function names - Drop the use of atomics, they do not work on real hardware - Rewrite code a

[PATCH v6 29/37] board: raspberrypi: Add ASL files from tianocore

2024-10-02 Thread Patrick Rudolph
9.0 without modifications, since it doesn't emulate PCIe yet. Signed-off-by: Simon Glass Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Simon Glass Cc: Matthias Brugger Cc: Peter Robinson --- Changelog v5: - Drop CPU device from DSDT - Add Extern to CPU devices in SSDT ---

[PATCH v6 28/37] arm: bcm283x: Generate ACPI tables

2024-10-02 Thread Patrick Rudolph
functions that needs to be implemented. When ACPI is not enabled the added code does nothing, keeping existing behaviour. TEST: Booted on RPi4 with only ACPI enabled, providing no FDT to the OS. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Simon Glass Cc: Matthias Brugger Cc: Peter

[PATCH v6 27/37] arm: mach-bcm283x: Bring in some header files from tianocore

2024-10-02 Thread Patrick Rudolph
From: Simon Glass These header files presumably duplicate things already in the U-Boot devicetree. For now, bring them in to get the ASL code and ACPI table code to compile. Signed-off-by: Simon Glass Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Acked-by: Matthias Brugger Cc

[PATCH v6 26/37] arm: mach-bcm283x: Map the ARM local MMIO as well

2024-10-02 Thread Patrick Rudolph
d accessed the GIC in C code without crash. 1: https://datasheets.raspberrypi.com/bcm2711/bcm2711-peripherals.pdf Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Acked-by: Matthias Brugger Cc: Matthias Brugger Cc: Peter Robinson --- arch/arm/mach-bcm283x/init.c | 2 +- 1 file

[PATCH v6 25/37] board: emulation: Add QEMU sbsa support

2024-10-02 Thread Patrick Rudolph
dora 40 1: Server Base System Architecture (SBSA) 2: https://www.qemu.org/docs/master/system/arm/sbsa.html Signed-off-by: Patrick Rudolph Cc: Peter Robinson Cc: Simon Glass Cc: Tom Rini --- Changelog v3: - Add GIC and GIC-ITS to devicetree - Select GICv3 driver - Drop acpi_fill_madt and use dr

[PATCH v6 24/37] common: Enable BLOBLIST_TABLES on arm

2024-10-02 Thread Patrick Rudolph
Allow to use BLOBLIST_TABLES on arm to store ACPI or other tables. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Tom Rini --- common/Kconfig | 1 + lib/Kconfig| 15 +-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/common/Kconfig b/common

[PATCH v6 23/37] drivers/arm: Implement acpi_fill_madt

2024-10-02 Thread Patrick Rudolph
mainboard code. TEST: Booted on QEMU sbsa-ref using GICV3 driver model generated MADT. Booted on QEMU raspb4 using GICV2 driver model generated MADT. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Simon Glass --- Changelog v4: - Read everything from the DT - Export

[PATCH v6 22/37] drivers: misc: irq-uclass: Update irq_get_by_index

2024-10-02 Thread Patrick Rudolph
upts" property doesn't contain a phandle as "interrupts-extended" does, so implement a new method to locate the interrupt-parent called irq_get_interrupt_parent(). TEST: Read the interrupts from the GIC node for ACPI MADT generation. Signed-off-by: Patrick Rudolph Reviewed-by:

[PATCH v6 21/37] arm: lib: Add GICV2 driver

2024-10-02 Thread Patrick Rudolph
Add a generic GICV2 driver that: - parses the DT and generates the ACPI MADT subtables - implement of_xlate() and allows irq_get_by_index() to return the correct interrupt mappings TEST: Booted on QEMU raspb4 using GICV2 driver model generated MADT. Signed-off-by: Patrick Rudolph Reviewed-by

[PATCH v6 20/37] arm: gic-v3-its: Implement of_xlate

2024-10-02 Thread Patrick Rudolph
Translate IRQs by implementing of_xlate() as required by irq_get_by_index() to parse interrupt properties. TEST: Booted on qemu sbsa-ref that has a GICV3. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass --- Changelog v6: - Update header order --- arch/arm/lib/gic-v3-its.c | 21

[PATCH v6 19/37] arm: gic-v3-its: Rename objects

2024-10-02 Thread Patrick Rudolph
The code accesses the gic-v3 node, but not the gic-v3-its node, thus rename the objects to clarify which node it operates on. The following commit will make use of the gic-v3-its node for real. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass --- arch/arm/lib/gic-v3-its.c | 10

[PATCH v6 18/37] drivers/cpu: Add generic armv8 cpu driver

2024-10-02 Thread Patrick Rudolph
reused on other CPU drivers that are compatible with armv8. TEST: Booted on QEMU sbsa and verify the driver binds to CPU nodes. Confirmed with FWTS that all ACPI processor devices are present. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Tom Rini Cc: Simon Glass

[PATCH v6 17/37] drivers: ata: Rename ahci_mvebu

2024-10-02 Thread Patrick Rudolph
to use the new Kconfig name as well. TEST: Booted on QEMU sbsa using the generic-ahci node. Signed-off-by: Patrick Rudolph Reviewed-by: Stefan Roese Cc: Tom Rini Cc: Stefan Roese --- MAINTAINERS | 2 +- configs/clearfog_defconfig

[PATCH v6 16/37] drivers: usb: Add generic XHCI

2024-10-02 Thread Patrick Rudolph
Add support for the generic XHCI driver that contains no SoC specific code. It can be used on platforms that simply work out of the box, like on emulated platforms. TEST: Booted on QEMU sbsa machine using the generic xhci driver. Signed-off-by: Patrick Rudolph Reviewed-by: Marek Vasut Cc: Tom

[PATCH v6 15/37] acpi: Add processor device

2024-10-02 Thread Patrick Rudolph
Add a new method to write the processor device identified by _HID ACPI0007, that is preferred over the Processor OpCode since ACPI 6.0. Fixes booting arm using ACPI only since the Processor OpCode isn't found valid by the Linux kernel. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glas

[PATCH v6 14/37] efi_loader: Allocate and write ACPI tables

2024-10-02 Thread Patrick Rudolph
I only. Signed-off-by: Patrick Rudolph Cc: Simon Glass Cc: Tom Rini --- Changelog v3: - Drop memalign and use efi_allocate_pages - Use log_debug instead of debug - Clarify commit message - Skip writing ACPI tables on sandbox - Rename function - Add function comment Changelog v6: - Update header

[PATCH v6 13/37] acpi_table: Support platforms with unusable RSDT

2024-10-02 Thread Patrick Rudolph
4GiB, like QEMU sbsa, the RSDT cannot be used. Allow both RSDT and XSDT to be null and only fill those tables that are present in acpi_add_table(). TEST: Fixes a crash on QEMU sbsa and allows to boot on QEMU sbsa. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Simon Glass Cc: Tom Rini

[PATCH v6 12/37] acpi: Move function prototype

2024-10-02 Thread Patrick Rudolph
Allow other architectures to use acpi_create_mcfg_mmconfig as well by moving the function prototype to common code. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Simon Glass --- arch/x86/include/asm/acpi_table.h | 2 -- include/acpi/acpi_table.h | 13 + 2

[PATCH v6 11/37] acpi: acpi_table: Add IORT support

2024-10-02 Thread Patrick Rudolph
The SoC can implement acpi_fill_iort to update the IORT table. Add a helper function to fill out the NAMED_COMPONENT node. TEST=Run FWTS V24.03.00 on RPi4 and round no problems. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Simon Glass --- include/acpi/acpi_table.h | 213

[PATCH v6 10/37] acpi: Add ACPITAB for PPTT and GTDT

2024-10-02 Thread Patrick Rudolph
Return the ACPI table revision in acpi_get_table_revision() for PPTT and GTDT. Match both to ACPI 6.2. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Simon Glass --- include/acpi/acpi_table.h | 2 ++ lib/acpi/acpi_table.c | 4 2 files changed, 6 insertions(+) diff --git

[PATCH v6 09/37] acpi: acpi_table: Bump revisions

2024-10-02 Thread Patrick Rudolph
The FADT structure found in U-Boot represents FADT revision 6 and the GICC and GICD structures defined in U-Boot are based on ACPI revision 6.3. Bump the table revision to fix FWTS failures seen on aarch64. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Simon Glass Cc: Bin Meng

[PATCH v6 08/37] acpi: Add fill_madt to acpi_ops

2024-10-02 Thread Patrick Rudolph
Add a new method to acpi_ops to let drivers fill out ACPI MADT. The code is unused for now until drivers implement the new ops. TEST: Booted on QEMU sbsa using driver model generated MADT. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Simon Glass --- Changelog v4: - Drop __weak

[PATCH v6 07/37] arm: acpi: Add generic ACPI methods

2024-10-02 Thread Patrick Rudolph
Add generic ACPI code to generate - MADT GICC - MADT GICD - MADT GICR - MADT GIC ITS - PPTT processor - PPTT cache as commonly used on arm platforms. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Tom Rini Cc: Simon Glass --- Changelog v2: - Add full comments to exported

[PATCH v6 06/37] acpi: Add define for GTDT

2024-10-02 Thread Patrick Rudolph
Add the interrupt flag used in ACPI GTDT table as define. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Simon Glass --- include/acpi/acpi_table.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/acpi/acpi_table.h b/include/acpi/acpi_table.h index a1bdab7305

[PATCH v6 05/37] serial: serial_pl01x: Implement .getinfo() for PL01

2024-10-02 Thread Patrick Rudolph
From: Maximilian Brune When ACPI is enabled on arm it will use the getinfo function to fill the SPCR ACPI table. Signed-off-by: Maximilian Brune Reviewed-by: Simon Glass Cc: Simon Glass Cc: Tom Rini --- boot/bootflow.c | 8 ++-- drivers/serial/serial_pl01x.c | 24

[PATCH v6 04/37] acpi: Fix typo

2024-10-02 Thread Patrick Rudolph
Rename ACPI tables MADR to MADT. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Simon Glass --- include/acpi/acpi_table.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/acpi/acpi_table.h b/include/acpi/acpi_table.h index c356df72ba

[PATCH v6 03/37] acpi: x86: Move MADT to common code

2024-10-02 Thread Patrick Rudolph
Write MADT in common code and let the SoC fill out the body by calling acpi_fill_madt() which must be implemented at SoC level. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Simon Glass Cc: Bin Meng --- Changelog v3: - Pass ACPI context to acpi_fill_madt --- arch/sandbox/lib

[PATCH v6 02/37] acpi: x86: Write FADT in common code

2024-10-02 Thread Patrick Rudolph
From: Maximilian Brune Write the FADT in common code since it's used on all architectures. Since the FADT is mandatory all SoCs or mainboards must implement the introduced function acpi_fill_fadt() and properly update the FADT. Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc:

[PATCH v6 01/37] acpi: x86: Move SPCR and DBG2 into common code

2024-10-02 Thread Patrick Rudolph
From: Maximilian Brune This moves the SPCR and DBG2 table generation into common code, so that they can be used by architectures other than x86. Signed-off-by: Maximilian Brune Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Cc: Simon Glass Cc: Bin Meng --- Changelog v2: - Do not

[PATCH v6 00/37] Implement ACPI on aarch64

2024-10-02 Thread Patrick Rudolph
une (3): acpi: x86: Move SPCR and DBG2 into common code acpi: x86: Write FADT in common code serial: serial_pl01x: Implement .getinfo() for PL01 Patrick Rudolph (32): acpi: x86: Move MADT to common code acpi: Fix typo acpi: Add define for GTDT arm: acpi: Add generic ACPI methods ac

[gdal-dev] Most Efficient MVT Creation

2024-10-01 Thread Patrick Young via gdal-dev
Also, is there a way to create just a single MVT with the driver? I think the answer is no (always creates all the tiles that cover the geometries) but I might have missed an option. Thanks! Patrick ___ gdal-dev mailing list gdal-dev@lists.

Re: [RBW] Re: Cycling caps: useful or merely decorative?

2024-10-01 Thread Patrick Moore
Just saw this; FWIW. Perhaps of interest: https://www.little-package.com/about "Little Package" is English for her last name, Paquette. She made good cycling caps. On Tue, Oct 1, 2024 at 1:25 PM Patrick Moore wrote: > Caroline, DBA Little Package, Portland OR, but apparently no

Re: [RBW] Re: Cycling caps: useful or merely decorative?

2024-10-01 Thread Patrick Moore
Caroline, DBA Little Package, Portland OR, but apparently no longer in the cycling cap business. On Tue, Oct 1, 2024 at 1:00 PM Patrick Moore wrote: > ... I recall talking to a woman who made custom caps -- I ordered a dozen > or so between summer cotton and winter wool over the years

Re: [RBW] Re: Cycling caps: useful or merely decorative?

2024-10-01 Thread Patrick Moore
One more, and then I'll shut up: the proper term apparently is *casquette.* https://en.wikipedia.org/wiki/Casquette Etiquette: https://www.cyclingweekly.com/news/product-news/how-to-wear-a-cycling-cap-296969 Patrick "No, I'm not serious" Moore, who wears them for reasons of

Re: [RBW] Re: Cycling caps: useful or merely decorative?

2024-10-01 Thread Patrick Moore
ners Bunch" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rbw-owners-bunch+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/rbw-owners-bunch/CALimyf%2BDZfkfMDCTmw98zrwL79AU1WzRkRPpM7f

[RBW] Cycling caps: useful or merely decorative?

2024-10-01 Thread Patrick Moore
Rivendell and a Cheviot now in rotation and about 3-4 in reserve. I'm glad the the Riv caps are far better made and more durable than the retro team caps. Who on list uses cycling caps for cycling? Patrick Moore, whose beloved ancient bright yellow Campy cap blew off in a headwind, in ABQ, NM.

Re: [GNC] Cash Account

2024-10-01 Thread Patrick James via gnucash-user
> On 10/01/2024 9:44 AM PDT Chris Miller via gnucash-user > wrote: > > > Hi Folks, > > These are GnuCash questions; not accounting questions: > > > * How do "Cash", "Bank" and "Asset" accounts different from each other? > They are all assets ... > * How do "Liability" and "Credi

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/, sys-cluster/ceph/files/

2024-10-01 Thread Patrick Lauer
commit: 9926bd53f3da2dad26bc5517390241982bfa70e3 Author: Patrick Lauer gentoo org> AuthorDate: Tue Oct 1 09:29:21 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Tue Oct 1 09:32:46 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9926bd5

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/

2024-10-01 Thread Patrick Lauer
commit: 47ece7ebea309e76ba77c1d0148ea91e68702dc2 Author: Patrick Lauer gentoo org> AuthorDate: Tue Oct 1 09:31:00 2024 + Commit: Patrick Lauer gentoo org> CommitDate: Tue Oct 1 09:32:47 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ece7e

  1   2   3   4   5   6   7   8   9   10   >