[Git][xorg-team/vulkan/glslang] Pushed new tag glslang-12.0.0-2

2023-02-26 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag glslang-12.0.0-2 at X Strike Force / vulkan / 
glslang

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/glslang/-/tree/glslang-12.0.0-2
You're receiving this email because of your account on salsa.debian.org.




Bug#1031230: marked as done (spirv-tools: autopkgtest regression for glslang: undefined reference to spvtools::CreateAggressiveDCEPass etc.)

2023-02-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Feb 2023 09:20:05 +
with message-id 
and subject line Bug#1031230: fixed in glslang 12.0.0-2
has caused the Debian Bug report #1031230,
regarding spirv-tools: autopkgtest regression for glslang: undefined reference 
to spvtools::CreateAggressiveDCEPass etc.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1031230: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031230
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: spirv-tools
Version: 2023.1-1
Severity: serious
Justification: https://release.debian.org/testing/rc_policy.txt 6a
User: debian...@lists.debian.org
Usertags: regression
X-Debbugs-Cc: debian...@lists.debian.org
Control: affects -1 + src:glslang

The test-case debian/tests/glslang-dev that I contributed
in glslang_11.1.0-4 has started failing with the upload of
spirv-tools_2023.1-1, or possibly 2022.4+1.3.236.0-1:

> + pkg-config --cflags --libs glslang
> + g++ -std=c++11 -o trivial trivial.cpp -lglslang -lMachineIndependent 
> -lOSDependent -lHLSL -lOGLCompiler -lGenericCodeGen -lSPVRemapper -lpthread
> + test -x trivial
> + ./trivial
> + pkg-config --cflags --libs spirv
> + g++ -std=c++11 -o spirv spirv.cpp -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools 
> -lSPIRV-Tools-link -lglslang -lMachineIndependent -lOSDependent -lHLSL 
> -lOGLCompiler -lGenericCodeGen -lSPVRemapper -lpthread
> /usr/bin/ld: 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/libSPIRV.a(SpvTools.cpp.o):
>  in function `glslang::SpirvToolsTransform(glslang::TIntermediate const&, 
> std::vector >&, 
> spv::SpvBuildLogger*, glslang::SpvOptions const*)':
> (.text+0x689): undefined reference to 
> `spvtools::CreateAggressiveDCEPass(bool, bool)'
> /usr/bin/ld: (.text+0x6de): undefined reference to 
> `spvtools::CreateAggressiveDCEPass(bool, bool)'
> /usr/bin/ld: (.text+0x784): undefined reference to 
> `spvtools::CreateAggressiveDCEPass(bool, bool)'
> /usr/bin/ld: (.text+0x7ff): undefined reference to 
> `spvtools::CreateAggressiveDCEPass(bool, bool)'
> /usr/bin/ld: (.text+0x8ef): undefined reference to 
> `spvtools::CreateEliminateDeadInputComponentsSafePass()'
> /usr/bin/ld: 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/libSPIRV.a(SpvTools.cpp.o):
>  in function `glslang::SpirvToolsAnalyzeDeadOutputStores(spv_target_env, 
> std::vector >&, 
> std::unordered_set, 
> std::equal_to, std::allocator >*, 
> std::unordered_set, 
> std::equal_to, std::allocator >*, 
> spv::SpvBuildLogger*)':
> (.text+0x9b1): undefined reference to 
> `spvtools::CreateAnalyzeLiveInputPass(std::unordered_set std::hash, std::equal_to, std::allocator int> >*, std::unordered_set, 
> std::equal_to, std::allocator >*)'
> /usr/bin/ld: 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/libSPIRV.a(SpvTools.cpp.o):
>  in function `glslang::SpirvToolsEliminateDeadOutputStores(spv_target_env, 
> std::vector >&, 
> std::unordered_set, 
> std::equal_to, std::allocator >*, 
> std::unordered_set, 
> std::equal_to, std::allocator >*, 
> spv::SpvBuildLogger*)':
> (.text+0xae1): undefined reference to 
> `spvtools::CreateEliminateDeadOutputStoresPass(std::unordered_set int, std::hash, std::equal_to, 
> std::allocator >*, std::unordered_set std::hash, std::equal_to, std::allocator int> >*)'
> /usr/bin/ld: (.text+0xb03): undefined reference to 
> `spvtools::CreateAggressiveDCEPass(bool, bool)'
> /usr/bin/ld: (.text+0xb1e): undefined reference to 
> `spvtools::CreateEliminateDeadOutputComponentsPass()'
> /usr/bin/ld: (.text+0xb40): undefined reference to 
> `spvtools::CreateAggressiveDCEPass(bool, bool)'
> /usr/bin/ld: 
> /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/libSPIRV.a(SpvTools.cpp.o):
>  in function `glslang::SpirvToolsEliminateDeadInputComponents(spv_target_env, 
> std::vector >&, 
> spv::SpvBuildLogger*)':
> (.text+0xc80): undefined reference to 
> `spvtools::CreateAggressiveDCEPass(bool, bool)'

I think probably this means that SPIRV-Tools.pc is missing some libraries,
similar to #951988 but for spirv-tools rather than glslang?

Adding an autopkgtest to spirv-tools and running it before upload might
be a helpful way to catch similar issues.

smcv
--- End Message ---
--- Begin Message ---
Source: glslang
Source-Version: 12.0.0-2
Done: Timo Aaltonen 

We believe that the bug you reported is fixed in the latest version of
glslang, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments pl

Bug#1027182: marked as done (glslang: please mark glslang-tools as Multi-Arch: foreign)

2023-02-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Feb 2023 09:20:05 +
with message-id 
and subject line Bug#1027182: fixed in glslang 12.0.0-2
has caused the Debian Bug report #1027182,
regarding glslang: please mark glslang-tools as Multi-Arch: foreign
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1027182: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027182
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: glslang
Version: 11.12.0-1
Severity: wishlist
Tags: patch

Hi, could you please consider marking glslang-tools as Multi-Arch: foreign?
This would allow packages like yuzu to cross-build without having to manually
specify :native on the build-dependency.

I've attached a patch for your convenience, and I'll soon submit a patch to
Salsa too :)


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.0.0-6-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
>From 6c03eeeca3d51881094d59211db2d588f4095c08 Mon Sep 17 00:00:00 2001
From: Andrea Pappacoda 
Date: Thu, 29 Dec 2022 00:04:19 +0100
Subject: [PATCH] d/control: mark glslang-tools as Multi-Arch: foreign

This allows which build-depend on it to cross-build without issues.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 47d37a6d..76ea92d6 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Vcs-Browser: https://salsa.debian.org/xorg-team/vulkan/glslang
 
 Package: glslang-tools
 Architecture: any
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends},
  spirv-tools (>= 2022.2+1.3.216.0),
 Description: OpenGL and OpenGL ES shader front end and validator -- tools
-- 
2.39.0

--- End Message ---
--- Begin Message ---
Source: glslang
Source-Version: 12.0.0-2
Done: Timo Aaltonen 

We believe that the bug you reported is fixed in the latest version of
glslang, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1027...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Aaltonen  (supplier of updated glslang package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 26 Feb 2023 10:55:42 +0200
Source: glslang
Built-For-Profiles: noudeb
Architecture: source
Version: 12.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Closes: 1027182 1031230
Changes:
 glslang (12.0.0-2) unstable; urgency=medium
 .
   [ Andrea Pappacoda ]
   * d/control: mark glslang-tools as Multi-Arch: foreign (Closes: #1027182)
 .
   [ Timo Aaltonen ]
   * control: Bump spirv-tools depends. (Closes: #1031230)
Checksums-Sha1:
 1c194e61feffdfb72fa17ac23954129859401f61 2111 glslang_12.0.0-2.dsc
 67f4801f4e1d8a6ee43a37434430dd488598533b 14367 glslang_12.0.0-2.diff.gz
 1da5159c996ccbf1f60a911b46e8d08a0d7249e5 8887 glslang_12.0.0-2_source.buildinfo
Checksums-Sha256:
 9c039feaff514a275d43ac285e19d0dd966906aef3b5a2ddc21bf386ac5da6ba 2111 
glslang_12.0.0-2.dsc
 7d809d51cc884868fd0f22441469d31969085be73b0f2fb2c17fd61e597bb7b9 14367 
glslang_12.0.0-2.diff.gz
 81546b51c5baa6255d0d26daa3c1a2a1fecdab360c0c04dbb9b197560a755d66 8887 
glslang_12.0.0-2_source.buildinfo
Files:
 d078e01752d019685827f50a92ec16c8 2111 libdevel optional glslang_12.0.0-2.dsc
 c8e6fd2f647f623e69872b76f26e73a8 14367 libdevel optional 
glslang_12.0.0-2.diff.gz
 0922ea953a531b1267ae7c079e8c7f88 8887 libdevel optional 
glslang_12.0.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmP7HtEACgkQy3AxZaiJ
hNw01hAAmT8thDZpxesfixrkItcaxf8O7yjb4VCbUPRo+1Qv2H7m5P8G3u1teOKZ
1K76K32v3UjPO+i6ygUxj/JlQnmsBaTc/mzZlekNNp1HsT8X1gqNrQiyMrSZns3+
R0/e7JmuA2JUTfV4cF2Pe+Yi3Tdnp3WzpGqrPNSNPBwVIQsOP7eC1NHBChntPrzN
W+jqDCNZkGKenmVo8qqjgbwmgVPxGPL7l3UwGqP2qfUCrEC7Sie1quiJI1LytpRI
EqlR7w1vhmrTttT5KlEYlH7tNtn7SA5b5jX2we+YNWhIFhhJuP8g9R8rKbVBxZ3P
C78anGHw8BI7X1FqC5q9o5HdC0pDZUnMKdpSop8MTFwC9lkHwbhG9P

Processing of glslang_12.0.0-2_source.changes

2023-02-26 Thread Debian FTP Masters
glslang_12.0.0-2_source.changes uploaded successfully to localhost
along with the files:
  glslang_12.0.0-2.dsc
  glslang_12.0.0-2.diff.gz
  glslang_12.0.0-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



[Git][xorg-team/vulkan/vulkan-validationlayers] Pushed new tag vulkan-validationlayers-1.3.239.0-2

2023-02-26 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag vulkan-validationlayers-1.3.239.0-2 at X Strike 
Force / vulkan / vulkan-validationlayers

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-validationlayers/-/tree/vulkan-validationlayers-1.3.239.0-2
You're receiving this email because of your account on salsa.debian.org.




[Git][xorg-team/vulkan/vulkan-validationlayers][debian-unstable] 2 commits: Don't build utils lib as a shared library, ship the static one in -dev

2023-02-26 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / 
vulkan-validationlayers


Commits:
9a0d2a66 by Timo Aaltonen at 2023-02-26T11:04:37+02:00
Don't build utils lib as a shared library, ship the static one in -dev

- - - - -
1219589a by Timo Aaltonen at 2023-02-26T11:09:42+02:00
release to sid

- - - - -


4 changed files:

- debian/changelog
- − debian/patches/fix_shared.patch
- debian/patches/series
- debian/vulkan-validationlayers-dev.install


Changes:

=
debian/changelog
=
@@ -1,3 +1,9 @@
+vulkan-validationlayers (1.3.239.0-2) unstable; urgency=medium
+
+  * Don't build utils lib as a shared library, ship the static one in -dev.
+
+ -- Timo Aaltonen   Sun, 26 Feb 2023 11:09:09 +0200
+
 vulkan-validationlayers (1.3.239.0-1) unstable; urgency=medium
 
   * New upstream release.


=
debian/patches/fix_shared.patch deleted
=
@@ -1,11 +0,0 @@
 a/layers/CMakeLists.txt
-+++ b/layers/CMakeLists.txt
-@@ -23,7 +23,7 @@
- # https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/4640
- add_compile_definitions(XXH_NO_LONG_LONG)
- 
--add_library(VkLayer_utils STATIC)
-+add_library(VkLayer_utils SHARED)
- target_sources(VkLayer_utils PRIVATE
- generated/vk_format_utils.h
- generated/vk_format_utils.cpp


=
debian/patches/series
=
@@ -1 +0,0 @@
-fix_shared.patch


=
debian/vulkan-validationlayers-dev.install
=
@@ -1 +1,2 @@
+usr/lib/*/libVkLayer_utils.a
 usr/include/



View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-validationlayers/-/compare/017fc0f645561ce86ce871fe4cc8166302501a1d...1219589a7c835874e2cd1e0b0876673f607a9bad

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-validationlayers/-/compare/017fc0f645561ce86ce871fe4cc8166302501a1d...1219589a7c835874e2cd1e0b0876673f607a9bad
You're receiving this email because of your account on salsa.debian.org.




glslang_12.0.0-2_source.changes ACCEPTED into unstable

2023-02-26 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 26 Feb 2023 10:55:42 +0200
Source: glslang
Built-For-Profiles: noudeb
Architecture: source
Version: 12.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Closes: 1027182 1031230
Changes:
 glslang (12.0.0-2) unstable; urgency=medium
 .
   [ Andrea Pappacoda ]
   * d/control: mark glslang-tools as Multi-Arch: foreign (Closes: #1027182)
 .
   [ Timo Aaltonen ]
   * control: Bump spirv-tools depends. (Closes: #1031230)
Checksums-Sha1:
 1c194e61feffdfb72fa17ac23954129859401f61 2111 glslang_12.0.0-2.dsc
 67f4801f4e1d8a6ee43a37434430dd488598533b 14367 glslang_12.0.0-2.diff.gz
 1da5159c996ccbf1f60a911b46e8d08a0d7249e5 8887 glslang_12.0.0-2_source.buildinfo
Checksums-Sha256:
 9c039feaff514a275d43ac285e19d0dd966906aef3b5a2ddc21bf386ac5da6ba 2111 
glslang_12.0.0-2.dsc
 7d809d51cc884868fd0f22441469d31969085be73b0f2fb2c17fd61e597bb7b9 14367 
glslang_12.0.0-2.diff.gz
 81546b51c5baa6255d0d26daa3c1a2a1fecdab360c0c04dbb9b197560a755d66 8887 
glslang_12.0.0-2_source.buildinfo
Files:
 d078e01752d019685827f50a92ec16c8 2111 libdevel optional glslang_12.0.0-2.dsc
 c8e6fd2f647f623e69872b76f26e73a8 14367 libdevel optional 
glslang_12.0.0-2.diff.gz
 0922ea953a531b1267ae7c079e8c7f88 8887 libdevel optional 
glslang_12.0.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmP7HtEACgkQy3AxZaiJ
hNw01hAAmT8thDZpxesfixrkItcaxf8O7yjb4VCbUPRo+1Qv2H7m5P8G3u1teOKZ
1K76K32v3UjPO+i6ygUxj/JlQnmsBaTc/mzZlekNNp1HsT8X1gqNrQiyMrSZns3+
R0/e7JmuA2JUTfV4cF2Pe+Yi3Tdnp3WzpGqrPNSNPBwVIQsOP7eC1NHBChntPrzN
W+jqDCNZkGKenmVo8qqjgbwmgVPxGPL7l3UwGqP2qfUCrEC7Sie1quiJI1LytpRI
EqlR7w1vhmrTttT5KlEYlH7tNtn7SA5b5jX2we+YNWhIFhhJuP8g9R8rKbVBxZ3P
C78anGHw8BI7X1FqC5q9o5HdC0pDZUnMKdpSop8MTFwC9lkHwbhG9PHGthF02RnE
vPRzwNLNXr6bsfWYSpeaZmIOuik6Tx1k0dKIy88P9wg+P0+/89g08a8eIREyNBPO
Oqre/3PV2XTmm3DqlTb5FA9FLk9FVoL9ggJg2tDONnrgak659PRNBRSV4BDyx3bL
fLCLoXG8kSJqZz2/qlliN93d769M94oscsiIRElvlRjfAdYaydmJISZpAU502gjI
SE2pItUZV9Ye7FcjkTWDxp+LfmA4bREs1/sT4WIxMwpCMgqvV0t0oee9n1Cpavfr
jgY7/h6Dq6pT3WLDmTEIcYCogTLalzL2U1Fwa+CckwUYlSl77nQ=
=hBa1
-END PGP SIGNATURE-



Processing of vulkan-validationlayers_1.3.239.0-2_source.changes

2023-02-26 Thread Debian FTP Masters
vulkan-validationlayers_1.3.239.0-2_source.changes uploaded successfully to 
localhost
along with the files:
  vulkan-validationlayers_1.3.239.0-2.dsc
  vulkan-validationlayers_1.3.239.0-2.debian.tar.xz
  vulkan-validationlayers_1.3.239.0-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



[Git][xorg-team/lib/mesa][debian-unstable] 68 commits: docs/relnotes: add sha256sum for 22.3.5

2023-02-26 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa


Commits:
78ef6330 by Eric Engestrom at 2023-02-08T22:24:16+00:00
docs/relnotes: add sha256sum for 22.3.5

- - - - -
63071f29 by Eric Engestrom at 2023-02-10T10:19:26+00:00
.pick_status.json: Update to 94eff7ccd86658603155261c2fd59491786e7047

- - - - -
64f6793b by Georg Lehmann at 2023-02-10T10:19:50+00:00
aco: don't allow output modifiers for v_cvt_pkrtz_f16_f32

Cc: mesa-stable
Reviewed-by: Rhys Perry 
Part-of: ;
(cherry picked from commit b63aa2bb8ee6c6a255ea6d573b71af12d5dd166d)

- - - - -
c7fdaf33 by Eric Engestrom at 2023-02-10T13:56:17+00:00
.pick_status.json: Mark f7b2dbb2bdc366dd294407c5653654ad6059e2ac as denominated

- - - - -
449caf67 by Tapani Pälli at 2023-02-10T13:56:17+00:00
intel/blorp: disable REP16 for gfx12+ with R10G10B10_FLOAT_A2

Cc: mesa-stable
Signed-off-by: Tapani Pälli 
Reviewed-by: Nanley Chery 
Part-of: ;
(cherry picked from commit 88cadf145451b3a5fd89b5937238abf95821c5cf)

- - - - -
ac80ae62 by Lionel Landwerlin at 2023-02-10T13:56:17+00:00
intel/fs: fix mesh indirect movs

The size in src[2] is in byte and needs to cover any possible data
accessed in src[0] by the indirection. That way the register
allocation is aware of what cannot be spilled for the instruction to
execute on valid data.

Signed-off-by: Lionel Landwerlin 
Fixes: 70ace2bbcd ("intel/compiler: Implement Task Output and Mesh 
Input")
Reviewed-by: Marcin Ślusarz 
Part-of: ;
(cherry picked from commit ebc4893947c187c1a3f28508053633edf7d314a2)

- - - - -
3077937b by Eric Engestrom at 2023-02-10T13:56:17+00:00
.pick_status.json: Mark db6c374919ea16be6f9a6f96d5c9e866c62c556c as denominated

- - - - -
ba0e805d by Dave Airlie at 2023-02-10T13:56:17+00:00
crocus: disable Y tiling for render targets properly.

The old code would disallow linear targets as well which would confuse
things with reimporting dma-bufs.

Fixes: 32728dc66e36 ("crocus: introduce main resource configuration 
helper.")
Acked-by: Faith Ekstrand 
Part-of: ;
(cherry picked from commit 6043f66dd3329c92681fc4be5a1e54e522c1cb80)

- - - - -
e4483218 by GH Cao at 2023-02-10T16:35:29+00:00
dzn: Declare debug only root_dwords as ASSERTED

Such variable is only used in assert(), so declare it as ASSERTED.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7885
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7234

Signed-off-by: GH Cao 
Part-of: ;
(cherry picked from commit af55e36d798b91b86795544aac2d9e3983cde207)

- - - - -
6fe167e2 by Eric Engestrom at 2023-02-12T10:54:11+00:00
.pick_status.json: Update to c0bc0ecf9eaf964ceb4a1573595da8b8b4585cc4

- - - - -
cb0e344a by Mike Blumenkrantz at 2023-02-12T10:54:25+00:00
zink: add newlines to some debug printfs

cc: mesa-stable

Part-of: ;
(cherry picked from commit cd446b87e1f5ec2c5f1273627c611325595d1971)

- - - - -
d805e748 by Danylo Piliaiev at 2023-02-12T10:54:40+00:00
tu: Prevent using stale value of GRAS_SC_CNTL in sysmem clear

cc: mesa-stable

Signed-off-by: Danylo Piliaiev 
Part-of: ;
(cherry picked from commit 388e4ea7333972251dbe8ce91d15ad4001589f35)

- - - - -
98050ce3 by Danylo Piliaiev at 2023-02-12T10:54:41+00:00
turnip: Disable draw states after dyn renderpass in all cases

Draw states were not disabled after a dynamic renderpass which
spans several command buffers, the next renderpass if started in
the same command buffer wouldn't emit the full draw state,
since TU_CMD_DIRTY_DRAW_STATE was not set by previous renderpass.

The issue could be observed when corrupting all regs at cmdbuf start in:
 dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed7_geometry

Fixes: cb0f414b2aed88f48b2593dad833844be2f5f42b
("tu: Add support for suspending and resuming renderpasses")

Signed-off-by: Danylo Piliaiev 
Part-of: ;
(cherry picked from commit 2d20564a6aaf8e5802ae1d3d425a4a496124b976)

- - - - -
fa4947e6 by Sviatoslav Peleshko at 2023-02-12T10:54:43+00:00
anv: Handle VkAccelerationStructureBuildRangeInfoKHR::transformOffset

Previously it was not actually handled. This meant that all geometries
with the same transform buffer were using the same (first) transformation
matrix.

Fixes: f3ddfd81 ("anv: Build BVHs on the GPU with GRL")
Closes: https://gitlab.freedesktop.

[Git][xorg-team/lib/mesa] Pushed new tag mesa-22.3.6-1

2023-02-26 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag mesa-22.3.6-1 at X Strike Force / lib / mesa

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/tree/mesa-22.3.6-1
You're receiving this email because of your account on salsa.debian.org.




[Git][xorg-team/lib/mesa][upstream-unstable] 65 commits: docs/relnotes: add sha256sum for 22.3.5

2023-02-26 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch upstream-unstable at X Strike Force / lib / mesa


Commits:
78ef6330 by Eric Engestrom at 2023-02-08T22:24:16+00:00
docs/relnotes: add sha256sum for 22.3.5

- - - - -
63071f29 by Eric Engestrom at 2023-02-10T10:19:26+00:00
.pick_status.json: Update to 94eff7ccd86658603155261c2fd59491786e7047

- - - - -
64f6793b by Georg Lehmann at 2023-02-10T10:19:50+00:00
aco: don't allow output modifiers for v_cvt_pkrtz_f16_f32

Cc: mesa-stable
Reviewed-by: Rhys Perry 
Part-of: ;
(cherry picked from commit b63aa2bb8ee6c6a255ea6d573b71af12d5dd166d)

- - - - -
c7fdaf33 by Eric Engestrom at 2023-02-10T13:56:17+00:00
.pick_status.json: Mark f7b2dbb2bdc366dd294407c5653654ad6059e2ac as denominated

- - - - -
449caf67 by Tapani Pälli at 2023-02-10T13:56:17+00:00
intel/blorp: disable REP16 for gfx12+ with R10G10B10_FLOAT_A2

Cc: mesa-stable
Signed-off-by: Tapani Pälli 
Reviewed-by: Nanley Chery 
Part-of: ;
(cherry picked from commit 88cadf145451b3a5fd89b5937238abf95821c5cf)

- - - - -
ac80ae62 by Lionel Landwerlin at 2023-02-10T13:56:17+00:00
intel/fs: fix mesh indirect movs

The size in src[2] is in byte and needs to cover any possible data
accessed in src[0] by the indirection. That way the register
allocation is aware of what cannot be spilled for the instruction to
execute on valid data.

Signed-off-by: Lionel Landwerlin 
Fixes: 70ace2bbcd ("intel/compiler: Implement Task Output and Mesh 
Input")
Reviewed-by: Marcin Ślusarz 
Part-of: ;
(cherry picked from commit ebc4893947c187c1a3f28508053633edf7d314a2)

- - - - -
3077937b by Eric Engestrom at 2023-02-10T13:56:17+00:00
.pick_status.json: Mark db6c374919ea16be6f9a6f96d5c9e866c62c556c as denominated

- - - - -
ba0e805d by Dave Airlie at 2023-02-10T13:56:17+00:00
crocus: disable Y tiling for render targets properly.

The old code would disallow linear targets as well which would confuse
things with reimporting dma-bufs.

Fixes: 32728dc66e36 ("crocus: introduce main resource configuration 
helper.")
Acked-by: Faith Ekstrand 
Part-of: ;
(cherry picked from commit 6043f66dd3329c92681fc4be5a1e54e522c1cb80)

- - - - -
e4483218 by GH Cao at 2023-02-10T16:35:29+00:00
dzn: Declare debug only root_dwords as ASSERTED

Such variable is only used in assert(), so declare it as ASSERTED.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7885
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7234

Signed-off-by: GH Cao 
Part-of: ;
(cherry picked from commit af55e36d798b91b86795544aac2d9e3983cde207)

- - - - -
6fe167e2 by Eric Engestrom at 2023-02-12T10:54:11+00:00
.pick_status.json: Update to c0bc0ecf9eaf964ceb4a1573595da8b8b4585cc4

- - - - -
cb0e344a by Mike Blumenkrantz at 2023-02-12T10:54:25+00:00
zink: add newlines to some debug printfs

cc: mesa-stable

Part-of: ;
(cherry picked from commit cd446b87e1f5ec2c5f1273627c611325595d1971)

- - - - -
d805e748 by Danylo Piliaiev at 2023-02-12T10:54:40+00:00
tu: Prevent using stale value of GRAS_SC_CNTL in sysmem clear

cc: mesa-stable

Signed-off-by: Danylo Piliaiev 
Part-of: ;
(cherry picked from commit 388e4ea7333972251dbe8ce91d15ad4001589f35)

- - - - -
98050ce3 by Danylo Piliaiev at 2023-02-12T10:54:41+00:00
turnip: Disable draw states after dyn renderpass in all cases

Draw states were not disabled after a dynamic renderpass which
spans several command buffers, the next renderpass if started in
the same command buffer wouldn't emit the full draw state,
since TU_CMD_DIRTY_DRAW_STATE was not set by previous renderpass.

The issue could be observed when corrupting all regs at cmdbuf start in:
 dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed7_geometry

Fixes: cb0f414b2aed88f48b2593dad833844be2f5f42b
("tu: Add support for suspending and resuming renderpasses")

Signed-off-by: Danylo Piliaiev 
Part-of: ;
(cherry picked from commit 2d20564a6aaf8e5802ae1d3d425a4a496124b976)

- - - - -
fa4947e6 by Sviatoslav Peleshko at 2023-02-12T10:54:43+00:00
anv: Handle VkAccelerationStructureBuildRangeInfoKHR::transformOffset

Previously it was not actually handled. This meant that all geometries
with the same transform buffer were using the same (first) transformation
matrix.

Fixes: f3ddfd81 ("anv: Build BVHs on the GPU with GRL")
Closes: https://gitlab.freedeskto

Bug#1029731: marked as done (libglapi-mesa: Apps fail with 'DRM_IOCTL_MODE_CREATE_DUMB failed: Cannot allocate memory' after upgrade from 22.3.2-1 to 22.3.3-1)

2023-02-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Feb 2023 09:34:52 +
with message-id 
and subject line Bug#1029731: fixed in mesa 22.3.6-1
has caused the Debian Bug report #1029731,
regarding libglapi-mesa: Apps fail with 'DRM_IOCTL_MODE_CREATE_DUMB failed: 
Cannot allocate memory' after upgrade from 22.3.2-1 to 22.3.3-1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1029731: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029731
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libglapi-mesa
Version: 22.3.3-1
Severity: important

Dear Maintainer,


after upgrade from 22.3.2-1 to 22.3.3-1 applications starts to crash
with following error

```
янв 26 23:41:00 mobian-dev dbus-daemon[1018]: [session uid=1000 pid=1018] 
Activating service name='org.gnome.Console' requested by ':1.34' (uid=1000 
pid=1250 comm="/usr/libexec/phosh")
янв 26 23:41:01 mobian-dev dbus-daemon[1018]: [session uid=1000 pid=1018] 
Successfully activated service 'org.gnome.Console'
янв 26 23:41:04 mobian-dev org.gnome.Console[6004]: DRM_IOCTL_MODE_CREATE_DUMB 
failed: Cannot allocate memory
янв 26 23:41:04 mobian-dev org.gnome.Console[6004]: DRM_IOCTL_MODE_CREATE_DUMB 
failed: Cannot allocate memory
```

The system is aarch64 (arm64) Original PinePhone running Phosh. To
trigger this problem I start and close different applications (mostly
gtk3 and gtk4) after some time (~3-5 minutes) no application can start.

Downgrade to 22.3.2-1 fixes this problem.

```
wget 
https://snapshot.debian.org/archive/debian/20230104T030543Z/pool/main/m/mesa/mesa-vdpau-drivers_22.3.2-1_arm64.deb
wget 
https://snapshot.debian.org/archive/debian/20230104T030543Z/pool/main/m/mesa/libegl-mesa0_22.3.2-1_arm64.deb
wget 
https://snapshot.debian.org/archive/debian/20230104T030543Z/pool/main/m/mesa/mesa-va-drivers_22.3.2-1_arm64.deb
wget 
https://snapshot.debian.org/archive/debian/20230104T030543Z/pool/main/m/mesa/libglx-mesa0_22.3.2-1_arm64.deb
wget 
https://snapshot.debian.org/archive/debian/20230104T030543Z/pool/main/m/mesa/libglapi-mesa_22.3.2-1_arm64.deb
wget 
https://snapshot.debian.org/archive/debian/20230104T030543Z/pool/main/m/mesa/libgl1-mesa-dri_22.3.2-1_arm64.deb
wget 
https://snapshot.debian.org/archive/debian/20230104T030543Z/pool/main/m/mesa/libgbm1_22.3.2-1_arm64.deb
```


-- Package-specific info:
glxinfo:

DISPLAY is not set.

/usr/share/bug/xserver-xorg-core/script not available

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing-debug
  APT policy: (500, 'testing-debug'), (500, 'testing')
Architecture: arm64 (aarch64)
Foreign Architectures: armhf

Kernel: Linux 6.1-sunxi64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_WARN, TAINT_CRAP, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libglapi-mesa depends on:
ii  libc6  2.36-8

libglapi-mesa recommends no packages.

libglapi-mesa suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 22.3.6-1
Done: Timo Aaltonen 

We believe that the bug you reported is fixed in the latest version of
mesa, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1029...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Aaltonen  (supplier of updated mesa package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 26 Feb 2023 11:19:29 +0200
Source: mesa
Built-For-Profiles: noudeb
Architecture: source
Version: 22.3.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Closes: 1029731
Changes:
 mesa (22.3.6-1) unstable; urgency=medium
 .
   * New upstream release. (Closes: #1029731)
Checksums-Sha1:
 df772bb0799ccfcc6b47b636a419d2b45afaa87b 5827 mesa_22.3.6-1.dsc
 c0852a8cfdab03a4cf955eaf7cb1014455073f12 27497916 mesa_22.3.6.orig.tar.gz
 d871fa04f4a2e0911b23a343454fd7aee682fbce 113992 mesa_22.3.6-1.diff.gz
 ae0dea402aa71342b3fcb4a2d507a64164e6fd28 10401 mesa_22.3.6-1_source.buildinfo
Checksums-Sha256:
 f

Bug#1031021: marked as done (xserver-xorg-video-amdgpu: Mouse cursor is invisible with KMS on X11, when using RDNA3 GPU - 7900XTX)

2023-02-26 Thread Debian Bug Tracking System
Your message dated Sun, 26 Feb 2023 09:35:43 +
with message-id 
and subject line Bug#1031021: fixed in xserver-xorg-video-amdgpu 23.0.0-1
has caused the Debian Bug report #1031021,
regarding xserver-xorg-video-amdgpu: Mouse cursor is invisible with KMS on X11, 
when using RDNA3 GPU - 7900XTX
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1031021: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031021
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-amdgpu
Version: 22.0.0-3
Severity: important
Tags: patch
X-Debbugs-Cc: and...@posteo.net

Dear Maintainer,

Using the new Radeon RX 7900XTX GPU, the mouse cursor is invisible in
X11 sessions, with xserver-xorg-video-amdgpu.

The patch found here, fixes it:
https://cgit.freedesktop.org/xorg/driver/xf86-video-amdgpu/patch/?id=9c959fac3af28d191105f63236096ad456dca614

I confirm the patch applies cleanly on current xserver-xorg-video-amdgpu
in Debian Bookworm. Maybe you could include it please?

VGA-compatible devices on PCI bus:
--
0a:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Navi 31 [Radeon RX 7900 XT/7900 XTX] [1002:744c] (rev c8)

Kernel version (/proc/version):
---
Linux version 6.1.0-3-amd64 (debian-ker...@lists.debian.org) (gcc-12 (Debian 
12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP 
PREEMPT_DYNAMIC Debian 6.1.8-1 (2023-01-29)

DRM Information from dmesg:
---

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-3-amd64 (SMP w/32 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages xserver-xorg-video-amdgpu depends on:
ii  libc6  2.36-8
ii  libdrm-amdgpu1 2.4.114-1
ii  libgbm122.3.3-1
ii  libudev1   252.5-2
ii  xserver-xorg-core [xorg-video-abi-25]  2:21.1.6-1

xserver-xorg-video-amdgpu recommends no packages.

Versions of packages xserver-xorg-video-amdgpu suggests:
ii  firmware-amd-graphics  20221214-5

-- no debconf information
>From 9c959fac3af28d191105f63236096ad456dca614 Mon Sep 17 00:00:00 2001
From: Pierre-Eric Pelloux-Prayer 
Date: Thu, 29 Sep 2022 16:42:09 +0200
Subject: Use DRM_CAP_CURSOR_WIDTH/HEIGHT if possible

There's no need to hardcode the cursor size if the kernel can
report the value it wants.
---
 src/amdgpu_kms.c | 27 ---
 1 file changed, 20 insertions(+), 7 deletions(-)

diff --git a/src/amdgpu_kms.c b/src/amdgpu_kms.c
index 9364d17..1f049c9 100644
--- a/src/amdgpu_kms.c
+++ b/src/amdgpu_kms.c
@@ -1501,6 +1501,25 @@ static Bool AMDGPUCreateWindow_oneshot(WindowPtr pWin)
return ret;
 }
 
+static void amdgpu_determine_cursor_size(int fd, AMDGPUInfoPtr info)
+{
+   uint64_t value;
+
+   if (drmGetCap(fd, DRM_CAP_CURSOR_WIDTH, &value) == 0)
+   info->cursor_w = value;
+   else if (info->family < AMDGPU_FAMILY_CI)
+   info->cursor_w = CURSOR_WIDTH;
+   else
+   info->cursor_w = CURSOR_WIDTH_CIK;
+
+   if (drmGetCap(fd, DRM_CAP_CURSOR_HEIGHT, &value) == 0)
+   info->cursor_h = value;
+   else if (info->family < AMDGPU_FAMILY_CI)
+   info->cursor_h = CURSOR_HEIGHT;
+   else
+   info->cursor_h = CURSOR_HEIGHT_CIK;
+}
+
 /* When the root window is mapped, set the initial modes */
 void AMDGPUWindowExposures_oneshot(WindowPtr pWin, RegionPtr pRegion
 #if XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(1,16,99,901,0)
@@ -1684,13 +1703,7 @@ Bool AMDGPUPreInit_KMS(ScrnInfoPtr pScrn, int flags)
else
pAMDGPUEnt->HasCRTC2 = TRUE;
 
-   if (info->family < AMDGPU_FAMILY_CI) {
-   info->cursor_w = CURSOR_WIDTH;
-   info->cursor_h = CURSOR_HEIGHT;
-   } else {
-   info->cursor_w = CURSOR_WIDTH_CIK;
-   info->cursor_h = CURSOR_HEIGHT_CIK;
-   }
+   amdgpu_determine_cursor_size(pAMDGPUEnt->fd, info);
 
amdgpu_query_heap_size(pAMDGPUEnt->pDev, AMDGPU_GEM_DOMAIN_GTT,
&heap_size, &max_allocation);
-- 
cgit v1.2.1

--- End Message ---
--- Begin Message ---
Source: xserver-xorg-video-amdgpu
Source-Version

[Git][xorg-team/driver/xserver-xorg-video-amdgpu] Pushed new tag xserver-xorg-video-amdgpu-23.0.0-1

2023-02-26 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag xserver-xorg-video-amdgpu-23.0.0-1 at X Strike 
Force / driver / xserver-xorg-video-amdgpu

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-amdgpu/-/tree/xserver-xorg-video-amdgpu-23.0.0-1
You're receiving this email because of your account on salsa.debian.org.




Processing of mesa_22.3.6-1_source.changes

2023-02-26 Thread Debian FTP Masters
mesa_22.3.6-1_source.changes uploaded successfully to localhost
along with the files:
  mesa_22.3.6-1.dsc
  mesa_22.3.6.orig.tar.gz
  mesa_22.3.6-1.diff.gz
  mesa_22.3.6-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processing of xserver-xorg-video-amdgpu_23.0.0-1_source.changes

2023-02-26 Thread Debian FTP Masters
xserver-xorg-video-amdgpu_23.0.0-1_source.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-amdgpu_23.0.0-1.dsc
  xserver-xorg-video-amdgpu_23.0.0.orig.tar.gz
  xserver-xorg-video-amdgpu_23.0.0.orig.tar.gz.asc
  xserver-xorg-video-amdgpu_23.0.0-1.diff.gz
  xserver-xorg-video-amdgpu_23.0.0-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



mesa_22.3.6-1_source.changes ACCEPTED into unstable

2023-02-26 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 26 Feb 2023 11:19:29 +0200
Source: mesa
Built-For-Profiles: noudeb
Architecture: source
Version: 22.3.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Closes: 1029731
Changes:
 mesa (22.3.6-1) unstable; urgency=medium
 .
   * New upstream release. (Closes: #1029731)
Checksums-Sha1:
 df772bb0799ccfcc6b47b636a419d2b45afaa87b 5827 mesa_22.3.6-1.dsc
 c0852a8cfdab03a4cf955eaf7cb1014455073f12 27497916 mesa_22.3.6.orig.tar.gz
 d871fa04f4a2e0911b23a343454fd7aee682fbce 113992 mesa_22.3.6-1.diff.gz
 ae0dea402aa71342b3fcb4a2d507a64164e6fd28 10401 mesa_22.3.6-1_source.buildinfo
Checksums-Sha256:
 f26a2d49c99af2fd47e6c4250c69938516a0aea1af8df0bdaae3525386499da2 5827 
mesa_22.3.6-1.dsc
 737cb8e5d380ce1a0ad01fb8b74db7f27303435c353e753d2302e8cf3927bad2 27497916 
mesa_22.3.6.orig.tar.gz
 120a0c9ff4c2c5583c7c1d31d66eb10595340553c56d789be1494dba0ed95043 113992 
mesa_22.3.6-1.diff.gz
 ab470b9493d0c13d2b63cd9338a01c660a5837087b97be7a726b32efd4cc1850 10401 
mesa_22.3.6-1_source.buildinfo
Files:
 40896749ecc71f1f93394dc9c45a8753 5827 graphics optional mesa_22.3.6-1.dsc
 23612bce00d7ac7b0c33996c3c595b81 27497916 graphics optional 
mesa_22.3.6.orig.tar.gz
 412e4f1f56a5df1a03250946a944e5e9 113992 graphics optional mesa_22.3.6-1.diff.gz
 c3631ac757d3059850bdef39d85218a0 10401 graphics optional 
mesa_22.3.6-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmP7JC0ACgkQy3AxZaiJ
hNxDMw//QllxNIS968jkzxV02aVulYiOuCkc2HlRQ/OUWXsNIf7enidkI9VfBN8S
tpNTnOqpXr9rRhvqrfV8dthtQ/vQH4+5UVsQrPqviRD9z8N9cPfs2Oh0NKYt76iA
Ljfbm9/99xEE7xYhF1GT2S6NKfBUKvxxRVznXMQAOEleDh2LIsoEZ75+Hwv2JLwc
F/uuaBvdL6ZXmndlse++fzKhfXV9iYbHbYDgizDuMlHteC8cZO2kaxeB7Dh74m3g
a3qDT8IIsLbsXI1Js75N9g/5VCTXGKN+5yXm48fbuJ5ALrS76X0yEWVXPOa9yyVY
xuHcM3Y30z7rLp2uHKLc4UaXlOvIKfIx/Ab4TRYQ8gAvw4Z4VF2Qp5BvYrkbYwJO
6NL6kNiaIHBpVRvMJZdDKGE0gNTrrheZ/fd+81XydCX/owmblc4/7EWxBG2imAWN
ykS5CkSXPaIkyP9eUnZeaCcszousHUOSddoyLnmIoApCbaoauKDbW6YxkDAgJafj
cx7rSum7peyne225KAYy+rxtEYwRm+yqXpqS8UrPVrGc85SSpeAcEyGs7S83vrXx
h86zG/71BQioYxm49n6TBmmUZrctW32AOVfh3dlw2qWUsw3st9LDu5NqOf/YtlDk
Hhf7cdaPqFs1JJeHlTIQi1Nido17lIY4yzXo+YOldzOEMmgMxiw=
=zSh1
-END PGP SIGNATURE-



vulkan-validationlayers_1.3.239.0-2_source.changes ACCEPTED into unstable

2023-02-26 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 26 Feb 2023 11:09:09 +0200
Source: vulkan-validationlayers
Built-For-Profiles: noudeb
Architecture: source
Version: 1.3.239.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Changes:
 vulkan-validationlayers (1.3.239.0-2) unstable; urgency=medium
 .
   * Don't build utils lib as a shared library, ship the static one in -dev.
Checksums-Sha1:
 ea0cef6f6fd77376fa8d33b0c60b37c907d7e4e8 2415 
vulkan-validationlayers_1.3.239.0-2.dsc
 54cf1b3b7ac49e93a3ea1303064969c87c92b727 3652 
vulkan-validationlayers_1.3.239.0-2.debian.tar.xz
 5e5be8a387f5031ccb60adccec71af1c05f66b82 9547 
vulkan-validationlayers_1.3.239.0-2_source.buildinfo
Checksums-Sha256:
 ea09a3feece609e5c6c5c8401764183b326d628e02af3717dba1d4484914e78c 2415 
vulkan-validationlayers_1.3.239.0-2.dsc
 6455280b1aefb83a715e0b7e3351ade15c262c79ab3715bcd53454985a92d89b 3652 
vulkan-validationlayers_1.3.239.0-2.debian.tar.xz
 a857c8b3db95a16076fabe3217c59793fa7b3add655fe5b97198f83b0a8313fa 9547 
vulkan-validationlayers_1.3.239.0-2_source.buildinfo
Files:
 33cc840484bec922de63ebb1d2e5fff3 2415 libs optional 
vulkan-validationlayers_1.3.239.0-2.dsc
 6683d8ee723ef06048899b76bee9c1a1 3652 libs optional 
vulkan-validationlayers_1.3.239.0-2.debian.tar.xz
 2d80bb56263ca3b870074d992dc06cd0 9547 libs optional 
vulkan-validationlayers_1.3.239.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmP7IdsACgkQy3AxZaiJ
hNyfChAApYBspzdNCIp1j53IbBWLNG0L04cT0p09uuh7puwHY++dcc7NDH8Ava8M
FHXIxXDXrZAUZ7r1RjswYcJi8DsMQZZ7xe2/reS0um6vBmNzPHXcT5OnBBX/6Iek
vLWYXfInEulOXp8vSL5JQXt+gnRZKfkcG4rjtoZoFUaxCzZI3tUr/R2QnqMzFF+b
1KUlROgCl+vSCc+YU4/TMXnZlp6YKtrVpflrYrtXQa1mqkN4POYNSPq3ynRD+6ew
qS/40LWEgEmudomsnwIuTDvSi80h6MVRw47HPkEYyGMScuadW2SCr33vz4FZtEe/
Hh06q1NkKRUHhFSsQJuCWaw9i5C92xzm11llX/F3ofmuQ65YIbiwTZkUf9X8OdQl
o39dcX+lvHzC4Atu8srDa3j6fusCh7hzQ2J4qZMoC9iL5Ds4LFgFACH2o/JenZ+W
IXYjuVREqqRRxOw5pDRWnT7C5fodcrhaI3WjsiZah4R9+2/+ssTvBbORa4QhEMyZ
B8k1ClNudePerrBwYCwAVFy+rZV1SRscnLIyAlSlJxazp+4fnyjj3tjUWxcRjuai
u1YVTZsTs8pNkHbbVQpGJTKKpvyGiB8XJoBmwPRjmAtJJ2CX1GVdErnSMAzP6Wbq
8zfL3kAGW3CtinL0UcuUDWEv3t6kpoXLQw2FHmHLMFcHto6KCic=
=ps80
-END PGP SIGNATURE-



xserver-xorg-video-amdgpu_23.0.0-1_source.changes ACCEPTED into unstable

2023-02-26 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 26 Feb 2023 11:22:20 +0200
Source: xserver-xorg-video-amdgpu
Built-For-Profiles: noudeb
Architecture: source
Version: 23.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Closes: 1031021
Changes:
 xserver-xorg-video-amdgpu (23.0.0-1) unstable; urgency=medium
 .
   * New upstream release. (Closes: #1031021)
   * upstream: Add signing key from Shashank Sharma.
   * patches: Dropped, all upstream.
   * control: Fix gl-dev build-dep.
Checksums-Sha1:
 b8b50ef1b73455dc91c8b0c44a0135011ffde5ee 2513 
xserver-xorg-video-amdgpu_23.0.0-1.dsc
 aab9e2e01c49f3c347c5a458947f556e97236133 558278 
xserver-xorg-video-amdgpu_23.0.0.orig.tar.gz
 b029c3fae839c6b68776281b214fca650c12211a 659 
xserver-xorg-video-amdgpu_23.0.0.orig.tar.gz.asc
 7129e25b9a9b2c3cb4e0f23ea1cb7926ab66a8d3 19309 
xserver-xorg-video-amdgpu_23.0.0-1.diff.gz
 65a477e16049f9eec711bf3b5915abe201fa5a46 9751 
xserver-xorg-video-amdgpu_23.0.0-1_source.buildinfo
Checksums-Sha256:
 243d1f380591d778d4cb70f46c97b2aeac0b441da62dd9b826537cec9d6acca8 2513 
xserver-xorg-video-amdgpu_23.0.0-1.dsc
 08c38287d39b999fd61ecb6e7b23d5079762e2b4b2179b3567973ed9aaf71222 558278 
xserver-xorg-video-amdgpu_23.0.0.orig.tar.gz
 bbb29a715eddd8cc921379e5055e0edb1c2e1791de7f4810641d6c24554cc15c 659 
xserver-xorg-video-amdgpu_23.0.0.orig.tar.gz.asc
 588f50126cb64c94be7fea42a4082b31e9d83d7077a6744276422cd06aac1e44 19309 
xserver-xorg-video-amdgpu_23.0.0-1.diff.gz
 2c53dcd3ee1ff99e1d1f1af3079cc08141546af8720e2e0226594ff1cb8c7aa3 9751 
xserver-xorg-video-amdgpu_23.0.0-1_source.buildinfo
Files:
 db95907bc3147a8c2f9da3fbaa3ce39e 2513 x11 optional 
xserver-xorg-video-amdgpu_23.0.0-1.dsc
 7c4d8c22dc0c5e59360224ff56215554 558278 x11 optional 
xserver-xorg-video-amdgpu_23.0.0.orig.tar.gz
 e6ff415c673bd49e6ada4c797ed5c57e 659 x11 optional 
xserver-xorg-video-amdgpu_23.0.0.orig.tar.gz.asc
 46e1090df9917ecbca0cb1989a0e0467 19309 x11 optional 
xserver-xorg-video-amdgpu_23.0.0-1.diff.gz
 2730106e2d3ee2178bc3ba3dd1b7faba 9751 x11 optional 
xserver-xorg-video-amdgpu_23.0.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmP7JNsACgkQy3AxZaiJ
hNzYcQ//S0eRkj7yRZYLpLgbsNxIPUBIhh75sXPzoFuGsMKeDx7qFQMh859qYZBF
EPK/trPG4lXKcz2UNxIN+khwdaLUnnLd8Q4H4jxaCC05ewnvv03iN85jAL10wsNw
InCZ5tSGJqatqoHcUR8rjKsWp9yuC75PXNel4XBqcFyfVasNrtpMU1FpumTFL+9y
L0bFC7butNenO6wNS/mF5+lHF8keGyPlU3ClvZnHiEl+uFmZJGxJBgF8lubVR/Q6
67jRiRXAnbhpXGry2pt4+xWGOCjiH/9qFKEysT1dSMGTFw9FzvrlGqr/0cgL5Atx
tspt2bhrWpBgXF51FQroEX6waYr4NfJ2YQvrCLx8CdFdDE4hD5kGNLHMoTOAxuBd
sARFf2pk3HmBRNa8DcXdHU0pZo0np6je8BaT8e8lWc2lJMy/envtfSA4gF6Ot80P
k3Qffr7LFGItONvPY8uP2ow4fK+lBHqPjBs9/VMKlWqPTwfz/Md+eL6prsehs3zl
wTElIAsipe/syAqHV6d/KjzUxXyEOH1LwADAnvayIdJyqEwxr2AMBoeZQJhUXL0k
+jw4qc8v3ak/2ECNMsIFXss+PjJq+JvRb+Cz9osUItkhGzV9uUN7oXmq7z5r92np
+PvqIhdZByHOwGakAyIvUrD/KY6rS+JKKnh2nc+jQ4i62Um/Zcs=
=o8Bm
-END PGP SIGNATURE-



Bug#1032015:

2023-02-26 Thread Christian Göttsche
Source: xorg-server
Version: 2:21.1.7-1
Tags: security,patch

Dear Maintaner,

please enable full hardening flags for Xorg; in particular currently
the link feature BINDNOW[1] is missing.
As Xorg is a long running daemon any potential startup costs are negligible.


[1]: 
https://wiki.debian.org/Hardening#DEB_BUILD_HARDENING_BINDNOW_.28ld_-z_now.29


--- rules.bak   2023-02-26 17:19:55.678436715 +0100
+++ rules   2023-02-26 17:20:04.798284731 +0100
@@ -4,6 +4,8 @@

include /usr/share/dpkg/architecture.mk

+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
%:
   dh $@ --with quilt



Bug#1030919: xserver-xorg-video-intel: The server crashes when the mouse pointer hovers over a gtk button

2023-02-26 Thread Bernhard Übelacker

Dear Maintainer,
I tried to add line information using the dbgsym packages.
That led me to libc trying to print the
message "double free or corruption (out)".

Kind regards,
Bernhard


https://sources.debian.org/src/glibc/2.36-8/malloc/malloc.c/
4584malloc_printerr ("double free or corruption (out)");


0:  Xorg (OsLookupColor+0x139)  [0x55e578a89cc9] in 
OsSigHandler at ../../../../os/osinit.c:138
1:  libc.so.6(__sigaction+0x40) [0x7fee08244f90]
2:  libc.so.6(pthread_key_delete+0x14c) [0x7fee08293ccc] in 
__pthread_kill_implementation at ./nptl/pthread_kill.c:43
3:  libc.so.6(gsignal+0x12) [0x7fee08244ef2] in __GI_raise 
at ../sysdeps/posix/raise.c:26
4:  libc.so.6(abort+0xd3)   [0x7fee0822f472] in __GI_abort 
at ./stdlib/abort.c:79
5:  libc.so.6(__fsetlocking+0x290)  [0x7fee082882d0] in 
__libc_message at ../sysdeps/posix/libc_fatal.c:155
6:  libc.so.6(timer_settime+0x37a)  [0x7fee0829d64a] in 
malloc_printerr at ./malloc/malloc.c:5660
7:  libc.so.6(__default_morecore+0x8a0) [0x7fee0829f6b0] in _int_free 
at ./malloc/malloc.c:4584
8:  libc.so.6(__libc_free+0x6f) [0x7fee082a1d2f] in 
__GI___libc_free at ./malloc/malloc.c:3385
9:  intel_drv.so (?+0x0)[0x7fee075d8a0f] in 
I810SetPortAttribute / RegionUninit at /usr/include/xorg/regionstr.h:166
10: Xorg (DamageDestroy+0x23e)  [0x55e5789f627e] in 
damageDestroyPixmap at ../../../../../miext/damage/damage.c:1504
11: Xorg (ShmRegisterFbFuncs+0x80e) [0x55e5789b084e] in 
XvDestroyPixmap at ../../../../Xext/xvmain.c:369
12: Xorg (SyncVerifyFence+0x3354)   [0x55e5789af214] in 
ShmDestroyPixmap at ../../../../Xext/shm.c:260
13: Xorg (RegisterExtensionNames+0x1dd) [0x55e57893d22d] in 
doFreeResource at ../../../../dix/resource.c:885
14: Xorg (FreeResource+0xe9)[0x55e57893de19] in 
FreeResource at ../../../../dix/resource.c:915
15: Xorg (dixDestroyPixmap+0x27e)   [0x55e57891196e] in 
ProcFreePixmap at ../../../../dix/dispatch.c:1538
16: Xorg (SendErrorToClient+0x3d4)  [0x55e578916734] in Dispatch at 
../../../../dix/dispatch.c:550
17: Xorg (InitFonts+0x3bc)  [0x55e57891a6cc] in dix_main at 
../../../../dix/main.c:272



Bug#1032039: xorg: xserver fails to recover session after locking (xfce4 / lightdm)

2023-02-26 Thread Dimitri Chausson
Package: xorg
Version: 1:7.7+23
Severity: important

Dear Maintainer,

Xfce is set up to lock the screen after a while. When I want to login again to
get back to the opened session,  I am prompted to type my password (the username
 is already filled). When the enter key is pressed down, a kind of "re-init"
takes place I see the login screen again, but this time, I have to enter my
username + password. I get logged in, but it is a new session.. None of the
applications left open before is active.

I did a diff between both Xorg.*.log file before locking takes place and after,
and the server crashes in-between: the trace is as follows:

begin
[  5346.907] (II) VESA(0): Setting up VESA Mode 0x1D4 (1920x1200)
[  5346.908] (EE)
[  5346.908] (EE) Backtrace:
[  5346.908] (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x139) [0x556f389e2cf9]
[  5346.908] (EE) 1: /lib/x86_64-linux-gnu/libc.so.6 (__sigaction+0x40) 
[0x7f382885af90]
[  5346.909] (EE) 2: /lib/x86_64-linux-gnu/libpciaccess.so.0 
(pci_device_vgaarb_get_info+0x2ad) [0x7f38292cffdd]
[  5346.909] (EE) 3: /usr/lib/xorg/modules/libint10.so (xf86int10Addr+0x72a) 
[0x7f38281a0f1a]
[  5346.909] (EE) 4: /usr/lib/xorg/modules/libint10.so (xf86int10Addr+0x7834) 
[0x7f38281a8024]
[  5346.909] (EE) 5: /usr/lib/xorg/modules/libint10.so (xf86ExecX86int10+0x45) 
[0x7f382819f995]
[  5346.909] (EE) 6: /usr/lib/xorg/modules/libint10.so (VBESetVBEMode+0x76) 
[0x7f382819c486]
[  5346.909] (EE) unw_get_proc_name failed: no unwind info found [-10]
[  5346.909] (EE) 7: /usr/lib/xorg/modules/drivers/vesa_drv.so (?+0x0) 
[0x7f3828592200]
[  5346.910] (EE) unw_get_proc_name failed: no unwind info found [-10]
[  5346.910] (EE) 8: /usr/lib/xorg/modules/drivers/vesa_drv.so (?+0x0) 
[0x7f3828592405]
[  5346.910] (EE) 9: /usr/lib/xorg/Xorg 
(xf86AllocateLinearOffscreenArea+0x1497) [0x556f388b6127]
[  5346.910] (EE) 10: /usr/lib/xorg/Xorg (xf86VTEnter+0x81) [0x556f388aee31]
[  5346.910] (EE) 11: /usr/lib/xorg/Xorg (WakeupHandler+0xb3) [0x556f38874243]
[  5346.910] (EE) 12: /usr/lib/xorg/Xorg (WaitForSomething+0x198) 
[0x556f389dc6b8]
[  5346.910] (EE) 13: /usr/lib/xorg/Xorg (SendErrorToClient+0x113) 
[0x556f3886f473]
[  5346.910] (EE) 14: /usr/lib/xorg/Xorg (InitFonts+0x3bc) [0x556f388736cc]
[  5346.910] (EE) 15: /lib/x86_64-linux-gnu/libc.so.6 (__libc_init_first+0x8a) 
[0x7f382884618a]
[  5346.911] (EE) 16: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0x85) 
[0x7f3828846245]
[  5346.911] (EE) 17: /usr/lib/xorg/Xorg (_start+0x21) [0x556f3885cb71]
[  5346.911] (EE)
[  5346.911] (EE) Segmentation fault at address 0x0
[  5346.911] (EE)
Fatal server error:
[  5346.911] (EE) Caught signal 11 (Segmentation fault). Server aborting
[  5346.911] (EE)
[  5346.911] (EE)
Please consult the The X.Org Foundation support
 at http://wiki.x.org
 for help.
[  5346.911] (EE) Please also check the log file at "/var/log/Xorg.0.log" for 
additional information.
[  5346.911] (EE)
end--

Hopefully, you can help me, I can provide more information if needed,

Thanks for your work,

Dimitri


-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Apr 22  2013 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 274 Feb  7 14:15 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
29:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. 
[AMD/ATI] Picasso/Raven 2 [Radeon Vega Series / Radeon Vega Mobile Series] 
[1002:15d8] (rev c8)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 0 May  7  2013 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---

Contents of /etc/X11/xorg.conf.d:
-
total 0

KMS configuration files:

/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
---
Linux version 4.19.0-5-amd64 (debian-ker...@lists.debian.org) (gcc version 
8.3.0 (Debian 8.3.0-19)) #1 SMP Debian 4.19.37-6 (2019-07-18)

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 71134 Feb 26 16:14 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 70392 Feb 26 21:41 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[ 6.584]
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[ 6.584] Current Operating System: Linux keats 4.19.0-5-amd64 #1 SMP Debian 
4.19.37-6 (2019-07-18) x86_64
[ 6.584] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-5-amd64 
root=UUID=5d41cc9b-817f-44a6-82c9-75898ef11f11 ro vsyscall=emulate quiet
[ 6.584] xorg-server 2:21.1.7-1 (https://www.debian.org/support)
[ 6.584] Current version of pixman: 0.42.2
[ 6.584]Before reporting problems, check http://wiki.

vulkan-validationlayers is marked for autoremoval from testing

2023-02-26 Thread Debian testing autoremoval watch
vulkan-validationlayers 1.3.231.1-1 is marked for autoremoval from testing on 
2023-04-03

It is affected by these RC bugs:
1031576: vulkan-validationlayers: FTBFS in testing: vk_sdk_platform.h:27:2: 
error: #warning "vk_sdk_platform.h is deprecated and will be removed in future 
release! Use VK_SDK_PLATFORM_SUPRRESS_DEPRECATION_WARNING to suppress warning!" 
[-Werror=cpp]
 https://bugs.debian.org/1031576



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl