[PATCH 7/7] x86/defns: Clean up X86_{XCR0,XSS}_* constants

2024-05-23 Thread Andrew Cooper
With the exception of one case in read_bndcfgu() which can use ilog2(), the *_POS defines are unused. X86_XCR0_X87 is the name used by both the SDM and APM, rather than X86_XCR0_FP. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné v3: * New

[PATCH 3/7] x86/boot: Collect the Raw CPU Policy earlier on boot

2024-05-23 Thread Andrew Cooper
This is a tangle, but it's a small step in the right direction. xstate_init() is shortly going to want data from the Raw policy. calculate_raw_cpu_policy() is sufficiently separate from the other policies to be safe to do. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich

[PATCH 5/7] x86/cpu-policy: Simplify recalculate_xstate()

2024-05-23 Thread Andrew Cooper
. Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich --- CC: Jan Beulich CC: Roger Pau Monné v2: * Tie ALIGN64 to xsavec rather than xsaves. v3: * Tweak commit message. --- xen/arch/x86/cpu-policy.c | 55 +++ xen/arch/x86/include/asm/xstate.h | 1 + 2 files

[PATCH 1/7] x86/xstate: Fix initialisation of XSS cache

2024-05-23 Thread Andrew Cooper
that the invalid value must only be used in the case that the hardware register is available. Fixes: f7f4a523927f ("x86/xstate: reset cached register values on resume") Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné v3: * Split out of later patch --- xen/arch/x86/xst

[PATCH 6/7] x86/cpuid: Fix handling of XSAVE dynamic leaves

2024-05-23 Thread Andrew Cooper
plications are still accurate. Introduce xstate_compressed_size() to mirror the uncompressed one. Cross check it at boot. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Wei Liu v3: * Adjust commit message about !XSAVE guests * Rebase over boot time cross check * Use

[PATCH 4/7] x86/xstate: Rework xstate_ctxt_size() as xstate_uncompressed_size()

2024-05-23 Thread Andrew Cooper
) to be replaced with CPUID instructions. They run with feature_mask in XCR0, and prior to setup_xstate_features() on the BSP. No practical change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné v2: * Scan all features. LWP/APX_F are out-of-order. v3: * Rebase over boot time

[PATCH 2/7] x86/xstate: Cross-check dynamic XSTATE sizes at boot

2024-05-23 Thread Andrew Cooper
xcr0" for the lifetime of the VM, which we don't want to be tickling in the general case. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné v3: * New On Sapphire Rapids with the whole series inc diagnostics, we get this pattern: (XEN) *** check_new_xstate(, 0x00

[PATCH for-4.19 v3 0/7] x86/xstate: Fixes to size calculations

2024-05-23 Thread Andrew Cooper
my plate. Andrew Cooper (7): x86/xstate: Fix initialisation of XSS cache x86/xstate: Cross-check dynamic XSTATE sizes at boot x86/boot: Collect the Raw CPU Policy earlier on boot x86/xstate: Rework xstate_ctxt_size() as xstate_uncompressed_size() x86/cpu-policy: Simplify

Re: Typical data page size

2024-05-23 Thread Andrew Lamb
The Rust implementation uses 1MB pages by default[1] Andrew [1]: https://github.com/apache/arrow-rs/blob/bd5d4a59db5d6d0e1b3bdf00644dbaf317f3be03/parquet/src/file/properties.rs#L28-L29 On Thu, May 23, 2024 at 4:10 AM Fokko Driesprong wrote: > Hey Antoine, > > Thanks fo

Re: [PATCH v2 4/4] tools: Drop libsystemd as a dependency

2024-05-23 Thread Andrew Cooper
On 23/05/2024 9:27 am, Jürgen Groß wrote: > On 16.05.24 20:58, Andrew Cooper wrote: >> diff --git a/automation/build/archlinux/current.dockerfile >> b/automation/build/archlinux/current.dockerfile >> index 3e37ab5c40c1..d29f1358c2bd 100644 >> --- a/automation/build/a

Re: [PATCH] AARCH64: Add Qualcomnm oryon-1 core

2024-05-22 Thread Andrew Pinski
On Tue, May 14, 2024 at 10:27 AM Kyrill Tkachov wrote: > > Hi Andrew, > > On Fri, May 3, 2024 at 8:50 PM Andrew Pinski wrote: >> >> This patch adds Qualcomm's new oryon-1 core; this is enough >> to recongize the core and later on will add the tuning

[gcc r15-784] AARCH64: Add Qualcomnm oryon-1 core

2024-05-22 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:01cfd6018250141a262219c5803c3f2a278d909d commit r15-784-g01cfd6018250141a262219c5803c3f2a278d909d Author: Andrew Pinski Date: Fri Apr 5 13:40:35 2024 -0700 AARCH64: Add Qualcomnm oryon-1 core This patch adds Qualcomm's new oryon-1 core; this is enough

[SCM] Samba Shared Repository - branch master updated

2024-05-22 Thread Andrew Bartlett
: Thu May 23 09:40:00 2024 +1200 ldb: move struct ldb_debug_ops to ldb_private.h Only accessed through struct ldb_context -> debug_ops, which is already private. Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartl

Re: [Cin] ffmpeg 7.0 soon to be released

2024-05-22 Thread Andrew Randrianasulu via Cin
On Wed, May 22, 2024 at 9:17 PM Phyllis Smith wrote: > > FFmpeg 7.0 checked into GIT (previous version 6.1) thanks to Andrew updating > numerous patches in ffmpeg plus another bunch in the cinelerra subdirectory > (5 or so). And thanks to Andrea and others for all of the testing an

Re: [PATCH v1] memfd: `MFD_NOEXEC_SEAL` should not imply `MFD_ALLOW_SEALING`

2024-05-22 Thread Andrew Morton
On Wed, 15 May 2024 23:11:12 -0700 Jeff Xu wrote: > On Mon, May 13, 2024 at 12:15 PM Barnabás Pőcze wrote: > > > > `MFD_NOEXEC_SEAL` should remove the executable bits and set > > `F_SEAL_EXEC` to prevent further modifications to the executable > > bits as per the comment in the uapi header

Re: [RESEND PATCH v5 04/16] lib min_heap: Add type safe interface

2024-05-22 Thread Andrew Morton
On Tue, 14 May 2024 16:47:12 +0800 Kuan-Wei Chiu wrote: > Implement a type-safe interface for min_heap using strong type > pointers instead of void * in the data field. This change includes > adding small macro wrappers around functions, enabling the use of > __minheap_cast and

Re: [PATCH v2] mm/mm_init: use node's number of cpus in deferred_page_init_max_threads

2024-05-22 Thread Andrew Morton
On Wed, 22 May 2024 16:38:01 -0400 Eric Chanudet wrote: > x86_64 is already using the node's cpu as maximum threads. Make that the > default for all archs setting DEFERRED_STRUCT_PAGE_INIT. > > This returns to the behavior prior making the function arch-specific > with commit ecd096506922 ("mm:

[SCM] Samba Shared Repository - branch master updated

2024-05-22 Thread Andrew Bartlett
:16:50 2024 +1200 s4:kdc: Add comment about possible interaction between the krbtgt account and Group Managed Service Accounts Signed-off-by: Jo Sutton Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Wed May 22 21:33:14

Re: How to refresh images of equations

2024-05-22 Thread Andrew Parsloe
ffer-zoom-out which leaves the zoom level as it was but forces a document-wide redrawing of previews. Andrew -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: [PATCH] aarch64: Fold vget_high_* intrinsics to BIT_FIELD_REF [PR102171]

2024-05-22 Thread Andrew Pinski
; (vget_high_s32): Likewise. > > (vget_high_s64): Likewise. > > (vget_high_u8): Likewise. > > (vget_high_u16): Likewise. > > (vget_high_u32): Likewise. > > (vget_high_u64): Likewise. > > (vget_high_bf16): Likewise. >

[gcc r15-778] aarch64: Fold vget_high_* intrinsics to BIT_FIELD_REF [PR102171]

2024-05-22 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:1d1ef1c22752b3e250ee769ae6d79f537471a57f commit r15-778-g1d1ef1c22752b3e250ee769ae6d79f537471a57f Author: Pengxuan Zheng Date: Tue May 21 10:55:06 2024 -0700 aarch64: Fold vget_high_* intrinsics to BIT_FIELD_REF [PR102171] This patch is a follow-up of

[clang] Add option to avoid generating coverage mappings for unused functions (PR #92582)

2024-05-22 Thread Andrew Wock via cfe-commits
ajwock wrote: The problem that this solves is related to binary size. In situations where a large C API is in generated code but a small part of the API is used, the size of __llvm_prf_names and __llvm_cov_fun sections can be prohibitively large. This flag offers a way to reduce binary size

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

2024-05-22 Thread Andrew Crerar (@andrewsc)
Andrew Crerar pushed new tag 127.0b5-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/127.0b5-1 You're receiving this email because of your account

Mailing List Oddity

2024-05-22 Thread Andrew Ball
Why is there a regional-london mailing list but no regional-uk? -Andy

Re: [VOTE] The first release candidate for hbase 2.4.18 is available

2024-05-22 Thread Andrew Purtell
arn more about Apache hbase, please see > > http://hbase.apache.org/ > > Thanks, > Your HBase Release Manager > -- Best regards, Andrew Unrest, ignorance distilled, nihilistic imbeciles - It's what we’ve earned Welcome, apocalypse, what’s taken you so long? Bring us the fitting end that we’ve been counting on - A23, Welcome, Apocalypse

Can netrw be used to connect to ifs on an AS400?

2024-05-22 Thread Andrew Leer
Would it allow member editing as well? -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information,

[Git][archlinux/packaging/packages/firefox-developer-edition][main] upgpkg: 127.0b5-1

2024-05-22 Thread Andrew Crerar (@andrewsc)
Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages / firefox-developer-edition Commits: 99df83a1 by Andrew Crerar at 2024-05-22T14:27:28-04:00 upgpkg: 127.0b5-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/firefox-developer-edition] Pushed new tag 127.0b5-1

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

[clang] Add option to avoid generating coverage mappings for unused functions (PR #92582)

2024-05-22 Thread Andrew Wock via cfe-commits
ajwock wrote: cc @ZequanWu @ellishg for review https://github.com/llvm/llvm-project/pull/92582 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Impala-ASF-CR] IMPALA-13083: Clarify REASON MEM LIMIT TOO LOW FOR RESERVATION

2024-05-22 Thread Andrew Sherman (Code Review)
Andrew Sherman has posted comments on this change. ( http://gerrit.cloudera.org:8080/21436 ) Change subject: IMPALA-13083: Clarify REASON_MEM_LIMIT_TOO_LOW_FOR_RESERVATION .. Patch Set 2: Code-Review+2 Thanks

Hockeypuck 2.2 released

2024-05-22 Thread Andrew Gallagher via SKS development and deployment list
, but the process is inefficient due to the large number of changes involved. More information can be found at the hockeypuck wiki: https://github.com/hockeypuck/hockeypuck/wiki Thanks, Andrew signature.asc Description: Message signed with OpenPGP

Re: [VOTE] KIP-899: Allow producer and consumer clients to rebootstrap

2024-05-22 Thread Andrew Schofield
Hi, I’ll add an item to the plan for KIP-932 to do this for the KafkaShareConsumer. My guess is that there will be actually nothing to do in practice because of code in common with the KafkaConsumer, but definitely worth me checking it out. Thanks, Andrew > On 22 May 2024, at 18:28, Jun

Re: [MBZ] Ex-E320

2024-05-22 Thread Andrew Strasfogel via Mercedes
What model year? On Wed, May 22, 2024 at 12:28 PM Jim Cathey via Mercedes < mercedes@okiebenz.com> wrote: > My son's relocating to Baltimore and sold his car. He got $2000 > for it in a quick sale to a coworker. He was into it about $6300, > what with one thing and another. Owned it 10

Re: [MBZ] I cannot find a honest Mercedes , That specialize in working on Mercedes 2009 Mercedes-Benz gl-class GL 450 Sport Utility 4D, $3, 000

2024-05-22 Thread Andrew Strasfogel via Mercedes
The car has no adverse symptoms yet I am unsure what's wrong with it. On Wed, May 22, 2024 at 12:19 PM Floyd Thursby via Mercedes < mercedes@okiebenz.com> wrote: > keep getting the runarounds and I have no time to deal with it make me > an offer ! I'm not exactly sure what's wrong with it I need

git: a3310b7943f8 - main - src.conf.5: Regen

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=a3310b7943f8128a4968620e1451e377b5d458ce commit a3310b7943f8128a4968620e1451e377b5d458ce Author: Andrew Turner AuthorDate: 2024-05-22 17:00:17 + Commit: Andrew Turner CommitDate: 2024-05-22 17

git: a3310b7943f8 - main - src.conf.5: Regen

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=a3310b7943f8128a4968620e1451e377b5d458ce commit a3310b7943f8128a4968620e1451e377b5d458ce Author: Andrew Turner AuthorDate: 2024-05-22 17:00:17 + Commit: Andrew Turner CommitDate: 2024-05-22 17

git: 82854693aec1 - main - arm64: Allow userspace to be built with PAC and BTI

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=82854693aec11f87f1f0560e8395452b64f1770f commit 82854693aec11f87f1f0560e8395452b64f1770f Author: Andrew Turner AuthorDate: 2024-05-22 15:54:32 + Commit: Andrew Turner CommitDate: 2024-05-22 17

git: 82854693aec1 - main - arm64: Allow userspace to be built with PAC and BTI

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=82854693aec11f87f1f0560e8395452b64f1770f commit 82854693aec11f87f1f0560e8395452b64f1770f Author: Andrew Turner AuthorDate: 2024-05-22 15:54:32 + Commit: Andrew Turner CommitDate: 2024-05-22 17

Re: [FFmpeg-devel] [PATCH v4 4/4] lavf: Add documentation for private "Context" classes

2024-05-22 Thread Andrew Sayers
On Wed, May 22, 2024 at 05:24:36PM +0200, Andreas Rheinhardt wrote: > These structures should be renamed instead of adding these comments > (which are pointless for internal developers). I just sent a patch for that. > Thanks for pointing out the issue. Oh, great! So the next version of this

[gdal-dev] Threading and Datasets

2024-05-22 Thread Andrew Bell via gdal-dev
Hi, Are there any issues with opening the same input multiple times as distinct datasets so that simultaneous read access can be done by threads? Thanks, -- Andrew Bell andrew.bell...@gmail.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https

[Lldb-commits] [lldb] [llvm] [lldb][FreeBSD][AArch64] Enable register field detection (PR #85058)

2024-05-22 Thread Andrew Turner via lldb-commits
zxombie wrote: It looks like `svcr` is for SME & `mte_ctrl` is for MTE. Neither of these are currently supported in FreeBSD. When they are supported the appropriate `HWCAP` flags (and `ID_AA64*` registers) will be set to tell userspace it can use them.

Re: [PATCH 1/3] arm: dts: k3-am642-evm-u-boot: Add remoteproc-name for PRU cores

2024-05-22 Thread Andrew Davis
using `dev->name` if these are not set, does that not work for us here? Andrew +}; + +_0 { + remoteproc-name = "rtu0_0"; +}; + +_pru0_0 { + remoteproc-name = "tx_pru0_0"; +}; + +_1 { + remoteproc-name = "pru0_1"; +}; + +_1 { +

Re: [FFmpeg-devel] [PATCH v4 1/4] doc: Explain what "context" means

2024-05-22 Thread Andrew Sayers
fic questions. > > On date Wednesday 2024-05-15 16:54:19 +0100, Andrew Sayers wrote: > > Derived from detailed explanations kindly provided by Stefano Sabatini: > > https://ffmpeg.org/pipermail/ffmpeg-devel/2024-April/325903.html > > --

[gentoo-commits] proj/sci:master commit in: sci-biology/VelvetOptimiser/

2024-05-22 Thread Andrew Ammerlaan
commit: e120252601caa45b738cfc059a709d5d9ab9ec67 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed May 22 15:56:52 2024 + Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed May 22 15:56:52 2024 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e1

Re: [PATCH 2/7] arm: mach-k3: j721e: Enable QoS for DSS

2024-05-22 Thread Andrew Davis
ata[] = { + /* DSS_PIPE_VID1 - 2 endpoints, 2 channels */ + { + .reg = K3_DSS_MAIN_0_DSS_INST0_VBUSM_DMA + 0x100 + 0x4 * 0, 0x100 being the instance, and 0x4 * x being the specific device register right? That could be encoded in a macro (the "Resource Partitioning tool" would be u

Re: [PATCH 1/7] arm: mach-k3: am62a_qos: Move common bit MACROS to k3_qos header file

2024-05-22 Thread Andrew Davis
13 (13 << 16) +#define VIRTID_14 (14 << 16) +#define VIRTID_15 (15 << 16) This all seem like it could be made into some macro, something like #define K3_QOS(qos, orderid, asel, epriority, virtid, atype) \ (qos << 0 | \ orderid <

Re: [sussex_mug] Met office forecast not obtainable

2024-05-22 Thread 'andrew lancaster' via Sussex Mac User Group
Yes, I tried it just now and it worked. Must have been a glitch which is now sorted out. Thanks! Andrew. Sent from my iPhone > On 22 May 2024, at 16:08, 'Jason Davies' via Sussex Mac User Group > wrote: > > In my day we just had the weather we had, and talked about that! >

Kernel features and Cloud (and GCE)

2024-05-22 Thread Andrew Jorgensen
a way we could help the cloud kernel support more clouds, or if there’s a better solution we haven’t thought of. What’s the best way to solve some of these problems? Kind regards, Andrew Jorgensen

Re: [FFmpeg-devel] [PATCH v4 4/4] lavf: Add documentation for private "Context" classes

2024-05-22 Thread Andrew Sayers
On Wed, May 22, 2024 at 12:08:29PM +0200, Stefano Sabatini wrote: > On date Wednesday 2024-05-15 16:54:22 +0100, Andrew Sayers wrote: > > Doxygen thinks any text like "Context for foo" is a link to a struct called > > "Context". > > Add a description and

Kernel features and Cloud (and GCE)

2024-05-22 Thread Andrew Jorgensen
a way we could help the cloud kernel support more clouds, or if there’s a better solution we haven’t thought of. What’s the best way to solve some of these problems? Kind regards, Andrew Jorgensen

Re: [PATCH v2 2/4] x86/shadow: Introduce sh_trace_gl1e_va()

2024-05-22 Thread Andrew Cooper
On 22/05/2024 2:47 pm, Jan Beulich wrote: > On 22.05.2024 15:17, Andrew Cooper wrote: >> trace_shadow_fixup() and trace_not_shadow_fault() both write out identical >> trace records. Reimplement them in terms of a common sh_trace_gl1e_va(). >> >> There's no need to

[MBZ] OT: Colorado town Knee deep in hail (!)

2024-05-22 Thread Andrew Strasfogel via Mercedes
https://coloradosun.com/2024/05/21/yuma-hailstorm-colorado-2024/?mc_cid=16ebe6b675_eid=81ac3c0ce7 ___ http://www.okiebenz.com To search list archives http://www.okiebenz.com/archive/ To Unsubscribe or change delivery options go to:

[qubes-devel] Debian 11 (Bullseye) approaching EOL

2024-05-22 Thread Andrew David Wong
Dear Qubes Community, The Debian Project currently [estimates](https://wiki.debian.org/DebianReleases) that Debian 11 (Bullseye) will reach EOL (end-of-life) sometime around July 2024 (approximately two months from now). Please upgrade all of your Debian 11 templates and standalones to

[qubes-users] Debian 11 (Bullseye) approaching EOL

2024-05-22 Thread Andrew David Wong
Dear Qubes Community, The Debian Project currently [estimates](https://wiki.debian.org/DebianReleases) that Debian 11 (Bullseye) will reach EOL (end-of-life) sometime around July 2024 (approximately two months from now). Please upgrade all of your Debian 11 templates and standalones to

[clang] [clang] Fix PS "selective" DLL import/export of vtable & typeinfo (PR #92579)

2024-05-22 Thread Andrew Ng via cfe-commits
@@ -1793,6 +1793,37 @@ void ItaniumCXXABI::EmitDestructorCall(CodeGenFunction , ThisTy, VTT, VTTTy, nullptr); } +// Check if any non-inline method has the specified attribute. +template +static bool CXXRecordNonInlineHasAttr(const CXXRecordDecl

Re: New Defects reported by Coverity Scan for XenProject

2024-05-22 Thread Andrew Cooper
think this is unreasonable; analysis has to prune the reasoning somewhere... This is (fundamentally) a dumb-ABI problem where we're passing a byte count but only ever wanting to use it as a unit-of-uint32_t's count. But it's also problem that we're passing both extra and rec_size into __insert_record() when one is calculated from the other. I had decided to leave this alone for now, but maybe it could do with some improvements (simplifications) to the code. ~Andrew

Re: [PATCH v2 1/4] x86/shadow: Rework trace_shadow_gen() into sh_trace_va()

2024-05-22 Thread Andrew Cooper
On 22/05/2024 2:40 pm, Jan Beulich wrote: > On 22.05.2024 15:17, Andrew Cooper wrote: >> --- a/xen/arch/x86/mm/shadow/multi.c >> +++ b/xen/arch/x86/mm/shadow/multi.c >> @@ -1974,13 +1974,17 @@ typedef u32 guest_va_t; >> typedef u32 guest_pa_t; >> #

[PATCH v2 0/4] x86/shadow: Trace fixes and cleanup

2024-05-22 Thread Andrew Cooper
Patches 1-3 new, following reivew of Jan's bugfix (patch 4) Andrew Cooper (3): x86/shadow: Rework trace_shadow_gen() into sh_trace_va() x86/shadow: Introduce sh_trace_gl1e_va() x86/shadow: Rework trace_shadow_emulate_other() as sh_trace_gfn_va() Jan Beulich (1): x86/shadow: Don't leave

[PATCH v2 1/4] x86/shadow: Rework trace_shadow_gen() into sh_trace_va()

2024-05-22 Thread Andrew Cooper
later cleanup. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: George Dunlap v2: * New --- xen/arch/x86/mm/shadow/multi.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/xen/arch/x86/mm/shadow/multi.c

[PATCH v2 3/4] x86/shadow: Rework trace_shadow_emulate_other() as sh_trace_gfn_va()

2024-05-22 Thread Andrew Cooper
sh_trace_gfn_va() is very similar to sh_trace_gl1e_va(), and a rather shorter name than trace_shadow_emulate_other(). Like sh_trace_gl1e_va(), there is no need to pack the trace record. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: George

[PATCH v2 2/4] x86/shadow: Introduce sh_trace_gl1e_va()

2024-05-22 Thread Andrew Cooper
trace_shadow_fixup() and trace_not_shadow_fault() both write out identical trace records. Reimplement them in terms of a common sh_trace_gl1e_va(). There's no need to pack the trace record, even in the case of PAE paging. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich

[PATCH v2 4/4] x86/shadow: Don't leave trace record field uninitialized

2024-05-22 Thread Andrew Cooper
From: Jan Beulich The emulation_count field is set only conditionally right now. Convert all field setting to an initializer, thus guaranteeing that field to be set to 0 (default initialized) when GUEST_PAGING_LEVELS != 3. Rework trace_shadow_emulate() to be consistent with the other trace

Re: [FFmpeg-devel] [PATCH v3 1/3] doc: Explain what "context" means

2024-05-22 Thread Andrew Sayers
On Wed, May 22, 2024 at 12:37:37PM +0200, Stefano Sabatini wrote: > On date Sunday 2024-05-05 22:04:36 +0100, Andrew Sayers wrote: > > I'm still travelling, so the following thoughts might be a bit > > half-formed. But I wanted to get some feedback before sitting down > &g

Re: [PATCH] x86/shadow: don't leave trace record field uninitialized

2024-05-22 Thread Andrew Cooper
related mess right next to it. I think this would be a whole lot better with a couple of tweaks, if you're willing to wait a little for me to try. ~Andrew

Re: [sussex_mug] Met office forecast not obtainable

2024-05-22 Thread 'andrew lancaster' via Sussex Mac User Group
.• Contributor to Sound On Sound magazine. On 22 May 2024, at 10:42, 'Paul R Owen' via Sussex Mac User Group wrote:I get the same warning in Safari using “Search for a place” on the metoffice website.Paul OwenOn 22 May 2024, at 10:25, 'andrew lancaster' via Sussex Mac User Group wrote:It’s only

Re: [sussex_mug] Met office forecast not obtainable

2024-05-22 Thread 'andrew lancaster' via Sussex Mac User Group
, 'andrew lancaster' via Sussex Mac User Group wrote:It’s only been happening today. It’s been fine always until today. I’ve no idea what VPN software is but if I am using any then I must have been for a long time as I haven’t altered anything. I’ve tried a friends iPhone too (in my house so same router

Re: [sussex_mug] Met office forecast not obtainable

2024-05-22 Thread 'andrew lancaster' via Sussex Mac User Group
It’s only been happening today. It’s been fine always until today. I’ve no idea what VPN software is but if I am using any then I must have been for a long time as I haven’t altered anything. I’ve tried a friends iPhone too (in my house so same router) and it did the same. Andrew. Sent from my

[clang] [clang] Fix PS "selective" DLL import/export of vtable & typeinfo (PR #92579)

2024-05-22 Thread Andrew Ng via cfe-commits
@@ -1793,6 +1793,37 @@ void ItaniumCXXABI::EmitDestructorCall(CodeGenFunction , ThisTy, VTT, VTTTy, nullptr); } +// Check if any non-inline method has the specified attribute. +template +static bool CXXRecordNonInlineHasAttr(const CXXRecordDecl

Re: [sussex_mug] Met office forecast not obtainable

2024-05-22 Thread 'andrew lancaster' via Sussex Mac User Group
Hi. I’ve just tried again using Google as the search engine this time and got this message. > On 22 May 2024, at 9:23 am, 'andrew lancaster' via Sussex Mac User Group > wrote: > > Hi. > > I’m puzzled as to why this is happening? Using Safari or Brave to try to find >

git: c2628accc029 - main - sys: Build arm64 per-thread SSP with GCC

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=c2628accc029a07eb8ff73b6df7f7d6af194ca2d commit c2628accc029a07eb8ff73b6df7f7d6af194ca2d Author: Andrew Turner AuthorDate: 2024-05-22 08:20:01 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: c2628accc029 - main - sys: Build arm64 per-thread SSP with GCC

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=c2628accc029a07eb8ff73b6df7f7d6af194ca2d commit c2628accc029a07eb8ff73b6df7f7d6af194ca2d Author: Andrew Turner AuthorDate: 2024-05-22 08:20:01 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 131c1718c633 - main - dev/hwpmc: Fix the dmc620 MD4 macro

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=131c1718c6331e87f139b42b4ad0e57b6a71ea44 commit 131c1718c6331e87f139b42b4ad0e57b6a71ea44 Author: Andrew Turner AuthorDate: 2024-05-22 08:19:49 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 131c1718c633 - main - dev/hwpmc: Fix the dmc620 MD4 macro

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=131c1718c6331e87f139b42b4ad0e57b6a71ea44 commit 131c1718c6331e87f139b42b4ad0e57b6a71ea44 Author: Andrew Turner AuthorDate: 2024-05-22 08:19:49 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: f55e866488ba - main - pci: Fix pci_host_generic_acpi with gcc

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=f55e866488ba2d8bb5b79659ee84bec1fe7808fb commit f55e866488ba2d8bb5b79659ee84bec1fe7808fb Author: Andrew Turner AuthorDate: 2024-05-22 08:19:38 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: f55e866488ba - main - pci: Fix pci_host_generic_acpi with gcc

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=f55e866488ba2d8bb5b79659ee84bec1fe7808fb commit f55e866488ba2d8bb5b79659ee84bec1fe7808fb Author: Andrew Turner AuthorDate: 2024-05-22 08:19:38 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 4f012d7a7a47 - main - arm64/rockchip: Fix the build with GCC

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=4f012d7a7a473d2486f01ce355fd2c79c3d43db6 commit 4f012d7a7a473d2486f01ce355fd2c79c3d43db6 Author: Andrew Turner AuthorDate: 2024-05-22 08:19:19 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 4f012d7a7a47 - main - arm64/rockchip: Fix the build with GCC

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=4f012d7a7a473d2486f01ce355fd2c79c3d43db6 commit 4f012d7a7a473d2486f01ce355fd2c79c3d43db6 Author: Andrew Turner AuthorDate: 2024-05-22 08:19:19 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 73c200447361 - main - arm64: Use the pointer auth register defines

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=73c200447361a649e00cdb1693a0ae7f3291914e commit 73c200447361a649e00cdb1693a0ae7f3291914e Author: Andrew Turner AuthorDate: 2024-05-22 08:19:06 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 73c200447361 - main - arm64: Use the pointer auth register defines

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=73c200447361a649e00cdb1693a0ae7f3291914e commit 73c200447361a649e00cdb1693a0ae7f3291914e Author: Andrew Turner AuthorDate: 2024-05-22 08:19:06 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 57d714a23f5c - main - arm64: Add the pointer auth registers to armreg.h

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=57d714a23f5ce21e389d53636b8bc6c1b45d518e commit 57d714a23f5ce21e389d53636b8bc6c1b45d518e Author: Andrew Turner AuthorDate: 2024-05-22 08:18:54 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 29c1cf9860e5 - main - arm64: Use the UL macro in TCR_EL1 defines

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=29c1cf9860e531146220d9dc3596e4c79f91cfcd commit 29c1cf9860e531146220d9dc3596e4c79f91cfcd Author: Andrew Turner AuthorDate: 2024-05-22 08:18:39 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 57d714a23f5c - main - arm64: Add the pointer auth registers to armreg.h

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=57d714a23f5ce21e389d53636b8bc6c1b45d518e commit 57d714a23f5ce21e389d53636b8bc6c1b45d518e Author: Andrew Turner AuthorDate: 2024-05-22 08:18:54 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 940155d24afb - main - sys/sys: Fix __builtin_is_aligned fallback

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=940155d24afb5c80ce7fde59c856c5c0d5c6dbe1 commit 940155d24afb5c80ce7fde59c856c5c0d5c6dbe1 Author: Andrew Turner AuthorDate: 2024-05-22 08:18:26 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 29c1cf9860e5 - main - arm64: Use the UL macro in TCR_EL1 defines

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=29c1cf9860e531146220d9dc3596e4c79f91cfcd commit 29c1cf9860e531146220d9dc3596e4c79f91cfcd Author: Andrew Turner AuthorDate: 2024-05-22 08:18:39 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 940155d24afb - main - sys/sys: Fix __builtin_is_aligned fallback

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=940155d24afb5c80ce7fde59c856c5c0d5c6dbe1 commit 940155d24afb5c80ce7fde59c856c5c0d5c6dbe1 Author: Andrew Turner AuthorDate: 2024-05-22 08:18:26 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 53120fbb6895 - main - csu: Find the main pointer through the GOT

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=53120fbb68952b7d620c2c0e1cf05c5017fc1b27 commit 53120fbb68952b7d620c2c0e1cf05c5017fc1b27 Author: Andrew Turner AuthorDate: 2024-05-22 08:18:10 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 53120fbb6895 - main - csu: Find the main pointer through the GOT

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=53120fbb68952b7d620c2c0e1cf05c5017fc1b27 commit 53120fbb68952b7d620c2c0e1cf05c5017fc1b27 Author: Andrew Turner AuthorDate: 2024-05-22 08:18:10 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 8e82c5e28db6 - main - stand/kboot: Fix the linker script OUTPUT_FORMAT

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=8e82c5e28db6fb19f75d10fd2e7c3db784723f1f commit 8e82c5e28db6fb19f75d10fd2e7c3db784723f1f Author: Andrew Turner AuthorDate: 2024-05-22 08:17:52 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 8e82c5e28db6 - main - stand/kboot: Fix the linker script OUTPUT_FORMAT

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=8e82c5e28db6fb19f75d10fd2e7c3db784723f1f commit 8e82c5e28db6fb19f75d10fd2e7c3db784723f1f Author: Andrew Turner AuthorDate: 2024-05-22 08:17:52 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 9f44638ef2c4 - main - stand/efi: Fix for binutils when targeting arm64

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=9f44638ef2c46861565b89bb01bbeeab17755649 commit 9f44638ef2c46861565b89bb01bbeeab17755649 Author: Andrew Turner AuthorDate: 2024-05-22 08:17:26 + Commit: Andrew Turner CommitDate: 2024-05-22 08

git: 9f44638ef2c4 - main - stand/efi: Fix for binutils when targeting arm64

2024-05-22 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=9f44638ef2c46861565b89bb01bbeeab17755649 commit 9f44638ef2c46861565b89bb01bbeeab17755649 Author: Andrew Turner AuthorDate: 2024-05-22 08:17:26 + Commit: Andrew Turner CommitDate: 2024-05-22 08

Approvals and participants listings in the front matter

2024-05-22 Thread Andrew Josey via austin-group-l at The Open Group
://www.opengroup.org/austin/restricted/participants/ (login required) Please review (check spelling, accents etc.) and feed comments back asap and no later than Monday May 27. If you feel you are missing please contact me directly regards Andrew Andrew JoseyThe Open Group Austin Group

Minutes of the 20th May 2024 Teleconference

2024-05-22 Thread Andrew Josey via austin-group-l at The Open Group
All Enclosed are the minutes of the Monday call this week. Note that since the call we received formal news of the approval of the document by IEEE: "I am pleased to inform you that P1003.1 was approved as a revised standard by the IEEE SA Standards Board on 20 May 2024." rega

[SCM] Samba Shared Repository - branch master updated

2024-05-21 Thread Andrew Bartlett
- commit e0d9e285921ce841e4872aadc6e4750b2ad48973 Author: Stefan Metzmacher Date: Tue May 14 16:55:58 2024 +0200 selftest/Samba4: make use of get_cmd_env_vars() to setup all relevant env variables Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett Autobuild-User(master):

[SCM] Samba Shared Repository - branch master updated

2024-05-21 Thread Andrew Bartlett
- commit bdfbf25255e457c3e5d5d75ee09fca3af461c5a7 Author: Stefan Metzmacher Date: Wed Apr 17 16:15:17 2024 +0200 test_kinit_export_keytab: reset pw of the test account and test --only-current-keys Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett

Re: [Emc-users] Tool length probe

2024-05-21 Thread andrew beck
Viesturs we use something similar from AliExpress They work perfectly On Tue, 21 May 2024, 23:08 Viesturs Lācis, wrote: > Hello! > > I need to add tool length sensor to a Biesse retrofit. So I wanted to > ask the audience to share their experience of where to get one. > I found this: >

Re: zlib detection in Meson on Windows broken?

2024-05-21 Thread Andrew Dunstan
to the environment LIB and INCLUDE settings before calling `"meson setup". cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com

Re: [mailop] Yahoo no longer accepting email forwards?

2024-05-21 Thread Andrew C Aitchison via mailop
DMARC) I had not realized that SRS was possible without SPF. -- Andrew C. Aitchison Kendal, UK and...@aitchison.me.uk ___ mailop mailing list mailop@mailop.org https://list.mailop.org/listinfo/mailop

[MBZ] Anyone lusting for a Wabbit?

2024-05-21 Thread Andrew Strasfogel via Mercedes
Cute, but odometer inoperative so TMU. https://bringatrailer.com/listing/1983-volkswagen-rabbit-gti-44/ ___ http://www.okiebenz.com To search list archives http://www.okiebenz.com/archive/ To Unsubscribe or change delivery options go to:

[clang] [clang] Fix PS "selective" DLL import/export of vtable & typeinfo (PR #92579)

2024-05-21 Thread Andrew Ng via cfe-commits
@@ -1793,6 +1793,37 @@ void ItaniumCXXABI::EmitDestructorCall(CodeGenFunction , ThisTy, VTT, VTTTy, nullptr); } +// Check if any non-inline method has the specified attribute. +template +static bool CXXRecordNonInlineHasAttr(const CXXRecordDecl

  1   2   3   4   5   6   7   8   9   10   >