Bug#1067451: libzip: 1.11.1 is out

2024-09-20 Thread Thomas Klausner
Hi! libzip 1.11.1 was released yesterday. Please update the Debian package. Thanks, Thomas

Re: [Patch, v3] gcn/mkoffload.cc: Use #embed for including the generated ELF file

2024-09-20 Thread Thomas Schwinge
status 1 FAIL: libgomp.c/simd-math-1.c (test for excess errors) ..., due to: > --- a/gcc/config/gcn/mkoffload.cc > +++ b/gcc/config/gcn/mkoffload.cc > @@ -651,10 +613,6 @@ process_asm (FILE *in, FILE *out, FILE *cfile) > - fprintf (cfile, "#include \n"); > - fprintf (cfile, "#include \n"); > - fprintf (cfile, "#include \n\n"); Did you not see that happen in your testing? Grüße Thomas

Re: [Patch][v2] OpenMP: Add get_device_from_uid/omp_get_uid_from_device routines

2024-09-20 Thread Thomas Schwinge
("cuDeviceGetUuid error: %s", cuda_error (r)); > + > + size_t len = strlen ("GPU-12345678-9abc-defg-hijk-lmniopqrstuv"); > + char *str = (char *) GOMP_PLUGIN_malloc (len + 1); > + sprintf (str, > +"GPU-%02x" "%02x" "%02x" "%02x" > +"-%02x" "%02x" > +"-%02x" "%02x" > +"-%02x" "%02x" "%02x" "%02x" "%02x" "%02x" "%02x" "%02x", > +(unsigned char) s.bytes[0], (unsigned char) s.bytes[1], > +(unsigned char) s.bytes[2], (unsigned char) s.bytes[3], > +(unsigned char) s.bytes[4], (unsigned char) s.bytes[5], > +(unsigned char) s.bytes[6], (unsigned char) s.bytes[7], > +(unsigned char) s.bytes[8], (unsigned char) s.bytes[9], > +(unsigned char) s.bytes[10], (unsigned char) s.bytes[11], > + (unsigned char) s.bytes[12], (unsigned char) s.bytes[13], > +(unsigned char) s.bytes[14], (unsigned char) s.bytes[15]); > + return str; > +} Grüße Thomas

Re: [Patch][v2] OpenMP: Add get_device_from_uid/omp_get_uid_from_device routines

2024-09-20 Thread Thomas Schwinge
("cuDeviceGetUuid error: %s", cuda_error (r)); > + > + size_t len = strlen ("GPU-12345678-9abc-defg-hijk-lmniopqrstuv"); > + char *str = (char *) GOMP_PLUGIN_malloc (len + 1); > + sprintf (str, > +"GPU-%02x" "%02x" "%02x" "%02x" > +"-%02x" "%02x" > +"-%02x" "%02x" > +"-%02x" "%02x" "%02x" "%02x" "%02x" "%02x" "%02x" "%02x", > +(unsigned char) s.bytes[0], (unsigned char) s.bytes[1], > +(unsigned char) s.bytes[2], (unsigned char) s.bytes[3], > +(unsigned char) s.bytes[4], (unsigned char) s.bytes[5], > +(unsigned char) s.bytes[6], (unsigned char) s.bytes[7], > +(unsigned char) s.bytes[8], (unsigned char) s.bytes[9], > +(unsigned char) s.bytes[10], (unsigned char) s.bytes[11], > + (unsigned char) s.bytes[12], (unsigned char) s.bytes[13], > +(unsigned char) s.bytes[14], (unsigned char) s.bytes[15]); > + return str; > +} Grüße Thomas

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-20 Thread Thomas Köppe via cfe-commits
tkoeppe wrote: @EugeneZelenko Could you please have another look? https://github.com/llvm/llvm-project/pull/109169 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: pages not listed as untranslated in "debian web site translation statistics"

2024-09-20 Thread Thomas Lange
translation, but still they do not appear on > debian website statistics page here: > https://www.debian.org/devel/website/stats/sv.en.html It's not listed because of a pattern in .transignore. I've fixed the pattern, so hopefully the press/index.wml will be listed in a few hours. -- viele Grüße Thomas

Re: RFR: 8340391: Windows jcmd System.map and System.dump_map tests failing

2024-09-20 Thread Thomas Stuefe
On Fri, 20 Sep 2024 05:54:11 GMT, Thomas Stuefe wrote: >> New test is failing on Windows with ZGC: the regex for JAVAHEAP is not >> matching. >> >> Matching "mapped", as well as "private", is testing OK for me: ZGC JAVAHEAP >> is not pri

Re: [COMMITTED] testsuite: debug: fix dejagnu directive syntax

2024-09-20 Thread Thomas Schwinge
nu/dg.exp:dg-get-options' for the details), so your changes did not "fix dejagnu directive syntax", but rather fix whitespace around DejaGnu directives. ;-P (Thanks either way!) Grüße Thomas

Re: [pve-devel] [PATCH manager] ui: backup job overview: add filter field

2024-09-20 Thread Thomas Lamprecht
Am 20/09/2024 um 08:09 schrieb Dominik Csapak: >> For example, all VMIDs on a node. all VMIDs except the selected. VMIDs in >> resource pools, ... > Fair, as that would "really" fix the bug. Just for the record, I did decide > for a 'front-end' only approach because, > > * less api calls/paramete

Re: [PATCH] tests/qemu-iotests/testenv: Use the "r2d" machine for sh4/sh4eb

2024-09-20 Thread Thomas Huth
On 20/09/2024 10.06, Yoshinori Sato wrote: On Wed, 18 Sep 2024 04:43:50 +0900, Thomas Huth wrote: Commit 0ea0538fae516f9b4 removed the default machine of the sh4 binaries, so a lot of iotests are failing now without such a default machine. Teach the iotest harness to use the "r2d&quo

Re: [PATCH] tests/qemu-iotests/testenv: Use the "r2d" machine for sh4/sh4eb

2024-09-20 Thread Thomas Huth
On 20/09/2024 10.06, Yoshinori Sato wrote: On Wed, 18 Sep 2024 04:43:50 +0900, Thomas Huth wrote: Commit 0ea0538fae516f9b4 removed the default machine of the sh4 binaries, so a lot of iotests are failing now without such a default machine. Teach the iotest harness to use the "r2d&quo

Re: RESEND Re: [RFC PATCH] dma-buf/dma-fence: Use a successful read_trylock() annotation for dma_fence_begin_signalling()

2024-09-20 Thread Thomas Hellström
On Wed, 2024-09-18 at 15:18 +0200, Christian König wrote: > Sorry, somehow completely missed that. Feel free to push it to > drm-misc-next. > > Christian. Pushed, thanks. /Thomas > > Am 18.09.24 um 14:34 schrieb Thomas Hellström: > > Christian, > > > > Pi

Re: RESEND Re: [RFC PATCH] dma-buf/dma-fence: Use a successful read_trylock() annotation for dma_fence_begin_signalling()

2024-09-20 Thread Thomas Hellström
On Wed, 2024-09-18 at 15:18 +0200, Christian König wrote: > Sorry, somehow completely missed that. Feel free to push it to > drm-misc-next. > > Christian. Pushed, thanks. /Thomas > > Am 18.09.24 um 14:34 schrieb Thomas Hellström: > > Christian, > > > > Pi

Re: Error migrating to Tomcat 10.1

2024-09-19 Thread Mark Thomas
Mark Thanks -Original Message- From: Mark Thomas Sent: Thursday, September 19, 2024 2:52 PM To: users@tomcat.apache.org Subject: Re: Error migrating to Tomcat 10.1 On 19/09/2024 20:19, Campbell, Lance wrote: I am using the latest Tomcat 10.1 Java 17 Apache Web server communicate

Re: RFR: 8340391: Windows jcmd System.map and System.dump_map tests failing

2024-09-19 Thread Thomas Stuefe
On Wed, 18 Sep 2024 18:05:27 GMT, Kevin Walls wrote: > New test is failing on Windows with ZGC: the regex for JAVAHEAP is not > matching. > > Matching "mapped", as well as "private", is testing OK for me: ZGC JAVAHEAP > is not private in terms of Windows _MEMORY_BASIC_INFORMATION > > Simple r

[digikam] [Bug 402346] The digikamrc file is not recorded into the digikam directory

2024-09-19 Thread Thomas Debesse
https://bugs.kde.org/show_bug.cgi?id=402346 --- Comment #18 from Thomas Debesse --- To sum it up, there are two bugs affecting the digikam configuration on Windows: 1. The digikamrc file is not stored in any digikam configuration parent folder in the generic configuration parent folder (this

[clang] [Clang][TableGen] Add explicit symbol visibility macros to code generated (PR #109362)

2024-09-19 Thread Thomas Fransham via cfe-commits
https://github.com/fsfod updated https://github.com/llvm/llvm-project/pull/109362 >From 363e96ba9ed442698c134f7f716a667e65ba3dbb Mon Sep 17 00:00:00 2001 From: Thomas Fransham Date: Mon, 8 Jul 2024 01:48:46 +0100 Subject: [PATCH 1/2] [Clang][TableGen] Add explicit symbol visibility macros

[clang] [Clang][TableGen] Add explicit symbol visibility macros to code generated (PR #109362)

2024-09-19 Thread Thomas Fransham via cfe-commits
functions to be exported from the Clang shared library. >From 363e96ba9ed442698c134f7f716a667e65ba3dbb Mon Sep 17 00:00:00 2001 From: Thomas Fransham Date: Mon, 8 Jul 2024 01:48:46 +0100 Subject: [PATCH] [Clang][TableGen] Add explicit symbol visibility macros to code generated Upd

[digikam] [Bug 402346] The digikamrc file is not recorded into the digikam directory

2024-09-19 Thread Thomas Debesse
https://bugs.kde.org/show_bug.cgi?id=402346 --- Comment #16 from Thomas Debesse --- See Bug 382358 from 2017 for details about why `AppConfigLocation` and `AppConfigLocation` should never be used on Windows to store application configuration. At the time of the report, the config file was

Re: Robocopy might be not robust enough for never-ending testing on Windows

2024-09-19 Thread Thomas Munro
On Tue, Sep 17, 2024 at 5:00 PM Alexander Lakhin wrote: > but finding a Windows expert who perhaps can look at the > robocopy's sources, would be good too (and more productive). number_of_kernel_bugs_found_by_pgsql_hackers++; I am reliably informed that a kernel bug fix is in the pipeline and sh

[digikam] [Bug 402346] The digikamrc file is not recorded into the digikam directory

2024-09-19 Thread Thomas Debesse
https://bugs.kde.org/show_bug.cgi?id=402346 --- Comment #15 from Thomas Debesse --- The `AppConfigLocation` folder should not be used on Windows either, for the same reason. Because on Windows,`AppConfigLocation` (C:/Users//AppData/Local/) is a subfolder of `GenericConfigLocation` (C:/Users

[digikam] [Bug 402346] The digikamrc file is not recorded into the digikam directory

2024-09-19 Thread Thomas Debesse
https://bugs.kde.org/show_bug.cgi?id=402346 --- Comment #14 from Thomas Debesse --- `GenericConfigLocation` should never be used to store configuration. On Windows it is set to `C:/Users//AppData/Local`, here `Local` means “local to the machine”. This being “local” means anything stored here is

[Bug 2081241] Re: Nginx apport hook should include /etc/nginx/nginx.conf

2024-09-19 Thread Thomas Ward
Bryce, This was discussed when I wrote the hooks. Unfortunately we decided that in itself is a privacy breach and decided to NOT do that. We also decided that the user should upload that because it can contain sensitive information. -- You received this bug notification because you are a membe

Re: pgsql: Convert some extern variables to static

2024-09-19 Thread Thomas Munro
On Fri, Sep 20, 2024 at 11:15 AM Tom Lane wrote: > Peter Eisentraut writes: > > Convert some extern variables to static > > I'm surprised it took me so long to notice, but this commit > makes headerscheck unhappy: Also discussed at: https://www.postgresql.org/message-id/flat/CA%2BhUKG%2BYVt5MBD

GCC 15: nvptx '-mptx=3.1' multilib variants are deprecated

2024-09-19 Thread Thomas Schwinge
e users for another 1.5 years.) These '-mptx=3.1' multilib variants are only useful for users of ancient CUDA/Nvidia Driver, which doesn't support GCC's default PTX ISA 6.0 multilib variants; PTX ISA 6.0 is supported as of CUDA 9, 2017-09. Grüße Thomas >From 8c099b2c4f

GCC 15: nvptx '-mptx=3.1' multilib variants are deprecated

2024-09-19 Thread Thomas Schwinge
e users for another 1.5 years.) These '-mptx=3.1' multilib variants are only useful for users of ancient CUDA/Nvidia Driver, which doesn't support GCC's default PTX ISA 6.0 multilib variants; PTX ISA 6.0 is supported as of CUDA 9, 2017-09. Grüße Thomas >From 8c099b2c4f

[clang] [clang][wasm] Replace the target integer add saturate intrinsics with the equivalent generic `__builtin_elementwise_add_sat` intrinsics (PR #109269)

2024-09-19 Thread Thomas Lively via cfe-commits
https://github.com/tlively approved this pull request. LGTM. FWIW, I'm not aware of any special reason why `wasm_sub_sat` should be any different. https://github.com/llvm/llvm-project/pull/109269 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [clang][wasm] Replace the target iminmax intrinsics with the equivalent generic `__builtin_elementwise_min/max` intrinsics (PR #109259)

2024-09-19 Thread Thomas Lively via cfe-commits
https://github.com/tlively approved this pull request. Great, thank you! https://github.com/llvm/llvm-project/pull/109259 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
@@ -84,6 +84,29 @@ void test_macro_expansion4() { #undef MY_NULL } +template struct pear { + // If you say __null (or NULL), we assume that T will always be a pointer tkoeppe wrote: Sure, done. https://github.com/llvm/llvm-project/pull/109169 _

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
https://github.com/tkoeppe updated https://github.com/llvm/llvm-project/pull/109169 From 1149cbacb6b8376b6ed3d7651f0fa51360a67ffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Wed, 18 Sep 2024 17:04:44 + Subject: [PATCH] [clang-tidy] Make modernize-use-nullptr

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
@@ -84,6 +84,29 @@ void test_macro_expansion4() { #undef MY_NULL } +template struct pear { + // If you say __null (or NULL), we assume that T will always be a pointer tkoeppe wrote: That was the whole thing we were belaboring earlier -- this test defines `N

Re: Error migrating to Tomcat 10.1

2024-09-19 Thread Mark Thomas
On 19/09/2024 20:19, Campbell, Lance wrote: I am using the latest Tomcat 10.1 Java 17 Apache Web server communicates with an application server running tomcat. The application name is webtools. I am migrating a working app from Tomcat 9 to Tomcat 10.1. Does your AJP connector in Tomcat 9 h

[webkit-changes] [WebKit/WebKit] 6837cf: Cherry-pick 283833@main (8a57ce995163). https://bu...

2024-09-19 Thread Thomas Devoogdt
@main Canonical link: https://commits.webkit.org/274313.431@webkitglib/2.44 Commit: 927392a88f29a4d63f1be0ad83f817771a91f6a9 https://github.com/WebKit/WebKit/commit/927392a88f29a4d63f1be0ad83f817771a91f6a9 Author: Thomas Devoogdt Date: 2024-09-19 (Thu, 19 Sep 2024) Changed paths

[clang-tools-extra] [clang-tools-extra] Fix add_clang_library usage (PR #109321)

2024-09-19 Thread Thomas Fransham via cfe-commits
https://github.com/fsfod updated https://github.com/llvm/llvm-project/pull/109321 >From 41cfaf1dff9b47c3bb6755290aa23bedb80c9ef2 Mon Sep 17 00:00:00 2001 From: Thomas Fransham Date: Thu, 19 Sep 2024 16:53:20 +0100 Subject: [PATCH] [clang-tools-extra] Fix add_clang_library usage I

[clang-tools-extra] [clang-tools-extra] Fix add_clang_library usage (PR #109321)

2024-09-19 Thread Thomas Fransham via cfe-commits
work correctly for clang tools since we need to distinguish if a target being built will be importing or exporting clang symbols from the clang-cpp DLL. >From 5b230bef622b76becace38d7035179314e63ea76 Mon Sep 17 00:00:00 2001 From: Thomas Fransham Date: Thu, 19 Sep 2024 16:53:20 +0100 Subject

[PATCH 7/7] tests/functional: Convert the r2d sh4 Avocado test

2024-09-19 Thread Thomas Huth
This is the last test that is using the do_test_advcal_2018() function, so we can now remove that function from boot_linux_console.py, too. Signed-off-by: Thomas Huth --- MAINTAINERS | 1 + tests/avocado/boot_linux_console.py | 25 --- tests

[PATCH 6/7] tests/functional: Convert the mac ppc Avocado tests

2024-09-19 Thread Thomas Huth
The g3beige and mac99 tests use the same asset, so put them together in a new test_ppc_mac.py file. Signed-off-by: Thomas Huth --- MAINTAINERS | 2 ++ tests/avocado/boot_linux_console.py | 30 --- tests/functional/meson.build| 1 + tests

[PATCH 3/7] tests/functional: Convert the xtensa lx60 Avocado test

2024-09-19 Thread Thomas Huth
Use the new launch_kernel function to convert this test in a simple way. Signed-off-by: Thomas Huth --- MAINTAINERS | 1 + tests/avocado/boot_linux_console.py | 9 - tests/functional/meson.build | 4 tests/functional/test_xtensa_lx60.py | 26

[PATCH 2/7] tests/functional: Convert the vexpressa9 Avocado test

2024-09-19 Thread Thomas Huth
Use the new launch_kernel function to convert this test in a simple way. Signed-off-by: Thomas Huth --- MAINTAINERS | 1 + tests/avocado/boot_linux_console.py | 9 - tests/functional/meson.build | 1 + tests/functional/test_arm_vexpress.py | 26

[PATCH 0/7] tests/functional: Convert the advent calendar tests

2024-09-19 Thread Thomas Huth
elper function to shorten this repetive task. Thomas Huth (7): tests/functional/qemu_test: Add a function for launching kernels more easily tests/functional: Convert the vexpressa9 Avocado test tests/functional: Convert the xtensa lx60 Avocado test tests/functional: Convert the SPA

[PATCH 5/7] tests/functional: Convert the e500 ppc64 Avocado test

2024-09-19 Thread Thomas Huth
Use the new launch_kernel function to convert this test in a simple way. Signed-off-by: Thomas Huth --- MAINTAINERS | 1 + tests/avocado/boot_linux_console.py | 11 --- tests/functional/meson.build| 1 + tests/functional/test_ppc64_e500.py | 25

[PATCH 4/7] tests/functional: Convert the SPARCStation Avocado test

2024-09-19 Thread Thomas Huth
Use the new launch_kernel function to convert this test in a simple way. Signed-off-by: Thomas Huth --- MAINTAINERS | 1 + tests/avocado/boot_linux_console.py | 8 tests/functional/meson.build | 4 tests/functional/test_sparc_sun4m.py | 25

[PATCH 1/7] tests/functional/qemu_test: Add a function for launching kernels more easily

2024-09-19 Thread Thomas Huth
The task for launching a kernel is quite repetitive: Set the serial console, set the -kernel and maybe -initrd and -dtb parameters, launch the VM and then wait for the expected console output. So it's easier in some tests to provide these steps via a separate function. Signed-off-by: Thomas

Re: [PATCH] treewide: Correct the typo 'acccess'

2024-09-19 Thread Thomas Zimmermann
rivers/leds/rgb/leds-group-multicolor.c | 2 +- I think it's better to make 2 patches: one for amdgpu and one for leds. Each patch can then go into the correct tree. If you make 2 patches, you can add Acked-by: Thomas Zimmermann to each of them. Best regards Thomas 3 files changed, 3 i

Re: [PATCH] treewide: Correct the typo 'acccess'

2024-09-19 Thread Thomas Zimmermann
rivers/leds/rgb/leds-group-multicolor.c | 2 +- I think it's better to make 2 patches: one for amdgpu and one for leds. Each patch can then go into the correct tree. If you make 2 patches, you can add Acked-by: Thomas Zimmermann to each of them. Best regards Thomas 3 files changed, 3 i

[PATCH] drm: Link drm_rect.o into DRM core module

2024-09-19 Thread Thomas Zimmermann
Several places in drm.ko use struct drm_rect and its helpers. This only works as the called interfaces are declared as static inline in the header file. Fix the issue by linking drm_rect.o into drm.ko. Signed-off-by: Thomas Zimmermann Suggested-by: Ville Syrjälä --- drivers/gpu/drm/Makefile

[clang] [Clang] Change Attribute plugin to link clang-cpp like other examples (PR #109319)

2024-09-19 Thread Thomas Fransham via cfe-commits
building the plugin on windows when building llvm and clang as a shared library with explicit visibility macros enabled. >From 287ce6d6f54283622c9c388d889dde7a455e65c5 Mon Sep 17 00:00:00 2001 From: Thomas Fransham Date: Thu, 19 Sep 2024 19:41:44 +0100 Subject: [PATCH] [Clang] Change Attrib

Re: [patch, fortran] Add random numbers and fix some bugs.

2024-09-19 Thread Thomas Koenig
Am 19.09.24 um 12:16 schrieb Andre Vehreschild: Hi Thomas, submitting your patch as part of the mail got it corrupted by some mailer adding line breaks. It does not apply for me. Because I can't test it, I have more questions, see below: I have attached it. On Wed, 18 Sep 2024 22:

Re: [patch, fortran] Add random numbers and fix some bugs.

2024-09-19 Thread Thomas Koenig
Am 19.09.24 um 12:16 schrieb Andre Vehreschild: Hi Thomas, submitting your patch as part of the mail got it corrupted by some mailer adding line breaks. It does not apply for me. Because I can't test it, I have more questions, see below: I have attached it. On Wed, 18 Sep 2024 22:

Re: "tunneler" package is broken - should it get removed?

2024-09-19 Thread Thomas Huth
On 19/09/2024 15.27, Vít Ondruch wrote: Dne 19. 09. 24 v 14:49 Thomas Huth napsal(a):  Hi everyone! The "tunneler" game in Fedora is broken since at least Fedora 38. I reported the issue last year here:  https://bugzilla.redhat.com/show_bug.cgi?id=2248493 ... but apparently

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
@@ -84,6 +84,28 @@ void test_macro_expansion4() { #undef MY_NULL } +template struct pear { + // If you say __null (or NULL), we assume that T will always be a pointer + // type, so we suggest replacing it with nullptr. + void f() { x = __null; } + // CHECK-MESSAGES: :[[@L

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
https://github.com/tkoeppe updated https://github.com/llvm/llvm-project/pull/109169 From d4e208f89ff04cfab366cdc6849bea25613090e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Wed, 18 Sep 2024 17:04:44 + Subject: [PATCH] [clang-tidy] Make modernize-use-nullptr

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
@@ -84,6 +84,28 @@ void test_macro_expansion4() { #undef MY_NULL } +template struct pear { + // If you say __null (or NULL), we assume that T will always be a pointer + // type, so we suggest replacing it with nullptr. + void f() { x = __null; } + // CHECK-MESSAGES: :[[@L

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
https://github.com/tkoeppe updated https://github.com/llvm/llvm-project/pull/109169 From a7ea1466bb42d701f834c984b3225120666ad4df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Wed, 18 Sep 2024 17:04:44 + Subject: [PATCH] [clang-tidy] Make modernize-use-nullptr

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
https://github.com/tkoeppe updated https://github.com/llvm/llvm-project/pull/109169 From 386d94da472178be9cdc6f5f3720be431d0744e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Wed, 18 Sep 2024 17:04:44 + Subject: [PATCH] [clang-tidy] Make modernize-use-nullptr

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
https://github.com/tkoeppe updated https://github.com/llvm/llvm-project/pull/109169 From 2e1e6b573aaee9a528c0a5af79c65f4cba94bcc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Wed, 18 Sep 2024 17:04:44 + Subject: [PATCH] [clang-tidy] Make modernize-use-nullptr

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
@@ -84,6 +84,28 @@ void test_macro_expansion4() { #undef MY_NULL } +template struct pear { + // If you say __null (or NULL), we assume that T will always be a pointer + // type, so we suggest replacing it with nullptr. + void f() { x = __null; } + // CHECK-MESSAGES: :[[@L

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
@@ -183,6 +183,10 @@ Changes in existing checks ` check to remove `->`, when redundant `get()` is removed. +- Improved :doc:`modernize-use-nullptr + ` check to also recognize + `NULL`/`__null` (but not `0`) when used with a templated type. tkoeppe wrote:

Re: [Patch, Fortran] Implement Unsigned for SUM and PRODUCT

2024-09-19 Thread Thomas Koenig
Am 19.09.24 um 11:55 schrieb Andre Vehreschild: Hi Thomas, thanks for the patch. I have one proposal/question and one missing verb (IMO). Else the patch looks fine to me. Ok for trunk. diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 829ab00c665..e5ffe67 100644

Re: [Patch, Fortran] Implement Unsigned for SUM and PRODUCT

2024-09-19 Thread Thomas Koenig
Am 19.09.24 um 11:55 schrieb Andre Vehreschild: Hi Thomas, thanks for the patch. I have one proposal/question and one missing verb (IMO). Else the patch looks fine to me. Ok for trunk. diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 829ab00c665..e5ffe67 100644

Re: [patch, fortran] Matmul and dot_product for unsigned

2024-09-19 Thread Thomas Koenig
* gfortran.texi: Document MATMUL and DOT_PRODUCT for unsigned. * simplify.cc (compute_dot_product): Handle unsigneds. * arith.cc (gfc_arith_uminus): (gfc_arith_minus): * check.cc (gfc_check_dot_product): (gfc_check_matmul): * expr.cc (gfc_get_unsigned_expr): * gfortran.h (gfc_get_unsigned_expr): * gfortran.texi: * simplify.cc (compute_dot_product): Duplicate block in Changelog? Yep. Will be removed forthwith :-) Thanks for looking at this! Best regards Thomas

[clang] [llvm] Update llvm::Registry to work for LLVM shared library builds on windows (PR #109024)

2024-09-19 Thread Thomas Fransham via cfe-commits
https://github.com/fsfod updated https://github.com/llvm/llvm-project/pull/109024 >From fcb6837e5c6ff48bf261bae9d3cedda55da89a7e Mon Sep 17 00:00:00 2001 From: Thomas Fransham Date: Wed, 28 Aug 2024 16:08:52 +0100 Subject: [PATCH 1/3] Update llvm::Registry to work for LLVM shared libr

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
https://github.com/tkoeppe updated https://github.com/llvm/llvm-project/pull/109169 From 2b86607a6b3d2909c2e3757b3f9e4d5f3bf5997f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Wed, 18 Sep 2024 17:04:44 + Subject: [PATCH] [clang-tidy] Make modernize-use-nullptr

Re: "net_get_dhcp_option pxe_srv efinet0 66 string" tells unrecognized interface

2024-09-19 Thread Thomas Schweikle
Am Do., 19.Sept..2024 um 09:55:35 schrieb Andrei Borzenkov: > On Wed, Sep 18, 2024 at 10:29 PM Thomas Schweikle wrote: >> >> Hi! >> >> I am trying to get >> >> net_get_dhcp_option pxe_srv efinet0 66 string >> >> to work. Giving above comman

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
@@ -183,6 +183,10 @@ Changes in existing checks ` check to remove `->`, when redundant `get()` is removed. +- Improved :doc:`modernize-use-nullptr tkoeppe wrote: Oh I see, I didn't realize there was such an ordering. Done. https://github.com/llvm/llvm-pr

Jakarta Authentication TCK

2024-09-19 Thread Mark Thomas
Hi all, The current status is that Tomcat 11.0.x passes the Jakarta Authentication TCK apart from tests that are currently being challenged. Those challenges are: 1. All the SOAP tests since SOAP support was removed from Jakarta EE for Jakarta EE 11. 2. The ServletProfileSPITest#CheckMsgIn

RESEND Re: [PATCH v4 1/2] drm/ttm: Move swapped objects off the manager's LRU list

2024-09-19 Thread Thomas Hellström
Hi Christian, Ping? /Thomas On Thu, 2024-09-12 at 15:40 +0200, Thomas Hellström wrote: > Hi, Christian, > > On Wed, 2024-09-04 at 12:47 +0200, Christian König wrote: > > Am 04.09.24 um 10:54 schrieb Thomas Hellström: > > > On Wed, 2024-09-04 at 10:50 +0200, Christian

Re: [pve-devel] [RFC PATCH pve-cluster] fix #5728: pmxcfs: allow bigger writes than 4k for fuse

2024-09-19 Thread Thomas Lamprecht
Am 19/09/2024 um 14:45 schrieb Dominik Csapak: > On 9/19/24 14:01, Thomas Lamprecht wrote: >> Am 19/09/2024 um 11:52 schrieb Dominik Csapak: >>> by default libfuse2 limits writes to 4k size, which means that on writes >>> bigger than that, we do a whole write cycle f

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
https://github.com/tkoeppe updated https://github.com/llvm/llvm-project/pull/109169 From 2f98433ec43d9285e1701cddd31a0d181f0bbcdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Wed, 18 Sep 2024 17:04:44 + Subject: [PATCH] [clang-tidy] Make modernize-use-nullptr

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
tkoeppe wrote: Done! https://github.com/llvm/llvm-project/pull/109169 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-tidy] modernize-use-nullptr matches "NULL" in templates (PR #109169)

2024-09-19 Thread Thomas Köppe via cfe-commits
https://github.com/tkoeppe updated https://github.com/llvm/llvm-project/pull/109169 From 6077d493dfe2cbfa053a155c562475b3b41ed007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Wed, 18 Sep 2024 17:04:44 + Subject: [PATCH] [clang-tidy] Make modernize-use-nullptr

[Elecraft] Looking for KXPA 100 w/ ATU

2024-09-19 Thread Thomas Bowles via Elecraft
Hello, I’m looking for a working KXPA 100 with ATU. Thank you! Tom B. KE5CW __ Elecraft mailing list Home: http://mailman.qth.net/mailman/listinfo/elecraft Help: http://mailman.qth.net/mmfaq.htm Post: mailto:Elecraft@mailman.qth.net T

Re: RFR: 8305895: Implement JEP 450: Compact Object Headers (Experimental) [v21]

2024-09-19 Thread Thomas Stuefe
On Thu, 19 Sep 2024 13:08:43 GMT, Stefan Karlsson wrote: >> Yes, please, not having this code would be really nice. This is difficult >> code. > > Do you seen any effects of this in anything other than special-crafted micro > benchmarks? I wonder if it would be good enough to hard-code this to

Re: RFR: 8305895: Implement JEP 450: Compact Object Headers (Experimental) [v21]

2024-09-19 Thread Thomas Stuefe
On Thu, 19 Sep 2024 13:08:43 GMT, Stefan Karlsson wrote: >> Yes, please, not having this code would be really nice. This is difficult >> code. > > Do you seen any effects of this in anything other than special-crafted micro > benchmarks? I wonder if it would be good enough to hard-code this to

[jira] [Comment Edited] (CAMEL-21238) camel-jbang - k8s run - Reloading project does not change route behaviour

2024-09-19 Thread Thomas Diesler (Jira)
[ https://issues.apache.org/jira/browse/CAMEL-21238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883000#comment-17883000 ] Thomas Diesler edited comment on CAMEL-21238 at 9/19/24 1:1

"tunneler" package is broken - should it get removed?

2024-09-19 Thread Thomas Huth
attached a patch that fixes the problem. Thus should that broken package maybe simply get removed from Fedora, being broken and unmaintained? Thanks, Thomas -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email t

Re: RFR: 8305895: Implement JEP 450: Compact Object Headers (Experimental) [v21]

2024-09-19 Thread Thomas Stuefe
On Thu, 19 Sep 2024 05:44:42 GMT, Stefan Karlsson wrote: >> Roman Kennke has updated the pull request incrementally with one additional >> commit since the last revision: >> >> JVMCI support > > src/hotspot/share/oops/compressedKlass.cpp line 231: > >> 229: // The reason is that we want

[jira] [Comment Edited] (SPARK-48950) Corrupt data from parquet scans

2024-09-19 Thread Thomas Newton (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17882998#comment-17882998 ] Thomas Newton edited comment on SPARK-48950 at 9/19/24 12:0

[jira] [Updated] (CAMEL-21243) camel-braintree-starter tries to use org.osgi:org.osgi.core:8.0.0

2024-09-19 Thread Thomas Cunningham (Jira)
[ https://issues.apache.org/jira/browse/CAMEL-21243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Cunningham updated CAMEL-21243: -- Component/s: camel-braintree camel-spring-boot > camel-braint

[jira] [Comment Edited] (CAMEL-21238) camel-jbang - k8s run - Reloading project does not change route behaviour

2024-09-19 Thread Thomas Diesler (Jira)
[ https://issues.apache.org/jira/browse/CAMEL-21238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883000#comment-17883000 ] Thomas Diesler edited comment on CAMEL-21238 at 9/19/24 12:1

[jira] [Comment Edited] (CAMEL-21238) camel-jbang - k8s run - Reloading project does not change route behaviour

2024-09-19 Thread Thomas Diesler (Jira)
[ https://issues.apache.org/jira/browse/CAMEL-21238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883000#comment-17883000 ] Thomas Diesler edited comment on CAMEL-21238 at 9/19/24 12:1

[jira] [Commented] (CAMEL-21238) camel-jbang - k8s run - Reloading project does not change route behaviour

2024-09-19 Thread Thomas Diesler (Jira)
[ https://issues.apache.org/jira/browse/CAMEL-21238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883000#comment-17883000 ] Thomas Diesler commented on CAMEL-21238: I fixed a few issues with reex

[jira] [Comment Edited] (CAMEL-21238) camel-jbang - k8s run - Reloading project does not change route behaviour

2024-09-19 Thread Thomas Diesler (Jira)
[ https://issues.apache.org/jira/browse/CAMEL-21238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883000#comment-17883000 ] Thomas Diesler edited comment on CAMEL-21238 at 9/19/24 12:1

[jira] [Updated] (SPARK-48950) Corrupt data from parquet scans

2024-09-19 Thread Thomas Newton (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Newton updated SPARK-48950: -- Attachment: (was: generate_data_to_reproduce_spark-48950.ipynb.ipynb) > Corrupt data f

[jira] [Commented] (SPARK-48950) Corrupt data from parquet scans

2024-09-19 Thread Thomas Newton (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17882998#comment-17882998 ] Thomas Newton commented on SPARK-48950: --- Sorry for the delay. I tried `3.5.2`

[jira] [Updated] (SPARK-48950) Corrupt data from parquet scans

2024-09-19 Thread Thomas Newton (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Newton updated SPARK-48950: -- Attachment: generate_data_to_reproduce_spark-48950.ipynb > Corrupt data from parquet sc

Re: RFR: 8305895: Implement JEP 450: Compact Object Headers (Experimental) [v21]

2024-09-19 Thread Thomas Stuefe
On Wed, 18 Sep 2024 23:53:28 GMT, Coleen Phillimore wrote: >> Roman Kennke has updated the pull request incrementally with one additional >> commit since the last revision: >> >> JVMCI support > > src/hotspot/share/oops/compressedKlass.hpp line 175: > >> 173: // 5b) if CDS=off: Calls ini

Re: [pve-devel] [RFC PATCH pve-cluster] fix #5728: pmxcfs: allow bigger writes than 4k for fuse

2024-09-19 Thread Thomas Lamprecht
Am 19/09/2024 um 11:52 schrieb Dominik Csapak: > by default libfuse2 limits writes to 4k size, which means that on writes > bigger than that, we do a whole write cycle for each 4k block that comes > in. To avoid that, add the option 'big_writes' to allow writes bigger > than 4k at once. > > This s

[jira] [Updated] (SPARK-48950) Corrupt data from parquet scans

2024-09-19 Thread Thomas Newton (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Newton updated SPARK-48950: -- Attachment: reproduce_spark-48950.py > Corrupt data from parquet sc

[jira] [Created] (CAMEL-21243) camel-braintree-starter tries to use org.osgi:org.osgi.core:8.0.0

2024-09-19 Thread Thomas Cunningham (Jira)
Thomas Cunningham created CAMEL-21243: - Summary: camel-braintree-starter tries to use org.osgi:org.osgi.core:8.0.0 Key: CAMEL-21243 URL: https://issues.apache.org/jira/browse/CAMEL-21243 Project

Re: RFR: 8305895: Implement JEP 450: Compact Object Headers (Experimental) [v21]

2024-09-19 Thread Thomas Stuefe
On Wed, 18 Sep 2024 23:53:28 GMT, Coleen Phillimore wrote: >> Roman Kennke has updated the pull request incrementally with one additional >> commit since the last revision: >> >> JVMCI support > > src/hotspot/share/oops/compressedKlass.hpp line 175: > >> 173: // 5b) if CDS=off: Calls ini

Re: RFR: 8305895: Implement JEP 450: Compact Object Headers (Experimental) [v18]

2024-09-19 Thread Thomas Stuefe
On Tue, 17 Sep 2024 10:36:58 GMT, Johan Sjölen wrote: >> Roman Kennke has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 57 commits: >> >> - fix CompressedClassPointersEncodingScheme yet again for linux aarch64 >> - Fixes post-8340

Re: RFR: 8305895: Implement JEP 450: Compact Object Headers (Experimental) [v21]

2024-09-19 Thread Thomas Stuefe
On Thu, 19 Sep 2024 11:43:12 GMT, Thomas Stuefe wrote: >> src/hotspot/share/oops/compressedKlass.cpp line 231: >> >>> 229: // The reason is that we want to avoid, if possible, shifts larger >>> than >>> 230: // a cacheline size. >>> 231

Re: RFR: 8305895: Implement JEP 450: Compact Object Headers (Experimental) [v18]

2024-09-19 Thread Thomas Stuefe
On Tue, 17 Sep 2024 10:36:58 GMT, Johan Sjölen wrote: >> Roman Kennke has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 57 commits: >> >> - fix CompressedClassPointersEncodingScheme yet again for linux aarch64 >> - Fixes post-8340

Re: RFR: 8305895: Implement JEP 450: Compact Object Headers (Experimental) [v21]

2024-09-19 Thread Thomas Stuefe
On Thu, 19 Sep 2024 11:43:12 GMT, Thomas Stuefe wrote: >> src/hotspot/share/oops/compressedKlass.cpp line 231: >> >>> 229: // The reason is that we want to avoid, if possible, shifts larger >>> than >>> 230: // a cacheline size. >>> 231

Re: RFR: 8305895: Implement JEP 450: Compact Object Headers (Experimental) [v21]

2024-09-19 Thread Thomas Stuefe
On Thu, 19 Sep 2024 05:44:42 GMT, Stefan Karlsson wrote: >> Roman Kennke has updated the pull request incrementally with one additional >> commit since the last revision: >> >> JVMCI support > > src/hotspot/share/oops/compressedKlass.cpp line 231: > >> 229: // The reason is that we want

[jira] [Updated] (SPARK-48950) Corrupt data from parquet scans

2024-09-19 Thread Thomas Newton (Jira)
[ https://issues.apache.org/jira/browse/SPARK-48950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Newton updated SPARK-48950: -- Attachment: generate_data_to_reproduce_spark-48950.ipynb.ipynb > Corrupt data from parq

Re: RFR: 8305895: Implement JEP 450: Compact Object Headers (Experimental) [v21]

2024-09-19 Thread Thomas Stuefe
On Wed, 18 Sep 2024 23:49:34 GMT, Coleen Phillimore wrote: >> Roman Kennke has updated the pull request incrementally with one additional >> commit since the last revision: >> >> JVMCI support > > src/hotspot/share/oops/compressedKlass.cpp line 242: > >> 240: } else { >> 241: >> 242:

Re: RFR: 8305895: Implement JEP 450: Compact Object Headers (Experimental) [v21]

2024-09-19 Thread Thomas Stuefe
On Wed, 18 Sep 2024 23:49:34 GMT, Coleen Phillimore wrote: >> Roman Kennke has updated the pull request incrementally with one additional >> commit since the last revision: >> >> JVMCI support > > src/hotspot/share/oops/compressedKlass.cpp line 242: > >> 240: } else { >> 241: >> 242:

[webkit-changes] [WebKit/WebKit] 95c0fa: Cherry-pick 283866@main (1d0e5ca6393e). https://bu...

2024-09-19 Thread Thomas Devoogdt
Branch: refs/heads/webkitglib/2.46 Home: https://github.com/WebKit/WebKit Commit: 95c0fa720efc12edf7d1c159ac4676bbc47d81eb https://github.com/WebKit/WebKit/commit/95c0fa720efc12edf7d1c159ac4676bbc47d81eb Author: Thomas Devoogdt Date: 2024-09-19 (Thu, 19 Sep 2024) Changed

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