All of lore.kernel.org
 help / color / mirror / Atom feed
* git tree updates
@ 2006-05-22  6:25 Alexander Viro
  0 siblings, 0 replies; 7+ messages in thread
From: Alexander Viro @ 2006-05-22  6:25 UTC (permalink / raw)
  To: linux-audit; +Cc: akpm

* new branches: audit.b15, master.b15, lspp.b15; tree pushed to git.kernel.org
* changes:
	moved everything except Amy's patches to master.b15
	added: belated removal of audit_panic() stub from include/linux/audit.h
	fixes present in lspp.b14 folded into corresponding patches
	fixed and folded:
		+ reordering breakage spotted by akpm (audit_cmd_mutex used
		  before renaming audit_netlink_mutex -> audit_cmd_mutex).
		+ Linda's IPC patch forgot to update stub of
		  audit_ipc_set_perm()
	Amy's patches are in lspp.b15, ported to current mainline tree (the
	first one needed some work on conflict resolution).

master.b15 is -mm fodder; it does obsolete git-audit-master-build-fix.patch
and audit-build-fix.patch currently in -mm.

Steve, patches for lspp kernel had been updated, pick them in usual place.

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

* git tree updates....
@ 2008-10-17  5:47 Dave Chinner
  2008-10-20  3:17 ` Lachlan McIlroy
  2008-10-20 21:43 ` Christoph Hellwig
  0 siblings, 2 replies; 7+ messages in thread
From: Dave Chinner @ 2008-10-17  5:47 UTC (permalink / raw)
  To: xfs

Lachlan,

I just noticed you've been updating the git tree. You might want to
change the order that certain patches have been committed - the
changes to the fs/inode.c needed to be committed before the changes
to fs/xfs/xfs_inode.c that use them. They've been committed the
wrong way around and about 20 commits apart, so there's significant
region in the commit history where the kernel will fail to build.
Given the distance between the commits, there's a fair chance that
a git bisect could land in this range of compiliation failures.

Any chance of redoing these commits before you push to Linus so
that they are ordered correctly in the git tree?

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

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

* Re: git tree updates....
  2008-10-17  5:47 Dave Chinner
@ 2008-10-20  3:17 ` Lachlan McIlroy
  2008-10-20  5:35   ` Dave Chinner
  2008-10-20 21:43 ` Christoph Hellwig
  1 sibling, 1 reply; 7+ messages in thread
From: Lachlan McIlroy @ 2008-10-20  3:17 UTC (permalink / raw)
  To: xfs

Dave Chinner wrote:
> Lachlan,
> 
> I just noticed you've been updating the git tree. You might want to
> change the order that certain patches have been committed - the
> changes to the fs/inode.c needed to be committed before the changes
> to fs/xfs/xfs_inode.c that use them. They've been committed the
> wrong way around and about 20 commits apart, so there's significant
> region in the commit history where the kernel will fail to build.
> Given the distance between the commits, there's a fair chance that
> a git bisect could land in this range of compiliation failures.
> 
> Any chance of redoing these commits before you push to Linus so
> that they are ordered correctly in the git tree?

Yeah I'll try to get them back in the right order.  Our merge tools
conveniently missed anything outside fs/xfs so I didn't realise I had
missed them until after I merge all the XFS mods.  I just wanted to
get something out for linux-next and also since the cvs tree was busted.

Out of curiosity Dave, why didn't you send those changes directly to
Linus?

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

* Re: git tree updates....
  2008-10-20  3:17 ` Lachlan McIlroy
@ 2008-10-20  5:35   ` Dave Chinner
  0 siblings, 0 replies; 7+ messages in thread
From: Dave Chinner @ 2008-10-20  5:35 UTC (permalink / raw)
  To: Lachlan McIlroy; +Cc: xfs

On Mon, Oct 20, 2008 at 01:17:21PM +1000, Lachlan McIlroy wrote:
> Dave Chinner wrote:
>> Lachlan,
>>
>> I just noticed you've been updating the git tree. You might want to
>> change the order that certain patches have been committed - the
>> changes to the fs/inode.c needed to be committed before the changes
>> to fs/xfs/xfs_inode.c that use them. They've been committed the
>> wrong way around and about 20 commits apart, so there's significant
>> region in the commit history where the kernel will fail to build.
>> Given the distance between the commits, there's a fair chance that
>> a git bisect could land in this range of compiliation failures.
>>
>> Any chance of redoing these commits before you push to Linus so
>> that they are ordered correctly in the git tree?
>
> Yeah I'll try to get them back in the right order.  Our merge tools
> conveniently missed anything outside fs/xfs so I didn't realise I had
> missed them until after I merge all the XFS mods.  I just wanted to
> get something out for linux-next and also since the cvs tree was busted.

Fair enough - I wasn't sure that you noticed it.

> Out of curiosity Dave, why didn't you send those changes directly to
> Linus?

Because trying to co-ordinate an dependent updates in different
trees is extremely painful. We'd have to delay the XFS update 
till the inode patches were in mainline anyway, so it makes little
sense to separate them....

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

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

* Re: git tree updates....
  2008-10-17  5:47 Dave Chinner
  2008-10-20  3:17 ` Lachlan McIlroy
@ 2008-10-20 21:43 ` Christoph Hellwig
  2008-10-21  2:00   ` Lachlan McIlroy
  1 sibling, 1 reply; 7+ messages in thread
From: Christoph Hellwig @ 2008-10-20 21:43 UTC (permalink / raw)
  To: xfs

While we at it, the b0rked m_vfsmount addition for DMAPI keeps on
leaking into the git tree for -next..

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

* Re: git tree updates....
  2008-10-20 21:43 ` Christoph Hellwig
@ 2008-10-21  2:00   ` Lachlan McIlroy
  0 siblings, 0 replies; 7+ messages in thread
From: Lachlan McIlroy @ 2008-10-21  2:00 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: xfs

Christoph Hellwig wrote:
> While we at it, the b0rked m_vfsmount addition for DMAPI keeps on
> leaking into the git tree for -next..

Thanks for pointing that out - that shouldn't have happened.  It wont
be going to mainline.

The OSS xfs trees are in a bit of a mess and have been for a while.
I've been wanting to clean them up but figured it would be easier to
wait until we've moved over to git internally and then clone new trees.

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

* Git tree updates
@ 2013-03-27 18:49 Matthew Wilcox
  0 siblings, 0 replies; 7+ messages in thread
From: Matthew Wilcox @ 2013-03-27 18:49 UTC (permalink / raw)



Hey, just wanted to let people know that Linus pulled the fixes that I
asked him to last week.  They're in 3.9-rc4.

I had some time on an aeroplane today, and I merged two major features;
the discard support and SCSI emulation.  Those are available in the public
git tree now.  I have some more time on an aeroplane this evening, so I'll
be looking at merging some more patches and pushing those out tomorrow.

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

end of thread, other threads:[~2013-03-27 18:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-22  6:25 git tree updates Alexander Viro
  -- strict thread matches above, loose matches on Subject: below --
2008-10-17  5:47 Dave Chinner
2008-10-20  3:17 ` Lachlan McIlroy
2008-10-20  5:35   ` Dave Chinner
2008-10-20 21:43 ` Christoph Hellwig
2008-10-21  2:00   ` Lachlan McIlroy
2013-03-27 18:49 Git " Matthew Wilcox

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.