Add linux-next specific files for 20110707
[linux-2.6/next.git] / Next / quilt-import.log
blobf14fa7d4f4bd8faa46fbf24a24abd8fe6b60815c
1 Importing i2c based on 3.0-rc6
2 $ git clone -s -l -n -q . ../quilt-tmp
3 $ cd ../quilt-tmp
4 $ git reset --hard fe0d42203cb5616eeff68b14576a0f7e2dd56625
5 HEAD is now at fe0d422 Linux 3.0-rc6
6 $ git am ../quilt/i2c/i2c-ali1535-fix-style-issues.patch
7 Applying: i2c-ali1535: Fix style issues
8 $ git am ../quilt/i2c/i2c-allow-i2c_add_numbered_adapter-to-assign-a-bus-id.patch
9 Applying: i2c: Allow i2c_add_numbered_adapter() to assign a bus id
10 $ cd ../next
11 $ git fetch -f ../quilt-tmp master:quilt/i2c
12 From ../quilt-tmp
13  + ebf972e...b7c8e23 master     -> quilt/i2c  (forced update)
14 Importing jdelvare-hwmon based on 3.0-rc6
15 $ cd ../quilt-tmp
16 $ git reset --hard fe0d42203cb5616eeff68b14576a0f7e2dd56625
17 HEAD is now at fe0d422 Linux 3.0-rc6
18 $ git am ../quilt/jdelvare-hwmon/hwmon-asus_atk0110-fix-memory-leak.patch
19 Applying: hwmon: (asus_atk0110) Fix memory leak
20 $ git am ../quilt/jdelvare-hwmon/hwmon-factor-out-common-sch56xx-code.patch
21 Applying: hwmon (sch5627): Factor out some code shared with sch5636 driver
22 $ git am ../quilt/jdelvare-hwmon/hwmon-new-driver-sch5636.patch
23 Applying: hwmon: New driver sch5636
24 $ git am ../quilt/jdelvare-hwmon/hwmon-vid-add-VIA-C7-D-support.patch
25 Applying: hwmon-vid: Add support for VIA family 6 model D CPU
26 $ git am ../quilt/jdelvare-hwmon/hwmon-via-cputemp-add-cpu-vid.patch
27 Applying: hwmon: (via-cputemp) Add VID reporting support
28 $ cd ../next
29 $ git fetch -f ../quilt-tmp master:quilt/jdelvare-hwmon
30 From ../quilt-tmp
31  + 5f53e22...fd3d452 master     -> quilt/jdelvare-hwmon  (forced update)
32 Importing kernel-doc based on 3.0-rc4
33 Unchanged quilt series kernel-doc
34 Importing rr based on v3.0-rc3-55-gada9c93
35 Unchanged quilt series rr
36 Importing device-mapper based on v3.0-rc6-16-ga2fa83f
37 $ cd ../quilt-tmp
38 $ git reset --hard a2fa83faf47b514ab947cea916d3691b66525073
39 HEAD is now at a2fa83f Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
40 $ git am ../quilt/device-mapper/dm-snapshot-flush-disk-cache-when-merging.patch
41 Applying: This patch makes dm-snapshot flush disk cache when writing metadata for
42 $ git am ../quilt/device-mapper/dm-mpath-fix-potential-NULL-pointer-in-feature-arg-processing.patch
43 Applying: Avoid dereferencing a NULL pointer if the number of feature arguments
44 $ git am ../quilt/device-mapper/dm-io-flush-cpu-cache-with-vmapped-io.patch
45 Applying: For normal kernel pages, CPU cache is synchronized by the dma layer.
46 $ git am ../quilt/device-mapper/dm-log-clean-up-bit-little-endian-bitops.patch
47 Applying: Using __test_and_{set,clear}_bit_le() with ignoring its return value
48 $ git am ../quilt/device-mapper/dm-log-userspace-use-list_move.patch
49 Applying: Replace list_del() followed by list_add() with list_move().
50 $ git am ../quilt/device-mapper/dm-use-vzalloc.patch
51 Applying: Use vzalloc() instead of vmalloc()+memset().
52 $ git am ../quilt/device-mapper/dm-kcopyd-remove-offset-field-from-job-structure.patch
53 Applying: The offset field in struct kcopyd_job is always zero so remove it.
54 $ git am ../quilt/device-mapper/dm-kcopyd-remove-nr_pages-field-from-job-structure.patch
55 Applying: The nr_pages field in struct kcopyd_job is only used temporarily in
56 $ git am ../quilt/device-mapper/dm-snapshot-remove-unused-definitions.patch
57 Applying: Remove a couple of unused #defines.
58 $ git am ../quilt/device-mapper/dm-snapshot-style-cleanups.patch
59 Applying: Coding style cleanups.
60 $ git am ../quilt/device-mapper/dm-raid-cleanup-parameter-handling.patch
61 Applying: Re-order the parameters so they are handled consistently in the same order
62 $ git am ../quilt/device-mapper/dm-kcopyd-add-dm_kcopyd_zero-to-zero-an-area.patch
63 Applying: This patch introduces dm_kcopyd_zero() to make it easy to use
64 $ git am ../quilt/device-mapper/dm-ignore-merge_bvec-for-snapshots-when-safe.patch
65 Applying: Add a new flag DMF_MERGE_IS_OPTIONAL to struct mapped_device to indicate
66 $ git am ../quilt/device-mapper/dm-snap-skip-reading-origin-when-overwriting-complete-chunk.patch
67 Applying: If we write a full chunk in the snapshot, skip reading the origin device
68 $ git am ../quilt/device-mapper/dm-raid-improve-table-parameters-documentation.patch
69 Applying: Add more information about some dm-raid table parameters and clarify how
70 /home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:123: new blank line at EOF.
72 warning: 1 line adds whitespace errors.
73 $ git am ../quilt/device-mapper/dm-table-share-target-argument-parsing-functions.patch
74 Applying: Move multipath target argument parsing code into dm-table so other
75 $ git am ../quilt/device-mapper/dm-flakey-use-dm_target_offset-and-support-discards.patch
76 Applying: Use dm_target_offset() and support discards.
77 $ git am ../quilt/device-mapper/dm-flakey-support-feature-args.patch
78 Applying: Add the ability to specify arbitrary feature flags when creating a
79 $ git am ../quilt/device-mapper/dm-flakey-add-drop_writes.patch
80 Applying: Add 'drop_writes' option to drop writes silently while the
81 /home/sfr/kernels/next/quilt-tmp/.git/rebase-apply/patch:11: new blank line at EOF.
83 warning: 1 line adds whitespace errors.
84 $ git am ../quilt/device-mapper/dm-ioctl-fill-in-device-parameters-in-more-ioctls.patch
85 Applying: Move parameter filling from find_device to __find_device_hash_cell.
86 $ git am ../quilt/device-mapper/dm-ioctl-introduce-__get_dev_cell.patch
87 Applying: Move logic to find device based on major/minor number to a separate
88 $ git am ../quilt/device-mapper/dm-ioctl-forbid-multiple-device-specifiers.patch
89 Applying: Exactly one of name, uuid or device must be specified when referencing
90 $ cd ../next
91 $ git fetch -f ../quilt-tmp master:quilt/device-mapper
92 From ../quilt-tmp
93  + 9d26c6a...9d61460 master     -> quilt/device-mapper  (forced update)