Lost pull requests...
David Miller
davem at davemloft.net
Wed Jan 17 06:29:48 AEDT 2018
From: David Miller <davem at davemloft.net>
Date: Mon, 15 Jan 2018 13:25:56 -0500 (EST)
> I've noticed for a while now that various pull requests are not
> being recognized by patchwork.ozlabs.org and therefore don't
> end up in the patchwork queue.
>
> Even ones I send myself are having this problem. All I am doing
> is putting the contents of "git request-pull ..." into an email
> and adding some other informative text to the beginning.
>
> I attach two examples of pull requests that patchwork at ozlabs
> didn't queue up.
Attached is another pull request that patchwork didn't notice.
This is starting to become a serious problem and impact my work,
therefore please take a good look into this.
Thanks.
-------------- next part --------------
Subject: pull-request: mac80211 2018-01-15
From: Johannes Berg <johannes at sipsolutions.net>
To: David Miller <davem at davemloft.net>
Cc: netdev at vger.kernel.org,
linux-wireless at vger.kernel.org
Date: Mon, 15 Jan 2018 11:51:53 +0100
X-Mailer: git-send-email 2.15.1
Hi Dave,
I know this comes last minute, so if it doesn't make it then
I guess we can live with that, but I got the earliest of the
patches here on Wednesday last week, and that was the most
uninteresting one - the others didn't come in until Saturday.
Please pull and let me know if there's any problem.
Thanks,
johannes
The following changes since commit 8155aedf512edd3f88ef19f7cacf476ace7d1322:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (2018-01-14 11:01:33 -0500)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2018-01-15
for you to fetch changes up to 59b179b48ce2a6076448a44531242ac2b3f6cef2:
cfg80211: check dev_set_name() return value (2018-01-15 11:35:06 +0100)
----------------------------------------------------------------
More fixes:
* hwsim:
- properly flush deletion works at module unload
- validate # of channels passed from userspace
* cfg80211:
- fix RCU locking regression
- initialize on-stack channel data for nl80211 event
- check dev_set_name() return value
----------------------------------------------------------------
Benjamin Beichler (1):
mac80211_hwsim: add workqueue to wait for deferred radio deletion on mod unload
Dominik Brodowski (1):
nl80211: take RCU read lock when calling ieee80211_bss_get_ie()
Johannes Berg (3):
cfg80211: fully initialize old channel for event
mac80211_hwsim: validate number of different channels
cfg80211: check dev_set_name() return value
drivers/net/wireless/mac80211_hwsim.c | 17 +++++++++++++++--
include/net/cfg80211.h | 2 ++
net/wireless/core.c | 8 +++++++-
net/wireless/core.h | 2 --
net/wireless/nl80211.c | 11 +++++++----
net/wireless/reg.c | 3 +--
6 files changed, 32 insertions(+), 11 deletions(-)
More information about the Patchwork
mailing list