linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PATCH] driver core patches for 3.3-rc1
@ 2012-01-27 23:09 Greg KH
  2012-01-28  8:34 ` Junio C Hamano
  2012-01-29  2:22 ` Linus Torvalds
  0 siblings, 2 replies; 5+ messages in thread
From: Greg KH @ 2012-01-27 23:09 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, Junio C Hamano

I tried to create a signed tag for this pull request.  It's call
"driver-core-3.3-rc1-bugfixes" in the repo below, but when I did:
    git request-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ driver-core-3.3-rc1-bugfixes > msg.txt

I got the text below, no signed tag with the wording that I added to it
that I could see.  Now I am still using git 1.7.8.3, is that why?  If
so, I'll go build 1.7.9 as I see that is now out today.

Did I mess something up?  I created the tag with:
    git tag -u kroah.com -s driver-core-3.3-rc1-bugfixes driver-core-linus

Could it be that the tag and the branch are at the same point in the
tree right now?  Or something else?

The wording I put in the tag is:
	Here are some patches for the 3.3-rc1 tree.

	It contains the removal of the sysdev code, now that all users
	of it are gone, as well as some sysfs bugfixes that have been
	reported by users.  There are also some documentation updates
	here as well.


All of these have been in the linux-next tree for the past week.

thanks,

greg k-h

-------------------

The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f:

  Linux 3.3-rc1 (2012-01-19 15:04:48 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ driver-core-linus

Alan Stern (1):
      Documentation update for the driver model core

Eric W. Biederman (1):
      sysfs: Complain bitterly about attempts to remove files from nonexistent directories.

Greg Kroah-Hartman (2):
      driver core: remove drivers/base/sys.c and include/linux/sysdev.h
      stable: update documentation to ask for kernel version

Randy Dunlap (3):
      kernel-doc: fix new warnings in device.h
      kernel-doc: fix new warnings in debugfs
      kernel-doc: fix new warnings in driver-core

Wolfram Sang (1):
      Documentation: devres: add allocation functions to list of supported calls

majianpeng (1):
      base/core.c:fix typo in comment in function device_add

 Documentation/driver-model/devres.txt |    4 +
 Documentation/stable_kernel_rules.txt |    3 +-
 drivers/base/Makefile                 |    2 +-
 drivers/base/bus.c                    |    9 +-
 drivers/base/core.c                   |   17 ++-
 drivers/base/sys.c                    |  383 ---------------------------------
 fs/debugfs/file.c                     |    2 +-
 fs/sysfs/file.c                       |    6 +
 fs/sysfs/inode.c                      |    5 +-
 include/linux/device.h                |   15 +-
 include/linux/sysdev.h                |  164 --------------
 11 files changed, 49 insertions(+), 561 deletions(-)
 delete mode 100644 drivers/base/sys.c
 delete mode 100644 include/linux/sysdev.h

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

* Re: [GIT PATCH] driver core patches for 3.3-rc1
  2012-01-27 23:09 [GIT PATCH] driver core patches for 3.3-rc1 Greg KH
@ 2012-01-28  8:34 ` Junio C Hamano
  2012-01-30 21:15   ` Greg KH
  2012-01-29  2:22 ` Linus Torvalds
  1 sibling, 1 reply; 5+ messages in thread
From: Junio C Hamano @ 2012-01-28  8:34 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel

Greg KH <gregkh@suse.de> writes:

> I tried to create a signed tag for this pull request.  It's call
> "driver-core-3.3-rc1-bugfixes" in the repo below, but when I did:
>     git request-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ driver-core-3.3-rc1-bugfixes > msg.txt
>
> I got the text below, no signed tag with the wording that I added to it
> that I could see.  Now I am still using git 1.7.8.3, is that why?

Ehh, the older versions never expected people to ask a tag to be pulled in
the first place, so there is no way they would have known to unwrap the
tag and pasted its tag message in the output ;-).

The request-pull script in 1.7.9 has finally received some belated
love. Since mid 2009, it didn't get much updates that improve the user
visible experience.

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

* Re: [GIT PATCH] driver core patches for 3.3-rc1
  2012-01-27 23:09 [GIT PATCH] driver core patches for 3.3-rc1 Greg KH
  2012-01-28  8:34 ` Junio C Hamano
@ 2012-01-29  2:22 ` Linus Torvalds
  2012-01-30 21:14   ` Greg KH
  1 sibling, 1 reply; 5+ messages in thread
From: Linus Torvalds @ 2012-01-29  2:22 UTC (permalink / raw)
  To: Greg KH; +Cc: Andrew Morton, linux-kernel, Junio C Hamano

On Fri, Jan 27, 2012 at 3:09 PM, Greg KH <gregkh@suse.de> wrote:
> I tried to create a signed tag for this pull request.  It's call
> "driver-core-3.3-rc1-bugfixes" in the repo below, but when I did:
>    git request-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ driver-core-3.3-rc1-bugfixes > msg.txt
>
> I got the text below, no signed tag with the wording that I added to it
> that I could see.  Now I am still using git 1.7.8.3, is that why?  If
> so, I'll go build 1.7.9 as I see that is now out today.
>
> Did I mess something up?  I created the tag with:
>    git tag -u kroah.com -s driver-core-3.3-rc1-bugfixes driver-core-linus

No, everything looks fine, and I just pulled it.

But your old version of git won't be able to do that pull (or
request-pull) since it doesn't have support for the signed tag
feature. So the signed tag itself works fine, and I can pull from you,
but yes, you need to have a newer version yourself to see how that
works.

                  Linus

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

* Re: [GIT PATCH] driver core patches for 3.3-rc1
  2012-01-29  2:22 ` Linus Torvalds
@ 2012-01-30 21:14   ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2012-01-30 21:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, Junio C Hamano

On Sat, Jan 28, 2012 at 06:22:41PM -0800, Linus Torvalds wrote:
> On Fri, Jan 27, 2012 at 3:09 PM, Greg KH <gregkh@suse.de> wrote:
> > I tried to create a signed tag for this pull request.  It's call
> > "driver-core-3.3-rc1-bugfixes" in the repo below, but when I did:
> >    git request-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ driver-core-3.3-rc1-bugfixes > msg.txt
> >
> > I got the text below, no signed tag with the wording that I added to it
> > that I could see.  Now I am still using git 1.7.8.3, is that why?  If
> > so, I'll go build 1.7.9 as I see that is now out today.
> >
> > Did I mess something up?  I created the tag with:
> >    git tag -u kroah.com -s driver-core-3.3-rc1-bugfixes driver-core-linus
> 
> No, everything looks fine, and I just pulled it.
> 
> But your old version of git won't be able to do that pull (or
> request-pull) since it doesn't have support for the signed tag
> feature. So the signed tag itself works fine, and I can pull from you,
> but yes, you need to have a newer version yourself to see how that
> works.

Ok, thanks for verifying that I didn't mess anything up on my side.

greg k-h

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

* Re: [GIT PATCH] driver core patches for 3.3-rc1
  2012-01-28  8:34 ` Junio C Hamano
@ 2012-01-30 21:15   ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2012-01-30 21:15 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Linus Torvalds, Andrew Morton, linux-kernel

On Sat, Jan 28, 2012 at 12:34:48AM -0800, Junio C Hamano wrote:
> Greg KH <gregkh@suse.de> writes:
> 
> > I tried to create a signed tag for this pull request.  It's call
> > "driver-core-3.3-rc1-bugfixes" in the repo below, but when I did:
> >     git request-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ driver-core-3.3-rc1-bugfixes > msg.txt
> >
> > I got the text below, no signed tag with the wording that I added to it
> > that I could see.  Now I am still using git 1.7.8.3, is that why?
> 
> Ehh, the older versions never expected people to ask a tag to be pulled in
> the first place, so there is no way they would have known to unwrap the
> tag and pasted its tag message in the output ;-).

Heh, fair enough :)

> The request-pull script in 1.7.9 has finally received some belated
> love. Since mid 2009, it didn't get much updates that improve the user
> visible experience.

As most of us used our own scripts for this, that makes sense, nice to
see it cleaned up a lot, I'll use it for my requests after I get 1.7.9
installed on my systems...

greg k-h

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

end of thread, other threads:[~2012-01-30 21:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-27 23:09 [GIT PATCH] driver core patches for 3.3-rc1 Greg KH
2012-01-28  8:34 ` Junio C Hamano
2012-01-30 21:15   ` Greg KH
2012-01-29  2:22 ` Linus Torvalds
2012-01-30 21:14   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).