[PATCH] [media] em28xx: fix Terratec Grabby AC97 codec detection
EMP202 chip inside Terratec Grabby (hw rev 2) seems to require some time before accessing reliably its registers. Otherwise it returns some values pre
View Articleheadsup: random memory corruption on 4.5-rc5
So I've gotten two random memory corruptions on my haswell laptop over the past week, one caused my e1000 driver to crap out, and one in ext4 I've l
View Article[GIT PULL] libata fixes for v4.5-rc6
Hello, Linus. Assorted fixes for libata drivers. * Turns out HDIO_GET_32BIT ioctl was subtly broken all along. * Recent update to ahci external por
View Article[PATCH net-next] hv_netvsc: Move subchannel waiting to...
During hot add, vmbus_device_register() is called from vmbus_onoffer(), on the same workqueue as the subchannel offer message work-queue, so subchann
View Article[PATCH v7 0/3] Add host controller drivers for Cavium ThunderX PCI
From: David Daney <david.daney@cavium.com> Some Cavium ThunderX processors require quirky access methods for the config space of the PCIe bridge. Th
View Article[PATCH v7 1/3] PCI: generic: Refactor code to enable reuse by other drivers.
From: David Daney <david.daney@cavium.com> No change in functionality. Move structure definitions into a separate header file. Move common code to
View Article[PATCH v7 2/3] pci, pci-thunder-pem: Add PCIe host driver for ThunderX...
From: David Daney <david.daney@cavium.com> The root complexes used to access off-chip PCIe devices (called PEM units in the hardware manuals) on some
View Article[PATCH v7 3/3] pci, pci-thunder-ecam: Add driver for ThunderX-pass{1,2}...
From: David Daney <david.daney@cavium.com> The cavium,pci-thunder-ecam devices are exactly ECAM based PCI root complexes. These root complexes (loos
View Article[ANNOUNCE] Git v2.8.0-rc1
A release candidate Git v2.8.0-rc1 is now available for testing at the usual places. It is comprised of 453 non-merge commits since v2.7.0, contribut
View Article[PATCH v2] x86: PAT: Documentation: rewrite "MTRR effects on PAT /...
The current documentation refers to using set_memory_wc() as a possible hole strategy when you have overlapping ioremap() regions, that's incorrect as
View Article[PATCH] udp6: fix UDP/IPv6 encap resubmit path
IPv4 interprets a negative return value from a protocol handler as a request to redispatch to a new protocol. In contrast, IPv6 interprets a negative
View Article[PATCH] steal_account_process_tick() should return jiffies
The callers of steal_account_process_tick() expect it to return whether the last jiffy was stolen or not. Currently the return value of steal_acc
View Article[PATCH v2] bsp: add SoC driver to brcmstb
From: Justin Chen <justin.chen@broadcom.com> Value of soc_dev_attributes: family = chip family id soc_id = product id revision = product revision Si
View ArticleSuspicious code in tun_flow_update()
Hello, If tun_flow_find() successfully finds tun_flow_entry, tun_flow_update() updates the entry in place. Is such usage of RCU safe here? Found by
View Article[PATCH 1/2] drm/rockchip: dw_hdmi: Call drm_encoder_cleanup() in error path
The drm_encoder_cleanup() was missing both from the error path of dw_hdmi_rockchip_bind(). This caused a crash when slub_debug was enabled and we end
View Article[PATCH 2/2] drm/rockchip: vop: Fix vop crtc cleanup
This fixes a few problems in the vop crtc cleanup (handling error paths and cleanup upon exit): * The vop_create_crtc() error path had an unsafe vers
View Article[GIT PULL] SCSI fixes for 4.5-rc6
Two fairly simple fixes. One is a regression with ipr firmware loading caused by one of the trivial patches in the last merge window which failed to
View Article[GIT PULL] Power management and ACPI fixes for v4.5-rc7
Hi Linus, Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ pm+acpi-4.5-rc7 to receive power management and AC
View Article[PATCH] drm: Check for connector->state NULL in...
On a system I'm doing development on I found a crash. The crawl looked like: PC is at drm_atomic_add_affected_connectors+0x98/0xe8 ... drm_ato
View Article[PATCH] nbd: use correct div_s64 helper
The do_div() macro now checks its arguments for the correct type, and refuses anything other than u64, so we get a warning about nbd_ioctl passing in
View Article