On Fri, Dec 29, 2017 at 10:17 PM, Andy Shevchenko
wrote:
> On Sat, Dec 23, 2017 at 5:28 PM, Pravin Shedge
> wrote:
>> The module auto-unload might seem like a nice optimization, but
>> it encourages inconsistent behaviour. And behaviour that is
>> different from
On Wed, Dec 20, 2017 at 9:43 AM, Paul Gortmaker
wrote:
> [Re: [PATCH] lib: add module unload support to sort tests] On 19/12/2017 (Tue
> 23:10) Pravin Shedge wrote:
>
>> On Tue, Dec 19, 2017 at 3:51 AM, Andrew Morton
>> wrote:
>> > On Sun, 17 Dec 2017 15:19:27 +0
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/bus/qcom-ebi2.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/bus/qcom-ebi2.c b/drivers/bus/qcom
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/crypto/bcm/cipher.c | 1 -
drivers/crypto/cavium/nitrox/nitrox_reqmgr.c | 1 -
drivers/crypto
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/gpio/gpio-brcmstb.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpio/gpio-brcmstb.c b/drivers
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/iio/gyro/bmg160_core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/iio/gyro/bmg160_core.c b
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/usb/typec/fusb302/fusb302.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/usb/typec/fusb302/fusb302
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/input/rmi4/rmi_f34.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/input/rmi4/rmi_f34.c b/drivers
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/hwtracing/coresight/coresight-etb10.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/hwtracing
On Tue, Dec 19, 2017 at 3:51 AM, Andrew Morton
wrote:
> On Sun, 17 Dec 2017 15:19:27 +0530 Pravin Shedge
> wrote:
>
>> test_sort.c perform array-based and linked list sort test. Code allows to
>> compile either as a loadable modules or builtin into the kernel.
>>
>
On Sun, Dec 17, 2017 at 9:25 PM, Davidlohr Bueso wrote:
> On Sun, 17 Dec 2017, Pravin Shedge wrote:
>
>> lib/rbtree_test.c code allows to compile either as a loadable modules or
>> builtin into the kernel.
>>
>> Current code returns -EAGAIN on successful terminati
ur that is different from all other
normal modules.
Signed-off-by: Pravin Shedge
---
lib/test_sort.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/lib/test_sort.c b/lib/test_sort.c
index d389c1c..385c0ed 100644
--- a/lib/test_sort.c
+++ b/lib/test_sort.c
@@ -39,5 +39,11 @@ static
test.c and percpu_test.c test module (if it passed) will NOT be
present.
All other modules from linux/lib/* follow the same semantics that
module_init() returns 0 on successful completion & let external entity
like rmmod do the module unloading task.
Signed-off-by: Pravin Shedge
---
lib/per
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
arch/powerpc/kernel/time.c | 2 --
arch/powerpc/lib/code-patching.c | 1 -
arch/powerpc/mm/numa.c
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
arch/arm/crypto/aes-ce-glue.c| 1 -
arch/arm/mach-sa1100/hackkit.c | 1 -
arch/arm/mm/mmu.c
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 1 -
drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
These duplicate includes have been found with scripts/checkincludes.pl
but they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/gpio/gpio-brcmstb.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpio/gpio-brcmstb.c b/drivers
e.
Signed-off-by: Pravin Shedge
---
lib/test_sort.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/test_sort.c b/lib/test_sort.c
index d389c1c..26c98d0 100644
--- a/lib/test_sort.c
+++ b/lib/test_sort.c
@@ -13,11 +13,12 @@ static int __init cmpint(const void *a,
patch will cleanup dead code from rbtree_test.c
Signed-off-by: Pravin Shedge
---
lib/rbtree_test.c | 6 --
1 file changed, 6 deletions(-)
diff --git a/lib/rbtree_test.c b/lib/rbtree_test.c
index 7d36c1e..5cd2f26 100644
--- a/lib/rbtree_test.c
+++ b/lib/rbtree_test.c
@@ -397,13 +397,7 @@ static
-off-by: Pravin Shedge
---
lib/percpu_test.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/lib/percpu_test.c b/lib/percpu_test.c
index 0b5d14d..ea31adb 100644
--- a/lib/percpu_test.c
+++ b/lib/percpu_test.c
@@ -126,12 +126,7 @@ static int __init percpu_test_init(void)
return -EAGAIN
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
arch/sparc/kernel/uprobes.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/sparc/kernel/uprobes.c b/arch/sparc
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
arch/x86/kernel/itmt.c | 1 -
arch/x86/kernel/process.c | 1 -
arch/x86/kernel/setup.c| 1 -
arch
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Unit Testing:
- build successful
- LTP testsuite passes.
- checkpatch.pl passes
Signed-off-by: Pravin Shedge
---
arch/arm/crypto/aes-ce-glue.c
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
fs/xfs/scrub/scrub.c | 1 -
fs/xfs/scrub/trace.c | 1 -
fs/xfs/xfs_reflink.c | 2 --
fs/xfs/xfs_trace.c | 1 -
4 files
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
fs/btrfs/super.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 3a4dce1
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/thermal/of-thermal.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/thermal/of-thermal.c b/drivers
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/infiniband/core/mad.c| 1 -
drivers/infiniband/core/netlink.c| 2 --
drivers
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/media/platform/pxa_camera.c | 1 -
drivers/media/platform/ti-vpe/cal.c | 3 ---
drivers/media/v4l2-core/v4l2
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/mfd/intel_soc_pmic_core.c | 1 -
drivers/mfd/max77843.c| 1 -
2 files changed, 2 deletions(-)
diff
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/misc/genwqe/card_base.c | 1 -
drivers/misc/genwqe/card_ddcb.c | 1 -
drivers/misc/genwqe/card_utils.c | 2
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/mmc/host/android-goldfish.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/mmc/host/android
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/net/dsa/bcm_sf2.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/dsa/bcm_sf2.c b/drivers/net/dsa
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/pnp/quirks.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/pnp/quirks.c b/drivers/pnp/quirks.c
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/rpmsg/qcom_glink_smem.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/rpmsg/qcom_glink_smem.c b
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/s390/block/dasd_diag.c | 1 -
drivers/s390/net/qeth_l2_main.c | 1 -
2 files changed, 2 deletions(-)
diff
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/scsi/qla2xxx/qla_nx2.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/scsi/qla2xxx/qla_nx2.c b
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
drivers/staging/ccree/ssi_buffer_mgr.c| 1 -
drivers/staging/ccree/ssi_driver.c| 1 -
drivers/staging/irda
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
fs/block_dev.c| 1 -
fs/cachefiles/namei.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/fs/block_dev.c b
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
kernel/audit.c | 1 -
kernel/locking/locktorture.c | 1 -
kernel/sysctl.c | 1 -
kernel/time
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
mm/userfaultfd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/mm/userfaultfd.c b/mm/userfaultfd.c
index 8119270
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
net/core/netprio_cgroup.c| 1 -
net/dsa/slave.c | 1 -
net/netfilter
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
samples/bpf/bpf_load.c| 1 -
samples/bpf/sampleip_user.c | 1
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
security/apparmor/apparmorfs.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/security/apparmor/apparmorfs.c b
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
sound/soc/hisilicon/hi6210-i2s.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/hisilicon/hi6210-i2s.c b
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
tools/perf/bench/futex-hash.c | 1 -
tools/perf/builtin-c2c.c | 3
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
tools/testing/selftests/gpio/gpio-mockup-chardev.c | 1 -
tools/testing/selftests/powerpc/pmu/ebb
On Thu, Dec 7, 2017 at 7:05 PM, Sakari Ailus wrote:
> Hi Pravin,
>
> On Wed, Dec 06, 2017 at 10:22:02PM +0530, Pravin Shedge wrote:
>> These duplicate includes have been found with scripts/checkincludes.pl but
>> they have been removed manually to avoid removing false positi
On Thu, Dec 7, 2017 at 2:28 AM, David Miller wrote:
> From: Pravin Shedge
> Date: Wed, 6 Dec 2017 23:02:58 +0530
>
>> These duplicate includes have been found with scripts/checkincludes.pl but
>> they have been removed manually to avoid removing false positives.
>&g
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
arch/blackfin/kernel/irqchip.c| 1 -
arch/blackfin/mach-common/ints-priority.c | 1 -
2 files changed, 2
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
arch/mips/mm/init.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c
index
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
arch/nios2/mm/fault.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/nios2/mm/fault.c b/arch/nios2/mm/fault.c
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
arch/parisc/kernel/unwind.c | 1 -
arch/parisc/lib/delay.c | 2 --
2 files changed, 3 deletions(-)
diff --git a
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
arch/s390/kernel/kprobes.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/s390/kernel/kprobes.c b/arch/s390
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
arch/tile/kernel/single_step.c | 1 -
arch/tile/kernel/unaligned.c | 1 -
2 files changed, 2 deletions(-)
diff --git
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
samples/sockmap/sockmap_user.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/samples/sockmap/sockmap_user.c b
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
sound/soc/zte/zx-i2s.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sound/soc/zte/zx-i2s.c b/sound/soc/zte/zx
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
arch/sh/boards/mach-dreamcast/irq.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/sh/boards/mach-dreamcast
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge
---
net/core/netprio_cgroup.c| 1 -
net/dsa/slave.c | 1 -
net/netfilter
Commit-ID: 3315d14f8eea27a845bd2e3a88341a35f4025866
Gitweb: https://git.kernel.org/tip/3315d14f8eea27a845bd2e3a88341a35f4025866
Author: Pravin Shedge
AuthorDate: Wed, 6 Dec 2017 23:13:24 +0530
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 27 Dec 2017 12:15:49 -0300
perf perf
Commit-ID: 81bf665d00baf1aef01118c6c9e51520e57c0757
Gitweb: https://git.kernel.org/tip/81bf665d00baf1aef01118c6c9e51520e57c0757
Author: Pravin Shedge
AuthorDate: Tue, 12 Dec 2017 02:12:31 +0530
Committer: Ingo Molnar
CommitDate: Tue, 12 Dec 2017 11:32:24 +0100
x86/headers: Remove
60 matches
Mail list logo