Skip to content

Commit a53a63d

Browse files
committed
increase UEVENT buffer size
1 parent b1793ff commit a53a63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/kobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#define UEVENT_HELPER_PATH_LEN 256
3232
#define UEVENT_NUM_ENVP 64 /* number of env pointers */
33-
#define UEVENT_BUFFER_SIZE 2048 /* buffer for the variables */
33+
#define UEVENT_BUFFER_SIZE 4096 /* buffer for the variables */
3434

3535
#ifdef CONFIG_UEVENT_HELPER
3636
/* path to the userspace helper executed on an event */

0 commit comments

Comments
 (0)