diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2007-07-13 15:07:28 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-07-13 15:07:28 -0700 |
| commit | 7d04a386061d715c1d174008bf0106e319488d45 (patch) | |
| tree | 8604459e3f42117f95dc2662df9ba4e3d9bf5a9b | |
| parent | 5eee72f291f702da4e760a951899a72a8f0732c2 (diff) | |
| download | patches-7d04a386061d715c1d174008bf0106e319488d45.tar.gz | |
version update 2.6.22-git3
| -rw-r--r-- | driver/block-device.patch | 2 | ||||
| -rw-r--r-- | series | 262 | ||||
| -rw-r--r-- | version | 2 |
3 files changed, 9 insertions, 257 deletions
diff --git a/driver/block-device.patch b/driver/block-device.patch index 89c993c532cde5..ef180af9cbb7ea 100644 --- a/driver/block-device.patch +++ b/driver/block-device.patch @@ -969,7 +969,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> static int exact_lock(dev_t dev, void *data) --- a/drivers/md/dm.c +++ b/drivers/md/dm.c -@@ -1492,7 +1492,7 @@ int dm_resume(struct mapped_device *md) +@@ -1499,7 +1499,7 @@ int dm_resume(struct mapped_device *md) dm_table_unplug_all(map); @@ -8,27 +8,10 @@ gregkh/detect-atomic-counter-underflows.patch # HPET force on from powertop web site Will go upstream soon. gregkh/hpet_patches_45.patch -# driver patches queued for 2.6.22 +# driver patches queued for 2.6.23 +driver/block-device.patch -# driver patches for after 2.6.22 is out -driver/sysfs-rules.patch -driver/debugfs-add-rename-for-debugfs-files.patch -driver/dmi-based-module-autoloading.patch -driver/driver-core-add-missing-kset-uevent.patch -driver/sysdev-use-mutex-instead-of-semaphore.patch -driver/power-management-use-mutexes-instead-of-semaphores.patch -driver/pm-remove-pm_parent-from-struct-dev_pm_info.patch -driver/pm-remove-saved_state-from-struct-dev_pm_info.patch -driver/pm-simplify-suspend_device.patch -driver/driver-core-include-linux-mutex.h-from-attribute_container.c.patch -driver/driver-core-properly-get-driver-in-device_release_driver.patch -driver/driver-core-fix-kernel-doc-of-device_release_driver.patch -driver/driver-core-fix-devres_release_all-return-value.patch -driver/pm-remove-prev_state-from-struct-dev_pm_info.patch -driver/pm-remove-power_state.event-checks-from-suspend-core-code.patch -driver/pm-do-not-check-parent-state-in-suspend-and-resume-core-code.patch -driver/pm-do-not-use-saved_state-from-struct-dev_pm_info-on-arm.patch -driver/driver-core-coding-style-cleanup.patch +# driver patches for after 2.6.23 is out # documentation updates and additions. driver/howto-translated-into-japanese.patch @@ -42,54 +25,6 @@ driver/uio.patch driver/uio-documentation.patch driver/uio-hilscher-cif-card-driver.patch -# sysfs rework -driver/idr-fix-obscure-bug-in-allocation-path.patch -driver/idr-separate-out-idr_mark_full.patch -driver/ida-implement-idr-based-id-allocator.patch -driver/sysfs-move-release_sysfs_dirent-to-dir.c.patch -driver/sysfs-allocate-inode-number-using-ida.patch -driver/sysfs-make-sysfs_put-ignore-null-sd.patch -driver/sysfs-fix-error-handling-in-binattr-write.patch -driver/sysfs-flatten-cleanup-paths-in-sysfs_add_link-and-create_dir.patch -driver/sysfs-flatten-and-fix-sysfs_rename_dir-error-handling.patch -driver/sysfs-consolidate-sysfs_dirent-creation-functions.patch -driver/sysfs-add-sysfs_dirent-s_parent.patch -driver/sysfs-add-sysfs_dirent-s_name.patch -driver/sysfs-make-sysfs_dirent-s_element-a-union.patch -driver/sysfs-implement-kobj_sysfs_assoc_lock.patch -driver/sysfs-reimplement-symlink-using-sysfs_dirent-tree.patch -driver/sysfs-implement-bin_buffer.patch -driver/sysfs-implement-sysfs_dirent-active-reference-and-immediate-disconnect.patch -driver/sysfs-kill-attribute-file-orphaning.patch -driver/sysfs-separate-out-sysfs_attach_dentry.patch -driver/sysfs-reimplement-sysfs_drop_dentry.patch -driver/sysfs-kill-unnecessary-attribute-owner.patch -driver/driver-core-make-devt_attr-and-uevent_attr-static.patch -driver/sysfs-make-sysfs_alloc_ino-static.patch -driver/sysfs-fix-parent-refcounting-during-rename-and-move.patch -driver/sysfs-reorganize-sysfs_new_indoe-and-sysfs_create.patch -driver/sysfs-use-iget_locked-instead-of-new_inode.patch -driver/sysfs-fix-root-sysfs_dirent-root-dentry-association.patch -driver/sysfs-move-s_active-functions-to-fs-sysfs-dir.c.patch -driver/sysfs-slim-down-sysfs_dirent-s_active.patch -driver/sysfs-use-singly-linked-list-for-sysfs_dirent-tree.patch -driver/sysfs-fix-oops-in-sysfs_drop_dentry-on-x86_64.patch - -driver/sysfs-make-sysfs_drop_dentry-access-inodes-using-ilookup.patch -driver/sysfs-rename-sysfs_dirent-s_type-to-s_flags-and-make-room-for-flags.patch -driver/sysfs-implement-sysfs_flag_removed-flag.patch -driver/sysfs-implement-sysfs_find_dirent-and-sysfs_get_dirent.patch -driver/sysfs-make-kobj-point-to-sysfs_dirent-instead-of-dentry.patch -driver/sysfs-consolidate-sysfs-spinlocks.patch -driver/sysfs-use-sysfs_mutex-to-protect-the-sysfs_dirent-tree.patch -driver/sysfs-restructure-add-remove-paths-and-fix-inode-update.patch -driver/sysfs-move-sysfs_drop_dentry-to-dir.c-and-make-it-static.patch -driver/sysfs-implement-sysfs_get_dentry.patch -driver/sysfs-make-directory-dentries-and-inodes-reclaimable.patch - -# must go after large sysfs changes above -driver/sysfs-add-parameter-struct-bin_attribute-in-.read-.write-methods-for-sysfs-binary-attributes.patch -driver/block-device.patch # helper tools, not for mainline. @@ -98,201 +33,18 @@ driver/kobject-warn.patch driver/warn-when-statically-allocated-kobjects-are-used.patch -# pci patches queued for 2.6.22 (bugfixes, new ids, etc.) -pci/pci-remove-cpqphp-maintainer.patch -pci/pci-fix-the-error-message-to-point-to-the-proper-person.patch +# pci patches queued for 2.6.23 (bugfixes, new ids, etc.) -# pci patches for after 2.6.22 is out -pci/pci-syscall.c-switch-to-refcounting-api.patch -pci/pci-add-pci-x-pci-express-read-control-interfaces.patch -pci/pci-use-a-weak-symbol-for-the-empty-version-of-pcibios_add_platform_entries.patch -pci/pci-make-pcibios_add_platform_entries-return-errors.patch -pci/pci-pci_find_slot-mark-deprecated.patch -pci/pciehp-fix-possible-race-condition-in-writing-slot -pci/pci-fix-aer-driver-error-information.patch -pci/pci-aer-fix-stub-return-values.patch -pci/pci-aer-add-pci_cleanup_aer_correct_aer_status.patch -pci/pci-unexport-pci_proc_attach_device.patch -pci/pci-remove-useless-pci-driver-method.patch -pci/pci-read-revision-id-by-default.patch -pci/pci-change-all-drivers-to-use-pci_device-revision.patch -pci/pci-atm-lanai-change-vendor-to-device.patch -pci/pci-i386-traps-change-vendor-to-device.patch -pci/pci-pci_ids-reorder-some-entries.patch -pci/pci-pci_ids-add-atheros-and-3com_2-vendors.patch -pci/pci-pci_ids-remove-double-or-more-empty-lines.patch -pci/pci-fix-typo-in-include-linux-pci.h.patch -pci/pci-pci-x-pci-express-read-control-interfaces-cleanups.patch -pci/pci-remove-pci_dac_dma_...-apis.patch -pci/pci-round_up-macro-cleanup-in-drivers-pci.patch -pci/pci-pcie-remove-spin_lock_unlocked.patch -pci/pci-add-pci_try_set_mwi.patch -pci/pci-cpci_hotplug-convert-to-use-the-kthread-api.patch -pci/pci-pci_set_power_state-check-for-pm-capabilities-earlier.patch -pci/pci-hotplug-pciehp-wait-for-1-second-after-power-off-slot.patch -pci/pci-hotplug-acpiphp-fix-slot-poweroff-problem-on-systems-without-_ps3.patch -pci/pci-hotplug-acpiphp-remove-hot-plug-parameter-write-to-pci-host-bridge.patch -pci/pci-hotplug-acpiphp-avoid-acpiphp-cannot-get-bridge-info-pci-hotplug-failure.patch -pci/pci-limit-pci_get_bus_and_slot-to-domain-0.patch -pci/pci-only-build-pci-syscalls-on-architectures-that-want-them.patch +# pci patches for after 2.6.23 is out # akpm reports that this breaks his x86 box, wait until that is sorted out before sending to Linus pci/pci_bridge-device.patch -# usb patches queued for 2.6.22 (bugfixes, new ids, etc.) +# usb patches queued for 2.6.23 (bugfixes, new ids, etc.) -# stuff after 2.6.22 is out -usb/usb-suspend-support-for-usb-serial.patch -usb/usb-ehci-cpufreq-fix.patch -usb/usb-ehci-support-for-big-endian-descriptors.patch -usb/usb-cxacru-cleanup-sysfs-attribute-code.patch -usb/usb-serial-keyspan-add-support-for-usa-49wg-usa-28xg.patch -usb/usb-m66592-udc-peripheral-controller-driver-for-m66592.patch -usb/usb-m66592-udc-fix-use-old-interrupt-flags.patch -usb/usb-r8a66597-hcd-host-controller-driver-for-r8a66597.patch -usb/usb-r8a66597-hcd-fix-null-access.patch -usb/usb-interface-pm-state.patch -usb/usb-implement-pm-freeze-and-prethaw.patch -usb/usb-move-bus_suspend-and-bus_resume-method-calls.patch -usb/usb-don-t-unsuspend-for-a-new-connection.patch -usb/usb-remove-references-to-dev.power.power_state.patch -usb/usb-remove-locktree-routine-from-the-hub-driver.patch -usb/usb-make-hub-driver-s-release-more-robust.patch -usb/usb-use-menuconfig-objects.patch -usb/usb-ehci-refcounts-work-on-ppc7448.patch -usb/usb-oti6858-usb-serial-driver.patch -usb/usbmon-add-class-for-binary-interface.patch -usb/usb-add-usb-persist-facility.patch -usb/usb-ehci-ohci-handover-changes.patch -usb/usb-add-reset_resume-device-quirk.patch -usb/usb-ehci-fix-handover-for-designated-full-speed-ports.patch -usb/usb-make-device-reset-stop-retrying-after-disconnect.patch -usb/usb-io_ti-digi-edgeport-update-for-new-devices.patch -usb/usb-patch-to-align-the-various-usb-timers-to-fire-at-the-same-time.patch -usb/usb-rts-cts-handshaking-support-dtr-fixes-for-mct-u232-serial-adapter.patch -usb/usb-usb-gadget-dead-config-cleanup.patch -usb/usb-add-usb_device_and_interface_info-for-device-matching.patch -usb/usb-hub.c-loops-forever-on-resume-from-ram-due-to-bluetooth.patch -usb/usb-prevent-char-device-open-deregister-race.patch -usb/usb-rework-c-style-comments.patch -usb/usb-ftdi_sio.c-allow-setting-latency-timer-on-ft232rl.patch -usb/usb-ehci-big-endian-data-structures-support.patch -usb/usb-set-config_usb_ehci_big_endian_mmio-_desc-in-usb-host-kconfig.patch -usb/usb-ehci_fsl-update-for-mpc831x-support.patch -usb/usb-use-function-attribute-__maybe_unused.patch -usb/usb-export-linux-usb_gadgetfs-as-linux-usb-gadgetfs.h.patch -usb/usb-visor-driver-adapted-to-new-tty-buffering.patch -usb/usb-digi-acceleport-adapted-to-new-tty-buffering.patch -usb/usb-generic-usb-serial-to-new-buffering-scheme.patch -usb/pl2303.c-patch.patch -usb/usb-usb-serial-gadget-sparse-fixes.patch -usb/usb-core-hub.c-prevent-re-enumeration-on-hnp.patch -usb/usb-introduce-usb_anchor.patch -usb/usb-usb-skeleton-use-anchor-to-implement-flush.patch -usb/usb-whiteheat-driver-update.patch -usb/usb-digi_acceleport-further-buffer-clean-up.patch -usb/usb-ehci-safe-endianness-for-transfer-buffers-after-reset-in-case-of-hub-with-tt.patch -usb/usb-disable-file_storage-usb_config_att_wakeup.patch -usb/usb-fix-nec-ohci-chip-silicon-bug.patch -usb/usb-remove-__usb_port_suspend.patch -usb/usb-separate-root-and-non-root-suspend-resume.patch -usb/usb-remove-excess-code-from-hub.c.patch -usb/usb-add-reset_resume-method.patch -usb/usb-unify-reset_resume-and-normal-resume.patch -usb/usb-add-power-persist-device-attribute.patch -usb/usb-fsl_usb2_udc-replace-deprecated-irq-flag.patch -usb/usb-fsl_usb2_udc-get-max-ep-number-from-dccparams-register.patch -usb/usb-option-fix-usage-of-urb-status-abuse.patch -usb/usb-ps3-usb-system-bus-rework.patch -usb/usb-gadget-driver-for-samsung-s3c2410-arm-soc.patch -usb/usb-usb-storage-use-kthread_stop-for-the-control-thread.patch -usb/usb-usb-host-side-can-be-configured-given-pcmcia.patch -usb/ehci-hub-improved-over-current-recovery.patch -usb/usb-io_ti-sleep-with-spinlock-held-detected-by-automatic-tool.patch -usb/usb-fix-usb_serial_put-synchronization.patch -usb/usb-handle-bogus-low-speed-bulk-endpoints.patch -usb/usb-free-dma-mappings-if-enqueue-fails.patch -usb/usb-serial-license-fix.patch -usb/usb-aircable-status.patch -usb/usb-airprime-status.patch -usb/usb-belkin_sa-status.patch -usb/usb-cyberjack-status.patch -usb/usb-cypress_m8-status.patch -usb/usb-digi_acceleport-status.patch -usb/usb-empeg-status.patch -usb/usb-ftdi_sio-status.patch -usb/usb-garmin_gps-status.patch -usb/usb-generic-status.patch -usb/usb-io_edgeport-status.patch -usb/usb-io_ti-status.patch -usb/usb-ipaq-status.patch -usb/usb-ipw-status.patch -usb/usb-ir-usb-status.patch -usb/usb-keyspan-status.patch -usb/usb-keyspan_pda-status.patch -usb/usb-kl5kusb105-status.patch -usb/usb-kobil_sct-status.patch -usb/usb-mct_u232-status.patch -usb/usb-mos7720-status.patch -usb/usb-mos7840-status.patch -usb/usb-navman-status.patch -usb/usb-omninet-status.patch -usb/usb-option-status.patch -usb/usb-oti6858-status.patch -usb/usb-pl2303-status.patch -usb/usb-safe_serial-status.patch -usb/usb-sierra-status.patch -usb/usb-ti_usb_3410_5052-status.patch -usb/usb-visor-status.patch -usb/usb-whiteheat-status.patch -usb/usb-sierra-fix-status-usage.patch -usb/usb-sierra-cleanup-urb-startup.patch -usb/usb-serial-ark3116.c-mixed-fixups.patch -usb/usb-serial-belkin_sa-various-needed-fixes.patch -usb/usb-serial-ir_usb-clean-up-the-worst-of-it-remove-exciting-crash-on-open-feature.patch -usb/usb-usb-skeleton-use-anchors-in-disconnect-handling.patch -usb/usb-usb-skeleton-use-anchors-in-suspend-resume-handling.patch -usb/usb-usb-skeleton-use-anchors-in-pre-post-reset.patch -usb/usb-fix-up-full-speed-binterval-values-in-high-speed-interrupt-descriptor.patch -usb/usb-add-urb_free_buffer-flag-and-the-logic-behind-it.patch -usb/usb-gadget-rename-husb2dev-usba.patch -usb/usb-autosuspend-for-usblcd.patch -usb/usb-fsl_usb2_udc-fix-bug-for-portsc-bit-masking.patch -usb/usb-pete-s-taking-over-usblp.patch -usb/usb-usblp-add-dynamic-urbs-fix-races.patch -usb/usb-remove-usages-of-dev-power.power_state.patch -usb/usb-don-t-resume-root-hub-if-the-controller-is-suspended.patch -usb/usb-fix-off-by-1-error-in-the-scatter-gather-library.patch -usb/usb-mos7720-developer-change.patch -usb/usb-add-iad-support-to-usbfs-and-sysfs.patch -usb/usb-support-blackberry-pearl-with-berry_charge.patch -usb/don-t-autosuspend-blackberry-devices.patch -usb/usb-make-usb-autosuspend-timer-1-sec-jiffy-aligned.patch -usb/usb-fix-gregkh-usb-usb-use-menuconfig-objects.patch -usb/usb-drivers-block-ub.c-use-list_for_each_entry.patch -usb/usb-ftdi_sio-fix-oops-due-to-processing-workarounds-too-early.patch -usb/usb-make-the-usb_device-numa_node-get-assigned-from-controller.patch -usb/usb-mos7840.c-turn-this-into-a-serial-driver.patch -usb/usb-pl2303-remove-bogus-checks-and-fix-speed-support-to-use-tty_get_baud_rate.patch -usb/usb-visor-and-whiteheat-remove-bogus-termios-change-checks.patch -usb/usb-mos7720-remove-bogus-no-termios-change-check.patch -usb/usb-io_-remove-bogus-termios-no-change-checks.patch -usb/usb-remove-makefile-reference-to-obsolete-ohci_at91.patch -usb/usb-drivers-usb-storage-unusual_devs.h-whitespace-cleanup.patch -usb/usb-usb-dma-doc-updates.patch -usb/usb-quirk-for-samsung-printer.patch -usb/usb-pxa2xx_udc-use-generic-gpio-layer.patch -usb/usb-pxa2xx_udc-cleanups-mostly-removing-dma-hooks.patch -usb/usb-gadget-stack-remove-usb_ep_-_buffer-part-1.patch -usb/usb-gadget-stack-remove-usb_ep_-_buffer-part-2.patch -usb/usb-usb-gadget-stack-can-now-ddebug-with-kconfig.patch -usb/usb-goku_udc-trivial-cleanups.patch -usb/usb-cdc-acm-add-new-device-id-to-option-driver.patch -usb/usb-storage-implement-autosuspend.patch -usb/usb-additions-to-the-quirk-list.patch -usb/usb-ohci-pnx4008-remove-unnecessary-cast-of-return-value-of-kzalloc.patch +# stuff after 2.6.23 is out # my ols tutorial driver, never in mainline usb/usb-gotemp.patch @@ -1 +1 @@ -2.6.22-git2 +2.6.22-git3 |
