Bug#611241: unblock: freebsd-utils/8.1-4
Package: release.debian.org User: release.debian@packages.debian.org Usertags: unblock Please consider unblocking package freebsd-utils It addresses the "backspace key deletes forwards on the kFreeBSD console". It contains the remaining part of option 3 from [1]. The freebsd-utils 8.1-4 also fixes failure of init.d script if kbdcontrol is removed but not purged as pointed out by Sven Joachim [2]. Petr [1] http://lists.debian.org/debian-release/2011/01/msg00090.html [2] http://lists.debian.org/debian-bsd/2011/01/msg00070.html freebsd-utils (8.1-4) unstable; urgency=low [ Petr Salinger ] * enhance kbdcontrol.init, related to Debian Policy, 9.8 Keyboard configuration. See: #605777. -- Aurelien Jarno Sat, 22 Jan 2011 23:44:13 +0100 -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/pine.lnx.4.62.1101270944270.22...@sci.felk.cvut.cz
Re: Volatile Going Away?
Hi, On Thu, Jan 27, 2011 at 12:32:20PM +0200, Teodor MICU wrote: > 2011/1/27 Philipp Kern : > > The volatile functionality will be provided by squeeze-updates instead. > > I think "squeeze-updates" is more appropriate than "-volatile" as the > target for accepted uploads to "squeeze-proposed-updates". I think > this is not only a cosmetic change, but also one that will allow you > to overcome the situations like the one from Debian 5.0 regarding the > upload of spamassassin via volatile for 2010 new year change. > > However, I see that "testing-updates" was not created as an alias to > "squeeze-updates" the same way "testing-proposed-updates" is an alias > to "squeeze-proposed-updates". This should not be done right now, but > it should be done (probably by FTP team) during the "testing" -> > "stable" transition next week when Debian 6.0 will be released. possibly. The only value I see in this is the transparent "we upgrade to the next stable version when it's released" way of upgrading.[1] Apart from that we're not entirely unhappy with only using codenames instead of suite aliases. Kind regards Philipp Kern [1] Which means skipping release notes, recommended upgrading procedures and the like. signature.asc Description: Digital signature
Re: Volatile Going Away?
Hi, 2011/1/27 Philipp Kern : > possibly. The only value I see in this is the transparent "we upgrade to the > next stable version when it's released" way of upgrading.[1] Apart from that > we're not entirely unhappy with only using codenames instead of suite > aliases. Of course, I only use codenames too. I just mentioned it just because it was provided in the past and will probably remain for those who prefer to use "stable" instead of the current code name for stable (lenny or soon to be squeeze). Also, I didn't do any fresh install recently but is this entry added automatically in sources.list the same way the "squeeze main" entry is added? | deb http://ftp.de.debian.org/debian squeeze-updates main Thanks -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/AANLkTi�YRhnzKHCn2DXtFEbhf7RsqDnwOPvyPMu7=g...@mail.gmail.com
rebuild of user-mode-linux
Hi RM, I tried rebuilding user-mode-linux from the latest linux-source-2.6.32 and noticed that there are a few new[1] configuration options that would stall the build process waiting for an answer (or is stdin coming from /dev/null on buildds?). I would need to upload a new package to fix it, that's the easy part. The less easy one is: 1. convincing you to unblock it 2. decide if it's worth enabling DRBD and the other options that have been added to the debian kernel sources. Please see a possible diff below, would you approve that or should I make a more conservative upload not enabling any of the new options? other thoughts? Thanks [1]: yes, probably the options have been added ages ago but I never had time to rebuild the package... commit 1c098d8e81b5f2735e381b3977119861f402f7bd Author: Mattia Dongili Date: Thu Jan 27 07:10:27 2011 +0900 Update to latest kernel config available for squeeze Signed-off-by: Mattia Dongili diff --git a/config.amd64 b/config.amd64 index 6fc6f15..ccec2ae 100644 --- a/config.amd64 +++ b/config.amd64 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.32 -# Sun Jan 3 13:47:42 2010 +# Thu Jan 27 06:22:33 2011 # CONFIG_DEFCONFIG_LIST="arch/$ARCH/defconfig" CONFIG_GENERIC_HARDIRQS=y @@ -56,6 +56,7 @@ CONFIG_X86_L1_CACHE_BYTES=64 CONFIG_X86_INTERNODE_CACHE_BYTES=64 # CONFIG_X86_CMPXCHG is not set CONFIG_X86_L1_CACHE_SHIFT=6 +CONFIG_X86_XADD=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y @@ -69,8 +70,8 @@ CONFIG_CPU_SUP_CENTAUR=y CONFIG_UML_X86=y CONFIG_64BIT=y # CONFIG_X86_32 is not set -# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set -CONFIG_RWSEM_GENERIC_SPINLOCK=y +CONFIG_RWSEM_XCHGADD_ALGORITHM=y +# CONFIG_RWSEM_GENERIC_SPINLOCK is not set CONFIG_3_LEVEL_PGTABLES=y # CONFIG_ARCH_HAS_SC_SIGNALS is not set # CONFIG_ARCH_REUSE_HOST_VSYSCALL_AREA is not set @@ -239,6 +240,8 @@ CONFIG_BLK_DEV_UBD=y CONFIG_BLK_DEV_COW_COMMON=y CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_CRYPTOLOOP=m +CONFIG_BLK_DEV_DRBD=m +CONFIG_DRBD_FAULT_INJECTION=y CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_RAM=m CONFIG_BLK_DEV_RAM_COUNT=16 @@ -927,6 +930,7 @@ CONFIG_AUFS_BRANCH_MAX_127=y CONFIG_AUFS_HINOTIFY=y # CONFIG_AUFS_EXPORT is not set # CONFIG_AUFS_RDU is not set +CONFIG_AUFS_SP_IATTR=y CONFIG_AUFS_SHWH=y # CONFIG_AUFS_BR_RAMFS is not set CONFIG_AUFS_BR_FUSE=y @@ -1203,6 +1207,7 @@ CONFIG_TEXTSEARCH_BM=m CONFIG_TEXTSEARCH_FSM=m CONFIG_HAS_DMA=y CONFIG_NLATTR=y +CONFIG_LRU_CACHE=m # # SCSI device support @@ -1244,6 +1249,7 @@ CONFIG_DM_DELAY=m # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 +CONFIG_MAGIC_SYSRQ_DEFAULT_MASK=0x1 # CONFIG_STRIP_ASM_SYMS is not set # CONFIG_UNUSED_SYMBOLS is not set # CONFIG_DEBUG_FS is not set diff --git a/config.i386 b/config.i386 index bed2e13..9a94b13 100644 --- a/config.i386 +++ b/config.i386 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.32 -# Sun Jan 3 14:11:21 2010 +# Thu Jan 27 06:28:31 2011 # CONFIG_DEFCONFIG_LIST="arch/$ARCH/defconfig" CONFIG_GENERIC_HARDIRQS=y @@ -249,6 +249,8 @@ CONFIG_BLK_DEV_UBD=y CONFIG_BLK_DEV_COW_COMMON=y CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_CRYPTOLOOP=m +CONFIG_BLK_DEV_DRBD=m +CONFIG_DRBD_FAULT_INJECTION=y CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_RAM=m CONFIG_BLK_DEV_RAM_COUNT=16 @@ -936,6 +938,7 @@ CONFIG_AUFS_BRANCH_MAX_127=y CONFIG_AUFS_HINOTIFY=y # CONFIG_AUFS_EXPORT is not set CONFIG_AUFS_RDU=y +CONFIG_AUFS_SP_IATTR=y CONFIG_AUFS_SHWH=y CONFIG_AUFS_BR_RAMFS=y CONFIG_AUFS_BR_FUSE=y @@ -1207,6 +1210,7 @@ CONFIG_TEXTSEARCH_BM=m CONFIG_TEXTSEARCH_FSM=m CONFIG_HAS_DMA=y CONFIG_NLATTR=y +CONFIG_LRU_CACHE=m # # SCSI device support @@ -1248,6 +1252,7 @@ CONFIG_DM_DELAY=m # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 +CONFIG_MAGIC_SYSRQ_DEFAULT_MASK=0x1 # CONFIG_STRIP_ASM_SYMS is not set # CONFIG_UNUSED_SYMBOLS is not set # CONFIG_DEBUG_FS is not set diff --git a/debian/changelog b/debian/changelog index 51314d6..c853b3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +user-mode-linux (2.6.32-1um-4) unstable; urgency=low + + * Update kernel config to the latest availalbe for squeeze + + -- Mattia Dongili Thu, 27 Jan 2011 07:30:00 +0900 + user-mode-linux (2.6.32-1um-3) unstable; urgency=low * Sigh, the new 2.6.32 upload includes the IF_NOTIFY_RESUME patch included -- mattia :wq! -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110127112346.ga30...@kamineko.org
Re: rebuild of user-mode-linux
On Thu, Jan 27, 2011 at 20:23:46 +0900, Mattia Dongili wrote: > diff --git a/debian/changelog b/debian/changelog > index 51314d6..c853b3c 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -1,3 +1,9 @@ > +user-mode-linux (2.6.32-1um-4) unstable; urgency=low Don't use urgency=low if you want it in squeeze r0. > + > + * Update kernel config to the latest availalbe for squeeze ^^ Typo I don't really have an opinion on the details of the config changes. Cheers, Julien signature.asc Description: Digital signature
Re: Volatile Going Away?
On Thu, Jan 27, 2011 at 01:05:06PM +0200, Teodor MICU wrote: > Also, I didn't do any fresh install recently but is this entry added > automatically in sources.list the same way the "squeeze main" entry > is added? > | deb http://ftp.de.debian.org/debian squeeze-updates main It's added like volatile used to be (same question, too), where it turned out that debian-installer only adds it when you install stable. It does not add it when you install testing. Kind regards Philipp Kern signature.asc Description: Digital signature
Re: Bug#611249: gcc-4.4: Fix PR44606 concerning powerpcspe architecture
Not sure, if the release team wants such kind of patches at this stage. At least the version in unstable didn't yet migrate. I won't do this update anyway, mostly offline until Feb 13. Matthias On 27.01.2011 11:57, David Kuehling wrote: Package: src:gcc-4.4 Version: 4.4.5-9 Severity: normal Tags: patch Hi, the attached .debdiff fixes PR44606 [1], a register-allocation bug that (seldomly) miscompiles floating point code in the unofficial powerpcspe port [2]. This is a backport of commit 168347 from GCC svn [3]. The patch modifies debian/rules.patch to only apply the patch on powerpcspe, so there should be no side-effects on other architectures. I verified the patch to compile and be effective on a powerpcspe sid installation running on a P2020RDB development board. I guess the same patch should go into gcc-4.3 as well, going to post a corresponding bug report in the next days. cheers, David [1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44606 [2] http://wiki.debian.org/PowerPCSPEPort [3] http://gcc.gnu.org/viewcvs?view=revision&revision=168347 -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d417138.20...@debian.org
unblock request: mono 2.6.7-5
Dear release team, please unblock mono 2.6.7-5 for testing migration. -5 contains 3 important fixes over -4: * a regression of tailcalls which broke F# * CVE-2010-4254 (+3 changes for the regressions of it) * a crash that could happen when upgrading from lenny with exhausted /dev/shm. The test suite has shown no regression over -4 on any architecture, see: https://buildd.debian.org/pkg.cgi?pkg=mono With the pending release I guess the days for migration should be lowered to something less than 5 days. Attached you can find the debdiff of it. -- Regards, Mirco 'meebey' Bauer PGP-Key ID: 0xEEF946C8 FOSS Developermee...@meebey.net http://www.meebey.net/ PEAR Developermee...@php.net http://pear.php.net/ Debian Developer mee...@debian.org http://www.debian.org/ diff -u mono-2.6.7/mono/mini/mini-amd64.h mono-2.6.7/mono/mini/mini-amd64.h --- mono-2.6.7/mono/mini/mini-amd64.h +++ mono-2.6.7/mono/mini/mini-amd64.h @@ -379,4 +379,6 @@ #define MONO_ARCH_HAVE_SETUP_RESUME_FROM_SIGNAL_HANDLER_CTX 1 +#define MONO_ARCH_USE_OP_TAIL_CALL(caller_sig, callee_sig) mono_metadata_signature_equal ((caller_sig), (callee_sig)) + /* Used for optimization, not complete */ #define MONO_ARCH_IS_OP_MEMBASE(opcode) ((opcode) == OP_X86_PUSH_MEMBASE) diff -u mono-2.6.7/mono/metadata/reflection.c mono-2.6.7/mono/metadata/reflection.c --- mono-2.6.7/mono/metadata/reflection.c +++ mono-2.6.7/mono/metadata/reflection.c @@ -10183,6 +10183,9 @@ mono_g_hash_table_insert (image->generic_def_objects, imethod, rmethod); mono_loader_unlock (); } + + if (!mono_verifier_is_method_valid_generic_instantiation (inflated)) + mono_raise_exception (mono_get_exception_argument ("typeArguments", "Invalid generic arguments")); return mono_method_get_object (mono_object_domain (rmethod), inflated, NULL); } diff -u mono-2.6.7/mono/metadata/class.c mono-2.6.7/mono/metadata/class.c --- mono-2.6.7/mono/metadata/class.c +++ mono-2.6.7/mono/metadata/class.c @@ -4529,6 +4529,9 @@ setup_interface_offsets (class, 0); } + if (class->generic_class && !mono_verifier_class_is_valid_generic_instantiation (class)) + mono_class_set_failure (class, MONO_EXCEPTION_TYPE_LOAD, g_strdup ("Invalid generic instantiation")); + goto leave; leave: diff -u mono-2.6.7/debian/changelog mono-2.6.7/debian/changelog --- mono-2.6.7/debian/changelog +++ mono-2.6.7/debian/changelog @@ -1,3 +1,22 @@ +mono (2.6.7-5) unstable; urgency=low + + [ Zoltan Varga ] + * [7453b31] Fix a merge problem which broke tailcalls and F# support. +(closes: #607465) + + [ Rodrigo Kumpera ] + * [e32c3aa] Check generic instantions for constraint violations. +(CVE-2010-4254, closes: #608288) + * [7905343] Fix corlib testsuite crash. + * [6eb9cab] Handle invalid instantiation of generic methods. + * [fbba0ca] Disable generic instance verification is security is off. + + [ Mirco Bauer ] + * [ec09641] Disable the use of shared memory to make Mono reliable +even when /dev/shm gets exhausted. (closes: #587948) + + -- Mirco Bauer Sun, 09 Jan 2011 19:38:15 +0100 + mono (2.6.7-4) unstable; urgency=high [ Mirco Bauer ] diff -u mono-2.6.7/debian/rules mono-2.6.7/debian/rules --- mono-2.6.7/debian/rules +++ mono-2.6.7/debian/rules @@ -83,7 +83,8 @@ --with-libgdiplus=installed --with-x=yes \ --with-profile4=no \ --with-moonlight=no \ - --enable-quiet-build=no + --enable-quiet-build=no \ + --disable-shared-handles # Mono's build system doesn't like -j > 1 MAKE_FLAGS += -j1 only in patch2: unchanged: --- mono-2.6.7.orig/mono/metadata/icall.c +++ mono-2.6.7/mono/metadata/icall.c @@ -67,6 +67,7 @@ #include #include #include +#include #include #include #include @@ -2432,6 +2433,7 @@ static MonoReflectionType* ves_icall_Type_MakeGenericType (MonoReflectionType *type, MonoArray *type_array) { + MonoClass *class; MonoType *geninst, **types; int i, count; @@ -2450,6 +2452,12 @@ if (!geninst) return NULL; + class = mono_class_from_mono_type (geninst); + + /*we might inflate to the GTD*/ + if (class->generic_class && !mono_verifier_class_is_valid_generic_instantiation (class)) + mono_raise_exception (mono_get_exception_argument ("method", "Invalid generic arguments")); + return mono_type_get_object (mono_object_domain (type), geninst); } only in patch2: unchanged: --- mono-2.6.7.orig/mono/metadata/verify.c +++ mono-2.6.7/mono/metadata/verify.c @@ -6483,6 +6483,25 @@ return FALSE; return TRUE; } + +gboolean +mono_verifier_class_is_valid_generic_instantiation (MonoClass *class) +{ + if (!mono_verifier_is_enabled_for_class (class)) + return TRUE; + return mono_class_is_val
Re: rebuild of user-mode-linux
On Thu, Jan 27, 2011 at 12:42:50PM +0100, Julien Cristau wrote: > On Thu, Jan 27, 2011 at 20:23:46 +0900, Mattia Dongili wrote: > > > diff --git a/debian/changelog b/debian/changelog > > index 51314d6..c853b3c 100644 > > --- a/debian/changelog > > +++ b/debian/changelog > > @@ -1,3 +1,9 @@ > > +user-mode-linux (2.6.32-1um-4) unstable; urgency=low > > Don't use urgency=low if you want it in squeeze r0. > > > + > > + * Update kernel config to the latest availalbe for squeeze > ^^ > Typo > > I don't really have an opinion on the details of the config changes. I fixed the typo and uploaded the package with the diff included in the previous email. Tomorrow morning I'll submit the bug to request unblocking. While testing user-mode-linux I figured that rootstrap is shipping with a default configuration that points to squeeze... I'm embarassed, these UML packages require a bit more love. -- mattia :wq! signature.asc Description: Digital signature
Re: Bug#611249: gcc-4.4: Fix PR44606 concerning powerpcspe architecture
On Thu, Jan 27, 2011 at 14:20:56 +0100, Matthias Klose wrote: > Not sure, if the release team wants such kind of patches at this > stage. At least the version in unstable didn't yet migrate. I won't > do this update anyway, mostly offline until Feb 13. > No, we're only fixing release critical bugs in testing at the moment. Cheers, Julien signature.asc Description: Digital signature
Bug#611267: unblock: gobby-infinote/0.4.93-3
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package gobby-infinote gobby-infinote-dbg in testing has a recommends on an old library debug package that no longer exists. The change is pretty minimal, too: diff -u gobby-infinote-0.4.93/debian/control gobby-infinote-0.4.93/debian/control --- gobby-infinote-0.4.93/debian/control +++ gobby-infinote-0.4.93/debian/control @@ -27,7 +27,7 @@ Priority: extra Architecture: any Depends: ${misc:Depends}, gobby-0.5 (= ${binary:Version}) -Recommends: libinfinity-0.3-dbg, libgtkmm-2.4-dbg +Recommends: libinfinity-0.4-dbg, libgtkmm-2.4-dbg Description: infinote-based collaborative text editor - debugging symbols Gobby is an editor which allows to edit text documents and source files collaboratively over a network. All users could work on the file diff -u gobby-infinote-0.4.93/debian/changelog gobby-infinote-0.4.93/debian/changelog --- gobby-infinote-0.4.93/debian/changelog +++ gobby-infinote-0.4.93/debian/changelog @@ -1,3 +1,9 @@ +gobby-infinote (0.4.93-3) unstable; urgency=low + + * gobby-0.5-dbg: Correct libinfinity debug package version number. + + -- Philipp Kern Fri, 14 Jan 2011 00:07:22 +0100 + gobby-infinote (0.4.93-2) unstable; urgency=low * Apply upstream commit ecfdae11289287fec91513ba406f03d044dc56d9: The package already aged in unstable (13/10) and has all builds ready. unblock gobby-infinote/0.4.93-3 -- System Information: Debian Release: 6.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.37-pkern (SMP w/3 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110127144958.10171.99624.report...@thrall.0x539.de
Bug#611267: unblock: gobby-infinote/0.4.93-3
Hi, unblocked. Martin -- Martin Zobel-Helas | Debian System Administrator Debian & GNU/Linux Developer | Debian Listmaster Public key http://zobel.ftbfs.de/5d64f870.asc - KeyID: 5D64 F870 GPG Fingerprint: 5DB3 1301 375A A50F 07E7 302F 493E FB8E 5D64 F870 -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110127150352.gi13...@ftbfs.de
Processed: closing 611267
Processing commands for cont...@bugs.debian.org: > close 611267 Bug#611267: unblock: gobby-infinote/0.4.93-3 'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing. Bug closed, send any further explanations to Philipp Kern > thanks Stopping processing here. Please contact me if you need assistance. -- 611267: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611267 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.129614067920479.transcr...@bugs.debian.org
Bug#611308: please unblock user-mode-linux 2.6.32-1um-4
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Hi, as mentioned in the ML, user-mode-linux wouldn't build from source with the latest linux-source-2.6.32 package due to new kernel conf options that were not set in u-m-l. In updating the package I decided to enable the new features, they are mostly affecting modules (except for those options set automatically when refreshing the configuration) so it should be safe. The second reason to have the package rebuilt is to get the latest security fixes also compiled for u-m-l. Please unblock. Thanks! Full diff is: commit d3fc4a3f04f67bae4d1fc4f904f35b26554f54b1 Author: Mattia Dongili Date: Thu Jan 27 07:10:27 2011 +0900 Update to latest kernel config available for squeeze Signed-off-by: Mattia Dongili diff --git a/config.amd64 b/config.amd64 index 6fc6f15..ccec2ae 100644 --- a/config.amd64 +++ b/config.amd64 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.32 -# Sun Jan 3 13:47:42 2010 +# Thu Jan 27 06:22:33 2011 # CONFIG_DEFCONFIG_LIST="arch/$ARCH/defconfig" CONFIG_GENERIC_HARDIRQS=y @@ -56,6 +56,7 @@ CONFIG_X86_L1_CACHE_BYTES=64 CONFIG_X86_INTERNODE_CACHE_BYTES=64 # CONFIG_X86_CMPXCHG is not set CONFIG_X86_L1_CACHE_SHIFT=6 +CONFIG_X86_XADD=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y @@ -69,8 +70,8 @@ CONFIG_CPU_SUP_CENTAUR=y CONFIG_UML_X86=y CONFIG_64BIT=y # CONFIG_X86_32 is not set -# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set -CONFIG_RWSEM_GENERIC_SPINLOCK=y +CONFIG_RWSEM_XCHGADD_ALGORITHM=y +# CONFIG_RWSEM_GENERIC_SPINLOCK is not set CONFIG_3_LEVEL_PGTABLES=y # CONFIG_ARCH_HAS_SC_SIGNALS is not set # CONFIG_ARCH_REUSE_HOST_VSYSCALL_AREA is not set @@ -239,6 +240,8 @@ CONFIG_BLK_DEV_UBD=y CONFIG_BLK_DEV_COW_COMMON=y CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_CRYPTOLOOP=m +CONFIG_BLK_DEV_DRBD=m +CONFIG_DRBD_FAULT_INJECTION=y CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_RAM=m CONFIG_BLK_DEV_RAM_COUNT=16 @@ -927,6 +930,7 @@ CONFIG_AUFS_BRANCH_MAX_127=y CONFIG_AUFS_HINOTIFY=y # CONFIG_AUFS_EXPORT is not set # CONFIG_AUFS_RDU is not set +CONFIG_AUFS_SP_IATTR=y CONFIG_AUFS_SHWH=y # CONFIG_AUFS_BR_RAMFS is not set CONFIG_AUFS_BR_FUSE=y @@ -1203,6 +1207,7 @@ CONFIG_TEXTSEARCH_BM=m CONFIG_TEXTSEARCH_FSM=m CONFIG_HAS_DMA=y CONFIG_NLATTR=y +CONFIG_LRU_CACHE=m # # SCSI device support @@ -1244,6 +1249,7 @@ CONFIG_DM_DELAY=m # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 +CONFIG_MAGIC_SYSRQ_DEFAULT_MASK=0x1 # CONFIG_STRIP_ASM_SYMS is not set # CONFIG_UNUSED_SYMBOLS is not set # CONFIG_DEBUG_FS is not set diff --git a/config.i386 b/config.i386 index bed2e13..9a94b13 100644 --- a/config.i386 +++ b/config.i386 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.32 -# Sun Jan 3 14:11:21 2010 +# Thu Jan 27 06:28:31 2011 # CONFIG_DEFCONFIG_LIST="arch/$ARCH/defconfig" CONFIG_GENERIC_HARDIRQS=y @@ -249,6 +249,8 @@ CONFIG_BLK_DEV_UBD=y CONFIG_BLK_DEV_COW_COMMON=y CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_CRYPTOLOOP=m +CONFIG_BLK_DEV_DRBD=m +CONFIG_DRBD_FAULT_INJECTION=y CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_RAM=m CONFIG_BLK_DEV_RAM_COUNT=16 @@ -936,6 +938,7 @@ CONFIG_AUFS_BRANCH_MAX_127=y CONFIG_AUFS_HINOTIFY=y # CONFIG_AUFS_EXPORT is not set CONFIG_AUFS_RDU=y +CONFIG_AUFS_SP_IATTR=y CONFIG_AUFS_SHWH=y CONFIG_AUFS_BR_RAMFS=y CONFIG_AUFS_BR_FUSE=y @@ -1207,6 +1210,7 @@ CONFIG_TEXTSEARCH_BM=m CONFIG_TEXTSEARCH_FSM=m CONFIG_HAS_DMA=y CONFIG_NLATTR=y +CONFIG_LRU_CACHE=m # # SCSI device support @@ -1248,6 +1252,7 @@ CONFIG_DM_DELAY=m # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 +CONFIG_MAGIC_SYSRQ_DEFAULT_MASK=0x1 # CONFIG_STRIP_ASM_SYMS is not set # CONFIG_UNUSED_SYMBOLS is not set # CONFIG_DEBUG_FS is not set diff --git a/debian/changelog b/debian/changelog index 51314d6..e74b108 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +user-mode-linux (2.6.32-1um-4) unstable; urgency=high + + * Update kernel config to the latest available for squeeze + + -- Mattia Dongili Thu, 27 Jan 2011 07:30:00 +0900 + user-mode-linux (2.6.32-1um-3) unstable; urgency=low * Sigh, the new 2.6.32 upload includes the IF_NOTIFY_RESUME patch included -- mattia :wq! -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110127220254.ga19...@kamineko.org
Re: rebuild of user-mode-linux
On Thu, Jan 27, 2011 at 11:14:23PM +0900, Mattia Dongili wrote: ... > While testing user-mode-linux I figured that rootstrap is shipping with > a default configuration that points to squeeze... I'm embarassed, these ^^^ In fact I meant Lenny... Bug#611308 submitted for this. -- mattia :wq! signature.asc Description: Digital signature
please unblock ppp
ppp (2.4.5-5) unstable; urgency=medium * Updated debconf translation: da. (Closes: #601791) -- Marco d'Itri Wed, 19 Jan 2011 23:24:16 +0100 -- ciao, Marco signature.asc Description: Digital signature
please unblock udev
udev (164-4) unstable; urgency=medium * Backported multiple keymap and documentation bug fixes. * Removed dead usplash support code from initramfs.top. (Closes: #609279) * Updated one or more debconf translations. (Closes: #606997) -- Marco d'Itri Wed, 19 Jan 2011 23:32:40 +0100 -- ciao, Marco signature.asc Description: Digital signature
Bug#611308: marked as done (please unblock user-mode-linux 2.6.32-1um-4)
Your message dated Thu, 27 Jan 2011 23:13:06 +0100 with message-id <20110127221306.gv10...@radis.liafa.jussieu.fr> and subject line Re: Bug#611308: please unblock user-mode-linux 2.6.32-1um-4 has caused the Debian Bug report #611308, regarding please unblock user-mode-linux 2.6.32-1um-4 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.) -- 611308: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611308 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Hi, as mentioned in the ML, user-mode-linux wouldn't build from source with the latest linux-source-2.6.32 package due to new kernel conf options that were not set in u-m-l. In updating the package I decided to enable the new features, they are mostly affecting modules (except for those options set automatically when refreshing the configuration) so it should be safe. The second reason to have the package rebuilt is to get the latest security fixes also compiled for u-m-l. Please unblock. Thanks! Full diff is: commit d3fc4a3f04f67bae4d1fc4f904f35b26554f54b1 Author: Mattia Dongili Date: Thu Jan 27 07:10:27 2011 +0900 Update to latest kernel config available for squeeze Signed-off-by: Mattia Dongili diff --git a/config.amd64 b/config.amd64 index 6fc6f15..ccec2ae 100644 --- a/config.amd64 +++ b/config.amd64 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.32 -# Sun Jan 3 13:47:42 2010 +# Thu Jan 27 06:22:33 2011 # CONFIG_DEFCONFIG_LIST="arch/$ARCH/defconfig" CONFIG_GENERIC_HARDIRQS=y @@ -56,6 +56,7 @@ CONFIG_X86_L1_CACHE_BYTES=64 CONFIG_X86_INTERNODE_CACHE_BYTES=64 # CONFIG_X86_CMPXCHG is not set CONFIG_X86_L1_CACHE_SHIFT=6 +CONFIG_X86_XADD=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y @@ -69,8 +70,8 @@ CONFIG_CPU_SUP_CENTAUR=y CONFIG_UML_X86=y CONFIG_64BIT=y # CONFIG_X86_32 is not set -# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set -CONFIG_RWSEM_GENERIC_SPINLOCK=y +CONFIG_RWSEM_XCHGADD_ALGORITHM=y +# CONFIG_RWSEM_GENERIC_SPINLOCK is not set CONFIG_3_LEVEL_PGTABLES=y # CONFIG_ARCH_HAS_SC_SIGNALS is not set # CONFIG_ARCH_REUSE_HOST_VSYSCALL_AREA is not set @@ -239,6 +240,8 @@ CONFIG_BLK_DEV_UBD=y CONFIG_BLK_DEV_COW_COMMON=y CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_CRYPTOLOOP=m +CONFIG_BLK_DEV_DRBD=m +CONFIG_DRBD_FAULT_INJECTION=y CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_RAM=m CONFIG_BLK_DEV_RAM_COUNT=16 @@ -927,6 +930,7 @@ CONFIG_AUFS_BRANCH_MAX_127=y CONFIG_AUFS_HINOTIFY=y # CONFIG_AUFS_EXPORT is not set # CONFIG_AUFS_RDU is not set +CONFIG_AUFS_SP_IATTR=y CONFIG_AUFS_SHWH=y # CONFIG_AUFS_BR_RAMFS is not set CONFIG_AUFS_BR_FUSE=y @@ -1203,6 +1207,7 @@ CONFIG_TEXTSEARCH_BM=m CONFIG_TEXTSEARCH_FSM=m CONFIG_HAS_DMA=y CONFIG_NLATTR=y +CONFIG_LRU_CACHE=m # # SCSI device support @@ -1244,6 +1249,7 @@ CONFIG_DM_DELAY=m # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 +CONFIG_MAGIC_SYSRQ_DEFAULT_MASK=0x1 # CONFIG_STRIP_ASM_SYMS is not set # CONFIG_UNUSED_SYMBOLS is not set # CONFIG_DEBUG_FS is not set diff --git a/config.i386 b/config.i386 index bed2e13..9a94b13 100644 --- a/config.i386 +++ b/config.i386 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.32 -# Sun Jan 3 14:11:21 2010 +# Thu Jan 27 06:28:31 2011 # CONFIG_DEFCONFIG_LIST="arch/$ARCH/defconfig" CONFIG_GENERIC_HARDIRQS=y @@ -249,6 +249,8 @@ CONFIG_BLK_DEV_UBD=y CONFIG_BLK_DEV_COW_COMMON=y CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_CRYPTOLOOP=m +CONFIG_BLK_DEV_DRBD=m +CONFIG_DRBD_FAULT_INJECTION=y CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_RAM=m CONFIG_BLK_DEV_RAM_COUNT=16 @@ -936,6 +938,7 @@ CONFIG_AUFS_BRANCH_MAX_127=y CONFIG_AUFS_HINOTIFY=y # CONFIG_AUFS_EXPORT is not set CONFIG_AUFS_RDU=y +CONFIG_AUFS_SP_IATTR=y CONFIG_AUFS_SHWH=y CONFIG_AUFS_BR_RAMFS=y CONFIG_AUFS_BR_FUSE=y @@ -1207,6 +1210,7 @@ CONFIG_TEXTSEARCH_BM=m CONFIG_TEXTSEARCH_FSM=m CONFIG_HAS_DMA=y CONFIG_NLATTR=y +CONFIG_LRU_CACHE=m # # SCSI device support @@ -1248,6 +1252,7 @@ CONFIG_DM_DELAY=m # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 +CONFIG_MAGIC_SYSRQ_DEFAULT_MASK=0x1 # CONFIG_STRIP_ASM_SYMS is not set # CONFIG_UNUSED_SYMBOLS is not set # CONFIG_DEBUG_FS is not set diff --git a/debian/changelog b/debian/changelog index 51314d6..e74b108 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@
Re: RFC: Prospective NMU of ndoutils-nagios3-mysql to close #607925
On Tue, 2011-01-25 at 13:52 +0100, Alexander Wirt wrote: > > So far as I can see, the possible options are: > > > > - release without ndoutils after all > > - get the kfreebsd-* ndoutils packages removed from unstable > > - use the largest hammer britney has to force the packages in regardless, > > and then ask ftpmaster to remove the kfreebsd-* binaries > > - upload ndoutils built against testing's nagios3 to t-p-u, with a version > > number such as 1.4b9-1.1~squeeze1, in order to be lower than the unstable > > version > > > > My preference would be for the final option, assuming the upload could be > > performed soon. > I'm currently on the road til friday, but I'll see what I can do. After some further discussion, we've gone for a variant on the third option; ndoutils is now in testing (minus the kfreebsd-* binaries). Regards, Adam -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1296167550.17715.1193.ca...@hathi.jungle.funky-badger.org
Bug#610948: unblock: ghostscript/8.71~dfsg2-8
On Wed, Jan 26, 2011 at 07:08:26PM +0100, Julien Cristau wrote: On Mon, Jan 24, 2011 at 12:16:35 +0100, Jonas Smedegaard wrote: >++ Have libgs8 break and replace older ghostscript. Why break? ghostscript depends on libgs8 = ${binary:Version} anyway, so will have to be upgraded at the same time. Agreed. Fixed in new release. Please unblock. Kind regards, - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private signature.asc Description: Digital signature
Bug#610948: marked as done (unblock: ghostscript/8.71~dfsg2-8)
Your message dated Fri, 28 Jan 2011 00:45:59 +0100 with message-id <20110127234559.gw10...@radis.liafa.jussieu.fr> and subject line Re: Bug#610948: unblock: ghostscript/8.71~dfsg2-8 has caused the Debian Bug report #610948, regarding unblock: ghostscript/8.71~dfsg2-8 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.) -- 610948: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610948 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Hi, libgs8 in squeeze requires files from /usr/share/ghostscript/8.71 but does not declare a corresponding dependency on ghostscript. Worse, it could make the transition to libgs9 in wheezy difficult because later versions of ghostscript do not satisfy that dependency. (Bug#485621) The straightforward fix is to move those files from the ghostscript package to libgs8, which Jonas implemented. Please unblock it if it looks sane. I've tested that the package at installs and behaves as advetised in various scenarios but haven't reviewed the diff (attached) yet. The updated libgs8 seems to work well with evince. In the worst case a user can install ghostscript on top to return to the old minimal supported configuration. unblock ghostscript/8.71~dfsg2-8 --- End Message --- --- Begin Message --- On Fri, Jan 28, 2011 at 00:38:50 +0100, Jonas Smedegaard wrote: > On Wed, Jan 26, 2011 at 07:08:26PM +0100, Julien Cristau wrote: > >On Mon, Jan 24, 2011 at 12:16:35 +0100, Jonas Smedegaard wrote: > > > >>>++ Have libgs8 break and replace older ghostscript. > > > >Why break? ghostscript depends on libgs8 = ${binary:Version} anyway, so > >will have to be upgraded at the same time. > > Agreed. Fixed in new release. > > Please unblock. > Actually I unblocked and aged -9 earlier today, so it's in testing as of tonight's britney run. Cheers, Julien signature.asc Description: Digital signature --- End Message ---
Re: please unblock udev
Quoting Marco d'Itri (m...@linux.it): > udev (164-4) unstable; urgency=medium > > * Backported multiple keymap and documentation bug fixes. > * Removed dead usplash support code from initramfs.top. (Closes: #609279) > * Updated one or more debconf translations. (Closes: #606997) If other changes are OK, that last line would be a good reward for at least one translation team (portuguese) as they're missing only udev to reach the 100% Grail in squeeze (assuming that util-linux enters testing). signature.asc Description: Digital signature