summaryrefslogtreecommitdiff
path: root/net/hsr
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2020-03-05 11:47:10 -0800
committerDavid S. Miller <davem@davemloft.net>2020-03-05 11:47:10 -0800
commitd99045283ec1ff4d2f65336e2ba81b49970fd5ab (patch)
tree3418cb6dc4ae5ae731c907e0397b9a57d42d23a2 /net/hsr
parentaec128f9ab1d0cdddd2f7b2bab5ee7f1a74309e6 (diff)
parent9c9cc918152e5775a60442171ef32235f17e1d72 (diff)
Merge branch 'rmnet-cleanups'
Taehee Yoo says: ==================== net: rmnet: several code cleanup for rmnet module This patchset is to cleanup rmnet module code. 1. The first patch is to add module alias rmnet module can not be loaded automatically because there is no alias name. 2. The second patch is to add extack error message code. When rmnet netlink command fails, it doesn't print any error message. So, users couldn't know the exact reason. In order to tell the exact reason to the user, the extack error message is used in this patch. 3. The third patch is to use GFP_KERNEL instead of GFP_ATOMIC. In the sleepable context, GFP_KERNEL can be used. So, in this patch, GFP_KERNEL is used instead of GFP_ATOMIC. Change log: - v1->v2: change error message in the second patch. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/hsr')
0 files changed, 0 insertions, 0 deletions