summaryrefslogtreecommitdiff
path: root/Next/quilt-import.log
diff options
context:
space:
mode:
Diffstat (limited to 'Next/quilt-import.log')
-rw-r--r--Next/quilt-import.log691
1 files changed, 691 insertions, 0 deletions
diff --git a/Next/quilt-import.log b/Next/quilt-import.log
new file mode 100644
index 000000000000..4c624cf10671
--- /dev/null
+++ b/Next/quilt-import.log
@@ -0,0 +1,691 @@
+Importing driver-core.current based on 2.6.35-rc6
+ quilt series is empty
+$ git update-ref refs/heads/quilt/driver-core.current b37fa16e78d6f9790462b3181602a26b5af36260
+Importing tty.current based on quilt/driver-core.current
+ quilt series is empty
+$ git update-ref refs/heads/quilt/tty.current b37fa16e78d6f9790462b3181602a26b5af36260
+Importing usb.current based on quilt/tty.current
+ quilt series is empty
+$ git update-ref refs/heads/quilt/usb.current b37fa16e78d6f9790462b3181602a26b5af36260
+Importing staging.current based on quilt/usb.current
+ quilt series is empty
+$ git update-ref refs/heads/quilt/staging.current b37fa16e78d6f9790462b3181602a26b5af36260
+Importing i2c based on 2.6.35-rc5-git3
+Unchanged quilt series i2c
+Importing jdelvare-hwmon based on 2.6.35-rc5-git3
+Unchanged quilt series jdelvare-hwmon
+Importing kernel-doc based on 2.6.35-rc3
+Unchanged quilt series kernel-doc
+Importing rr based on v2.6.35-rc6-19-g86c65a7
+$ git clone -s -l -n -q . ../quilt-tmp
+$ cd ../quilt-tmp
+$ git reset --hard 86c65a7857896b1de99628ad392556965c4841e6
+HEAD is now at 86c65a7 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
+$ git quiltimport --author Rusty Russell <rusty@rustcorp.com.au> --patches ../quilt/rr
+virtio:2_6_35_regression_oops_from_return_enomem_on_out_of_memory_patch.patch
+virtio:blk_support_barriers_without_flush_feature.patch
+virtio:net_implements_ethtool_ops_get_drvinfo.patch
+virtio:v2_add_serial_attribute_to_blk_devices.patch
+virtio:remove_blk_vbid_ioctl.patch
+module:unload_init_cleanup.patch
+module:refactor-load-module-1.patch
+module:refactor-load-module-2.patch
+module:refactor-load-module-3.patch
+module:refactor-load-module-4.patch
+module:refactor-load-module-5.patch
+module:reduce-stack-usage.patch
+module:load_info.patch
+module:extract-rewrite_section_header.patch
+module:fix-modversions.patch
+module:kallsyms-takes-info.patch
+module:kallsyms-takes-info-fix.patch
+module:layout_and_allocate.patch
+module:bunch-sysfs-setup.patch
+module:sysfs-no-CONFIG_SYSFS-compile-fix-and-cleanup.patch
+module:push-down-load_info.patch
+module:cleanup-args-usage.patch
+module:hoist-dynamic-debug.patch
+module:final-cleanup.patch
+misc:fix-email.patch
+kernel-params_c-check-null-for-non-bool.diff
+param:neaten-param.c-exports.patch
+param:param_ops.patch
+param:param_ops-for-hvc_iucv-driver.patch
+param:param_ops-modpost-complaint-silence.patch
+param:add-free-hook.patch
+param:use-free-hook-for-charp.patch
+param:params-are-const.patch
+param:kernel_param_lock.patch
+param:documentation.patch
+param:remove-useless-writable-charp.patch
+param:lock-charp-simple.patch
+param:lock-charp-myri10ge.patch
+param:lock-charp-if_sdio.patch
+param:ipmi_watchdog.patch
+param:cleanup-ide.patch
+param:cleanup-mptbase.patch
+param:acpi-use-ops.patch
+moduleparam-dont-deref-arg.patch
+$ cd ../next
+$ git fetch -f ../quilt-tmp master:quilt/rr
+From ../quilt-tmp
+ + a3686ec...223ceac master -> quilt/rr (forced update)
+Importing device-mapper based on v2.6.35-rc5-176-gcd5b8f8
+$ cd ../quilt-tmp
+$ git reset --hard cd5b8f8755a89a57fc8c408d284b8b613f090345
+HEAD is now at cd5b8f8 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
+$ git quiltimport --author Alasdair G Kergon <agk@redhat.com> --patches ../quilt/device-mapper
+dm-mpath-fix-NULL-pointer-dereference-when-path-parameters-missing.patch
+dm-snapshot-iterate-origin-and-cow-devices.patch
+dm-snapshot-test-chunk-size-against-both-origin-and-snapshot.patch
+dm-ioctl-remove-__dev_status-from-geometry-and-target-message.patch
+dm-ioctl-make-__dev_status-void.patch
+dm-ioctl-return-uevent-flag-after-rename.patch
+dm-prevent-access-to-md-being-deleted.patch
+dm-ioctl-release-_hash_lock-between-devices-in-remove_all.patch
+dm-ioctl-use-nonseekable_open.patch
+dm-crypt-use-kstrdup.patch
+dm-snapshot-persistent-use-define-for-disk-header-chunk-size.patch
+dm-skip-second-flush-on-bio-unsupported-error.patch
+dm-ioctl-make-bio-or-request-based-device-type-immutable.patch
+dm-do-not-initialise-full-request-queue-when-bio-based.patch
+dm-snapshot-implement-merge.patch
+dm-ioctl-refactor-dm_table_complete.patch
+dm-rename-map_info-flush_request-to-target_request_nr.patch
+dm-linear-support-discard.patch
+dm-linear-support-discard-fixup.patch
+dm-use-common-__issue_target_request-for-flush-and-discard-support.patch
+dm-zero-silently-drop-discards.patch
+dm-delay-enable-discard-support.patch
+dm-error-return-error-for-discards.patch
+$ cd ../next
+$ git fetch -f ../quilt-tmp master:quilt/device-mapper
+From ../quilt-tmp
+ + 15e90ae...3ddc221 master -> quilt/device-mapper (forced update)
+Importing aoe based on v2.6.31-rc9
+Unchanged quilt series aoe
+Importing driver-core based on quilt/staging.current
+$ cd ../quilt-tmp
+$ git reset --hard b37fa16e78d6f9790462b3181602a26b5af36260
+HEAD is now at b37fa16 Linux 2.6.35-rc6
+$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/driver-core
+uio-remove-irqf_disabled-flag-from-uio_pdrv_genirq.c.patch
+uio-remove-irqf_disabled-from-uio_sercos3.c.patch
+uio-remove-irqf_disabled-flag-from-uio_cif.c.patch
+hotplug-support-kernel-hotplug-sysctl-variable-when-config_net.patch
+driver-core-internal-struct-dma_coherent_mem-change-type-of-a-member.patch
+driver-core-drop-__must_check-from-bus_for_each_drv.patch
+firmware-loader-use-statically-initialized-data-attribute.patch
+firmware-loader-embed-device-into-firmware_priv-structure.patch
+driver-core-use-kmemdup-in-platform_device_add_resources.patch
+driver-core-reduce-duplicated-code-for-platform_device-creation.patch
+driver-core-move-platform-device-creation-helpers-to-.init.text-if-module-n.patch
+firmware-update-hotplug-script-remove-sysfs-files.patch
+sysfs-sysfs_chmod_file-s-attr-can-be-const.patch
+dmi-id-fix-a-memory-leak-in-dmi_id_init-error-path.patch
+dcdbas-remove-a-redundant-smi_data_buf_free-in-dcdbas_exit.patch
+sysfs-fix-discrepancies-between-implementation-and-documentation.patch
+sysfs-fix-one-more-signature-discrepancy-between-sysfs-implementation-and-docs.patch
+debugfs-no-longer-needs-to-depend-on-sysfs.patch
+driver-core-fix-memory-leak-one-one-error-path-in-bus_register.patch
+driver-core-add-bus_notify_bind_driver.patch
+cgroupfs-create-sys-fs-cgroup-to-mount-cgroupfs-on.patch
+$ cd ../next
+$ git fetch -f ../quilt-tmp master:quilt/driver-core
+From ../quilt-tmp
+ + fd0175d...23f56e8 master -> quilt/driver-core (forced update)
+Importing tty based on quilt/driver-core
+$ cd ../quilt-tmp
+$ git reset --hard 23f56e808fdf126fdd8a03ee1e14b6b7f880d9b9
+HEAD is now at 23f56e8 cgroupfs: create /sys/fs/cgroup to mount cgroupfs on
+$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/tty
+n_gsm.c-removed-duplicated-includes.patch
+serial-there-s-no-config-console.patch
+vt-clean-up-the-code-use-kernel-library.patch
+serial-add-uart_cap_efr-and-uart_cap_sleep-flags-to-16c950-uarts-definition.patch
+mrst_max3110-add-uart-driver-for-max3110-on-moorestown.patch
+max3110-sanity-check-a-register.patch
+serial-replace-open-coded-mutex-with-a-real-mutex-in-mrst_max3110.c.patch
+serial-fix-wakup-races-in-the-mrst_max3110-driver.patch
+tty-remove-hayes-esp-ioctls.patch
+tty-remove-remaining-hayes-esp-ioctls.patch
+tty-add-extproc-support-for-linemode.patch
+Context reduced to (1/1) to apply fragment at 55
+vt-console-try-harder-to-print-output-when-panicing.patch
+stallion-prune-lock_kernel-calls.patch
+istallion-use-bit-ops-for-the-board-flags.patch
+riscom8-kill-use-of-lock_kernel.patch
+isicom-kill-off-the-bkl.patch
+rocket-kill-bkl.patch
+synclink-kill-the-big-kernel-lock.patch
+cyclades-kill-off-bkl-usage.patch
+epca-kill-the-big-kernel-lock.patch
+specialix-kill-the-bkl.patch
+tty-fix-the-digi-acceleport-driver-null-checks.patch
+synclink-reworking-locking-a-bit.patch
+tty-serial-fix-various-misuses-mishandlings-of-port-tty.patch
+tty-serial-fix-tty-back-references-in-termios.patch
+tty-serial-fix-tty-referencing-in-set_ldisc.patch
+vc-locking-clean-up.patch
+tty-make-vt-s-have-a-tty_port.patch
+tty-move-the-vt_tty-field-from-the-vc_data-into-the-standard-tty_port.patch
+serial-change-the-wait-for-carrier-locking.patch
+serial-add-port-helpers.patch
+serial-trim-locking-on-the-helpers.patch
+serial-use-block_til_ready-helper.patch
+serial-fix-termios-settings-in-open.patch
+tty-replace-bkl-with-a-new-tty_lock.patch
+tty-never-hold-btm-while-getting-tty_mutex.patch
+tty-fix-console_sem-lock-order.patch
+cdc-acm-remove-dead-code.patch
+tty-introduce-wait_event_interruptible_tty.patch
+tty-reorder-ldisc-locking.patch
+tty-untangle-locking-of-wait_until_sent.patch
+tty-remove-tty_lock_nested.patch
+tty-implement-btm-as-mutex-instead-of-bkl.patch
+tty-release-btm-while-sleeping-in-block_til_ready.patch
+8250-fix-set_ldisc-operation.patch
+tty-avoid-recursive-btm-in-pty_close.patch
+serial-max3107-introduce-a-max3107-driver.patch
+serial-max3107-abstract-out-the-platform-specific-bits.patch
+tty_io-remove-casts-from-void.patch
+vt-fix-warning-statement-with-no-effect-due-to-vt_kern.h.patch
+serial-crisv10-formatting-of-pointers-in-printk.patch
+serial-altera_uart-simplify-altera_uart_console_putc-checkpatch-fixes.patch
+serial-fix-missing-bit-coverage-of-async_flags.patch
+serial-general-fixes-in-the-serial_rs485-structure.patch
+serial-mcf-don-t-take-spinlocks-in-already-protected-functions.patch
+serial-mmio32-support-for-8250_early.c.patch
+timbuart-use-__devinit-and-__devexit-macros-for-probe-and-remove.patch
+serial-68328serial.c-remove-dead-alma_ans-dragonixvz-m68ez328ads.patch
+serial-add-support-for-ox16pci958-card.patch
+hsu-driver-for-medfield-high-speed-uart-device.patch
+hsu-add-a-periodic-timer-to-check-dma-rx-channel.patch
+hsu-some-code-cleanup.patch
+hsu-call-pci-pm-hooks-in-suspend-resume-function.patch
+mxser-remove-unnesesary-null-check.patch
+$ cd ../next
+$ git fetch -f ../quilt-tmp master:quilt/tty
+From ../quilt-tmp
+ + 06ec630...ade5815 master -> quilt/tty (forced update)
+Importing usb based on quilt/tty
+$ cd ../quilt-tmp
+$ git reset --hard ade5815237638a41714023d9f2e5bf59ae898d09
+HEAD is now at ade5815 mxser: remove unnesesary NULL check
+$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/usb
+usb-fix-failure-path-in-usb_add_hcd.patch
+usb-don-t-stop-root-hub-status-polls-too-soon.patch
+usb-add-check-to-detect-host-controller-hardware-removal.patch
+usb-uhci-acquire-spinlock-before-calling-start_rh.patch
+usb-speedtouch-fixed-brace-and-spacing-coding-style-issues.patch
+usb-speedtouch-fixed-more-brace-and-spacing-coding-style-issues.patch
+usb-xhci-remove-obsolete-debugging-printk.patch
+usb-iuu_phoenix-add-support-for-different-baud-rates.patch
+usb-ehci-make-config_usb_ehci_tt_newsched-default-to-y.patch
+usb-gadget-use-memdup_user.patch
+usb-documentation-usb-ehci.txt-checkpatch-cleanup.patch
+usb-documentation-usb-hotplug.txt-checkpatch-cleanup.patch
+usb-documentation-usb-linux.inf-checkpatch-cleanup.patch
+usb-core-driver-fix-coding-styles.patch
+usb-core-endpoint-fix-coding-styles.patch
+usb-otg.h-fix-the-mixup-in-parameters-order.patch
+usb-host-eliminate-null-dereference.patch
+usb-isd200.c-remove-unnecessary-kmalloc-cast.patch
+usb-throw-away-custom-hex-digit-methods.patch
+usb-ehci-ehci-1.1-addendum-preparation.patch
+usb-ehci-ehci-1.1-addendum-basic-lpm-feature-support.patch
+usb-ehci-ehci-1.1-addendum-enable-per-port-change-detect-bits.patch
+usb-option-remove-duplicate-amoi_vendor_id.patch
+revert-usb-adding-support-for-htc-smartphones-to-ipaq.patch
+usb-gadget-langwell_udc.c-printk-needs-a-unsigned-long-long-cast-for-a-dma_t.patch
+usb-conexant-fixed-spacing-and-brace-coding-style-issues.patch
+usb-add-a-serial-number-parameter-to-g_file_storage-module.patch
+usb-atm-fixed-spacing-and-indentation-coding-style-issues.patch
+usb-bkl-remove-lock_kernel-in-usbfs-update_sb.patch
+usb-bkl-convert-usb_driver-ioctl-to-unlocked_ioctl.patch
+usb-bkl-remove-bkl-use-for-usb-serial-driver-probing.patch
+usb-bkl-remove-bkl-use-in-uhci-debug.patch
+usb-gadget-do-not-take-bkl-for-gadget-ops-ioctl.patch
+usb-mon-kill-bkl-usage.patch
+usb-gadget-g_mass_storage-static-data-instead-of-dynamic-allocation.patch
+usb-gadget-f_mass_storage-fsg_add-renamed-to-fsg_bind_config.patch
+usb-gadget-f_fs-functionfs_add-renamed-to-functionfs_bind_config.patch
+usb-gadget-composite-usb_string_ids_-functions-added.patch
+usb-gadget-f_fs-use-usb_string_ids_n.patch
+usb-gadget-f_mass_storage-dead-code-removed.patch
+usb-gadget-g_multi-code-clean-up-and-refactoring.patch
+usb-gadget-g_ether-updated-inf-file.patch
+usb-gadget-g_serial-inf-file-updated.patch
+usb-gadget-g_multi-added-documentation-and-inf-files.patch
+usb-gadget-composite-added-disconnect-callback.patch
+usb-gadget-f_mass_storage-added-eject-callback.patch
+usb-gadget-section-mismatch-warning-fixed.patch
+usb-convert-usb_hcd-bitfields-into-atomic-flags.patch
+usb-gadget-g_fs-code-cleanup.patch
+usb-refactor-the-powermac-specific-asic-clock-code.patch
+usb-move-pci-hcd-resume-routine.patch
+usb-add-do_wakeup-parameter-for-pci-hcd-suspend.patch
+usb-controller-resume-should-check-the-root-hub.patch
+usb-fix-race-between-root-hub-wakeup-controller-suspend.patch
+usb-uhci-add-support-for-intel-s-wakeup-flags.patch
+pci-change-device-runtime-pm-settings-for-probe-and-remove-do-not-send.patch
+usb-add-runtime-pm-for-pci-based-host-controllers.patch
+usb-usblp-fixed-switch-brace-whitespace-and-spacing-coding-style-issues.patch
+usb-drivers-usb-makefile-conditionally-descend-to-early.patch
+usb-xhci-trivial-use-array_size.patch
+usb-ehci-fix-null-pointer-dererence-in-hcds-that-use-hcd_local_mem.patch
+usb-gadget-compilation-issue-missing-task_interruptible.patch
+usb-gadget-storage_common-comments-updated.patch
+usb-serial-io_ti-don-t-return-0-if-writing-the-download-record-failed.patch
+usb-core-hcd-pci-use-for_each_pci_dev.patch
+usb-musb-use-correct-register-widths-in-register-dumps.patch
+usb-musb-fix-compilation-warning-in-host-only-mode.patch
+usb-ulpi-fix-compilation-warning.patch
+usb-ehci_omap-fix-device-detect-issue-with-modules.patch
+usb-musb-kill-board-specific-pinmux-from-driver-file.patch
+usb-musb-do-not-override-dma-mode-in-channel-program.patch
+usb-storage-freecom-fixed-several-coding-style-issues.patch
+usb-autoconvert-trivial-bkl-users-to-private-mutex.patch
+usb-usb-skeleton-remove-unnecessary-casts-of-private_data.patch
+usb-misc-remove-unnecessary-casts-of-private_data.patch
+usb-gadget-remove-unnecessary-casts-of-private_data.patch
+usb-ehci-debug-port-device-gadget.patch
+usb-musb-forward-debug-mode-feature-to-gadget.patch
+usb-serial-enable-async-suspend-for-usb-serial-port-device.patch
+usb-host-remove-dead-config_arch_karo.patch
+usb-io_ti.c-don-t-return-0-if-writing-the-download-record-failed.patch
+usb-otg-ulpi.c-fix-register-write.patch
+usb-otg-ulpi-remove-unused-macro.patch
+usb-otg-ulpi-add-support-for-smsc-usb3319-ulpi-phy.patch
+usb-otg-ulpi-extend-the-generic-ulpi-driver.patch
+usb-xhci-supporting-msi-msi-x.patch
+usb-ehci-remove-pci-assumption.patch
+usb-ehci-simplify-remainder-computations.patch
+usb-ehci-add-missing-frame-microframe-conversion.patch
+usb-ehci-reorganize-isochronous-scheduler-routine.patch
+usb-ehci-remove-dead-code-in-the-periodic-scheduler.patch
+usb-gadget-functionfs-stale-makefile-entry-removed.patch
+usb-resizing-usbmon-binary-interface-buffer-causes-protection-faults.patch
+usb-delay-init-quirk-for-logitech-harmony-700-series-devices.patch
+usb-option-huawei-ets-1220-support-added.patch
+usb-xhci-handle_tx_event-refactor-finish_td.patch
+usb-xhci-handle_tx_event-refactor-process_ctrl_td.patch
+usb-xhci-handle_tx_event-refactor-process_bulk_intr_td.patch
+usb-xhci-remove-redundant-print-messages.patch
+usb-xhci-adds-new-cases-to-trb_comp_code-switch.patch
+usb-xhci-missed-service-error-event-process.patch
+usb-xhci-introduce-urb_priv-structure.patch
+usb-xhci-isochronous-transfer-implementation.patch
+usb-xhci-allocate-bigger-ring-for-isochronous-endpoint.patch
+usb-xhci-isoc-urb-enqueue.patch
+usb-gadget-storage-strict-coversion-of-ro-parameter.patch
+usb-gadget-storage-optional-scsi-write-fua-bit.patch
+usb-host-sl811-hcd-check-kzalloc-result.patch
+usb-s3c-hsotg-increase-tx-fifo-limit.patch
+usb-s3c-hsotg-the-nptx-ptx-fifo-sizes-are-in-words-not-bytes.patch
+usb-s3c-hsotg-avoid-overwriting-contents-of-perodic-in-fifo.patch
+usb-s3c-hsotg-re-initialise-all-fifos-on-usb-bus-reset.patch
+usb-s3c-hsotg-add-initial-detection-and-setup-for-dedicated-fifo-mode.patch
+usb-s3c-hsotg-only-load-packet-per-fifo-write.patch
+usb-s3c-hsotg-check-for-new-request-before-enqueing-new-setup.patch
+usb-s3c-hsotg-fix-max-ep0-in-request-length.patch
+usb-s3c-hsotg-fix-the-out-ep0-limit.patch
+usb-s3c-hsotg-fix-out-packet-request-retry.patch
+usb-s3c-hsotg-add-support-for-external-usb-clock.patch
+usb-s3c-hsotg-fix-compilation-problem.patch
+usb-s3c-hsotg-modify-only-selected-bits-in-s3c_phypwr-register.patch
+usb-s3c-hsotg-add-support-for-clock-gating.patch
+usb-powerpc-fsl_soc.c-remove-fsl-usb-platform-code.patch
+usb-add-of_platform-glue-driver-for-fsl-usb-dr-controller.patch
+usb-add-usb-ehci-support-for-mpc5121-soc.patch
+usb-serial-enabling-support-for-segway-rmp-in-ftdi_sio.patch
+error: patch failed: drivers/usb/serial/ftdi_sio.c:746
+error: drivers/usb/serial/ftdi_sio.c: patch does not apply
+Context reduced to (1/0) to apply fragment at 1012
+
+Importing driver-core.current based on 2.6.35-rc6
+ quilt series is empty
+$ git update-ref refs/heads/quilt/driver-core.current b37fa16e78d6f9790462b3181602a26b5af36260
+Importing tty.current based on quilt/driver-core.current
+ quilt series is empty
+$ git update-ref refs/heads/quilt/tty.current b37fa16e78d6f9790462b3181602a26b5af36260
+Importing usb.current based on quilt/tty.current
+ quilt series is empty
+$ git update-ref refs/heads/quilt/usb.current b37fa16e78d6f9790462b3181602a26b5af36260
+Importing staging.current based on quilt/usb.current
+ quilt series is empty
+$ git update-ref refs/heads/quilt/staging.current b37fa16e78d6f9790462b3181602a26b5af36260
+Importing i2c based on 2.6.35-rc5-git3
+Unchanged quilt series i2c
+Importing jdelvare-hwmon based on 2.6.35-rc5-git3
+Unchanged quilt series jdelvare-hwmon
+Importing kernel-doc based on 2.6.35-rc3
+Unchanged quilt series kernel-doc
+Importing rr based on v2.6.35-rc6-19-g86c65a7
+$ git clone -s -l -n -q . ../quilt-tmp
+$ cd ../quilt-tmp
+$ git reset --hard 86c65a7857896b1de99628ad392556965c4841e6
+HEAD is now at 86c65a7 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
+$ git quiltimport --author Rusty Russell <rusty@rustcorp.com.au> --patches ../quilt/rr
+virtio:2_6_35_regression_oops_from_return_enomem_on_out_of_memory_patch.patch
+virtio:blk_support_barriers_without_flush_feature.patch
+virtio:net_implements_ethtool_ops_get_drvinfo.patch
+virtio:v2_add_serial_attribute_to_blk_devices.patch
+virtio:remove_blk_vbid_ioctl.patch
+module:unload_init_cleanup.patch
+module:refactor-load-module-1.patch
+module:refactor-load-module-2.patch
+module:refactor-load-module-3.patch
+module:refactor-load-module-4.patch
+module:refactor-load-module-5.patch
+module:reduce-stack-usage.patch
+module:load_info.patch
+module:extract-rewrite_section_header.patch
+module:fix-modversions.patch
+module:kallsyms-takes-info.patch
+module:kallsyms-takes-info-fix.patch
+module:layout_and_allocate.patch
+module:bunch-sysfs-setup.patch
+module:sysfs-no-CONFIG_SYSFS-compile-fix-and-cleanup.patch
+module:push-down-load_info.patch
+module:cleanup-args-usage.patch
+module:hoist-dynamic-debug.patch
+module:final-cleanup.patch
+misc:fix-email.patch
+kernel-params_c-check-null-for-non-bool.diff
+param:neaten-param.c-exports.patch
+param:param_ops.patch
+param:param_ops-for-hvc_iucv-driver.patch
+param:param_ops-modpost-complaint-silence.patch
+param:add-free-hook.patch
+param:use-free-hook-for-charp.patch
+param:params-are-const.patch
+param:kernel_param_lock.patch
+param:documentation.patch
+param:remove-useless-writable-charp.patch
+param:lock-charp-simple.patch
+param:lock-charp-myri10ge.patch
+param:lock-charp-if_sdio.patch
+param:ipmi_watchdog.patch
+param:cleanup-ide.patch
+param:cleanup-mptbase.patch
+param:acpi-use-ops.patch
+moduleparam-dont-deref-arg.patch
+$ cd ../next
+$ git fetch -f ../quilt-tmp master:quilt/rr
+From ../quilt-tmp
+ + 223ceac...df736f6 master -> quilt/rr (forced update)
+Importing device-mapper based on v2.6.35-rc5-176-gcd5b8f8
+$ cd ../quilt-tmp
+$ git reset --hard cd5b8f8755a89a57fc8c408d284b8b613f090345
+HEAD is now at cd5b8f8 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
+$ git quiltimport --author Alasdair G Kergon <agk@redhat.com> --patches ../quilt/device-mapper
+dm-mpath-fix-NULL-pointer-dereference-when-path-parameters-missing.patch
+dm-snapshot-iterate-origin-and-cow-devices.patch
+dm-snapshot-test-chunk-size-against-both-origin-and-snapshot.patch
+dm-ioctl-remove-__dev_status-from-geometry-and-target-message.patch
+dm-ioctl-make-__dev_status-void.patch
+dm-ioctl-return-uevent-flag-after-rename.patch
+dm-prevent-access-to-md-being-deleted.patch
+dm-ioctl-release-_hash_lock-between-devices-in-remove_all.patch
+dm-ioctl-use-nonseekable_open.patch
+dm-crypt-use-kstrdup.patch
+dm-snapshot-persistent-use-define-for-disk-header-chunk-size.patch
+dm-skip-second-flush-on-bio-unsupported-error.patch
+dm-ioctl-make-bio-or-request-based-device-type-immutable.patch
+dm-do-not-initialise-full-request-queue-when-bio-based.patch
+dm-snapshot-implement-merge.patch
+dm-ioctl-refactor-dm_table_complete.patch
+dm-rename-map_info-flush_request-to-target_request_nr.patch
+dm-linear-support-discard.patch
+dm-linear-support-discard-fixup.patch
+dm-use-common-__issue_target_request-for-flush-and-discard-support.patch
+dm-zero-silently-drop-discards.patch
+dm-delay-enable-discard-support.patch
+dm-error-return-error-for-discards.patch
+$ cd ../next
+$ git fetch -f ../quilt-tmp master:quilt/device-mapper
+From ../quilt-tmp
+ + 3ddc221...bb9e95c master -> quilt/device-mapper (forced update)
+Importing aoe based on v2.6.31-rc9
+Unchanged quilt series aoe
+Importing driver-core based on quilt/staging.current
+$ cd ../quilt-tmp
+$ git reset --hard b37fa16e78d6f9790462b3181602a26b5af36260
+HEAD is now at b37fa16 Linux 2.6.35-rc6
+$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/driver-core
+uio-remove-irqf_disabled-flag-from-uio_pdrv_genirq.c.patch
+uio-remove-irqf_disabled-from-uio_sercos3.c.patch
+uio-remove-irqf_disabled-flag-from-uio_cif.c.patch
+hotplug-support-kernel-hotplug-sysctl-variable-when-config_net.patch
+driver-core-internal-struct-dma_coherent_mem-change-type-of-a-member.patch
+driver-core-drop-__must_check-from-bus_for_each_drv.patch
+firmware-loader-use-statically-initialized-data-attribute.patch
+firmware-loader-embed-device-into-firmware_priv-structure.patch
+driver-core-use-kmemdup-in-platform_device_add_resources.patch
+driver-core-reduce-duplicated-code-for-platform_device-creation.patch
+driver-core-move-platform-device-creation-helpers-to-.init.text-if-module-n.patch
+firmware-update-hotplug-script-remove-sysfs-files.patch
+sysfs-sysfs_chmod_file-s-attr-can-be-const.patch
+dmi-id-fix-a-memory-leak-in-dmi_id_init-error-path.patch
+dcdbas-remove-a-redundant-smi_data_buf_free-in-dcdbas_exit.patch
+sysfs-fix-discrepancies-between-implementation-and-documentation.patch
+sysfs-fix-one-more-signature-discrepancy-between-sysfs-implementation-and-docs.patch
+debugfs-no-longer-needs-to-depend-on-sysfs.patch
+driver-core-fix-memory-leak-one-one-error-path-in-bus_register.patch
+driver-core-add-bus_notify_bind_driver.patch
+cgroupfs-create-sys-fs-cgroup-to-mount-cgroupfs-on.patch
+$ cd ../next
+$ git fetch -f ../quilt-tmp master:quilt/driver-core
+From ../quilt-tmp
+ + 23f56e8...2c4aeb2 master -> quilt/driver-core (forced update)
+Importing tty based on quilt/driver-core
+$ cd ../quilt-tmp
+$ git reset --hard 2c4aeb2c25ae97756f3459f3d8b7c253586f3d17
+HEAD is now at 2c4aeb2 cgroupfs: create /sys/fs/cgroup to mount cgroupfs on
+$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/tty
+n_gsm.c-removed-duplicated-includes.patch
+serial-there-s-no-config-console.patch
+vt-clean-up-the-code-use-kernel-library.patch
+serial-add-uart_cap_efr-and-uart_cap_sleep-flags-to-16c950-uarts-definition.patch
+mrst_max3110-add-uart-driver-for-max3110-on-moorestown.patch
+max3110-sanity-check-a-register.patch
+serial-replace-open-coded-mutex-with-a-real-mutex-in-mrst_max3110.c.patch
+serial-fix-wakup-races-in-the-mrst_max3110-driver.patch
+tty-remove-hayes-esp-ioctls.patch
+tty-remove-remaining-hayes-esp-ioctls.patch
+tty-add-extproc-support-for-linemode.patch
+Context reduced to (1/1) to apply fragment at 55
+vt-console-try-harder-to-print-output-when-panicing.patch
+stallion-prune-lock_kernel-calls.patch
+istallion-use-bit-ops-for-the-board-flags.patch
+riscom8-kill-use-of-lock_kernel.patch
+isicom-kill-off-the-bkl.patch
+rocket-kill-bkl.patch
+synclink-kill-the-big-kernel-lock.patch
+cyclades-kill-off-bkl-usage.patch
+epca-kill-the-big-kernel-lock.patch
+specialix-kill-the-bkl.patch
+tty-fix-the-digi-acceleport-driver-null-checks.patch
+synclink-reworking-locking-a-bit.patch
+tty-serial-fix-various-misuses-mishandlings-of-port-tty.patch
+tty-serial-fix-tty-back-references-in-termios.patch
+tty-serial-fix-tty-referencing-in-set_ldisc.patch
+vc-locking-clean-up.patch
+tty-make-vt-s-have-a-tty_port.patch
+tty-move-the-vt_tty-field-from-the-vc_data-into-the-standard-tty_port.patch
+serial-change-the-wait-for-carrier-locking.patch
+serial-add-port-helpers.patch
+serial-trim-locking-on-the-helpers.patch
+serial-use-block_til_ready-helper.patch
+serial-fix-termios-settings-in-open.patch
+tty-replace-bkl-with-a-new-tty_lock.patch
+tty-never-hold-btm-while-getting-tty_mutex.patch
+tty-fix-console_sem-lock-order.patch
+cdc-acm-remove-dead-code.patch
+tty-introduce-wait_event_interruptible_tty.patch
+tty-reorder-ldisc-locking.patch
+tty-untangle-locking-of-wait_until_sent.patch
+tty-remove-tty_lock_nested.patch
+tty-implement-btm-as-mutex-instead-of-bkl.patch
+tty-release-btm-while-sleeping-in-block_til_ready.patch
+8250-fix-set_ldisc-operation.patch
+tty-avoid-recursive-btm-in-pty_close.patch
+serial-max3107-introduce-a-max3107-driver.patch
+serial-max3107-abstract-out-the-platform-specific-bits.patch
+tty_io-remove-casts-from-void.patch
+vt-fix-warning-statement-with-no-effect-due-to-vt_kern.h.patch
+serial-crisv10-formatting-of-pointers-in-printk.patch
+serial-altera_uart-simplify-altera_uart_console_putc-checkpatch-fixes.patch
+serial-fix-missing-bit-coverage-of-async_flags.patch
+serial-general-fixes-in-the-serial_rs485-structure.patch
+serial-mcf-don-t-take-spinlocks-in-already-protected-functions.patch
+serial-mmio32-support-for-8250_early.c.patch
+timbuart-use-__devinit-and-__devexit-macros-for-probe-and-remove.patch
+serial-68328serial.c-remove-dead-alma_ans-dragonixvz-m68ez328ads.patch
+serial-add-support-for-ox16pci958-card.patch
+hsu-driver-for-medfield-high-speed-uart-device.patch
+hsu-add-a-periodic-timer-to-check-dma-rx-channel.patch
+hsu-some-code-cleanup.patch
+hsu-call-pci-pm-hooks-in-suspend-resume-function.patch
+mxser-remove-unnesesary-null-check.patch
+$ cd ../next
+$ git fetch -f ../quilt-tmp master:quilt/tty
+From ../quilt-tmp
+ + ade5815...cf81047 master -> quilt/tty (forced update)
+Importing usb based on quilt/tty
+$ cd ../quilt-tmp
+$ git reset --hard cf8104722a3f945c27a37041dab0d522d435654a
+HEAD is now at cf81047 mxser: remove unnesesary NULL check
+$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/usb
+usb-fix-failure-path-in-usb_add_hcd.patch
+usb-don-t-stop-root-hub-status-polls-too-soon.patch
+usb-add-check-to-detect-host-controller-hardware-removal.patch
+usb-uhci-acquire-spinlock-before-calling-start_rh.patch
+usb-speedtouch-fixed-brace-and-spacing-coding-style-issues.patch
+usb-speedtouch-fixed-more-brace-and-spacing-coding-style-issues.patch
+usb-xhci-remove-obsolete-debugging-printk.patch
+usb-iuu_phoenix-add-support-for-different-baud-rates.patch
+usb-ehci-make-config_usb_ehci_tt_newsched-default-to-y.patch
+usb-gadget-use-memdup_user.patch
+usb-documentation-usb-ehci.txt-checkpatch-cleanup.patch
+usb-documentation-usb-hotplug.txt-checkpatch-cleanup.patch
+usb-documentation-usb-linux.inf-checkpatch-cleanup.patch
+usb-core-driver-fix-coding-styles.patch
+usb-core-endpoint-fix-coding-styles.patch
+usb-otg.h-fix-the-mixup-in-parameters-order.patch
+usb-host-eliminate-null-dereference.patch
+usb-isd200.c-remove-unnecessary-kmalloc-cast.patch
+usb-throw-away-custom-hex-digit-methods.patch
+usb-ehci-ehci-1.1-addendum-preparation.patch
+usb-ehci-ehci-1.1-addendum-basic-lpm-feature-support.patch
+usb-ehci-ehci-1.1-addendum-enable-per-port-change-detect-bits.patch
+usb-option-remove-duplicate-amoi_vendor_id.patch
+revert-usb-adding-support-for-htc-smartphones-to-ipaq.patch
+usb-gadget-langwell_udc.c-printk-needs-a-unsigned-long-long-cast-for-a-dma_t.patch
+usb-conexant-fixed-spacing-and-brace-coding-style-issues.patch
+usb-add-a-serial-number-parameter-to-g_file_storage-module.patch
+usb-atm-fixed-spacing-and-indentation-coding-style-issues.patch
+usb-bkl-remove-lock_kernel-in-usbfs-update_sb.patch
+usb-bkl-convert-usb_driver-ioctl-to-unlocked_ioctl.patch
+usb-bkl-remove-bkl-use-for-usb-serial-driver-probing.patch
+usb-bkl-remove-bkl-use-in-uhci-debug.patch
+usb-gadget-do-not-take-bkl-for-gadget-ops-ioctl.patch
+usb-mon-kill-bkl-usage.patch
+usb-gadget-g_mass_storage-static-data-instead-of-dynamic-allocation.patch
+usb-gadget-f_mass_storage-fsg_add-renamed-to-fsg_bind_config.patch
+usb-gadget-f_fs-functionfs_add-renamed-to-functionfs_bind_config.patch
+usb-gadget-composite-usb_string_ids_-functions-added.patch
+usb-gadget-f_fs-use-usb_string_ids_n.patch
+usb-gadget-f_mass_storage-dead-code-removed.patch
+usb-gadget-g_multi-code-clean-up-and-refactoring.patch
+usb-gadget-g_ether-updated-inf-file.patch
+usb-gadget-g_serial-inf-file-updated.patch
+usb-gadget-g_multi-added-documentation-and-inf-files.patch
+usb-gadget-composite-added-disconnect-callback.patch
+usb-gadget-f_mass_storage-added-eject-callback.patch
+usb-gadget-section-mismatch-warning-fixed.patch
+usb-convert-usb_hcd-bitfields-into-atomic-flags.patch
+usb-gadget-g_fs-code-cleanup.patch
+usb-refactor-the-powermac-specific-asic-clock-code.patch
+usb-move-pci-hcd-resume-routine.patch
+usb-add-do_wakeup-parameter-for-pci-hcd-suspend.patch
+usb-controller-resume-should-check-the-root-hub.patch
+usb-fix-race-between-root-hub-wakeup-controller-suspend.patch
+usb-uhci-add-support-for-intel-s-wakeup-flags.patch
+pci-change-device-runtime-pm-settings-for-probe-and-remove-do-not-send.patch
+usb-add-runtime-pm-for-pci-based-host-controllers.patch
+usb-usblp-fixed-switch-brace-whitespace-and-spacing-coding-style-issues.patch
+usb-drivers-usb-makefile-conditionally-descend-to-early.patch
+usb-xhci-trivial-use-array_size.patch
+usb-ehci-fix-null-pointer-dererence-in-hcds-that-use-hcd_local_mem.patch
+usb-gadget-compilation-issue-missing-task_interruptible.patch
+usb-gadget-storage_common-comments-updated.patch
+usb-serial-io_ti-don-t-return-0-if-writing-the-download-record-failed.patch
+usb-core-hcd-pci-use-for_each_pci_dev.patch
+usb-musb-use-correct-register-widths-in-register-dumps.patch
+usb-musb-fix-compilation-warning-in-host-only-mode.patch
+usb-ulpi-fix-compilation-warning.patch
+usb-ehci_omap-fix-device-detect-issue-with-modules.patch
+usb-musb-kill-board-specific-pinmux-from-driver-file.patch
+usb-musb-do-not-override-dma-mode-in-channel-program.patch
+usb-storage-freecom-fixed-several-coding-style-issues.patch
+usb-autoconvert-trivial-bkl-users-to-private-mutex.patch
+usb-usb-skeleton-remove-unnecessary-casts-of-private_data.patch
+usb-misc-remove-unnecessary-casts-of-private_data.patch
+usb-gadget-remove-unnecessary-casts-of-private_data.patch
+usb-ehci-debug-port-device-gadget.patch
+usb-musb-forward-debug-mode-feature-to-gadget.patch
+usb-serial-enable-async-suspend-for-usb-serial-port-device.patch
+usb-host-remove-dead-config_arch_karo.patch
+usb-io_ti.c-don-t-return-0-if-writing-the-download-record-failed.patch
+usb-otg-ulpi.c-fix-register-write.patch
+usb-otg-ulpi-remove-unused-macro.patch
+usb-otg-ulpi-add-support-for-smsc-usb3319-ulpi-phy.patch
+usb-otg-ulpi-extend-the-generic-ulpi-driver.patch
+usb-xhci-supporting-msi-msi-x.patch
+usb-ehci-remove-pci-assumption.patch
+usb-ehci-simplify-remainder-computations.patch
+usb-ehci-add-missing-frame-microframe-conversion.patch
+usb-ehci-reorganize-isochronous-scheduler-routine.patch
+usb-ehci-remove-dead-code-in-the-periodic-scheduler.patch
+usb-gadget-functionfs-stale-makefile-entry-removed.patch
+usb-resizing-usbmon-binary-interface-buffer-causes-protection-faults.patch
+usb-delay-init-quirk-for-logitech-harmony-700-series-devices.patch
+usb-option-huawei-ets-1220-support-added.patch
+usb-xhci-handle_tx_event-refactor-finish_td.patch
+usb-xhci-handle_tx_event-refactor-process_ctrl_td.patch
+usb-xhci-handle_tx_event-refactor-process_bulk_intr_td.patch
+usb-xhci-remove-redundant-print-messages.patch
+usb-xhci-adds-new-cases-to-trb_comp_code-switch.patch
+usb-xhci-missed-service-error-event-process.patch
+usb-xhci-introduce-urb_priv-structure.patch
+usb-xhci-isochronous-transfer-implementation.patch
+usb-xhci-allocate-bigger-ring-for-isochronous-endpoint.patch
+usb-xhci-isoc-urb-enqueue.patch
+usb-gadget-storage-strict-coversion-of-ro-parameter.patch
+usb-gadget-storage-optional-scsi-write-fua-bit.patch
+usb-host-sl811-hcd-check-kzalloc-result.patch
+usb-s3c-hsotg-increase-tx-fifo-limit.patch
+usb-s3c-hsotg-the-nptx-ptx-fifo-sizes-are-in-words-not-bytes.patch
+usb-s3c-hsotg-avoid-overwriting-contents-of-perodic-in-fifo.patch
+usb-s3c-hsotg-re-initialise-all-fifos-on-usb-bus-reset.patch
+usb-s3c-hsotg-add-initial-detection-and-setup-for-dedicated-fifo-mode.patch
+usb-s3c-hsotg-only-load-packet-per-fifo-write.patch
+usb-s3c-hsotg-check-for-new-request-before-enqueing-new-setup.patch
+usb-s3c-hsotg-fix-max-ep0-in-request-length.patch
+usb-s3c-hsotg-fix-the-out-ep0-limit.patch
+usb-s3c-hsotg-fix-out-packet-request-retry.patch
+usb-s3c-hsotg-add-support-for-external-usb-clock.patch
+usb-s3c-hsotg-fix-compilation-problem.patch
+usb-s3c-hsotg-modify-only-selected-bits-in-s3c_phypwr-register.patch
+usb-s3c-hsotg-add-support-for-clock-gating.patch
+usb-powerpc-fsl_soc.c-remove-fsl-usb-platform-code.patch
+usb-add-of_platform-glue-driver-for-fsl-usb-dr-controller.patch
+usb-add-usb-ehci-support-for-mpc5121-soc.patch
+usb-imx21-hcd-set-task-state-with-schedule_timeout_uninterruptible.patch
+usb-gadget-file_storage-serial-parameter-even-if-not-test-mode.patch
+$ cd ../next
+$ git fetch -f ../quilt-tmp master:quilt/usb
+From ../quilt-tmp
+ + 6dbb4da...22e978b master -> quilt/usb (forced update)