Re: [PATCH 2/2] libstdc++: Add dg-require-thread-fence in several tests

2023-09-11 Thread Richard Earnshaw (lists) via Libstdc++
On 11/09/2023 16:22, Jonathan Wakely via Gcc-patches wrote: > On Mon, 11 Sept 2023 at 14:57, Christophe Lyon > wrote: >> >> >> >> On Mon, 11 Sept 2023 at 15:12, Jonathan Wakely wrote: >>> >>> On Mon, 11 Sept 2023 at 13:36, Christophe Lyon >>> wrote: On Mon, 11 Sept 2023 at

Re: [PATCH 2/2] libstdc++: Add dg-require-thread-fence in several tests

2023-09-11 Thread Richard Earnshaw (lists) via Gcc-patches
On 11/09/2023 16:22, Jonathan Wakely via Gcc-patches wrote: > On Mon, 11 Sept 2023 at 14:57, Christophe Lyon > wrote: >> >> >> >> On Mon, 11 Sept 2023 at 15:12, Jonathan Wakely wrote: >>> >>> On Mon, 11 Sept 2023 at 13:36, Christophe Lyon >>> wrote: On Mon, 11 Sept 2023 at

Re: Cauldron schedule: diagnostics and security features talks

2023-09-11 Thread Richard Earnshaw (lists) via Gcc
On 08/09/2023 19:18, Siddhesh Poyarekar wrote: > Hello, > > I want to begin by apologizing because I know from first hand experience that > scheduling can be an immensely painful job. > > The Cauldron 2023 schedule[1] looks packed and I noticed that Qing and > David's talks on security

[pfx] Re: tracing smtp submission issues/ server timed out?

2023-09-09 Thread lists--- via Postfix-users
On Sat, September 9, 2023 9:00 pm, Matus UHLAR - fantomas via Postfix-users wrote: >> On Sat, September 9, 2023 2:42 am, Matus UHLAR - fantomas via >> Postfix-users wrote: Matus, Michel, thanks > did you reorder those lines? look at timestamps. didn't intend to, but maybe stuffed up when I've

[pfx] Re: tracing smtp submission issues/ server timed out?

2023-09-09 Thread lists--- via Postfix-users
On Sat, September 9, 2023 3:52 am, Viktor Dukhovni via Postfix-users wrote: > On Fri, Sep 08, 2023 at 11:13:02PM +1000, lists--- via Postfix-users > wrote: > > Your amavis content filter has a non-trivial backlog of mail, probably > because each message takes a long time to

[pfx] Re: tracing smtp submission issues/ server timed out?

2023-09-09 Thread lists--- via Postfix-users
On Sat, September 9, 2023 2:42 am, Matus UHLAR - fantomas via Postfix-users wrote: > On 08.09.23 23:13, lists--- via Postfix-users wrote: Matus, Viktor, thanks > logs from unsuccessful attempts are important, not from the one that > succeeded. is there some proper way to

[pfx] tracing smtp submission issues/ server timed out?

2023-09-08 Thread lists--- via Postfix-users
a user reported mail client message: "It hard to sent mail we try 2-3 times then sent." screengrab from mail client had: sending failed, couldn't send, connection to outgoing server timed out I couldn't noticed anything, tail maillog, saw emails going, probably looking at wrong things ?

Re: [tor-relays] Metrics

2023-09-07 Thread lists
So you don't have to dig through the logs: (as root or sudo) ~# cat /var/lib/tor/pt_state/obfs4_bridgeline.txt ~# cat /var/lib/tor/fingerprint or with multiple instances: ~# cat /var/lib/tor-instances/NN/pt_state/obfs4_bridgeline.txt -- ╰_╯ Ciao Marco! Debian GNU/Linux It's free software and

Lists: Automated Request [ 07/09/2023 11:06:26 AM ]

2023-09-07 Thread Mail Lists I . T [ Do Not Reply ]
See attachment.. _ Encrypted by LISTS ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ From: Борис Sent: 02/09/2023 To: Андроник

Re: [AFMUG] EPMP4600

2023-09-06 Thread Jeff Broadwick - Lists
Yeah, that is completely illegal and that sort of thing gives our entire industry a bad name.On top of that, if you go to sell, you are going to have a major CF on your hands.Jeff BroadwickCTIconnect312-205-2519 Office574-220-7826 Celljbroadw...@cticonnect.comOn Sep 6, 2023, at 4:56 PM,

Re: Question on aarch64 prologue code.

2023-09-06 Thread Richard Earnshaw (lists) via Gcc
On 06/09/2023 15:03, Iain Sandoe wrote: > Hi Richard, > >> On 6 Sep 2023, at 13:43, Richard Sandiford via Gcc wrote: >> >> Iain Sandoe writes: > >>> On the Darwin aarch64 port, we have a number of cleanup test fails (pretty >>> much corresponding to the [still open] >>>

[Bug fortran/111304] Problem when passing implicit arrays of characters to functions

2023-09-06 Thread mailling-lists-bd at posteo dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111304 --- Comment #1 from Baptiste Demoulin --- One comment: replacing `trim(prefix)` with `prefix(1:len_trim(prefix))` leads to the same result, as does putting simply `prefix`, so the problem does not seem to be related to using the `trim`

[Bug fortran/111304] New: Problem when passing implicit arrays of characters to functions

2023-09-06 Thread mailling-lists-bd at posteo dot de via Gcc-bugs
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: mailling-lists-bd at posteo dot de Target Milestone: --- Hi, In the following code, the first call to `func1` works as expected and prints the content of the array `my_directory

[Bug fortran/111265] New: Compiler segfault with character array in deferred type, when returned by a function

2023-09-01 Thread mailling-lists-bd at posteo dot de via Gcc-bugs
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: mailling-lists-bd at posteo dot de Target Milestone: --- Hi, the following code is giving a compiler segfault with Gfortran 13.2.1 on Fedora, when compiled

[BlueOnyx:26422] Re: 5209R/5210R/5211R: "Easy-Backup" has been released!

2023-08-31 Thread Steve Lists via Blueonyx
No wait, that's dollars - sorry. Not had caffeine yet! Steve -Original Message- From: Steve Lists Sent: Thursday, August 31, 2023 9:01 AM To: Michael Stauber ; BlueOnyx General Mailing List Subject: RE: [BlueOnyx:26420] Re: 5209R/5210R/5211R: "Easy-Backup" has been

[BlueOnyx:26421] Re: 5209R/5210R/5211R: "Easy-Backup" has been released!

2023-08-31 Thread Steve Lists via Blueonyx
That looks really good . One question, It's listed as 98.94 EUR on https://www.solarspeed.net/easy-backup.html and 149.00 EUR on https://shop.blueonyx.it/easy-backup.html . Is that a mistake? Thanks. Steve -Original Message- From: Blueonyx On Behalf Of Michael Stauber via Blueonyx

Re: [PATCH 6/8] vect: Add vector_mode paramater to simd_clone_usable

2023-08-30 Thread Andre Vieira (lists) via Gcc-patches
On 30/08/2023 14:01, Richard Biener wrote: On Wed, Aug 30, 2023 at 11:15 AM Andre Vieira (lists) via Gcc-patches wrote: This patch adds a machine_mode parameter to the TARGET_SIMD_CLONE_USABLE hook to enable rejecting SVE modes when the target architecture does not support SVE. How does

Re: disable badh checks ?

2023-08-30 Thread lists
On Wed, August 30, 2023 7:11 pm, Matus UHLAR - fantomas wrote: > On 30.08.23 18:54, li...@sbt.net.au wrote: >> >> # grep badh /etc/amavisd/amavisd.conf >> >> >> warnbadhsender => 1, > > perhaps set this to 0 > sorry, it wasn't clear with my post, the line "warnbadhsender => 1," is under

Re: disable badh checks ?

2023-08-30 Thread lists
On Wed, August 30, 2023 7:11 pm, Matus UHLAR - fantomas wrote: > On 30.08.23 18:54, li...@sbt.net.au wrote: Matus, thanks! > > this could help: > > $bad_header_quarantine_to = undef; > $final_bad_header_destiny = D_PASS; I already set these last time I've asked: $final_bad_header_destiny =

[PATCH 8/8] aarch64: Add SVE support for simd clones [PR 96342]

2023-08-30 Thread Andre Vieira (lists) via Gcc-patches
This patch finalizes adding support for the generation of SVE simd clones when no simdlen is provided, following the ABI rules where the widest data type determines the minimum amount of elements in a length agnostic vector. gcc/ChangeLog: * config/aarch64/aarch64-protos.h

[PATCH7/8] vect: Add TARGET_SIMD_CLONE_ADJUST_RET_OR_PARAM

2023-08-30 Thread Andre Vieira (lists) via Gcc-patches
This patch adds a new target hook to enable us to adapt the types of return and parameters of simd clones. We use this in two ways, the first one is to make sure we can create valid SVE types, including the SVE type attribute, when creating a SVE simd clone, even when the target options do

Re: [PATCH 6/8] vect: Add vector_mode paramater to simd_clone_usable

2023-08-30 Thread Andre Vieira (lists) via Gcc-patches
Forgot to CC this one to maintainers... On 30/08/2023 10:14, Andre Vieira (lists) via Gcc-patches wrote: This patch adds a machine_mode parameter to the TARGET_SIMD_CLONE_USABLE hook to enable rejecting SVE modes when the target architecture does not support SVE. gcc/ChangeLog

[PATCH 6/8] vect: Add vector_mode paramater to simd_clone_usable

2023-08-30 Thread Andre Vieira (lists) via Gcc-patches
This patch adds a machine_mode parameter to the TARGET_SIMD_CLONE_USABLE hook to enable rejecting SVE modes when the target architecture does not support SVE. gcc/ChangeLog: * config/aarch64/aarch64.cc (aarch64_simd_clone_usable): Add mode parameter and use to to reject SVE

[PATCH 5/8] vect: Use inbranch simdclones in masked loops

2023-08-30 Thread Andre Vieira (lists) via Gcc-patches
This patch enables the compiler to use inbranch simdclones when generating masked loops in autovectorization. gcc/ChangeLog: * omp-simd-clone.cc (simd_clone_adjust_argument_types): Make function compatible with mask parameters in clone. * tree-vect-stmts.cc

[PATCH 4/8] vect: don't allow fully masked loops with non-masked simd clones [PR 110485]

2023-08-30 Thread Andre Vieira (lists) via Gcc-patches
When analyzing a loop and choosing a simdclone to use it is possible to choose a simdclone that cannot be used 'inbranch' for a loop that can use partial vectors. This may lead to the vectorizer deciding to use partial vectors which are not supported for notinbranch simd clones. This patch

[Patch 3/8] vect: Fix vect_get_smallest_scalar_type for simd clones

2023-08-30 Thread Andre Vieira (lists) via Gcc-patches
The vect_get_smallest_scalar_type helper function was using any argument to a simd clone call when trying to determine the smallest scalar type that would be vectorized. This included the function pointer type in a MASK_CALL for instance, and would result in the wrong type being selected.

[Patch 2/8] parloops: Allow poly nit and bound

2023-08-30 Thread Andre Vieira (lists) via Gcc-patches
Teach parloops how to handle a poly nit and bound e ahead of the changes to enable non-constant simdlen. gcc/ChangeLog: * tree-parloops.cc (try_to_transform_to_exit_first_loop_alt): Accept poly NIT and ALT_BOUND.diff --git a/gcc/tree-parloops.cc b/gcc/tree-parloops.cc index

[PATCH 1/8] parloops: Copy target and optimizations when creating a function clone

2023-08-30 Thread Andre Vieira (lists) via Gcc-patches
SVE simd clones require to be compiled with a SVE target enabled or the argument types will not be created properly. To achieve this we need to copy DECL_FUNCTION_SPECIFIC_TARGET from the original function declaration to the clones. I decided it was probably also a good idea to copy

disable badh checks ?

2023-08-30 Thread lists
I have a amavisd-new-2.12.1 with Postfix/Dovecot since like forever, all working well I'm thinking of disabling bad header checks (seems surplus today..?) mails with badh get delivered to 'badh' in basket in Maildir what's the proper way to disable badh check ? if I delete badh sub folder in

aarch64, vect, omp: Add SVE support for simd clones [PR 96342]

2023-08-30 Thread Andre Vieira (lists) via Gcc-patches
Hi, This patch series aims to implement support for SVE simd clones when not specifying a 'simdlen' clause for AArch64. This patch depends on my earlier patch: '[PATCH] aarch64: enable mixed-types for aarch64 simdclones'. Bootstrapped and regression tested the series on

Re: [PATCH] aarch64: enable mixed-types for aarch64 simdclones

2023-08-29 Thread Andre Vieira (lists) via Gcc-patches
Hi, This patch enables the use of mixed-types for simd clones for AArch64, adds aarch64 as a target_vect_simd_clones and corrects the way the simdlen is chosen for non-specified simdlen clauses according to the 'Vector Function Application Binary Interface Specification for AArch64'.

Re: [qubes-users] Error installing Debian-12 template

2023-08-28 Thread qubes-lists
+1 Same problem here. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to qubes-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: [OE-Core][PATCH] oeqa/utils/gitarchive: replace warning with info when reading local tags

2023-08-25 Thread Alexis Lothoré via lists . openembedded . org
Hi Richard, On 8/25/23 08:41, Richard Purdie wrote: > On Thu, 2023-08-24 at 11:18 +0200, Alexis Lothoré via > lists.openembedded.org wrote: >> From: Alexis Lothoré >> >> Whenever a script needs to list tags, if it falls back to the third method >> (reading local tags only), it emits a warning.

[OE-Core][PATCH] oeqa/utils/gitarchive: replace warning with info when reading local tags

2023-08-24 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Whenever a script needs to list tags, if it falls back to the third method (reading local tags only), it emits a warning. While this warning is useful for future diagnostic if some tagging issues re-appear, it makes buildperf autobuilds status as "Passed with warnings",

Re: [PATCH] rtl: Forward declare rtx_code

2023-08-23 Thread Richard Earnshaw (lists) via Gcc-patches
On 23/08/2023 16:49, Richard Sandiford via Gcc-patches wrote: > Richard Earnshaw via Gcc-patches writes: >> Now that we require C++ 11, we can safely forward declare rtx_code >> so that we can use it in target hooks. >> >> gcc/ChangeLog >> * coretypes.h (rtx_code): Add forward declaration.

[OE-Core][PATCH 0/2] oeqa/utils/gitarchive: put back local tags listing as third tag listing method

2023-08-23 Thread Alexis Lothoré via lists . openembedded . org
Hello, this is another attempt to properly fix tag computation in Autobuilder. First attempt ([1]) completely replaced "git tag" with "git ls-remote" to make sure to know about all tags when computing new tag name. It raised some issue because oe-git-archive works with local repositories with no

[OE-Core][PATCH 1/2] oeqa/utils/gitarchive: allow to pass a logger to get_tags

2023-08-23 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Propagate a "log" parameter to get_tags in order to know what method is used to retrieve existing tags Signed-off-by: Alexis Lothoré --- meta/lib/oeqa/selftest/cases/gitarchivetests.py | 13 ++--- meta/lib/oeqa/utils/gitarchive.py | 11 ++- 2

[OE-Core][PATCH 2/2] oeqa/utils/gitarchive: fall back to local tags when listing existing tags

2023-08-23 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré e9cff55e73cc has switched tag listing from bare "git tag" to "git ls-remote" to make sure not to miss remote tags which are not fetched locally. This mechanism first checks for configured remote repository, next for possibly passed url, and then fails if none worked.

Re: [OE-Core][PATCH v2 3/3] oeqa/selftest/gitarchive: add tests about tags lisiting when no remote is configured

2023-08-23 Thread Alexis Lothoré via lists . openembedded . org
Hello Richard, On 8/18/23 16:17, Alexis Lothoré via lists.openembedded.org wrote: > From: Alexis Lothoré > > Add specific tests on gitarchive for when tag listing is required but no > remote is configured in target directory: it should either succeed if valid > url is provided, or fail is url

Re: [gentoo-user] VPN newbie questions

2023-08-21 Thread Wols Lists
On 20/08/2023 03:34, Walter Dnes wrote: I've been on Gentoo for years and years, but I've never used a VPN, so consider me an absolute newbie. Canadian big news media has successfully lobbied our government to implement a link tax. Google has decided to avoid the tax by not linking to it in

Re: [PATCH] aarch64: fix format specifier

2023-08-21 Thread Richard Earnshaw (lists) via Gcc-patches
On 18/08/2023 17:37, FX Coudert via Gcc-patches wrote: A rather trivial fix for fprintf() specifier of a HOST_WIDE_INT value. Tested on aarch64-apple-darwin. OK to commit? FX OK. R.

[BlueOnyx:26412] cmuExport Spamming on 5211R

2023-08-21 Thread Steve Lists via Blueonyx
Hi, My RaqBackup has recently become spammy on our BX 5211R. We get rows and rows of: Scanout: INFO: Packing up HASH(0x5563cf49a720) Scanout: INFO: Packing up HASH(0x5563cf49a780) Scanout: INFO: Packing up HASH(0x5563cf49a7e0) Scanout: INFO: Packing up HASH(0x5563cf49a840) Scanout: INFO:

[OE-Core][PATCH v2 0/3] oeqa/utils/gitarchive: fix tag name computation

2023-08-18 Thread Alexis Lothoré via lists . openembedded . org
Hello, this series brings a fix to a sporadic tag push issue observed in autobuilder. The bug is documented in bugzilla #15140 ([1]). Basically, whenever the autobuilder creates a new tag on test results, it is only aware of "local" tags, which is kind of faulty since used repository is a shallow

[OE-Core][PATCH v2 1/3] oeqa/selftest: introduce gitarchive tests

2023-08-18 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Add a test suite for gitarchive.py. For now, only introduce tests on methods which needs to read existing tags The tests rely on tmpdirs to create local, "fake" results repository in order to allow basic git commands Signed-off-by: Alexis Lothoré --- V2: no change ---

[OE-Core][PATCH v2 3/3] oeqa/selftest/gitarchive: add tests about tags lisiting when no remote is configured

2023-08-18 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Add specific tests on gitarchive for when tag listing is required but no remote is configured in target directory: it should either succeed if valid url is provided, or fail is url is not provided or wrong Signed-off-by: Alexis Lothoré ---

[OE-Core][PATCH v2 2/3] oeqa/utils/gitarchive: fix tag computation when creating archive

2023-08-18 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Sporadic errors have been observed in autobuilder when trying to store new tests results: error: failed to push some refs to 'push.yoctoproject.org:yocto-testresults' hint: Updates were rejected because the tag already exists in the remote. The new tag name is generated by

Re: Install a package to alternative location

2023-08-17 Thread Genes Lists
On 8/17/23 16:20, Jeanette C. wrote: Hey hey, my system partition is as good as full, so I wonder if there is a safe method to install packages to alternative locations. The packages in question are android-studio-system and android-ndk. Extending the system partition is unfeasible. Yes, it

[[OE-core][kirkstone][PATCH] Add GCP fetcher to list of supported protocols

2023-08-17 Thread Emil Ekmečić via lists . openembedded . org
From: Emil Ekmečić Requesting a backport of this patch to Kirkstone to support use of the GCP fetcher internally at our company. Signed-off-by: Emil Ekmečić --- meta/classes/own-mirrors.bbclass | 1 + meta/classes/sanity.bbclass | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-)

kernel 6.4.11 bug prevents boot on some hardware

2023-08-17 Thread Genes Lists
Sharing in case this helps others. Also posted to arch forum: https://bbs.archlinux.org/viewtopic.php?id=288095 There is a bug with the rtsx driver in 6.4.11 that prevented 1 machine from booting. It presented in my case as NVME failure, thus preventing machine from booting. 6.4.10 is

Re: [tor-relays] WebTunnel: What ASNs/networks work best?

2023-08-16 Thread lists
On Montag, 14. August 2023 16:40:09 CEST Jordan Hillis wrote: > Can I get a copy of the webtunnel-bridge Docker image and > documentation? Thanks https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel#server-setup More info in the last (June 24) Tor Relay Operator Meetup

RE: ON ERR CALL

2023-08-16 Thread lists via 4D_Tech
Look at the GET LAST ERROR STACK command. Also, these variables will give you that information also: Error (#) Error method Error Line Cheers, -Original Message- From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of stardata.info via 4D_Tech Sent: Wednesday, August 16, 2023

Re: [OE-Core][PATCH 2/2] oeqa/utils/gitarchive: fix tag computation when creating archive

2023-08-16 Thread Alexis Lothoré via lists . openembedded . org
Hello Richard, On 8/15/23 23:13, Richard Purdie wrote: > On Fri, 2023-08-11 at 14:55 +0200, Alexis Lothoré via > lists.openembedded.org wrote: >> From: Alexis Lothoré >> >> Sporadic errors have been observed in autobuilder when trying to store new >> tests results: >> >> error: failed to push

Re: [gentoo-user] Need some help with location of git clone when bisecting with 9999-ebuilds

2023-08-11 Thread Wols Lists
On 11/08/2023 01:23, Yixun Lan wrote: 1) Where should I store the git clone of the repository and how do I tell emerge to read the source files from there, when emerging the ebuild, instead of downloading them from the Internet as usual? how about have a local clone of wine repository?

[OE-Core][PATCH 0/2] oeqa/utils/gitarchive: fix tag name computation

2023-08-11 Thread Alexis Lothoré via lists . openembedded . org
Hello, this series brings a fix to a sporadic tag push issue observed in autobuilder. The bug is documented in bugzilla #15140 ([1]). Basically, whenever the autobuilder creates a new tag on test results, it is only aware of "local" tags, which is kind of faulty since used repository is a shallow

[OE-Core][PATCH 2/2] oeqa/utils/gitarchive: fix tag computation when creating archive

2023-08-11 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Sporadic errors have been observed in autobuilder when trying to store new tests results: error: failed to push some refs to 'push.yoctoproject.org:yocto-testresults' hint: Updates were rejected because the tag already exists in the remote. The new tag name is generated by

[OE-Core][PATCH 1/2] oeqa/selftest: introduce gitarchive tests

2023-08-11 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Add a test suite for gitarchive.py. For now, only introduce tests on methods which needs to read existing tags The tests rely on tmpdirs to create local, "fake" results repository in order to allow basic git commands Signed-off-by: Alexis Lothoré ---

Re: [PATCH] aarch64: enable mixed-types for aarch64 simdclones

2023-08-09 Thread Andre Vieira (lists) via Gcc-patches
On 09/08/2023 17:55, Richard Sandiford wrote: "Andre Vieira (lists)" writes: On 08/08/2023 11:51, Richard Sandiford wrote: "Andre Vieira (lists)" writes: warning_at (DECL_SOURCE_LOCATION (node->decl), 0, - "unsupported ret

Re: [PATCH] aarch64: enable mixed-types for aarch64 simdclones

2023-08-09 Thread Andre Vieira (lists) via Gcc-patches
/pr87887-1.c: Add warning test. * gcc.dg/gomp/pr89246-1.c: Likewise. * gcc.dg/gomp/pr99542.c: Update warning test. On 08/08/2023 11:51, Richard Sandiford wrote: "Andre Vieira (lists)" writes: warning_at (DECL_SOURCE_LOCATION (node

Re: [RFC] GCC Security policy

2023-08-09 Thread Richard Earnshaw (lists) via Gcc-patches
On 08/08/2023 20:39, Carlos O'Donell via Gcc-patches wrote: On 8/8/23 13:46, David Edelsohn wrote: I believe that upstream projects for components that are imported into GCC should be responsible for their security policy, including libgo, gofrontend, libsanitizer (other than local patches),

Re: [tor-relays] Middle relay IP blocking

2023-08-08 Thread lists
On Dienstag, 8. August 2023 00:30:38 CEST Gary C. New via tor-relays wrote: > In addition to network diversity, there is the fact that most individuals > find it necessary to run an at Home internet connection 24 x 7 x 365. So... > Other than for the reasons inspired by the subject of this post,

Re: [RFC] GCC Security policy

2023-08-08 Thread Richard Earnshaw (lists) via Gcc-patches
On 08/08/2023 15:40, Siddhesh Poyarekar wrote: On 2023-08-08 10:37, Jakub Jelinek wrote: On Tue, Aug 08, 2023 at 10:30:10AM -0400, Siddhesh Poyarekar wrote: Do you have a suggestion for the language to address libgcc, libstdc++, etc. and libiberty, libbacktrace, etc.? I'll work on this a bit

Re: [tor-relays] Middle relay IP blocking

2023-08-07 Thread lists
On Montag, 7. August 2023 22:28:32 CEST s7r wrote: > While all the above is true, a thing to remember is to make sure we > don't end up all renting too many VPS'es or dedicated servers in the > same places / same AS numbers - we need network diversity, Especially at the exits, which

Re: seeking desktop hardware recommendation

2023-08-07 Thread pouya+lists . netbsd
Greg Troxel writes: > I'm looking for a mini to mid tower, with: > > - fairly beefy CPU for package and base system builds > - metal case for RF noise mitigation > - UL listed power supply > - quiet when not compiling, but doesn't have to be silent > > - 64G of RAM, preferably expandable

Re: [tor-relays] Middle relay IP blocking

2023-08-07 Thread lists
On Samstag, 5. August 2023 08:40:42 CEST Marco Predicatori wrote: > secureh...@gmail.com wrote on 8/4/23 01:46: > > I tried reporting a similar issue a few months ago (post wasn’t approved > > by > > moderator). I was running a relay from my home ISP. After a short while > > certain websites

Re: There Might a Bug in the Compiler: When Calling Weak Defined Function

2023-08-07 Thread Richard Earnshaw (lists) via Gcc
On 07/08/2023 16:51, Şahin Duran via Gcc wrote: Dear GCC Developers, I think I've just discovered a bug/ undefined situation in the compiler. When I try to call a weakly defined function, compiler successfully generates the code of calling procedure. However, this calling procedure is nothing

Re: GNU Tools Cauldron 2023

2023-08-07 Thread Richard Earnshaw (lists)
the organisers: we will fit you in if we can, but priority will go to those who have already submitted something. Richard. On 05/06/2023 16:09, Richard Earnshaw (lists) wrote: We are pleased to invite you all to the next GNU Tools Cauldron, taking place in Cambridge, UK, on September 22-24, 2023

Re: GNU Tools Cauldron 2023

2023-08-07 Thread Richard Earnshaw (lists) via Gcc
We have now finalized the ticket price for this year's Cauldron at £75. Sarah is now contacting those who have already registered to arrange payment. If you have not yet registered then there is still time. Registration closes at 12 Noon BST (7am EDT) on Friday 1st September, and all tickets

detecting keyboard events (using wskbd?)

2023-08-06 Thread pouya+lists . netbsd
Hi mighty netbsd-users, For a personal project, I'm trying to find the right way to detect and act on raw (or raw-ish) keyboard events on a NetBSD system not running X11. After spending more hours than I'd like to admit browsing the manpages and source code and doing some small experiments, I

Re: [tor-onions] Disabling "subdomains"

2023-08-04 Thread lists
On Freitag, 24. März 2023 20:47:30 CEST shruub via tor-onions wrote: > as one of my hidden service's subdomains is currently being dos-ed, The new proof of work (PoW) in Tor might help you. https://forum.torproject.org/t/alpha-release-0-4-8-1-alpha/7816 Some info about this:

Re: Nested tuplet ratio notation

2023-08-04 Thread Lib Lists
ock: > > \override StandaloneRhythm.TupletNumber.font-series = #'bold > > Cheers, > Valentin > > Am Mittwoch, 2. August 2023, 08:04:31 CEST schrieb Lib Lists: > > Ooops, I clearly skipped that part, my bad! > > I now see why you did it, and you also added some space around the > >

Re: [tor-relays] Help Turkmens to bypass Internet censorship: run an obfs4 bridge!

2023-08-02 Thread lists
On Dienstag, 1. August 2023 23:22:12 CEST Gary C. New via tor-relays wrote: > The failure logs and metrics are going to be confusing to new obfsbridge > operators. I suppose documenting this on the obfsbridge setup page will > have to be sufficient in the interim; along, with pointing them to the

Re: [tor-relays] Help Turkmens to bypass Internet censorship: run an obfs4 bridge!

2023-08-02 Thread lists
On Dienstag, 1. August 2023 23:22:12 CEST Gary C. New via tor-relays wrote: > On Tuesday, August 1, 2023, 10:54:40 AM MDT, wrote: > > On Montag, 31. Juli 2023 23:06:54 CEST Gary C. New via tor-relays wrote: > >> Please let me know, if you are able to get the OBFS4 > >> bridge working without

[OE-Core][PATCH 0/2] add custom string when regression is about missing test result

2023-08-02 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Hello, this very small series intend to eliminate confusion about regressions reported by resulttool whenever a test result is present in "base test result" but absent from "target test result". This scenario leads to many "XXX -> None" lines. The series allows to define

[OE-Core][PATCH 1/2] scripts/resulttool: allow to replace test raw status with custom string

2023-08-02 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Add a STATUS_STRINGS dictionnary matching raw statuses to custom strings. Whenever a regression must be reported, raw status is searched in the custom statuses dict (key search is case insensitive). If no custom string is found, raw status is kept and used in regression

[OE-Core][PATCH 2/2] scripts/resulttool: define custom string for "not found" test results

2023-08-02 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Whenever a test result is present in base test result but absent from target test results, we have an entry in regression report looking like the following one: ptestresult.apr.testfile: PASSED -> None The "None" status may be a bit confusing, so replace it with a

[OE-core] [PATCH v2] Add GCP fetcher to list of supported protocols

2023-08-02 Thread Emil Ekmečić via lists . openembedded . org
From: Emil Ekmečić If accepted, this patch should merge with the corresponding BitBake patch titled "fetch2: add Google Cloud Platform (GCP) fetcher". Signed-off-by: Emil Ekmečić --- meta/classes-global/sanity.bbclass | 3 ++- meta/classes/own-mirrors.bbclass | 1 + 2 files changed, 3

[OE-core] [PATCH] Add GCP fetcher to list of supported protocols

2023-08-02 Thread Emil Ekmečić via lists . openembedded . org
From: Emil Ekmečić If accepted, this patch should merge with the corresponding BitBake patch titled "fetch2: add Google Cloud Platform (GCP) fetcher". Signed-off-by: Emil Ekmečić --- meta/classes-global/sanity.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: Nested tuplet ratio notation

2023-08-02 Thread Lib Lists
Hi Valentin On Tue, 1 Aug 2023 at 16:08, Valentin Petzel wrote: > > Hi Lib, > > Am Dienstag, 1. August 2023, 11:21:31 CEST schrieb Lib Lists: > > Hi Valentin, > > I'm speechless, that's absolutely wonderful and useful, thank you so much! > > glad you like it

Re: [gentoo-user] Email clients

2023-08-01 Thread Wols Lists
On 31/07/2023 16:55, Peter Humphrey wrote: On Monday, 31 July 2023 15:19:22 BST Wols Lists wrote: The big question that needs answering is "Are you storing your emails in dovecot, or in kmail?" In KMail. My server has fetchmail -> postfix -> dovecot. Fetchmail collects POP

Re: [tor-relays] Help Turkmens to bypass Internet censorship: run an obfs4 bridge!

2023-08-01 Thread lists
On Dienstag, 1. August 2023 19:21:08 CEST Toralf Förster wrote: > On 8/1/23 18:54, li...@for-privacy.net wrote: > > > == Announcements == > > rdsys is ignoring the running flag now :) > > * To hide your bridge's ORPort: > > ORPort 127.0.0.1:auto > > AssumeReachable 1 > > > I do assume I can

Re: [tor-relays] Help Turkmens to bypass Internet censorship: run an obfs4 bridge!

2023-08-01 Thread lists
On Montag, 31. Juli 2023 23:06:54 CEST Gary C. New via tor-relays wrote: > Please let me know, if you are able to get the OBFS4 > bridge working without exposing the ORPort. Respectfully, Yes, that's working All Info about this new feature: Anti-censorship team meeting notes, 2023-06-29

Re: Nested tuplet ratio notation

2023-08-01 Thread Lib Lists
r stuff. > This function will automatically derive the numbers (e.g. 5:4) from the > tuplet. > > E.g the tuplet in this example turns into > > \override TupletNumber.text = #(tuplet-number::custom-text #{ 8 #} #f '(5 . > 4)) > > (duration is 8th, first note has not tuplet,

Re: cannot disable output processing in pseudo-terminal (between openpty(3) parent and child)

2023-07-31 Thread pouya+lists . netbsd
Valery Ushakov writes: > > The fact that TERM affects this is a sign that you likely have > something like a shell with line-editing interfering as RVP suggested > in another message. This indeed seems to have been the case. Issuing stty raw ; cat file as a single command instead of two in the

Re: cannot disable output processing in pseudo-terminal (between openpty(3) parent and child)

2023-07-31 Thread pouya+lists . netbsd
RVP writes: > On Sun, 30 Jul 2023, pouya+lists.net...@nohup.io wrote: > You'll have to turn off the NL -> CRNL output processing the kernel > does on your behalf (after all, this is still a "terminal" we're > talking about and not a simple pipe). Don't set the ONLCR bit in > the output-modes of

Re: [tor-relays] Help Turkmens to bypass Internet censorship: run an obfs4 bridge!

2023-07-31 Thread lists
On Montag, 31. Juli 2023 00:55:15 CEST Gary C. New via tor-relays wrote: > On Sunday, July 30, 2023, 3:30:55 PM MDT, li...@for-privacy.net wrote: > > I don't know if I should ignore that or better configure it that >way: > > ORPort 127.0.0.1:8443 NoListen > > ORPort 8443 NoAdvertise > > ORPort

Re: [gentoo-user] Email clients

2023-07-31 Thread Wols Lists
On 31/07/2023 13:33, Peter Humphrey wrote: On Monday, 31 July 2023 08:34:05 BST Wols Lists wrote: On 31/07/2023 00:11, Neil Bothwick wrote: On Sun, 30 Jul 2023 23:53:39 +0100, Peter Humphrey wrote: ... I use Claws 99% of the time, but occasionally run Thunderbird. Neither program cares that I

Re: cannot disable output processing in pseudo-terminal (between openpty(3) parent and child)

2023-07-31 Thread pouya+lists . netbsd
Valery Ushakov writes: > FWIW, I have a simple program I've been using to debug kernel vt100 > emulator, and: > > $ ./wsemul -- printf '\n' > $ hexdump -C wsemul.raw > 0d 0a |..| > 0002 > $ ./wsemul -- sh -c 'stty raw; printf "\n";' > $

Re: [gentoo-user] Email clients

2023-07-31 Thread Wols Lists
On 31/07/2023 00:11, Neil Bothwick wrote: On Sun, 30 Jul 2023 23:53:39 +0100, Peter Humphrey wrote: ... I use Claws 99% of the time, but occasionally run Thunderbird. Neither program cares that I have also used the other to read my mail. Ah, but you're using IMAP4 and leaving your emails on

cannot disable output processing in pseudo-terminal (between openpty(3) parent and child)

2023-07-30 Thread pouya+lists . netbsd
Hi, I'm creating a pseudo-terminal (alternatively using forkpty(3) or openpty(3) directly) where the child process is running a shell and the parent a simple terminal emulator that reads stdin and writes it to the child, and reads the child's output and displays it graphically via /derv/dri. I

Re: [tor-relays] Help Turkmens to bypass Internet censorship: run an obfs4 bridge!

2023-07-30 Thread lists
On Freitag, 21. Juli 2023 18:07:35 CEST gus wrote: > New update: In the last few weeks, internal political conflicts and > other events[1] in Turkmenistan have led to another wave of censorship > on Tor and anti-censorship tools. Tor bridges have been one of the few > free alternatives for people

Re: [gentoo-user] Email clients

2023-07-29 Thread Wols Lists
On 29/07/2023 15:50, Arsen Arsenović wrote: But I DO have to care about postfix/main.cf. This makes the fundamental blunder of mixing distro defaults and local config in the SAME FILE. So yes it does offer me etc-update. But if I MISS THAT, I've just trashed my local config and have to rebuild

Re: [gentoo-user] Email clients

2023-07-29 Thread Wols Lists
On 29/07/2023 14:54, Arsen Arsenović wrote: Again, it shouldn't be able to do that. Please check CONFIG_PROTECT using: portageq envvar CONFIG_PROTECT It should, normally, contain /etc, set by profiles/base/make.defaults. And here is the root of the mis-understanding between us. And also why

Re: [sphinx-users] GitLab continuous integration/deployment (CD/CI) and sphinx-doc's change detection

2023-07-29 Thread Wols Lists
On 28/07/2023 13:03, Denis Bitouzé wrote: That's assuming you can control how the repo is copied, of course. I suspect they often do a "git clone" which will lose all the target files on the spot ... I'm afraid that's the case. Many thanks for your answer! I hope I could find a way to fix

Re: [gentoo-user] Email clients

2023-07-29 Thread Wols Lists
On 29/07/2023 12:01, Peter Humphrey wrote: Hm. I already have Dovecot on my LAN server, because KMail is horribly buggy with POP3, which is what my ISP offers. So fetchmail -> postfix -> dovecot became necessary before I could use IMAP4 in KMail. All incoming emails are transferred to my

Re: [gentoo-user] Email clients

2023-07-29 Thread Wols Lists
On 29/07/2023 11:13, Arsen Arsenović wrote: Wols Lists writes: On 29/07/2023 03:37, Bryan Gardiner wrote: User of Claws with a local maildir here. One mail per file always felt safer to me. If you do want to keep using maildir, net-mail/dovecot provides IMAP access to ~/.maildir out

Re: [gentoo-user] Email clients

2023-07-29 Thread Wols Lists
On 29/07/2023 03:37, Bryan Gardiner wrote: User of Claws with a local maildir here. One mail per file always felt safer to me. If you do want to keep using maildir, net-mail/dovecot provides IMAP access to ~/.maildir out of the box, and I've found this combination to be reliable. Just a tip

Re: Nested tuplet ratio notation

2023-07-28 Thread Lib Lists
On Fri, 28 Jul 2023 at 14:50, Jean Abou Samra wrote: > > Le vendredi 28 juillet 2023 à 10:57 +0300, Lib Lists a écrit : > > The solution was to build the tuplet number text as a markup. I wonder if > there is a way to specify the alignment of the tuplet number with the tuplet &g

Re: Nested tuplet ratio notation

2023-07-28 Thread Lib Lists
-scaled #'(3.3 . 2.8) \magnify #0.5 "5" } \override TupletBracket.padding = #0 \override TupletNumber.Y-offset = #1.5 \tuplet 5/4 { c8[ c c c c] } } } } On Tue, 25 Jul 2023 at 16:34, Lib Lists wrote: > > Hello, > I'm testing different ways to notate the top-staff rhythm

Re: [gentoo-user] Simple installation on BTRFS

2023-07-28 Thread Wols Lists
On 27/07/2023 17:18, Michael wrote: Although I've been using btrfs for the best part of 10 years I have not really done justice to it, because I have neither explored nor used enough most of its features. I am now thinking of installing Gentoo on btrfs again, but this time I want to optimise

Re: [sphinx-users] GitLab continuous integration/deployment (CD/CI) and sphinx-doc's change detection

2023-07-26 Thread Wols Lists
On 24/07/2023 22:19, Denis Bitouzé wrote: [Y]ou are shooting yourself in your foot because you use make. make is utterly ineffective in CI pipelines because at the beginning of each pipeline the repo is cloned afresh, meaning the file modification dates of the source files are usually newer

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