summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Sebastian Lövdahl [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
attach in linux hangs due to permission denied accessing /proc/pid/root
Bug: https://bugs.openjdk.org/browse/JDK-
8307977
Bug: https://bugs.openjdk.org/browse/JDK-
8226919
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
1034601
Last-Update: 2023-04-18
The attach API uses /proc/pid/root in order to support containers.
Dereferencing this symlink is governed by ptrace access mode PTRACE_MODE_READ_FSCREDS
which may not succeed when running as the user running the JRE.
This breaks running jcmd and jmap as the same user the JVM is running as.
Use tmpdir when pid matches ns_pid.
From
36b554e2de46d77898be4d0feae0ee2171b445bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20L=C3=B6vdahl?= <sebastian.lovdahl@hibox.tv>
Date: Tue, 18 Apr 2023 12:50:32 +0300
Subject: [PATCH]
8226919: Fix dynamic attach in Linux for non-container
environments
Gbp-Pq: Name jdk-
8307977-proposed.patch
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
compile-preview
Gbp-Pq: Name compile-preview.diff
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
arch-add-ports
Gbp-Pq: Name arch-add-ports.diff
Vladimir Petko [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
Use IP address in tests
Forwarded: not-needed
Last-Update: 2023-03-27
Ubuntu build machines are not set up for dns. Use IP addresses to get correct test
outcomes.
Gbp-Pq: Name test-use-ip-address.patch
Vladimir Petko [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
Replace hostname with a non-existant ip address
Forwarded: no
Last-Update: 2023-03-27
In Ubuntu build environment we do not have DNS resolver, causing an unexpected test
failure. Use a non-existant IP address instead of hostname.
Gbp-Pq: Name ldap-timeout-test-use-ip.patch
Vladimir Petko [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
Add missing permissions for TestNG 7.7
Last-Update: 2023-03-24
TestNG has added more configuration properties, allow them in the minimal policy
Gbp-Pq: Name update-permission-test.patch
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
Misalign address in the test rather than structure
mk68-support.diff aligned metaspace structures by 4 bytes breaking the test.
Add 1 to address type rather than aligned structure to produce misaligned pointer.
Gbp-Pq: Name misalign-pointer-for-armhf.patch
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
mips
# DP: Untested patch suggested to fix #983878
# DP: Untested patch suggested to fix #983878
Gbp-Pq: Name mips.diff
Julian Gilbey [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
jlink: Hash of module differs to expected hash recorded in java.base
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944738
Forwarded: not-needed
The cause is the use of dh_strip_nondeterminism late in the build
process. This reorganises the jmod files, which in turn changes their
SHA256 checksums. This would not be a problem, except that the
checksums are saved in java.base.jmod *before* the use of
dh_strip_nondeterminism. Performing this stripping immediately after
each jmod file is created results in the checksums being consistent
throughout.
Gbp-Pq: Name reproducible-build-jmod.diff
Emmanuel Bourg [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
Makes the generated module-info.java files reproducible (removes a captured build path)
Forwarded: no
Gbp-Pq: Name reproducible-module-info.diff
Emmanuel Bourg [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
Makes the generated character data classes reproducible (removes a timestamp and trims a build path captured in the comments)
Forwarded: no
Gbp-Pq: Name reproducible-character-data.diff
Emmanuel Bourg [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
Makes the timestamp in the properties files header reproducible when SOURCE_DATE_EPOCH is specified
Forwarded: no
Gbp-Pq: Name reproducible-properties-timestamp.diff
John Paul Adrian Glaubitz [Fri, 21 Dec 2018 12:18:17 +0000 (15:18 +0300)]
[PATCH] Don't optimize fdlibm-fork for Zero on linux-sparc (Zero)
Gbp-Pq: Name Don-t-optimize-fdlibm-fork-for-Zero-on-linux-sparc-Z.patch
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
make-debug-print
Gbp-Pq: Name make-debug-print.diff
John Paul Adrian Glaubitz [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
Fix alignment issues on m68k
Last Update: 2019-04-29
Last Update: 2019-04-29
Gbp-Pq: Name m68k-support.diff
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
dnd-files
Gbp-Pq: Name dnd-files.diff
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
atk-wrapper-security
Gbp-Pq: Name atk-wrapper-security.diff
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
zero-x32
Gbp-Pq: Name zero-x32.diff
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
machine-flag
Gbp-Pq: Name machine-flag.diff
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
jdk-i18n-pt_BR
Gbp-Pq: Name jdk-i18n-pt_BR.diff
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
jdk-getAccessibleValue
Gbp-Pq: Name jdk-getAccessibleValue.diff
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
s390x-opt
Gbp-Pq: Name s390x-opt.diff
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
multiple-pkcs11-library-init
# HG changeset patch
# User andrew
# Date
1352129932 0
# Node ID
e9c857dcb964dbfa5eef3a3590244cb4d999cf7a
# Parent
1406789608b76d0906881979335d685855f44190
Allow multiple PKCS11 library initialisation to be a non-critical error.
Gbp-Pq: Name multiple-pkcs11-library-init.diff
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
adlc-parser
# DP: fixes an uninitialized memory issue in adlc
# DP: fixes an uninitialized memory issue in adlc
Gbp-Pq: Name adlc-parser.diff
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
default-jvm-cfg
Gbp-Pq: Name default-jvm-cfg.diff
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
icedtea-override-redirect-compiz
Gbp-Pq: Name icedtea-override-redirect-compiz.diff
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
icc_loading_with_symlink
Gbp-Pq: Name icc_loading_with_symlink.diff
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
hotspot-mips-align
Gbp-Pq: Name hotspot-mips-align.diff
OpenJDK Team [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
system-pcsclite
Gbp-Pq: Name system-pcsclite.diff
Matthias Klose [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
openjdk-21 (21.0.6+7-1) unstable; urgency=high
* OpenJDK 21.0.6 release, build 7. Release notes:
https://mail.openjdk.org/pipermail/jdk-updates-dev/2025-January/040828.html
- CVEs:
+ CVE-2025-21502 -
8330045: Enhance array handling.
[ Vladimir Petko ]
* d/rules: disable c2 compiler for boot jdk on s390x to avoid ftbfs.
* d/p/jdk-
8347014-proposed.patch: Define MAP_FIXED_NOREPLACE_value for alpha.
* d/rules: Add -fno-delete-null-pointer-checks for armhf and armel.
The flag was removed in JDK-
8316893 causing JVM lockup.
* d/rules: Dump complete hs_err_pid and replay_pid logs to stdout.
* d/rules: create link to jquery-3.7.1.min.js instead of jquery-3.6.1.min.js.
Also link jquery-ui.min.{js,css} (LP: #
2095455).
* d/{watch,copyright}: regenerate.
[ Matthias Klose ]
* Try to work-around a ftbfs on alpha. For now we keep the
zero-alpha-workaround patch enabled instead of jdk-
8347014-proposed.
* d/rules: Also dump logs for zero builds and for build failures.
[dgit import unpatched openjdk-21 21.0.6+7-1]
Matthias Klose [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
Import openjdk-21_21.0.6+7.orig.tar.xz
[dgit import orig openjdk-21_21.0.6+7.orig.tar.xz]
Matthias Klose [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
Import openjdk-21_21.0.6+7.orig-googletest.tar.xz
[dgit import orig openjdk-21_21.0.6+7.orig-googletest.tar.xz]
Matthias Klose [Wed, 22 Jan 2025 07:58:11 +0000 (08:58 +0100)]
Import openjdk-21_21.0.6+7-1.debian.tar.xz
[dgit import tarball openjdk-21 21.0.6+7-1 openjdk-21_21.0.6+7-1.debian.tar.xz]