commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] the great next stuff branch, dde-debian, updated. 32941f1611e6d835


From: Samuel Thibault
Subject: [SCM] the great next stuff branch, dde-debian, updated. 32941f1611e6d8355ef28fcd80c186966f5a887b
Date: Tue, 22 Sep 2015 18:43:11 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "the great next stuff".

The branch, dde-debian has been updated
       via  32941f1611e6d8355ef28fcd80c186966f5a887b (commit)
       via  1218d18d2f9ce10f462e18aa0d01044e680ada68 (commit)
       via  172911318104984ddb9f7b4e25a2ee1646228d63 (commit)
       via  191cb0076f77b6ece7864b8f9bf2c40a605d80bf (commit)
       via  63dc5656c46f3ff1223e25325e92358822a65b76 (commit)
       via  abe264a29caec5c85962b86761e2ed3b9780958a (commit)
       via  54d8db1f2aaa8d4d07a33254ecd7e05861587752 (commit)
       via  fb2f0c2c5588ef66debb1e9eaa61f0fce0e50230 (commit)
       via  01c08438b431bfe2f9291a345f1f3527455f0d98 (commit)
       via  ba156d8f152462c65466fe7c45ac417262062bcf (commit)
       via  befb192dd8647442a46603d919ae4b6a9ebff74c (commit)
       via  46d275d6b8853e95cd1d9b0353ab05553e5cd5aa (commit)
       via  3d5dfff43e0cf627467fe0fe821fb7c41e94fe99 (commit)
       via  046044b8f7debacfa646f4f97dadc19512b2ec01 (commit)
       via  3e43fa22c2959a14ca71d37a6bb5e4548828db38 (commit)
       via  fc267b713aa8828f146e693669643619e37b98d4 (commit)
       via  be3d37018a93d72759d42086b789933456bb24cd (commit)
       via  a4f0e9af03f163f2dd59e80c33de8aa3ea8511fd (commit)
       via  eb147280bf4792109d16b4e78da427fec861f8ba (commit)
       via  b32779f6720779ba4ba2ffa8347ae5c9b0bcbde6 (commit)
       via  d22caacba224d7c04eb586105e822b5ad3a1c9b8 (commit)
       via  d1fbd2c1aa074259fd1bfda9774364f82a4a77ac (commit)
       via  bcd28425c816a03ec687e1b1736f02a5ff004e03 (commit)
       via  3c6b9bedaaf7608b5950d21f761c90e50c4d20e0 (commit)
       via  15640299e2cb8b96fad72c76ec24cc6f1cf4239d (commit)
      from  ebaa9e1bb4feb7430bd144fa7de94d725615fbf8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 32941f1611e6d8355ef28fcd80c186966f5a887b
Merge: ebaa9e1 1218d18
Author: Samuel Thibault <address@hidden>
Date:   Tue Sep 22 18:42:41 2015 +0000

    Merge branch 'dde-upstream' into dde

commit 1218d18d2f9ce10f462e18aa0d01044e680ada68
Merge: 5db3e00 1729113
Author: Samuel Thibault <address@hidden>
Date:   Tue Sep 22 18:42:04 2015 +0000

    Merge remote-tracking branch 'incubator/dde' into dde-upstream

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

Summary of changes:
 libbpf/Makefile                                    |    2 +-
 .../contrib/drivers/base/attribute_container.c     |    2 +-
 libdde-linux26/contrib/drivers/base/platform.c     |    2 +-
 libdde-linux26/contrib/drivers/base/sys.c          |    2 +-
 libdde-linux26/contrib/include/linux/etherdevice.h |   27 +
 libdde-linux26/contrib/include/linux/ethtool.h     |   36 +-
 libdde-linux26/contrib/include/linux/inotify.h     |    4 +-
 libdde-linux26/contrib/include/linux/kernel.h      |    2 +
 libdde-linux26/contrib/include/linux/netdevice.h   |   90 ++-
 libdde-linux26/contrib/include/linux/pci.h         |    1 +
 libdde-linux26/contrib/include/linux/pci_ids.h     |  177 ++++-
 libdde-linux26/contrib/include/linux/phy.h         |   19 +-
 libdde-linux26/contrib/include/linux/skbuff.h      |   20 +-
 libdde-linux26/contrib/include/linux/tty_driver.h  |    2 +-
 libdde-linux26/contrib/include/linux/workqueue.h   |   23 +-
 libdde-linux26/contrib/kernel/rcupdate.c           |    1 +
 libdde-linux26/contrib/lib/kobject.c               |    2 +-
 libdde-linux26/contrib/net/core/net-sysfs.c        |    2 +-
 libdde-linux26/contrib/net/core/skb_dma_map.c      |   12 +-
 libdde-linux26/include/linux/kernel.h              |    2 +
 libdde-linux26/lib/src/Makefile                    |    3 +
 libdde-linux26/lib/src/drivers/base/core.c         |    2 +-
 libdde-linux26/lib/src/net/core/dev.c              |  389 +++++++++-
 libdde-linux26/lib/src/net/sched/sch_generic.c     |   40 +-
 .../contrib/include/linux/compiler-gcc5.h          |   14 +-
 libdde_linux26/contrib/include/linux/mdio.h        |  356 +++++++++
 libdde_linux26/contrib/include/net/ethoc.h         |   22 +
 libdde_linux26/contrib/kernel/rcuclassic.c         |  788 ++++++++++++++++++++
 libdde_linux26/contrib/lib/devres.c                |  351 +++++++++
 29 files changed, 2262 insertions(+), 131 deletions(-)
 copy libdde-linux26/contrib/include/linux/compiler-gcc4.h => 
libdde_linux26/contrib/include/linux/compiler-gcc5.h (67%)
 create mode 100644 libdde_linux26/contrib/include/linux/mdio.h
 create mode 100644 libdde_linux26/contrib/include/net/ethoc.h
 create mode 100644 libdde_linux26/contrib/kernel/rcuclassic.c
 create mode 100644 libdde_linux26/contrib/lib/devres.c


hooks/post-receive
-- 
the great next stuff



reply via email to

[Prev in Thread] Current Thread [Next in Thread]