Your message dated Thu, 22 Apr 2004 18:27:05 +0200 with message-id <[EMAIL PROTECTED]> and subject line Packages were removed has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 22 Sep 2003 10:43:57 +0000 >From [EMAIL PROTECTED] Mon Sep 22 05:43:55 2003 Return-path: <[EMAIL PROTECTED]> Received: from pweis-server.de (arthur.pweis.com) [217.160.179.57] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1A1OAc-00052u-00; Mon, 22 Sep 2003 05:43:54 -0500 Received: from zaphod.pweis.com (authenticated) by arthur.pweis.com with esmtp (Exim 4.22 #1 (Debian)) id 1A1OAW-0004vS-OD; Mon, 22 Sep 2003 12:43:49 +0200 Received: from pweis by zaphod.pweis.com with local (Exim 3.35 #1 (Debian)) id 1A1OAU-0002Lo-00; Mon, 22 Sep 2003 12:43:46 +0200 Date: Mon, 22 Sep 2003 12:43:46 +0200 From: Philipp Weis <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: cryptoloop-source: Patch does not apply to 2.4.22. Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Reportbug-Version: 2.28 User-Agent: Mutt/1.5.4i Sender: Philipp Weis <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE version=2.53-bugs.debian.org_2003_9_21 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_21 (1.174.2.15-2003-03-30-exp) Package: cryptoloop-source Version: 0.0.0+0.0.1-pre1-9 Severity: important The loop-jari patch does not cleanly apply to kernel-source-2.4.22-1. The following hunk is rejected, as line 685 of the original loop.c has changed. *************** *** 681,698 **** lo->transfer = NULL; lo->ioctl = NULL; figure_loop_size(lo); - lo->old_gfp_mask = inode->i_mapping->gfp_mask; - inode->i_mapping->gfp_mask = GFP_NOIO; - bs = 0; - if (blksize_size[MAJOR(lo_device)]) - bs = blksize_size[MAJOR(lo_device)][MINOR(lo_device)]; - if (!bs) - bs = BLOCK_SIZE; - set_blocksize(dev, bs); - lo->lo_bh = lo->lo_bhtail = NULL; kernel_thread(loop_thread, lo, CLONE_FS | CLONE_FILES | CLONE_SIGHAND); down(&lo->lo_sem); --- 858,874 ---- lo->transfer = NULL; lo->ioctl = NULL; figure_loop_size(lo); + if (lo_flags & LO_FLAGS_DO_BMAP) { + lo->old_gfp_mask = inode->i_mapping->gfp_mask; + inode->i_mapping->gfp_mask = GFP_NOIO | __GFP_HIGH; + } else { + lo->old_gfp_mask = -1; + } + loop_hardsizes[MINOR(dev)] = hardsz; + loop_set_softblksz(lo, dev); kernel_thread(loop_thread, lo, CLONE_FS | CLONE_FILES | CLONE_SIGHAND); down(&lo->lo_sem); -- System Information: Debian Release: 3.0 Architecture: i386 Kernel: Linux zaphod 2.4.20zaphod #1 Sat Aug 23 18:07:26 CEST 2003 i686 Locale: LANG=en_US, LC_CTYPE=en_US Versions of packages cryptoloop-source depends on: ii bash 2.05a-11 The GNU Bourne Again SHell ii build-essential 6 Informational list of build-essent ii cryptoapi-core-source 0.1.0-4 CryptoAPI core kernel module ii grep-dctrl 1.9 Grep Debian package information ii kernel-patch-scripts 0.99.27 Scripts to help dealing with packa ii patch 2.5.4-11 Apply a diff file to an original -- no debconf information -- ===================================================================== Philipp Weis email: [EMAIL PROTECTED] Freiburg, Germany web: http://pweis.com/ ===================================================================== GnuPG public key available from pweis.com or keyservers (ID 41D95A4A) ===================================================================== --------------------------------------- Received: (at 212145-done) by bugs.debian.org; 22 Apr 2004 16:27:12 +0000 >From [EMAIL PROTECTED] Thu Apr 22 09:27:12 2004 Return-path: <[EMAIL PROTECTED]> Received: from mail.sorgfalt.net [217.160.169.191] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BGh2e-0002Mf-00; Thu, 22 Apr 2004 09:27:12 -0700 Received: from p50839807.dip.t-dialin.net ([80.131.152.7] helo=djpig.djpig.de) by mail.sorgfalt.net with asmtp (Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.35 (Sorgfalt)) id 1BGh2d-0003sH-00; Thu, 22 Apr 2004 18:27:11 +0200 Received: from djpig by djpig.djpig.de with local (Exim 3.35 #1 (Debian)) id 1BGh2X-0002cY-00; Thu, 22 Apr 2004 18:27:05 +0200 Date: Thu, 22 Apr 2004 18:27:05 +0200 From: Frank Lichtenheld <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Packages were removed Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: Frank Lichtenheld <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 12 The cryptoapi-core-source and cryptoloop-source packages were removed from Debian unstable yesterday so I close their remaining bugs. [Date: Wed, 21 Apr 2004 18:37:55 -0400] [ftpmaster: James Troup] Removed the following packages from unstable: cryptoapi-core-source | 0.1.0-5 | source, all cryptoloop-source | 0.0.0+0.0.1-pre1-10 | source, all Closed bugs: 242245 ------------------- Reason ------------------- ROM; unmaintained, don't apply to modern kernel. ---------------------------------------------- Gruesse, -- Frank Lichtenheld <[EMAIL PROTECTED]> www: http://www.djpig.de/