linux 3.2.0-36.57 source package in Ubuntu

Changelog

linux (3.2.0-36.57) precise-proposed; urgency=low

  [Luis Henriques]

  * Release Tracking Bug
    - LP: #1097389

  [ Chris J Arges ]

  * Revert "SAUCE: fsnotify: dont put marks on temporary list when clearing
    marks by group"
    - LP: #1096137
  * Revert "SAUCE: fsnotify: introduce locked versions of
    fsnotify_add_mark() and fsnotify_remove_mark()"
    - LP: #1096137
  * Revert "SAUCE: fsnotify: pass group to fsnotify_destroy_mark()"
    - LP: #1096137
  * Revert "SAUCE: fsnotify: use a mutex instead of a spinlock to protect a
    groups mark list"
    - LP: #1096137
  * Revert "SAUCE: fanotify: add an extra flag to mark_remove_from_mask
    that indicates wheather a mark should be destroyed"
    - LP: #1096137
  * Revert "SAUCE: fsnotify: take groups mark_lock before mark lock"
    - LP: #1096137
  * Revert "SAUCE: fsnotify: use reference counting for groups"
    - LP: #1096137
  * Revert "SAUCE: fsnotify: introduce fsnotify_get_group()"
    - LP: #1096137

  [ Upstream Kernel Changes ]

  * fsnotify: introduce fsnotify_get_group()
    - LP: #1096137
  * fsnotify: use reference counting for groups
    - LP: #1096137
  * fsnotify: take groups mark_lock before mark lock
    - LP: #1096137
  * fanotify: add an extra flag to mark_remove_from_mask that indicates
    wheather a mark should be destroyed
    - LP: #1096137
  * fsnotify: use a mutex instead of a spinlock to protect a groups mark
    list
    - LP: #1096137
  * fsnotify: pass group to fsnotify_destroy_mark()
    - LP: #1096137
  * fsnotify: introduce locked versions of fsnotify_add_mark() and
    fsnotify_remove_mark()
    - LP: #1096137
  * fsnotify: dont put marks on temporary list when clearing marks by group
    - LP: #1096137
  * fsnotify: change locking order
    - LP: #1096137

linux (3.2.0-36.56) precise-proposed; urgency=low

  [Brad Figg]

  * Release Tracking Bug
    - LP: #1095351

  [ Chris J Arges ]

  * SAUCE: add eeprom_bad_csum_allow module parameter
    - LP: #1070182

  [ Colin Ian King ]

  * SAUCE: samsung-laptop: disable in UEFI mode
    - LP: #1040557

  [ Herton Ronaldo Krzesinski ]

  * SAUCE: usb: cdc-wdm: fix regression on buffer deallocation
    - LP: #1074157

  [ Kees Cook ]

  * SAUCE: exec: do not leave bprm->interp on stack
    - LP: #1068888
    - CVE-2012-4530

  [ Leann Ogasawara ]

  * Add ceph to virtual kernel flavor
    - LP: #1063784

  [ Lino Sanfilippo ]

  * SAUCE: fsnotify: introduce fsnotify_get_group()
    - LP: #922906
  * SAUCE: fsnotify: use reference counting for groups
    - LP: #922906
  * SAUCE: fsnotify: take groups mark_lock before mark lock
    - LP: #922906
  * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that
    indicates wheather a mark should be destroyed
    - LP: #922906
  * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups
    mark list
    - LP: #922906
  * SAUCE: fsnotify: pass group to fsnotify_destroy_mark()
    - LP: #922906
  * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and
    fsnotify_remove_mark()
    - LP: #922906
  * SAUCE: fsnotify: dont put marks on temporary list when clearing marks
    by group
    - LP: #922906

  [ Tomas Hozza ]

  * SAUCE: tools: hv: Netlink source address validation allows DoS
    - LP: #1084777
    - CVE-2012-5532

  [ Upstream Kernel Changes ]

  * drm/i915: add Ivy Bridge GT2 Server entries
    - LP: #1087302
  * drm/i915: EBUSY status handling added to i915_gem_fault().
    - LP: #1087302
  * UBIFS: introduce categorized lprops counter
    - LP: #1087865
  * UBIFS: fix mounting problems after power cuts
    - LP: #1087865
  * futex: Handle futex_pi OWNER_DIED take over correctly
    - LP: #1087865
  * mac80211: sync acccess to tx_filtered/ps_tx_buf queues
    - LP: #1087865
  * ASoC: wm8978: pll incorrectly configured when codec is master
    - LP: #1087865
  * device_cgroup: fix RCU usage
    - LP: #1087865
  * ASoC: dapm: Use card_list during DAPM shutdown
    - LP: #1087865
  * s390/signal: set correct address space control
    - LP: #1087865
  * wireless: allow 40 MHz on world roaming channels 12/13
    - LP: #1087865
  * drm/i915/sdvo: clean up connectors on intel_sdvo_init() failures
    - LP: #1087865
  * s390/gup: add missing TASK_SIZE check to get_user_pages_fast()
    - LP: #1087865
  * USB: option: add Novatel E362 and Dell Wireless 5800 USB IDs
    - LP: #1087865
  * USB: option: add Alcatel X220/X500D USB IDs
    - LP: #1087865
  * drm/radeon: fix logic error in atombios_encoders.c
    - LP: #1087865
  * ttm: Clear the ttm page allocated from high memory zone correctly
    - LP: #1087865
  * memcg: oom: fix totalpages calculation for memory.swappiness==0
    - LP: #1087865
  * tmpfs: change final i_blocks BUG to WARNING
    - LP: #1087865
  * x86: Exclude E820_RESERVED regions and memory holes above 4 GB from
    direct mapping.
    - LP: #1087865
  * x86, mm: Find_early_table_space based on ranges that are actually being
    mapped
    - LP: #1087865
  * x86, mm: Undo incorrect revert in arch/x86/mm/init.c
    - LP: #1087865
  * netfilter: Mark SYN/ACK packets as invalid from original direction
    - LP: #1087865
  * netfilter: Validate the sequence number of dataless ACK packets as well
    - LP: #1087865
  * netfilter: nf_nat: don't check for port change on ICMP tuples
    - LP: #1087865
  * ipv4: avoid undefined behavior in do_ip_setsockopt()
    - LP: #1087865
  * ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return
    value
    - LP: #1087865
  * net: correct check in dev_addr_del()
    - LP: #1087865
  * net-rps: Fix brokeness causing OOO packets
    - LP: #1087865
  * usb: use usb_serial_put in usb_serial_probe errors
    - LP: #1087865
  * PCI : Calculate right add_size
    - LP: #1087865
  * Input: i8042 - also perform controller reset when suspending
    - LP: #1087865
  * ixgbe: add support for new 82599 device id
    - LP: #1087865
  * ixgbe: add support for X540-AT1
    - LP: #1087865
  * drm/i915: Check VBIOS value for determining LVDS dual channel mode, too
    - LP: #1087865
  * get_dvb_firmware: fix download site for tda10046 firmware
    - LP: #1087865
  * m68k: fix sigset_t accessor functions
    - LP: #1087865
  * HID: add quirk for Freescale i.MX28 ROM recovery
    - LP: #1087865
  * brcm80211: smac: only print block-ack timeout message at trace level
    - LP: #1087865
  * bas_gigaset: fix pre_reset handling
    - LP: #1087865
  * GFS2: Test bufdata with buffer locked and gfs2_log_lock held
    - LP: #1087865
  * ptp: update adjfreq callback description
    - LP: #1087865
  * watchdog: using u64 in get_sample_period()
    - LP: #1087865
  * x86, amd: Disable way access filter on Piledriver CPUs
    - LP: #1087865
  * mtd: ofpart: Fix incorrect NULL check in parse_ofoldpart_partitions()
    - LP: #1087865
  * mtd: slram: invalid checking of absolute end address
    - LP: #1087865
  * jffs2: Fix lock acquisition order bug in jffs2_write_begin
    - LP: #1087865
  * isci: copy fis 0x34 response into proper buffer
    - LP: #1087865
  * mac80211: deinitialize ibss-internals after emptiness check
    - LP: #1087865
  * fix virtual aliasing issue in get_shared_area()
    - LP: #1087865
  * rtlwifi: rtl8192cu: Add new USB ID
    - LP: #1087865
  * mwifiex: fix system hang issue in cmd timeout error case
    - LP: #1087865
  * mwifiex: report error to MMC core if we cannot suspend
    - LP: #1087865
  * xfs: drop buffer io reference when a bad bio is built
    - LP: #1087865
  * ALSA: ua101, usx2y: fix broken MIDI output
    - LP: #1087865
  * sparc64: not any error from do_sigaltstack() should fail rt_sigreturn()
    - LP: #1087865
  * reiserfs: Fix lock ordering during remount
    - LP: #1087865
  * reiserfs: Protect reiserfs_quota_on() with write lock
    - LP: #1087865
  * reiserfs: Protect reiserfs_quota_write() with write lock
    - LP: #1087865
  * reiserfs: Move quota calls out of write lock
    - LP: #1087865
  * md: Reassigned the parameters if read_seqretry returned true in func
    md_is_badblock.
    - LP: #1087865
  * md: Avoid write invalid address if read_seqretry returned true.
    - LP: #1087865
  * drm/radeon: properly track the crtc not_enabled case
    evergreen_mc_stop()
    - LP: #1087865
  * radeon: add AGPMode 1 quirk for RV250
    - LP: #1087865
  * x86-32: Fix invalid stack address while in softirq
    - LP: #1087865
  * x86-32: Export kernel_stack_pointer() for modules
    - LP: #1087865
  * x86, microcode, AMD: Add support for family 16h processors
    - LP: #1087865
  * ALSA: hda - Add new codec ALC283 ALC290 support
    - LP: #1087865
  * ALSA: hda - Add support for Realtek ALC292
    - LP: #1081466, #1087865
  * selinux: fix sel_netnode_insert() suspicious rcu dereference
    - LP: #1087865
  * Dove: Attempt to fix PMU/RTC interrupts
    - LP: #1087865
  * Dove: Fix irq_to_pmu()
    - LP: #1087865
  * ARM: Kirkwood: Update PCI-E fixup
    - LP: #1087865
  * fix user-triggerable panic on parisc
    - LP: #1087865
  * dm: fix deadlock with request based dm and queue request_fn recursion
    - LP: #1087865
  * block: Don't access request after it might be freed
    - LP: #1087865
  * jbd: Fix lock ordering bug in journal_unmap_buffer()
    - LP: #1087865
  * can: bcm: initialize ifindex for timeouts without previous frame
    reception
    - LP: #1087865
  * futex: avoid wake_futex() for a PI futex_q
    - LP: #1087865
  * mm/vmemmap: fix wrong use of virt_to_page
    - LP: #1087865
  * mm: vmscan: fix endless loop in kswapd balancing
    - LP: #1087865
  * mm: soft offline: split thp at the beginning of soft_offline_page()
    - LP: #1087865
  * workqueue: exit rescuer_thread() as TASK_RUNNING
    - LP: #1087865
  * intel_idle: initial IVB support
    - LP: #1087865
  * intel_idle: enable IVB Xeon support
    - LP: #1087865
  * Linux 3.2.35
    - LP: #1087865
  * MISC: hpilo, remove pci_disable_device
    - LP: #1087860
  * asix: Adds support for Lenovo 10/100 USB dongle.
    - LP: #1087480
  * KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set
    (CVE-2012-4461)
    - LP: #1089604
    - CVE-2012-4461
  * exec: use -ELOOP for max recursion depth
    - LP: #1068888
    - CVE-2012-4530
 -- Luis Henriques <email address hidden>   Tue, 08 Jan 2013 18:36:32 +0000

Upload details

Uploaded by:
Luis Henriques
Uploaded to:
Precise
Original maintainer:
Ubuntu Kernel Team
Architectures:
all i386 amd64 powerpc ppc64 armel armhf
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
linux_3.2.0.orig.tar.gz 94.1 MiB ac093c899c5f967fc71816fbd18ca3f73673e64d2a99253bcbc2570c91527f7e
linux_3.2.0-36.57.diff.gz 3.4 MiB 7e5b3e67d98fc2b381366990909fd71887492289a140e5c16e2cb8dfc79d04dc
linux_3.2.0-36.57.dsc 10.5 KiB f6cf381320bf30df436f2f3f6fd441372bcc9ee83111e9ccd0a0b7dec86775d6

View changes file

Binary packages built by this source

block-modules-3.2.0-36-generic-di: No summary available for block-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for block-modules-3.2.0-36-generic-di in ubuntu precise.

block-modules-3.2.0-36-generic-pae-di: No summary available for block-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for block-modules-3.2.0-36-generic-pae-di in ubuntu precise.

block-modules-3.2.0-36-highbank-di: No summary available for block-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for block-modules-3.2.0-36-highbank-di in ubuntu precise.

block-modules-3.2.0-36-omap-di: No summary available for block-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for block-modules-3.2.0-36-omap-di in ubuntu precise.

block-modules-3.2.0-36-powerpc-smp-di: No summary available for block-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for block-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

block-modules-3.2.0-36-powerpc64-smp-di: No summary available for block-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for block-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

block-modules-3.2.0-36-virtual-di: No summary available for block-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for block-modules-3.2.0-36-virtual-di in ubuntu precise.

crypto-modules-3.2.0-36-generic-di: No summary available for crypto-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for crypto-modules-3.2.0-36-generic-di in ubuntu precise.

crypto-modules-3.2.0-36-generic-pae-di: No summary available for crypto-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for crypto-modules-3.2.0-36-generic-pae-di in ubuntu precise.

crypto-modules-3.2.0-36-highbank-di: No summary available for crypto-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for crypto-modules-3.2.0-36-highbank-di in ubuntu precise.

crypto-modules-3.2.0-36-omap-di: No summary available for crypto-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for crypto-modules-3.2.0-36-omap-di in ubuntu precise.

crypto-modules-3.2.0-36-powerpc-smp-di: No summary available for crypto-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for crypto-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

crypto-modules-3.2.0-36-powerpc64-smp-di: No summary available for crypto-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for crypto-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

crypto-modules-3.2.0-36-virtual-di: No summary available for crypto-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for crypto-modules-3.2.0-36-virtual-di in ubuntu precise.

fat-modules-3.2.0-36-generic-di: No summary available for fat-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for fat-modules-3.2.0-36-generic-di in ubuntu precise.

fat-modules-3.2.0-36-generic-pae-di: No summary available for fat-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for fat-modules-3.2.0-36-generic-pae-di in ubuntu precise.

fat-modules-3.2.0-36-highbank-di: No summary available for fat-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for fat-modules-3.2.0-36-highbank-di in ubuntu precise.

fat-modules-3.2.0-36-omap-di: No summary available for fat-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for fat-modules-3.2.0-36-omap-di in ubuntu precise.

fat-modules-3.2.0-36-powerpc-smp-di: No summary available for fat-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for fat-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

fat-modules-3.2.0-36-powerpc64-smp-di: No summary available for fat-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for fat-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

fat-modules-3.2.0-36-virtual-di: No summary available for fat-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for fat-modules-3.2.0-36-virtual-di in ubuntu precise.

fb-modules-3.2.0-36-generic-di: No summary available for fb-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for fb-modules-3.2.0-36-generic-di in ubuntu precise.

fb-modules-3.2.0-36-generic-pae-di: No summary available for fb-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for fb-modules-3.2.0-36-generic-pae-di in ubuntu precise.

fb-modules-3.2.0-36-virtual-di: No summary available for fb-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for fb-modules-3.2.0-36-virtual-di in ubuntu precise.

firewire-core-modules-3.2.0-36-generic-di: No summary available for firewire-core-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for firewire-core-modules-3.2.0-36-generic-di in ubuntu precise.

firewire-core-modules-3.2.0-36-generic-pae-di: No summary available for firewire-core-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for firewire-core-modules-3.2.0-36-generic-pae-di in ubuntu precise.

firewire-core-modules-3.2.0-36-powerpc-smp-di: No summary available for firewire-core-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for firewire-core-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

firewire-core-modules-3.2.0-36-powerpc64-smp-di: No summary available for firewire-core-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for firewire-core-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

floppy-modules-3.2.0-36-generic-di: No summary available for floppy-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for floppy-modules-3.2.0-36-generic-di in ubuntu precise.

floppy-modules-3.2.0-36-generic-pae-di: No summary available for floppy-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for floppy-modules-3.2.0-36-generic-pae-di in ubuntu precise.

floppy-modules-3.2.0-36-powerpc-smp-di: No summary available for floppy-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for floppy-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

floppy-modules-3.2.0-36-powerpc64-smp-di: No summary available for floppy-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for floppy-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

floppy-modules-3.2.0-36-virtual-di: No summary available for floppy-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for floppy-modules-3.2.0-36-virtual-di in ubuntu precise.

fs-core-modules-3.2.0-36-generic-di: No summary available for fs-core-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for fs-core-modules-3.2.0-36-generic-di in ubuntu precise.

fs-core-modules-3.2.0-36-generic-pae-di: No summary available for fs-core-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for fs-core-modules-3.2.0-36-generic-pae-di in ubuntu precise.

fs-core-modules-3.2.0-36-highbank-di: No summary available for fs-core-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for fs-core-modules-3.2.0-36-highbank-di in ubuntu precise.

fs-core-modules-3.2.0-36-omap-di: No summary available for fs-core-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for fs-core-modules-3.2.0-36-omap-di in ubuntu precise.

fs-core-modules-3.2.0-36-powerpc-smp-di: No summary available for fs-core-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for fs-core-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

fs-core-modules-3.2.0-36-powerpc64-smp-di: No summary available for fs-core-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for fs-core-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

fs-core-modules-3.2.0-36-virtual-di: No summary available for fs-core-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for fs-core-modules-3.2.0-36-virtual-di in ubuntu precise.

fs-secondary-modules-3.2.0-36-generic-di: No summary available for fs-secondary-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for fs-secondary-modules-3.2.0-36-generic-di in ubuntu precise.

fs-secondary-modules-3.2.0-36-generic-pae-di: No summary available for fs-secondary-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for fs-secondary-modules-3.2.0-36-generic-pae-di in ubuntu precise.

fs-secondary-modules-3.2.0-36-highbank-di: No summary available for fs-secondary-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for fs-secondary-modules-3.2.0-36-highbank-di in ubuntu precise.

fs-secondary-modules-3.2.0-36-omap-di: No summary available for fs-secondary-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for fs-secondary-modules-3.2.0-36-omap-di in ubuntu precise.

fs-secondary-modules-3.2.0-36-powerpc-smp-di: No summary available for fs-secondary-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for fs-secondary-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

fs-secondary-modules-3.2.0-36-powerpc64-smp-di: No summary available for fs-secondary-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for fs-secondary-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

fs-secondary-modules-3.2.0-36-virtual-di: No summary available for fs-secondary-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for fs-secondary-modules-3.2.0-36-virtual-di in ubuntu precise.

input-modules-3.2.0-36-generic-di: No summary available for input-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for input-modules-3.2.0-36-generic-di in ubuntu precise.

input-modules-3.2.0-36-generic-pae-di: No summary available for input-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for input-modules-3.2.0-36-generic-pae-di in ubuntu precise.

input-modules-3.2.0-36-highbank-di: No summary available for input-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for input-modules-3.2.0-36-highbank-di in ubuntu precise.

input-modules-3.2.0-36-omap-di: No summary available for input-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for input-modules-3.2.0-36-omap-di in ubuntu precise.

input-modules-3.2.0-36-powerpc-smp-di: No summary available for input-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for input-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

input-modules-3.2.0-36-powerpc64-smp-di: No summary available for input-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for input-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

ipmi-modules-3.2.0-36-generic-di: No summary available for ipmi-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for ipmi-modules-3.2.0-36-generic-di in ubuntu precise.

ipmi-modules-3.2.0-36-generic-pae-di: No summary available for ipmi-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for ipmi-modules-3.2.0-36-generic-pae-di in ubuntu precise.

ipmi-modules-3.2.0-36-omap-di: No summary available for ipmi-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for ipmi-modules-3.2.0-36-omap-di in ubuntu precise.

ipmi-modules-3.2.0-36-powerpc-smp-di: No summary available for ipmi-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for ipmi-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

ipmi-modules-3.2.0-36-powerpc64-smp-di: No summary available for ipmi-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for ipmi-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

irda-modules-3.2.0-36-generic-di: No summary available for irda-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for irda-modules-3.2.0-36-generic-di in ubuntu precise.

irda-modules-3.2.0-36-generic-pae-di: No summary available for irda-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for irda-modules-3.2.0-36-generic-pae-di in ubuntu precise.

irda-modules-3.2.0-36-highbank-di: No summary available for irda-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for irda-modules-3.2.0-36-highbank-di in ubuntu precise.

irda-modules-3.2.0-36-omap-di: No summary available for irda-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for irda-modules-3.2.0-36-omap-di in ubuntu precise.

irda-modules-3.2.0-36-powerpc-smp-di: No summary available for irda-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for irda-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

irda-modules-3.2.0-36-powerpc64-smp-di: No summary available for irda-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for irda-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

irda-modules-3.2.0-36-virtual-di: No summary available for irda-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for irda-modules-3.2.0-36-virtual-di in ubuntu precise.

kernel-image-3.2.0-36-generic-di: No summary available for kernel-image-3.2.0-36-generic-di in ubuntu precise.

No description available for kernel-image-3.2.0-36-generic-di in ubuntu precise.

kernel-image-3.2.0-36-generic-pae-di: No summary available for kernel-image-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for kernel-image-3.2.0-36-generic-pae-di in ubuntu precise.

kernel-image-3.2.0-36-highbank-di: No summary available for kernel-image-3.2.0-36-highbank-di in ubuntu precise.

No description available for kernel-image-3.2.0-36-highbank-di in ubuntu precise.

kernel-image-3.2.0-36-omap-di: No summary available for kernel-image-3.2.0-36-omap-di in ubuntu precise.

No description available for kernel-image-3.2.0-36-omap-di in ubuntu precise.

kernel-image-3.2.0-36-powerpc-smp-di: No summary available for kernel-image-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for kernel-image-3.2.0-36-powerpc-smp-di in ubuntu precise.

kernel-image-3.2.0-36-powerpc64-smp-di: No summary available for kernel-image-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for kernel-image-3.2.0-36-powerpc64-smp-di in ubuntu precise.

kernel-image-3.2.0-36-virtual-di: No summary available for kernel-image-3.2.0-36-virtual-di in ubuntu precise.

No description available for kernel-image-3.2.0-36-virtual-di in ubuntu precise.

linux-doc: Linux kernel specific documentation for version 3.2.0

 This package provides the various documents in the 3.2.0 kernel
 Documentation/ subdirectory. These document kernel subsystems, APIs, device
 drivers, and so on. See
 /usr/share/doc/linux-doc/00-INDEX for a list of what is
 contained in each file.

linux-headers-3.2.0-36: No summary available for linux-headers-3.2.0-36 in ubuntu precise.

No description available for linux-headers-3.2.0-36 in ubuntu precise.

linux-headers-3.2.0-36-generic: No summary available for linux-headers-3.2.0-36-generic in ubuntu precise.

No description available for linux-headers-3.2.0-36-generic in ubuntu precise.

linux-headers-3.2.0-36-generic-pae: No summary available for linux-headers-3.2.0-36-generic-pae in ubuntu precise.

No description available for linux-headers-3.2.0-36-generic-pae in ubuntu precise.

linux-headers-3.2.0-36-highbank: No summary available for linux-headers-3.2.0-36-highbank in ubuntu precise.

No description available for linux-headers-3.2.0-36-highbank in ubuntu precise.

linux-headers-3.2.0-36-omap: No summary available for linux-headers-3.2.0-36-omap in ubuntu precise.

No description available for linux-headers-3.2.0-36-omap in ubuntu precise.

linux-headers-3.2.0-36-powerpc-smp: No summary available for linux-headers-3.2.0-36-powerpc-smp in ubuntu precise.

No description available for linux-headers-3.2.0-36-powerpc-smp in ubuntu precise.

linux-headers-3.2.0-36-powerpc64-smp: No summary available for linux-headers-3.2.0-36-powerpc64-smp in ubuntu precise.

No description available for linux-headers-3.2.0-36-powerpc64-smp in ubuntu precise.

linux-headers-3.2.0-36-virtual: No summary available for linux-headers-3.2.0-36-virtual in ubuntu precise.

No description available for linux-headers-3.2.0-36-virtual in ubuntu precise.

linux-image-3.2.0-36-generic: No summary available for linux-image-3.2.0-36-generic in ubuntu precise.

No description available for linux-image-3.2.0-36-generic in ubuntu precise.

linux-image-3.2.0-36-generic-pae: No summary available for linux-image-3.2.0-36-generic-pae in ubuntu precise.

No description available for linux-image-3.2.0-36-generic-pae in ubuntu precise.

linux-image-3.2.0-36-highbank: No summary available for linux-image-3.2.0-36-highbank in ubuntu precise.

No description available for linux-image-3.2.0-36-highbank in ubuntu precise.

linux-image-3.2.0-36-omap: No summary available for linux-image-3.2.0-36-omap in ubuntu precise.

No description available for linux-image-3.2.0-36-omap in ubuntu precise.

linux-image-3.2.0-36-powerpc-smp: No summary available for linux-image-3.2.0-36-powerpc-smp in ubuntu precise.

No description available for linux-image-3.2.0-36-powerpc-smp in ubuntu precise.

linux-image-3.2.0-36-powerpc64-smp: No summary available for linux-image-3.2.0-36-powerpc64-smp in ubuntu precise.

No description available for linux-image-3.2.0-36-powerpc64-smp in ubuntu precise.

linux-image-3.2.0-36-virtual: No summary available for linux-image-3.2.0-36-virtual in ubuntu precise.

No description available for linux-image-3.2.0-36-virtual in ubuntu precise.

linux-image-extra-3.2.0-36-virtual: No summary available for linux-image-extra-3.2.0-36-virtual in ubuntu precise.

No description available for linux-image-extra-3.2.0-36-virtual in ubuntu precise.

linux-libc-dev: Linux Kernel Headers for development

 This package provides headers from the Linux kernel. These headers
 are used by the installed headers for GNU glibc and other system
 libraries. They are NOT meant to be used to build third-party modules for
 your kernel. Use linux-headers-* packages for that.

linux-source-3.2.0: Linux kernel source for version 3.2.0 with Ubuntu patches

 This package provides the source code for the Linux kernel version
 3.2.0.
 .
 This package is mainly meant for other packages to use, in order to build
 custom flavours.
 .
 If you wish to use this package to create a custom Linux kernel, then it
 is suggested that you investigate the package kernel-package, which has
 been designed to ease the task of creating kernel image packages.
 .
 If you are simply trying to build third-party modules for your kernel,
 you do not want this package. Install the appropriate linux-headers
 package instead.

linux-tools-3.2.0-36: No summary available for linux-tools-3.2.0-36 in ubuntu precise.

No description available for linux-tools-3.2.0-36 in ubuntu precise.

linux-tools-common: Linux kernel version specific tools for version 3.2.0

 This package provides the architecture independent parts for kernel
 version locked tools (such as perf and x86_energy_perf_policy) for
 version 3.2.0.

md-modules-3.2.0-36-generic-di: No summary available for md-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for md-modules-3.2.0-36-generic-di in ubuntu precise.

md-modules-3.2.0-36-generic-pae-di: No summary available for md-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for md-modules-3.2.0-36-generic-pae-di in ubuntu precise.

md-modules-3.2.0-36-highbank-di: No summary available for md-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for md-modules-3.2.0-36-highbank-di in ubuntu precise.

md-modules-3.2.0-36-omap-di: No summary available for md-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for md-modules-3.2.0-36-omap-di in ubuntu precise.

md-modules-3.2.0-36-powerpc-smp-di: No summary available for md-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for md-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

md-modules-3.2.0-36-powerpc64-smp-di: No summary available for md-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for md-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

md-modules-3.2.0-36-virtual-di: No summary available for md-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for md-modules-3.2.0-36-virtual-di in ubuntu precise.

message-modules-3.2.0-36-generic-di: No summary available for message-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for message-modules-3.2.0-36-generic-di in ubuntu precise.

message-modules-3.2.0-36-generic-pae-di: No summary available for message-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for message-modules-3.2.0-36-generic-pae-di in ubuntu precise.

message-modules-3.2.0-36-powerpc-smp-di: No summary available for message-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for message-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

message-modules-3.2.0-36-powerpc64-smp-di: No summary available for message-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for message-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

message-modules-3.2.0-36-virtual-di: No summary available for message-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for message-modules-3.2.0-36-virtual-di in ubuntu precise.

mouse-modules-3.2.0-36-generic-di: No summary available for mouse-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for mouse-modules-3.2.0-36-generic-di in ubuntu precise.

mouse-modules-3.2.0-36-generic-pae-di: No summary available for mouse-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for mouse-modules-3.2.0-36-generic-pae-di in ubuntu precise.

mouse-modules-3.2.0-36-highbank-di: No summary available for mouse-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for mouse-modules-3.2.0-36-highbank-di in ubuntu precise.

mouse-modules-3.2.0-36-omap-di: No summary available for mouse-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for mouse-modules-3.2.0-36-omap-di in ubuntu precise.

mouse-modules-3.2.0-36-powerpc-smp-di: No summary available for mouse-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for mouse-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

mouse-modules-3.2.0-36-powerpc64-smp-di: No summary available for mouse-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for mouse-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

mouse-modules-3.2.0-36-virtual-di: No summary available for mouse-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for mouse-modules-3.2.0-36-virtual-di in ubuntu precise.

multipath-modules-3.2.0-36-generic-di: No summary available for multipath-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for multipath-modules-3.2.0-36-generic-di in ubuntu precise.

multipath-modules-3.2.0-36-generic-pae-di: No summary available for multipath-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for multipath-modules-3.2.0-36-generic-pae-di in ubuntu precise.

multipath-modules-3.2.0-36-omap-di: No summary available for multipath-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for multipath-modules-3.2.0-36-omap-di in ubuntu precise.

multipath-modules-3.2.0-36-powerpc-smp-di: No summary available for multipath-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for multipath-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

multipath-modules-3.2.0-36-powerpc64-smp-di: No summary available for multipath-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for multipath-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

multipath-modules-3.2.0-36-virtual-di: No summary available for multipath-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for multipath-modules-3.2.0-36-virtual-di in ubuntu precise.

nfs-modules-3.2.0-36-generic-di: No summary available for nfs-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for nfs-modules-3.2.0-36-generic-di in ubuntu precise.

nfs-modules-3.2.0-36-generic-pae-di: No summary available for nfs-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for nfs-modules-3.2.0-36-generic-pae-di in ubuntu precise.

nfs-modules-3.2.0-36-highbank-di: No summary available for nfs-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for nfs-modules-3.2.0-36-highbank-di in ubuntu precise.

nfs-modules-3.2.0-36-omap-di: No summary available for nfs-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for nfs-modules-3.2.0-36-omap-di in ubuntu precise.

nfs-modules-3.2.0-36-powerpc-smp-di: No summary available for nfs-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for nfs-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

nfs-modules-3.2.0-36-powerpc64-smp-di: No summary available for nfs-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for nfs-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

nic-modules-3.2.0-36-generic-di: No summary available for nic-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for nic-modules-3.2.0-36-generic-di in ubuntu precise.

nic-modules-3.2.0-36-generic-pae-di: No summary available for nic-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for nic-modules-3.2.0-36-generic-pae-di in ubuntu precise.

nic-modules-3.2.0-36-highbank-di: No summary available for nic-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for nic-modules-3.2.0-36-highbank-di in ubuntu precise.

nic-modules-3.2.0-36-omap-di: No summary available for nic-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for nic-modules-3.2.0-36-omap-di in ubuntu precise.

nic-modules-3.2.0-36-powerpc-smp-di: No summary available for nic-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for nic-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

nic-modules-3.2.0-36-powerpc64-smp-di: No summary available for nic-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for nic-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

nic-modules-3.2.0-36-virtual-di: No summary available for nic-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for nic-modules-3.2.0-36-virtual-di in ubuntu precise.

nic-pcmcia-modules-3.2.0-36-generic-di: No summary available for nic-pcmcia-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for nic-pcmcia-modules-3.2.0-36-generic-di in ubuntu precise.

nic-pcmcia-modules-3.2.0-36-generic-pae-di: No summary available for nic-pcmcia-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for nic-pcmcia-modules-3.2.0-36-generic-pae-di in ubuntu precise.

nic-pcmcia-modules-3.2.0-36-powerpc-smp-di: No summary available for nic-pcmcia-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for nic-pcmcia-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

nic-pcmcia-modules-3.2.0-36-powerpc64-smp-di: No summary available for nic-pcmcia-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for nic-pcmcia-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

nic-shared-modules-3.2.0-36-generic-di: No summary available for nic-shared-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for nic-shared-modules-3.2.0-36-generic-di in ubuntu precise.

nic-shared-modules-3.2.0-36-generic-pae-di: No summary available for nic-shared-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for nic-shared-modules-3.2.0-36-generic-pae-di in ubuntu precise.

nic-shared-modules-3.2.0-36-highbank-di: No summary available for nic-shared-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for nic-shared-modules-3.2.0-36-highbank-di in ubuntu precise.

nic-shared-modules-3.2.0-36-omap-di: No summary available for nic-shared-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for nic-shared-modules-3.2.0-36-omap-di in ubuntu precise.

nic-shared-modules-3.2.0-36-powerpc-smp-di: No summary available for nic-shared-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for nic-shared-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

nic-shared-modules-3.2.0-36-powerpc64-smp-di: No summary available for nic-shared-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for nic-shared-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

nic-shared-modules-3.2.0-36-virtual-di: No summary available for nic-shared-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for nic-shared-modules-3.2.0-36-virtual-di in ubuntu precise.

nic-usb-modules-3.2.0-36-generic-di: No summary available for nic-usb-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for nic-usb-modules-3.2.0-36-generic-di in ubuntu precise.

nic-usb-modules-3.2.0-36-generic-pae-di: No summary available for nic-usb-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for nic-usb-modules-3.2.0-36-generic-pae-di in ubuntu precise.

nic-usb-modules-3.2.0-36-highbank-di: No summary available for nic-usb-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for nic-usb-modules-3.2.0-36-highbank-di in ubuntu precise.

nic-usb-modules-3.2.0-36-omap-di: No summary available for nic-usb-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for nic-usb-modules-3.2.0-36-omap-di in ubuntu precise.

nic-usb-modules-3.2.0-36-powerpc-smp-di: No summary available for nic-usb-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for nic-usb-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

nic-usb-modules-3.2.0-36-powerpc64-smp-di: No summary available for nic-usb-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for nic-usb-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

parport-modules-3.2.0-36-generic-di: No summary available for parport-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for parport-modules-3.2.0-36-generic-di in ubuntu precise.

parport-modules-3.2.0-36-generic-pae-di: No summary available for parport-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for parport-modules-3.2.0-36-generic-pae-di in ubuntu precise.

parport-modules-3.2.0-36-highbank-di: No summary available for parport-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for parport-modules-3.2.0-36-highbank-di in ubuntu precise.

parport-modules-3.2.0-36-omap-di: No summary available for parport-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for parport-modules-3.2.0-36-omap-di in ubuntu precise.

parport-modules-3.2.0-36-powerpc-smp-di: No summary available for parport-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for parport-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

parport-modules-3.2.0-36-powerpc64-smp-di: No summary available for parport-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for parport-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

parport-modules-3.2.0-36-virtual-di: No summary available for parport-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for parport-modules-3.2.0-36-virtual-di in ubuntu precise.

pata-modules-3.2.0-36-generic-di: No summary available for pata-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for pata-modules-3.2.0-36-generic-di in ubuntu precise.

pata-modules-3.2.0-36-generic-pae-di: No summary available for pata-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for pata-modules-3.2.0-36-generic-pae-di in ubuntu precise.

pata-modules-3.2.0-36-powerpc-smp-di: No summary available for pata-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for pata-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

pata-modules-3.2.0-36-powerpc64-smp-di: No summary available for pata-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for pata-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

pcmcia-modules-3.2.0-36-generic-di: No summary available for pcmcia-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for pcmcia-modules-3.2.0-36-generic-di in ubuntu precise.

pcmcia-modules-3.2.0-36-generic-pae-di: No summary available for pcmcia-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for pcmcia-modules-3.2.0-36-generic-pae-di in ubuntu precise.

pcmcia-modules-3.2.0-36-powerpc-smp-di: No summary available for pcmcia-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for pcmcia-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

pcmcia-modules-3.2.0-36-powerpc64-smp-di: No summary available for pcmcia-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for pcmcia-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

pcmcia-storage-modules-3.2.0-36-generic-di: No summary available for pcmcia-storage-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for pcmcia-storage-modules-3.2.0-36-generic-di in ubuntu precise.

pcmcia-storage-modules-3.2.0-36-generic-pae-di: No summary available for pcmcia-storage-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for pcmcia-storage-modules-3.2.0-36-generic-pae-di in ubuntu precise.

pcmcia-storage-modules-3.2.0-36-powerpc-smp-di: No summary available for pcmcia-storage-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for pcmcia-storage-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

pcmcia-storage-modules-3.2.0-36-powerpc64-smp-di: No summary available for pcmcia-storage-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for pcmcia-storage-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

plip-modules-3.2.0-36-generic-di: No summary available for plip-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for plip-modules-3.2.0-36-generic-di in ubuntu precise.

plip-modules-3.2.0-36-generic-pae-di: No summary available for plip-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for plip-modules-3.2.0-36-generic-pae-di in ubuntu precise.

plip-modules-3.2.0-36-highbank-di: No summary available for plip-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for plip-modules-3.2.0-36-highbank-di in ubuntu precise.

plip-modules-3.2.0-36-omap-di: No summary available for plip-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for plip-modules-3.2.0-36-omap-di in ubuntu precise.

plip-modules-3.2.0-36-powerpc-smp-di: No summary available for plip-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for plip-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

plip-modules-3.2.0-36-powerpc64-smp-di: No summary available for plip-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for plip-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

ppp-modules-3.2.0-36-generic-di: No summary available for ppp-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for ppp-modules-3.2.0-36-generic-di in ubuntu precise.

ppp-modules-3.2.0-36-generic-pae-di: No summary available for ppp-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for ppp-modules-3.2.0-36-generic-pae-di in ubuntu precise.

ppp-modules-3.2.0-36-highbank-di: No summary available for ppp-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for ppp-modules-3.2.0-36-highbank-di in ubuntu precise.

ppp-modules-3.2.0-36-omap-di: No summary available for ppp-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for ppp-modules-3.2.0-36-omap-di in ubuntu precise.

ppp-modules-3.2.0-36-powerpc-smp-di: No summary available for ppp-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for ppp-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

ppp-modules-3.2.0-36-powerpc64-smp-di: No summary available for ppp-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for ppp-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

sata-modules-3.2.0-36-generic-di: No summary available for sata-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for sata-modules-3.2.0-36-generic-di in ubuntu precise.

sata-modules-3.2.0-36-generic-pae-di: No summary available for sata-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for sata-modules-3.2.0-36-generic-pae-di in ubuntu precise.

sata-modules-3.2.0-36-omap-di: No summary available for sata-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for sata-modules-3.2.0-36-omap-di in ubuntu precise.

sata-modules-3.2.0-36-powerpc-smp-di: No summary available for sata-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for sata-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

sata-modules-3.2.0-36-powerpc64-smp-di: No summary available for sata-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for sata-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

scsi-modules-3.2.0-36-generic-di: No summary available for scsi-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for scsi-modules-3.2.0-36-generic-di in ubuntu precise.

scsi-modules-3.2.0-36-generic-pae-di: No summary available for scsi-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for scsi-modules-3.2.0-36-generic-pae-di in ubuntu precise.

scsi-modules-3.2.0-36-highbank-di: No summary available for scsi-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for scsi-modules-3.2.0-36-highbank-di in ubuntu precise.

scsi-modules-3.2.0-36-omap-di: No summary available for scsi-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for scsi-modules-3.2.0-36-omap-di in ubuntu precise.

scsi-modules-3.2.0-36-powerpc-smp-di: No summary available for scsi-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for scsi-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

scsi-modules-3.2.0-36-powerpc64-smp-di: No summary available for scsi-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for scsi-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

scsi-modules-3.2.0-36-virtual-di: No summary available for scsi-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for scsi-modules-3.2.0-36-virtual-di in ubuntu precise.

serial-modules-3.2.0-36-generic-di: No summary available for serial-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for serial-modules-3.2.0-36-generic-di in ubuntu precise.

serial-modules-3.2.0-36-generic-pae-di: No summary available for serial-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for serial-modules-3.2.0-36-generic-pae-di in ubuntu precise.

serial-modules-3.2.0-36-powerpc-smp-di: No summary available for serial-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for serial-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

serial-modules-3.2.0-36-powerpc64-smp-di: No summary available for serial-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for serial-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

speakup-modules-3.2.0-36-generic-di: No summary available for speakup-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for speakup-modules-3.2.0-36-generic-di in ubuntu precise.

speakup-modules-3.2.0-36-generic-pae-di: No summary available for speakup-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for speakup-modules-3.2.0-36-generic-pae-di in ubuntu precise.

speakup-modules-3.2.0-36-highbank-di: No summary available for speakup-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for speakup-modules-3.2.0-36-highbank-di in ubuntu precise.

speakup-modules-3.2.0-36-omap-di: No summary available for speakup-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for speakup-modules-3.2.0-36-omap-di in ubuntu precise.

speakup-modules-3.2.0-36-powerpc-smp-di: No summary available for speakup-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for speakup-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

speakup-modules-3.2.0-36-powerpc64-smp-di: No summary available for speakup-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for speakup-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

squashfs-modules-3.2.0-36-generic-di: No summary available for squashfs-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for squashfs-modules-3.2.0-36-generic-di in ubuntu precise.

squashfs-modules-3.2.0-36-generic-pae-di: No summary available for squashfs-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for squashfs-modules-3.2.0-36-generic-pae-di in ubuntu precise.

squashfs-modules-3.2.0-36-highbank-di: No summary available for squashfs-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for squashfs-modules-3.2.0-36-highbank-di in ubuntu precise.

squashfs-modules-3.2.0-36-omap-di: No summary available for squashfs-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for squashfs-modules-3.2.0-36-omap-di in ubuntu precise.

squashfs-modules-3.2.0-36-powerpc-smp-di: No summary available for squashfs-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for squashfs-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

squashfs-modules-3.2.0-36-powerpc64-smp-di: No summary available for squashfs-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for squashfs-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

squashfs-modules-3.2.0-36-virtual-di: No summary available for squashfs-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for squashfs-modules-3.2.0-36-virtual-di in ubuntu precise.

storage-core-modules-3.2.0-36-generic-di: No summary available for storage-core-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for storage-core-modules-3.2.0-36-generic-di in ubuntu precise.

storage-core-modules-3.2.0-36-generic-pae-di: No summary available for storage-core-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for storage-core-modules-3.2.0-36-generic-pae-di in ubuntu precise.

storage-core-modules-3.2.0-36-highbank-di: No summary available for storage-core-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for storage-core-modules-3.2.0-36-highbank-di in ubuntu precise.

storage-core-modules-3.2.0-36-omap-di: No summary available for storage-core-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for storage-core-modules-3.2.0-36-omap-di in ubuntu precise.

storage-core-modules-3.2.0-36-powerpc-smp-di: No summary available for storage-core-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for storage-core-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

storage-core-modules-3.2.0-36-powerpc64-smp-di: No summary available for storage-core-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for storage-core-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

storage-core-modules-3.2.0-36-virtual-di: No summary available for storage-core-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for storage-core-modules-3.2.0-36-virtual-di in ubuntu precise.

usb-modules-3.2.0-36-generic-di: No summary available for usb-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for usb-modules-3.2.0-36-generic-di in ubuntu precise.

usb-modules-3.2.0-36-generic-pae-di: No summary available for usb-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for usb-modules-3.2.0-36-generic-pae-di in ubuntu precise.

usb-modules-3.2.0-36-highbank-di: No summary available for usb-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for usb-modules-3.2.0-36-highbank-di in ubuntu precise.

usb-modules-3.2.0-36-omap-di: No summary available for usb-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for usb-modules-3.2.0-36-omap-di in ubuntu precise.

usb-modules-3.2.0-36-powerpc-smp-di: No summary available for usb-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for usb-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

usb-modules-3.2.0-36-powerpc64-smp-di: No summary available for usb-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for usb-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

virtio-modules-3.2.0-36-generic-di: No summary available for virtio-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for virtio-modules-3.2.0-36-generic-di in ubuntu precise.

virtio-modules-3.2.0-36-generic-pae-di: No summary available for virtio-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for virtio-modules-3.2.0-36-generic-pae-di in ubuntu precise.

virtio-modules-3.2.0-36-virtual-di: No summary available for virtio-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for virtio-modules-3.2.0-36-virtual-di in ubuntu precise.

vlan-modules-3.2.0-36-generic-di: No summary available for vlan-modules-3.2.0-36-generic-di in ubuntu precise.

No description available for vlan-modules-3.2.0-36-generic-di in ubuntu precise.

vlan-modules-3.2.0-36-generic-pae-di: No summary available for vlan-modules-3.2.0-36-generic-pae-di in ubuntu precise.

No description available for vlan-modules-3.2.0-36-generic-pae-di in ubuntu precise.

vlan-modules-3.2.0-36-highbank-di: No summary available for vlan-modules-3.2.0-36-highbank-di in ubuntu precise.

No description available for vlan-modules-3.2.0-36-highbank-di in ubuntu precise.

vlan-modules-3.2.0-36-omap-di: No summary available for vlan-modules-3.2.0-36-omap-di in ubuntu precise.

No description available for vlan-modules-3.2.0-36-omap-di in ubuntu precise.

vlan-modules-3.2.0-36-powerpc-smp-di: No summary available for vlan-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

No description available for vlan-modules-3.2.0-36-powerpc-smp-di in ubuntu precise.

vlan-modules-3.2.0-36-powerpc64-smp-di: No summary available for vlan-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

No description available for vlan-modules-3.2.0-36-powerpc64-smp-di in ubuntu precise.

vlan-modules-3.2.0-36-virtual-di: No summary available for vlan-modules-3.2.0-36-virtual-di in ubuntu precise.

No description available for vlan-modules-3.2.0-36-virtual-di in ubuntu precise.