summaryrefslogtreecommitdiff
path: root/Next/quilt-import.log
blob: 3b6b6f3accd45f91ed12f8bbdbb2fb7cdad79c96 (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
293
294
295
296
297
298
299
300
301
302
303
304
Importing driver-core.current based on 2.6.29-rc2
$ git clone -s -l -n -q . ../quilt-tmp
$ cd ../quilt-tmp
$ git reset --hard 1de9e8e70f5acc441550ca75433563d91b269bbe
HEAD is now at 1de9e8e Linux 2.6.29-rc2
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/driver-core.current
driver-core-convert-to-in-dev_set_name.patch
pnp-fix-broken-pnp-lowercasing-for-acpi-module-aliases.patch
sysfs-fix-problems-with-binary-files.patch
debugfs-introduce-stub-for-debugfs_create_size_t-when-debug_fs-n.patch
klist.c-bit-0-in-pointer-can-t-be-used-as-flag.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/driver-core.current
From ../quilt-tmp
 + 4415e0d...75356a0 master     -> quilt/driver-core.current  (forced update)
Importing usb.current based on quilt/driver-core.current
$ git clone -s -l -n -q . ../quilt-tmp
$ cd ../quilt-tmp
$ git reset --hard 75356a05f567e40c0db017511784a4376f185005
HEAD is now at 75356a0 klist.c: bit 0 in pointer can't be used as flag
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/usb.current
usb-cp2101-add-fasttrax-gps-evaluation-kit-vendor-product-id.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/usb.current
From ../quilt-tmp
 + 80a2496...6efe421 master     -> quilt/usb.current  (forced update)
Importing driver-core based on quilt/usb.current
$ git clone -s -l -n -q . ../quilt-tmp
$ cd ../quilt-tmp
$ git reset --hard 6efe4210a347b5eda9e42fb948ecaa2368e5f06e
HEAD is now at 6efe421 USB: cp2101: add fasttrax GPS evaluation kit vendor/product ID
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/driver-core
warn-when-statically-allocated-kobjects-are-used.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/driver-core
From ../quilt-tmp
 + 15868ad...3098eb2 master     -> quilt/driver-core  (forced update)
Importing usb based on quilt/driver-core
$ git clone -s -l -n -q . ../quilt-tmp
$ cd ../quilt-tmp
$ git reset --hard 3098eb2acabe8818ba8e3338fca00e979384d31c
HEAD is now at 3098eb2 warn when statically-allocated kobjects are used
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/usb
usblp-continuously-poll-for-status.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/usb
From ../quilt-tmp
 + 3774b77...93f9eaf master     -> quilt/usb  (forced update)
Importing device-mapper based on v2.6.29-rc2-13-gf3b8436
$ git clone -s -l -n -q . ../quilt-tmp
$ cd ../quilt-tmp
$ git reset --hard f3b8436ad9a8ad36b3c9fa1fe030c7f38e5d3d0b
HEAD is now at f3b8436 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
$ git quiltimport --author Alasdair G Kergon <agk@redhat.com> --patches ../quilt/device-mapper
dm-ioctl-validate-name-length-when-renaming.patch
dm-table-rework-reference-counting-fix.patch
dm-target-use-module-refcount-directly.patch
dm-target-remove-struct-tt_internal.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/device-mapper
From ../quilt-tmp
 + 44856d9...32a2ca5 master     -> quilt/device-mapper  (forced update)
Importing i2c based on 2.6.29-rc2-git1
$ git clone -s -l -n -q . ../quilt-tmp
$ cd ../quilt-tmp
$ git reset --hard f3b8436ad9a8ad36b3c9fa1fe030c7f38e5d3d0b
HEAD is now at f3b8436 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
$ git quiltimport --author Jean Delvare <khali@linux-fr.org> --patches ../quilt/i2c
i2c-id-remove-unused-ids.patch
i2c-id-remove-unused-hw-ids.patch
i2c-update-quilt-tree-location.patch
eeprom-01-move-at24-to-drivers-misc-eeprom.patch
eeprom-02-move-old-eeprom-driver-to-drivers-misc-eeprom.patch
eeprom-03-move-at25-to-drivers-misc-eeprom.patch
eeprom-04-move-eeprom_93cx6-to-drivers-misc-eeprom.patch
eeprom-05-rename-symbols.patch
i2c-deprecate-legacy-binding-API.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/i2c
From ../quilt-tmp
 + 1405f24...de30011 master     -> quilt/i2c  (forced update)
Unchanged quilt series jdelvare-hwmon
Unchanged quilt series kernel-doc
Importing ide based on 5393f780277165f282a37ed82dd878159ec9dad5
$ git clone -s -l -n -q . ../quilt-tmp
$ cd ../quilt-tmp
$ git reset --hard 5393f780277165f282a37ed82dd878159ec9dad5
HEAD is now at 5393f78 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
$ git quiltimport --author Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> --patches ../quilt/ide
ide-fix-pmac-breakage.patch
ide-fix-falcon-ide-breakage.patch
palm_bk3710-buildfix.patch
ide-fix-ide_dflag_no_io_32bit-handling.patch
ide-move-ide_pktcmd_tf_load-to-ide-atapi-c.patch
ide-no-need-to-touch-local-irqs-in-ide_probe_port.patch
ide-move-lock-and-timer-init-from-init_irq-to-ide_init_port_data.patch
ide-init_irq-doesnt-need-to-hold-ide_cfg_mtx.patch
ide-force-via-ide-legacy-interrupts-for-amigaone-boards.patch
ide-add-cs5536-host-driver-v2.patch
ide-remove-superfluous-check-from-ide_proc_port_register_devices.patch
ide-acpi-no-need-to-zero-acpidata-for-devices.patch
ide-acpi-init-acpi-handles-early-for-devices.patch
ide-add-ide_for_each_present_dev-iterator.patch
ide-sanitize-acpi-initialization.patch
ide-acpi-cleanup-do_drive_get_gtf.patch
ide-acpi-cleanup-do_drive_set_taskfiles.patch
ide-acpi-remove-taskfile_load_raw.patch
Context reduced to (2/2) to apply fragment at 21
ide-remove-stale-comments-from-drive_is_ready.patch
ide-unexport-ide_devset_execute.patch
ide-move-drive_is_ready-to-ide-io-c.patch
ide-move-ide_dma_timeout_retry-to-ide-dma-c.patch
ide-remove-ide_do_drive_cmd.patch
ide-factor-out-processing-of-special-commands-from-ide_special_rq.patch
ide-move-ide_do_park_unpark-to-ide-park-c.patch
ide-move-device-settings-code-to-ide-devsets-c.patch
ide-move-xfer-mode-tuning-to-ide-xfer-mode-c.patch
ide-move-ide_read_bcount_and_ireason-to-ide-atapi-c.patch
ide-move-standard-io-code-to-ide-io-std-c.patch
ide-fix-printk-levels-in-atapi_-reset_pollfunc.patch
ide-fix-comments-in-ide_config_drive_speed.patch
ide-checkpatch-pl-fixes-for-ide-iops-c.patch
ide-move-error-handling-code-to-ide-eh-c-v2.patch
mn10300-add-pci_get_legacy_ide_irq-to-asm-pci-h.patch
amd74xx-use-ide_pci_is_in_compatibility_mode.patch
ns87415-use-pci_get_legacy_ide_irq.patch
ns87415-small-init_hwif-cleanup.patch
trm290-small-init_hwif-cleanup.patch
ide-handle-ide_hflag_-force-_legacy_irqs-in-ide_pci_init_-one-two-.patch
ide-use-pci_get_legacy_ide_irq-in-ide_pci_init_-one-two-.patch
ide-use-ide_pci_is_in_compatibility_mode-in-ide_pci_init_-one-two-.patch
ide-remove-no-longer-needed-ide_hflag_-force-_legacy_irqs.patch
amd74xx-remove-no-longer-needed-init_hwif-method.patch
ide-remove-no-longer-needed-irq-fallback-code-from-hwif_init.patch
ide-remove-no-longer-needed-irq-auto-probing-from-try_to_identify-v2.patch
ide-remove-try_to_identify-wrapper.patch
ide-fix-init_chipset-method-to-return-int.patch
ide-remove-pciirq-argument-from-ide_pci_setup_ports.patch
frv-remove-asm-ide-h.patch
mn10300-remove-asm-ide-h.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/ide
From ../quilt-tmp
 + a10ce75...d9ab9f0 master     -> quilt/ide  (forced update)
Unchanged quilt series rr
Unchanged quilt series ttydev
Importing staging based on quilt/usb
$ git clone -s -l -n -q . ../quilt-tmp
$ cd ../quilt-tmp
$ git reset --hard 93f9eaf323180ce3fb6f560d6ae20d9a68650a8e
HEAD is now at 93f9eaf usblp: continuously poll for status
$ git quiltimport --author Greg KH <greg@kroah.com> --patches ../quilt/staging
staging-comedi-fix-kbuild.patch
staging-meilhaus-fix-kbuild.patch
staging-android-binder-fix-arm-build-errors.patch
staging-android-timed_gpio-fix-build-to-build-on-kernels-after-2.6.25.patch
staging-android-add-lowmemorykiller-documentation.patch
staging-android-task_get_unused_fd_flags-fix-the-wrong-usage-of-tsk-signal.patch
staging-agnx-drivers-staging-agnx-agnx.h-needs-linux-io.h.patch
staging-sxg-new-sxg_sgl-design-and-mac-header-changes.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:52: space before tab in indent.
 		 * Get out of here
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:53: space before tab in indent.
 		 */
warning: 2 lines add whitespace errors.
staging-sxg-typedef-removal-pending-work.patch
staging-sxg-commenting-style-fixes-pending-work.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:905: space before tab in indent.
	 	 * XXXTODO - Assuming Link Attention is only being generated
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:906: space before tab in indent.
	 	 * for the Link Alarm pin (and not for a XAUI Link Status change)
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:907: space before tab in indent.
	 	 * , then it's impossible to get here.  Yet we've gotten here
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:908: space before tab in indent.
	 	 * twice (under extreme conditions - bouncing the link up and
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:909: space before tab in indent.
	 	 * down many times a second). Needs further investigation.
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.
staging-sxg-indentation-fixes-mostly-80-char-lines.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:272: space before tab in indent.
			     	     /* Memory write and invalidate */
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:484: space before tab in indent.
 			 * to RESET
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:485: space before tab in indent.
 			 */
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:786: space before tab in indent.
				       	AXGMAC_CFG1_XMT_EN |
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:788: space before tab in indent.
				       	AXGMAC_CFG1_RCV_PAUSE |
warning: squelched 9 whitespace errors
warning: 14 lines add whitespace errors.
staging-sxg-receive-code-and-data-structure-cleanups.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:57: space before tab in indent.
        	              sizeof(struct sxg_config_mac));
warning: 1 line adds whitespace errors.
staging-sxg-ethtool-framework-and-receive-code-path-changes.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:222: space before tab in indent.
 	 * from the FLASH/EEPROM or download file ?
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:223: space before tab in indent.
 	 */
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:225: space before tab in indent.
 	 * Also check what is the right EEPROM length : EEPROM_SIZE_XFMR or EEPROM_SIZE_NO_XFMR
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:226: space before tab in indent.
 	 */
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:247: space before tab in indent.
                	memcpy(data + index * ETH_GSTRING_LEN,
warning: squelched 3 whitespace errors
warning: 8 lines add whitespace errors.
staging-sxg-sxg-sgl-related-cleanup-in-data-structures-and-code.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:410: space before tab in indent.
       	void                            *temp_RcvBlock;
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:411: space before tab in indent.
       	struct list_entry               *ple;
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:412: space before tab in indent.
       	struct sxg_rcv_block_hdr        *RcvBlockHdr;
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:484: space before tab in indent.
        	iounmap((void *)adapter->HwRegs);
warning: 4 lines add whitespace errors.
staging-sxg-locking-related-changes.-fix-locking-levels.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:120: space before tab in indent.
 		ple = RemoveHeadList(&adapter->AllSglBuffers);
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:121: space before tab in indent.
 		Sgl = container_of(ple, struct sxg_scatter_gather, AllList);
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:122: space before tab in indent.
 		kfree(Sgl);
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:168: space before tab in indent.
 	atomic_inc(&adapter->pending_allocations);
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:183: space before tab in indent.
 		atomic_dec(&adapter->pending_allocations);
warning: squelched 11 whitespace errors
warning: 16 lines add whitespace errors.
staging-sxg-add-ethtool-functionality-enhancement-and-misc-cleanups.patch
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:94: space before tab in indent.
 			if (adapter->stats.rx_missed_errors< 5) {
/home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:218: space before tab in indent.
 	return STATUS_FAILURE;
warning: 2 lines add whitespace errors.
staging-sxg-firmware-updates.patch
staging-sxg-fix-to-load-card-on-low-memory-machines.patch
staging-sxg-fix-build-warnings-in-sxg_ethtool.patch
staging-sxg-remove-firmware-files-from-sgx_ethtool.c.patch
staging-sxg-fix-build-warnings-in-downloadb-firmware-files.patch
staging-sxg-fix-build-warnings-in-sxg.c.patch
staging-asus_oled-fix-sparse-warnings-about-using-plain-integer-as-null-pointer.patch
staging-asus_oled-do-not-initialise-statics-to-0-or-null.patch
staging-asus_oled-trailing-statements-should-be-on-next-line.patch
staging-asus_oled-fix-various-checkpatch.pl-issues-regarding-missing-or-obsolete-spaces.patch
staging-asus_oled-do-not-use-assignment-in-if-condition.patch
staging-w35und-remove-unused-header-files.patch
staging-w35und-remove-unnecessary-os_common.h-header-file.patch
staging-w35und-remove-crazy-commented-out-includes.patch
staging-w35und-unify-mto.h-and-mto_f.h-header-files.patch
staging-w35und-convert-code-to-use-eth_alen.patch
staging-w35und-remove-useless-macro-from-common.h.patch
staging-w35und-kill-wbdebug-and-remove-common.h-header-file.patch
staging-w35und-typedef-removal.patch
staging-wb35und-remove-hw_data_t-typedef.patch
staging-w35und-remove-mto_func_input-macro-obfuscation.patch
staging-wlan-ng-remove-use-of-__wlan_attrib_pack__.patch
staging-wlan-ng-remove-use-of-wlan_addr_len.patch
staging-wlan-ng-remove-stray-comments-in-header-files.patch
staging-wlan-ng-cleanup-wlan_compat.h-more.patch
staging-wlan-ng-remove-dbfenter-dbfexit-macros.patch
staging-wlan-ng-use-generic-byteorder-macros.patch
staging-remove-duplicated-include-s.patch
staging-agnx-move-a-dereference-below-a-null-test.patch
staging-go7007-move-a-dereference-below-a-null-test.patch
staging-comedi-correct-use-of-and.patch
staging-meilhaus-correct-use-of-and.patch
staging-rt2860-rt2870-correct-use-of-and.patch
staging-comedi-use-define_spinlock.patch
staging-meilhaus-use-define_spinlock.patch
staging-go7007-introduce-missing-kfree.patch
staging-comedi-introduce-missing-kfree.patch
staging-comedi-move-a-dereference-below-a-null-test.patch
staging-rt2860-remove-kernel-version-compatibility-wrappers.patch
staging-otus-logical-bit-and-confusion.patch
staging-meilhaus-unsigned-won-t-get-negative-after-subtraction.patch
staging-altpciechdma-null-deref-in-altpciechdma.c-remove.patch
staging-frontier-make-checkpatch.pl-considerably-happier-with-tranzport-driver.patch
staging-frontier-make-checkpatch.pl-much-happier-with-alphatrack-driver.patch
staging-frontier-removed-now-unused-frontier_compat.h-file.patch
staging-frontier-updated-documentation.patch
staging-frontier-make-checkpatch.pl-happy-with-alphatrack.h.patch
staging-frontier-remove-unused-components-of-the-alphatrack-tranzport-sysfs-interface.patch
staging-dst-core-files.patch
staging-dst-network-state-machine.patch
staging-dst-export-node.patch
staging-dst-thread-pool.patch
staging-dst-transactions.patch
staging-dst-crypto-processing.patch
staging-dst-kconfig-and-makefile-changes.patch
staging-dst-kconfig-update.patch
staging-dst-optimize-bio-allocation.patch
staging-dst-extend-thread-pool-exit-conditions.patch
staging-dst-do-not-allow-empty-barriers.patch
staging-dst-kconfig-text-update.patch
staging-dst-fix-build-dependancy.patch
staging-add-stlc45xx-wi-fi-driver-for-stlc4550-4560.patch
$ cd ../next
$ git fetch -f ../quilt-tmp master:quilt/staging
From ../quilt-tmp
 + 82cf4ed...262acd8 master     -> quilt/staging  (forced update)