Description:
linux-kernel@vger.kernel.org (Moderated)
|
|
|
kdump fails on encrypted root
|
| |
I can get kdump to work with encrypted root in kvm, but not on raw iron.
Can anyone help me figure out how to get it working?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at [link]... more »
|
|
kernel 3.10-rc1 p-state/cpuidle panic
|
| |
Hello guys, I'm getting this with the current 3.10-rc1, I've enabled the new full-NOHZ
I'm not sure though if that has something to do with this or if something is changed in the
p-state code.
System :
vendor_id : GenuineIntel
cpu family : 6
model : 45
model name : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz... more »
|
|
net: implement support for low latency socket polling
|
| |
Adds a new ndo_ll_poll method and the code that supports and uses it.
This method can be used by low latency applications to busy poll ethernet
device queues directly from the socket code. The ip_low_latency_poll sysctl
entry controls how many cycles to poll. Set to zero to disable.
Signed-off-by: Alexander Duyck <alexander.h.du...@intel.com>... more »
|
|
Linux doesn't create /proc/vmcore
|
| |
Why doesn't linux create /proc/vmcore while kernel conf marked as does?
my running kernel configuration:
CONFIG_DEBUG_INFO=y
CONFIG_KEXEC=y
CONFIG_CRASH_DUMP=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_PROC_VMCORE=y
my error on the kdump:
kdump-config savecore
running makedumpfile -c -d 31 /proc/vmcore... more »
|
|
(none)
|
| |
Congrats:You been emerged winner of 2,000,000.00 Pounds Sterling.In This Year National Freelotto Inc,Contact Us For Claims Send Us Email --
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at [link]... more »
|
|
gpio: max7300: Fix trivial typo in Kconfig help text
|
| |
max7301 is controlled through SPI interface which means another driver.
Signed-off-by: Axel Lin <axel....@ingics.com>
---
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 6575d77..4e0884a 100644
--- a/drivers/gpio/Kconfig... more »
|
|
pinctrl: Don't override the error code in probe error handling
|
| |
Otherwise, we return 0 in probe error paths when gpiochip_remove() returns 0.
Also show error message if gpiochip_remove() fails.
Signed-off-by: Axel Lin <axel....@ingics.com>
Cc: Linus Walleij <linus.wall...@stericsson.com>
Cc: Maxime Ripard <maxime.rip...@free-electrons. com>
Cc: Tony Prisk <li...@prisktech.co.nz>... more »
|
|
pwm: renesas-tpu: Add missing pwmchip_remove() call in tpu_remove()
|
| |
Signed-off-by: Axel Lin <axel....@ingics.com>
---
drivers/pwm/pwm-renesas-tpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pwm/pwm-renesas-tpu. c b/drivers/pwm/pwm-renesas-tpu. c
index 8e6d8d7..351addd 100644
--- a/drivers/pwm/pwm-renesas-tpu. c
+++ b/drivers/pwm/pwm-renesas-tpu. c... more »
|
|
new mount is broken w/regard to devnames in /etc/fstab
|
| |
There are 2 problems -- they are unlikely to be
directly related, but are in so much as they are in the new version
of mount.
1) How is one supposed to get the real root device?
It's not /dev/root -- and on my system /dev/root doesn't even exist.
(though to be fair, it has in the past -- udev musta got sloppy this time,... more »
|
|
|