[PATCH 0/9] 4.10 Maintenance

Gedare Bloom gedare at rtems.org
Thu Jan 11 18:13:02 UTC 2018


I went through commits between the 4.10/4.11 split and
January 2013, and selected the following as suitable
to apply for 4.10 maintenance. Not all of these had
open PRs/tickets, and I did not reformat any patches
but simply cherry-picked and corrected any conflicts.

Ralf Kirchner (1):
  dosfs: Fix msdos_format()

Sebastian Huber (6):
  dosfs: Fix for no space left on device condition
  librpc: PR2066: Fix for short enums
  rtems: PR1844: Fix MP process packet size
  score: Use _Workspace_Allocate_or_fatal_error()
  libnetworking: Disconnect after mbuf shortage
  bsps: Fix rtems_interrupt_server_handler_remove()

Sebastien Bourdeauducq (2):
  network/dhcp: PR1841: Fix DNS processing in DHCP
  network/bootp: PR2031: Add and use header file

 c/src/lib/libbsp/shared/src/irq-server.c           |  4 +-
 cpukit/libfs/src/dosfs/fat_file.c                  |  8 ++-
 cpukit/libfs/src/dosfs/msdos_format.c              |  2 +-
 cpukit/libnetworking/Makefile.am                   |  1 +
 cpukit/libnetworking/netinet/udp_usrreq.c          |  5 +-
 cpukit/libnetworking/nfs/bootp_subr.c              | 16 +----
 cpukit/libnetworking/rtems/bootp.h                 | 41 ++++++++++++
 cpukit/libnetworking/rtems/rtems_bootp.c           |  2 +
 cpukit/libnetworking/rtems/rtems_bsdnet_internal.h |  1 -
 cpukit/libnetworking/rtems/rtems_dhcp.c            | 74 ++++++++++++++--------
 cpukit/librpc/include/rpc/auth.h                   |  3 +-
 cpukit/librpc/include/rpc/clnt_stat.h              |  3 +-
 cpukit/librpc/include/rpc/rpc_msg.h                | 12 ++--
 cpukit/librpc/include/rpc/svc.h                    |  3 +-
 cpukit/librpc/include/rpcsvc/nis_db.h              |  6 +-
 cpukit/librpc/include/rpcsvc/yp_prot.h             |  3 +-
 cpukit/librpc/src/xdr/xdr.c                        |  8 +--
 cpukit/rtems/src/msgmp.c                           |  4 +-
 cpukit/score/src/objectextendinformation.c         | 13 ++--
 19 files changed, 140 insertions(+), 69 deletions(-)
 create mode 100644 cpukit/libnetworking/rtems/bootp.h

-- 
2.7.4



More information about the devel mailing list