[RFC/PATCH 0/3] Add devicetree scanning for randomness (2 replies)
Hi, This is an RFC to seed the random number pool earlier when using devicetree. The big issue this is trying to solve is the fact that the stack canary for ARM tends to be the same across bootups of...
View Article[PATCH] init:Fix comment error (no replies)
fix comment error Signed-off-by: chishanmingshen <chishanmingshen@gmail.com> --- init/do_mounts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/do_mounts.c...
View Article[PATCH v2] Documentation/networking: delete orphaned 3c505.txt file. (no...
In the commit 0e245dbaac9fa1c2fd0f4e2af7b9f6d874083a8b ("drivers/net: delete the 3Com 3c505/3c507 intel i825xx support") we clobbered the 3c505 driver (over a year ago) along with other abandoned ISA...
View Articlelinux-next: build failure after merge of the tip tree (1 reply)
Hi all, After merging the tip tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/cpuidle/cpuidle-pseries.c: In function 'idle_loop_prolog':...
View Article[null_blk] INFO: trying to register non-static key. (1 reply)
Hi Jens, I got the below dmesg and the first bad commit is commit f2298c0403b0dfcaef637eba0c02c4a06d7a25ab Author: Jens Axboe <axboe@kernel.dk> CommitDate: Fri Oct 25 11:56:00 2013 +0100...
View Article[PATCH part1 v6 6/7] PCI: Check pci device serial number when scan device (no...
Sometimes pci device will be removed and reinsert while suspended. In this case system can not identify the device has been changed. Now PCIe support Device Serial Number Capability which has the...
View Article[PATCH part1 v6 1/7] PCI: rework pci_find_next_ext_capability() (no replies)
Rework pci_find_next_ext_capability(), use pci_bus_read_config_xxx() instead of pci_read_config_xxx(). So we can use this function before pci_dev setup. Signed-off-by: Yijing Wang...
View Article[PATCH part1 v6 2/7] PCI: introduce pci_bus_find_ext_capability() (no replies)
Sometimes we need to find PCI EXT CAP before pci_dev set up. So introduce pci_bus_find_ext_capability(), it will be used to get PCI EXT DSN before pci_dev set up. Signed-off-by: Yijing Wang...
View Article[PATCH part1 v6 5/7] PCI: Add pci_dummy_ops to isolate pci device temporarily...
Pci_dummy_ops does nothing when we use it to read/write pci_device. So we can isolate pci device by replace its bus pci_ops by pci_dummy_ops. This is preparation for the later patch. Signed-off-by:...
View Article[PATCH part1 v6 0/7] Introduce PCIe Device Serial Number capability support...
v5->v6: Add is_frozen flag to protect pci bus from double frozen. This series is based on Bjorn's pci-next branch. Currently, more and more PCIe devices support PCIe DSN(Device Serial Number)...
View Article[PATCH] drm/i915/opregion: work around buggy firmware that provides 8+ output...
The ACPI table on ASUS UX302LA has more than 8 output devices under the graphics controller device node. The problem is, the real active output device, the LCD panel, is listed the last. The result...
View Article[PATCH v6] mfd: MAX6650/6651 support (1 reply)
MAX6650/MAX6651 chip is a multi-function device with I2C busses. The chip includes fan-speed regulators and monitors, GPIO, and alarm. This patch is an initial release of a MAX6650/6651 MFD driver...
View Article[PATCH v7 1/2] iio:as3935: Add DT binding docs for AS3935 driver (no replies)
Document compatible string, required and optional DT properties for AS3935 chipset driver. Signed-off-by: Matt Ranostay <mranostay@gmail.com> --- .../devicetree/bindings/iio/proximity/as3935.txt...
View Article[PATCH v7 2/2] iio: Add AS3935 lightning sensor support (no replies)
AS3935 chipset can detect lightning strikes and reports those back as events and the estimated distance to the storm. Signed-off-by: Matt Ranostay <mranostay@gmail.com> ---...
View Article[PATCH v7 0/2] AS3935 lightning sensor support (no replies)
This series adds support for the AMS AS3935 lightning sensor that allows reporting back estimated storm distance and strike events. Chagges from v6 * Revised binding documents to not use the term...
View Article[git pull] Please pull powerpc.git merge branch (no replies)
Hi Linus ! Here is some powerpc goodness for -rc2. Arguably -rc1 material more than -rc2 but I was travelling (again !) It's mostly bug fixes including regressions, but there are a couple of new...
View Article[PATCH v6 1/1] watchdog: Add tegra watchdog (no replies)
Add a driver for the hardware watchdogs in NVIDIA Tegra SoCs (Tegra30 and later). This driver will configure one watchdog timer that will reset the system in the case of a watchdog timeout. This...
View Article3.12.9-rt13: BUG: soft lockup (no replies)
Hi all, I'm seeing these BUGs with 3.12.9-rt13.... finally caught the messages. I was getting frozen machines with no traces left behind, this could possibly be it (see below - I have to retest with...
View Article[PATCH] skd: disable discard support (3 replies)
The skd driver has never handled discards reliably. The kernel will BUG as a result of issuing discards to the skd device. Disable the skd driver's discard support until it is proven reliable. The...
View Article[PATCH akpm-next] random32: minor cleanups and kdoc fix (1 reply)
These are just some very minor and misc cleanups in the PRNG. In prandom_u32() we store the result in an unsigned long which is unnecessary as it should be u32 instead that we get from...
View Article