All of lore.kernel.org
 help / color / mirror / Atom feed
* Please add git tree
@ 2016-03-07  3:06 Matthew Wilcox
  2016-03-07  5:01 ` Philip Li
  0 siblings, 1 reply; 6+ messages in thread
From: Matthew Wilcox @ 2016-03-07  3:06 UTC (permalink / raw)
  To: lkp

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]


Please add

git://git.infradead.org/users/willy/linux-dax.git

to the list of repos to test.  The current branch I want tested is
dax-pud-2015-03-05 but there will be other branches to test in the future.

Thank you!


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Please add git tree
  2016-03-07  3:06 Please add git tree Matthew Wilcox
@ 2016-03-07  5:01 ` Philip Li
  2016-03-10 15:40   ` Matthew Wilcox
  0 siblings, 1 reply; 6+ messages in thread
From: Philip Li @ 2016-03-07  5:01 UTC (permalink / raw)
  To: lkp

[-- Attachment #1: Type: text/plain, Size: 513 bytes --]

On Sun, Mar 06, 2016 at 10:06:42PM -0500, Matthew Wilcox wrote:
> 
> Please add
> 
> git://git.infradead.org/users/willy/linux-dax.git

sure, this is added, and build status will be notified.

> 
> to the list of repos to test.  The current branch I want tested is
> dax-pud-2015-03-05 but there will be other branches to test in the future.
> 
> Thank you!
> 
> _______________________________________________
> LKP mailing list
> LKP(a)lists.01.org
> https://lists.01.org/mailman/listinfo/lkp

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Please add git tree
  2016-03-07  5:01 ` Philip Li
@ 2016-03-10 15:40   ` Matthew Wilcox
  2016-03-11  8:08     ` Philip Li
  2016-03-11  8:54     ` Fengguang Wu
  0 siblings, 2 replies; 6+ messages in thread
From: Matthew Wilcox @ 2016-03-10 15:40 UTC (permalink / raw)
  To: lkp

[-- Attachment #1: Type: text/plain, Size: 765 bytes --]

On Mon, Mar 07, 2016 at 01:01:53PM +0800, Philip Li wrote:
> On Sun, Mar 06, 2016 at 10:06:42PM -0500, Matthew Wilcox wrote:
> > 
> > Please add
> > 
> > git://git.infradead.org/users/willy/linux-dax.git
> 
> sure, this is added, and build status will be notified.

I found some build errors in this tree.  Is it possible that 0day is
failing to test some x86-32 configs?

Combinations of Kconfig symbols that I want to see tested:

64BIT
X86_PAE
HIGHMEM
HIGHMEM4G
HIGHMEM64G
NOHIGHMEM
TRANSPARENT_HUGEPAGE
DAX

(some of these interact with each other in fun ways, so it's fewer than
2^8 different configs)

Is there a way to see what configs were tested against a particular
branch?  I'd also like to know whether pSeries was tested.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Please add git tree
  2016-03-10 15:40   ` Matthew Wilcox
@ 2016-03-11  8:08     ` Philip Li
  2016-03-11  8:50       ` Fengguang Wu
  2016-03-11  8:54     ` Fengguang Wu
  1 sibling, 1 reply; 6+ messages in thread
From: Philip Li @ 2016-03-11  8:08 UTC (permalink / raw)
  To: lkp

[-- Attachment #1: Type: text/plain, Size: 1246 bytes --]

On Thu, Mar 10, 2016 at 10:40:48AM -0500, Matthew Wilcox wrote:
> On Mon, Mar 07, 2016 at 01:01:53PM +0800, Philip Li wrote:
> > On Sun, Mar 06, 2016 at 10:06:42PM -0500, Matthew Wilcox wrote:
> > > 
> > > Please add
> > > 
> > > git://git.infradead.org/users/willy/linux-dax.git
> > 
> > sure, this is added, and build status will be notified.
> 
> I found some build errors in this tree.  Is it possible that 0day is
> failing to test some x86-32 configs?
do you mean you receive 0day report, and it shows failure?

> 
> Combinations of Kconfig symbols that I want to see tested:
> 
> 64BIT
> X86_PAE
> HIGHMEM
> HIGHMEM4G
> HIGHMEM64G
> NOHIGHMEM
> TRANSPARENT_HUGEPAGE
> DAX

currently 0day will do a lot randconfig besides some standard one like allyes, allmodule.
it will have possibility to cover the combination here.

> 
> (some of these interact with each other in fun ways, so it's fewer than
> 2^8 different configs)
> 
> Is there a way to see what configs were tested against a particular
> branch?  I'd also like to know whether pSeries was tested.
> 
usually for a build notification mail, 0day will list all the configs tested again which commit/branch.
and what is pSeries here?

thanks


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Please add git tree
  2016-03-11  8:08     ` Philip Li
@ 2016-03-11  8:50       ` Fengguang Wu
  0 siblings, 0 replies; 6+ messages in thread
From: Fengguang Wu @ 2016-03-11  8:50 UTC (permalink / raw)
  To: lkp

[-- Attachment #1: Type: text/plain, Size: 1711 bytes --]

Hi Philip,

It looks the dax tree is not tested at all:

wfg(a)inn /kbuild-tests/build-complete% ll dax*
ls: cannot access dax*: No such file or directory

Thanks,
Fengguang

On Fri, Mar 11, 2016 at 04:08:08PM +0800, Philip Li wrote:
> On Thu, Mar 10, 2016 at 10:40:48AM -0500, Matthew Wilcox wrote:
> > On Mon, Mar 07, 2016 at 01:01:53PM +0800, Philip Li wrote:
> > > On Sun, Mar 06, 2016 at 10:06:42PM -0500, Matthew Wilcox wrote:
> > > > 
> > > > Please add
> > > > 
> > > > git://git.infradead.org/users/willy/linux-dax.git
> > > 
> > > sure, this is added, and build status will be notified.
> > 
> > I found some build errors in this tree.  Is it possible that 0day is
> > failing to test some x86-32 configs?
> do you mean you receive 0day report, and it shows failure?
> 
> > 
> > Combinations of Kconfig symbols that I want to see tested:
> > 
> > 64BIT
> > X86_PAE
> > HIGHMEM
> > HIGHMEM4G
> > HIGHMEM64G
> > NOHIGHMEM
> > TRANSPARENT_HUGEPAGE
> > DAX
> 
> currently 0day will do a lot randconfig besides some standard one like allyes, allmodule.
> it will have possibility to cover the combination here.
> 
> > 
> > (some of these interact with each other in fun ways, so it's fewer than
> > 2^8 different configs)
> > 
> > Is there a way to see what configs were tested against a particular
> > branch?  I'd also like to know whether pSeries was tested.
> > 
> usually for a build notification mail, 0day will list all the configs tested again which commit/branch.
> and what is pSeries here?
> 
> thanks
> 
> _______________________________________________
> LKP mailing list
> LKP(a)lists.01.org
> https://lists.01.org/mailman/listinfo/lkp

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Please add git tree
  2016-03-10 15:40   ` Matthew Wilcox
  2016-03-11  8:08     ` Philip Li
@ 2016-03-11  8:54     ` Fengguang Wu
  1 sibling, 0 replies; 6+ messages in thread
From: Fengguang Wu @ 2016-03-11  8:54 UTC (permalink / raw)
  To: lkp

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

Hi Matthew,

> Is there a way to see what configs were tested against a particular
> branch?  I'd also like to know whether pSeries was tested.

The tested config names will show up in the below dir:

http://bee.sh.intel.com/~lkp/build-complete/links/dax/

Thanks,
Fengguang

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-03-11  8:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-07  3:06 Please add git tree Matthew Wilcox
2016-03-07  5:01 ` Philip Li
2016-03-10 15:40   ` Matthew Wilcox
2016-03-11  8:08     ` Philip Li
2016-03-11  8:50       ` Fengguang Wu
2016-03-11  8:54     ` Fengguang Wu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.