All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] backports: deal with timespec64 changes
@ 2015-04-23 11:33 Stefan Assmann
  2015-04-23 11:33 ` [PATCH 1/4] backports: handle ndo_gso_check() to ndo_features_check() changes Stefan Assmann
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Stefan Assmann @ 2015-04-23 11:33 UTC (permalink / raw)
  To: backports; +Cc: mcgrof, hauke, sassmann

This series adds cocci patches to deal with struct timespec64 changes
and also has several other bits to get igb working again. Patches have
been tested against next-20150402.

The struct timespec64 patches are not perfect, but they should get us
started. There are still some warnings, which we can fix along the way.

Stefan Assmann (4):
  backports: handle ndo_gso_check() to ndo_features_check() changes
  backports: add passthru_features_check()
  backports: deal with struct timespec64 changes
  backports: deal with struct struct ptp_clock_info get/settime64
    changes

 backport/backport-include/linux/netdevice.h        |  6 ++
 backport/compat/Makefile                           |  1 +
 backport/compat/backport-4.1.c                     | 19 +++++
 .../network/0056-ndo_features_check/INFO           | 12 ++++
 .../0056-ndo_features_check/features_check.cocci   | 19 +++++
 .../network/0057-timespec64/INFO                   | 11 +++
 .../network/0057-timespec64/igb.patch              | 16 +++++
 .../network/0057-timespec64/timespec64.cocci       | 83 ++++++++++++++++++++++
 .../network/0058-ptp_getsettime64/INFO             | 11 +++
 .../0058-ptp_getsettime64/ptp_getsettime64.cocci   | 33 +++++++++
 10 files changed, 211 insertions(+)
 create mode 100644 backport/compat/backport-4.1.c
 create mode 100644 patches/collateral-evolutions/network/0056-ndo_features_check/INFO
 create mode 100644 patches/collateral-evolutions/network/0056-ndo_features_check/features_check.cocci
 create mode 100644 patches/collateral-evolutions/network/0057-timespec64/INFO
 create mode 100644 patches/collateral-evolutions/network/0057-timespec64/igb.patch
 create mode 100644 patches/collateral-evolutions/network/0057-timespec64/timespec64.cocci
 create mode 100644 patches/collateral-evolutions/network/0058-ptp_getsettime64/INFO
 create mode 100644 patches/collateral-evolutions/network/0058-ptp_getsettime64/ptp_getsettime64.cocci

-- 
2.1.0


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

end of thread, other threads:[~2015-04-25 14:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-23 11:33 [PATCH 0/4] backports: deal with timespec64 changes Stefan Assmann
2015-04-23 11:33 ` [PATCH 1/4] backports: handle ndo_gso_check() to ndo_features_check() changes Stefan Assmann
2015-04-23 11:33 ` [PATCH 2/4] backports: add passthru_features_check() Stefan Assmann
2015-04-23 11:33 ` [PATCH 3/4] backports: deal with struct timespec64 changes Stefan Assmann
2015-04-23 20:10   ` Hauke Mehrtens
2015-04-24 15:05     ` Stefan Assmann
2015-04-23 11:33 ` [PATCH 4/4] backports: deal with struct struct ptp_clock_info get/settime64 changes Stefan Assmann
2015-04-25 14:00 ` [PATCH 0/4] backports: deal with timespec64 changes Hauke Mehrtens

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.