[PATCH 15/18] spi: bcm2835: Use phys addresses for slave DMA config

2024-05-24 Thread Dave Stevenson
From: Phil Elwell Contrary to what struct snd_dmaengine_dai_dma_data suggests, the configuration of addresses of DMA slave interfaces should be done in CPU physical addresses. Signed-off-by: Phil Elwell Signed-off-by: Dave Stevenson --- drivers/spi/spi-bcm2835.c | 23

[PATCH 08/18] dmaengine: bcm2835: pass dma_chan to generic functions

2024-05-24 Thread Dave Stevenson
From: Stefan Wahren In preparation to support more platforms pass the dma_chan to the generic functions. This provides access to the DMA device and possible platform specific data. Signed-off-by: Stefan Wahren Signed-off-by: Dave Stevenson --- drivers/dma/bcm2835-dma.c | 24

[PATCH 07/18] dmaengine: bcm2385: drop info parameters

2024-05-24 Thread Dave Stevenson
From: Stefan Wahren The parameters info and finalextrainfo are platform specific. So drop them by generating them within bcm2835_dma_create_cb_chain(). Signed-off-by: Stefan Wahren Signed-off-by: Dave Stevenson --- drivers/dma/bcm2835-dma.c | 83 +++ 1

[PATCH 06/18] dmaengine: bcm2835: make address increment platform independent

2024-05-24 Thread Dave Stevenson
-off-by: Stefan Wahren Signed-off-by: Dave Stevenson --- drivers/dma/bcm2835-dma.c | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/drivers/dma/bcm2835-dma.c b/drivers/dma/bcm2835-dma.c index ef452ebb3c15..d6c5a2762a46 100644 --- a/drivers/dma/bcm

[PATCH 05/18] dmaengine: bcm2835: move CB final extra info generation into function

2024-05-24 Thread Dave Stevenson
From: Stefan Wahren Similar to the info generation, generate the final extra info with a separate function. This is necessary to introduce other platforms with different info bits. Signed-off-by: Stefan Wahren Signed-off-by: Dave Stevenson --- drivers/dma/bcm2835-dma.c | 34

[PATCH 04/18] dmaengine: bcm2835: move CB info generation into separate function

2024-05-24 Thread Dave Stevenson
-by: Stefan Wahren Signed-off-by: Dave Stevenson --- drivers/dma/bcm2835-dma.c | 50 +-- 1 file changed, 32 insertions(+), 18 deletions(-) diff --git a/drivers/dma/bcm2835-dma.c b/drivers/dma/bcm2835-dma.c index 528c4593b45a..7cef7ff89575 100644 --- a/drivers/dma

[PATCH 01/18] dma-direct: take dma-ranges/offsets into account in resource mapping

2024-05-24 Thread Dave Stevenson
fic bus address from the passed memory resource for the case of the directly mapped DMA. Fixes: 25f1e1887088 ("dma: Take into account dma_pfn_offset") Signed-off-by: Serge Semin Signed-off-by: Dave Stevenson --- kernel/dma/direct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 03/18] ARM: dts: bcm283x: Update to use dma-channel-mask

2024-05-24 Thread Dave Stevenson
Now the driver looks for the common dma-channel-mask property rather than the vendor-specific brcm,dma-channel-mask, update the dt files to follow suit. Signed-off-by: Dave Stevenson --- arch/arm/boot/dts/broadcom/bcm2711.dtsi| 2 +- arch/arm/boot/dts/broadcom/bcm2835-common.dtsi | 2

[sr #111069] libtool: patch: Fix dynamic_lookup warnings from new Mac linker

2024-05-24 Thread Dave Allured
Mac OS ___ Follow-up Comments: --- Date: Fri 24 May 2024 06:01:06 PM UTC By: Dave Allured Apple introduced a new linker with macOS 14/Sonoma. That included new behavior for dynamic l

[CentOS] Re: Phantom name server

2024-05-24 Thread Dave Close
restarting that. Simon Matter wrote: > Doesn't systemd do some kind of its own name resolution thing these days? > > Maybe someone else can say more about this. Thanks. But nscd is not running. Perusing all the active systemd services, I restarted systemd-resolved and systemd-networ

[Bug 2067080] [NEW] [SRU] Please bump firmware revision to 8 from jammy

2024-05-24 Thread Dave Jones
* straight-forward and care must be taken to ensure that all relevant files end up in their correct locations with the correct diversions. ** Affects: linux-firmware-raspi2 (Ubuntu) Importance: Undecided Assignee: Dave Jones (waveform) Status: New ** Affects: linux-firmware-raspi2

Re: [RE-wrenches] Primo with tigos Arc fault issue

2024-05-24 Thread Dave Tedeyan via RE-wrenches
This winter we were fixing up a system with a fronius primo inverter and adding rapid shutdown. Fronius very much recommended against using Tigo. They recommended we use Fire Raptors. They have been working fine. Cheers, Dave On Thu, May 23, 2024, 8:27 PM Chris Sparadeo via RE-wrenches <

[CentOS] Phantom name server

2024-05-24 Thread Dave Close
C8 but I'm prepared if necessary. Is there something else I should do before rebooting C8? Is that even likely to solve the problem? -- Dave Close, Compata, Irvine CA +1 714 434 7359 d...@compata.com dhcl...@alumni.caltech.edu "Fairness is a co

Re: VTOCs vs. catalogs

2024-05-23 Thread Gibney, Dave
All speculation on my part. One system with no DASD, you need neither. On a system with only one, of just a few DASD volumes, a VTOC is required to say where on the volume a dataset is and the basic attributes of PS and PDS datasets. Once you get to several always mounted DASSD volumes, it

Re: bhyve/aarch64 Major Progress

2024-05-23 Thread Dave Cottlehuber
ampere emag (32-core) trying to `kldload vmm`. Can't tell from serial console anything useful. Built off CURRENT 56a8aca83ab5 Stop treating size 0 as unknown size in vnode_create_vobject(). I need to move a few jails off before being able to get a coredump out of it. A+ Dave

[Intel-wired-lan] [PATCH iwl-net v2] ice: check for unregistering correct number of devlink params

2024-05-23 Thread Dave Ertman
Signed-off-by: Dave Ertman --- Changes in v2: break params into two list clean up variable usage --- .../net/ethernet/intel/ice/devlink/devlink.c | 31 +-- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/drivers/net/ethernet/intel/ice/devlink/devlink.c b/drivers/ne

[jira] [Created] (LOGGING-192) NoClassDefFoundError: org/apache/logging/log4j/spi/LoggerAdapter when using custom classloader

2024-05-23 Thread Dave Dority (Jira)
Dave Dority created LOGGING-192: --- Summary: NoClassDefFoundError: org/apache/logging/log4j/spi/LoggerAdapter when using custom classloader Key: LOGGING-192 URL: https://issues.apache.org/jira/browse/LOGGING-192

[cctalk] Experience using an Altair 8800 ("Personal computer" from 70s)

2024-05-23 Thread Dave Dunfield via cctalk
I case anyone is interested... I've just passed on my "Mits Altair 8800" - this is a very historic system from the 70s - it is: First Personal Computer (long before IBM PC) First S100 buss system First system Bill Gates wrote code for (long before Microsoft) I did write a pretty decent

Re: [PATCH] x86/paravirt: Disable virt spinlock when CONFIG_PARAVIRT_SPINLOCKS disabled

2024-05-23 Thread Dave Hansen
On 5/23/24 11:39, Jürgen Groß wrote: >> >> Let's just keep it simple.  How about the attached patch? > > Simple indeed. The attachment is empty.  Let's try this again.diff --git a/arch/x86/kernel/paravirt.c b/arch/x86/kernel/paravirt.c index 5358d43886ad..c193c9e60a1b 100644 ---

Re: [PATCH] x86/paravirt: Disable virt spinlock when CONFIG_PARAVIRT_SPINLOCKS disabled

2024-05-23 Thread Dave Hansen
On 5/16/24 06:02, Chen Yu wrote: > Performance drop is reported when running encode/decode workload and > BenchSEE cache sub-workload. > Bisect points to commit ce0a1b608bfc ("x86/paravirt: Silence unused > native_pv_lock_init() function warning"). When CONFIG_PARAVIRT_SPINLOCKS > is disabled the

Re: [Emc-users] Beam Stiffening?

2024-05-23 Thread Dave Engvall
Great! Good to see your gut feeling was at least close. So nice to see a problem fixed w/o having to throw lots of $$ at it. D > On May 20, 2024, at 6:26 AM, Todd Zuercher via Emc-users > wrote: > > I did to exactly that. With the dial indicator on the ends vs the center, it > moved 10

[Emc-users] Vevor 12 nm 90 v stepper servo

2024-05-23 Thread Dave Engvall
Hi, Don’t know yet if I’m going to need this much power/torque but thot I’d ask anyway. Does anyone have opinions/experience with these? Tnx.

[Ietf-dkim] Re: Fwd: WG Action: Formed Mail Maintenance (mailmaint) / Commitment

2024-05-23 Thread Dave Crocker
historical precedence in the IETF. d/ -- Dave Crocker Brandenburg InternetWorking bbiw.net mast:@dcrocker@mastodon.social ___ Ietf-dkim mailing list -- ietf-dkim@ietf.org To unsubscribe send an email to ietf-dkim-le...@ietf.org

Re: [RFC PATCH] clocksource: hyper-v: Enable the tsc_page for a TDX VM in TD mode

2024-05-23 Thread Dave Hansen
On 5/22/24 19:24, Dexuan Cui wrote: ... > +static bool noinstr intel_cc_platform_td_l2(enum cc_attr attr) > +{ > + switch (attr) { > + case CC_ATTR_GUEST_MEM_ENCRYPT: > + case CC_ATTR_MEM_ENCRYPT: > + return true; > + default: > + return false; > + } >

Re: Start VM leads to increased CPU usage and crash at the end

2024-05-23 Thread Dave Voutila
Kirill A. Korinsky writes: > On Tue, 21 May 2024 18:38:39 +0100, > Dave Voutila wrote: >> >> Can you reproduce this and get details on which process panics? It's not >> clear what the vm cpu usage has to do with this panic, if anything. > > I'll try. May you sug

[Bug 2044382] Re: Some Qt-based applications open "another" icon under Gnome

2024-05-23 Thread Dave Jones
** Summary changed: - Quassel opens "another" icon under Gnome + Some Qt-based applications open "another" icon under Gnome ** Description changed: - I'm unsure if this is a bug in quassel, or in the gnome dock itself. - Under Ubuntu 23.10 (mantic), running Quassel from a pinned icon on the -

[Bug 2066881] Re: Copied icons in dash after application run

2024-05-23 Thread Dave Jones
Curiously, I've seen this issue with several Qt-based applications (Quassel, Veusz, and OpenSCAD) under noble, as reported in LP: #2044382, but I've not seen it with Firefox (which isn't Qt-based to the best of my knowledge?). -- You received this bug notification because you are a member of

[Bug 2066894] [NEW] Log spam from querying snaps on noble

2024-05-23 Thread Dave Jones
Public bug reported: After registering my Ubuntu 24.04 desktop for Raspberry Pi with Landscape, the following warnings periodically appear in the system journal (every few minutes): May 23 12:30:33 kermit landscape-client[23891]: 2024-05-23 12:29:23,114 WARNING [MainThread] Unable to get

[Bug 2066885] [NEW] On Pi desktop, numerous reports of lack of landlock supported ABI

2024-05-23 Thread Dave Jones
Public bug reported: On the Ubuntu noble desktop for Raspberry Pi, the system journal has numerous of the following entries: May 23 10:30:29 kermit tracker-miner-f[11130]: Could not get landlock supported ABI: Operation not supported May 23 10:30:29 kermit tracker-miner-f[11130]: Refusing to

[Bug 2066885] [NEW] On Pi desktop, numerous reports of lack of landlock supported ABI

2024-05-23 Thread Dave Jones
Public bug reported: On the Ubuntu noble desktop for Raspberry Pi, the system journal has numerous of the following entries: May 23 10:30:29 kermit tracker-miner-f[11130]: Could not get landlock supported ABI: Operation not supported May 23 10:30:29 kermit tracker-miner-f[11130]: Refusing to

Re: microphones

2024-05-22 Thread Dave Carlson
Lorie, For the Mac, you’ll need to purchase a USB sound card that hhas one or more microphone jacks. Dave Carlson Oregonian, Woodworker, Farfar, Engineer, Musician dgcarlson0...@gmail.com On May 22, 2024, at 8:21 PM, Lorie McCloud wrote: As I have a Mac mini, it doesn’t have a microphone

Re: [PATCH v14 0/8] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios

2024-05-22 Thread Dave Airlie
Hey Gerd, do you have any time to look at this series again, I think at v14 we should probably consider landing it. I'm happy to give Acked-by: Dave Airlie for landing this via mm if it makes the most sense. One comment in passing, was I wonder if it makes sense for things like vm_map_ram

Re: [PATCH 0/3] Resolve problems with kexec identity mapping

2024-05-22 Thread Dave Young
Cc kexec list as well. On Thu, 23 May 2024 at 10:52, Dave Young wrote: > > Add Tao in the cc list. > > On Tue, 21 May 2024 at 02:37, Steve Wahl wrote: > > > > Although there was a previous fix to avoid early kernel access to the > > EFI config table on Intel system

AI

2024-05-22 Thread Dave Beagle
Well, NVIDEA reported earnings tonight and the growth was off the charts. Growth never seen before. And no evidence of slowing down. Actually accelerating. So much for the deniers. Nvidia shows no signs of AI slowdown after over 400% jump in data center revenue

[Elecraft] Elecraft 80M SSB Net Report

2024-05-22 Thread Dave New, N8SBE
3803 kHz, 9PM ET Sunday (0100Z Monday). Thanks to the following check ins (w) and relays (rel): Call State Radio/Amp Name 1 N8SBE OHK4D Dave (w),(op) 2 WB9JNZ ILFTd101dx/KPA1500 Eric (rel),(w) 3 WM6P GAK4D/KPA1500 Steve (w

Re: zlib detection in Meson on Windows broken?

2024-05-22 Thread Dave Page
On Wed, 22 May 2024 at 17:50, Nazir Bilal Yavuz wrote: > Hi, > > On Wed, 22 May 2024 at 17:21, Dave Page wrote: > > > > Hi > > > > On Wed, 22 May 2024 at 14:11, Nazir Bilal Yavuz > wrote: > >> > >> > >> I tried to install your

Re: zlib detection in Meson on Windows broken?

2024-05-22 Thread Dave Page
Hi On Wed, 22 May 2024 at 14:11, Nazir Bilal Yavuz wrote: > Hi, > > On Tue, 21 May 2024 at 18:24, Dave Page wrote: > > > > > > > > On Tue, 21 May 2024 at 16:04, Andres Freund wrote: > >> > >> Hi, > >> > >> On 2024-05-20

Re: zlib detection in Meson on Windows broken?

2024-05-22 Thread Dave Page
On Tue, 21 May 2024 at 20:54, Andrew Dunstan wrote: > > On 2024-05-21 Tu 11:04, Andres Freund wrote: > > Hi, > > > > On 2024-05-20 11:58:05 +0100, Dave Page wrote: > >> I have very little experience with Meson, and even less interpreting > it's >

Re: zlib detection in Meson on Windows broken?

2024-05-22 Thread Dave Page
On Tue, 21 May 2024 at 18:00, Andres Freund wrote: > Hi, > > On 2024-05-20 11:58:05 +0100, Dave Page wrote: > > I then attempt to build PostgreSQL: > > > > meson setup build > > -Dextra_include_dirs=C:/build64/openssl/include,C:/build64/zlib/include > > -D

[uknof] NetUK1 Registration Now Open

2024-05-22 Thread Dave Pumford
Hi All, Registration is now open for the first NetUK event in London on the 8th & 9th July. https://tickets.netuk.org/ As this is our inaugural event, they are priced at £50 - we expect to sell out so please be quick. The NetUK Program Committee is still considering interesting talks, so if

[PATCH] drm/tests: fix drm_test_fb_xrgb8888_to_xrgb2101010 on big endian

2024-05-21 Thread Dave Airlie
From: Dave Airlie This test is failing for me on s390x and there is a report on the list from ppc64. This aligns it with the argb test that doesn't fail. Fixes: 15bda1f8de5d ("drm/tests: Add calls to drm_fb_blit() on supported format conversion tests") Reported-by: Erhard Furtner

[jira] [Updated] (HDDS-10893) Support Ozone to run ratis peer-related command

2024-05-21 Thread Dave Teng (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Teng updated HDDS-10893: - Description: Support Ozone to run ratis peer related command, which include: * peer add * peer remove

[jira] [Updated] (HDDS-10892) Support Ozone to run ratis election-related command

2024-05-21 Thread Dave Teng (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Teng updated HDDS-10892: - Summary: Support Ozone to run ratis election-related command (was: Support Ozone to run ratis-election

[jira] [Updated] (HDDS-10893) Support Ozone to run ratis peer-related command

2024-05-21 Thread Dave Teng (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Teng updated HDDS-10893: - Summary: Support Ozone to run ratis peer-related command (was: Support Ozone to run ratis-peer related

[jira] [Updated] (HDDS-10892) Support Ozone to run ratis election-related command

2024-05-21 Thread Dave Teng (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Teng updated HDDS-10892: - Description: Support Ozone to run ratis election related command, which include: - election transfer

[jira] [Updated] (HDDS-10891) Support Ozone to run ratis group-related command

2024-05-21 Thread Dave Teng (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Teng updated HDDS-10891: - Description: Support Ozone to run ratis group related command, which includes: - group info - group

[jira] [Updated] (HDDS-10891) Support Ozone to run ratis group-related command

2024-05-21 Thread Dave Teng (Jira)
[ https://issues.apache.org/jira/browse/HDDS-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Teng updated HDDS-10891: - Summary: Support Ozone to run ratis group-related command (was: Support Ozone to run ratis-group

[jira] [Created] (HDDS-10895) Support Ozone to run ratis local-related command

2024-05-21 Thread Dave Teng (Jira)
Dave Teng created HDDS-10895: Summary: Support Ozone to run ratis local-related command Key: HDDS-10895 URL: https://issues.apache.org/jira/browse/HDDS-10895 Project: Apache Ozone Issue Type

[jira] [Created] (HDDS-10894) Support Ozone to run ratis snapshot-related command

2024-05-21 Thread Dave Teng (Jira)
Dave Teng created HDDS-10894: Summary: Support Ozone to run ratis snapshot-related command Key: HDDS-10894 URL: https://issues.apache.org/jira/browse/HDDS-10894 Project: Apache Ozone Issue Type

[jira] [Created] (HDDS-10893) Support Ozone to run ratis-peer related command

2024-05-21 Thread Dave Teng (Jira)
Dave Teng created HDDS-10893: Summary: Support Ozone to run ratis-peer related command Key: HDDS-10893 URL: https://issues.apache.org/jira/browse/HDDS-10893 Project: Apache Ozone Issue Type: New

[jira] [Created] (HDDS-10892) Support Ozone to run ratis-election related command

2024-05-21 Thread Dave Teng (Jira)
Dave Teng created HDDS-10892: Summary: Support Ozone to run ratis-election related command Key: HDDS-10892 URL: https://issues.apache.org/jira/browse/HDDS-10892 Project: Apache Ozone Issue Type

[jira] [Created] (HDDS-10891) Support Ozone to run ratis-group related command

2024-05-21 Thread Dave Teng (Jira)
Dave Teng created HDDS-10891: Summary: Support Ozone to run ratis-group related command Key: HDDS-10891 URL: https://issues.apache.org/jira/browse/HDDS-10891 Project: Apache Ozone Issue Type

Re: [TV orNotTV] Benson/Stabler reunion still in works

2024-05-21 Thread 'Dave Sikula' via TVorNotTV
One might say CBS has made a mint off of identical procedurals with identically indistinguishable characters solving the same crimes in the same way over and over for decades. --Dave Sikula On Monday, May 20, 2024 at 3:59:56 PM UTC-7 Kevin M. wrote: > Except there is no depth to eit

Re: Start VM leads to increased CPU usage and crash at the end

2024-05-21 Thread Dave Voutila
Kirill A. Korinsky writes: > Hi, > > I've removed to related quotes > > On Tue, 21 May 2024 18:09:15 +0100, > Dave Voutila wrote: >> >> >> kir...@korins.ky writes: >> >> > >> >My machine had an uptime for about a day with a lot o

Re: Start VM leads to increased CPU usage and crash at the end

2024-05-21 Thread Dave Voutila
kir...@korins.ky writes: >>Synopsis: Start VM leads to increased CPU usage and crash at the end >>Category: vmd >>Environment: > System : OpenBSD 7.5 > Details : OpenBSD 7.5-current (GENERIC.MP) #138: Mon May 20 > 17:02:52 WEST 2024 > >

[Lldb-commits] [lldb] [lldb] Add the word "backtrace" to bt help string (PR #92618)

2024-05-21 Thread Dave Lee via lldb-commits
https://github.com/kastiglione closed https://github.com/llvm/llvm-project/pull/92618 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Members] Re: Updated affiliation

2024-05-21 Thread Dave Cridland
Hey, Congratulations on the new job! Dave. On Tue, 21 May 2024 at 15:43, Kim Alvefur wrote: > Hello, > > FYI: I'm starting a new job at Elastisys AB as a Cloud Native Developer, > doing nothing XMPP-related. > > -- > Regards, > Kim "Zash" Alvefur >

Re: zlib detection in Meson on Windows broken?

2024-05-21 Thread Dave Page
On Tue, 21 May 2024 at 16:04, Andres Freund wrote: > Hi, > > On 2024-05-20 11:58:05 +0100, Dave Page wrote: > > I have very little experience with Meson, and even less interpreting it's > > logs, but it seems to me that it's not including the extra lib and > include >

[Bug 2062564] Re: [FFe] Seed pemmican

2024-05-21 Thread Dave Jones
** Changed in: pemmican (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2062564 Title: [FFe] Seed pemmican To manage notifications about this bug go

Re: [RE-wrenches] Optics

2024-05-21 Thread Dave Angelini Offgrid Solar via RE-wrenches
by vincjwan [14] » Mon May 20, 2024 10:49 pm it's back online but without Graph and historic data Dave Angelini Offgrid Solar "we go where powerlines don't" [5]https://offgridsolar1.com/ [6] [5] e-mail offgridso...@sti.net text 209 813 0060 On 2024-05-21 7:32 am, Todd C

Re: zlib detection in Meson on Windows broken?

2024-05-21 Thread Dave Page
Hi On Tue, 21 May 2024 at 15:12, Sandeep Thakkar < sandeep.thak...@enterprisedb.com> wrote: > Hi Dave, > > > On Tue, May 21, 2024 at 3:12 PM Dave Page wrote: > >> Hi Sandeep, Nazir, >> >> On Tue, 21 May 2024 at 10:14, Nazir Bilal Yavuz >> wrote: &g

Re: [RE-wrenches] Optics

2024-05-21 Thread Dave Angelini Offgrid Solar via RE-wrenches
Anyone who fixes Outback's inability to run closed loop would be great. I think I have seen Outback claim it was coming soon for 5 years now. Hopefully they can get Optics up soon for my 3 clients. Dave Angelini Offgrid Solar "we go where powerlines don't" [8]https://offgridsola

Re: zlib detection in Meson on Windows broken?

2024-05-21 Thread Dave Page
Hi Sandeep, Nazir, On Tue, 21 May 2024 at 10:14, Nazir Bilal Yavuz wrote: > Hi, > > On Tue, 21 May 2024 at 10:20, Sandeep Thakkar > wrote: > > > > Hi Dave, > > > > Is the .pc file generated after the successful build of zlib? If yes, > then meson sh

[mou-net] Connecticut Warbler, Red-headed Woodpecker, Yellow-bellied Flycatcher

2024-05-20 Thread DAVE ZUMETA
On the southern end of the restored oak savanna to the east of the East 36th Street parking lot along West River Road in Mississippi Gorge Regional Park, I both heard and saw a Connecticut Warbler at 10 AM this morning (Monday, May 20). The bird sang only one complete song while hidden in dense

[bug #65762] configure check has erroneous code

2024-05-20 Thread Dave
Update of bug #65762 (group groff): Category:None => Core Item Group:None => Build/Installation ___ Reply to this item at:

[jira] [Assigned] (RATIS-2095) Move common logic of ratis-shell to RaftUtils so that Ozone shell could share and use common logic

2024-05-20 Thread Dave Teng (Jira)
[ https://issues.apache.org/jira/browse/RATIS-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Teng reassigned RATIS-2095: Assignee: Dave Teng > Move common logic of ratis-shell to RaftUtils so that Ozone shell co

[jira] [Created] (RATIS-2095) Move common logic of ratis-shell to RaftUtils so that Ozone shell could share and use common logic

2024-05-20 Thread Dave Teng (Jira)
Dave Teng created RATIS-2095: Summary: Move common logic of ratis-shell to RaftUtils so that Ozone shell could share and use common logic Key: RATIS-2095 URL: https://issues.apache.org/jira/browse/RATIS-2095

[Intel-wired-lan] [PATCH iwl-net] ice: check for unregistering correct number of devlink params

2024-05-20 Thread Dave Ertman
CC: Lukasz Czapnik Reviewed-by: Przemek Kitszel Signed-off-by: Dave Ertman --- drivers/net/ethernet/intel/ice/devlink/devlink.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/net/ethernet/intel/ice/devlink/devlink.c b/drivers/net/ethernet/intel/ice/devlink

[Bug 2064208] Re: Installer crashes when booting from USB on Raspberry Pi

2024-05-20 Thread Dave Jones
@vanvugt Indeed -- I'm confident that's the root cause at this point; just waiting for that to land in devel, then I can convert the bug to SRU, wait for that to land, then request an image re-spin from the release team -- You received this bug notification because you are a member of Ubuntu

[jira] [Closed] (DAFFODIL-2900) enable javadoc and scaladoc for runtime1 api

2024-05-20 Thread Dave Thompson (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-2900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Thompson closed DAFFODIL-2900. --- Verified the specified commit (commit d21ddd8e2e104f84c8c33f26113d6f468ed2d6d0) is included

CVS: cvs.openbsd.org: src

2024-05-20 Thread Dave Voutila
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2024/05/20 11:03:36 Modified files: sys/uvm: uvm_amap.c Log message: Remove always-false condition in amap_free KASSERT. The if-condition immediately preceding it already checks the value so the

Re: [RE-wrenches] Outback:

2024-05-20 Thread Dave Angelini Offgrid Solar via RE-wrenches
conspiracy thread going if it is a slow Monday. https://forum.outbackpower.com/viewtopic.php?t=18704=25 Good info also on using WattPlott earlier in the thread. Dave Angelini Offgrid Solar "we go where powerlines don't" [2]https://offgridsolar1.com/ [3] [2] e-mail offgridso...@sti.ne

Re: [PATCH 01/20] x86/tdx: Introduce tdvmcall_trampoline()

2024-05-20 Thread Dave Hansen
On 5/20/24 03:32, Kirill A. Shutemov wrote: >> In other words, I think this as the foundational justification for the >> rest of the series leaves a little to be desired. > See the patch below. Is it what you had in mind? > > This patch saves ~2K of code, comparing to ~3K for my patchset: > >

[jira] [Closed] (DAFFODIL-2903) Allow inputValueCalc to apear in a hidden group

2024-05-20 Thread Dave Thompson (Jira)
[ https://issues.apache.org/jira/browse/DAFFODIL-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Thompson closed DAFFODIL-2903. --- Verified the specified commit (commit dc558743c067270cfe062943ea0cbfa69fea410b) is included

Re: [PATCH v5 21/25] dt-bindings: media: imx258: Add binding for powerdown-gpio

2024-05-20 Thread Dave Stevenson
e imx258 sensor itself. If your module has a powerdown gpio, then you'll have to ask the module vendor what it is actually connected to. Potentially it relates to the VCM driver rather than the sensor. Dave [1] https://www.spinics.net/lists/linux-media/msg252519.html [2] https://www.spin

[Ietf-dkim] Re: DKIM with body length

2024-05-20 Thread Dave Crocker
n to claim some responsibility for a message by associating the domain with the message. " RFC 6376: DomainKeys Identified Mail (DKIM) Signatures <#>  https://www.rfc-editor.org/rfc/rfc6376.html <https://www.rfc-editor.org/rfc/rfc6376.html> d/ -- Dave Crocker Brandenburg Interne

[bug #64155] Specifying -fZD on command line generates warnings

2024-05-19 Thread Dave
Update of bug #64155 (group groff): Category:Core => Macro package - others/general Summary: [troff] specifying -fZD on command line generates warnings => Specifying -fZD on command line generates warnings

[bug #65763] Do actual string comparisons in macro packages

2024-05-19 Thread Dave
: None ___ Follow-up Comments: --- Date: Sun 19 May 2024 11:27:44 PM CDT By: Dave Bug #64155 fixed fallbacks.tmac and troffrc-end to make tests that were intended only to compare strings do so without form

[Ietf-dkim] Re: Fwd: WG Action: Formed Mail Maintenance (mailmaint) / Commitment

2024-05-19 Thread Dave Crocker
On 5/10/2024 2:33 PM, Dave Crocker wrote: On 5/10/2024 10:54 AM, Murray S. Kucherawy wrote: * Prior to accepting any Standards Track document for development, there must be a commitment to implement the resulting proposed standard from at least two independent parties, as recorded on a related

[bug #64155] [troff] specifying -fZD on command line generates warnings

2024-05-19 Thread Dave
Follow-up Comment #45, bug #64155 (group groff): [comment #44 comment #44:] > I suspect you're not using _echo_(1) the way you think you are. I admit I didn't consider its portability, but on my system it output what I intended. > Because the default style is 'R', and the font 'ZDR' exists (on

[git pull] drm urgent (part 2) for 6.10-rc1

2024-05-19 Thread Dave Airlie
Hi Linus, Here is Arunpravin's second fix for the buddy allocator warnings you have been seeing, hopefully this is the end of that, and thanks for your patience. Regards, Dave. drm-next-2024-05-20: drm urgent (the 2nd) for 6.10-rc1 buddy: - fix WARN_ONs during force merge The following changes

[Elecraft] Elecraft 80M SSB Net Announcement

2024-05-19 Thread Dave New, N8SBE
into the evening, we may find it more difficult to conduct the net at its regular time. For the time being, let's keep it at 9PM ET, as that is getting late on a 'school night' for a lot of folks, as it is. Your net control this week will be Dave, N8SBE. Note that I'm portable in Dayton

Re: [RE-wrenches] Optics

2024-05-19 Thread Dave Angelini Offgrid Solar via RE-wrenches
inventory. Repair by scavenging was the only way. Dave Angelini Offgrid Solar "we go where powerlines don't" [1]https://offgridsolar1.com/ [2] [1] e-mail offgridso...@sti.net text 209 813 0060 Links: -- [1] http://members.sti.net/offgridsolar/ [2] https://offgrid

Re: [RE-wrenches] Optics

2024-05-19 Thread Dave Angelini Offgrid Solar via RE-wrenches
on is an understatement. Dave Angelini Offgrid Solar "we go where powerlines don't" [3]https://offgridsolar1.com/ [4] [3] e-mail offgridso...@sti.net text 209 813 0060 On 2024-05-19 10:51 am, Lou Russo via RE-wrenches wrote: I started poking through EnerSys's (The most recent owner

[Ietf-dkim] Re: DKIM with body length

2024-05-19 Thread Dave Crocker
On 5/19/2024 9:26 AM, Wei Chuang wrote: Dave Crocker mentioned that there is a pathway to do a narrow update to the RFC6376 as an individual submission.  I agree that it is a good idea as hopefully a narrow update can be done relatively quickly. What I  am suggesting is /first/ getting

Re: [marxmail] "From the river to the sea..." not antisemitic. Labor senator rebels

2024-05-19 Thread Dave Lindorff
what it says: a call for freedom. The history of the term and its use by zionist Jews as well as by Palestinians is rarely given in by those trying to silence protests for palestinian freedom from terror and erasure at the hands of the Jewish state of Israel. Dave Lindorff On Sun, May 19, 2024 at 5:0

Re: [mailop] (Mis)use of DKIM's length tag and it's impact on DMARC and BIMI

2024-05-18 Thread Dave Crocker via mailop
n the From: field, so it now serves as what the Sender: field was designed for. d/ -- Dave Crocker Brandenburg InternetWorking bbiw.net mast:@dcrocker@mastodon.social ___ mailop mailing list mailop@mailop.org https://list.mailop.org/listinfo/mailop

[bug #64155] [troff] specifying -fZD on command line generates warnings

2024-05-18 Thread Dave
Follow-up Comment #43, bug #64155 (group groff): [comment #41 comment #41:] > Now: > > $ echo | ./build/test-groff -fZD -a > A vast improvement! But maybe a little _too_ quiet: groff disregards the -fZD flag without telling the user it's doing so. echo "\N'110'" | groff -ww

Re: [mailop] (Mis)use of DKIM's length tag and it's impact on DMARC and BIMI

2024-05-18 Thread Dave Crocker via mailop
pressure to deprecate it.  First through operational pressure and then with an update to the spec. d/ -- Dave Crocker Brandenburg InternetWorking bbiw.net mast:@dcrocker@mastodon.social ___ mailop mailing list mailop@mailop.org https://list.mailop.org

Re: [mailop] (Mis)use of DKIM's length tag and it's impact on DMARC and BIMI

2024-05-18 Thread Dave Crocker via mailop
pressure to deprecate it.  First through operational pressure and then with an update to the spec. d/ -- Dave Crocker Brandenburg InternetWorking bbiw.net mast:@dcrocker@mastodon.social ___ mailop mailing list mailop@mailop.org https://list.mailop.org

Re: [LU] Wembley Box.

2024-05-18 Thread Dave Tomlinson
I would be interested, 2 tickets please Dave Tomlinson From: Leedslist on behalf of Richard Walker via Leedslist Sent: 18 May 2024 11:05 To: leeds list (leedslist@gn.apc.org) ; Richard Naef Subject: Re: [LU] Wembley Box. Interesting. Me and mate having been

Re: [PATCH 0/7] Kexec-tools: Improve RISC-V port

2024-05-17 Thread Dave Young
xec-tools, and I assume below kernel commit make the kexec_file_load kernel piece of work done. Then it will be easier to review and make something working at least. commit 6261586e0c91db14c34f894f4bc48f2300cff1d4 Author: Liao Chang Date: Fri Apr 8 18:09:11 2022 +0800 RISC-V: Add kexec_file support Thanks Dave ___ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec

bootstrap oddity: .gitignore discrepancy

2024-05-17 Thread Dave Kemper
I haven't built a groff since 1.23. When I did so today, the first step produced a query I hadn't seen in a groff build before. $ ./bootstrap /bin/mv: overwrite '.gitignore'? I said "y" to this, and the result was that the top-level .gitignore file gained a "/build-aux" line at the top, before

[Lldb-commits] [lldb] [lldb] Add the word "backtrace" to bt help string (PR #92618)

2024-05-17 Thread Dave Lee via lldb-commits
kastiglione wrote: Open to alternative rewordings that include "backtrace". https://github.com/llvm/llvm-project/pull/92618 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Add the word "backtrace" to bt help string (PR #92618)

2024-05-17 Thread Dave Lee via lldb-commits
https://github.com/kastiglione edited https://github.com/llvm/llvm-project/pull/92618 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Add the word "backtrace" to bt help string (PR #92618)

2024-05-17 Thread Dave Lee via lldb-commits
https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/92618 None >From 1564ae4ce3a56fc1f11e03e82e0da1e01f25f3ed Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Thu, 16 May 2024 14:01:22 -0700 Subject: [PATCH] [lldb] Add the word "backtrace" to b

Re: [users@httpd] Redirecting based on IP

2024-05-17 Thread Dave Wreski
Hi, The staging site is even protected with a RequireAll statement for the DocumentRoot based on the IP, which then results in a 404 and other errors in GSC. That sound wrong. If your RequireAll was working as advertised, should it not return a 403? Yes, it does - my mistake. The next

Re: [PATCH 17/20] x86/tdx: Convert VM_RD/VM_WR tdcalls to use new TDCALL macros

2024-05-17 Thread Dave Hansen
Let's say you're debugging tdg_vm_rd(). You suspect someone read the spec wrong. You pull up the spec: https://sr71.net/~dave/intel/tdg.vm.rd.png On 5/17/24 07:19, Kirill A. Shutemov wrote: > static inline u64 tdg_vm_rd(u64 field, u64 *value) > { > - struct tdx_module_

Re: [PATCH 16/20] x86/tdx: Convert VP_INFO tdcall to use new TDCALL_5() macro

2024-05-17 Thread Dave Hansen
On 5/17/24 07:19, Kirill A. Shutemov wrote: > - /* > - * TDINFO TDX module call is used to get the TD execution environment > - * information like GPA width, number of available vcpus, debug mode > - * information, etc. More details about the ABI can be found in TDX > - *

Re: [PATCH 03/20] x86/tdx: Convert port I/O handling to use new TDVMCALL macros

2024-05-17 Thread Dave Hansen
On 5/17/24 07:19, Kirill A. Shutemov wrote: > static inline void tdx_io_out(int size, u16 port, u32 value) > { > - struct tdx_module_args args = { > - .r10 = TDX_HYPERCALL_STANDARD, > - .r11 = hcall_func(EXIT_REASON_IO_INSTRUCTION), > - .r12 = size, > -

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