Comment 25 for bug 1035172

Revision history for this message
Adam Gandelman (gandelman-a) wrote :

Finished bisecting over the weekend. It concluded that 7c7c7f01cc5e3e423120a4848a73dd5e4586f2f9 is the first bad commit. The following is a summary of the bisect against linux-stable:

git bisect start
git bisect good v3.2
git bisect bad v3.3-rc1

2ac9d7aaccbd598b5bd19ac40761b723bb675442 - good
a429638cac1e5c656818a45aaff78df7b743004e - good
16008d641670571ff4cd750b416c7caf2d89f467 - good
2bd43341217b6e8b75e382243328f458ac67fcbe - good
6a488979f574cb4287880db2dbc8b13cee30c5be - good
92b5abbb44e05cdbc4483219f30a435dd871a8ea - bad
fd63e9ceeeae58cfe877c2d49d41c1bf7532303c - good
4144cb2ade46d97b9c41682fd2e9064a59f23a98 - bad
3371bb3f7ed11b7b7473a202e2713bde50dc01c0 - bad
319d3b9c97b5e3191e419bb95496bf08ec50f096 - bad
088067f4f14d6ee5c6a196b015a560cbe7744224 - bad
7c7c7f01cc5e3e423120a4848a73dd5e4586f2f9 - bad
252c3d84ed398b090ac2dace46fc6faa6cfaea99 - good

7c7c7f01cc5e3e423120a4848a73dd5e4586f2f9 is the first bad commit
commit 7c7c7f01cc5e3e423120a4848a73dd5e4586f2f9
Author: stephen hemminger <email address hidden>
Date: Wed Jan 11 19:30:38 2012 +0000

    vhost-net: add module alias (v2.1)

    By adding some module aliases, programs (or users) won't have to explicitly
    call modprobe. Vhost-net will always be available if built into the kernel.
    It does require assigning a permanent minor number for depmod to work.

    Also:
      - use C99 style initialization.
      - add missing entry in documentation for loop-control

    Signed-off-by: Stephen Hemminger <email address hidden>
    Acked-By: Kay Sievers <email address hidden>
    Signed-off-by: David S. Miller <email address hidden>

:040000 040000 875fb9ee7d5a255a47161b0175ded141c5d52b0a c5f6bd70dacb0eff99381ff4fc3920f3759edc64 M Documentation
:040000 040000 4abaf797af5e7e66ec3746c45cee92decdebb175 ebb50f3aa2b1cfc8b3ac79612824d88498aba597 M drivers
:040000 040000 f6e513ed1626364e9946d8f03cc922698fc31fbb 0a530410047f948c266c4466d35ecdabb722bb4d M include