Re: [PATCH v7] libgfortran: Replace mutex with rwlock

2023-12-14 Thread Richard Earnshaw (lists)
On 09/12/2023 15:39, Lipeng Zhu wrote: > This patch try to introduce the rwlock and split the read/write to > unit_root tree and unit_cache with rwlock instead of the mutex to > increase CPU efficiency. In the get_gfc_unit function, the percentage > to step into the insert_unit function is around

Re: [PATCH v7] libgfortran: Replace mutex with rwlock

2023-12-14 Thread Richard Earnshaw (lists)
On 09/12/2023 15:39, Lipeng Zhu wrote: > This patch try to introduce the rwlock and split the read/write to > unit_root tree and unit_cache with rwlock instead of the mutex to > increase CPU efficiency. In the get_gfc_unit function, the percentage > to step into the insert_unit function is around

Re: Blog post

2023-12-14 Thread Christopher Dimech via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
> Sent: Thursday, December 14, 2023 at 9:29 PM > From: "Dr. Arne Babenhauserheide" > To: "Christopher Dimech" > Cc: "Eshel Yaron" , emacs-de...@gnu.org > Subject: Re: Blog post > > > Christopher Dimech writes: > > > From your experience, have your rants been justified ? Introspection > > of

Re: [PATCH] Fix tests for gomp

2023-12-13 Thread Andre Vieira (lists)
On 13/12/2023 10:55, Jakub Jelinek wrote: On Wed, Dec 13, 2023 at 10:43:16AM +, Andre Vieira (lists) wrote: Hi, Apologies for the delay and this mixup. I need to do something different This is to fix testisms initially introduced by: commit f5fc001a84a7dbb942a6252b3162dd38b4aae311

[PATCH] Fix tests for gomp

2023-12-13 Thread Andre Vieira (lists)
Hi, Apologies for the delay and this mixup. I need to do something different This is to fix testisms initially introduced by: commit f5fc001a84a7dbb942a6252b3162dd38b4aae311 Author: Andre Vieira Date: Mon Dec 11 14:24:41 2023 + aarch64: enable mixed-types for aarch64 simdclones

[pfx] printer ip SMTP AUTH / mynetworks question

2023-12-13 Thread lists--- via Postfix-users
I have a user with an 'old' printer/scanner who wants to scan/email scans from the home located device printer offers: machine email address: SMTP server: SMTP server port: send authentication: PoPb4SMTP/SMTP AUTH: Plain/Login/CRAM-MD5/Auto login name: passwd: tried 587 with each of the 4 AUTH

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

2023-12-12 Thread Andre Vieira (lists)
On 11/12/2023 21:42, Thomas Schwinge wrote: Hi Andre! On 2023-10-16T16:03:26+0100, "Andre Vieira (lists)" wrote: Just a minor update to the patch, I had missed the libgomp testsuite, so had to make some adjustments there too. Unfortunately, there appear to be a number

Re: [OT] Not clobbering bash history

2023-12-11 Thread Arsen Arsenović via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
Hi Jean, Jean Louis writes: >> > Say that the history has eight entries, and a ninth was added by a >> > parallel process, the current process would be at the point after the >> > eighth element and should continue reading from there next time it wants >> > a history entry. > > Arsen,

[sphinx-users] Thank you moderators

2023-12-10 Thread Wols Lists
I know the current spate of spam is a pain, but this is the second group I'm on that's been hit, and you're doing a very good job of keeping on top of it. I'm on the mailing list, so I get hit with everything that doesn't get caught as it's posted. I'm sure you're doing the same as the

Re: [yocto] [yocto-autobuilder-helper][mickledore][PATCH 0/3] fix mickledore tests reports

2023-12-09 Thread Alexis Lothoré via lists . yoctoproject . org
Hello Steve, On 12/8/23 23:39, Steve Sakoman wrote: > Mickledore is already end-of-life, so no further builds are scheduled. Ah, yes, I checked that before sending because I had a doubt about whether this series would still be useful on top of mickledore, but since the 4.2.4.rc3 is still in

[yocto] [yocto-autobuilder-helper][mickledore][PATCH 2/3] config.json: remove BUILD_HISTORY_DIRECTPUSH

2023-12-08 Thread Alexis Lothoré via lists . yoctoproject . org
From: Alexis Lothoré Now that BUILD_HISTORY_DIRECTPUSH has been replaced by a hardcoded condition, remove it from config.json Signed-off-by: Alexis Lothoré Signed-off-by: Richard Purdie --- config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config.json b/config.json index

[yocto] [yocto-autobuilder-helper][mickledore][PATCH 3/3] scripts/test_utils.py: update test after BUILD_HISTORY_DIRECTPUSH removal

2023-12-08 Thread Alexis Lothoré via lists . yoctoproject . org
From: Alexis Lothoré Update getcomparisonbranch unit tests by removing BUILD_HISTORY_DIRECTPUSH entry in fake configuration Signed-off-by: Alexis Lothoré Signed-off-by: Richard Purdie --- scripts/test_utils.py | 29 +++-- 1 file changed, 7 insertions(+), 22

[yocto] [yocto-autobuilder-helper][mickledore][PATCH 1/3] scripts/utils.py: replace BUILD_HISTORY_DIRECTPUSH with hardcoded condition

2023-12-08 Thread Alexis Lothoré via lists . yoctoproject . org
From: Alexis Lothoré It has been observed that when a new release branch is created, it is quite easy to forget to update the BUILD_HISTORY_DIRECTPUSH variable, which leads to failures in autobuilder like test results not being pushed. Replace the BUILD_HISTORY_DIRECTPUSH usage with a hardcoded

[yocto] [yocto-autobuilder-helper][mickledore][PATCH 0/3] fix mickledore tests reports

2023-12-08 Thread Alexis Lothoré via lists . yoctoproject . org
Hello, mickledore release 4.2.4-rc3 suffered some tests reporting issue (tests result not pushed, regression report not generated, etc). This is due to the fact that the mickledore branch is not properly described in BUILD_HISTORY_DIRECTPUSH in config.json. This issue has already received the

Re: [OT] Not clobbering bash history

2023-12-08 Thread Arsen Arsenović via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
Richard Stallman writes: > [[[ To any NSA and FBI agents reading my email: please consider]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > > If two different shells will try to write

Re: [PING][PATCH 2/2] arm: Add support for MVE Tail-Predicated Low Overhead Loops

2023-12-07 Thread Andre Vieira (lists)
for the comments, see latest revision attached. On 27/11/2023 12:47, Andre Vieira (lists) wrote: Hi Stam, Just some comments. +/* Recursively scan through the DF chain backwards within the basic block and +   determine if any of the USEs of the original insn (or the USEs of the insns s/Recursively scan

Re: [OT] Not clobbering bash history

2023-12-07 Thread Arsen Arsenović via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
Richard Stallman writes: > [[[ To any NSA and FBI agents reading my email: please consider]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > I moved this to emacs-tangents because thus

veclower: improve selection of vector mode when lowering [PR 112787]

2023-12-06 Thread Andre Vieira (lists)
Hi, This patch addresses the issue reported in PR target/112787 by improving the compute type selection. We do this by not considering types with more elements than the type we are lowering since we'd reject such types anyway. gcc/ChangeLog: PR target/112787 *

Re: [gentoo-user] New installation - not booting

2023-12-06 Thread Wols Lists
On 06/12/2023 14:56, Peter Humphreey wrote: The idea is that you may want to install another system later, which may want to install its own code in /efi. By all means shrink it if you think that's unlikely and you need the space. Gparted on SysRescCD is ideal for this. I had the opposite

Re: [gentoo-user] Boot and EFI partitions

2023-12-06 Thread Wols Lists
On 06/12/2023 16:36, Jack Ostroff wrote: The way I think of it is that the UEFI firmware needs to find the .efi loader, and it can only read FAT32 formatted partitions labelled as type esp. That .efi loader then needs to find your kernel and related files, but as it is specific for

[OE-core] [PATCH] wic/DirectPlugin: don't update fstab if --no-fstab-update

2023-12-06 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer The function `update_fstab` should not touch the fstab for partitions with `--no-fstab-update`. Signed-off-by: Jörg Sommer --- scripts/lib/wic/plugins/imager/direct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: Fastly Peering Contact

2023-12-06 Thread Justin Wilson (Lists)
We have sent them some inquiries in markets we are with no reply. Just figured they weren’t interested. Justin Wilson j...@mtin.net jus...@fd-ix.com Https://www.fdi-ix.com > On Dec 5, 2023, at 4:14 PM, Peter Potvin via NANOG wrote: > > Looking for someone on the Fastly peering team to

[meta-xilinx] git.yoctoproject.org/meta-xilinx-tools mickledore branch out of date

2023-12-06 Thread Przemysław Recha via lists . yoctoproject . org
Hi, git.yoctoproject.org/meta-xilinx-tools mickledore branch is behind https://github.com/Xilinx/meta-xilinx-tools/ Could we get an update to git.yoctoproject.org/meta-xilinx-tools? Best regards, Przemek -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Scanning (documents) no longer works: scanner not found?

2023-12-04 Thread Why 42? The lists account.
Hi All, I just noticed that "simple-scan" no longer works, it cannot find my scanner. This used to work just fine. I'm running the latest (installed today) snapshot, but I don't know when this stopped working - I try not to do much scanning :-) The scanner is a Canon Pixma "Multi Function"

Re: [gentoo-user] ffmpeg: WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict

2023-12-04 Thread Wols Lists
On 04/12/2023 08:28, Dale wrote: Oh, I see the little pointing up there but in Konsole, they never point up to the right place.  If it has a clue, I wouldn't be able to get help from it.  Also, I have some options in make.conf for emerge so I'm taking this from emerge.log to show the

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

2023-12-01 Thread Andre Vieira (lists)
On 29/11/2023 17:01, Richard Sandiford wrote: "Andre Vieira (lists)" writes: Rebased, no major changes, still needs review. On 30/08/2023 10:19, Andre Vieira (lists) via Gcc-patches wrote: This patch finalizes adding support for the generation of SVE simd clones when

Re: [PATCH] testsuite, arm: Fix up pr112337.c test

2023-12-01 Thread Richard Earnshaw (lists)
On 01/12/2023 13:45, Christophe Lyon wrote: > On Fri, 1 Dec 2023 at 13:44, Richard Earnshaw (lists) > wrote: >> >> On 01/12/2023 11:28, Saurabh Jha wrote: >>> Hey, >>> >>> I introduced this test "gcc/testsuite/

Re: [PATCH] testsuite, arm: Fix up pr112337.c test

2023-12-01 Thread Richard Earnshaw (lists)
On 01/12/2023 11:28, Saurabh Jha wrote: > Hey, > > I introduced this test "gcc/testsuite/gcc.target/arm/mve/pr112337.c" in this > commit 2365aae84de030bbb006edac18c9314812fc657b before. This had an error > which I unfortunately missed. This patch fixes that test. > > Did regression testing on

Re: [gentoo-user] [OT] Very slow POST process

2023-11-29 Thread Wols Lists
On 29/11/2023 00:16, Michael wrote: Thanks Dan, will do. I was planning to take it apart soon to replace the HDD with an SSD, so this would be the first thing to check. I expect finding a replacement unit will be difficult. Every Lenovo RTC battery seems to have a different part number. I

Re: [RFC] vect: disable multiple calls of poly simdclones

2023-11-27 Thread Andre Vieira (lists)
On 06/11/2023 07:52, Richard Biener wrote: On Fri, 3 Nov 2023, Andre Vieira (lists) wrote: Hi, The current codegen code to support VF's that are multiples of a simdclone simdlen rely on BIT_FIELD_REF to create multiple input vectors. This does not work for non-constant simdclones, so we

Re: [PING][PATCH 2/2] arm: Add support for MVE Tail-Predicated Low Overhead Loops

2023-11-27 Thread Andre Vieira (lists)
Hi Stam, Just some comments. +/* Recursively scan through the DF chain backwards within the basic block and + determine if any of the USEs of the original insn (or the USEs of the insns s/Recursively scan/Scan/ as you no longer recurse, thanks for that by the way :) + where thy were

Re: [gentoo-user] Re: Portage reports preserved libs, but won't rebuild

2023-11-24 Thread Wols Lists
On 24/11/2023 10:27, Nuno Silva wrote: On 2023-11-24, Arve Barsnes wrote: On Fri, 24 Nov 2023 at 04:07, Jack wrote: May or may not help, but have you tried revdep-rebuild? Also, you can try just one-shotting the reported packages, such as (for the last one in your list): emerge -1

Re: [OT] Not clobbering bash history

2023-11-23 Thread Jens Schmidt via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
On 2023-11-23 13:42, Spencer Baugh wrote: > Arsen Arsenović writes: > >> Unfortunately, I have been unable to produce a decent set of >> reproduction steps. This issue happens (relatively) infrequently and >> inexplicably on my machines. It pains me to complain without solid >> information. >>

Re: [OT] Not clobbering bash history

2023-11-22 Thread Arsen Arsenović via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
Jens Schmidt writes: > Moving to tangents ... please CC me. > > On 2023-11-22 04:32, Arsen Arsenović wrote: > >>> Should we suggest that the Bash developer add a feature to handle this >>> case (multiple shells in parallel) the "right" way? If many users >>> would like it, that could make it

Re: [PATCH] AArch64/testsuite: Use non-capturing parentheses with ccmp_1.c

2023-11-22 Thread Richard Earnshaw (lists)
On 22/11/2023 15:21, Maciej W. Rozycki wrote: > Use non-capturing parentheses for the subexpressions used with > `scan-assembler-times', to avoid a quirk with double-counting. > > gcc/testsuite/ > * gcc.target/aarch64/ccmp_1.c: Use non-capturing parentheses > with

Re: [OT] Not clobbering bash history

2023-11-22 Thread Jens Schmidt via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
Moving to tangents ... please CC me. On 2023-11-22 04:32, Arsen Arsenović wrote: >> Should we suggest that the Bash developer add a feature to handle this >> case (multiple shells in parallel) the "right" way? If many users >> would like it, that could make it worth building in. > > That

Re: ipv6 address management - documentation

2023-11-20 Thread Justin Wilson (Lists)
Netbox or PHPipam. Phpipam allows you to break down subnets easier IMHo. Justin Wilson j...@j2sw.com — https://j2sw.com (AS399332) https://blog.j2sw.com - Podcast and Blog > On Nov 16, 2023, at 1:09 PM, Jason Biel wrote: > > My recommendation: > > https://github.com/netbox-community > > >

Re: [gentoo-user] Emerge -K ignoring new packages

2023-11-20 Thread Wols Lists
On 20/11/2023 17:12, Vitaliy Perekhovy wrote: On Mon, Nov 20, 2023 at 05:07:45PM +, Peter Humphrey wrote: Hello list, Now that I have my NFS set up (with help - thanks) the next problem is that, having new packages built by my workstation over NFS, emerge on the tiny box is ignoring all

Re: Issues with new NTFS module

2023-11-18 Thread Genes Lists
On 11/18/23 07:18, Giovanni Santini wrote: ... Let's hope the problem gets solved soon. :) Hi You may have mentioned this already, but is there anything interesting in the kernel logs? I see no relevant looking ntfs3 commits in the kernel after 6.6. There were some in 6.6 [1]. Since

Re: [meta-virtualization][kirkstone] packagegroup-container: require ipv6 for podman

2023-11-08 Thread Jörg Sommer via lists . yoctoproject . org
On 08.11.23 14:57, Bruce Ashfield wrote: > I'll do this as a cherry-pick, since when I apply this patch: That's fine. > remote: ## > remote: Invalid author Jörg Sommer via lists.yoctoproject.org > remote: ##

Re: [oe] [PATCH] [meta classes] sed -i destroys symlinks

2023-11-08 Thread Jörg Sommer via lists . openembedded . org
On 07.11.23 21:24, Joakim Tjernlund via lists.openembedded.org wrote: > In /etc/passwd is a symlink, sed -i on same file will replace the I suspect the »In« should be an »If« > symlink with a new file. Prevent that by expanding the file with realpath > before giving it to sed. Using `sed -i`

[meta-virtualization][kirkstone] packagegroup-container: require ipv6 for podman

2023-11-08 Thread Jörg Sommer via lists . yoctoproject . org
The recipe *podman* requires the distro feature *ipv6*. Using a distro without it causes the build of *packagegroup-container* fails, even if *packagegroup-podman* is not used: ERROR: Nothing RPROVIDES 'podman' (but

Re: [OE-Core][PATCH] scripts/resulttool: group all regressions in regression report

2023-11-06 Thread Alexis Lothoré via lists . openembedded . org
Hi Richard, sorry for the late reply. I see that you have decided to apply the patch in the mean time, but here are my comments On 11/4/23 04:13, Richard Purdie wrote: > On Fri, 2023-11-03 at 13:50 -0700, Alexis Lothoré via > lists.openembedded.org wrote: >> From: Alexis Lothoré >> 5

[OE-Core][PATCH] scripts/resulttool: group all regressions in regression report

2023-11-03 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Commit c304fcbe0588b1078373558c2ddf36064bcdf214 introduced a grouping when listing regressions. This grouping has been added only for ptests. It has been observed that any other kind of tests could benefit from it. For example, current regression reports can show the

[RFC] vect: disable multiple calls of poly simdclones

2023-11-03 Thread Andre Vieira (lists)
Hi, The current codegen code to support VF's that are multiples of a simdclone simdlen rely on BIT_FIELD_REF to create multiple input vectors. This does not work for non-constant simdclones, so we should disable using such clones when the VF is a multiple of the non-constant simdlen until we

Re: [PATCH] vect: allow using inbranch simdclones for masked loops

2023-11-03 Thread Andre Vieira (lists)
On 03/11/2023 07:31, Richard Biener wrote: OK. I do wonder about the gfortran testsuite adjustments though. !GCC$ builtin (sin) attributes simd (inbranch) ! this should not be using simd clone y4 = sin(x8) previously we wouldn't vectorize this as no notinbranch simd function is

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-11-03 Thread Jörg Sommer via lists . openembedded . org
On 30.10.23 14:24, Jörg Sommer via lists.openembedded.org wrote: > On 30.10.23 13:29, Bruce Ashfield wrote: >> On Mon, Oct 30, 2023 at 4:40 AM Jörg Sommer >> wrote: >>> On 26.10.23 17:25, Bruce Ashfield wrote: > I ran into issues with some kernel versions, but we may have moved on far

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

2023-11-02 Thread Alexis Lothoré via lists . yoctoproject . org
Hello, On 10/19/23 23:55, Pokybuild User wrote: > > A build flagged for QA (yocto-4.3.rc2) was completed on the autobuilder > and is available at: > > > https://autobuilder.yocto.io/pub/releases/yocto-4.3.rc2 > > > Build URL: >

[PATCH] vect: allow using inbranch simdclones for masked loops

2023-11-02 Thread Andre Vieira (lists)
Hi, In a previous patch I did most of the work for this, but forgot to change the check for number of arguments matching between call and simdclone. This check should accept calls without a mask to be matched against simdclones with mask arguments. I also added tests to verify this feature

[yocto] Call bitbake while bitbake is running

2023-11-02 Thread Jörg Sommer via lists . yoctoproject . org
Hi, is it possible to run bitbake while bitbake is running? I'm starting `bitbake -c menuconfig virtual/kernel` and would like to call `diffconfig` while I'm doing configuration. The best would be from the other window of tmux. Is this possible? Kind regards Jörg Sommer -- Navimatix GmbH

Re: Automatic annotation of slide positions/fingerings for brass instruments.

2023-10-31 Thread Wols Lists
On 31/10/2023 01:36, Adam M. Griggs wrote: Your second recommendation is situational. I see you have a *.uk email address. I'm familiar with the British brass band context. I get it—almost everything is transposed for instruments pitched in Bb or Eb, and in the entire ensemble, only bass

Re: [PATCH6/8] omp: Reorder call for TARGET_SIMD_CLONE_ADJUST (was Re: [PATCH7/8] vect: Add TARGET_SIMD_CLONE_ADJUST_RET_OR_PARAM)

2023-10-30 Thread Andre Vieira (lists)
the array for the return value. Kind regards, Andre On 18/10/2023 15:41, Andre Vieira (lists) wrote: This patch moves the call to TARGET_SIMD_CLONE_ADJUST until after the arguments and return types have been transformed into vector types.  It also constructs the adjuments and retval

Re: Automatic annotation of slide positions/fingerings for brass instruments.

2023-10-30 Thread Wols Lists
On 29/08/2023 15:35, Adam M. Griggs wrote: Here's a little self-help reference I made a little while back. Maybe it will illustrate your point about different positions for different octaves more clearly than words can. Perhaps something in the tablature code can be adapted to this end.

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-30 Thread Jörg Sommer via lists . openembedded . org
On 30.10.23 13:29, Bruce Ashfield wrote: > On Mon, Oct 30, 2023 at 4:40 AM Jörg Sommer wrote: >> On 26.10.23 17:25, Bruce Ashfield wrote: >>> I ran into issues with some kernel versions, but we may have moved on >>> far enough that it is no longer an issue. >> >> Do you remember what kind of

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-30 Thread Jörg Sommer via lists . openembedded . org
On 26.10.23 17:25, Bruce Ashfield wrote: > On Thu, Oct 26, 2023 at 7:16 AM Jörg Sommer wrote: >> >> On 26.10.23 10:34, Jose Quaresma wrote: >>> >>> >>> Khem Raj mailto:raj.k...@gmail.com>> escreveu no >>> dia quarta, 25/10/2023 à(s) 18:18: >>> >>> I wonder if something like below would help

Re: [gentoo-user] Re: OFF TOPIC Need Ubuntu network help: boot loader info

2023-10-29 Thread Wols Lists
On 19/10/2023 12:55, Neil Bothwick wrote: On Wed, 18 Oct 2023 23:49:25 -0500, Dale wrote: That config kinda reminds me of the old grub.  A title line, location of kernel and then options.  Sounds easy enough.  The new grub config is almost impossible to config by hand.  They had to make a tool

Re: [Ietf-dkim] [Lists] DKIM Working Group Status Update

2023-10-27 Thread lists=40francispbaker . com
document > describing what the problem is, what the effects of a replay attack are and > documenting some of the ways both senders and receivers have mitigated the > problem. > > I’d like to hear from folks on the list, both who were with us in Brooklyn > and folks who were n

You missed a call Transcription Available

2023-10-26 Thread Lists Wireless Solutions|PhoneSystem
The information transmitted by this email, including any attachments, is intended only for the person(s) or entity to which it is addressed and may contain confidential and/or legally privileged material. If you receive this in error, please contact the sender and delete the material from any

Re: [oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-26 Thread Jörg Sommer via lists . openembedded . org
On 26.10.23 10:34, Jose Quaresma wrote: > > > Khem Raj mailto:raj.k...@gmail.com>> escreveu no > dia quarta, 25/10/2023 à(s) 18:18: > > I wonder if something like below would help > > diff --git > a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb >

Re: [OE-core] [PATCH] openssh: Don't hardcode the dir in sshd.service

2023-10-26 Thread Jörg Sommer via lists . openembedded . org
On 26.10.23 09:04, Yu, Mingli via lists.openembedded.org wrote: > From: Mingli Yu > > Don't hardcode the directory of the binary in sshd.service. > > Signed-off-by: Mingli Yu > --- > meta/recipes-connectivity/openssh/openssh/sshd.service | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] openssl-native.rm_work runs before kernel-module.install -> no signature

2023-10-25 Thread Jörg Sommer via lists . openembedded . org
Hi, I'm having an odd problem building the external kernel module kernel-module-imx-gpu-viv [1]. I'm using kirkstone and have rm_work enabled. [1] https://layers.openembedded.org/layerindex/recipe/40267/ The module builds fine, but the install step contains the module signing which

Re: We need to do something about build times

2023-10-24 Thread Sysadmin Lists
> > From: Robert Clausecker > Date: Oct 24, 2023, 12:12:13 PM > To: > Subject: We need to do something about build times > > > The build times have gone up to the point where they are unsustainable. > Frequent updates to key ports (like llvm*, rust,

[vz-users] passive Nutzung der INFO Schnittstelle mit vzlogger

2023-10-24 Thread lists
Hallo Liste, ich benötige bitte Hilfe (oder einen Hinweis zur passenden Dokumentation) bei der Nutzung von vzlogger. Die Zähler geben über die optische INFO Schnittstelle periodisch Daten im SML-Format aus. In der Konfiguration des vzloggers muss ich aber angeben, wie oft der Zähler

Re: [PING][PATCH 2/2] arm: Add support for MVE Tail-Predicated Low Overhead Loops

2023-10-23 Thread Andre Vieira (lists)
py for you to change this once approved by a maintainer. Kind regards, Andre On 11/10/2023 12:34, Stamatis Markianos-Wright wrote: Hi all, On 28/09/2023 13:51, Andre Vieira (lists) wrote: Hi, On 14/09/2023 13:10, Kyrylo Tkachov via Gcc-patches wrote: Hi Stam, The arm parts look sensible bu

[OE-Core][PATCH v2 2/4] scripts/resulttool: rearrange regressions report order

2023-10-22 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Regressions reports currently reports matching pairs and improved pairs first, then regressions. Change order to print regressions first, which is the most valuable info in the report, and then print improvements and matches at the bottom. Signed-off-by: Alexis Lothoré

[OE-Core][PATCH v2 4/4] scripts/yocto_testresults_query: add option to change display limit

2023-10-22 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Add a "-l"/"--limit" option to allow changing the display limit in resulttool. - If no value is passed, resulttool uses its default value. - If 0 is passed, the display limit is removed and every regression will be displayed - If a custom value is passed, this value

[OE-Core][PATCH v2 3/4] scripts/resulttool: make additional info more compact

2023-10-22 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Since "matched" and "improved" tests are not as important as regressions, reduce the place they take in the regression report: - merge "matched" and "improved" tests, while removing the label - add a single line of additional info per pair Those changes make the "Matches

[OE-Core][PATCH v2 1/4] scripts/resulttool: limit the number of changes displayed per test

2023-10-22 Thread Alexis Lothoré via lists . openembedded . org
tegory suffers the same status (test missing, test failing, test skipped, etc) Prevent those huge, worthless lists by limiting the output for each test group: - current default limit is arbitrarily set to 50 - limit can still be overriden with a new "-l"/"--limit" flag,

[OE-Core][PATCH v2 0/4] Add a display limit for regression report generation

2023-10-22 Thread Alexis Lothoré via lists . openembedded . org
It has been observed that useful information in regression report can be drowned in huge regression lists which are often false-positives (for example, a whole set of tests has been temporarily disabled). Additionally, the regression report usually starts with not-so-useful information when

Re: Pacman update fail

2023-10-20 Thread Genes Lists
On 10/20/23 18:05, pete wrote: Hi Folks Well this normally runs so smooth it is crazy but today ... I don't use kde any longer - but part of your problem is likely orphaned packages. you should remove kfloppy and telepathy-kde-contact-runner for starters and any other orphans you find.

Re: [PATCH] ifcvt: Don't lower bitfields with non-constant offsets [PR 111882]

2023-10-20 Thread Andre Vieira (lists)
On 20/10/2023 14:41, Richard Biener wrote: On Fri, 20 Oct 2023, Andre Vieira (lists) wrote: Hi, This patch stops lowering of bitfields by ifcvt when they have non-constant offsets as we are not likely to be able to do anything useful with those during vectorization. That also fixes

[PATCH] ifcvt: Don't lower bitfields with non-constant offsets [PR 111882]

2023-10-20 Thread Andre Vieira (lists)
Hi, This patch stops lowering of bitfields by ifcvt when they have non-constant offsets as we are not likely to be able to do anything useful with those during vectorization. That also fixes the issue reported in PR 111882, which was being caused by an offset with a side-effect being lowered,

[yocto] volatile-binds overlays with selinux

2023-10-20 Thread Sébastien Fabre via lists . yoctoproject . org
Hello, I am trying to use selinux (refpolicy-targeted) in read-only root filesystem with kirkstone. Volatile-binds recipe create overlays, but we have multiple selinux denied logs (even with allow_mount_anyfile boolean set to on). Most of them are because scontext is

[OE-core] [PATCH] package_qa_check_rdepends: Allow /usr/bin/sh if usrmerge

2023-10-20 Thread Jörg Sommer via lists . openembedded . org
If the distro feature usrmerge is set, all files from /bin are moved to /usr/bin, i.e. /usr/bin/sh is the same as /bin/sh and should be allowed be ignored, because it's always present. Signed-off-by: Jörg Sommer --- meta/classes-global/insane.bbclass | 4 1 file changed, 4 insertions(+)

Re: [OE-Core][PATCH 0/2] Add a display limit for regression report generation

2023-10-20 Thread Alexis Lothoré via lists . openembedded . org
Hello Alexandre, On 10/20/23 08:05, Alexandre Belloni via lists.openembedded.org wrote: > Hello Alexis,> > https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/5886/steps/14/logs/stdio > https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/5935/steps/14/logs/stdio >

Re: [yocto] QA notification for completed autobuilder build (yocto-4.3.rc1)

2023-10-19 Thread Alexis Lothoré via lists . yoctoproject . org
base and target 2. Different HOSTS _can_ be cross-checked But the issue you are pointing tends to show it does not work well in some cases. I will have to do some tests to see if dropping 2. reduce this noise without loosing valuable data, or if we need to find something smarter > > The report

[OE-Core][PATCH 0/2] Add a display limit for regression report generation

2023-10-19 Thread Alexis Lothoré via lists . openembedded . org
It has been observed that useful information in regression report can be drowned in huge regression lists which are often false-positives (for example, a whole set of tests has been temporarily disabled). This series brings a default limit to how many changes are displayed per base/target

[OE-Core][PATCH 2/2] scripts/yocto_testresults_query: add option to change display limit

2023-10-19 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Add a "-l"/"--limit" option to allow changing the display limit in resulttool. - If no value is passed, resulttool uses its default value. - If 0 is passed, the display limit is removed and every regression will be displayed - If a custom value is passed, this value

[OE-Core][PATCH 1/2] scripts/resulttool: limit the number of changes displayed per test

2023-10-19 Thread Alexis Lothoré via lists . openembedded . org
tegory suffers the same status (test missing, test failing, test skipped, etc) Prevent those huge, worthless lists by limiting the output for each test result pair: - current default limit is arbitrarily set to 50 - limit can still be overriden with a new "-l"/"--limit" flag,

Re: [yocto] QA notification for completed autobuilder build (yocto-4.3.rc1)

2023-10-19 Thread Alexis Lothoré via lists . yoctoproject . org
Hello, On 10/18/23 08:16, Pokybuild User wrote: > > A build flagged for QA (yocto-4.3.rc1) was completed on the autobuilder > and is available at: > > > https://autobuilder.yocto.io/pub/releases/yocto-4.3.rc1 The regression report looks worryingly empty. It has been generated

[PATCH6/8] omp: Reorder call for TARGET_SIMD_CLONE_ADJUST (was Re: [PATCH7/8] vect: Add TARGET_SIMD_CLONE_ADJUST_RET_OR_PARAM)

2023-10-18 Thread Andre Vieira (lists)
and argument types have been vectorized. On 04/10/2023 13:40, Andre Vieira (lists) wrote: On 04/10/2023 11:41, Richard Biener wrote: On Wed, 4 Oct 2023, Andre Vieira (lists) wrote: On 30/08/2023 14:04, Richard Biener wrote: On Wed, 30 Aug 2023, Andre Vieira (lists) wrote

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

2023-10-18 Thread Andre Vieira (lists)
Rebased, no major changes, still needs review. On 30/08/2023 10:19, Andre Vieira (lists) via Gcc-patches wrote: 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

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

2023-10-18 Thread Andre Vieira (lists)
Rebased on top of trunk, minor change to check if loop_vinfo since we now do some slp vectorization for simd_clones. I assume the previous OK still holds. On 30/08/2023 13:54, Richard Biener wrote: On Wed, 30 Aug 2023, Andre Vieira (lists) wrote: When analyzing a loop and choosing

[PATCH 0/8] omp: Replace simd_clone_subparts with TYPE_VECTOR_SUBPARTS

2023-10-18 Thread Andre Vieira (lists)
Refactor simd clone handling code ahead of support for poly simdlen. gcc/ChangeLog: * omp-simd-clone.cc (simd_clone_subparts): Remove. (simd_clone_init_simd_arrays): Replace simd_clone_supbarts with TYPE_VECTOR_SUBPARTS. (ipa_simd_modify_function_body):

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

2023-10-18 Thread Andre Vieira (lists)
Rebased, needs review. On 30/08/2023 10:13, Andre Vieira (lists) via Gcc-patches wrote: 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

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

2023-10-18 Thread Andre Vieira (lists)
helper function. On 30/08/2023 13:54, Richard Biener wrote: On Wed, 30 Aug 2023, Andre Vieira (lists) wrote: 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

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

2023-10-18 Thread Andre Vieira (lists)
Posting the changed patch for completion, already reviewed. On 30/08/2023 13:32, Richard Biener wrote: On Wed, 30 Aug 2023, Andre Vieira (lists) wrote: Teach parloops how to handle a poly nit and bound e ahead of the changes to enable non-constant simdlen. Can you use poly_int_tree_p

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

2023-10-18 Thread Andre Vieira (lists)
Just posting a rebase for completion. On 30/08/2023 13:31, Richard Biener wrote: On Wed, 30 Aug 2023, Andre Vieira (lists) wrote: 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

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

2023-10-18 Thread Andre Vieira (lists)
confusing with removing and adding patches to the series. On 30/08/2023 09:49, Andre Vieira (lists) via Gcc-patches wrote: 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

Re: Check that passes do not forget to define profile

2023-10-17 Thread Andre Vieira (lists)
So OK to commit this? This patch makes sure the profile_count information is initialized for the new bb created in move_sese_region_to_fn. gcc/ChangeLog: * tree-cfg.cc (move_sese_region_to_fn): Initialize profile_count for new basic block. Bootstrapped and regression tested

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

2023-10-16 Thread Andre Vieira (lists)
Hey, Just a minor update to the patch, I had missed the libgomp testsuite, so had to make some adjustments there too. gcc/ChangeLog: * config/aarch64/aarch64.cc (lane_size): New function. (aarch64_simd_clone_compute_vecsize_and_simdlen): Determine simdlen according to NDS

[OE-core] [PATCH v4] libtirpc: Support ipv6 in DISTRO_FEATURES

2023-10-16 Thread Jörg Sommer via lists . openembedded . org
If the ipv6 feature for the distribution is not set, the package should not contain settings for ipv6. This makes rpcbind doesn't try to bind to a IPv6 socket, and complain that this fails. Signed-off-by: Jörg Sommer --- .../libtirpc/libtirpc/ipv6.patch | 52 +++

[OE-core] [PATCH] base-files: Remove localhost ::1 from hosts if ipv6 missing

2023-10-16 Thread Jörg Sommer via lists . openembedded . org
If a distribution doesn't provide IPv6, the mapping of localhost and ::1 has to be removed. Signed-off-by: Jörg Sommer --- meta/recipes-core/base-files/base-files_3.0.14.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb

Re: [gentoo-user] OFF TOPIC Need Ubuntu network help

2023-10-16 Thread Wols Lists
On 16/10/2023 08:51, Dale wrote: Anyone here have ideas?  Keep in mind, that thing uses systemd.  I thought I hated that before.  I truly hate that thing now.  Trying to figure out how to restart something is like pulling teeth with no pain meds. systemctl restart servicename? I like

Re: [PATCH 10/11] aarch64: Fix branch-protection error message tests

2023-10-13 Thread Richard Earnshaw (lists)
On 05/09/2023 16:00, Richard Sandiford via Gcc-patches wrote: > Szabolcs Nagy writes: >> Update tests for the new branch-protection parser errors. >> >> gcc/testsuite/ChangeLog: >> >> * gcc.target/aarch64/branch-protection-attr.c: Update. >> *

Re: [OE-core] [PATCH v3] libtirpc: Support ipv6 in DISTRO_FEATURES

2023-10-13 Thread Jörg Sommer via lists . openembedded . org
On 12 October 2023 21:13, Dan McGregor wrote: > On Thu, 12 Oct 2023 at 11:10, Jörg Sommer via lists.openembedded.org > wrote: > > > > This is only a minor change, because oelint-adv had warned about the space > > after " of PACKAGECONFIG. > > > > > > From:

Re: [OE-core] [PATCH v3] libtirpc: Support ipv6 in DISTRO_FEATURES

2023-10-12 Thread Jörg Sommer via lists . openembedded . org
This is only a minor change, because oelint-adv had warned about the space after " of PACKAGECONFIG. From: openembedded-core@lists.openembedded.org on behalf of Jörg Sommer via lists.openembedded.org Sent: Thursday, 12 October 2023 18:34 To:

[OE-core] [PATCH v3] libtirpc: Support ipv6 in DISTRO_FEATURES

2023-10-12 Thread Jörg Sommer via lists . openembedded . org
If the ipv6 feature for the distribution is not set, the package should not contain settings for ipv6. This makes rpcbind doesn't try to bind to a IPv6 socket, and complain that this fails. Signed-off-by: Jörg Sommer --- .../libtirpc/libtirpc/ipv6.patch | 52 +++

[OE-core] [PATCH v2] libtirpc: Support ipv6 in DISTRO_FEATURES

2023-10-12 Thread Jörg Sommer via lists . openembedded . org
If the ipv6 feature for the distribution is not set, the package should not contain settings for ipv6. This makes rpcbind doesn't try to bind to a IPv6 socket, and complain that this fails. Signed-off-by: Jörg Sommer --- .../libtirpc/libtirpc/ipv6.patch | 52 +++

[OE-core] [PATCH] libtirpc: Support ipv6 in DISTRO_FEATURES

2023-10-12 Thread Jörg Sommer via lists . openembedded . org
If the ipv6 feature for the distribution is not set, the package should not contain settings for ipv6. This makes rpcbind doesn't try to bind to a IPv6 socket, and complain that this fails. Signed-off-by: Jörg Sommer --- meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb | 14 +- 1

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