lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 1 Oct 2014 23:18:41 -0700
From:	Brian Norris <computersforpeace@...il.com>
To:	Lee Jones <lee.jones@...aro.org>
Cc:	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
	kernel@...inux.com, pekon@...-sem.com,
	linux-mtd@...ts.infradead.org
Subject: Re: [PATCH v2 0/8] mtd: nand: Support for new DT NAND driver

I guess I never answered this one:

On Wed, Aug 20, 2014 at 07:57:44AM +0100, Lee Jones wrote:
> On Mon, 18 Aug 2014, Brian Norris wrote:
> > Bisectability test results for configuration
> > "arm-multi_v7_defconfig,arm,arm-unknown-linux-gnueabi-" 
> > 
> > Failed to build patch #7: 5936df30f5e1 mtd: nand: stm_nand_bch: add
> > support for ST's BCH NAND controller 
> > Configuration: "arm-multi_v7_defconfig, architecture arm".
> 
> How do _you_ test for bisectability?  Do you have a script?
> 
> What outputs "Failed to build patch #7: ..."?

I use aiaiai [1]. But you could easily test bisectability without it.
e.g.

	#!/bin/sh
	for c in `git rev-list origin/master..HEAD`
	do
		git checkout $c
		make || break
	done

Brian

[1] http://lwn.net/Articles/488992/
    http://git.infradead.org/aiaiai.git
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ