Re: [PATCH 02/25] target/i386: rewrite flags writeback for ADCX/ADOX

2024-06-08 Thread Richard Henderson
fusing... :-) Otherwise, Reviewed-by: Richard Henderson r~

[LyX/2.4.x] Fix Python warning of invalid escape in lyx_pot.py

2024-06-08 Thread Richard Kimberly Heck
commit 9c16e25a84c3c1d813c0e4c2e5fa83e4965836ac Author: Scott Kostyshak Date: Sat Jun 8 11:54:44 2024 -0400 Fix Python warning of invalid escape in lyx_pot.py Newer Python versions (e.g., Python 3.12.3) gave the following warning: po/lyx_pot.py:607: SyntaxWarning:

[gentoo-commits] repo/proj/guru:dev commit in: media-sound/rsgain/

2024-06-08 Thread Richard Fröhning
commit: f36687324bb911ac4a9a08c6576a9d32df594b97 Author: Richard Fröhning gmx net> AuthorDate: Sat Jun 8 17:30:57 2024 + Commit: Richard Fröhning gmx net> CommitDate: Sat Jun 8 17:32:39 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3

Re: Two adjacent clefs

2024-06-08 Thread Richard Shann
On Sat, 2024-06-08 at 08:09 -0700, Knute Snortum wrote: > On Sat, Jun 8, 2024 at 7:03 AM Richard Shann > wrote: > > I think it's not uncommon for two clefs to appear side by side at > > the > > start of a piece (e.g. when a piano piece starts with both staves > > i

Re: [PATCH 01/25] target/i386: remove CPUX86State argument from generator functions

2024-06-08 Thread Richard Henderson
+- target/i386/tcg/decode-new.c.inc | 4 +- target/i386/tcg/emit.c.inc | 572 +++ 3 files changed, 289 insertions(+), 289 deletions(-) Yay! Reviewed-by: Richard Henderson r~

Two adjacent clefs

2024-06-08 Thread Richard Shann
I think it's not uncommon for two clefs to appear side by side at the start of a piece (e.g. when a piano piece starts with both staves in bass clef so as to alert the pianist that the upper staff is not in treble clef). How is this done in LilyPond? Richard Shann

RE: learning to play guitar and other stringed instruments as a blind person

2024-06-08 Thread Richard Turner
Accessible Banjo Chords The title: “Accessible Chords and Scales “ is at heading level 2 and each instrument has its own link, but the active links didn’t copy into this email…. I put it just below the braille music info on my site, which you also had provided. Later, Richard, USA

Bug#1072801: ITP: lsix -- Show thumbnails in terminal using sixel graphics

2024-06-08 Thread Richard Lewis
Blair Noctis writes: > Package: wnpp > Severity: wishlist > Owner: Blair Noctis > X-Debbugs-Cc: debian-de...@lists.debian.org, n...@sail.ng > > * Package name: lsix > Version : 1.8.2 > Upstream Contact: b9 > * URL : https://github.com/hackerb9/lsix > * License

Bug#1072801: ITP: lsix -- Show thumbnails in terminal using sixel graphics

2024-06-08 Thread Richard Lewis
Blair Noctis writes: > Package: wnpp > Severity: wishlist > Owner: Blair Noctis > X-Debbugs-Cc: debian-de...@lists.debian.org, n...@sail.ng > > * Package name: lsix > Version : 1.8.2 > Upstream Contact: b9 > * URL : https://github.com/hackerb9/lsix > * License

Re: [RFC/RFA] [PATCH 06/12] aarch64: Implement new expander for efficient CRC computation

2024-06-08 Thread Richard Sandiford
+ emit_insn (gen_aarch64_crc32c (crc_result, crc, > +data)); > + emit_move_insn (operands[0], > + gen_lowpart (GET_MODE (operands[0]), crc_result)); If operands[0] has ALLX mode (== SImode), it looks like

Re: system.properties file not the same between apache-tomee-9.1.3-microprofile and apache-tomee-9.1.3-plus

2024-06-08 Thread Richard Zowalla
Yes and yes. Am 8. Juni 2024 12:27:49 MESZ schrieb COURTAULT Francois : >THALES GROUP LIMITED DISTRIBUTION to email recipients > >Hello everyone, > >I think I have reported that for TomEE 8.0.x. >If I download apache-tomee-9.1.3-microprofile at look at the system.properties >content, I am able

Re: [RFC/RFA] [PATCH 03/12] RISC-V: Add CRC expander to generate faster CRC.

2024-06-08 Thread Richard Sandiford
0); } return quotient; } I realise there are many ways of writing this out there though, so that's just a suggestion. (And only lightly tested.) FWIW, we could easily extend the interface to work on wide_ints if we ever need it for N>63. Thanks, Richard > + > + q.create

Re: Installing cross-compiled packages alongside a cross-compile toolchain

2024-06-07 Thread Richard Sent
s own section.) The closest I can think of is wrapping your Guix software as a package and using --target, but this is often too much of a barrier to entry when all you want is a simple development environment. Anything making cross-compilation easier is a good thing in my eyes. [1]: https://guix.gnu.org/en/cookbook/en/guix-cookbook.html#Build-Manifest -- Take it easy, Richard Sent Making my computer weirder one commit at a time.

Re: Value in adding Shepherd requirements to file-systems entries?

2024-06-07 Thread Richard Sent
(type "dummy")) --8<---cut here---end--->8--- That's from me trying to create a file-system record with the requirements field instead of shepherd-requirements. [1]: https://issues.guix.gnu.org/70542#19 -- Take it easy, Richard Sent Making my computer weirder one commit at a time.

Re: [PATCH v3 1/6] Add an "info pg" command that prints the current page tables

2024-06-07 Thread Richard Henderson
On 6/6/24 07:02, Don Porter wrote: +/** + * get_pte - Copy the contents of the page table entry at node[i] into pt_entry. + * Optionally, add the relevant bits to the virtual address in + * vaddr_pte. + * + * @cs - CPU state + * @node - physical address of the current page

Re: [PATCH v3 1/6] Add an "info pg" command that prints the current page tables

2024-06-07 Thread Richard Henderson
On 6/6/24 07:02, Don Porter wrote: +/** + * _for_each_pte - recursive helper function + * + * @cs - CPU state + * @fn(cs, data, pte, vaddr, height) - User-provided function to call on each + * pte. + * * @cs - pass through cs + * * @data - user-provided,

Re: [PATCH 1/4] target/ppc: Moving VSX scalar storage access insns to decodetree.

2024-06-07 Thread Richard Henderson
, 49 insertions(+), 54 deletions(-) Reviewed-by: Richard Henderson r~

Re: [PATCH 0/3] bsd-user: Baby Steps towards eliminating qemu_host_page_size, et al

2024-06-07 Thread Richard Henderson
On 6/6/24 21:25, Warner Losh wrote: Warner Losh (3): linux-user: Adjust comment to reflect the code. bsd-user: port linux-user:ff8a8bbc2ad1 for variable page sizes bsd-user: Catch up to run-time reserved_va math Reviewed-by: Richard Henderson r~

Re: [PATCH 4/4] target/ppc: Move VSX fp compare insns to decodetree.

2024-06-07 Thread Richard Henderson
;rc ? cpu_crf[6] : tcg_temp_new_i32(); helper(dest, ...) Anyway, Reviewed-by: Richard Henderson r~

Re: [PATCH 2/4] target/ppc: Move VSX vector with length storage access insns to decodetree.

2024-06-07 Thread Richard Henderson
On 6/7/24 07:49, Chinmay Rath wrote: +static bool do_ld_st_vl(DisasContext *ctx, arg_X *a, +void (*helper)(TCGv_ptr, TCGv, TCGv_ptr, TCGv)) +{ +TCGv EA; +TCGv_ptr xt; +if (a->rt < 32) { +REQUIRE_VSX(ctx); +} else { +REQUIRE_VECTOR(ctx); +

Re: [PATCH v3 6/6] Convert x86_mmu_translate() to use common code.

2024-06-07 Thread Richard Henderson
On 6/6/24 07:02, Don Porter wrote: Signed-off-by: Don Porter --- target/i386/arch_memory_mapping.c| 44 +++- target/i386/cpu.h| 5 +- target/i386/helper.c | 374 +++ target/i386/tcg/sysemu/excp_helper.c | 2 +- 4 files

Re: Announcements about Buster LTS reaching EOL, and Bullseye moving over to LTS

2024-06-07 Thread Richard Lewis
Santiago Ruano Rincón writes: > Dear Publicity, Localization and Internationalization Teams, > > I've added to the publicity-team/announcements repository two > announcements, the first for Buster LTS reaching EOL, and the second for > Bullseye moving over LTS: > > [Buster LTS EOL] >

Re: Accessible Air Fryer

2024-06-07 Thread Richard Turner
. That could give you a range to try. I seldom use the presets. I tend to use our Foreman for chops and steaks just because I like the way they come out. Richard, USA“Grandma always told us, “Be careful when you pray for patience. God stores it on the other side of Hell and you will have to go through Hell

Re: [PATCH v3 5/6] Move tcg implementation of x86 get_physical_address into common helper code.

2024-06-07 Thread Richard Henderson
On 6/6/24 07:02, Don Porter wrote: Signed-off-by: Don Porter --- target/i386/cpu.h| 42 ++ target/i386/helper.c | 515 + target/i386/tcg/sysemu/excp_helper.c | 555 +-- 3 files changed, 562 insertions(+),

[tbb-commits] [Git][tpo/applications/tor-browser-build] Pushed new tag mb-13.5a9-build1

2024-06-07 Thread richard (@richard)
richard pushed new tag mb-13.5a9-build1 at The Tor Project / Applications / tor-browser-build -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/mb-13.5a9-build1 You're receiving

[tor-commits] [Git][tpo/applications/tor-browser-build] Pushed new tag mb-13.5a9-build1

2024-06-07 Thread richard (@richard) via tor-commits
richard pushed new tag mb-13.5a9-build1 at The Tor Project / Applications / tor-browser-build -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/mb-13.5a9-build1 You're receiving

[tor-commits] [Git][tpo/applications/tor-browser-build] Pushed new tag tbb-13.5a9-build1

2024-06-07 Thread richard (@richard) via tor-commits
richard pushed new tag tbb-13.5a9-build1 at The Tor Project / Applications / tor-browser-build -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/tbb-13.5a9-build1 You're receiving

[tbb-commits] [Git][tpo/applications/tor-browser-build] Pushed new tag tbb-13.5a9-build1

2024-06-07 Thread richard (@richard)
richard pushed new tag tbb-13.5a9-build1 at The Tor Project / Applications / tor-browser-build -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/tbb-13.5a9-build1 You're receiving

[tbb-commits] [Git][tpo/applications/firefox-android] Pushed new tag firefox-android-115.2.1-13.5-1-build11

2024-06-07 Thread richard (@richard)
richard pushed new tag firefox-android-115.2.1-13.5-1-build11 at The Tor Project / Applications / firefox-android -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/tree/firefox-android

[tor-commits] [Git][tpo/applications/firefox-android] Pushed new tag firefox-android-115.2.1-13.5-1-build11

2024-06-07 Thread richard (@richard) via tor-commits
richard pushed new tag firefox-android-115.2.1-13.5-1-build11 at The Tor Project / Applications / firefox-android -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/tree/firefox-android

[tor-commits] [Git][tpo/applications/mullvad-browser] Pushed new tag mullvad-browser-115.12.0esr-13.5-1-build2

2024-06-07 Thread richard (@richard) via tor-commits
richard pushed new tag mullvad-browser-115.12.0esr-13.5-1-build2 at The Tor Project / Applications / Mullvad Browser -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/tree/mullvad-browser

[tbb-commits] [Git][tpo/applications/mullvad-browser] Pushed new tag mullvad-browser-115.12.0esr-13.5-1-build2

2024-06-07 Thread richard (@richard)
richard pushed new tag mullvad-browser-115.12.0esr-13.5-1-build2 at The Tor Project / Applications / Mullvad Browser -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/tree/mullvad-browser

[tor-commits] [Git][tpo/applications/tor-browser] Pushed new tag tor-browser-115.12.0esr-13.5-1-build2

2024-06-07 Thread richard (@richard) via tor-commits
richard pushed new tag tor-browser-115.12.0esr-13.5-1-build2 at The Tor Project / Applications / Tor Browser -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/tor-browser-115.12.0esr

[tbb-commits] [Git][tpo/applications/tor-browser] Pushed new tag tor-browser-115.12.0esr-13.5-1-build2

2024-06-07 Thread richard (@richard)
richard pushed new tag tor-browser-115.12.0esr-13.5-1-build2 at The Tor Project / Applications / Tor Browser -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/tor-browser-115.12.0esr

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.12.0esr-13.5-1] Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug

2024-06-07 Thread richard (@richard) via tor-commits
richard pushed to branch mullvad-browser-115.12.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser Commits: d82b4689 by Edgar Chen at 2024-06-07T22:22:01+00:00 Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug Differential Revision: https

[tbb-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.12.0esr-13.5-1] Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug

2024-06-07 Thread richard (@richard)
richard pushed to branch mullvad-browser-115.12.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser Commits: d82b4689 by Edgar Chen at 2024-06-07T22:22:01+00:00 Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug Differential Revision: https

[tbb-commits] [Git][tpo/applications/tor-browser][base-browser-115.12.0esr-13.5-1] Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug

2024-06-07 Thread richard (@richard)
richard pushed to branch base-browser-115.12.0esr-13.5-1 at The Tor Project / Applications / Tor Browser Commits: 7e85a0ee by Edgar Chen at 2024-06-07T22:21:07+00:00 Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug Differential Revision: https

[tor-commits] [Git][tpo/applications/tor-browser][base-browser-115.12.0esr-13.5-1] Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug

2024-06-07 Thread richard (@richard) via tor-commits
richard pushed to branch base-browser-115.12.0esr-13.5-1 at The Tor Project / Applications / Tor Browser Commits: 7e85a0ee by Edgar Chen at 2024-06-07T22:21:07+00:00 Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug Differential Revision: https

Re: [Freedos-devel] prog lang. year for watcom compiler/programming book list?

2024-06-07 Thread Richard Stoltenberg via Freedos-devel
bug fixes. Thanks now can try to fix code. On Thu, May 23, 2024 at 2:02 AM Bernd Böckmann via Freedos-devel < freedos-devel@lists.sourceforge.net> wrote: > Hello Richard, > > C in general and Open Watcom in particular are good choices for DOS > programming. The other free optio

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.12.0esr-13.5-1] Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug

2024-06-07 Thread richard (@richard) via tor-commits
richard pushed to branch tor-browser-115.12.0esr-13.5-1 at The Tor Project / Applications / Tor Browser Commits: 020b1edd by Edgar Chen at 2024-06-07T22:01:05+00:00 Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug Differential Revision: https

[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-115.12.0esr-13.5-1] Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug

2024-06-07 Thread richard (@richard)
richard pushed to branch tor-browser-115.12.0esr-13.5-1 at The Tor Project / Applications / Tor Browser Commits: 020b1edd by Edgar Chen at 2024-06-07T22:01:05+00:00 Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug Differential Revision: https

[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41160: Enable build of Tor Browser rpm/deb packages for nightly only

2024-06-07 Thread richard (@richard)
richard pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: b307a74e by Nicolas Vigier at 2024-06-07T09:32:04+02:00 Bug 41160: Enable build of Tor Browser rpm/deb packages for nightly only Until #41159 is fixed, disable building packages for alpha releases

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41160: Enable build of Tor Browser rpm/deb packages for nightly only

2024-06-07 Thread richard (@richard) via tor-commits
richard pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: b307a74e by Nicolas Vigier at 2024-06-07T09:32:04+02:00 Bug 41160: Enable build of Tor Browser rpm/deb packages for nightly only Until #41159 is fixed, disable building packages for alpha releases

[tbb-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Add Tor integration and UI

2024-06-07 Thread richard (@richard)
richard pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / Applications / firefox-android Commits: 1cf0ae40 by Dan Ballard at 2024-06-07T11:08:19-07:00 fixup! Add Tor integration and UI Bug 42593: Also persisting of bridges set to off, support enabling bridges once

[tor-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Add Tor integration and UI

2024-06-07 Thread richard (@richard) via tor-commits
richard pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / Applications / firefox-android Commits: 1cf0ae40 by Dan Ballard at 2024-06-07T11:08:19-07:00 fixup! Add Tor integration and UI Bug 42593: Also persisting of bridges set to off, support enabling bridges once

Re: [PATCH 3/4] target/ppc: Move VSX vector storage access insns to decodetree.

2024-06-07 Thread Richard Henderson
deletions(-) Because the ops are identical, Reviewed-by: Richard Henderson But you really should update these to use tcg_gen_qemu_ld/st_i128 with the proper atomicity flags. This will fix an existing bug... +static bool trans_LXVD2X(DisasContext *ctx, arg_LXVD2X *a) { TCGv EA

Re: Scrolling unresponsive in LyX 2.4.0

2024-06-07 Thread Richard Kimberly Heck
On 6/7/24 15:13, Hung-Tzu Chang via lyx-users wrote: I recently installed LyX 2.4.0 on macOS 12.7.5(intel) and found that scrolling plain-text (revtex4-2, with several sections with math, comments and LyX note plus an appendix but no figures) documents created by LyX 2.3.7 tends to lag. This

[LyX/2.4.1-devel] Status

2024-06-07 Thread Richard Kimberly Heck
commit e01397f1dbd9e96e2b8dfb27eeb268567b491c9d Author: Richard Kimberly Heck Date: Fri Jun 7 15:59:27 2024 -0400 Status --- status.24x | 2 ++ 1 file changed, 2 insertions(+) diff --git a/status.24x b/status.24x index 77db9f4f7e..6acb1dedba 100644 --- a/status.24x +++ b/status.24x

[LyX/2.4.1-devel] Fix table crash reported on Windows.

2024-06-07 Thread Richard Kimberly Heck
commit 4bd03197d1482d982ef73541e5ba92c612784d4f Author: Richard Kimberly Heck Date: Sun Jun 2 14:12:23 2024 -0400 Fix table crash reported on Windows. (cherry picked from commit 3e796c680a11593bd09433be22bec45dcfe0d7a7) --- src/insets/InsetTabular.cpp | 14 -- 1 file

Re: Uncompatiable syntax of \set_color

2024-06-07 Thread Richard Kimberly Heck
On 6/7/24 14:49, José Matos wrote: On Fri, 2024-06-07 at 13:50 -0400, Richard Kimberly Heck wrote: I think this was meant to be handled in the prefs2prefs script. Check the file prefs2prefs_prefs.py, especially the add_dark_color routine. Riki Isn't prefs2prefs run directly over

[jira] [Created] (STORM-4058) Provide ClusterMetrics via a Prometheus Preparable Reporter

2024-06-07 Thread Richard Zowalla (Jira)
Richard Zowalla created STORM-4058: -- Summary: Provide ClusterMetrics via a Prometheus Preparable Reporter Key: STORM-4058 URL: https://issues.apache.org/jira/browse/STORM-4058 Project: Apache Storm

[TLS]Re: Curve-popularity data?

2024-06-07 Thread Richard Barnes
here, the relevant IANA registries are Specification Required. The TLS WG doesn't need to do anything for a curve+PQ hybrid to be used with TLS. --Richard ___ TLS mailing list -- tls@ietf.org To unsubscribe send an email to tls-le...@ietf.org

[jira] [Created] (STORM-4057) Fix Worker Termination in K8S with Security Context

2024-06-07 Thread Richard Zowalla (Jira)
Richard Zowalla created STORM-4057: -- Summary: Fix Worker Termination in K8S with Security Context Key: STORM-4057 URL: https://issues.apache.org/jira/browse/STORM-4057 Project: Apache Storm

Re: Uncompatiable syntax of \set_color

2024-06-07 Thread Richard Kimberly Heck
On 6/7/24 11:33, Udicoudco wrote: Hello all, The old syntax of \set_color in 2.3 was \set_color "lyxcolorname" "color in normal mode" but now it is \set_color "lyxcolorname" "color in normal mode" "color in darkmode" and so all the color schemes in https://wiki.lyx.org/Tips/ColorSchemes or

Re: Tip: Modifying the shortcut directories in the open/save-as system dialogs

2024-06-07 Thread Richard Kimberly Heck
On 6/6/24 21:44, Scott Kostyshak wrote: Just in case anyone else was curious about this: When I open a file, or save a file, I often want to quickly get to a few key directories, such as Desktop. However, it took me a while to figure out how to change these quick-shortcut directories in the

Re: [PATCH] lto: Fix build on MacOS

2024-06-07 Thread Richard Biener
> Am 07.06.2024 um 16:30 schrieb Simon Martin : > > The build fails on x86_64-apple-darwin19.6.0 starting with 5b6d5a886ee > because > vector is included after system.h and runs into poisoned identifiers. > > This patch fixes this by defining INCLUDE_VECTOR before including system.h. Ok >

[gcc r14-10289] arm: Fix CASE_VECTOR_SHORTEN_MODE for thumb2.

2024-06-07 Thread Richard Ball via Gcc-cvs
https://gcc.gnu.org/g:ca1924947b5bed8105ae020bef6950bddda448f3 commit r14-10289-gca1924947b5bed8105ae020bef6950bddda448f3 Author: Richard Ball Date: Thu Jun 6 16:10:14 2024 +0100 arm: Fix CASE_VECTOR_SHORTEN_MODE for thumb2. The CASE_VECTOR_SHORTEN_MODE query is missing some

Re: Come speak at the Guix Social meetup

2024-06-07 Thread Richard Sent
ens and I can make it. -- Take it easy, Richard Sent Making my computer weirder one commit at a time.

Re: Come speak at the Guix Social meetup

2024-06-07 Thread Richard Sent
ens and I can make it. -- Take it easy, Richard Sent Making my computer weirder one commit at a time.

Re: Value in adding Shepherd requirements to file-systems entries?

2024-06-07 Thread Richard Sent
Hi Felix, Felix Lechner writes: > Hi Richard, > > On Tue, Apr 23 2024, Richard Sent wrote: > >> I submitted a patch for what I'm thinking at >> https://issues.guix.gnu.org/70542. > > I believe this stopped working for my NFS setup. Interesting. It does still wor

Re: [PATCH] target/riscv: support atomic instruction fetch (Ziccif)

2024-06-07 Thread Richard Henderson
On 6/7/24 03:14, Jim Shu wrote: Support 4-byte atomic instruction fetch when instruction is natural aligned. Current implementation is not atomic because it loads instruction twice for first and last 2 bytes. We load 4 bytes at once to keep the atomicity. This instruction preload method only

Re: May 2024: whatsrc.org distro status

2024-06-07 Thread Richard Purdie
On Tue, 2024-06-04 at 00:54 +0200, kpcyrd wrote: > On 5/31/24 1:56 PM, Richard Purdie wrote: > > > > Taking bash as an example, you can see information from the > > > > layer > > > > index: > > > > > > > > https://layers.openembedde

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-5.1_M1.rc2)

2024-06-07 Thread Richard Purdie
release since that issue is well understood and has since been resolved. The meta-arm and meta-agl-core layers are also failing but this is also a known issue related to recent changes in master which those layers are still catching up on. Cheers, Richard -=-=-=-=-=-=-=-=-=-=-=- Links: You re

[PATCH] tree-optimization/114107 - avoid peeling for gaps in more cases

2024-06-07 Thread Richard Biener
The following refactors the code to detect necessary peeling for gaps, in particular the PR103116 case when there is no gap but the group size is smaller than the vector size. The testcase in PR114107 shows we fail to SLP for (int i=0; i

[PATCH] tree-optimization/115383 - EXTRACT_LAST_REDUCTION with multiple stmt copies

2024-06-07 Thread Richard Biener
The EXTRACT_LAST_REDUCTION code isn't ready to deal with multiple stmt copies but SLP no longer checks for this. The following adjusts code generation to handle the situation. Bootstrap and regtest running on x86_64-unknown-linux-gnu. Testing on aarch64 appreciated, note the testcase in the

Re: Reordering DISTINCT keys to match input path's pathkeys

2024-06-07 Thread Richard Guo
On Mon, Feb 5, 2024 at 11:18 AM Richard Guo wrote: > cfbot reminds that this patch does not apply any more. So I've rebased > it on master, and also adjusted the test cases a bit. This patch does not apply any more, so here is a new rebase, with some tweaks to the comments. Thanks Richar

[gcc r15-1097] Fix fold-left reduction vectorization with multiple stmt copies

2024-06-07 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:dd6f942c266533b2f72610f354bc9184f8276beb commit r15-1097-gdd6f942c266533b2f72610f354bc9184f8276beb Author: Richard Biener Date: Fri Jun 7 09:41:11 2024 +0200 Fix fold-left reduction vectorization with multiple stmt copies There's a typo when code generating

[bug #65844] 4 test files abort on some architectures

2024-06-07 Thread Richard Frith-Macdonald
Update of bug #65844 (group gnustep): Open/Closed:Open => Closed ___ Follow-up Comment #1: Thanks ... I had already fixed three of those files when correcting the non-portable code in them

Re: [patch, rs6000, middle-end 0/1] v1: Add implementation for different targets for pair mem fusion

2024-06-07 Thread Richard Sandiford
er >>>>> allocator why the NEG >>>>> Unary operation with fma operand. >>>> >>> >>> For neg (fma ...) cases because of subreg 128 bits from OOmode 256 bits are >>> set correctly. >>> IRA marked them spill candidates as spill priority is zero. >>> >>> Due to this LRA reload pass couldn't allocate register pairs. >> >> I think this is just restating the symptom though. I suppose the same >> kind of questions apply here too: what was the instruction before the >> pass runs, what was the instruction after the pass runs, and why is >> the rtl change incorrect (by the meaning above)? >> > > Original case where we dont do load fusion, spill happens, in that > case we dont require sequential register pairs to be generated for 2 loads > for. Hence it worked. > > rtl change is correct and there is no error. > > for load fusion spill happens and we dont generate sequential register pairs > because pf spill candidate and lxvp gives incorrect results as sequential > register > pairs are required for lxvp. Can you go into more detail? How is the lxvp represented? And how do we end up not getting a sequential register pair? What does the rtl look like (before and after things have gone wrong)? It seems like either the rtl is not describing the result of the fusion correctly or there is some problem in the .md description of lxvp. Thanks, Richard

[dmarc-ietf] Re: The null sender inconsistency

2024-06-07 Thread Richard Clayton
authenticated just fine >How does it help my evaluation to do an SPF test on the HELO name? because you want to follow the spec ? - -- richard Richard Clayton Those who would give up essential Liberty, to purchase a little temporary Safety, d

[dmarc-ietf] Re: Proxy signatures to combat SPF upgrade?

2024-06-07 Thread Richard Clayton
valid aligned DKIM signature" I doubt this has much chance of widespread approval, let alone acceptance as a Best Practice. - -- richard Richard Clayton Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neithe

Re: [PATCH 1/4] Relax COND_EXPR reduction vectorization SLP restriction

2024-06-07 Thread Richard Biener
On Fri, 7 Jun 2024, Kugan Vivekanandarajah wrote: > Hi Richard, > > This seems to have introduced a regression. I am seeing ICE while > building TSVC_2 for AARCH64 > with -O3 -flto -mcpu=neoverse-v2 -msve-vector-bits=128 > > tsvc.c: In function 's331': > tsvc.c:2744:8:

[PATCH] Fix fold-left reduction vectorization with multiple stmt copies

2024-06-07 Thread Richard Biener
There's a typo when code generating the mask operand for conditional fold-left reductions in the case we have multiple stmt copies. The latter is now allowed for SLP and possibly disabled for non-SLP by accident. This fixes the observed run-FAIL for

Re: [Patch, Fortran/90068] Add finalizer creation to array constructor for functions of derived type.

2024-06-07 Thread Paul Richard Thomas
Hi Andre, I had been working in exactly the same area to correct the implementation of finalization of function results in array constructors. However, I couldn't see a light way of having the finalization occur at the correct time; "If an executable construct references a nonpointer function,

Re: [Patch, Fortran/90068] Add finalizer creation to array constructor for functions of derived type.

2024-06-07 Thread Paul Richard Thomas
Hi Andre, I had been working in exactly the same area to correct the implementation of finalization of function results in array constructors. However, I couldn't see a light way of having the finalization occur at the correct time; "If an executable construct references a nonpointer function,

Re: [Patch, PR Fortran/90072] Polymorphic Dispatch to Polymophic Return Type Memory Leak

2024-06-07 Thread Paul Richard Thomas
Hi Andre, I apologise for the slow response. It's been something of a heavy week... This is good for mainline. Thanks Paul PS That's good news about the funding. Maybe we will get to see "built in" coarrays soon? On Tue, 4 Jun 2024 at 11:25, Andre Vehreschild wrote: > Hi all, > > attached

Re: [Patch, PR Fortran/90072] Polymorphic Dispatch to Polymophic Return Type Memory Leak

2024-06-07 Thread Paul Richard Thomas
Hi Andre, I apologise for the slow response. It's been something of a heavy week... This is good for mainline. Thanks Paul PS That's good news about the funding. Maybe we will get to see "built in" coarrays soon? On Tue, 4 Jun 2024 at 11:25, Andre Vehreschild wrote: > Hi all, > > attached

Re: [PATCH 2/2] util/bufferiszero: Add simd acceleration for loongarch64

2024-06-06 Thread Richard Henderson
On 6/5/24 21:00, maobibo wrote: No, because the ifdef checks that the *compiler* is prepared to use LASX/LSX instructions itself without further checks.  There's no point in qemu checking further. By my understanding, currently compiler option is the same with all files, there is no separate

[PATCH v2 0/2] util/bufferiszero: Split out hosts, add loongarch64

2024-06-06 Thread Richard Henderson
#1: 4KB24050 MB/sec # buffer_is_zero #1: 16KB38082 MB/sec # buffer_is_zero #1: 64KB36399 MB/sec # # buffer_is_zero #2: 1KB 8026 MB/sec # buffer_is_zero #2: 4KB15493 MB/sec # buffer_is_zero #2: 16KB20865 MB/sec # buffer_is_zero #2: 64KB19694 MB/sec r~ Richard H

[PATCH v2 1/2] util/bufferiszero: Split out host include files

2024-06-06 Thread Richard Henderson
Split out host/bufferiszero.h.inc for x86, aarch64 and generic in order to avoid an overlong ifdef ladder. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- util/bufferiszero.c | 191 +-- host/include/aarch64/host

[PATCH v2 2/2] util/bufferiszero: Add loongarch64 vector acceleration

2024-06-06 Thread Richard Henderson
Use inline assembly because no release compiler allows per-function selection of the ISA. Signed-off-by: Richard Henderson --- .../loongarch64/host/bufferiszero.c.inc | 143 ++ 1 file changed, 143 insertions(+) create mode 100644 host/include/loongarch64/host

[GNC] operation still running....

2024-06-06 Thread Richard Dawson
I completed reconciliation and then tried to save and close.  I received a message, "An operation is still running, wait for it to complete before quitting." I've been waiting for quite a while, and nothing seems to be hitting.  If I attempt to save, I get the same message.  Only the list of

Re: [PULL 0/6] loongarch-to-apply queue

2024-06-06 Thread Richard Henderson
On 6/5/24 21:01, Song Gao wrote: The following changes since commit db2feb2df8d19592c9859efb3f682404e0052957: Merge tag 'pull-misc-20240605' ofhttps://gitlab.com/rth7680/qemu into staging (2024-06-05 14:17:01 -0700) are available in the Git repository at:

[Qemu-commits] [qemu/qemu] fe43cc: tests/libqos: Add loongarch virt machine node

2024-06-06 Thread Richard Henderson via Qemu-commits
-- target/loongarch: fix a wrong print in cpu dump description: loongarch_cpu_dump_state() want to dump all loongarch cpu state registers, but there is a tiny typographical error when printing "PRCFG2". Cc: qemu-sta...@nongnu.org Signed-off-by: lanyanzhi Reviewed-by: Richard Henderso

RE: learning to play guitar and other stringed instruments as a blind person

2024-06-06 Thread Richard Turner
guitar styles. Book ID: DBM00697 HTH, Richard, USA "It's no great honor to be blind, but it's more than a nuisance and less than a disaster. Either you're going to fight like hell when your sight fails or you're going to stand on the sidelines for the rest of your life." -- Dr.

RE: learning to play guitar and other stringed instruments as a blind person

2024-06-06 Thread Richard
Don Hoffer’s Guitar method for the blind Do you know if this course is still there, possibly with a different title? I’m searching on audio files in BARD and not finding any. Finding many Bill Brown items, but not this one. From: viphone@googlegroups.com On Behalf Of Joshua

RE: Accessible Air Fryer

2024-06-06 Thread Richard Turner
stomerReviews> 3,467 ratings 900+ bought in past month $159.99 with 11 percent savings https://www.amazon.com/COSORI-6-8-Quart-Preheat-Precise-Overcooking/dp/B09BJHB2BD?th=1 Richard, USA "It's no great honor to be blind, but it's more than a nuisance and less than a disaster

Re: [patch, rs6000, middle-end 0/1] v1: Add implementation for different targets for pair mem fusion

2024-06-06 Thread Richard Sandiford
Ajit Agarwal writes: > On 06/06/24 8:03 pm, Richard Sandiford wrote: >> Ajit Agarwal writes: >>> On 06/06/24 2:28 pm, Richard Sandiford wrote: >>>> Hi, >>>> >>>> Just some comments on the fuseable_load_p part, since that's what >>>&

RE: Accessible Air Fryer

2024-06-06 Thread Richard Turner
connected to Wi-fi you can either use the Vesync app or Set it up to use Alexa or Google Voice. Richard, USA "It's no great honor to be blind, but it's more than a nuisance and less than a disaster. Either you're going to fight like hell when your sight fails or you're going to

Bug#1072715: make it easier to change autopkgtest backends

2024-06-06 Thread Richard Lewis
Package: sbuild Version: 0.85.0 Severity: wishlist X-Debbugs-Cc: richard.lewis.deb...@googlemail.com Dear Maintainer, sbuild is really great. I have a small feature request to make it easier to navigate the autopkgtest options: In sbuild.conf i use $autopkgtest_root_args = '';

Re: [mailop] Debugging fwd issue meta.com to zoho.com (Help from user under meta.com needed)

2024-06-06 Thread Richard Clayton via mailop
of the error messages you get for that may lead you to your formatting problem relatively quickly). -- richard Richard Clayton Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Sa

Re: [PATCH v2] drm/amdgpu: Fix the BO release clear memory warning

2024-06-06 Thread Gong, Richard
Tested-by: Richard Gong On 6/6/2024 3:04 PM, Arunpravin Paneer Selvam wrote: This happens when the amdgpu_bo_release_notify running before amdgpu_ttm_set_buffer_funcs_status set the buffer funcs to enabled. check the buffer funcs enablement before calling the fill buffer memory. v2

[OE-core] [PATCH] cve-exclusion: Drop the version comparision/warning

2024-06-06 Thread Richard Purdie
Since the CVE repository is no longer being updated, drop the warning comparision since it is no longer valid. Signed-off-by: Richard Purdie --- .../recipes-kernel/linux/cve-exclusion_6.6.inc | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/recipes

[Qemu-commits] [qemu/qemu] fe43cc: tests/libqos: Add loongarch virt machine node

2024-06-06 Thread Richard Henderson via Qemu-commits
-- target/loongarch: fix a wrong print in cpu dump description: loongarch_cpu_dump_state() want to dump all loongarch cpu state registers, but there is a tiny typographical error when printing "PRCFG2". Cc: qemu-sta...@nongnu.org Signed-off-by: lanyanzhi Reviewed-by: Richard Henderso

Re: [PULL 00/12] testing cleanups (ci, vm, lcitool, ansible)

2024-06-06 Thread Richard Henderson
On 6/6/24 04:50, Alex Bennée wrote: The following changes since commit db2feb2df8d19592c9859efb3f682404e0052957: Merge tag 'pull-misc-20240605' ofhttps://gitlab.com/rth7680/qemu into staging (2024-06-05 14:17:01 -0700) are available in the Git repository at:

[Qemu-commits] [qemu/qemu] 421a22: ci: remove centos-steam-8 customer runner

2024-06-06 Thread Richard Henderson via Qemu-commits
and the related ansible setup bits. We still have centos9 docker images build and test. Reviewed-by: Richard Henderson Signed-off-by: Alex Bennée Message-Id: <20240603175328.3823123-2-alex.ben...@linaro.org> Commit: cc1d2e04d516da0e1c2e4e99aedf86c5688bd845 https://github.com/qemu/qemu/

Re: [PATCH] target/sparc: use signed denominator in sdiv helper

2024-06-06 Thread Richard Henderson
(uint32_t)(b32 < 0 ? INT32_MAX : INT32_MIN) | (-1ull << 32); } -a64 /= b; +a64 /= b32; r = a64; if (unlikely(r != a64)) { return (uint32_t)(a64 < 0 ? INT32_MIN : INT32_MAX) | (-1ull << 32); Oops. Reviewed-by: Richard Henderson r~

Re: Unbinding Alt-1 Does Not Work

2024-06-06 Thread Richard Kimberly Heck
On 6/6/24 11:21, Jean-Marc Lasgouttes wrote: Le 06/06/2024 à 16:50, Richard Kimberly Heck a écrit : I assume there is also ~C? Does that ever get used? It's not in any of our files, only ~S. Allowing for the possibility of something like C-~S-~A-8 is not going to be trivial, so I'm wondering

Re: [LyX/master] Fixup de5f63eeb: the code did not do what it was supposed to

2024-06-06 Thread Richard Kimberly Heck
On 6/6/24 02:55, Jean-Marc Lasgouttes wrote: Le 06/06/2024 à 08:48, Jean-Marc Lasgouttes a écrit : commit 92ef555abde86466b7ca3c3401ab8132258fc497 Author: Jean-Marc Lasgouttes Date:   Wed Jun 5 23:05:22 2024 +0200 Fixup de5f63eeb: the code did not do what it was supposed to Riki, I

[Qemu-commits] [qemu/qemu] 421a22: ci: remove centos-steam-8 customer runner

2024-06-06 Thread Richard Henderson via Qemu-commits
and the related ansible setup bits. We still have centos9 docker images build and test. Reviewed-by: Richard Henderson Signed-off-by: Alex Bennée Message-Id: <20240603175328.3823123-2-alex.ben...@linaro.org> Commit: cc1d2e04d516da0e1c2e4e99aedf86c5688bd845 https://github.com/qem

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