[PATCH v2] drm/i915/guc: Enable w/a 16021333562 for DG2, MTL and ARL

2024-05-28 Thread John . C . Harrison
From: John Harrison Enable another workaround that is implemented inside the GuC. v2: Use the correct Gen12 w/a id rather than the Xe version (review feedback from Matthew R) also extend to include ARL. Signed-off-by: John Harrison --- drivers/gpu/drm/i915/gt/uc/abi/guc_klvs_abi.h | 1

[PATCH v2] drm/i915/guc: Enable w/a 16021333562 for DG2, MTL and ARL

2024-05-28 Thread John . C . Harrison
From: John Harrison Enable another workaround that is implemented inside the GuC. v2: Use the correct Gen12 w/a id rather than the Xe version (review feedback from Matthew R) also extend to include ARL. Signed-off-by: John Harrison --- drivers/gpu/drm/i915/gt/uc/abi/guc_klvs_abi.h | 1

[pfx] Re: Masters.cf

2024-05-28 Thread John Hill via Postfix-users
On 5/28/24 6:54 PM, Bill Cole via Postfix-users wrote: -o { smtpd_client_restrictions=permit_mynetworks,reject_rbl_client xbl.spamhaus,org=127.0.0.4,permit_sasl_authenticated,reject } tried to rspond Sending of the message failed. An error occurred while sending mail. The mail server

[pfx] Re: Masters.cf

2024-05-28 Thread John Fawcett via Postfix-users
On 29/05/2024 00:27, John Hill via Postfix-users wrote: On 5/28/24 4:50 PM, John Hill via Postfix-users wrote: On 5/28/24 4:43 PM, Benny Pedersen via Postfix-users wrote: John Hill via Postfix-users skrev den 2024-05-28 22:12: On 5/28/24 3:38 PM, Benny Pedersen via Postfix-users wrote

Re: [PATCH 3/3] selftests/futex: pass _GNU_SOURCE without a value to the compiler

2024-05-28 Thread John Hubbard
On 5/28/24 3:24 PM, Edward Liaw wrote: On Wed, May 8, 2024 at 2:05 PM John Hubbard wrote: On 5/2/24 9:18 PM, John Hubbard wrote: It's slightly better to set _GNU_SOURCE in the source code, but if one must do it via the compiler invocation, then the best way to do so is this: Hi Shuah

Re: [PATCH] drm/i915/guc: Enable w/a 14019882105 for DG2 and MTL

2024-05-28 Thread John Harrison
On 5/28/2024 13:21, Matt Roper wrote: On Fri, May 24, 2024 at 06:41:20PM -0700, john.c.harri...@intel.com wrote: From: John Harrison Enable another workaround that is implemented inside the GuC. Signed-off-by: John Harrison --- drivers/gpu/drm/i915/gt/uc/abi/guc_klvs_abi.h | 1

Re: [PATCH] drm/i915/guc: Enable w/a 14019882105 for DG2 and MTL

2024-05-28 Thread John Harrison
On 5/28/2024 13:21, Matt Roper wrote: On Fri, May 24, 2024 at 06:41:20PM -0700, john.c.harri...@intel.com wrote: From: John Harrison Enable another workaround that is implemented inside the GuC. Signed-off-by: John Harrison --- drivers/gpu/drm/i915/gt/uc/abi/guc_klvs_abi.h | 1

[pfx] Re: Masters.cf

2024-05-28 Thread John Hill via Postfix-users
On 5/28/24 4:50 PM, John Hill via Postfix-users wrote: On 5/28/24 4:43 PM, Benny Pedersen via Postfix-users wrote: John Hill via Postfix-users skrev den 2024-05-28 22:12: On 5/28/24 3:38 PM, Benny Pedersen via Postfix-users wrote: John Hill via Postfix-users skrev den 2024-05-28 21:14: I

Re: RFR: 8322964: Optimize performance of CSS selector matching [v10]

2024-05-28 Thread John Hendrikx
On Tue, 28 May 2024 21:37:43 GMT, Andy Goryachev wrote: >> modules/javafx.graphics/src/test/java/test/com/sun/javafx/css/FixedCapacitySetTest.java >> line 1: >> >>> 1: package test.com.sun.javafx.css; >> >> The Copyright is missing from this class and the `if` and `for` clauses have >> no

Re: RFR: 8322964: Optimize performance of CSS selector matching [v13]

2024-05-28 Thread John Hendrikx
k of the time to refresh the JFXCentral main page (about 100 ms before > vs 70 ms after the change). John Hendrikx has updated the pull request incrementally with one additional commit since the last revision: Add copyright header - Changes: - all: https://git.openjdk.org/jfx/pul

Re: RFR: 8087444: CornerRadii with different horizontal and vertical values treated as uniform

2024-05-28 Thread John Hendrikx
On Tue, 28 May 2024 16:15:25 GMT, Michael Strauß wrote: > This PR fixes the incorrect computation of the `CornerRadii.uniform` flag for > the 16-argument constructor. > > I've also added tests for all other constructors. LGTM

Re: [Kea-users] DKIM Violation -Re: kea-dhcp6-serverid

2024-05-28 Thread John Welsh
Load-Balancing On 5/28/24, 15:30, "Kea-users on behalf of Darren Ankney" mailto:kea-users-boun...@lists.isc.org> on behalf of darren.ank...@gmail.com <mailto:darren.ank...@gmail.com>> wrote: Hi John, Are you running HA in "load-balancing" or "hot-stan

Re: [ovs-dev] [PATCH v2] selftests/net: suppress clang's "variable-sized type not at the end" warning

2024-05-28 Thread John Hubbard via dev
On 5/28/24 1:39 PM, Nathan Chancellor wrote: On Mon, May 27, 2024 at 02:36:41PM -0700, John Hubbard wrote: ... diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index bd01e4a0be2c..9a3b766c8781 100644 --- a/tools/testing/selftests/net/Makefile +++ b

Re: [PATCH v2] selftests/net: suppress clang's "variable-sized type not at the end" warning

2024-05-28 Thread John Hubbard
On 5/28/24 1:39 PM, Nathan Chancellor wrote: On Mon, May 27, 2024 at 02:36:41PM -0700, John Hubbard wrote: ... diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index bd01e4a0be2c..9a3b766c8781 100644 --- a/tools/testing/selftests/net/Makefile +++ b

Re: [PATCH v2] selftests/user_events: silence a clang warning: address of packed member

2024-05-28 Thread John Hubbard
LAGS += -Wno-address-of-packed-member +endif + LDLIBS += -lrt -lpthread -lm TEST_GEN_PROGS = ftrace_test dyn_test perf_test abi_test base-commit: 2bfcfd584ff5ccc8bb7acde19b42570414bf880b -- 2.45.1 thanks, -- John Hubbard NVIDIA

[pfx] Re: Masters.cf

2024-05-28 Thread John Hill via Postfix-users
On 5/28/24 4:43 PM, Benny Pedersen via Postfix-users wrote: John Hill via Postfix-users skrev den 2024-05-28 22:12: On 5/28/24 3:38 PM, Benny Pedersen via Postfix-users wrote: John Hill via Postfix-users skrev den 2024-05-28 21:14: I had dumped the configs but here is what I had

[jira] [Commented] (MNG-8131) Property replacement in dependency pom no longer works

2024-05-28 Thread John Neffenger (Jira)
[ https://issues.apache.org/jira/browse/MNG-8131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850165#comment-17850165 ] John Neffenger commented on MNG-8131: - See also: https://mail.openjdk.org/pipermail/openjfx-dev/2024

[pfx] Re: Masters.cf

2024-05-28 Thread John Hill via Postfix-users
On 5/28/24 3:38 PM, Benny Pedersen via Postfix-users wrote: John Hill via Postfix-users skrev den 2024-05-28 21:14: I had dumped the configs but here is what I had. submission inet n   -   y   -   - smtpd   -o smtpd_tls_security_level=encrypt   -o

JavaFX applications fail to build with Maven 3.9.7

2024-05-28 Thread John Neffenger
to the latest Maven will hit this. (I don't yet know even where this POM file is created.) Let me know either way. Thanks, John

Re: Maven 3.9.7 fails to activate profile?

2024-05-28 Thread John Neffenger
the issue to the OpenJFX project. In fact, am unsure what produced this POM, as Maven cannot even grasp it (refuses to load it even): https://gist.github.com/cstamas/27b948306cddabd00105f747e744e2cd I recreated those errors now, too. Thanks for the evide

[cctalk] Re: terminology [was: First Personal Computer]

2024-05-28 Thread John via cctalk
From: ben To: cctalk@classiccmp.org Subject: [cctalk] Re: terminology [was: First Personal Computer] > The third thing is a real OS. Nobody has one, as a personal computer. > CP/M and MSDOS does not handle IRQ's. Unix for the PDP-11 is real > operating system but not personal as it requires a

[pfx] Re: Masters.cf

2024-05-28 Thread John Hill via Postfix-users
On 5/28/24 11:48 AM, Wietse Venema via Postfix-users wrote: postconf -Mf submission/inet". May 28 10:51:07 proteus.noach.com postfix/submission/smtpd[57120]: warning: malformed map specification: '{ reject_rbl_client xbl.spamhaus.org }' May 28 10:51:07 proteus.noach.com

Re: [RE-wrenches] NOS SMA-41

2024-05-28 Thread John Blittersdorf via RE-wrenches
the new SMA 3.8 hybrid inverter would also work but may not yet be available. John. On Tue, May 28, 2024 at 7:Jeremy Rodriguez via RE-wrenches < re-wrenches@lists.re-wrenches.org> wrote: > Looking for an SB3.8-1SP-US-41 if anyone has one please contact me off > list &g

[netsurf-dev] Re: netsurf: branch master updated. release/3.11-63-g553dc93ec

2024-05-28 Thread John-Mark Bell
On 25/05/2024 12:06, NetSurf Browser Project (Commit Mailer) wrote: - Log - commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=553dc93ec8f414f475e4e6d5e66e0a7d6131da96 commit 553dc93ec8f414f475e4e6d5e66e0a7d6131da96

Re: building rtems-net-legacy failed

2024-05-28 Thread John Howard
build anyhow. Just comment out the request for it, or provide an empty file where expected, and repeat hacking out that “requirement” as needed until it builds something. — John On May 24, 2024, at 7:33 PM, Miroslaw Dach wrote: Hi All, I have tried first to build rtems-net-services

[pfx] Re: Masters.cf

2024-05-28 Thread John Hill via Postfix-users
Not working had recipient instead of client. Fixed that and then is says its not a map. On 5/28/24 10:36 AM, John Hill via Postfix-users wrote: Here is what IS NOT causing postfix to dump, not sure if it will work. main.cf submission_recipient_restrictions = reject_rbl_client

Re: [dns-operations] DNSbomb attack

2024-05-28 Thread John Levine
pted but that's not our problem. R's, John ___ dns-operations mailing list dns-operations@lists.dns-oarc.net https://lists.dns-oarc.net/mailman/listinfo/dns-operations

[kdiff3] [Bug 479314] Can't compare two files

2024-05-28 Thread John Alan Belli
https://bugs.kde.org/show_bug.cgi?id=479314 John Alan Belli changed: What|Removed |Added CC||jabe...@pobox.com --- Comment #1 from John

RFR: 8333046: Clean codes in sun.security.util.math

2024-05-28 Thread John Jiang
A simple cleanup on the changes introduced by JDK-8329538. - Commit messages: - 8333046: Clean codes in sun.security.util.math Changes: https://git.openjdk.org/jdk/pull/19429/files Webrev: https://webrevs.openjdk.org/?repo=jdk=19429=00 Issue:

[pfx] Masters.cf

2024-05-28 Thread John Hill via Postfix-users
It sends and receives mail so far. not sure on the RBL yet. --john ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org

[pfx] Master.cf

2024-05-28 Thread John Hill via Postfix-users
check the number on spamhaus and they come back listed. I am correct, postscreen is on port 25. I use 587 for submissions. Sorry to be so dense. --john ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix

Re: [PATCHv2] block: check for max_hw_sectors underflow

2024-05-28 Thread John Garry
On 28/05/2024 11:58, Christoph Hellwig wrote: On Tue, May 28, 2024 at 11:54:42AM +0100, John Garry wrote: I don't think that we ever check if lim->logical_block_size is a power-of-2 - but that's a given, right? It has to be for the block stack to work. That being said now that we do h

[clang] [z/OS] Set the default arch for z/OS to be arch10 (PR #89854)

2024-05-28 Thread Dimitri John Ledkov via cfe-commits
xnox wrote: @fhe > > > @MaskRay Got it. > > > The problem with that solution is that if you use --target you won't get > > > the correct arch. This would be a problem for any cross compilation. For > > > example, say you cross compile from zLinux (which wouldn't have the > > > config file),

Re: [PATCH v2] statx: stx_subvol

2024-05-28 Thread John Garry
On 12/03/2024 02:13, Eric Biggers wrote: On Thu, Mar 07, 2024 at 09:29:12PM -0500, Kent Overstreet wrote: __u32 stx_dio_mem_align; /* Memory buffer alignment for direct I/O */ __u32 stx_dio_offset_align; /* File offset alignment for direct I/O */ + __u64

[pfx] Re: SASL reject force disconnect

2024-05-28 Thread John Hill via Postfix-users
On 5/28/24 5:39 AM, Christophe Kalt via Postfix-users wrote: smtpd_delay_reject to no I had it at yes. Changed it. --john ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le

Re: Managing acronyms in an Org-mode document

2024-05-28 Thread John Kitchin
> Best, /PA > > -- > Fragen sind nicht da, um beantwortet zu werden, > Fragen sind da um gestellt zu werden > Georg Kreisler > > Headaches with a Juju log: > unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run > a leader-deposed hook here, but we can'

[pfx] Re: SASL reject force disconnect

2024-05-28 Thread John Fawcett via Postfix-users
On 28/05/2024 11:39, Christophe Kalt via Postfix-users wrote: On Sun, May 26, 2024 at 5:57 AM John Fawcett via Postfix-users wrote: For submission I only use xbl (return code 127.0.0.4) excluding other other data contained in zen like pbl that lists isp dynamic ip ranges from

Re: RFR: 8322964: Optimize performance of CSS selector matching [v12]

2024-05-28 Thread John Hendrikx
On Tue, 28 May 2024 09:43:28 GMT, Michael Strauß wrote: >> John Hendrikx has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 21 commits: >> >> - Merge branch 'openjdk:master' into >> feature/se

Re: [PATCHv2] block: check for max_hw_sectors underflow

2024-05-28 Thread John Garry
On 24/05/2024 11:46, Hannes Reinecke wrote: The logical block size need to be smaller than the max_hw_sector setting, otherwise we can't even transfer a single LBA. Signed-off-by: Hannes Reinecke Regardless of comment, below: Reviewed-by: John Garry --- block/blk-settings.c | 8

Bug#1069625: Acknowledgement (gstreamer1.0: Don't build ptp-helper on hppa)

2024-05-28 Thread John Paul Adrian Glaubitz
Rust support (alpha, m68k and sh4). I intentionally omitted ia64 as it will be dropped from Debian Ports within the next days. NB: For dh-exec to work, the file libgstreamer1.0-0.install *must* be executable. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist

[Witarea] Re: [dispatch] Re: IANA policies "... with expert review" (Re: [Alldispatch] IETF-Wide Dispatch – Call for topics)

2024-05-28 Thread John C Klensin
ion of some sort devoted to the "IANA Considerations" question and issues. If the latter has to be a side meeting, would it be possible to schedule the ALLDISPATCH session in a way that allows organizing it and finding a good time? best, john p.s. to save some reading, at least until it is

[Witarea] Re: [dispatch] IANA policies "... with expert review" (Re: [Alldispatch] IETF-Wide Dispatch – Call for topics)

2024-05-28 Thread John C Klensin
If this general topic is going to be put on the agenda, may I ask that the proposal for a hybrid registration policy [3], which addresses a very similar, and closely related issue, be placed on the agenda and included in the discussion. thanks, john klensin [3] https://datatracker.ietf.org/doc

Bug#1072071: gcc-13: Please add libatomic for 32-bit SPARC for Ada

2024-05-27 Thread John Paul Adrian Glaubitz
-armel-libatomic.diff -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Bug#1072071: gcc-13: Please add libatomic for 32-bit SPARC for Ada

2024-05-27 Thread John Paul Adrian Glaubitz
-armel-libatomic.diff -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Bug#1072071: gcc-13: Please add libatomic for 32-bit SPARC for Ada

2024-05-27 Thread John Paul Adrian Glaubitz
-armel-libatomic.diff -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Re: Virtualization Help

2024-05-27 Thread John J. Karcher
On 5/24/24 2:33 AM, Alexander Boettcher wrote: Hello, On 24.05.24 00:59, John J. Karcher wrote: Beside that, you may create a custom launcher and replace the occurrence of block.vdi with your desired vdi file name. To do so, start a vdi_block instance, copy the resulting xml vdi_block text

Re: RFR: 8322964: Optimize performance of CSS selector matching [v9]

2024-05-27 Thread John Hendrikx
On Sat, 25 May 2024 13:50:56 GMT, Kevin Rushforth wrote: >> The code looks good. I didn't test it, but I'm fine with integrating. > >> Also some clarification on the contributing rules: "all Reviewers who have >> requested the chance to review have done so" -- does the indication at the >> top

Re: RFR: 8322964: Optimize performance of CSS selector matching [v12]

2024-05-27 Thread John Hendrikx
k of the time to refresh the JFXCentral main page (about 100 ms before > vs 70 ms after the change). John Hendrikx has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 21 commits: - Merge branch 'openjdk:master' into feature/selector-perfor

Re: RFR: 8322964: Optimize performance of CSS selector matching [v11]

2024-05-27 Thread John Hendrikx
k of the time to refresh the JFXCentral main page (about 100 ms before > vs 70 ms after the change). John Hendrikx has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 20 commits: - Merge remote-tracking branch 'upstream/master' i

Re: RFR: 8322964: Optimize performance of CSS selector matching [v10]

2024-05-27 Thread John Hendrikx
k of the time to refresh the JFXCentral main page (about 100 ms before > vs 70 ms after the change). John Hendrikx has updated the pull request incrementally with one additional commit since the last revision: Added 100% coverage test for FixedCapacitySet - Changes: - all: htt

Re: [RBW] Track Supermarket

2024-05-27 Thread 'John Hawrylak, Woodstown NJ' via RBW Owners Bunch
Garth Thanks for directions to the 2024 Nitto catalogue John Hawrylak Woodstown NJ On Friday, May 24, 2024 at 5:15:56 PM UTC-4 Garth wrote: > The catalog is on their home page, upper right in big letters :* PDF > Catalog * :) > https://nitto-tokyo.sakura.ne.jp/index-E.html > &

Re: [BVARC] Mobile antenna tuning question

2024-05-27 Thread John Denison via BVARC
connector and thus your SWR is at infinity. 73 John Denison KD5YOU On 5/27/2024 6:33 PM, terry leatherland via BVARC wrote: I'm sure someone knows about Mobile antennas. Our friends at River Oaks Car Stereo for sure. Anthony? Here is my dilemma , or something I am doing wrong. I bought

Re: [PATCH 2/2] drm: panel: nv3052c: Add WL-355608-A8 panel

2024-05-27 Thread John Watts
panel_regs), > +}; > + > static const struct spi_device_id nv3052c_ids[] = { > { "ltk035c5444t", }, > { "fs035vg158", }, > + { "wl_355608_a8", }, > { /* sentinel */ } > }; > MODULE_DEVICE_TABLE(spi, nv3052c_ids); > @@ -702,6 +925,7 @@ MODULE_DEVICE_TABLE(spi, nv3052c_ids); > static const struct of_device_id nv3052c_of_match[] = { > { .compatible = "leadtek,ltk035c5444t", .data = > _panel_info }, > { .compatible = "fascontek,fs035vg158", .data = _panel_info > }, > + { .compatible = "wl_355608_a8", .data = _355608_a8_panel_info }, > { /* sentinel */ } > }; > MODULE_DEVICE_TABLE(of, nv3052c_of_match); > @@ -719,4 +943,5 @@ module_spi_driver(nv3052c_driver); > > MODULE_AUTHOR("Paul Cercueil "); > MODULE_AUTHOR("Christophe Branchereau "); > +MODULE_AUTHOR("Ryan Walklin MODULE_LICENSE("GPL v2"); > -- > 2.45.1 > This all looks good to me, though I understand you may need to change the compatible. Please CC me if this happens so I can re-review. Reviewed-by: John Watts John.

[PATCH v2] selftests/user_events: silence a clang warning: address of packed member

2024-05-27 Thread John Hubbard
n the test won't work (and may segfault, depending on the CPU type). If that ever comes up, it will be obvious and can be fixed. But all it's doing now is prevent a clean clang build, so disable the warning. Signed-off-by: John Hubbard --- Changes since the first version: 1) Rebased onto Linu

Re: Maven 3.9.7 fails to activate profile?

2024-05-27 Thread John Neffenger
llo-javafx Just clone and build with: $ git clone https://github.com/jgneff/hello-javafx.git $ cd hello-javafx $ mvn clean package Thanks, John - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional comman

[PATCH v2] selftests/net: suppress clang's "variable-sized type not at the end" warning

2024-05-27 Thread John Hubbard
ng warning for the selftests/net suite. Signed-off-by: John Hubbard --- Changes since the first version: 1) Rebased onto Linux 6.10-rc1 thanks, John Hubbard tools/testing/selftests/net/Makefile | 4 1 file changed, 4 insertions(+) diff --git a/tools/testing/selftests/net/Makefile b/tools/testing

[ovs-dev] [PATCH v2] selftests/net: suppress clang's "variable-sized type not at the end" warning

2024-05-27 Thread John Hubbard via dev
ng warning for the selftests/net suite. Signed-off-by: John Hubbard --- Changes since the first version: 1) Rebased onto Linux 6.10-rc1 thanks, John Hubbard tools/testing/selftests/net/Makefile | 4 1 file changed, 4 insertions(+) diff --git a/tools/testing/selftests/net/Makefile b/tools/testing

[PATCH v2] selftests/vDSO: fix clang build errors and warnings

2024-05-27 Thread John Hubbard
pass tests here, so remove it. [1] https://lore.kernel.org/all/20240329-selftests-libmk-llvm-rfc-v1-1-2f9ed7d1c...@valentinobst.de/ Signed-off-by: John Hubbard --- Changes since the first version: 1) Rebased onto Linux 6.10-rc1 thanks, John Hubbard tools/testing/selftests/vDSO/parse_vd

[PATCH v2 6/6] selftests/x86: fix printk warnings reported by clang

2024-05-27 Thread John Hubbard
These warnings are all of the form, "the format specified a short (signed or unsigned) int, but the value is a full length int". Signed-off-by: John Hubbard --- tools/testing/selftests/x86/sigreturn.c | 2 +- tools/testing/selftests/x86/test_vsyscall.c | 10 +- 2 files

[PATCH v2 5/6] selftests/x86: remove (or use) unused variables and functions

2024-05-27 Thread John Hubbard
in() also gets fixed. It was missing a return value. [1] https://lore.kernel.org/all/20240329-selftests-libmk-llvm-rfc-v1-1-2f9ed7d1c...@valentinobst.de/ Signed-off-by: John Hubbard --- tools/testing/selftests/x86/amx.c | 16 tools/testing/selftests/x86/fsgs

[PATCH v2 4/6] selftests/x86: avoid -no-pie warnings from clang during compilation

2024-05-27 Thread John Hubbard
-selftests-libmk-llvm-rfc-v1-1-2f9ed7d1c...@valentinobst.de/ Signed-off-by: John Hubbard --- tools/testing/selftests/x86/Makefile | 7 +++ 1 file changed, 7 insertions(+) diff --git a/tools/testing/selftests/x86/Makefile b/tools/testing/selftests/x86/Makefile index d0bb32bd5538..5c8757a25

[PATCH v2 3/6] selftests/x86: build sysret_rip.c with clang

2024-05-27 Thread John Hubbard
-by: John Hubbard --- tools/testing/selftests/x86/Makefile | 1 + .../testing/selftests/x86/clang_helpers_64.S | 16 +++ tools/testing/selftests/x86/sysret_rip.c | 20 ++- 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/tools/testing/selftests

[PATCH v2 2/6] selftests/x86: build fsgsbase_restore.c with clang

2024-05-27 Thread John Hubbard
new files: clang_helpers_32.S, clang_helpers_64.S. As a bonus, the pure asm avoids the need for ifdefs, and is now very simple and easy on the eyes. [1] https://lore.kernel.org/all/20240329-selftests-libmk-llvm-rfc-v1-1-2f9ed7d1c...@valentinobst.de/ Signed-off-by: John Hubbard --- tools/testing/selftests/x8

[PATCH v2 0/6] selftests/x86: fix build errors and warnings found via clang

2024-05-27 Thread John Hubbard
Hi, Just a bunch of build and warnings fixes that show up when building with clang. Some of these depend on each other, so I'm sending them as a series. Changes since the first version: 1) Rebased onto Linux 6.10-rc1 Enjoy! thanks, John Hubbard John Hubbard (6): selftests/x86: build

[PATCH v2 1/6] selftests/x86: build test_FISTTP.c with clang

2024-05-27 Thread John Hubbard
, including the fisttp instruction. In this case, the 16-bit suffix 's' is missing. Fix by adding an 's' (short) suffix in each place that it is missing. [1] https://lore.kernel.org/all/20240329-selftests-libmk-llvm-rfc-v1-1-2f9ed7d1c...@valentinobst.de/ Signed-off-by: John Hubbard --- tools

[PATCH v2] selftests/timers: remove unused irqcount variable

2024-05-27 Thread John Hubbard
When building with clang, via: make LLVM=1 -C tools/testing/selftest ...clang warns about an unused irqcount variable. clang is correct: the variable is incremented and then ignored. Fix this by deleting the irqcount variable. Signed-off-by: John Hubbard --- Changes since the first

[PATCH v2] selftest/timerns: fix clang build failures for abs() calls

2024-05-27 Thread John Hubbard
being supplied to abs(3). Fix this by using the correct variant of abs(3): labs(3) or llabs(3), in these cases. [1] https://lore.kernel.org/all/20240329-selftests-libmk-llvm-rfc-v1-1-2f9ed7d1c...@valentinobst.de/ Reviewed-by: Dmitry Safonov Reviewed-by: Muhammad Usama Anjum Signed-off-by: John

[PATCH v2] selftests/mqueue: fix 5 warnings about signed/unsigned mismatches

2024-05-27 Thread John Hubbard
Usama Anjum Reviewed-by: Ryan Roberts Signed-off-by: John Hubbard --- Changes since the first version: 1) Rebased onto Linux 6.10-rc1 2) Reviewed-by's added. thanks, John Hubbard tools/testing/selftests/mqueue/mq_perf_tests.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff

[marxmail] Bil Walton, RIP

2024-05-27 Thread John A Imani
=en=1=nickels+and+dimes+john+a+imani=PT18=frontcover>, is exactly the way it happened until the woman featured gets out of jail, thereafter it is fictionalized. Gary Phillips https://gdphillips.com › portfolio › send-my-love-and-a-... <https://gdphillips.com/portfolio/send-my-love-and-a-molotov-c

[RBW] Re: Big Joe goes to Snowdonia

2024-05-27 Thread John Bokman
Fantastic shots! Thanks so much. Looks like a hoot! John On Monday, May 27, 2024 at 2:28:08 AM UTC-7 Nicholas A wrote: > [image: IMG_9184.jpg] -- You received this message because you are subscribed to the Google Groups "RBW Owners Bunch" group. To unsubscribe from this g

Re: Free(opensource) Ticketing solutions

2024-05-27 Thread John Stitt
We're using Zammad John Stitt Senior Network Engineer From: NANOG on behalf of Pascal Masha Sent: Monday, May 27, 2024 12:28 PM To: nanog Subject: Free(opensource) Ticketing solutions Hello, Which free and good ticketing systems do you folks(for those

RE: [PATCH bpf-next 3/8] selftests/bpf: Use bpf_link attachments in test_sockmap

2024-05-27 Thread John Fastabend
just asking. Thanks, John > > This patch adds a new array progs[] to replace prog_fd[] array, set in > populate_progs() for each program in bpf object. > > And another new array links[] to save the attached bpf_link. It is > initalized as NULL in populate_pr

RE: [PATCH bpf-next 7/8] selftests/bpf: Check length of recv in test_sockmap

2024-05-27 Thread John Fastabend
s->bytes_recvd += recv; > + if (recv > 0) > + s->bytes_recvd += recv; > > if (opt->check_recved_len && s->bytes_recvd > > total_bytes) { > errno = EMSGSIZE; > -- > 2.43.0 > Acked-by: John Fastabend

RE: [PATCH bpf-next 8/8] selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmap

2024-05-27 Thread John Fastabend
ret = SK_DROP; > err = bpf_skb_adjust_room(skb, 4, 0, 0); > if (err) > return SK_DROP; > -- > 2.43.0 > Acked-by: John Fastabend

RE: [PATCH bpf-next 6/8] selftests/bpf: Fix size of map_fd in test_sockmap

2024-05-27 Thread John Fastabend
key = next_key = 0; > bpf_map_update_elem(map_fd[i], , , BPF_ANY); > while (bpf_map_get_next_key(map_fd[i], , _key) == 0) { > -- > 2.43.0 > Acked-by: John Fastabend

RE: [PATCH bpf-next 1/8] selftests/bpf: Fix tx_prog_fd values in test_sockmap

2024-05-27 Thread John Fastabend
Geliang Tang wrote: > From: Geliang Tang > > The values of tx_prog_fd in run_options() should not be 0, so set it as -1 > in else branch, and test it using "if (tx_prog_fd > 0)" condition, not > "if (tx_prog_fd)" or "if (tx_prog_fd >= 0)". >

RE: [PATCH bpf-next 2/8] selftests/bpf: Drop duplicate definition of i in test_sockmap

2024-05-27 Thread John Fastabend
Geliang Tang wrote: > From: Geliang Tang > > There's already a definition of i in run_options() at the beginning, no > need to define a new one in "if (tx_prog_fd > 0)" block. > > Signed-off-by: Geliang Tang > --- Acked-by: John Fastabend

[Bug 2065791] Re: incorrect screen resolution in wayland session

2024-05-27 Thread John Kizer
Just checking a theory - does installing libnvidia-egl-wayland1 help with being able to open the Settings app, at least? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065791 Title: incorrect

Bug#970043: Request to help test ia64 build for galera-4

2024-05-27 Thread John Paul Adrian Glaubitz
t don't think the very limited interest in this > > architecture > > will be enough to overcome the difficulties that ia64 maintainers have to > > face. > > > > This is also the reason why the ia64 maintainers of neither Debian nor > > Gentoo were against > > the removal of support for the architecture in Ruby, the Linux kernel, > > glibc and so on. > > Being not against something and taking care of something are two > different things. But why would maintainers start an argument with upstream developers over something they don't really care about? That makes no sense. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

[Bug 2062082] Re: 24.04 Wayland vs Nautilus performance problem

2024-05-27 Thread John Kizer
I experienced this on my desktop with Nvidia-only graphics - the "egl" message in the terminal was the tip-off that installing libnvidia-egl- wayland1, which had worked for me previously to solve some odd Wayland issues, might help here, and it did in fact help in 24.04 as well. From my "I know

[Bug 2062082] Re: 24.04 Wayland vs Nautilus performance problem

2024-05-27 Thread John Kizer
I experienced this on my desktop with Nvidia-only graphics - the "egl" message in the terminal was the tip-off that installing libnvidia-egl- wayland1, which had worked for me previously to solve some odd Wayland issues, might help here, and it did in fact help in 24.04 as well. From my "I know

Re: Request to help test ia64 build for galera-4

2024-05-27 Thread John Paul Adrian Glaubitz
t don't think the very limited interest in this > > architecture > > will be enough to overcome the difficulties that ia64 maintainers have to > > face. > > > > This is also the reason why the ia64 maintainers of neither Debian nor > > Gentoo were against > > the removal of support for the architecture in Ruby, the Linux kernel, > > glibc and so on. > > Being not against something and taking care of something are two > different things. But why would maintainers start an argument with upstream developers over something they don't really care about? That makes no sense. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

Maven 3.9.7 fails to activate profile?

2024-05-27 Thread John Neffenger
ven-3.9.7/bin/mvn --version Apache Maven 3.9.7 (8b094c9513efc1b9ce2d952b3b9c8eaedaf8cbf0) Maven home: /home/john/opt/apache-maven-3.9.7 Java version: 21.0.2, vendor: Private Build, runtime: /usr/lib/jvm/java-21-openjdk-amd64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux&q

Re: [LU] Championship

2024-05-27 Thread John Lee via Leedslist
I’m sure every single one of us could come up with opinions, some of which will inevitably be correct. *I think Farke deserves a 2nd season *Farke/the defence needs to up his/their tactical game - 3 times yesterday Southampton shot from essentially the same place - 1 goal, a Meslier save, and

Re: OpenWrt One - celebrating 20 years of OpenWrt

2024-05-27 Thread John Crispin
for some - as the ruggedized heat-sink ish case in the renders probably requires special anchoring for wall mount. This is already done for the case. there will be key hole screw cutouts on the bottom plane.     John ___ openwrt-devel mailing list

[pfx] Re: SASL reject force disconnect

2024-05-27 Thread John Fawcett via Postfix-users
On 27/05/2024 13:31, John Hill via Postfix-users wrote: On 5/27/24 4:13 AM, Matus UHLAR - fantomas via Postfix-users wrote: > postscreen_dnsbl_sites = zen.spamhaus.org=127.0.0.[2..11] John Hill via Postfix-users: Is this the same thing? On 25.05.24 15:54, Wietse Venema via Post

[pfx] Re: SASL reject force disconnect

2024-05-27 Thread John Hill via Postfix-users
On 5/27/24 4:13 AM, Matus UHLAR - fantomas via Postfix-users wrote: > postscreen_dnsbl_sites = zen.spamhaus.org=127.0.0.[2..11] John Hill via Postfix-users: Is this the same thing? On 25.05.24 15:54, Wietse Venema via Postfix-users wrote: See https://www.spamhaus.org/faqs/dnsbl-us

Results for 15.0.0 20240526 (experimental) [master r15-832-g3c7ae57e882] (GCC) testsuite on hppa-unknown-linux-gnu

2024-05-27 Thread John David Anglin
LAST_UPDATED: Sun May 26 00:18:59 UTC 2024 (revision r15-832-g3c7ae57e882) Native configuration is hppa-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/guality/pr55665.C -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 23 p == 40 FAIL:

Re: [LU] Championship

2024-05-27 Thread John Boocock
Is the goalkeeping coach currently our set piece specialist? I'm sure I heard that somewhere. Sack him. On 27/05/2024 09:41, Robert Heath wrote: I do think he and we need to appoint a specialist set piece coach though. ___ Leedslist mailing list

[PATCH printk v6 29/30] rcu: Mark emergency sections in rcu stalls

2024-05-27 Thread John Ogness
block to be stored as quickly as possible in the ringbuffer. Signed-off-by: John Ogness --- kernel/rcu/tree_exp.h | 9 + kernel/rcu/tree_stall.h | 11 +++ 2 files changed, 20 insertions(+) diff --git a/kernel/rcu/tree_exp.h b/kernel/rcu/tree_exp.h index 6b83537480b1

[PATCH printk v6 00/30] wire up write_atomic() printing

2024-05-27 Thread John Ogness
(). - Refactor nbcon_atomic_flush_pending_con() as suggested by pmladek. No functional change. - Update various comments as suggested by pmladek. - In nbcon_device_try_acquire(), add missing kerneldoc for the return value. John Ogness [0] https://lore.kernel.org/lkml/20240502213839.376636-1

Re: [GNC] Gnucash on Debian

2024-05-26 Thread John Ralls
you have installed. The function was added in 4.6; bookworm has 4.13 (5.6 is available in bookworm-backports should you want the latest release). Regards, John Ralls ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription pre

Re: [dispatch] Re: IANA policies "... with expert review" (Re: [Alldispatch] IETF-Wide Dispatch – Call for topics)

2024-05-26 Thread John C Klensin
ion of some sort devoted to the "IANA Considerations" question and issues. If the latter has to be a side meeting, would it be possible to schedule the ALLDISPATCH session in a way that allows organizing it and finding a good time? best, john p.s. to save some reading, at least until it is

[OPSAWG]Re: [dispatch] Re: IANA policies "... with expert review" (Re: [Alldispatch] IETF-Wide Dispatch – Call for topics)

2024-05-26 Thread John C Klensin
ion of some sort devoted to the "IANA Considerations" question and issues. If the latter has to be a side meeting, would it be possible to schedule the ALLDISPATCH session in a way that allows organizing it and finding a good time? best, john p.s. to save some reading, at least until it is

[Kea-users] kea-dhcp6-serverid

2024-05-26 Thread John Welsh
I have set up 2 kea dhcp ver 2.4.1 servers and I am seeing some issues with hosts not getting a ipv6 lease. My question is do I need to use the same kea-dhcp6-serverid on both servers if they are running in HA? All hosts will get leases if I disable HA. Thanks! John Welsh -- ISC funds

Re: [dispatch] IANA policies "... with expert review" (Re: [Alldispatch] IETF-Wide Dispatch – Call for topics)

2024-05-26 Thread John C Klensin
If this general topic is going to be put on the agenda, may I ask that the proposal for a hybrid registration policy [3], which addresses a very similar, and closely related issue, be placed on the agenda and included in the discussion. thanks, john klensin [3] https://datatracker.ietf.org/doc

[OPSAWG]Re: [dispatch] IANA policies "... with expert review" (Re: [Alldispatch] IETF-Wide Dispatch – Call for topics)

2024-05-26 Thread John C Klensin
If this general topic is going to be put on the agenda, may I ask that the proposal for a hybrid registration policy [3], which addresses a very similar, and closely related issue, be placed on the agenda and included in the discussion. thanks, john klensin [3] https://datatracker.ietf.org/doc

Re: View / test *-ttf fonts

2024-05-26 Thread John McCue
On Sat, May 25, 2024 at 02:22:30PM +, Todd Gruhn wrote: Is there a way to view the *-ttf fonts? So I know what it will look like ... The only way I know of is using xclock(1), for example: % xclock -geometry 720x60+50+260 \ -digital -face "FONT NAME:pixelsize=40" \

[LincolnTalk] bear sighted?

2024-05-26 Thread John Kimball
Where is the bear? Greener pastures? -- The LincolnTalk mailing list. To post, send mail to Lincoln@lincolntalk.org. Browse the archives at https://pairlist9.pair.net/mailman/private/lincoln/. Change your subscription settings at https://pairlist9.pair.net/mailman/listinfo/lincoln.

Re: cvs and older versions of a file

2024-05-26 Thread John McCue
On Sun, May 26, 2024 at 09:03:11AM +, Todd Gruhn wrote: I messed up a .Xresources . How do I tell cvs to give me a previous copy? It has been a long time since I used cvs, but you can try: % cvs log .Xresources Find the rev you want to diff with then % cvs diff -rREV .Xresources

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