[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] branch dde updated (ebaa9e1 -> 8e94601)
From: |
Samuel Thibault |
Subject: |
[hurd] branch dde updated (ebaa9e1 -> 8e94601) |
Date: |
Tue, 22 Sep 2015 21:51:46 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a change to branch dde
in repository hurd.
from ebaa9e1 Merge branch 'dde-upstream' into dde
new 1564029 commit dc1f8bf68b311b1537cb65893430b6796118498a
new 3c6b9be commit 260d703adc5f275e3ba7ddff6e2e0217bc613b35
new bcd2842 commit f001fde5eadd915f4858d22ed70d7040f48767cf
new d1fbd2c commit ccffad25b5136958d4769ed6de5e87992dd9c65c
new d22caac commit 0c27922e4933ceb86644f4a9b1af212ffe5aad75
new b32779f commit 31278e71471399beaff9280737e52b47db4dc345
new eb14728 Fix build
new a4f0e9a commit 042a53a9e437feaf2230dd2cadcecfae9c7bfe05
new be3d370 Add mdio.h
new fc267b7 Add ethoc.h
new 3e43fa2 Cherry-pick phy.h updates
new 046044b update pci_ids
new 3d5dfff udpate ethtool.h
new 46d275d update workqueue.h
new befb192 commit 9d21493b4beb8f918ba248032fefa393074a5e2b
new ba156d8 Add devres.c
new 01c0843 Add pr_cont
new fb2f0c2 commit d5a9e24afb4ab38110ebb777588ea0bd0eacbd0a
new 54d8db1 Add rcuclassic.c
new abe264a really add files
new 63dc565 Fix insecure format
new 191cb00 Install missing queue.h
new 1729113 Fix build with gcc 5
new 1218d18 Merge remote-tracking branch 'incubator/dde' into
dde-upstream
new 32941f1 Merge branch 'dde-upstream' into dde
new 8e94601 Move files
The 26 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
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 +-
.../linux/{compiler-gcc4.h => compiler-gcc5.h} | 14 +-
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/mdio.h | 356 ++++++++++
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/include/net/ethoc.h | 22 +
libdde-linux26/contrib/kernel/rcuclassic.c | 788 +++++++++++++++++++++
libdde-linux26/contrib/kernel/rcupdate.c | 1 +
libdde-linux26/contrib/lib/devres.c | 351 +++++++++
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 +-
29 files changed, 2262 insertions(+), 131 deletions(-)
copy libdde-linux26/contrib/include/linux/{compiler-gcc4.h => 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
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] branch dde updated (ebaa9e1 -> 8e94601),
Samuel Thibault <=
- [hurd] 07/26: Fix build, Samuel Thibault, 2015/09/22
- [hurd] 02/26: commit 260d703adc5f275e3ba7ddff6e2e0217bc613b35, Samuel Thibault, 2015/09/22
- [hurd] 01/26: commit dc1f8bf68b311b1537cb65893430b6796118498a, Samuel Thibault, 2015/09/22
- [hurd] 10/26: Add ethoc.h, Samuel Thibault, 2015/09/22
- [hurd] 13/26: udpate ethtool.h, Samuel Thibault, 2015/09/22
- [hurd] 11/26: Cherry-pick phy.h updates, Samuel Thibault, 2015/09/22
- [hurd] 05/26: commit 0c27922e4933ceb86644f4a9b1af212ffe5aad75, Samuel Thibault, 2015/09/22
- [hurd] 16/26: Add devres.c, Samuel Thibault, 2015/09/22
- [hurd] 18/26: commit d5a9e24afb4ab38110ebb777588ea0bd0eacbd0a, Samuel Thibault, 2015/09/22
- [hurd] 24/26: Merge remote-tracking branch 'incubator/dde' into dde-upstream, Samuel Thibault, 2015/09/22