-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 07 Feb 2005 15:34:34 -0500 Source: kernel-source-2.6.10 Binary: kernel-doc-2.6.10 kernel-tree-2.6.10 kernel-patch-debian-2.6.10 kernel-source-2.6.10 Architecture: source all Version: 2.6.10-5 Distribution: unstable Urgency: low Maintainer: Debian kernel team <[email protected]> Changed-By: Andres Salomon <[EMAIL PROTECTED]> Description: kernel-doc-2.6.10 - Linux kernel specific documentation for version 2.6.10 kernel-patch-debian-2.6.10 - Debian patches to Linux 2.6.10 kernel-source-2.6.10 - Linux kernel source for version 2.6.10 with Debian patches kernel-tree-2.6.10 - Linux kernel tree for building prepackaged Debian kernel images Closes: 291039 Changes: kernel-source-2.6.10 (2.6.10-5) unstable; urgency=low . * Change $((exp) | exp) to $( (exp) | exp), so things work with dash (Simon Horman) (closes: #291039) . * scsi_ioctl: only warn about really unknown opcodes. (Maximilian Attems) . * ia64-ptrace-fixes.dpatch Fix some corner cases in ia64 ptrace code (dann frazier). . * ia64-unwind-fix.dpatch unw_unwind_to_user sanity check . * amd64-ia32-vsyscall-fix.dpatch fix crash in 32bit emulation. Backport from 2.6.11-rc2 (Frederik Schüler) . * [powerpc] - powerpc-fix-power3-ftbfs.dpatch Fix a FTBFS with the simple bootloaders on power3/4. (Sven Luther) . * amd64-parse-noexec-fix.dpatch Backport fix for noexec boot option parsing. amd64-int3-fix.dpatch Revert int3 handling. (Frederik Schüler) . * fbdev-radeon-noaccel.dpatch Patch to enhance the FBIOGET_FSCREENINFO ioctl, used by lcd_hack tool by BenH. (Sven Luther) . * 051-md_sync_page_io_max_vecs.dpatch Fix oops in md driver; when calling sync_page_io, correctly initialize a bio, ensuring bi_max_vecs is set. (Andres Salomon) . * 052-vfat_valid_longname_proper_return.dpatch Return proper error values from vfat_valid_longname(), and pass them back to calling functions (vfat_mkdir, vfat_create). (Andres Salomon) . * 053-ipmi_unhandled_message_counting.dpatch This fixes some IPMI issues: - fix counting of handled and unhandled messages - decode_dmi should've been handling 16 byte boundaries instead of 16 bit boundaries (Andres Salomon) . * 054-ext3_journal_abort_before_panic.dpatch When an error occurs in ext3, if we're going to panic, do it *after* aborting the journal. (Andres Salomon) . * [UML] 055-uml_new_thread_race.dpatch When creating a new thread, fix potential signal race that could cause stack corruption. (Andres Salomon) . * [X86-64] 056-x86_64_acpi_do_suspend_lowlevel_arg.dpatch ACPI's do_suspend_lowlevel for x86_64 was never updated to no longer take an argument. This patch removes the test checking the (non-existent) arg. (Andres Salomon) . * [IA64] 058-ia64_binfmt_elf_bug_out.dpatch Returning early from ia64_elf32_init in the case of failures could be problematic. Instead of doing that, call BUG(). (Andres Salomon) . * [ALSA] 060-alsa_cs4231_lib_ifdef_typo.dpatch cs4231_lib.c has an #ifdef typo; s/SNDRV_DEBUGq_MCE/SNDRV_DEBUG_MCE/. (Andres Salomon) . * [ALSA] 061-alsa_es18xx_ifdef_typo.dpatch es18xx.c also has an ifdef typo; s/CONFIG_PNP_/CONFIG_PNP/. (Andres Salomon) . * [ALSA] 062-alsa_sscape_user_copy_check.dpatch The sscape driver does a __copy_to_user without actually checking to see whether it succeeds. This patch makes it check the result. (Andres Salomon) . * [ALSA] 063-alsa_opl4_build_fix.dpatch Build snd-opl3-lib when SND_OPL4_LIB is enabled. (Andres Salomon) . * [ALSA] 064-alsa_usbaudio_disconnect.dpatch Return -EBADFD when a usbaudio device is disconnected. (Andres Salomon) . * [ALSA] 065-alsa_vx_kcalloc.dpatch The vx driver allocates enough size for a pointer, when it should be allocating enough size for a struct vx_core_t. (Andres Salomon) . * 066-ibmvscsi_probe_delay_loop_fix.dpatch The ibmvscsi driver's probe function could potentially exit the delay loop before the adapter has finished initializing (hostdata->request_limit == 0), and thus end up not scanning for drives. (Andres Salomon) . * 067-scsi_gdth_pci_map_sg.dpatch In gdth driver, drop DMA/page mapping from gdth_copy_internal_data(); it's unnecessary, and buggy. (Andres Salomon) . * 068-scsi_sd_read_capacity_LBD_bail.dpatch For scsi disks, if the disk capacity is too large for what's configured in the kernel, don't even attempt to use the disk. (Andres Salomon) . * [ALSA] 069-alsa_sscape_upload_firmware_len.dpatch This patch does two things; the first is a cleanup of calls to verify_area (replaced w/ access_oks) in the sscape driver that I was too lazy to strip out; the second is a fixup of the length handling of firmware in upload_dma_data. If __copy_from_user fails to copy data, the number of failed bytes wasn't kept track of. (Andres Salomon) . * [ALSA] 070-alsa_rme9652_hdsp_get_autosync.dpatch rme9652's snd_hdsp_get_autosync_ref() should be getting the value of hdsp_autosync_ref, not hdsp_pref_sync_ref. (Andres Salomon) . * [ALSA] 071-alsa_creation_order_fixes.dpatch This fixes the creation order for a bunch of sound drivers. Some drivers were creating /proc entries and registering callback functions that required driver structs that had not yet been initialized. (Andres Salomon) . * 072-sctp_do_bind_random_port.dpatch Fix bug within sctp_do_bind(); for ephemeral ports, set bp->port earlier, so that addr actually gets the correct port (inside sctp_add_bind_addr). (Andres Salomon) . * [USB] 073-usb_gadget_serial_free_ports.dpatch Inside gs_free_ports: don't deref memory that's already been freed. (Andres Salomon) . * [USB] 074-usb_makefile_fixes.dpatch Update makefile for sl811(-hcd) and dc2xx drivers. (Andres Salomon) . * 075-acpiphp_ibm_module_parm_perm.dpatch Fix permissions passed to module_param() in IBM pci hotplug driver. (Andres Salomon) . * 076-i2c_ali1563_devinit_fixes.dpatch Fix up probe and exit functions in i2c-ali1563 driver to use proper __devinit and __devexit attribs. (Andres Salomon) . * [EXT3] 077-ext3_journal_abort_handle_silence.dpatch For aborted transaction, only spew errors the first time to avoid a flood of errors. (Andres Salomon) . * [JBD] 078-jbd_journal_revoke_graceful_double_delete.dpatch journal_revoke may try to delete a metadata block twice; this patch allows a graceful recovery, instead of a BUG(). (Andres Salomon) . * [I386] 079-i386_timer_resume_slowdown.dpatch After resume, make time run at normal speed. Thanks to Daniel Drake <[EMAIL PROTECTED]> for pointing this one out. (Andres Salomon) . * 080-kernel_sched_might_sleep_ignore_if_oopsed.dpatch Make __might_sleep() a no-op if the kernel has oopsed. (Andres Salomon) . * [IA64] 081-ia64_early_sn_setup_nested_loop.dpatch early_sn_setup has a nested loop that uses the same loop variable as the outer loop. This patch fixes that. (Andres Salomon) . * [IDE] 082-ide_it8172_init_return_failure.dpatch it8172_init_one returns 1 instead of -ENODEV in probe function. The pci subsystem considers that to be a success, when it should be a failure. (Andres Salomon) . * [X86-64] 083-x86_64_switch_mm_context_race.dpatch Fix race in x86-64 SMP TLB handling, when context switching. (Andres Salomon) . * [I386/X86-64] 084-smp_nmi_watchdog_race.dpatch Ensure that if a cpu takes too long to come up, the NMI watchdog check doesn't think it's having problems. (Andres Salomon) . * [IA64] 085-ia64_irq_reg_typo.dpatch Fix typo of register name; s/_IA64_REG_AR_SP/_IA64_REG_SP/. (Andres Salomon) . * [I386] 086-i386_cpufreq_powernow_k8_acpi_error.dpatch If powernowk8_cpu_init() has a problem after it has initted acpi stuff, make sure to call the appropriate acpi exit routines before returning. (Andres Salomon) . * [EXT3] 087-ext3_graceful_corruption_fixes.dpatch This patch makes ext3 handle instances of corruption more gracefully. It also changes __ext3_journal_forget (which 078-jbd_journal_revoke*.dpatch needs). (Andres Salomon) Files: 200cb4e856aa77e7bdafe858bfacbbc5 996 devel optional kernel-source-2.6.10_2.6.10-5.dsc 7dae815c3d25ca9e008e173d5e489cf1 288442 devel optional kernel-source-2.6.10_2.6.10-5.diff.gz e1ba3aa89e31f9a13b90a6c3d1c6b855 325186 devel optional kernel-patch-debian-2.6.10_2.6.10-5_all.deb c0a2af8a848dfff9d2ae03b6281c18c3 35891722 devel optional kernel-source-2.6.10_2.6.10-5_all.deb 7cced3c9e6e7b54718fef631a373df82 31820 devel optional kernel-tree-2.6.10_2.6.10-5_all.deb 432ad2c5a7fc5c5c092176b83d127676 6733090 doc optional kernel-doc-2.6.10_2.6.10-5_all.deb
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCB9oi78o9R9NraMQRAutkAJ9ceAzaSOXn8nSlgd5Nih6Utr79cwCeNA3f QNSPro6+yOHWp1H0n0ZavEU= =Nu5W -----END PGP SIGNATURE----- Accepted: kernel-doc-2.6.10_2.6.10-5_all.deb to pool/main/k/kernel-source-2.6.10/kernel-doc-2.6.10_2.6.10-5_all.deb kernel-patch-debian-2.6.10_2.6.10-5_all.deb to pool/main/k/kernel-source-2.6.10/kernel-patch-debian-2.6.10_2.6.10-5_all.deb kernel-source-2.6.10_2.6.10-5.diff.gz to pool/main/k/kernel-source-2.6.10/kernel-source-2.6.10_2.6.10-5.diff.gz kernel-source-2.6.10_2.6.10-5.dsc to pool/main/k/kernel-source-2.6.10/kernel-source-2.6.10_2.6.10-5.dsc kernel-source-2.6.10_2.6.10-5_all.deb to pool/main/k/kernel-source-2.6.10/kernel-source-2.6.10_2.6.10-5_all.deb kernel-tree-2.6.10_2.6.10-5_all.deb to pool/main/k/kernel-source-2.6.10/kernel-tree-2.6.10_2.6.10-5_all.deb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

