From: Hauke Mehrtens <hauke@hauke-m.de>
To: Stefan Assmann <sassmann@kpanic.de>, backports@vger.kernel.org
Cc: mcgrof@do-not-panic.com
Subject: Re: [PATCH 0/4] backports: deal with timespec64 changes
Date: Sat, 25 Apr 2015 16:00:26 +0200 [thread overview]
Message-ID: <553B9DFA.5010308@hauke-m.de> (raw)
In-Reply-To: <1429788825-18466-1-git-send-email-sassmann@kpanic.de>
On 04/23/2015 01:33 PM, Stefan Assmann wrote:
> 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
>
Thank you for the patches, I applied and pushed them.
In the patch "backports: add passthru_features_check()" I change the
EXPORT_SYMBOL() to a EXPORT_SYMBOL_GPL().
In "backports: deal with struct timespec64 changes" v2 I moved the
defines into the header files with the same name as where they are
defined in the kernel. If later some code is including time64.h directly
this will now work. In addition I removed some ktime_* defines, because
they are already in all supported kernel versions.
Hauke
prev parent reply other threads:[~2015-04-25 14:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Hauke Mehrtens [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=553B9DFA.5010308@hauke-m.de \
--to=hauke@hauke-m.de \
--cc=backports@vger.kernel.org \
--cc=mcgrof@do-not-panic.com \
--cc=sassmann@kpanic.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox