vcswatch reports that
this package seems to have a new changelog entry (version
1.0.15136.2-1, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 18a6b63c28a2df8ce68e1ed9046f5a6c2e4c9474
Author: Timo Aaltonen <tjaalton@debian.org>
Date: Fri Sep 15 10:33:14 2023 +0300
version bump
commit 1ed8f2b1f362f5ad317c2fcf499fc3a6df17a816
Merge: 9027eaee9 f2100214c
Author: Timo Aaltonen <tjaalton@debian.org>
Date: Fri Sep 15 10:32:51 2023 +0300
Merge branch 'upstream'
commit f2100214cabfa1491c14e839538831260c2d0510
Author: Jurek, Pawel <pawel.jurek@intel.com>
Date: Tue Sep 12 09:39:45 2023 +0000
StackOverflowDetection: always add private base when ForceAddingStackcallKernelPrerequisites flag is used
StackOverflowDetection mechanism needs stack call prerequisites and setting in implies ForceAddingStackcallKernelPrerequisites flag.
When private base was not used by the kernel the compiler would crash when the flag was enabled, as adding private base was missing under ForceAddingStackcallKernelPrerequisites.
(cherry picked from commit 7c598c81d719144631741b8385dd8a23cb7a7df7)
commit 3a4372bea78aeb3e190d70e6495faf31d8c49de7
Author: Jurek, Pawel <pawel.jurek@intel.com>
Date: Fri Sep 8 09:56:26 2023 +0000
Make ForceAddingStackcallKernelPrerequisites flag available in Linux Release config
The flag is needed for StackOverflow detection feature and which should be available in Release configs.
(cherry picked from commit 6d34b7cf40d57d124a7a35587229ba1a4dca70a8)