Your message dated Fri, 15 Dec 2017 04:35:02 +0000
with message-id <e1ephia-000hjg...@fasolo.debian.org>
and subject line Bug#884420: fixed in openafs 1.6.22-3
has caused the Debian Bug report #884420,
regarding openafs: kernel NULL pointer dereference under Linux 4.14
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.)


-- 
884420: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884420
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: openafs
Version: 1.6.22-2
Severity: important
Tags: upstream

Thanks for looking into #884276.  The module now builds successfully,
but encounters an Oops on load, as detailed below.  The issue appears
to be that 0005-afs-fix-kernel_write-kernel_read-arguments.patch adds
a conditional definition of KERNEL_READ_OFFSET_IS_LAST but then
consults LINUX_KERNEL_READ_OFFSET_IS_LAST (with a leading LINUX_),
which is never defined.  Indeed, configure reports

  checking whether offset is the last argument to kernel_read... yes

Could you please take a look?

Thanks!

------------------------------------------------------------

Dec 14 16:33:25 ghostwheel kernel: [  162.897551] Oops: 0000 [#1] SMP
Dec 14 16:33:25 ghostwheel kernel: [  162.898367] Modules linked in: 
openafs(PO) iptable_filter binfmt_misc iTCO_wdt iTCO_vendor_support 
snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic intel_rapl 
x86_pkg_temp_thermal intel_powerclamp coretemp arc4 rt2800pci rt2800mmio 
rt2800lib i915 rt2x00pci rt2x00mmio kvm_intel rt2x00lib eeprom_93cx6 kvm 
mac80211 cfg80211 snd_hda_intel irqbypass snd_hda_codec snd_hda_core crc_ccitt 
video crct10dif_pclmul snd_hwdep snd_pcm rfkill crc32_pclmul drm_kms_helper 
snd_timer ghash_clmulni_intel intel_cstate drm snd soundcore intel_uncore 
mei_me mei lpc_ich intel_rapl_perf shpchp mfd_core i2c_algo_bit tpm_infineon 
evdev sg serio_raw pcspkr button wmi nft_counter nft_meta nft_set_bitmap 
nft_set_hash nft_set_rbtree nft_chain_route_ipv4 nf_tables_inet nf_tables_ipv6 
nf_tables_ipv4 nf_tables nfnetlink
Dec 14 16:33:25 ghostwheel kernel: [  162.902194]  cuse fuse ecryptfs 
parport_pc nfsd auth_rpcgss nfs_acl ppdev lockd grace sunrpc lp parport loop 
dm_crypt ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 fscrypto ecb btrfs 
zstd_decompress zstd_compress xxhash raid10 raid456 async_raid6_recov 
async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c crc32c_generic 
raid0 multipath linear dm_mirror dm_region_hash dm_log dm_mod hid_generic 
usbhid hid raid1 md_mod sr_mod cdrom sd_mod uas usb_storage crc32c_intel 
aesni_intel i2c_i801 aes_x86_64 crypto_simd cryptd glue_helper ahci libahci 
xhci_pci libata xhci_hcd ehci_pci ehci_hcd r8169 scsi_mod mii usbcore usb_common
Dec 14 16:33:25 ghostwheel kernel: [  162.905523] CPU: 0 PID: 3394 Comm: afsd 
Tainted: P           O    4.14.0-1-amd64 #1 Debian 4.14.2-1
Dec 14 16:33:25 ghostwheel kernel: [  162.906667] Hardware name: Gateway 
DX4860/IPISB-VR, BIOS P02-A1 08/01/2011
Dec 14 16:33:25 ghostwheel kernel: [  162.907814] task: ffff9bd997352000 
task.stack: ffffa85741cd4000
Dec 14 16:33:25 ghostwheel kernel: [  162.908977] RIP: 
0010:rw_verify_area+0x1a/0xb0
Dec 14 16:33:25 ghostwheel kernel: [  162.910128] RSP: 0018:ffffa85741cd7b88 
EFLAGS: 00010206
Dec 14 16:33:25 ghostwheel kernel: [  162.911295] RAX: 00000000ffffffea RBX: 
0000000000000014 RCX: 0000000000000014
Dec 14 16:33:25 ghostwheel kernel: [  162.912484] RDX: 0000000000000000 RSI: 
ffff9bd9b0194400 RDI: 0000000000000001
Dec 14 16:33:25 ghostwheel kernel: [  162.913643] RBP: ffffa85741cd7b98 R08: 
ffffffffffffffff R09: ffff9bd990f4fb98
Dec 14 16:33:25 ghostwheel kernel: [  162.914800] R10: ffffa85741cd7c18 R11: 
ffffa85741cd7740 R12: fffffffffffffff2
Dec 14 16:33:25 ghostwheel kernel: [  162.915955] R13: 0000000000000000 R14: 
ffffa85741cd7cb4 R15: ffff9bd9b0194400
Dec 14 16:33:25 ghostwheel kernel: [  162.917132] FS:  00007f5694d90700(0000) 
GS:ffff9bd9bf400000(0000) knlGS:0000000000000000
Dec 14 16:33:25 ghostwheel kernel: [  162.918311] CS:  0010 DS: 0000 ES: 0000 
CR0: 0000000080050033
Dec 14 16:33:25 ghostwheel kernel: [  162.919497] CR2: 0000000000000000 CR3: 
0000000212062003 CR4: 00000000000606f0
Dec 14 16:33:25 ghostwheel kernel: [  162.920676] Call Trace:
Dec 14 16:33:25 ghostwheel kernel: [  162.921871]  vfs_write+0x73/0x1a0
Dec 14 16:33:25 ghostwheel kernel: [  162.923044]  kernel_write+0x31/0x50
Dec 14 16:33:25 ghostwheel kernel: [  162.924226]  osi_rdwr+0xcf/0x100 [openafs]
Dec 14 16:33:25 ghostwheel kernel: [  162.925420]  afs_osi_Write+0xec/0x1d0 
[openafs]
Dec 14 16:33:25 ghostwheel kernel: [  162.926605]  afs_InitCacheInfo+0xd7/0x130 
[openafs]
Dec 14 16:33:25 ghostwheel kernel: [  162.927792]  
afs_syscall_call+0xe6f/0x1c40 [openafs]
Dec 14 16:33:25 ghostwheel kernel: [  162.928993]  ? dx_release+0x33/0x50 [ext4]
Dec 14 16:33:25 ghostwheel kernel: [  162.930176]  afs_syscall+0x1f6/0x580 
[openafs]
Dec 14 16:33:25 ghostwheel kernel: [  162.931369]  ? do_filp_open+0xaf/0x110
Dec 14 16:33:25 ghostwheel kernel: [  162.932578]  afs_unlocked_ioctl+0x72/0xd0 
[openafs]
Dec 14 16:33:25 ghostwheel kernel: [  162.933756]  
proc_reg_unlocked_ioctl+0x3f/0x70
Dec 14 16:33:25 ghostwheel kernel: [  162.934934]  do_vfs_ioctl+0xa5/0x600
Dec 14 16:33:25 ghostwheel kernel: [  162.936104]  ? putname+0x4c/0x60
Dec 14 16:33:25 ghostwheel kernel: [  162.937279]  SyS_ioctl+0x79/0x90
Dec 14 16:33:25 ghostwheel kernel: [  162.938433]  
system_call_fast_compare_end+0xc/0x97
Dec 14 16:33:25 ghostwheel kernel: [  162.939587] RIP: 0033:0x7f56947605e7
Dec 14 16:33:25 ghostwheel kernel: [  162.940741] RSP: 002b:00007ffe84d193f8 
EFLAGS: 00000206 ORIG_RAX: 0000000000000010
Dec 14 16:33:25 ghostwheel kernel: [  162.941927] RAX: ffffffffffffffda RBX: 
0000000000000003 RCX: 00007f56947605e7
Dec 14 16:33:25 ghostwheel kernel: [  162.943104] RDX: 00007ffe84d19410 RSI: 
0000000040084301 RDI: 0000000000000003
Dec 14 16:33:25 ghostwheel kernel: [  162.944300] RBP: 0000000000000004 R08: 
0000562fdc447d88 R09: 00007ffe84d19440
Dec 14 16:33:25 ghostwheel kernel: [  162.945499] R10: 0000000000000000 R11: 
0000000000000206 R12: 0000000000000003
Dec 14 16:33:25 ghostwheel kernel: [  162.946685] R13: 0000000000000004 R14: 
00007ffe84d194bc R15: 0000562fdc43fce0
Dec 14 16:33:25 ghostwheel kernel: [  162.947877] Code: 48 c7 c3 f7 ff ff ff e9 
56 ff ff ff e8 f0 59 e4 ff 66 66 66 66 90 48 85 c9 4c 8b 4e 20 b8 ea ff ff ff 
78 40 55 48 89 e5 41 54 53 <48> 8b 12 48 85 d2 78 33 48 89 d3 48 01 cb 78 77 49 
83 b9 70 01 
Dec 14 16:33:25 ghostwheel kernel: [  162.949186] RIP: rw_verify_area+0x1a/0xb0 
RSP: ffffa85741cd7b88
Dec 14 16:33:25 ghostwheel kernel: [  162.950516] CR2: 0000000000000000
Dec 14 16:33:25 ghostwheel kernel: [  162.951873] ---[ end trace 
699e2ad9de1871a7 ]---
Dec 14 16:33:25 ghostwheel kernel: [  162.955029] Key type afs_pag unregistered

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, x32

Kernel: Linux 4.14.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

--- End Message ---
--- Begin Message ---
Source: openafs
Source-Version: 1.6.22-3

We believe that the bug you reported is fixed in the latest version of
openafs, 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 884...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Kaduk <ka...@mit.edu> (supplier of updated openafs 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: Thu, 14 Dec 2017 21:08:16 -0600
Source: openafs
Binary: openafs-client openafs-fuse openafs-kpasswd openafs-fileserver 
openafs-dbserver openafs-doc openafs-krb5 libkopenafs1 libafsauthent1 
libafsrpc1 libopenafs-dev openafs-modules-source openafs-modules-dkms 
libpam-openafs-kaserver
Architecture: source amd64 all
Version: 1.6.22-3
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Kaduk <ka...@mit.edu>
Changed-By: Benjamin Kaduk <ka...@mit.edu>
Description:
 libafsauthent1 - AFS distributed file system runtime library (authentication)
 libafsrpc1 - AFS distributed file system runtime library (RPC layer)
 libkopenafs1 - AFS distributed file system runtime library (PAGs)
 libopenafs-dev - AFS distributed filesystem development libraries
 libpam-openafs-kaserver - AFS distributed filesystem kaserver PAM module
 openafs-client - AFS distributed filesystem client support
 openafs-dbserver - AFS distributed filesystem database server
 openafs-doc - AFS distributed filesystem documentation
 openafs-fileserver - AFS distributed filesystem file server
 openafs-fuse - AFS distributed file system experimental FUSE client
 openafs-kpasswd - AFS distributed filesystem old password changing
 openafs-krb5 - AFS distributed filesystem Kerberos 5 integration
 openafs-modules-dkms - AFS distributed filesystem kernel module DKMS source
 openafs-modules-source - AFS distributed filesystem kernel module source
Closes: 884420
Changes:
 openafs (1.6.22-3) unstable; urgency=medium
 .
   * Pull in upstream patch to avoid OOPS on linux 4.14 kernels.
     (Closes: #884420)
   * Pull in pending upstream patch to include stdint.h where needed.
     This should allow Ubuntu to return to syncing openafs from Debian.
Checksums-Sha1:
 6a8087754624acb427474a700fecac4fa5af8236 3726 openafs_1.6.22-3.dsc
 cdee52ef481890a58e5ff3f1d942fcb6ee917ef5 140048 openafs_1.6.22-3.debian.tar.xz
 f9f3429e9cf813b338b777599b688f54520a98ed 579196 
libafsauthent1-dbgsym_1.6.22-3_amd64.deb
 de12e5f3e85dc2b76d8ebe6fbbff2990cf3d931f 230680 
libafsauthent1_1.6.22-3_amd64.deb
 49a02932c3737043b266957730745c13bd3f5a80 403392 
libafsrpc1-dbgsym_1.6.22-3_amd64.deb
 91ff651ef03eb0d675fb9c4e496853acad37bdce 215260 libafsrpc1_1.6.22-3_amd64.deb
 822bde7d4f88bbb318d7976ec6350b675db3b1ca 8544 
libkopenafs1-dbgsym_1.6.22-3_amd64.deb
 8151538d051934e0ea8da0513f9e5a8bdadd9fe9 102932 libkopenafs1_1.6.22-3_amd64.deb
 8750605f426b3634519f8c98b4ceb7054539e23c 111744 
libopenafs-dev-dbgsym_1.6.22-3_amd64.deb
 4daf263304acd5ba1d7e6707a9282cfa3c4d7a94 1598500 
libopenafs-dev_1.6.22-3_amd64.deb
 a18ab1214837ba39f379c6dbaa4683cf516ce183 1201504 
libpam-openafs-kaserver-dbgsym_1.6.22-3_amd64.deb
 f73053a14e3b219242a23857d60fbfd67eb60595 197136 
libpam-openafs-kaserver_1.6.22-3_amd64.deb
 4e18f1dfea0a882609f67b3dd3ec6413918f6671 9565800 
openafs-client-dbgsym_1.6.22-3_amd64.deb
 630e8f7c490609f15591ec39e0a0ba77c720831f 1993704 
openafs-client_1.6.22-3_amd64.deb
 fa72f77a530d9a2252b55ab4e4eadb562515688c 2422004 
openafs-dbserver-dbgsym_1.6.22-3_amd64.deb
 c5464de4a8ea1b81022adbfbb006c013e91e4d02 473028 
openafs-dbserver_1.6.22-3_amd64.deb
 6edbf62b566c1dcc19923e9de6eba8a25d699754 4000976 openafs-doc_1.6.22-3_all.deb
 0d7457372d9af7c82ba5a76c0ba82584cfee4e83 10199340 
openafs-fileserver-dbgsym_1.6.22-3_amd64.deb
 8c0d7cb89f314541d613510bd988686c1b904d5d 1379192 
openafs-fileserver_1.6.22-3_amd64.deb
 122221ac0e14a37e2567f16ee2ddaf6e62af9b1a 1946968 
openafs-fuse-dbgsym_1.6.22-3_amd64.deb
 80c6809891ec4a71cdfdf00fa3304e76982f1487 309192 openafs-fuse_1.6.22-3_amd64.deb
 9a2e418a3b43c4917c7f7c62b0663da00da7556d 887324 
openafs-kpasswd-dbgsym_1.6.22-3_amd64.deb
 fb84e796705cc2e0d8e0fb9fdc5bdb7f98c3c934 206496 
openafs-kpasswd_1.6.22-3_amd64.deb
 be4380b998e3f6b0e6bb09373c83be272dd4684f 1000604 
openafs-krb5-dbgsym_1.6.22-3_amd64.deb
 c0e4adfd2165fc6826a58469e500360bb2723d3e 274516 openafs-krb5_1.6.22-3_amd64.deb
 eeee46e5330e46658d4802eae0d1010a4d6bdd1a 953220 
openafs-modules-dkms_1.6.22-3_all.deb
 0e590d072382541cdfc65d6e9026a9ea10fc7852 1161504 
openafs-modules-source_1.6.22-3_all.deb
 4b48f1f63d071bb483b221468824ea31fb7d53e3 17200 openafs_1.6.22-3_amd64.buildinfo
Checksums-Sha256:
 b11d0c8614ff69191b4c26961af20beb8220b3088cffa784f7b1129bae9435b4 3726 
openafs_1.6.22-3.dsc
 f40e1fa7de899e2ed70904ec03d7cd5a68831cb31d71f767498fa6abe6c3dad3 140048 
openafs_1.6.22-3.debian.tar.xz
 7bf528cb8401a2ca8cc9622a46d5d25fc21a16d70551bcf1396a430ac071a9fe 579196 
libafsauthent1-dbgsym_1.6.22-3_amd64.deb
 039037d7737622e61731ba00065e511630db5300825943d95b6d39e05c77eae4 230680 
libafsauthent1_1.6.22-3_amd64.deb
 be71e8905607123f75de198969c3a89fb7854c705a3dfdfb818d8916603d4c7f 403392 
libafsrpc1-dbgsym_1.6.22-3_amd64.deb
 5b0a18ade837f040cae288f6c118b6a692104481153dc1de499032fbd17320c4 215260 
libafsrpc1_1.6.22-3_amd64.deb
 b729d98bb8512bbd0da20a17080ad228af73e35891c44e96d88d6c3b98442671 8544 
libkopenafs1-dbgsym_1.6.22-3_amd64.deb
 fda08cc20eff90c61fca86d988ee536473779d413e9178016fa59695a09eee36 102932 
libkopenafs1_1.6.22-3_amd64.deb
 ece9936e43a5bb53a9967ab702e0d201da2eaa160971b098671be0700ac62a41 111744 
libopenafs-dev-dbgsym_1.6.22-3_amd64.deb
 ad40dd5a8c988de016e64576d898fabbc8d600ba1b2bc528cdf74de43db2ac14 1598500 
libopenafs-dev_1.6.22-3_amd64.deb
 130678b3815a274dc9ca3cbe396d3d1a18523bf5befe8ae4efc437c44813405a 1201504 
libpam-openafs-kaserver-dbgsym_1.6.22-3_amd64.deb
 9db6227cd958cdff6bfdca710b1dda7399609187e93e392f0f8def1d9c7d39a6 197136 
libpam-openafs-kaserver_1.6.22-3_amd64.deb
 19929b9bb290642e09970f7e19f609c8846493956e8570173d0a97d74f4262e9 9565800 
openafs-client-dbgsym_1.6.22-3_amd64.deb
 58e2ffcf03080af55d573f0b9fca045b114511241c12aba8ff4a4fd9a5aefb35 1993704 
openafs-client_1.6.22-3_amd64.deb
 f4623e3b3effeee6cca97a657fc425b92a0343173062f10a07175051e8c37147 2422004 
openafs-dbserver-dbgsym_1.6.22-3_amd64.deb
 417d243d91153b35672b1f6044aa526785368f19e5c1a1cf506d96ca2d48e070 473028 
openafs-dbserver_1.6.22-3_amd64.deb
 a33a8a67999f01dd88a25710ff188380e3cc5997d91b3fcbc1967ab809aa6823 4000976 
openafs-doc_1.6.22-3_all.deb
 0e5724bf5aea6dd9fc5d9ad91332b29e8b2c4aaedad2d9b976d2097a893c55c6 10199340 
openafs-fileserver-dbgsym_1.6.22-3_amd64.deb
 85cfa966aebf51ed38c198668019b33569a5d0331e5b526891de6650b70a5969 1379192 
openafs-fileserver_1.6.22-3_amd64.deb
 2d17aee60d72a3c7be2dadbb1ba3a2da9baef9532f717ca84f6442a2387c7a14 1946968 
openafs-fuse-dbgsym_1.6.22-3_amd64.deb
 7e00bb903f0f28c520750cbff71674e93538fbdfe0cc6889368db25412c90b31 309192 
openafs-fuse_1.6.22-3_amd64.deb
 3ec18f8952edbf7dd9339fdb0d7763532a514fe287e10e81fed0d7fd533f3a31 887324 
openafs-kpasswd-dbgsym_1.6.22-3_amd64.deb
 0b4bc7a5e9b22a1e9d898a01185cd4d96530d07640c4fa1cd5b2cb2d110cfe80 206496 
openafs-kpasswd_1.6.22-3_amd64.deb
 d2637fc598a638091f5dbe048217c0805d4236925eedd7d6ce522f505c4ffb0a 1000604 
openafs-krb5-dbgsym_1.6.22-3_amd64.deb
 50a9a756d7b0bff75735652d45308cc22b737a9c8868450d1aa1dd9e46ad9474 274516 
openafs-krb5_1.6.22-3_amd64.deb
 0c80428d3c84c9a65cc74ada76474d1a1ad50146f84c0ea77d411ddee649addd 953220 
openafs-modules-dkms_1.6.22-3_all.deb
 f870df4b2117e38af1194df60f83f13f10ef1b5020322f33c59da9a13441b4e4 1161504 
openafs-modules-source_1.6.22-3_all.deb
 a02c1b261e515ec45ce32cee884767b93b80cdf7938c9df7314d6d35642396b0 17200 
openafs_1.6.22-3_amd64.buildinfo
Files:
 de7ccb34bca0ebe1fa322917b2d4a437 3726 net optional openafs_1.6.22-3.dsc
 6b472eb516920aa8d3cf02e4c96ad83a 140048 net optional 
openafs_1.6.22-3.debian.tar.xz
 81ee7ae8d28dc9b680af066c08f1c915 579196 debug optional 
libafsauthent1-dbgsym_1.6.22-3_amd64.deb
 39d32105bc62514dcfdb33baa1694bec 230680 libs optional 
libafsauthent1_1.6.22-3_amd64.deb
 e16b2a9b8b6059f9c34158922b305dc3 403392 debug optional 
libafsrpc1-dbgsym_1.6.22-3_amd64.deb
 b499d6ec8d0f5c6a6905d087a337e292 215260 libs optional 
libafsrpc1_1.6.22-3_amd64.deb
 4633758765a30e05e870d6078bdd7b16 8544 debug optional 
libkopenafs1-dbgsym_1.6.22-3_amd64.deb
 1771eb398b2e7e22c42a32f25ff2153f 102932 libs optional 
libkopenafs1_1.6.22-3_amd64.deb
 7400b1898459413ffcd165e12ed14447 111744 debug optional 
libopenafs-dev-dbgsym_1.6.22-3_amd64.deb
 1c707f920e878f1459773b71779caa7b 1598500 libdevel optional 
libopenafs-dev_1.6.22-3_amd64.deb
 f8571b2542b2fc3c4ece8c24c2cc983e 1201504 debug optional 
libpam-openafs-kaserver-dbgsym_1.6.22-3_amd64.deb
 d24c2cd36761d51512661cbf9c5a326f 197136 admin optional 
libpam-openafs-kaserver_1.6.22-3_amd64.deb
 3bae692af4bb28da80de233a2f442ddb 9565800 debug optional 
openafs-client-dbgsym_1.6.22-3_amd64.deb
 d2ac6bac2055bd329f9d68dfd84058fd 1993704 net optional 
openafs-client_1.6.22-3_amd64.deb
 78a7110959643f236cd04da076867ee2 2422004 debug optional 
openafs-dbserver-dbgsym_1.6.22-3_amd64.deb
 8fd0f1d03abb5ae58d32c11c55c720a5 473028 net optional 
openafs-dbserver_1.6.22-3_amd64.deb
 bca73a0eb33d7acb95d99241728d9b19 4000976 doc optional 
openafs-doc_1.6.22-3_all.deb
 1e60d362689a99c8be38ab7971bc957a 10199340 debug optional 
openafs-fileserver-dbgsym_1.6.22-3_amd64.deb
 da6bcf8fdde69ee43172f4de4270e0b5 1379192 net optional 
openafs-fileserver_1.6.22-3_amd64.deb
 37ac5b5105be44962b12158afd4f48dd 1946968 debug optional 
openafs-fuse-dbgsym_1.6.22-3_amd64.deb
 43789e291f0ea2a86d2e70e8624361f5 309192 net optional 
openafs-fuse_1.6.22-3_amd64.deb
 a93c83f4e691d5ecf31ff2e4100b4d11 887324 debug optional 
openafs-kpasswd-dbgsym_1.6.22-3_amd64.deb
 94a0466a7aafd04e34eab3072347166b 206496 net optional 
openafs-kpasswd_1.6.22-3_amd64.deb
 41a501c72e0b061692be1182cdebb783 1000604 debug optional 
openafs-krb5-dbgsym_1.6.22-3_amd64.deb
 b99aaaa52b16b97c07e7336f5800765b 274516 net optional 
openafs-krb5_1.6.22-3_amd64.deb
 0a00a114bfad9b101725be99086bfee8 953220 kernel optional 
openafs-modules-dkms_1.6.22-3_all.deb
 c3ea3fc7822a2f5845fd16fda565daf5 1161504 kernel optional 
openafs-modules-source_1.6.22-3_all.deb
 b45a281809fbf7128a236ff4dacf517a 17200 net optional 
openafs_1.6.22-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQHGBAEBCgAsFiEE2WGV4E2ARf9BYP0XKNmm82TrdRIFAlozQBkOHGthZHVrQG1p
dC5lZHUACgkQKNmm82TrdRJvnAwg1Ijah9VOza7ZAkO4UqGCYrJhUprGl5SF0czg
nLVAPZT7K/vzyosQemPN48RlTu00yOPKA80UMygIPgkRMaELVF1GtL9B3W+sJoVg
CC+Zwmje26Cgzx8bwzJFVf9mnzW4BoOnuCHY5iqdXL/veIeWclx/0z/3QfOpDm3n
UxJDRzeIcXpXS6niZBEKWKNg9bHqf3udZCpEuSD5u39EriDur53t1q9zY6Wu9fQw
C5+Lzit/W8JVe0n6gg8EqZqfrzKSD2+4vcEh61YLZunAwK9Eom12E9L0mCvoqU1b
yPd5ETXdJmge67bRJikBk1ycm1NABh13ynGCLkmXnxACaw7EXlP8KsbBNcsDMM9K
oQUweR9tESJssi/R9VD2F9h31gviAEzE7l+w6TZ7lhZrzvwoLf3+ytZqz40QyqRa
uiXmiUrKxe8tYZXlvWO4pBQvxSGsKX8aTW1rLWEzBLf8A27gikR5hEp0+4U23Q2L
vwOzIZxeji7DIbv8Ej82sYBbrDoGn4ov8w==
=k6hs
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to