- softlockup-fix-invalid-proc_handler-for-softlockup_panic.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     From: Hiroshi Shimamoto <h-shimamoto@xxxxxxxxxxxxx>
has been removed from the -mm tree.  Its filename was
     softlockup-fix-invalid-proc_handler-for-softlockup_panic.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: From: Hiroshi Shimamoto <h-shimamoto@xxxxxxxxxxxxx>
From: Hiroshi Shimamoto <h-shimamoto@xxxxxxxxxxxxx>


The type of softlockup_panic is int, but the proc_handler is
proc_doulongvec_minmax(). This handler is for unsigned long.

This handler should be proc_dointvec_minmax().

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@xxxxxxxxxxxxx>
---

index 683986d..5b8b4c1 100644
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 kernel/sysctl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN kernel/sysctl.c~softlockup-fix-invalid-proc_handler-for-softlockup_panic kernel/sysctl.c
--- a/kernel/sysctl.c~softlockup-fix-invalid-proc_handler-for-softlockup_panic
+++ a/kernel/sysctl.c
@@ -745,7 +745,7 @@ static struct ctl_table kern_table[] = {
 		.data		= &softlockup_panic,
 		.maxlen		= sizeof(int),
 		.mode		= 0644,
-		.proc_handler	= &proc_doulongvec_minmax,
+		.proc_handler	= &proc_dointvec_minmax,
 		.strategy	= &sysctl_intvec,
 		.extra1		= &zero,
 		.extra2		= &one,
_

Patches currently in -mm which might be from h-shimamoto@xxxxxxxxxxxxx are

origin.patch
linux-next.patch
per-task-delay-accounting-update-taskstats-for-memory-reclaim-delay.patch
unevictable-lru-page-statistics-fix-printk-in-show_free_areas.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux