| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /// Find functions that refer to GFP_KERNEL but are called with locks held. |
|---|
| 2 | 3 | //# The proposed change of converting the GFP_KERNEL is not necessarily the |
|---|
| 3 | 4 | //# correct one. It may be desired to unlock the lock, or to not call the |
|---|
| 4 | 5 | //# function under the lock in the first place. |
|---|
| 5 | 6 | /// |
|---|
| 6 | 7 | // Confidence: Moderate |
|---|
| 7 | | -// Copyright: (C) 2012 Nicolas Palix. GPLv2. |
|---|
| 8 | | -// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. GPLv2. |
|---|
| 9 | | -// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. GPLv2. |
|---|
| 8 | +// Copyright: (C) 2012 Nicolas Palix. |
|---|
| 9 | +// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. |
|---|
| 10 | +// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. |
|---|
| 10 | 11 | // URL: http://coccinelle.lip6.fr/ |
|---|
| 11 | 12 | // Comments: |
|---|
| 12 | 13 | // Options: --no-includes --include-headers |
|---|