summaryrefslogtreecommitdiff
path: root/Next/quilt-import.log
blob: 44de5c8a703060d4787d3c4c8b6b8922b5fa629a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
Unchanged quilt series driver-core.current
Unchanged quilt series usb.current
Unchanged quilt series i2c
Unchanged quilt series jdelvare-hwmon
Unchanged quilt series kernel-doc
Importing rr based on v2.6.30-rc8-73-g3af968e
$ git clone -s -l -n -q . ../quilt-tmp
$ cd ../quilt-tmp
$ git reset --hard 3af968e066d593bc4dacc021715f3e95ddf0996f
HEAD is now at 3af968e async: Fix lack of boot-time console due to insufficient synchronization
$ git quiltimport --author Rusty Russell <rusty@rustcorp.com.au> --patches ../quilt/rr
cpumask:introduce_zalloc_cpumask_var.patch
cpumask:alloc_zeroed_cpumask_for_static_cpumask_var_ts.patch
kvm:fix_kvm_reboot_crash_when_maxsmp_is_used.patch
module:cyber2000fb-stop-unload-for-CONFIG_ARCH_SHARK.patch
module:invbool-takes-a-bool.patch
module:param-flags.patch
module:__same_type.patch
module:bool-param-can-be-bool.patch
uvesafb:param-cleanup.patch
module:x86_merge_the_same_functions_in_32_c_and_64_c.patch
module:x86_merge_the_rest_functions_with_macros.patch
module:uml_fix_uml_build_process_due_to_this_merge.patch
module:merge_alloc_finally.patch
module:trim_exception_table_in_free.patch
arch-x86-kernel-acpi-cstatec-avoid-using-work_on_cpu.patch
cpumask:remove-cpumask-games-arch-x86-kernel-cpu-cpufreq-speedstep-ich.c.patch
cpumask:remove-cpumask-games-arch-x86-kernel-cpu-cpufreq-powernow-k8.c.patch
cpumask:remove-cpumask-games-arch-x86-kernel-cpu-cpufreq-speedstep-centrino.c.patch
misc:work_on_cpu-acpi.patch
misc:work_on_cpu-dcdbas.patch
misc:remove-start_kernel-prototypes.patch
misc:cpuhotplug_remove_cpu_hotplug_init.patch
virtio:fix-comment-on-virtio_driver-probe.patch
virtio:no-access-until-finalized.patch
virtio:virtqueue-linked-list-and-names.patch
virtio:find_vqs_del_vqs_operations.patch
virtio:find_vqs_del_vqs_operations-fix.patch
virtio:pci_split_up_vp_interrupt.patch
virtio:pci_optional_msi_x_support.patch
virtio:features-in-sysfs.patch
virtio:teach_has_feature_about_transport_features.patch
virtio:indirect_ring_entries_ring_f_indirect_desc.patch
virtio:blk_add_missing_dev_init_exit_markings.patch
virtio:rng-handle-short-buffers.patch
virtio:fix_id_matching_for_drivers.patch
virtio:enhance_id_matching_for_drivers.patch
virtio:net_set_correct_gso_hdr_len.patch
lguest:dont-trust-descriptors-in-guest.patch
lguest:global-lguest_fd.patch
lguest:clean-up-init_IRQ.patch
lguest:launcher-wmb-real.patch
misc:EXPORT_SYMBOL-kick_process.patch
lguest:kick_process.patch
lguest:remove-inflight-logic.patch
lguest:raceless-halt.patch
lguest:fix-interrupt-enable.patch
lguest:optimize-irq_enable-and-popf.patch
lguest:clean-up-launcher-compile-flags.patch
lguest:beyond_array_size_of_cpu_arch_gdt.patch
lguest:should_lg_cpu_ssh1_be_u16.patch
lguest:fix-console_output-used-value.patch
lguest:fix-console_output-short-writev.patch
lguest:map_switcher_with_executable_page_table_entries.patch
lguest:use_native_set_macros_which_properly_handle_64_bit_entries_when_pae_is_activated.patch
lguest:replace_hypercall_name_lhcall_set_pmd_with_lhcall_set_pgd.patch
lguest:add_support_for_kvm_hypercall4.patch
lguest:pae_support.patch
lguest:other-process-interrupts.patch
misc:EXPORT_SYMBOL-for-eventfd.patch
lguest:eventfd-notify.patch
lguest:virtqueues-serviced-by-threads.patch
lguest:remove-BREAK.patch
lguest:delay-interrupts.patch
lguest:prevent-spurious-irqs.patch
lguest:reduce_triggers-on-recv.patch
lguest:suppress-notifications.patch
lguest:add_support_for_indirect_ring_entries.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/rr
From ../quilt-tmp
 + 7d5af89...4dae101 master     -> quilt/rr  (forced update)
Importing device-mapper based on v2.6.30-rc7-227-gd9244b5
$ cd ../quilt-tmp
$ git reset --hard d9244b5d2fbfe9fa540024b410047af13ceec90f
HEAD is now at d9244b5 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
$ git quiltimport --author Alasdair G Kergon <agk@redhat.com> --patches ../quilt/device-mapper
dm-mpath-validate-table-argument-count.patch
dm-mpath-validate-hw_handler-argument-count.patch
dm-sysfs-skip-output-when-device-is-being-destroyed.patch
dm-mpath-change-attached-scsi_dh.patch
dm-mpath-call-activate-fn-for-each-path-in-pg_init.patch
dm-raid1-keep-retrying-alloc-if-mempool_alloc-failed.patch
dm-mpath-flush-keventd-queue-in-destructor.patch
dm-avoid-unsupported-spanning-of-md-stripe-boundaries.patch
dm-avoid-unsupported-spanning-of-md-stripe-boundaries-fixup-for-linux-next.patch
dm-use-i_size_read.patch
Context reduced to (1/1) to apply fragment at 417
dm-rename-suspended_bdev-to-bdev.patch
dm-always-hold-bdev-reference.patch
dm-make-dm_flush-return-void.patch
dm-process-requeue-in-dm_wq_work.patch
dm-store-only-first-barrier-error.patch
dm-remove-EOPNOTSUPP-for-barriers.patch
dm-remove-check-that-prevents-mapping-empty-bios.patch
dm-introduce-num_flush_requests.patch
dm-initialise-tio-in-alloc_tio.patch
dm-send-empty-barriers-to-targets-in-dm_flush.patch
dm-linear-support-flush.patch
dm-stripe-support-flush.patch
dm-crypt-support-flush.patch
dm-delay-support-barriers.patch
dm-mpath-support-barriers.patch
dm-snapshot-support-barriers.patch
dm-io-record-eopnotsupp.patch
dm-io-retry-after-barrier-error.patch
dm-snapshot-use-barrier-when-writing-exception-store.patch
dm-mpath-add-start_io-and-nr_bytes-to-path-selectors.patch
dm-mpath-add-queue-length-load-balancer.patch
dm-mpath-add-service-time-load-balancer.patch
dm-table-improve-warning-message-when-devices-not-freed-before-destruction.patch
dm-sysfs-add-suspended-attribute.patch
dm-ioctl-support-cookies-for-udev.patch
dm-table-ensure-targets-are-aligned-to-logical_block_size.patch
dm-table-validate-device-logical_block_size.patch
dm-table-replace-struct-io_restrictions-with-struct-queue_limits.patch
error: patch failed: drivers/md/dm-table.c:89
error: drivers/md/dm-table.c: patch does not apply
error: patch failed: include/linux/device-mapper.h:144
error: include/linux/device-mapper.h: patch does not apply

Unchanged quilt series driver-core.current
Unchanged quilt series usb.current
Unchanged quilt series i2c
Unchanged quilt series jdelvare-hwmon
Unchanged quilt series kernel-doc
Importing rr based on v2.6.30-rc8-73-g3af968e
$ git clone -s -l -n -q . ../quilt-tmp
$ cd ../quilt-tmp
$ git reset --hard 3af968e066d593bc4dacc021715f3e95ddf0996f
HEAD is now at 3af968e async: Fix lack of boot-time console due to insufficient synchronization
$ git quiltimport --author Rusty Russell <rusty@rustcorp.com.au> --patches ../quilt/rr
cpumask:introduce_zalloc_cpumask_var.patch
cpumask:alloc_zeroed_cpumask_for_static_cpumask_var_ts.patch
kvm:fix_kvm_reboot_crash_when_maxsmp_is_used.patch
module:cyber2000fb-stop-unload-for-CONFIG_ARCH_SHARK.patch
module:invbool-takes-a-bool.patch
module:param-flags.patch
module:__same_type.patch
module:bool-param-can-be-bool.patch
uvesafb:param-cleanup.patch
module:x86_merge_the_same_functions_in_32_c_and_64_c.patch
module:x86_merge_the_rest_functions_with_macros.patch
module:uml_fix_uml_build_process_due_to_this_merge.patch
module:merge_alloc_finally.patch
module:trim_exception_table_in_free.patch
arch-x86-kernel-acpi-cstatec-avoid-using-work_on_cpu.patch
cpumask:remove-cpumask-games-arch-x86-kernel-cpu-cpufreq-speedstep-ich.c.patch
cpumask:remove-cpumask-games-arch-x86-kernel-cpu-cpufreq-powernow-k8.c.patch
cpumask:remove-cpumask-games-arch-x86-kernel-cpu-cpufreq-speedstep-centrino.c.patch
misc:work_on_cpu-acpi.patch
misc:work_on_cpu-dcdbas.patch
misc:remove-start_kernel-prototypes.patch
misc:cpuhotplug_remove_cpu_hotplug_init.patch
virtio:fix-comment-on-virtio_driver-probe.patch
virtio:no-access-until-finalized.patch
virtio:virtqueue-linked-list-and-names.patch
virtio:find_vqs_del_vqs_operations.patch
virtio:find_vqs_del_vqs_operations-fix.patch
virtio:pci_split_up_vp_interrupt.patch
virtio:pci_optional_msi_x_support.patch
virtio:features-in-sysfs.patch
virtio:teach_has_feature_about_transport_features.patch
virtio:indirect_ring_entries_ring_f_indirect_desc.patch
virtio:blk_add_missing_dev_init_exit_markings.patch
virtio:rng-handle-short-buffers.patch
virtio:fix_id_matching_for_drivers.patch
virtio:enhance_id_matching_for_drivers.patch
virtio:net_set_correct_gso_hdr_len.patch
lguest:dont-trust-descriptors-in-guest.patch
lguest:global-lguest_fd.patch
lguest:clean-up-init_IRQ.patch
lguest:launcher-wmb-real.patch
misc:EXPORT_SYMBOL-kick_process.patch
lguest:kick_process.patch
lguest:remove-inflight-logic.patch
lguest:raceless-halt.patch
lguest:fix-interrupt-enable.patch
lguest:optimize-irq_enable-and-popf.patch
lguest:clean-up-launcher-compile-flags.patch
lguest:beyond_array_size_of_cpu_arch_gdt.patch
lguest:should_lg_cpu_ssh1_be_u16.patch
lguest:fix-console_output-used-value.patch
lguest:fix-console_output-short-writev.patch
lguest:map_switcher_with_executable_page_table_entries.patch
lguest:use_native_set_macros_which_properly_handle_64_bit_entries_when_pae_is_activated.patch
lguest:replace_hypercall_name_lhcall_set_pmd_with_lhcall_set_pgd.patch
lguest:add_support_for_kvm_hypercall4.patch
lguest:pae_support.patch
lguest:other-process-interrupts.patch
misc:EXPORT_SYMBOL-for-eventfd.patch
lguest:eventfd-notify.patch
lguest:virtqueues-serviced-by-threads.patch
lguest:remove-BREAK.patch
lguest:delay-interrupts.patch
lguest:prevent-spurious-irqs.patch
lguest:reduce_triggers-on-recv.patch
lguest:suppress-notifications.patch
lguest:add_support_for_indirect_ring_entries.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/rr
From ../quilt-tmp
 + 4dae101...784ee01 master     -> quilt/rr  (forced update)
Importing device-mapper based on v2.6.30-rc7-227-gd9244b5
$ cd ../quilt-tmp
$ git reset --hard d9244b5d2fbfe9fa540024b410047af13ceec90f
HEAD is now at d9244b5 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
$ git quiltimport --author Alasdair G Kergon <agk@redhat.com> --patches ../quilt/device-mapper
dm-mpath-validate-table-argument-count.patch
dm-mpath-validate-hw_handler-argument-count.patch
dm-sysfs-skip-output-when-device-is-being-destroyed.patch
dm-mpath-change-attached-scsi_dh.patch
dm-mpath-call-activate-fn-for-each-path-in-pg_init.patch
dm-raid1-keep-retrying-alloc-if-mempool_alloc-failed.patch
dm-mpath-flush-keventd-queue-in-destructor.patch
dm-avoid-unsupported-spanning-of-md-stripe-boundaries.patch
dm-avoid-unsupported-spanning-of-md-stripe-boundaries-fixup-for-linux-next.patch
dm-use-i_size_read.patch
Context reduced to (1/1) to apply fragment at 417
dm-rename-suspended_bdev-to-bdev.patch
dm-always-hold-bdev-reference.patch
dm-make-dm_flush-return-void.patch
dm-process-requeue-in-dm_wq_work.patch
dm-store-only-first-barrier-error.patch
dm-remove-EOPNOTSUPP-for-barriers.patch
dm-remove-check-that-prevents-mapping-empty-bios.patch
dm-introduce-num_flush_requests.patch
dm-initialise-tio-in-alloc_tio.patch
dm-send-empty-barriers-to-targets-in-dm_flush.patch
dm-linear-support-flush.patch
dm-stripe-support-flush.patch
dm-crypt-support-flush.patch
dm-delay-support-barriers.patch
dm-mpath-support-barriers.patch
dm-snapshot-support-barriers.patch
dm-io-record-eopnotsupp.patch
dm-io-retry-after-barrier-error.patch
dm-snapshot-use-barrier-when-writing-exception-store.patch
dm-mpath-add-start_io-and-nr_bytes-to-path-selectors.patch
dm-mpath-add-queue-length-load-balancer.patch
dm-mpath-add-service-time-load-balancer.patch
dm-table-improve-warning-message-when-devices-not-freed-before-destruction.patch
dm-sysfs-add-suspended-attribute.patch
dm-ioctl-support-cookies-for-udev.patch
dm-table-ensure-targets-are-aligned-to-logical_block_size.patch
dm-table-validate-device-logical_block_size.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/device-mapper
From ../quilt-tmp
 + dc99cb0...c0c786f master     -> quilt/device-mapper  (forced update)
Unchanged quilt series ttydev
Unchanged quilt series aoe
Unchanged quilt series driver-core
Unchanged quilt series usb
Unchanged quilt series staging