Re: [PATCH 04/11] net/sfc: fix driver logtype token

2024-09-08 Thread Andrew Rybchenko
t; SFC_KVARG_VALUES_FW_VARIANT " " SFC_KVARG_RXD_WAIT_TIMEOUT_NS "= " SFC_KVARG_STATS_UPDATE_PERIOD_MS "="); -RTE_LOG_REGISTER_SUFFIX(sfc_logtype_driver, "driver", NOTICE); +RTE_LOG_REGISTER_SUFFIX(sfc_logtype_driver, driver, NOTICE); Reviewed-by: Andrew Rybchenko

Re: virtio: RSS support capa

2024-09-08 Thread Andrew Rybchenko
On 9/7/24 23:55, Morten Brørup wrote: From: Morten Brørup [mailto:m...@smartsharesystems.com] Sent: Friday, 6 September 2024 21.38 Maxime, Chenbo, If the virtio PMD supports RSS, it should be announced in its capabilities. I think this should be added to virtio_dev_info_get(): if (hos

[FFmpeg-user] yuvtestsrc to y4m differs with and without format rgba->yuv444p conversion

2024-09-07 Thread Andrew Randrianasulu
git up to d9f594209fb1a9c87017034f943dcb311a9d2896 first command bash-5.1$ /dev/shm/ffmpeg/ffmpeg -f lavfi -i yuvtestsrc -frames 1 -r 25 -vf format=rgba,format=yuv444p -color_range 1 /dev/shm/yuv-mpeg-rgba-yuv444p.y4m -debug log ffmpeg version N-115688-gd9f594209f Copyright (c) 2000-2024 th

Re: [r15-3529 Regression] FAIL: gcc.dg/pr116588.c (test for excess errors) on Linux/x86_64

2024-09-07 Thread Andrew Pinski
On Sat, Sep 7, 2024 at 4:11 PM haochen.jiang wrote: > > On Linux/x86_64, > > 506417dbc8b1cbc1133a5322572cf94b671aadf6 is the first bad commit > commit 506417dbc8b1cbc1133a5322572cf94b671aadf6 > Author: Andrew MacLeod > Date: Fri Sep 6 11:42:14 2024 -0400 > > Be

Re: [r15-3529 Regression] FAIL: gcc.dg/pr116588.c (test for excess errors) on Linux/x86_64

2024-09-07 Thread Andrew Pinski via Gcc-regression
On Sat, Sep 7, 2024 at 4:11 PM haochen.jiang wrote: > > On Linux/x86_64, > > 506417dbc8b1cbc1133a5322572cf94b671aadf6 is the first bad commit > commit 506417dbc8b1cbc1133a5322572cf94b671aadf6 > Author: Andrew MacLeod > Date: Fri Sep 6 11:42:14 2024 -0400 > > Be

[gcc r15-3533] Fix pr116588.c for -m32

2024-09-07 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:35c2bcb2389d345a0b9eaa6c8c6a400a6442a037 commit r15-3533-g35c2bcb2389d345a0b9eaa6c8c6a400a6442a037 Author: Andrew Pinski Date: Sat Sep 7 16:20:03 2024 -0700 Fix pr116588.c for -m32 This is a simple fix which adds the target supports requirement of int128

[PUSHED] Fix pr116588.c for -m32

2024-09-07 Thread Andrew Pinski
. Signed-off-by: Andrew Pinski --- gcc/testsuite/gcc.dg/pr116588.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.dg/pr116588.c b/gcc/testsuite/gcc.dg/pr116588.c index 677964dd1d6..6b0678d465e 100644 --- a/gcc/testsuite/gcc.dg/pr116588.c +++ b/gcc/testsuite/gcc.dg/pr116588.c

[elpa] branch new-version deleted (was 20acc256e5)

2024-09-07 Thread Andrew Hyatt
ahyatt pushed a change to branch new-version. was 20acc256e5 Update version to 0.17.4 This change permanently discards the following revisions: discards 20acc256e5 Update version to 0.17.4

[elpa] new-version 20acc256e5: Update version to 0.17.4

2024-09-07 Thread Andrew Hyatt
branch: new-version commit 20acc256e5441e8ca4ffcd6db7319ab0e59c466b Author: Andrew Hyatt Commit: Andrew Hyatt Update version to 0.17.4 --- llm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm.el b/llm.el index 465ccaae26..16c16baa90 100644 --- a/llm.el +++ b

[elpa] branch new-version created (now 20acc256e5)

2024-09-07 Thread Andrew Hyatt
ahyatt pushed a change to branch new-version. at 20acc256e5 Update version to 0.17.4 This branch includes the following new commits: new 20acc256e5 Update version to 0.17.4

[gcc r15-3531] split-path: Fix dump wording about duplicating too many statements

2024-09-07 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:69d82c1dccb3583464228eb5449e29918eeb4ee4 commit r15-3531-g69d82c1dccb3583464228eb5449e29918eeb4ee4 Author: Andrew Pinski Date: Sat Sep 7 11:43:03 2024 -0700 split-path: Fix dump wording about duplicating too many statements It was pointed out in https

[PUSHED] split-path: Fix dump wording about duplicating too many statements

2024-09-07 Thread Andrew Pinski
): Fix wording on the print. Signed-off-by: Andrew Pinski --- gcc/gimple-ssa-split-paths.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/gimple-ssa-split-paths.cc b/gcc/gimple-ssa-split-paths.cc index 32b5c445760..886d85a94e4 100644 --- a/gcc/gimple-ssa-split

[PATCH] PR tree-optimization/116588 - Before running fast VRP, make sure all edges have, EXECUTABLE set.

2024-09-07 Thread Andrew MacLeod
.   Pushed. Andrew From 73356860e2e96cf3319de8f11eed74fd9ff80c65 Mon Sep 17 00:00:00 2001 From: Andrew MacLeod Date: Fri, 6 Sep 2024 11:42:14 -0400 Subject: [PATCH 5/5] Before running fast VRP, make sure all edges have EXECUTABLE set. PR tree-optimization/116588 gcc/ * tree-vrp.cc

[gcc r15-3529] Before running fast VRP, make sure all edges have EXECUTABLE set.

2024-09-07 Thread Andrew Macleod via Gcc-cvs
https://gcc.gnu.org/g:506417dbc8b1cbc1133a5322572cf94b671aadf6 commit r15-3529-g506417dbc8b1cbc1133a5322572cf94b671aadf6 Author: Andrew MacLeod Date: Fri Sep 6 11:42:14 2024 -0400 Before running fast VRP, make sure all edges have EXECUTABLE set. PR tree-optimization

Re: [PATCH] Add new warning Wmissing-designated-initializers [PR39589]

2024-09-07 Thread Andrew Pinski
what files and what functions were changed but not how. Other than that the patch looks good to me but I can't approve it. Thanks, Andrew Pinski > > > --- > gcc/c-family/c.opt| 4 +++ > gcc/c/c-typeck.cc |

[qubes-devel] Qubes Canary 040

2024-09-07 Thread Andrew David Wong
ing key gpg: key 8C05216CE09C093C: public key "HW42 (Qubes Signing Key)" imported gpg: key DA0434BC706E1FCF: public key "Simon Gaiser (Qubes OS signing key)" imported gpg: key 8CE137352A019A17: 2 signatures not checked due to missing keys gpg: key 8CE137352A019A17: publi

[qubes-users] Qubes Canary 040

2024-09-07 Thread Andrew David Wong
ing key gpg: key 8C05216CE09C093C: public key "HW42 (Qubes Signing Key)" imported gpg: key DA0434BC706E1FCF: public key "Simon Gaiser (Qubes OS signing key)" imported gpg: key 8CE137352A019A17: 2 signatures not checked due to missing keys gpg: key 8CE137352A019A17: publi

[PATCH RFC/RFT 3/3] configs: j784s4_evm_r5: Enable ESM related configs

2024-09-07 Thread Andrew Halaney
Like other TI platforms, let's enable the ESM. This allows the ESM to be programmed during boot, and the PMIC associated with the ESM output, enabling blocks like the RTI watchdogs to actually cause the system to reset. Signed-off-by: Andrew Halaney --- configs/j784s4_evm_r5_defconfi

[PATCH RFC/RFT 1/3] arm: dts: k3-j784s4-r5-evm: Add the PMIC ESM node

2024-09-07 Thread Andrew Halaney
From: Neha Malcom Francis Add the PMIC ESM node which is responsible for triggering the PMIC reset. Signed-off-by: Neha Malcom Francis Link: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ea82cf77031e Signed-off-by: Andrew Halaney --- arch/arm/dts/k3-j784s4-r5-evm.dts | 7 +++ 1

[PATCH RFC/RFT 2/3] board: ti: j784s4: Initialize the ESM & PMIC ESM

2024-09-07 Thread Andrew Halaney
4&id=9d8b40958ce792808bc571d828197dbc2e7978d6 [halaney: add a line to the commit message, include header] Signed-off-by: Andrew Halaney --- board/ti/j784s4/evm.c | 28 1 file changed, 28 insertions(+) diff --git a/board/ti/j784s4/evm.c b/board/ti/j784s4/evm.c index 548dbd5925d..a0e

[PATCH RFC/RFT 0/3] k3-j784s4-r5-evm: Enable ESMs and related PMIC

2024-09-07 Thread Andrew Halaney
eries (with the linked change) on the k3-j784s4-evm, but not its sibling the k3-am69-sk. I'd appreciate at a minimum someone to test on that platform to ensure this doesn't break boot. Link: https://lore.kernel.org/all/20240906-j784s4-tps6594-bootph-v1-0-c5b58d43b...@redhat.com/ Signed

[PATCH v2] docs/process: fix typos

2024-09-07 Thread Andrew Kreimer
Fix typos in documentation. Signed-off-by: Andrew Kreimer --- Synced with docs-next as requested. Documentation/process/coding-style.rst | 2 +- Documentation/process/maintainer-tip.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/process/coding

Re: [PATCH] Revert "ALSA: memalloc: Workaround for Xen PV"

2024-09-07 Thread Andrew Cooper
dmab->dev.type = SNDRV_DMA_TYPE_DEV_WC; > > Individual subsystems ought not to know or care about XENPV; it's a layering violation. If the main APIs don't behave properly, then it probably means we've got a bug at a lower level (e.g. Xen SWIOTLB is a constant source of fun) which is probably affecting other subsystems too. I think we need to re-analyse the original bug.  Right now, the behaviour resulting from 53466ebde is worse than what it was trying to fix. ~Andrew

Re: #pragma once behavior

2024-09-06 Thread Andrew Pinski via Gcc
On Fri, Sep 6, 2024, 7:42 PM Jeremy Rifkin wrote: > Hi Andrew, > Thanks for the thoughts and quick reply. > > > Not always. because inodes are not always stable on some file systems. > > And also does not work with multi-mounted devices too. > > Unusual filesystems and

Re: #pragma once behavior

2024-09-06 Thread Andrew Pinski via Gcc
On Fri, Sep 6, 2024 at 5:49 PM Jeremy Rifkin wrote: > > Thanks Andrew, I appreciate the context and links. It looks like the > prior implementation failed to handle links due to being based on file > path, given cpp_simplify_pathname. Do you have thoughts on the use if > device

[PATCH] accel/qaic: Fix a typo

2024-09-06 Thread Andrew Kreimer
Fix a typo in documentation. Signed-off-by: Andrew Kreimer --- Documentation/accel/qaic/qaic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/accel/qaic/qaic.rst b/Documentation/accel/qaic/qaic.rst index efb7771273bb..628bf2f7a416 100644 --- a/Documentation

[PATCH] gimple-fold: Move optimizing memcpy to memset to fold_stmt from fab

2024-09-06 Thread Andrew Pinski
ltins::execute): Remove code that calls optimize_memcpy. gcc/testsuite/ChangeLog: * gcc.dg/pr78408-1.c: Adjust dump scan to match where the optimization now happens. * g++.dg/torture/except-2.C: New test. Signed-off-by: Andrew Pinski --- gcc/gimple-fo

[EPEL-devel] Re: EPEL 10 status update

2024-09-06 Thread Andrew Bauer
Thanks for the heads up. I received a few epel 10 branch and build requests this week and took that to mean I should build all my packages for epel 10. I got several built, when I started seeing "Could not execute build: Unknown build target: epel10-candidate"... from your last message, it look

Re: [PATCH] remoteproc: k3-dsp: Fix an error handling path in max77686_rtc_probe()

2024-09-06 Thread Andrew Davis
new devm_add_action_or_reset() and simplify the .remove() function. Your patch subject is messed up, otherwise LGTM. Reviewed-by: Andrew Davis Fixes: ea1d6fb5b571 ("remoteproc: k3-dsp: Acquire mailbox handle during probe routine") Signed-off-by: Christophe JAILLET --- Compile t

Re: [Intel-wired-lan] [PATCH] ixgbe: Manual AN-37 for troublesome link partners for X550 SFI

2024-09-06 Thread Andrew Lunn
r switch. Once you understand that, you might be able to find a workaround which works for all systems. Andrew

Re: [Cin] Build fails on termux

2024-09-06 Thread Andrew Randrianasulu via Cin
пт, 6 сент. 2024 г., 23:07 Phyllis Smith : > Andrew, > Could you test the Termux build with the attached patch2? I found a > mistake in what I had checked into GIT that I thought I had fixed. I do > not get a failure on fedora or ubuntu 16 so can not test. > Mistake was c

Re: [PATCH 3/3] x86/trampoline: Collect other scattered trampoline symbols

2024-09-06 Thread Andrew Cooper
On 06/09/2024 6:58 am, Jan Beulich wrote: > On 05.09.2024 18:10, Andrew Cooper wrote: >> On 05/09/2024 4:42 pm, Jan Beulich wrote: >>> On 05.09.2024 15:06, Andrew Cooper wrote: >>>> --- a/xen/arch/x86/efi/efi-boot.h >>>> +++ b/xen/arch/x86/efi/efi-boot.h &

Re: [PATCH 2/5] x86/HVM: allocate emulation cache entries dynamically

2024-09-06 Thread Andrew Cooper
* Account for each insn byte individually, both for simplicity and to > + * leave some slack space. > */ Hang on.  Do we seriously use a separate cache entry for each instruction byte ? ~Andrew

[Git][archlinux/packaging/packages/firefox-developer-edition-i18n] Pushed new tag 131.0b3-1

2024-09-06 Thread Andrew Crerar (@andrewsc)
Andrew Crerar pushed new tag 131.0b3-1 at Arch Linux / Packaging / Packages / firefox-developer-edition-i18n -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition-i18n/-/tree/131.0b3-1 You're receiving this email because of your accou

Re: [PATCH v3 3/5] xen/bitops: Implement hweight32() in terms of hweightl()

2024-09-06 Thread Andrew Cooper
On 06/09/2024 1:27 am, Andrew Cooper wrote: > On 06/09/2024 12:08 am, Stefano Stabellini wrote: >> On Wed, 4 Sep 2024, Andrew Cooper wrote: >>> ... and drop generic_hweight32(). >>> >>> As noted previously, the only two users of hweight32() are in __init path

Re: [PATCH 5/5] x86/HVM: drop redundant access splitting

2024-09-06 Thread Andrew Cooper
ffset); Do we really want a plain assert, or should we go with     if ( size > PAGE_SIZE - offset )     {         /* Callers should have arranged not to cross a page boundary */         ASSERT_UNREACHABLE();         return X86EMUL_UNHANDLEABLE;     } This is hardly a fastpath, and it's rather safer. ~Andrew

Re: [PATCH v2] GCC Driver : Enable very long gcc command-line option

2024-09-06 Thread Andrew Pinski
On Fri, Sep 6, 2024, 9:38 AM Dora, Sunil Kumar < sunilkumar.d...@windriver.com> wrote: > Hi Andrew, > > Thank you for your feedback. Initially, we attempted to address the issue > by utilizing GCC’s response files. However, we discovered that the > COLLECT_GCC_OPTIONS vari

Re: [PATCH 4/5] x86/HVM: slightly improve CMPXCHG16B emulation

2024-09-06 Thread Andrew Cooper
oundaries as necessary. > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper

[Git][archlinux/packaging/packages/firefox-developer-edition] Pushed new tag 131.0b3-1

2024-09-06 Thread Andrew Crerar (@andrewsc)
Andrew Crerar pushed new tag 131.0b3-1 at Arch Linux / Packaging / Packages / firefox-developer-edition -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition/-/tree/131.0b3-1 You're receiving this email because of your accou

[Git][archlinux/packaging/packages/firefox-developer-edition][main] upgpkg: 131.0b3-1

2024-09-06 Thread Andrew Crerar (@andrewsc)
Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages / firefox-developer-edition Commits: f48f67c2 by Andrew Crerar at 2024-09-06T13:58:56-04:00 upgpkg: 131.0b3-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

Re: [PATCH 1/5] x86/HVM: reduce recursion in linear_{read,write}()

2024-09-06 Thread Andrew Cooper
) to the function, just for the recursive invocations. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper

Re: Setting up the Xen Communications Team

2024-09-06 Thread Andrew Cooper
ever is interested here to join the small team in charge of > Communications.  > > We do not expect this to involve a large additional workload. If you > are interested in joining, please send a message to Kelly or reply to > this email. +1. ~Andrew

[pyqtgraph] Help with Adjusting axes of PlotItem object

2024-09-06 Thread Andrew More
I'd like to find a way to manually change the displayed values on the axes of a PlotItem without changing any aspect of how the data in the PlotItem is displayed. As far as I can tell, changing anything about the axes necessitates also shifting the values of the data so it displays properly, bu

Re: [RFC 1/5] Avoid usage of global in reloc.c

2024-09-06 Thread Andrew Cooper
e of the trampoline and allocates downwards. */ Happy to fix up on commit. ~Andrew

[EPEL-devel] Re: EPEL 10 status update

2024-09-06 Thread Andrew C Aitchison
ey expect the maintainer to fix. I wish anyone signing up to do this good luck, but I would really say that this may be something not wanted. -- Andrew C. Aitchison Kendal, UK and...@aitchison.me.uk-- _

Re: [RFC 0/5] Reuse 32 bit C code more safely

2024-09-06 Thread Andrew Cooper
because x86_128 isn't coming along any time soon. For completeness, there's a trick used by the shadow code (see SHADOW_INTERNAL_NAME()) which adds a suffix without local ifdefary.  It's nicer to read, but breaks grep/cscope/etc.  I'm torn as to which is the lesser evil. ~Andrew

Re: [Intel-wired-lan] [PATCH] ixgbe: Manual AN-37 for troublesome link partners for X550 SFI

2024-09-06 Thread Andrew Lunn
do you need it? Is this change risky? Andrew

Proposed new pass to optimise mode register assignments

2024-09-06 Thread Andrew Carlotti via Gcc
rties. Does anyone have any comments on this approach, before I start writing any code? Thanks, Andrew

Re: [PATCH] tools/ocaml: Rationalise .gitignore

2024-09-06 Thread Andrew Cooper
On 06/09/2024 3:55 pm, Andrew Cooper wrote: > diff --git a/tools/ocaml/.gitignore b/tools/ocaml/.gitignore > new file mode 100644 > index ..3687c2af4f26 > --- /dev/null > +++ b/tools/ocaml/.gitignore > @@ -0,0 +1,5 @@ > +/**/META > +/**/.ocamldep.make > +/

[PATCH] tools/ocaml: Rationalise .gitignore

2024-09-06 Thread Andrew Cooper
The root .gitignore is quite stale from recent (and less recent) removals, but also fails to work for the forthcoming dynamic plugin work. Strip all Ocaml content out of the root .gitignore, and provide a more local .gitignore's with up-to-date patterns. Signed-off-by: Andrew Cooper -

Re: [PATCH v2 2/3] ocaml/libs: Implement a dynamically-loaded plugin for Xenctrl.domain_getinfo

2024-09-06 Thread Andrew Cooper
only need "-I ../" here.  xen-caml-compat.h is the only local >> header used. > > With only "-I ../", the build fails: > ``` > ocamlopt -g -ccopt "   " -dtypes -I ../ -w F -warn-error F -opaque > -shared -linkall -o domain_getinfo_v1.cmxs  domain_getinfo_v1.cmxa > /usr/bin/ld: cannot find -ldomain_getinfo_v1_stubs: No such file or > directory > collect2: error: ld returned 1 exit status > ``` Oh ok. Better keep it then. ~Andrew

Re: [PATCH v2 3/3] tools/oxenstored: Use the plugin for Xenctrl.domain_getinfo

2024-09-06 Thread Andrew Cooper
n ( > +try > + let info = Plugin.domain_getinfo handle id in > + if info.Plugin.shutdown || info.Plugin.dying then ( > +debug "Domain %u died (dying=%b, shutdown %b -- code %d)" id > + info.Plugin.dying info.Plugin.shutdown > info.Plugin.shutdown_code; > +if info.Plugin.dying then dead_dom := id :: !dead_dom else > notify := true) > +with Plugin.Error _ -> > + debug "Domain %u died -- no domain info" id; > + dead_dom := id :: !dead_dom)) > +doms.table; > + List.iter > +(fun id -> ocp-indent makes a number of changes to this block. ~Andrew

Re: [PATCH v2 2/3] ocaml/libs: Implement a dynamically-loaded plugin for Xenctrl.domain_getinfo

2024-09-06 Thread Andrew Cooper
domain_getinfo_plugin_v1/domain_getinfo_v1.cmxa tools/ocaml/libs/xenstoredglue/domain_getinfo_plugin_v1/domain_getinfo_v1.cmxs to get ignored.  Although, I don't see any local gitignores, so I suspect it's still the root .gitignore which wants adjusting. I'll see about doing another cleanup patch. ~Andrew

[DISCUSSION] What criteria should we use for adding new features?

2024-09-06 Thread Andrew Lamb
I started a discussion [1] about what features should be added to the core and what features should not be. Please weigh in if you are interested. [1]: https://github.com/apache/datafusion/issues/12357

Re: [PATCH v2 2/3] ocaml/libs: Implement a dynamically-loaded plugin for Xenctrl.domain_getinfo

2024-09-06 Thread Andrew Cooper
h > +of this interface and break the plugin system. > +It can only depend on Stdlib, therefore all of the types (domid, > +domaininfo etc.) are redefined here instead of using alternatives > +defined elsewhere. > + > +NOTE: The signature of this interface should not be changed (no > +functions or types can be added, modified, or removed). If > +underlying Xenctrl changes require a new interface, a V2 with a > +corresponding plugin should be created. > + *) There's a rune to run ocp-indent in the Xen tree, in lieu of the full Ocaml dev stack. make -C tools/ocaml format and the delta for this patch is just: --- a/tools/ocaml/libs/xenstoredglue/plugin_interface_v1.mli +++ b/tools/ocaml/libs/xenstoredglue/plugin_interface_v1.mli @@ -10,7 +10,7 @@ functions or types can be added, modified, or removed). If underlying Xenctrl changes require a new interface, a V2 with a corresponding plugin should be created. - *) +*)    module type Domain_getinfo_V1 = sig    exception Error of string ~Andrew

Re: [Libav-user] can swscale handle AV_PIX_FMT_YUV444P input/output?

2024-09-06 Thread Andrew Randrianasulu
пт, 6 сент. 2024 г., 15:02 Andrew Randrianasulu : > On Thu, Sep 5, 2024 at 9:21 AM Andrew Randrianasulu > wrote: > > > > On Wed, Sep 4, 2024 at 11:27 PM Andrew Randrianasulu > > wrote: > > > > > > https://www.cinelerra-gg.org/bugtracker/view.php?id=66

Re: [FFmpeg-user] can swscale handle AV_PIX_FMT_YUV444P input/output?

2024-09-06 Thread Andrew Randrianasulu
пт, 6 сент. 2024 г., 15:02 Andrew Randrianasulu : > On Thu, Sep 5, 2024 at 9:21 AM Andrew Randrianasulu > wrote: > > > > On Wed, Sep 4, 2024 at 11:27 PM Andrew Randrianasulu > > wrote: > > > > > > https://www.cinelerra-gg.org/bugtracker/view.php?id=66

[gcc r15-3517] aarch64: Use is_attribute_namespace_p and get_attribute_name inside aarch64_lookup_shared_state_flag

2024-09-06 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:1247fa6e95cdf4a6422ec802f733f1f7ecaa3557 commit r15-3517-g1247fa6e95cdf4a6422ec802f733f1f7ecaa3557 Author: Andrew Pinski Date: Wed Sep 4 09:06:53 2024 -0700 aarch64: Use is_attribute_namespace_p and get_attribute_name inside aarch64_lookup_shared_state_flags

Re: [PATCH net-next 0/3] lan743x: This series of patches are for lan743x driver testing

2024-09-06 Thread Andrew Lunn
On Fri, Sep 06, 2024 at 06:45:53AM +, mohan.pra...@microchip.com wrote: > Hello Andrew, > > Thank you for your review comments. > > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > > content is safe > > > > On Wed, Sep 04, 20

Re: [RBW] Roaduno vs. Quickbeam

2024-09-06 Thread Andrew Janjigian
All this love for my Quickbeam is making me want to stick with it! The QB is a 56 and the Roaduno is a 54.5 –– Andrew Janjigian website: www.wordloaf.org <http://www.wordloaf.org/> newsletter: newsletter.wordloaf.org <http://newsletter.wordloaf.org/> book: bread baker’s pocket compa

Re: [Libav-user] can swscale handle AV_PIX_FMT_YUV444P input/output?

2024-09-06 Thread Andrew Randrianasulu
On Thu, Sep 5, 2024 at 9:21 AM Andrew Randrianasulu wrote: > > On Wed, Sep 4, 2024 at 11:27 PM Andrew Randrianasulu > wrote: > > > > https://www.cinelerra-gg.org/bugtracker/view.php?id=665 > > > > we run into strange problem: > > > > if cinele

Re: [FFmpeg-user] can swscale handle AV_PIX_FMT_YUV444P input/output?

2024-09-06 Thread Andrew Randrianasulu
On Thu, Sep 5, 2024 at 9:21 AM Andrew Randrianasulu wrote: > > On Wed, Sep 4, 2024 at 11:27 PM Andrew Randrianasulu > wrote: > > > > https://www.cinelerra-gg.org/bugtracker/view.php?id=665 > > > > we run into strange problem: > > > > if cinele

Re: [PATCH] x86emul/test: use MSR constants

2024-09-06 Thread Andrew Cooper
On 06/09/2024 11:39 am, Jan Beulich wrote: > msr-index.h has been in use for a while, so use the identifiers it > provides in place of raw numbers plus comments. > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper

Re: [PATCH] x86emul: mark new "cp" local var maybe-unused

2024-09-06 Thread Andrew Cooper
()") > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper

Re: [xen-unstable test] 187507: regressions - FAIL

2024-09-06 Thread Andrew Cooper
On 06/09/2024 11:01 am, Andrew Cooper wrote: > On 06/09/2024 7:08 am, Jan Beulich wrote: >> On 06.09.2024 06:41, osstest service owner wrote: >>> flight 187507 xen-unstable real [real] >>> http://logs.test-lab.xenproject.org/osstest/logs/187507/ >>> >>>

Re: [xen-unstable test] 187507: regressions - FAIL

2024-09-06 Thread Andrew Cooper
does adding a seemingly stray (void)cp somewhere. Good > alternative ideas, anyone? __maybe_unused as at least accurate, and its less fragile than a (void)cp; ~Andrew

Re: [PATCH v2] x86/cpufeatures: Add new cpuid features in SPR to featureset

2024-09-06 Thread Andrew Cooper
atthew Barnes Acked-by: Andrew Cooper I've rebased this over Jan's AMX adjustments. ~Andrew

Minutes of the 5th September 2024 Teleconference

2024-09-06 Thread Andrew Josey via austin-group-l at The Open Group
All Enclosed are the minutes of yesterday’s meeting. The next meeting is in two weeks on September 19 regards Andrew - Minutes of the 5th September 2024 TeleconferenceAustin-1426 Page 1 of 1 Submitted by Andrew Josey, The Open Group.6th September 2024 Attendees

Re: [PATCH 6/8] gcn: Add else operand to masked loads.

2024-09-06 Thread Andrew Stubbs
ero and then always force a zero before loading as you currently do. That would be unconditional, though, and the combination with surrounding RTL might also be a bit more difficult than when it's exposed in gimple already. OK, good to know, thanks! Andrew

[PATCH] docs/process: fix typos

2024-09-06 Thread Andrew Kreimer
Fix typos in documentation. Signed-off-by: Andrew Kreimer --- Documentation/process/backporting.rst| 6 +++--- Documentation/process/coding-style.rst | 2 +- Documentation/process/maintainer-tip.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation

[PATCH] fab: Factor out the main folding part of pass_fold_builtins::execute [PR116601]

2024-09-06 Thread Andrew Pinski
as updated. (pass_fold_builtins::execute): Factor out folding code into ... (fold_all_builtin_stmt): This. gcc/testsuite/ChangeLog: * g++.dg/torture/except-2.C: New test. Signed-off-by: Andrew Pinski --- gcc/testsuite/g++.dg/torture/except-2.C | 18 + gcc/tree-

Re: [PATCH] gimple ssa: Don't use __builtin_popcount in switch exp transform [PR116616]

2024-09-06 Thread Andrew Pinski
> -} > + tree type = TREE_TYPE (op); > + > + /* Build (op ^ (op - 1)) > (op - 1). */ > + tree tmp1 = gimple_build (&gsi, false, GSI_NEW_STMT, loc, MINUS_EXPR, type, > + op, build_one_cst (type)); > + tree tmp2 = gimple_build (&g

Re: #pragma once behavior

2024-09-05 Thread Andrew Pinski via Gcc
cc.gnu.org/pipermail/gcc-patches/2003-July/111203.html for more information on the fixes. In fact `#pragma once` was deprecated before GCC 3.4 because it would do incorrectly what clang and MSVC are doing and that was considered wrong. So GCC behavior has been this way before clang was even wri

[blink-dev] Intent to Experiment: Incorporating navigation initiator into the HTTP cache partition key

2024-09-05 Thread Andrew Williams
Contact emails miketa...@chromium.org, awil...@chromium.org Explainer None yet. Specification https://fetch.spec.whatwg.org/#http-cache-partitions Summary We aim to experiment with utilizing the initiator site when caching the responses of cross-site navigations in the HTTP cache. This exper

Re: [blink-dev] Intent to Experiment: "is-cross-site" bit in the HTTP Cache Partitioning Key

2024-09-05 Thread Andrew Williams
estions on this please let me know! Thanks, -Andrew On Mon, Sep 25, 2023 at 2:18 AM Yoav Weiss wrote: > LGTM to continue experimenting! > > On Tue, Sep 19, 2023 at 7:55 PM Andrew Williams > wrote: > >> Hey everyone, >> >> TL;DR: We'd like to extend th

Re: [PATCH 1/2] split-paths: Move check for # of statements in join earlier

2024-09-05 Thread Andrew Pinski
On Tue, Sep 3, 2024 at 11:30 PM Kyrylo Tkachov wrote: > > Hi Andrew, > > > On 3 Sep 2024, at 20:11, Andrew Pinski wrote: > > > > External email: Use caution opening links or attachments > > > > > > This moves the check for # of statements to copy in

Re: [PATCH] docs: Fix incorrect and potentially confusing language and minor formatting

2024-09-05 Thread Andrew Hamilton
Thanks for fixing these, I’m not an official maintainer but looks good to me! Sincerely, Andrew Hamilton On Thu, Sep 5, 2024 at 8:37 PM Glenn Washburn wrote: > Signed-off-by: Glenn Washburn > --- > docs/grub.texi | 15 +++ > 1 file changed, 7 insertions(+),

Re: [PATCH] fab: Cleanup eh after optimize_memcpy [PR116601]

2024-09-05 Thread Andrew Pinski
On Thu, Sep 5, 2024 at 12:26 AM Richard Biener wrote: > > On Thu, Sep 5, 2024 at 8:25 AM Andrew Pinski wrote: > > > > When optimize_memcpy was added in r7-5443-g7b45d0dfeb5f85, > > a path was added such that a statement was turned into a non-th

Re: [PATCH v3 3/5] xen/bitops: Implement hweight32() in terms of hweightl()

2024-09-05 Thread Andrew Cooper
On 06/09/2024 12:08 am, Stefano Stabellini wrote: > On Wed, 4 Sep 2024, Andrew Cooper wrote: >> ... and drop generic_hweight32(). >> >> As noted previously, the only two users of hweight32() are in __init paths. >> >> The int-optimised form of generic_hweight()

Re: RFR: 8339271: giflib attribution correction

2024-09-05 Thread Andrew John Hughes
On Wed, 4 Sep 2024 19:43:19 GMT, Alisen Chung wrote: > Changing format of file paths in giflib copyright file and removing extra > text from authors list This doesn't seem to make the situation any better. It merely removes the line about other contributors and pretends they don't exist.

Re: [PATCH] RISC-V: Define LOGICAL_OP_NON_SHORT_CIRCUIT to 1 [PR116615]

2024-09-05 Thread Andrew Pinski
h it could implement ccmp optab now but nobody has that implemented yet). Note RISCV's cset is cheap (both size and speed) due to being close to MIPS and just having instructions which set the GPRs and then comparing against 0. I don't have time until next year to start looking at improv

[PATCH 4/5] x86/cache: Drop legacy __read_mostly/__ro_after_init definitions

2024-09-05 Thread Andrew Cooper
Lots of files were picking these up transitively, including lib.h However, lib.h needs __read_mostly for printk_once() and this has the side effect of kicking the transitive can down the road. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Stefano Stabellini CC

[PATCH 2/5] xen/build: Drop unused includes of xen/cache.h

2024-09-05 Thread Andrew Cooper
None of these are used, not even transitively. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Stefano Stabellini CC: Julien Grall CC: Volodymyr Babchuk CC: Bertrand Marquis CC: Michal Orzel --- xen/arch/x86/bzimage.c | 1 - xen/arch/x86/dmi_scan.c

[PATCH 1/5] x86/build: Rework includes in genapic/probe.c

2024-09-05 Thread Andrew Cooper
space while adjusting the file. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Stefano Stabellini CC: Julien Grall CC: Volodymyr Babchuk CC: Bertrand Marquis CC: Michal Orzel --- xen/arch/x86/genapic/probe.c | 34 ++ xen/arch/x86/in

[PATCH 3/5] x86/build: Swap cache.h includes for xen/sections.h

2024-09-05 Thread Andrew Cooper
These include {xen/asm}/cache.h but only want xen/sections.h. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Stefano Stabellini CC: Julien Grall CC: Volodymyr Babchuk CC: Bertrand Marquis CC: Michal Orzel --- xen/arch/x86/acpi/cpu_idle.c| 3 ++- xen/arch/x86

[PATCH 0/5] xen: Remove legacy __read_mostly/__ro_after_init definitions

2024-09-05 Thread Andrew Cooper
ation. RANDCONFIG might find some transitive paths I haven't spotted. Andrew Cooper (5): x86/build: Rework includes in genapic/probe.c xen/build: Drop unused includes of xen/cache.h x86/build: Swap cache.h includes for xen/sections.h x86/cache: Drop legacy __read_mostly/__ro_after_init definit

[PATCH 5/5] ARM/cache: Drop legacy __read_mostly/__ro_after_init definitions

2024-09-05 Thread Andrew Cooper
These are no longer needed. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Stefano Stabellini CC: Julien Grall CC: Volodymyr Babchuk CC: Bertrand Marquis CC: Michal Orzel --- xen/arch/arm/include/asm/cache.h | 3 --- xen/include/xen/cache.h | 5 - 2

Re: [PATCH 6/8] gcn: Add else operand to masked loads.

2024-09-05 Thread Andrew Stubbs
y the idea for the patch is to not require unconditional zeroing > everything but also enable undefined (like riscv) and leave the decision > to the vectorizer. So it would only zero if needed. This sounds like a generally good plan. Better than just zero it and hope that's right anyway. ;) So, in theory, is it better if amdgcn allows both? Or is that one little move immediate instruction in the backend going to produce better/cleaner middle end code? Andrew

Re: [PATCH] RISC-V: Define LOGICAL_OP_NON_SHORT_CIRCUIT to 1 [PR116615]

2024-09-05 Thread Andrew Waterman
On Thu, Sep 5, 2024 at 2:52 PM Jeff Law wrote: > > > > On 9/5/24 12:52 PM, Palmer Dabbelt wrote: > > We have cheap logical ops, so let's just move this back to the default > > to take advantage of the standard branch/op hueristics. > > > > gcc/ChangeLog: > > > > PR target/116615 > > *

[ping] Re: [PATCH 2/3] xen/ppc: Adjust ppc64_defconfig

2024-09-05 Thread Andrew Cooper
On 21/06/2024 9:19 pm, Andrew Cooper wrote: > All of CONFIG_SCHED_*, and CONFIG_HYPFS build fine. > > Add a stub for share_xen_page_with_guest(), which is all that is necessary to > make CONFIG_TRACEBUFFER build. > > No functional change. > > Signed-off-by: Andrew C

[Bug target/116615] Investigate LOGICAL_OP_NON_SHORT_CIRCUIT for RISC-V

2024-09-05 Thread andrew at sifive dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116615 Andrew Waterman changed: What|Removed |Added CC||andrew at sifive dot com --- Comment

Re: Samba and Re: Bug#1080851: Missing Build-Depends on python3-setuptools

2024-09-05 Thread Andrew Bartlett
On Fri, 2024-09-06 at 08:11 +1200, Andrew Bartlett wrote: > On Thu, 2024-09-05 at 16:58 +0200, stefa...@debian.org wrote: > > Source: samba > > Version: 2:4.21.0+dfsg-1 > > Severity: important > > User: debian-python@lists.debian.org > > Usertags: dh-python-no

Samba and Re: Bug#1080851: Missing Build-Depends on python3-setuptools

2024-09-05 Thread Andrew Bartlett
e raise them on > debian-python@lists.debian.org. > This bug has been filed at "important" severity, as the change hasn't been > made in dh-python yet, but this may be raised to RC before the trixie release. > > Thanks, > > Stefano > -- Andrew Bartlett (h

[sdk/kdesrc-build] /: SPDX: Add headers in docbook

2024-09-05 Thread Andrew Shark
Git commit edda946d2dc622d3b0e65e185f014f75c8458ff9 by Andrew Shark. Committed on 05/09/2024 at 19:49. Pushed by ashark into branch 'master'. SPDX: Add headers in docbook M +8-0.reuse/kdesrc-build authors.txt M +7-0doc/advanced-features.docbook M +7-0do

[Git][archlinux/packaging/packages/pulumi] Pushed new tag 3.131.0-1

2024-09-05 Thread Andrew Crerar (@andrewsc)
Andrew Crerar pushed new tag 3.131.0-1 at Arch Linux / Packaging / Packages / pulumi -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pulumi/-/tree/3.131.0-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/pulumi][main] upgpkg: 3.131.0-1

2024-09-05 Thread Andrew Crerar (@andrewsc)
Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages / pulumi Commits: 72e82573 by Andrew Crerar at 2024-09-05T15:17:27-04:00 upgpkg: 3.131.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO

Re: [PATCH 6/8] gcn: Add else operand to masked loads.

2024-09-05 Thread Andrew Stubbs
operands[0], exec)); In other words, initialize the whole vector to zero, and then use the gather_load instruction to implement the masked load (GCN does not have a contiguous-memory vector load instruction). We could easily omit the initialization instruction, or pass through the new value. Would there be any advantage to accepting other values, or is forcing zero actually the right choice? Thanks for the patch Andrew

Re: json_query conditional wrapper bug

2024-09-05 Thread Andrew Dunstan
> On Sep 5, 2024, at 11:51 AM, Peter Eisentraut wrote: > > On 05.09.24 17:01, Andrew Dunstan wrote: >>> On 2024-09-04 We 4:10 PM, Andrew Dunstan wrote: >>> >>> On 2024-09-04 We 6:16 AM, Peter Eisentraut wrote: >>>> On 28.08.24 1

Re: [PATCH 3/3] x86/trampoline: Collect other scattered trampoline symbols

2024-09-05 Thread Andrew Cooper
On 05/09/2024 5:34 pm, Frediano Ziglio wrote: > On Thu, Sep 5, 2024 at 5:10 PM Andrew Cooper > wrote: > > On 05/09/2024 4:42 pm, Jan Beulich wrote: > > On 05.09.2024 15:06, Andrew Cooper wrote: > >> --- a/xen/arch/x86/efi/efi-boot.h > >&g

Re: [multiple_bits_set()] New Defects reported by Coverity Scan for XenProject

2024-09-05 Thread Andrew Cooper
s bit-pattern logic on unsigned numbers and works irrespective. But, I have no idea why this was singled out of the 3 examples, or indeed how to persuade Coverity that underflows aren't relevant to this expression. ~Andrew

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