public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-08 10:57:44 to 2018-01-08 13:20:16 UTC [more...]

[PATCH v6 00/10] Retpoline: Avoid speculative indirect calls in kernel
 2018-01-08 13:20 UTC  (17+ messages)
` [PATCH v6 01/10] x86/retpoline: Add initial retpoline support
` [PATCH v6 10/10] x86/retpoline: Exclude objtool with retpoline

[GIT PULL]: soundwire updates
 2018-01-08 13:20 UTC  (2+ messages)

[PATCH 4.14 00/38] 4.14.13-stable review
 2018-01-08 12:59 UTC  (38+ messages)
` [PATCH 4.14 01/38] x86/mm: Set MODULES_END to 0xffffffffff000000
` [PATCH 4.14 02/38] x86/mm: Map cpu_entry_area at the same place on 4/5 level
` [PATCH 4.14 03/38] x86/kaslr: Fix the vaddr_end mess
` [PATCH 4.14 04/38] x86/events/intel/ds: Use the proper cache flush method for mapping ds buffers
` [PATCH 4.14 05/38] x86/tlb: Drop the _GPL from the cpu_tlbstate export
` [PATCH 4.14 06/38] x86/alternatives: Add missing \n at end of ALTERNATIVE inline asm
` [PATCH 4.14 07/38] x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
` [PATCH 4.14 08/38] kernel/acct.c: fix the acct->needcheck check in check_free_space()
` [PATCH 4.14 09/38] mm/mprotect: add a cond_resched() inside change_pmd_range()
` [PATCH 4.14 10/38] mm/sparse.c: wrong allocation for mem_section
` [PATCH 4.14 11/38] userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK fails
` [PATCH 4.14 12/38] btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
` [PATCH 4.14 14/38] crypto: n2 - cure use after free
` [PATCH 4.14 15/38] crypto: chacha20poly1305 - validate the digest size
` [PATCH 4.14 16/38] crypto: pcrypt - fix freeing pcrypt instances
` [PATCH 4.14 17/38] crypto: chelsio - select CRYPTO_GF128MUL
` [PATCH 4.14 18/38] drm/i915: Disable DC states around GMBUS on GLK
` [PATCH 4.14 19/38] drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
` [PATCH 4.14 20/38] sunxi-rsb: Include OF based modalias in device uevent
` [PATCH 4.14 21/38] fscache: Fix the default for fscache_maybe_release_page()
` [PATCH 4.14 22/38] x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()
` [PATCH 4.14 23/38] x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
` [PATCH 4.14 24/38] kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL
` [PATCH 4.14 25/38] kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals
` [PATCH 4.14 26/38] kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal()
` [PATCH 4.14 27/38] iommu/arm-smmu-v3: Dont free page table ops twice
` [PATCH 4.14 28/38] iommu/arm-smmu-v3: Cope with duplicated Stream IDs
` [PATCH 4.14 29/38] ARC: uaccess: dont use "l" gcc inline asm constraint modifier
` [PATCH 4.14 30/38] powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
` [PATCH 4.14 31/38] Input: elantech - add new icbody type 15
` [PATCH 4.14 32/38] x86/microcode/AMD: Add support for fam17h microcode loading
` [PATCH 4.14 33/38] apparmor: fix regression in mount mediation when feature set is pinned
` [PATCH 4.14 34/38] parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel
` [PATCH 4.14 35/38] parisc: qemu idle sleep support
` [PATCH 4.14 36/38] mtd: nand: pxa3xx: Fix READOOB implementation
` [PATCH 4.14 37/38] KVM: s390: fix cmma migration for multiple memory slots
` [PATCH 4.14 38/38] KVM: s390: prevent buffer overrun on memory hotplug during migration

[GIT PULL] phy: for 4.16
 2018-01-08 13:18 UTC  (2+ messages)

INFO: rcu detected stall in mulaw_decode
 2018-01-08 13:16 UTC  (3+ messages)

stable-rc/linux-4.4.y build: 178 builds: 4 failed, 174 passed, 8 errors (v4.4.110-18-g5da3d9af3a4b)
 2018-01-08 13:16 UTC 

INFO: rcu detected stall in memcpy
 2018-01-08 13:15 UTC  (7+ messages)

[PATCH 4.9 00/21] 4.9.76-stable review
 2018-01-08 12:59 UTC  (22+ messages)
` [PATCH 4.9 01/21] kernel/acct.c: fix the acct->needcheck check in check_free_space()
` [PATCH 4.9 02/21] crypto: n2 - cure use after free
` [PATCH 4.9 03/21] crypto: chacha20poly1305 - validate the digest size
` [PATCH 4.9 04/21] crypto: pcrypt - fix freeing pcrypt instances
` [PATCH 4.9 05/21] sunxi-rsb: Include OF based modalias in device uevent
` [PATCH 4.9 06/21] fscache: Fix the default for fscache_maybe_release_page()
` [PATCH 4.9 07/21] nbd: fix use-after-free of rq/bio in the xmit path
` [PATCH 4.9 08/21] kernel: make groups_sort calling a responsibility group_info allocators
` [PATCH 4.9 09/21] kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL
` [PATCH 4.9 10/21] kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals
` [PATCH 4.9 11/21] kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal()
` [PATCH 4.9 12/21] iommu/arm-smmu-v3: Dont free page table ops twice
` [PATCH 4.9 13/21] iommu/arm-smmu-v3: Cope with duplicated Stream IDs
` [PATCH 4.9 14/21] ARC: uaccess: dont use "l" gcc inline asm constraint modifier
` [PATCH 4.9 15/21] Input: elantech - add new icbody type 15
` [PATCH 4.9 16/21] x86/microcode/AMD: Add support for fam17h microcode loading
` [PATCH 4.9 17/21] parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel
` [PATCH 4.9 18/21] parisc: qemu idle sleep support
` [PATCH 4.9 19/21] mtd: nand: pxa3xx: Fix READOOB implementation
` [PATCH 4.9 20/21] x86/tlb: Drop the _GPL from the cpu_tlbstate export
` [PATCH 4.9 21/21] Map the vsyscall page with _PAGE_USER

[PATCH] phy: work around 'phys' references to usb-phy devices
 2018-01-08 13:01 UTC 

[BUG] schedutil governor produces regular max freq spikes because of lockup detector watchdog threads
 2018-01-08 13:10 UTC  (4+ messages)

[PATCH] crypto: clear htmldocs build warnings for crypto/hash
 2018-01-08 13:11 UTC  (2+ messages)

[PATCH 0/3] misc-IBM ASM SP: Adjustments for ibmasm_init_one()
 2018-01-08 13:10 UTC  (4+ messages)
` [PATCH 1/3] misc/ibmasm: Delete an error message for a failed memory allocation in ibmasm_init_one()
` [PATCH 2/3] misc/ibmasm: Improve a size determination "
` [PATCH 3/3] misc/ibmasm: Adjust two function calls together with a variable assignment

[PATCH 4.4 00/22] 4.4.111-stable review
 2018-01-08 12:59 UTC  (23+ messages)
` [PATCH 4.4 01/22] x86/kasan: Write protect kasan zero shadow
` [PATCH 4.4 02/22] kernel/acct.c: fix the acct->needcheck check in check_free_space()
` [PATCH 4.4 03/22] crypto: n2 - cure use after free
` [PATCH 4.4 04/22] crypto: chacha20poly1305 - validate the digest size
` [PATCH 4.4 05/22] crypto: pcrypt - fix freeing pcrypt instances
` [PATCH 4.4 06/22] sunxi-rsb: Include OF based modalias in device uevent
` [PATCH 4.4 07/22] fscache: Fix the default for fscache_maybe_release_page()
` [PATCH 4.4 08/22] kernel: make groups_sort calling a responsibility group_info allocators
` [PATCH 4.4 09/22] kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL
` [PATCH 4.4 10/22] kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals
` [PATCH 4.4 11/22] kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal()
` [PATCH 4.4 12/22] ARC: uaccess: dont use "l" gcc inline asm constraint modifier
` [PATCH 4.4 13/22] Input: elantech - add new icbody type 15
` [PATCH 4.4 14/22] x86/microcode/AMD: Add support for fam17h microcode loading
` [PATCH 4.4 15/22] parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernel
` [PATCH 4.4 16/22] mtd: nand: pxa3xx: Fix READOOB implementation
` [PATCH 4.4 17/22] x86/tlb: Drop the _GPL from the cpu_tlbstate export
` [PATCH 4.4 18/22] genksyms: Handle string literals with spaces in reference files
` [PATCH 4.4 19/22] module: keep percpu symbols in modules symtab
` [PATCH 4.4 20/22] module: Issue warnings when tainting kernel
` [PATCH 4.4 21/22] proc: much faster /proc/vmstat
` [PATCH 4.4 22/22] Map the vsyscall page with _PAGE_USER

[PATCH 11/45] drivers: misc: remove duplicate includes
 2018-01-08 13:02 UTC  (2+ messages)

[RFCv2 0/4] API for inhibiting speculative arbitrary read primitives
 2018-01-08 12:59 UTC  (4+ messages)
` [RFCv2 4/4] bpf: inhibit speculated out-of-bounds pointers

[PATCH 0/3] Some small clean-ups in genwqe
 2018-01-08 12:57 UTC  (2+ messages)

[PATCH] media: intel-ipu3: cio2: mark more PM functions as __maybe_unused
 2018-01-08 12:57 UTC 

[PATCH] MAINTAINERS, nilfs2: change project home URLs
 2018-01-08 12:55 UTC 

[PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
 2018-01-08 12:56 UTC  (4+ messages)
` [PATCH v4 19/19] fs: handle inode->i_version more efficiently

[PATCH] perf: arm_dsu_pmu: convert to bitmap_from_arr32
 2018-01-08 12:56 UTC  (2+ messages)

[PATCH] drm/amdgpu: use %pap format string for phys_addr_t
 2018-01-08 12:53 UTC 

dvb usb issues since kernel 4.9
 2018-01-08 12:53 UTC  (5+ messages)

[PATCH] media: i2c: ov7740: add media-controller dependency
 2018-01-08 12:52 UTC 

[PATCH] net: gianfar_ptp: move set_fipers() to spinlock protecting area
 2018-01-08 12:53 UTC  (2+ messages)

[PATCH v3 0/4] Address error and recovery for AER and DPC
 2018-01-08 12:52 UTC  (3+ messages)
` [PATCH v3 1/3] PCI/AER: factor out error reporting from AER

[GIT PULL 00/25] LightNVM updates for 4.16
 2018-01-08 12:53 UTC  (6+ messages)
` [GIT PULL 24/25] lightnvm: pblk: add iostat support

[RFC] syzbot process
 2018-01-08 12:51 UTC  (9+ messages)

[PATCH 0/3] GenWQE: Adjustments for some function implementations
 2018-01-08 12:50 UTC  (7+ messages)
` [PATCH 1/3] GenWQE: Delete an error message for a failed memory allocation in genwqe_user_vmap()
` [PATCH 2/3] GenWQE: Fix a typo in two comments
` [PATCH 3/3] GenWQE: Adjust 12 checks for null pointers

[PATCH v2 0/8] IBRS patch series
 2018-01-08 12:47 UTC  (4+ messages)
` [PATCH v2 4/8] x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature

[PATCH] [media] dibx000_common: use strlcpy() instead of strncpy()
 2018-01-08 12:52 UTC 

[PATCH v2 0/2] acpi, x86: Add SPCR table support
 2018-01-08 12:46 UTC  (4+ messages)
` [PATCH v2 1/2] acpi, spcr: Make SPCR avialable to other architectures

[PATCH] scsi: mptfusion: use strlcpy() instead of strncpy()
 2018-01-08 12:49 UTC 

[PATCH v4 2/2] misc: xlnx_vcu: Add Xilinx ZYNQMP VCU logicoreIP init driver
 2018-01-08 12:43 UTC  (3+ messages)
` [PATCH v6 0/2] Documentation and driver of logicoreIP

[PATCH 0/2] serdev: bus-code clean ups
 2018-01-08 12:42 UTC  (3+ messages)
` [PATCH 1/2] serdev: do not generate modaliases for controllers
` [PATCH 2/2] serdev: only match serdev devices

[PATCH -next] ASoC: mediatek: mt2701: fix return value check in mt2701_afe_pcm_dev_probe()
 2018-01-08 12:35 UTC  (2+ messages)
` Applied "ASoC: mediatek: mt2701: fix return value check in mt2701_afe_pcm_dev_probe()" to the asoc tree

[PATCH] spi: imx: do not access registers while clocks disabled
 2018-01-08 12:36 UTC  (2+ messages)
` Applied "spi: imx: do not access registers while clocks disabled" to the spi tree

Applied "regmap: Add SoundWire bus support" to the regmap tree
 2018-01-08 12:36 UTC 

[PATCH] media: media-device: use strlcpy() instead of strncpy()
 2018-01-08 12:40 UTC 

[PATCH -next] ASoC: fsl_ssi: Fix build error
 2018-01-08 12:35 UTC  (2+ messages)
` Applied "ASoC: fsl_ssi: Fix build error" to the asoc tree

[PATCH] ASoC: rockchip: i2s: Support mono capture
 2018-01-08 12:35 UTC  (2+ messages)
` Applied "ASoC: rockchip: i2s: Support mono capture" to the asoc tree

[PATCH V2 0/5] Add regulator suspend and resume support
 2018-01-08 12:35 UTC  (6+ messages)
` [PATCH V2 1/5] bindings: regulator: added support for suspend states

[PATCH] soc: xilinx: Create folder structure for soc specific drivers
 2018-01-08 12:34 UTC  (2+ messages)

[PATCH 06/18] x86, barrier: stop speculation for failed access_ok
 2018-01-08 12:33 UTC  (15+ messages)

[PATCH] media: v4l: xilinx: Use SPDX-License-Identifier
 2018-01-08 12:30 UTC  (8+ messages)

[PATCH 0/2] Remove custom crc32c init code from btrfs
 2018-01-08 12:30 UTC  (3+ messages)

cgroups(7): extending man-pages documentation for cgroups v2
 2018-01-08 12:29 UTC  (2+ messages)

[PATCH] test_hexdump: use memcpy() to avoid warning print
 2018-01-08 12:34 UTC 

[PATCH] cgroup/cpuset: fix circular locking dependency
 2018-01-08 12:28 UTC  (11+ messages)

[patch v7 0/3] rivers/platform: replace module x86/mlxcpld-hotplug with mellanox/mlxreg-hotplug
 2018-01-08 14:16 UTC  (4+ messages)
` [patch v7 1/3] platform/x86: move Mellanox hardware platform hotplug driver to platform/mellanox
` [patch v7 2/3] platform/mellanox: mlxreg-hotplug: allow driver for ARM architecture
` [patch v7 3/3] platform/mellanox: mlxreg-hotplug: modify to use regmap intreface

[PATCH v2 00/11] arm64 kpti hardening and variant 2 workarounds
 2018-01-08 12:16 UTC  (3+ messages)
` [PATCH v2 07/11] arm64: Add skeleton to harden the branch predictor against aliasing attacks

[PATCH] orangefs: use correct string length
 2018-01-08 12:22 UTC 

[PATCH 00/12] perf: Assorted fixes
 2018-01-08 12:15 UTC  (5+ messages)
` [PATCH 03/12] perf: Allocate context task_ctx_data for child event
` [PATCH 06/12] perf: Return empty callchain instead of NULL

[PATCH][RESEND] cgroup, docs: document the root cgroup behavior of cpu and io controllers
 2018-01-08 12:15 UTC  (2+ messages)

[PATCH] fs/hfsplus: use memcpy() instead of strncpy()
 2018-01-08 12:17 UTC 

LKML admins (syzbot emails are not delivered)
 2018-01-08 12:11 UTC  (7+ messages)

WARNING: held lock freed!
 2018-01-08 12:09 UTC  (3+ messages)

[PATCH] staging: iio: light: Add breaks to lengthy lines
 2018-01-08 12:02 UTC  (6+ messages)

[PATCH 1/3] regcache: flat: Use cache element type in sizeof
 2018-01-08 12:08 UTC  (4+ messages)
` [PATCH 3/3] regcache: flat: Add valid bit to this cache type

[PATCH] auxdisplay: use correct string length
 2018-01-08 12:08 UTC 

KASAN: use-after-free Read in work_is_static_object
 2018-01-08 11:58 UTC  (2+ messages)

[PATCH] ipmi: use correct string length
 2018-01-08 12:01 UTC 

[PATCH] usb: gadget: uvc:change the UVC_NUM_REQUESTS value
 2018-01-08 11:54 UTC  (2+ messages)

[PATCH 00/18] prevent bounds-check bypass via speculative execution
 2018-01-08 11:55 UTC  (9+ messages)
` [PATCH 07/18] [media] uvcvideo: "

[patch V2 1/2] sysfs/cpu: Add vulnerability folder
 2018-01-08 11:54 UTC  (4+ messages)

[PATCH] usb: dwc3: gadget: decrease the queued_requests in removal
 2018-01-08 11:52 UTC  (2+ messages)

[PATCH] usb: dwc3: gadget:Core consumes a trb software to fill a trb, in ISO
 2018-01-08 11:50 UTC  (4+ messages)

[PATCH] block: remove unused return type for invalidate_partitions
 2018-01-08 11:51 UTC 

[PATCH] usb:dwc3:fix access poisoned list_head in dwc3_gadget_giveback
 2018-01-08 11:46 UTC  (2+ messages)

[PATCH] tools: hv: include string.h in hv_fcopy_daemon
 2018-01-08 11:40 UTC 

[PATCH] tools: fix cross-compile var export
 2018-01-08 11:45 UTC  (7+ messages)
` [PATCH v2] tools: fix cross-compile var clobbering

[PATCH] btrfs: use correct string length
 2018-01-08 11:51 UTC 

[PATCH 0/6] [media] omap_vout: Adjustments for three function implementations
 2018-01-08 11:44 UTC  (8+ messages)
  ` Adjustments for a lot of "

[PATCH] iommu/of: Only do IOMMU lookup for available ones
 2018-01-08 11:45 UTC  (2+ messages)

[PATCH] net: caif: use strlcpy() instead of strncpy()
 2018-01-08 11:43 UTC 

[PATCH] Staging: iio: Prefer using BIT macro
 2018-01-08 11:32 UTC  (4+ messages)

revamp vmem_altmap / dev_pagemap handling V3
 2018-01-08 11:26 UTC  (2+ messages)

[PATCH 1/2] f2fs: show precise # of blocks that user/root can use
 2018-01-08 11:23 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH] Revert "ARM: dts: bcm283x: Fix DTC warnings about missing phy-cells"
 2018-01-08 11:22 UTC  (6+ messages)

[alsa-devel][PATCH v8] ASoC: TSCS42xx: Add support for Tempo Semiconductor's TSCS42xx audio CODEC
 2018-01-08 11:20 UTC  (2+ messages)

[GIT PULL] tpmdd updates for v4.16
 2018-01-08 11:18 UTC 

[PATCH v17 0/5] ZII RAVE platform driver
 2018-01-08 11:15 UTC  (9+ messages)
` [GIT PULL] Immutable branch between MFD, TTY and Watchdog due for the v4.16 merge window

WARNING: CPU: 0 PID: 0 at ./include/linux/netfilter.h:233 arp_rcv
 2018-01-08 11:14 UTC  (3+ messages)

Mailbox authentication Updates!!
 2018-01-08 11:08 UTC 

[PATCH v1 2/3] x86/cpu/AMD: Use LFENCE_RDTSC instead of MFENCE_RDTSC
 2018-01-08 11:10 UTC  (5+ messages)
` [tip:x86/pti] "

[PATCH v4 4/4] ARM: pinctrl: sunxi-pinctrl: fix pin funtion can not be match correctly
 2018-01-08 11:08 UTC  (3+ messages)

[PATCH] f2fs: add resgid and resuid to reserve root blocks
 2018-01-08 11:01 UTC  (2+ messages)

general protection fault in free_verifier_state (2)
 2018-01-08 10:58 UTC 

[PATCH] kvm/vmx: Use local vmx variable in vmx_get_msr()
 2018-01-08 10:57 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox