From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753200AbdLFAC7 (ORCPT ); Tue, 5 Dec 2017 19:02:59 -0500 Received: from mx0a-00010702.pphosted.com ([148.163.156.75]:51274 "EHLO mx0b-00010702.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752929AbdLFAC4 (ORCPT ); Tue, 5 Dec 2017 19:02:56 -0500 From: Julia Cartwright To: David Miller CC: , , , , , Subject: [PATCH v2 0/3] macb rx filter cleanups Date: Tue, 5 Dec 2017 18:02:47 -0600 Message-ID: X-Mailer: git-send-email 2.14.2 In-Reply-To: <20171205.180031.935589370339834625.davem@davemloft.net> References: <20171205.180031.935589370339834625.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-12-05_08:,, signatures=0 X-Proofpoint-Spam-Details: rule=inbound_policy_notspam policy=inbound_policy score=30 priorityscore=1501 malwarescore=0 suspectscore=2 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=30 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1712050340 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Here's a proper patchset based on net-next. v1 -> v2: - Rebased on net-next - Add Nicolas's Acks - Reorder commits, putting the list_empty() cleanups prior to the others. - Added commit reverting the GFP_ATOMIC change. Julia Cartwright (3): net: macb: kill useless use of list_empty() net: macb: reduce scope of rx_fs_lock-protected regions net: macb: change GFP_ATOMIC to GFP_KERNEL drivers/net/ethernet/cadence/macb_main.c | 47 ++++++++++++++++---------------- 1 file changed, 23 insertions(+), 24 deletions(-) -- 2.14.2