On 11/07/2015 06:08 PM, Hauke Mehrtens wrote:
On 10/23/2015 01:52 PM, Johannes Berg wrote:
From: Johannes Berg <johannes.b...@intel.com>

Since commit 84b00607aeb8 ("mac80211: use ktime_get_seconds")
mac80211 uses ktime_get_seconds(). This patch provide a backport
using ktime_get_ts() for it.

[commit message and time64_t taken from Arend's patch]

Signed-off-by: Arend van Spriel <ar...@broadcom.com>
Signed-off-by: Johannes Berg <johannes.b...@intel.com>
---
  backport/backport-include/linux/ktime.h       |  1 +
  backport/backport-include/linux/timekeeping.h | 21 +++++++++++++++++++++
  backport/backport-include/linux/types.h       | 10 ++++++++++
  3 files changed, 32 insertions(+)
  create mode 100644 backport/backport-include/linux/timekeeping.h
  create mode 100644 backport/backport-include/linux/types.h

Thank you for the patch, it was applied.

Hi Hauke, Johannes,

I hit a duplicate export of this function against Fedora 22 kernel (v4.0.4). So they apparently backported it in their kernel. So I manually removed the function from backports tarball. Could this be automated by looking at Module.symvers of the kernel we build against? I will explore that if you guys consider it useful.

Regards,
Arend

--
To unsubscribe from this list: send the line "unsubscribe backports" in

Reply via email to