summaryrefslogtreecommitdiff
path: root/Next/quilt-import.log
blob: 72ef293384830cb34b8b749987856590067549ab (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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
Importing driver-core.current based on 2.6.35-rc3
Unchanged quilt series driver-core.current
Importing tty.current based on quilt/driver-core.current
Unchanged quilt series tty.current
Importing usb.current based on quilt/tty.current
$ git clone -s -l -n -q . ../quilt-tmp
$ cd ../quilt-tmp
$ git reset --hard 7e27d6e778cd87b6f2415515d7127eba53fe5d02
HEAD is now at 7e27d6e Linux 2.6.35-rc3
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/usb.current
usb-g_serial-don-t-set-low_latency-flag.patch
usb-g_serial-fix-tty-cleanup-on-unload.patch
usb-gadget-g_fs-possible-invalid-pointer-reference-bug-fixed.patch
usb-xhci-fix-bug-in-link-trb-activation-change.patch
usb-r8a66597-fix-failure-in-change-of-status.patch
usb-musb-fix-a-bug-by-making-suspend-interrupt-available-in-device-mode.patch
usb-otg-ulpi-bail-out-on-read-errors.patch
usb-ehci-mxc-bail-out-on-transceiver-problems.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/usb.current
From ../quilt-tmp
 + 3559748...fd9bf25 master     -> quilt/usb.current  (forced update)
Importing staging.current based on quilt/usb.current
$ cd ../quilt-tmp
$ git reset --hard fd9bf2530d2973215b1fea33a1be64f78a2cc32e
HEAD is now at fd9bf25 USB: ehci-mxc: bail out on transceiver problems
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/staging.current
staging-usbip-usbip_common-kill-rx-thread-on-tx-thread-creation-error.patch
staging-batman-adv-return-efault-on-copy_to_user-errors.patch
staging-batman-adv-fix-function-prototype.patch
staging-mrst-touchscreen-fix-dereferencing-free-memory.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/staging.current
From ../quilt-tmp
 + 5797060...cbd3766 master     -> quilt/staging.current  (forced update)
Importing i2c based on 2.6.35-rc3
Unchanged quilt series i2c
Importing jdelvare-hwmon based on 2.6.35-rc3
Unchanged quilt series jdelvare-hwmon
Importing kernel-doc based on 2.6.34-git8
Unchanged quilt series kernel-doc
Importing rr based on v2.6.35-rc3
$ cd ../quilt-tmp
$ git reset --hard 7e27d6e778cd87b6f2415515d7127eba53fe5d02
HEAD is now at 7e27d6e Linux 2.6.35-rc3
$ git quiltimport --author Rusty Russell <rusty@rustcorp.com.au> --patches ../quilt/rr
module:initialize_dynamic_debug_later.patch
virtio:return_enomem_on_out_of_memory.patch
virtio:net_do_not_reschedule_rx_refill_forever.patch
virtio:net_fix_oom_handling_on_tx.patch
virtio:blk_support_barriers_without_flush_feature.patch
virtio:net_implements_ethtool_ops_get_drvinfo.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: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
misc:pci_msi_off.patch
error: patch failed: drivers/pci/pci.c:2293
error: drivers/pci/pci.c: patch does not apply
Importing driver-core.current based on 2.6.35-rc3
Unchanged quilt series driver-core.current
Importing tty.current based on quilt/driver-core.current
Unchanged quilt series tty.current
Importing usb.current based on quilt/tty.current
$ git clone -s -l -n -q . ../quilt-tmp
$ cd ../quilt-tmp
$ git reset --hard 7e27d6e778cd87b6f2415515d7127eba53fe5d02
HEAD is now at 7e27d6e Linux 2.6.35-rc3
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/usb.current
usb-g_serial-don-t-set-low_latency-flag.patch
usb-g_serial-fix-tty-cleanup-on-unload.patch
usb-gadget-g_fs-possible-invalid-pointer-reference-bug-fixed.patch
usb-xhci-fix-bug-in-link-trb-activation-change.patch
usb-r8a66597-fix-failure-in-change-of-status.patch
usb-musb-fix-a-bug-by-making-suspend-interrupt-available-in-device-mode.patch
usb-otg-ulpi-bail-out-on-read-errors.patch
usb-ehci-mxc-bail-out-on-transceiver-problems.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/usb.current
From ../quilt-tmp
 + fd9bf25...c447ee0 master     -> quilt/usb.current  (forced update)
Importing staging.current based on quilt/usb.current
$ cd ../quilt-tmp
$ git reset --hard c447ee0db11e40c12d894c0c714b495d3977e6bb
HEAD is now at c447ee0 USB: ehci-mxc: bail out on transceiver problems
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/staging.current
staging-usbip-usbip_common-kill-rx-thread-on-tx-thread-creation-error.patch
staging-batman-adv-return-efault-on-copy_to_user-errors.patch
staging-batman-adv-fix-function-prototype.patch
staging-mrst-touchscreen-fix-dereferencing-free-memory.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/staging.current
From ../quilt-tmp
 + cbd3766...72dfd71 master     -> quilt/staging.current  (forced update)
Importing i2c based on 2.6.35-rc3
Unchanged quilt series i2c
Importing jdelvare-hwmon based on 2.6.35-rc3
Unchanged quilt series jdelvare-hwmon
Importing kernel-doc based on 2.6.34-git8
Unchanged quilt series kernel-doc
Importing rr based on v2.6.35-rc3
$ cd ../quilt-tmp
$ git reset --hard 7e27d6e778cd87b6f2415515d7127eba53fe5d02
HEAD is now at 7e27d6e Linux 2.6.35-rc3
$ git quiltimport --author Rusty Russell <rusty@rustcorp.com.au> --patches ../quilt/rr
module:initialize_dynamic_debug_later.patch
virtio:return_enomem_on_out_of_memory.patch
virtio:net_do_not_reschedule_rx_refill_forever.patch
virtio:net_fix_oom_handling_on_tx.patch
virtio:blk_support_barriers_without_flush_feature.patch
virtio:net_implements_ethtool_ops_get_drvinfo.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: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
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/rr
From ../quilt-tmp
 + 8190589...58f35b3 master     -> quilt/rr  (forced update)
Importing device-mapper based on v2.6.34
Unchanged quilt series device-mapper
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 72dfd7102e784d435f99c7be0a3382f0693f1694
HEAD is now at 72dfd71 Staging: mrst-touchscreen: fix dereferencing free memory
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/driver-core
hwmon-add-driver-for-smsc-emc2103-temperature-monitor-and-fan-controller.patch
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
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/driver-core
From ../quilt-tmp
 + 04afbcf...9f29468 master     -> quilt/driver-core  (forced update)
Importing tty based on quilt/driver-core
$ cd ../quilt-tmp
$ git reset --hard 9f29468dcc97627c840b1f9c29d817be859d7d5d
HEAD is now at 9f29468 Driver core: use kmemdup in platform_device_add_resources
$ 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
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
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
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/tty
From ../quilt-tmp
 + 5d1640c...3d67091 master     -> quilt/tty  (forced update)
Importing usb based on quilt/tty
$ cd ../quilt-tmp
$ git reset --hard 3d670913cea7a51cdb9ff5cba345994366af6e22
HEAD is now at 3d67091 8250: fix set_ldisc operation
$ 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-uvc-move-constants-and-structures-definitions-to-linux-usb-video.h.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
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/usb
From ../quilt-tmp
 + 5839baa...978a1a2 master     -> quilt/usb  (forced update)