[PATCH v3 43/43] drm/fbdev: Clean up fbdev documentation

2024-04-19 Thread Thomas Zimmermann
Rewrite some docs that are not up-to-date any longer. Remove the TODO item for fbdev-generic conversion, as the helper has been replaced. Make documentation for DMA, SHMEM and TTM emulation available. Signed-off-by: Thomas Zimmermann Cc: Jonathan Corbet Reviewed-by: Javier Martinez Canillas

[PATCH v3 29/43] drm/renesas/rz-du: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by rz-du. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Biju Das Tested-by: Biju Das Reviewed-by: Javier

[PATCH v3 07/43] fbdev/deferred-io: Provide get_page hook in struct fb_deferred_io

2024-04-19 Thread Thomas Zimmermann
typo in commit message (Javier) Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas --- drivers/video/fbdev/core/fb_defio.c | 4 include/linux/fb.h | 1 + 2 files changed, 5 insertions(+) diff --git a/drivers/video/fbdev/core/fb_defio.c b/drivers/video

[PATCH v3 16/43] drm/tiny/ofdrm: Use fbdev-shmem

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-shmem. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Thomas Zimmermann Cc: Javier Martinez Canillas Reviewed-by: Javier Martinez Canillas --- drivers/gpu/drm/tiny/ofdrm.c

[PATCH v3 36/43] drm/tiny/ili9486: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by ili9486. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas --- drivers/gpu/drm

[PATCH v3 08/43] drm/fbdev: Add fbdev-shmem

2024-04-19 Thread Thomas Zimmermann
mechanism in commit description (Javier) v2: - use drm_driver_legacy_fb_format() (Geert) Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas --- drivers/gpu/drm/Makefile | 1 + drivers/gpu/drm/drm_fbdev_shmem.c | 316 ++ include/drm

[PATCH v3 42/43] drm/fbdev-generic: Convert to fbdev-ttm

2024-04-19 Thread Thomas Zimmermann
Only TTM-based drivers use fbdev-generic. Rename it to fbdev-ttm and change the symbol infix from _generic_ to _ttm_. Link the source file into TTM helpers, so that it is only build if TTM-based drivers have been selected. Select DRM_TTM_HELPER for loongson. Signed-off-by: Thomas Zimmermann

[PATCH v3 01/43] drm/fbdev-generic: Do not set physical framebuffer address

2024-04-19 Thread Thomas Zimmermann
: - refer to vzalloc() in commit message (Javier) Signed-off-by: Thomas Zimmermann Fixes: a5b44c4adb16 ("drm/fbdev-generic: Always use shadow buffering") Cc: Thomas Zimmermann Cc: Javier Martinez Canillas Cc: Zack Rusin Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: # v6.4+ Reviewed-

[PATCH v3 32/43] drm/tiny/hx8357d: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by hx8357d. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas --- drivers/gpu/drm

[PATCH v3 26/43] drm/mediatek: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by ingenic. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Chun-Kuang Hu Cc: Philipp Zabel Reviewed-by: Javier

[PATCH v3 27/43] drm/panel/panel-ilitek-9341: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by panel-ilitek-9341. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Neil Armstrong Cc: Jessica Zhang Cc: Sam

[PATCH v3 39/43] drm/tiny/repaper: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by repaper. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: "Noralf Trønnes" Acked-by: Noralf Trønnes --

[PATCH v3 40/43] drm/tiny/st7586: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by st7586. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: David Lechner Acked-by: David Lechner --- drivers/gpu

[PATCH v3 30/43] drm/renesas/shmobile: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by shmobile. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Laurent Pinchart Cc: Geert Uytterhoeven Reviewed

[PATCH v3 28/43] drm/renesas/rcar-du: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by rcar-du. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Laurent Pinchart Cc: Kieran Bingham Reviewed

[PATCH v3 22/43] drm/arm/komeda: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by komeda. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Liviu Dudau Acked-by: Liviu Dudau --- drivers/gpu/drm

[PATCH v3 31/43] drm/rockchip: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by rockchip. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Sandy Huang Cc: "Heiko Stübner" Cc

[PATCH v3 38/43] drm/tiny/panel-mipi-dbi: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by panel-mipi-dbi. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: "Noralf Trønnes" Acked-by: Nora

[PATCH v3 23/43] drm/hisilicon/kirin: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by kirin. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Xinliang Liu Cc: Tian Tao Cc: Xinwei Kong Cc: Sumit

[PATCH v3 13/43] drm/solomon: Use fbdev-shmem

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-shmem. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Javier Martinez Canillas Reviewed-by: Javier Martinez Canillas --- drivers/gpu/drm/solomon/ssd130x.c | 4 ++-- 1 file

[PATCH v3 35/43] drm/tiny/ili9341: Use fbdev-dma

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by ili9341. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Kamlesh Gurudasani Reviewed-by: Javier Martinez

[PATCH v3 18/43] drm/udl: Use fbdev-shmem

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-shmem. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Dave Airlie Cc: Sean Paul Cc: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas --- drivers/gpu/drm/udl/udl_drv.c

[PATCH v3 14/43] drm/tiny/cirrus: Use fbdev-shmem

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-shmem. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas --- drivers/gpu/drm/tiny/cirrus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[PATCH v3 12/43] drm/mgag200: Use fbdev-shmem

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-shmem. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Dave Airlie Cc: Thomas Zimmermann Cc: Jocelyn Falempe Reviewed-by: Jocelyn Falempe --- drivers/gpu/drm/mgag200

[PATCH v3 11/43] drm/hyperv: Use fbdev-shmem

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-shmem. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Deepak Rawat Reviewed-by: Deepak Rawat --- drivers/gpu/drm/hyperv/hyperv_drm_drv.c | 4 ++-- 1 file changed, 2 insertions

[PATCH v3 02/43] fbdev/deferred-io: Move pageref setup into separate helper

2024-04-19 Thread Thomas Zimmermann
when the pageref is required. v2: - fix typo in commit message (Javier) Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas --- drivers/video/fbdev/core/fb_defio.c | 42 - 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/drivers/video

[PATCH v3 06/43] fbdev/deferred-io: Always call get_page() for framebuffer pages

2024-04-19 Thread Thomas Zimmermann
Unconditionally call get_page() after looking up a page from the framebuffer memory. Guarantees that we always hold a reference. This change also refactors the code such that it can support a driver-supplied get_page helper. This will be useful for DRM's fbdev emulation. Signed-off-by: Thomas

[PATCH v3 04/43] fbdev/deferred-io: Test screen_buffer for vmalloc'ed memory

2024-04-19 Thread Thomas Zimmermann
Framebuffers in virtual memory are available via screen_buffer. Use it instead of screen_base and avoid the type casting. Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas --- drivers/video/fbdev/core/fb_defio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions

[PATCH v3 03/43] fbdev/deferred-io: Clean up pageref on lastclose

2024-04-19 Thread Thomas Zimmermann
the lastclose cleanup. The code instead uses the existing pagerefs in its look-up table. It also avoids using smem_len, which some driver might not set correctly. v2: - fix typos in commit message (Javier) Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas --- drivers/video

[PATCH v3 10/43] drm/gud: Use fbdev-shmem

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-shmem. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: "Noralf Trønnes" Acked-by: Noralf Trønnes --- drivers/gpu/drm/gud/gud_drv.c | 4 ++-- 1 file changed, 2 insert

[PATCH v3 09/43] drm/ast: Use fbdev-shmem

2024-04-19 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-shmem. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Dave Airlie Cc: Thomas Zimmermann Cc: Jocelyn Falempe Reviewed-by: Jocelyn Falempe --- drivers/gpu/drm/ast/ast_drv.c

[PATCH v3 05/43] fbdev/deferred-io: Test smem_start for I/O memory

2024-04-19 Thread Thomas Zimmermann
Test smem_start before looking up pages from its value. Return NULL if it is unset. This will result in a SIGBUS signal. Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas --- drivers/video/fbdev/core/fb_defio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

Re: [PATCH 6/6] target/s390x/cpu_models_sysemu: Drop local @err in apply_cpu_model()

2024-04-19 Thread Thomas Huth
On 19/04/2024 08.57, Zhao Liu wrote: From: Zhao Liu Use @errp to fetech error information directly and drop the local virable @err. With the typos fixed: Reviewed-by: Thomas Huth

Re: [PATCH 5/6] target/s390x/cpu_models: Make kvm_s390_apply_cpu_model() return boolean

2024-04-19 Thread Thomas Huth
-off-by: Zhao Liu --- target/s390x/cpu_models.h| 5 +++-- target/s390x/cpu_models_sysemu.c | 3 +-- target/s390x/kvm/kvm.c | 15 --- 3 files changed, 12 insertions(+), 11 deletions(-) Reviewed-by: Thomas Huth

Bug#1068963: marked as pending in python-falcon

2024-04-19 Thread Thomas Goirand
Control: tag -1 pending Hello, Bug #1068963 in python-falcon reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at:

Bug#1068963: marked as pending in python-falcon

2024-04-19 Thread Thomas Goirand
Control: tag -1 pending Hello, Bug #1068963 in python-falcon reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at:

Re: [PATCH 4/6] target/s390x/cpu_models: Drop local @err in get_max_cpu_model()

2024-04-19 Thread Thomas Huth
(errp, err); +if (!kvm_s390_get_host_cpu_model(_model, errp)) { return NULL; } } else { With the typos fixed: Reviewed-by: Thomas Huth

Re: [PATCH 3/6] target/s390x/cpu_models: Make kvm_s390_get_host_cpu_model() return boolean

2024-04-19 Thread Thomas Huth
Error **errp) { +return true; } Thomas

Re: [PATCH 2/6] target/s390x/cpu_model: Drop local @err in s390_realize_cpu_model()

2024-04-19 Thread Thomas Huth
On 19/04/2024 08.57, Zhao Liu wrote: From: Zhao Liu Use @errp to fetech error information directly and drop the local s/fetech/fetch/ virable @err. s/virable/variable/ Suggested-by: Thomas Huth Signed-off-by: Zhao Liu --- target/s390x/cpu_models.c | 4 +--- 1 file changed, 1

Re: [PATCH 1/6] target/s390x/cpu_model: Make check_compatibility() return boolean

2024-04-19 Thread Thomas Huth
On 19/04/2024 08.57, Zhao Liu wrote: From: Zhao Liu As error.h suggested, the best practice for callee is to return something to indicate success / failure. With returned boolean, there's no need to check @err. Suggested-by: Thomas Huth Signed-off-by: Zhao Liu --- target/s390x

[pve-devel] applied-series: [PATCH cluster/manager/storage/docs 0/9] fix #4886: improve SSH handling

2024-04-19 Thread Thomas Lamprecht
Am 11/01/2024 um 11:51 schrieb Fabian Grünbichler: > this series replaces the old mechanism that used a cluster-wide merged known > hosts file with distributing of each node's host key via pmxcfs, and pinning > the distributed key explicitly for internal SSH connections. > > the main changes in

Re: [PATCH] i2c: mux: Remove class argument from i2c_mux_add_adapter()

2024-04-19 Thread Thomas Zimmermann
sed device instantiation is a legacy mechanism which shouldn't be used in new code, so we can rule out that this argument may be needed again in the future. Signed-off-by: Heiner Kallweit --- drivers/gpu/drm/bridge/sii902x.c | 2 +- For the DRM file: Reviewed-by: Thomas Zimmermann Best rega

Re: cfbot is failing all tests on FreeBSD/Meson builds

2024-04-18 Thread Thomas Munro
On Fri, Apr 19, 2024 at 10:36 AM Thomas Munro wrote: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276535 > > So perhaps it's time for me to undo what I did before... looking now. It turned out that I still needed the previous work-around, but I was too clever for my own boots

Re: [PATCH 4/5] docs/system/target-sparc: Improve the Sparc documentation

2024-04-18 Thread Thomas Huth
On 18/04/2024 22.27, Mark Cave-Ayland wrote: On 07/03/2024 17:43, Thomas Huth wrote: Add some words about how to enable or disable boolean features, and remove the note about a Linux kernel being available on the QEMU website (they have been removed long ago already). Signed-off-by: Thomas

Re: Allow tests to pass in OpenSSL FIPS mode

2024-04-18 Thread Thomas Munro
On Fri, Apr 19, 2024 at 4:00 PM Tom Lane wrote: > Thomas Munro writes: > > Probably not this thread's fault, but following the breadcrumbs to the > > last thread to touch the relevant test lines in > > authentication/001_password, is it expected that we have these > &

Re: Allow tests to pass in OpenSSL FIPS mode

2024-04-18 Thread Thomas Munro
On Sat, Nov 18, 2023 at 7:46 AM Peter Eisentraut wrote: > All done, thanks. Probably not this thread's fault, but following the breadcrumbs to the last thread to touch the relevant test lines in authentication/001_password, is it expected that we have these warnings? psql::1: WARNING: roles

Re: AIX support

2024-04-18 Thread Thomas Munro
On Fri, Apr 19, 2024 at 6:01 AM Andres Freund wrote: > On 2024-04-18 11:15:43 +, Sriram RK wrote: > > We (IBM-AIX team) looked into this issue > > > > https://www.postgresql.org/message-id/20240225194322...@rfd.leadboat.com > > > > This is related to the compiler issue. The compilers

RPi 4b Wifi Device

2024-04-18 Thread Thomas D. Dean
What is the wifi device in the RPi 4b? Driver? Tom Dean

Re: cfbot is failing all tests on FreeBSD/Meson builds

2024-04-18 Thread Thomas Munro
On Thu, Feb 8, 2024 at 3:53 PM Tom Lane wrote: > Thomas Munro writes: > > On Tue, Jan 30, 2024 at 5:06 PM Tom Lane wrote: > >> Thomas Munro writes: > >>> Ahh, there is one: https://github.com/cpan-authors/IO-Tty/issues/38 > > >> Just for the archives'

Re: Solaris tar issues, or other reason why margay fails 010_pg_basebackup?

2024-04-18 Thread Thomas Munro
On Fri, Apr 19, 2024 at 12:57 AM Marcel Hofstetter wrote: > SKIP_READLINE_TESTS works. margay is now green again. Great! FTR there was a third thing revealed by margay since you enabled the TAP tests: commit e2a23576. I would guess that the best chance of getting the readline stuff to actually

Re: Group closed to new members?

2024-04-18 Thread Thomas Pfaff
Indeed the Internet seems to have morphed into a "broken" state imho. I missed the conversation... where is the list moving to? Regards, Thomas On Thu, Apr 18, 2024 at 7:18 AM Jeff Walther wrote: > I agree. But what can one do? Tons of great information in the > PowerW

Re: update games/fheroes2

2024-04-18 Thread Thomas Frohwein
b fheroes2 1.0.13 . > CATEGORIES = games > HOMEPAGE = https://ihhub.github.io/fheroes2/ > MAINTAINER = Thomas Frohwein > diff --git a/games/fheroes2/distinfo b/games/fheroes2/distinfo > index 93372c2df96..e1001b64745 100644 > --- a/games/fheroes2/distinfo > +++ b/game

Re: Cannot find a working 64-bit integer type on Illumos

2024-04-18 Thread Thomas Munro
On Thu, Apr 18, 2024 at 6:09 PM Japin Li wrote: > /home/japin/postgres/build/../src/common/config_info.c:198:11: error: > comparison of integer expressions of different signedness: 'int' and 'size_t' > {aka 'long unsigned int'} [-Werror=sign-compare] > 198 | Assert(i == *configdata_len);

Re: Install Failure RPi 4

2024-04-18 Thread Thomas D. Dean
On 4/18/24 13:56, Thomas D. Dean wrote: I followed: https://mail-index.netbsd.org/port-arm/2023/07/19/msg008301.html and it boots. download https://github.com/pftf/RPi4/releases/download/v1.35/RPi4_UEFI_Firmware_v1.35.zip > mount mmcblk0p1 /mnt > cd /mnt > unzip ~/RPi4_UEFI_Firmware_

[pve-devel] applied-series: [PATCH qemu-server/container/docs 0/4] overrule-shutdown: documentation fixes

2024-04-18 Thread Thomas Lamprecht
Am 18/04/2024 um 15:46 schrieb Friedrich Weber: > All patches are optional: > > - 1/4 fixes spacing and punctuation in the qmshutdown/qmstop descriptions > - 2/4 rewords the overrule-shutdown description for VMs > - 3/4 is the same change for containers > - 4/4 adds a usage example for qm stop

Re: [pve-devel] [PATCH qemu-server v3 35/39] firewall: add handling for new nft firewall

2024-04-18 Thread Thomas Lamprecht
Am 18/04/2024 um 18:14 schrieb Stefan Hanreich: > When the nftables firewall is enabled, we do not need to create > firewall bridges. > > Signed-off-by: Stefan Hanreich > --- > vm-network-scripts/pve-bridge | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > > diff --git

Re: [pve-devel] [PATCH pve-firewall v2 37/39] add configuration option for new nftables firewall

2024-04-18 Thread Thomas Lamprecht
Am 17/04/2024 um 15:54 schrieb Stefan Hanreich: > Introduces new nftables configuration option that en/disables the new > nftables firewall. > > pve-firewall reads this option and only generates iptables rules when > nftables is set to `0`. Conversely proxmox-firewall only generates > nftables

[R] Tidyverse/dplyr solution for filling values of a tibble/dataframe from a column with a nested list.

2024-04-18 Thread Deramus, Thomas Patrick
Hi experts. I have a tibble​ with a column containing a nested list (>>​ data type to be specific). Looks something like the following (but in R/Arrow​ format): ID Nestedvals 001 [[1]](1,0.1)[[2]](2,0.2)[[3]](3,0.3)[[4]](4,0.4)[[5]](5,0.5) 002 [[1]](1,0.1)[[2]](2,0.2)[[3]](3,0.3)[[4]](4,0.4)

Re: Cannot find a working 64-bit integer type on Illumos

2024-04-18 Thread Thomas Munro
On Thu, Apr 18, 2024 at 8:47 PM Peter Eisentraut wrote: > Maybe this means something like our int64 is long long int but the > system's int64_t is long int underneath, but I don't see how that would > matter for the limit macros. Agreed, so I don't think it's long vs long long (when they have

Install Failure RPi 4

2024-04-18 Thread Thomas D. Dean
I have an RPi 4b using a USB flash drive and RPi OS. I attempted to install NetBSD 10 on an SD card. On the RPi, I downloaded arm64.img.gz and extracted arm64.img. > ls -l arm64.img rw-rw-r-- 1 tomdean tomdean 1582301184 Apr 3 15:02 arm64.img I used dd to copy the image to an SD card. > dd

Re: Cannot find a working 64-bit integer type on Illumos

2024-04-18 Thread Thomas Munro
On Thu, Apr 18, 2024 at 8:47 PM Peter Eisentraut wrote: > I'm not sure I understand the problem here. Do you mean that in theory > a platform's PRId64 could be something other than "l" or "ll"? Yes. I don't know why anyone would do that, and the systems I checked all have the obvious

[pve-devel] applied: [PATCH manager 3/7] report: add `apt-cache policy` to list recognized APT sources

2024-04-18 Thread Thomas Lamprecht
Am 18/04/2024 um 11:16 schrieb Alexander Zeidler: > with their details as well as pinned packages. Omit the "origin" > lines, as their value is already visible in the URLs. > > # apt-cache policy ... > Package files: > 100 /var/lib/dpkg/status > release a=now > 500

[pve-devel] applied: [PATCH manager] report: fix regex of config filenames

2024-04-18 Thread Thomas Lamprecht
Am 18/04/2024 um 09:44 schrieb Alexander Zeidler: > to only match those that are correct/accepted by their software > > Signed-off-by: Alexander Zeidler > --- > PVE/Report.pm | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > applied, thanks!

[pve-devel] applied: [PATCH manager 4/7] report: list held back packages

2024-04-18 Thread Thomas Lamprecht
Am 18/04/2024 um 11:16 schrieb Alexander Zeidler: > Signed-off-by: Alexander Zeidler > --- > v2: > * newly added > > > PVE/Report.pm | 1 + > 1 file changed, 1 insertion(+) > > applied, thanks! ___ pve-devel mailing list

[pve-devel] applied: [PATCH manager 1/7] report: add kernel command line from current boot

2024-04-18 Thread Thomas Lamprecht
Am 18/04/2024 um 11:16 schrieb Alexander Zeidler: > to get a first clue for debugging passthrough and similar issues, when > no dmesg output has been provided yet. > > Signed-off-by: Alexander Zeidler > --- > v2: > * move away from dmesg base > * only print kernel command line (boot times can be

[pve-devel] applied: [PATCH manager 2/7] report: create "jobs" section, add `jobs.cfg`

2024-04-18 Thread Thomas Lamprecht
Am 18/04/2024 um 11:16 schrieb Alexander Zeidler: > to recognize temporal correlations with network/load/backup/etc issues > > Suggested-by: Friedrich Weber > Signed-off-by: Alexander Zeidler > --- > v2: > * move away from "general" section > > v1:

[pve-devel] applied: [PATCH manager] ui: acl: group selector: allow search

2024-04-18 Thread Thomas Lamprecht
Am 12/04/2024 um 11:16 schrieb Fiona Ebner: > Makes it consistent with the user selector and token selector. > > Requested in the community forum: > https://forum.proxmox.com/threads/144978/ > > Signed-off-by: Fiona Ebner > --- > www/manager6/form/GroupSelector.js | 4 > 1 file changed, 4

[pve-devel] applied: [PATCH qemu] Makefile: drop -j option from dpkg-buildpackage

2024-04-18 Thread Thomas Lamprecht
Am 12/04/2024 um 14:26 schrieb Fiona Ebner: > From man dpkg-buildpackage: > >> -j, --jobs[=jobs|auto] >> Specifies the number of jobs allowed to be run simultaneously (since >> dpkg 1.14.7, long option since dpkg 1.18.8). The number of jobs >> matching the number of online processors if auto is

[pve-devel] applied: [PATCH manager] api: apt versions: track optional amd64/intel-microcode packages

2024-04-18 Thread Thomas Lamprecht
Am 18/04/2024 um 09:44 schrieb Alexander Zeidler: > Signed-off-by: Alexander Zeidler > --- > PVE/API2/APT.pm | 2 ++ > 1 file changed, 2 insertions(+) > > applied, thanks! ___ pve-devel mailing list pve-devel@lists.proxmox.com

[pve-devel] applied: [PATCH docs] secure boot: mention proxmox-secure-boot-support metapackage

2024-04-18 Thread Thomas Lamprecht
Am 18/04/2024 um 16:24 schrieb Stoiko Ivanov: > Signed-off-by: Stoiko Ivanov > --- > Just had the opportunity to try this on a testsystem - it worked flawlessly :) > > I did consider dropping the explicit list of packages and replace it by the > metapackage only, but think that the additional

[pve-devel] partially-applied-series: [PATCH container/docs/firewall/manager/proxmox-firewall/qemu-server v3 00/39] proxmox firewall nftables implementation

2024-04-18 Thread Thomas Lamprecht
Am 18/04/2024 um 18:13 schrieb Stefan Hanreich: > proxmox-firewall: > > Stefan Hanreich (34): > config: add proxmox-ve-config crate > config: firewall: add types for ip addresses > config: firewall: add types for ports > config: firewall: add types for log level and rate limit > config:

Broken Link

2024-04-18 Thread Thomas D. Dean
On https://wiki.netbsd.org/ports/evbarm/ Select NetBSD/evbarm 10.0 INSTALL notes Produces Error 404. Tom Dean

[gentoo-commits] repo/gentoo:master commit in: sci-libs/cartopy/, sci-libs/cartopy/files/

2024-04-18 Thread Thomas Beierlein
commit: 232ab0fd0c724d7d66bd961cf9f419f51d574733 Author: Thomas Beierlein gentoo org> AuthorDate: Thu Apr 18 18:26:07 2024 + Commit: Thomas Beierlein gentoo org> CommitDate: Thu Apr 18 18:26:07 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23

[gcc r14-10030] Fortran: Fix ICE and clear incorrect error messages [PR114739]

2024-04-18 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:e243d0feafa533141ef7e23820d5cc60cf33204a commit r14-10030-ge243d0feafa533141ef7e23820d5cc60cf33204a Author: Paul Thomas Date: Thu Apr 18 18:07:25 2024 +0100 Fortran: Fix ICE and clear incorrect error messages [PR114739] 2024-04-18 Paul Thomas gcc

Re: Tomcat closes connections on unexpected status codes

2024-04-18 Thread Mark Thomas
On 18/04/2024 15:18, Stefan Ansing wrote: Hi Rémy, Mark, I just want to make sure that we’re understanding each other. I can see that the connection needs to be closed in certain conditions to prevent request smuggling attacks. I certainly don’t want to change that behaviour. However, I’m

Re: Tomcat closes connections on unexpected status codes

2024-04-18 Thread Mark Thomas
18, 2024 at 1:17 PM Mark Thomas wrote: On 18/04/2024 09:07, Stefan Ansing wrote: Hi, We've observed some unexpected behaviour in Apache Tomcat (version 10.1.19) where we see that HTTP/1.1 connections are closed whenever a servlet application returns the following status codes: 400, 408, 411

[Kernel-packages] [Bug 2060780] Re: CIFS stopped working/is unstable with kernel update to 5.15.0-102.112

2024-04-18 Thread Thomas Angert
BUILD_EXCLUSIVE errors were there in 104 also. Wireguard still works. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2060780 Title: CIFS stopped working/is unstable with kernel update

Re: Tomcat closes connections on unexpected status codes

2024-04-18 Thread Mark Thomas
On 18/04/2024 14:41, Rémy Maucherat wrote: On Thu, Apr 18, 2024 at 1:17 PM Mark Thomas wrote: On 18/04/2024 09:07, Stefan Ansing wrote: Hi, We've observed some unexpected behaviour in Apache Tomcat (version 10.1.19) where we see that HTTP/1.1 connections are closed whenever a servlet

[Bug 2060780] Re: CIFS stopped working/is unstable with kernel update to 5.15.0-102.112

2024-04-18 Thread Thomas Angert
BUILD_EXCLUSIVE errors were there in 104 also. Wireguard still works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060780 Title: CIFS stopped working/is unstable with kernel update to

Re: (tomcat) branch main updated: Don't create a StringBuilder object until we know we have at least one Cookie value to log.

2024-04-18 Thread Mark Thomas
On 18/04/2024 14:31, schu...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new

Re: Silent hijacking and stripping records from changelog

2024-04-18 Thread Thomas Goirand
) Just my 2 cents... :P Cheers, Thomas Goirand (zigo)

[pve-devel] applied: [PATCH v3 container] fix #4846: Avoid the outdated noacl mount option on ext4

2024-04-18 Thread Thomas Lamprecht
Am 17/04/2024 um 16:35 schrieb Filip Schauer: > Do not use the 'noacl' mount option when mounting a container disk with > an ext4 file system. The option was removed from the kernel in commit > 2d544ec923db > > Signed-off-by: Filip Schauer > --- > Changes since v3: > * Simplify ext4 detection >

Re: [pve-devel] [PATCH installer v6 36/36] autoinst-helper: add prepare-iso subcommand

2024-04-18 Thread Thomas Lamprecht
Am 18/04/2024 um 10:48 schrieb Christoph Heiss: > Do we really need _yet another_ crate dependency for that? Below is a > check / bail! anyway when running the command proper. > > And if we really want a explicit check beforehand, I'd just do something > like > > fn which(name: ) -> Result<()>

Re: constant FEC errors juniper mpc10e 400g

2024-04-18 Thread Thomas Scott
Standard deviation is now your friend. Learned to alert on outside of SD FEC and CRCs. Although the second should already be alerting. On Thu, Apr 18, 2024 at 8:15 AM Mark Tinka wrote: > On 4/17/24 23: 24, Aaron Gould wrote: > Well JTAC just said that it seems > ok, and that 400g is going to

[Kernel-packages] [Bug 2060780] Re: CIFS stopped working/is unstable with kernel update to 5.15.0-102.112

2024-04-18 Thread Thomas Angert
I had no problem installing and testing 5.15.0-104, but when I try to install 105 I get: Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... /etc/kernel/header_postinst.d/dkms: * dkms: running auto installation service for kernel 5.15.0-105-generic Error! The

[Bug 2060780] Re: CIFS stopped working/is unstable with kernel update to 5.15.0-102.112

2024-04-18 Thread Thomas Angert
I had no problem installing and testing 5.15.0-104, but when I try to install 105 I get: Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... /etc/kernel/header_postinst.d/dkms: * dkms: running auto installation service for kernel 5.15.0-105-generic Error! The

[pve-devel] applied: [PATCH http-server v3] http: support Content-Encoding=deflate

2024-04-18 Thread Thomas Lamprecht
Am 18/04/2024 um 11:16 schrieb Maximiliano Sandoval: > Add support for compressing the body of responses with > `Content-Encoding: deflate` following [RFC9110]. Note that in this > context `deflate` is actually a "zlib" data format as defined in > [RFC1950]. > > To preserve the current behavior

[Bug 2062179] [NEW] ugrading grub breaks ubuntu system boot (UEFI, BIOS), if root on zfs

2024-04-18 Thread Thomas Schweikle
Public bug reported: Upgrading a root on zfs system will break this system. This is for: - 22.04 -> 22.10 - 22.10 -> 23.04 - 23.04 -> 23.10 - 23.10 -> 24.04 - 22.04 -> 24.04 Workaround: set all grub packages on "hold" before upgrading. If you do not, you'll lose booting possibilities, wrecking

Bug#1069239: RM: python-nosehtmloutput -- ROM; obsolete, nose removal

2024-04-18 Thread Thomas Goirand
. Cheers, Thomas Goirand (zigo)

Bug#1069238: RM: python-nose-timer -- ROM; obsolete, nose removal

2024-04-18 Thread Thomas Goirand
python-nose-timer. Cheers, Thomas Goirand (zigo)

[jira] [Created] (CASSANDRA-19570) Allow setting LIBFFI_TMPDIR

2024-04-18 Thread Thomas De Keulenaer (Jira)
Thomas De Keulenaer created CASSANDRA-19570: --- Summary: Allow setting LIBFFI_TMPDIR Key: CASSANDRA-19570 URL: https://issues.apache.org/jira/browse/CASSANDRA-19570 Project: Cassandra

Re: Regarding Tomcat url redirection

2024-04-18 Thread Mark Thomas
On 18/04/2024 12:05, lavanya tech wrote: Hi Team, I am using "Tomcat 10.1" in our environment and I wanted to redirect url from https://example.com to https://www.servercom: and for this i modified the server.xml as below in tomcat config, and the below configuration doesnot seems to work.

[gwenview] [Bug 485727] New: Video playback broken in X11 session

2024-04-18 Thread Thomas N.
https://bugs.kde.org/show_bug.cgi?id=485727 Bug ID: 485727 Summary: Video playback broken in X11 session Classification: Applications Product: gwenview Version: 24.02.2 Platform: Arch Linux OS: Linux Status:

Re: Tomcat closes connections on unexpected status codes

2024-04-18 Thread Mark Thomas
On 18/04/2024 09:07, Stefan Ansing wrote: Hi, We've observed some unexpected behaviour in Apache Tomcat (version 10.1.19) where we see that HTTP/1.1 connections are closed whenever a servlet application returns the following status codes: 400, 408, 411, 414, 500, 503, 501. This causes client

[gentoo-commits] repo/gentoo:master commit in: sci-libs/cartopy/

2024-04-18 Thread Thomas Beierlein
commit: 799053cd56a029141f62c3fd252dd6ad5cdfa098 Author: Thomas Beierlein gentoo org> AuthorDate: Thu Apr 18 11:09:15 2024 + Commit: Thomas Beierlein gentoo org> CommitDate: Thu Apr 18 11:10:42 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79

[gentoo-commits] repo/gentoo:master commit in: sci-libs/cartopy/

2024-04-18 Thread Thomas Beierlein
commit: 1c788aaa725430183421df9d4fdea5af3c1f4384 Author: Thomas Beierlein gentoo org> AuthorDate: Thu Apr 18 11:12:04 2024 + Commit: Thomas Beierlein gentoo org> CommitDate: Thu Apr 18 11:12:04 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c

Re: [PATCH] vhost-user-test: no set non-blocking for cal fd less than 0.

2024-04-18 Thread Thomas Huth
; fd < 0) { +qos_printf("call fd :%d, no set non-blocking\n", fd); +break; +} /* * This is a non-blocking eventfd. * The receive function forces it to be blocking, Could someone experienced with vhost-user please review this? Thanks, Thomas

Re: [pve-devel] [PATCH qemu-server v4 1/2] config: QEMU AMD SEV enable

2024-04-18 Thread Thomas Lamprecht
Am 18/04/2024 um 10:25 schrieb Markus Frank: > This patch is for enabling AMD SEV (Secure Encrypted > Virtualization) support in QEMU. > > VM-Config-Examples: > amd_sev: type=std,nodbg=1,noks=1 > amd_sev: es,nodbg=1,kernel-hashes=1 > > Node-Config-Example (gets generated automatically): >

[PATCH v3 06/13] ci: move external build environment setups to CentOS Stream 9

2024-04-18 Thread Thomas Huth
-off-by: Paolo Bonzini Reviewed-by: Thomas Huth Message-ID: <20240412103708.27650-1-pbonz...@redhat.com> Reviewed-by: Daniel P. Berrangé Signed-off-by: Thomas Huth --- .../stream/{8 => 9}/build-environment.yml | 31 ++--- .../stream/{8 => 9}/x86_64/configure

[PATCH v3 06/13] ci: move external build environment setups to CentOS Stream 9

2024-04-18 Thread Thomas Huth
-off-by: Paolo Bonzini Reviewed-by: Thomas Huth Message-ID: <20240412103708.27650-1-pbonz...@redhat.com> Reviewed-by: Daniel P. Berrangé Signed-off-by: Thomas Huth --- .../stream/{8 => 9}/build-environment.yml | 31 ++--- .../stream/{8 => 9}/x86_64/configure

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