linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-04 15:05:04 to 2017-12-04 16:33:07 UTC [more...]

[PATCH 4.4 00/27] 4.4.104-stable review
 2017-12-04 15:59 UTC  (12+ messages)
` [PATCH 4.4 02/27] ipsec: Fix aborted xfrm policy dump crash
` [PATCH 4.4 04/27] x86/efi: Hoist page table switching code into efi_call_virt()
` [PATCH 4.4 06/27] ARM: dts: omap3: logicpd-torpedo-37xx-devkit: Fix MMC1 cd-gpio
` [PATCH 4.4 07/27] x86/efi-bgrt: Fix kernel panic when mapping BGRT data
` [PATCH 4.4 09/27] mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
` [PATCH 4.4 10/27] mm/madvise.c: fix madvise() infinite loop under special circumstances
` [PATCH 4.4 11/27] btrfs: clear space cache inode generation always
` [PATCH 4.4 17/27] bcache: Fix building error on MIPS
` [PATCH 4.4 20/27] drm/panel: simple: Add missing panel_simple_unprepare() calls
` [PATCH 4.4 21/27] mtd: nand: Fix writing mtdoops to nand flash
` [PATCH 4.4 25/27] nfsd: Make init_open_stateid() a bit more whole

[PATCH 4.9 00/38] 4.9.67-stable review
 2017-12-04 16:00 UTC  (26+ messages)
` [PATCH 4.9 02/38] ARM: dts: omap3: logicpd-torpedo-37xx-devkit: Fix MMC1 cd-gpio
` [PATCH 4.9 03/38] mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
` [PATCH 4.9 04/38] mm/cma: fix alloc_contig_range ret code/potential leak
` [PATCH 4.9 05/38] mm, hugetlbfs: introduce ->split() to vm_operations_struct
` [PATCH 4.9 06/38] mm/madvise.c: fix madvise() infinite loop under special circumstances
` [PATCH 4.9 07/38] btrfs: clear space cache inode generation always
` [PATCH 4.9 08/38] nfsd: Fix stateid races between OPEN and CLOSE
` [PATCH 4.9 09/38] nfsd: Fix another OPEN stateid race
` [PATCH 4.9 10/38] nfsd: fix panic in posix_unblock_lock called from nfs4_laundromat
` [PATCH 4.9 11/38] mfd: twl4030-power: Fix pmic for boards that need vmmc1 on reboot
` [PATCH 4.9 12/38] ARM: OMAP2+: Fix WL1283 Bluetooth Baud Rate
` [PATCH 4.9 16/38] KVM: lapic: Split out x2apic ldr calculation
` [PATCH 4.9 18/38] mmc: core: Do not leave the block driver in a suspended state
` [PATCH 4.9 19/38] mmc: core: prepend 0x to OCR entry in sysfs
` [PATCH 4.9 21/38] eeprom: at24: correctly set the size for at24mac402
` [PATCH 4.9 22/38] eeprom: at24: check at24_read/write arguments
` [PATCH 4.9 24/38] bcache: Fix building error on MIPS
` [PATCH 4.9 25/38] hwmon: (jc42) optionally try to disable the SMBUS timeout
` [PATCH 4.9 26/38] nvme-pci: add quirk for delay before CHK RDY for WDC SN200
` [PATCH 4.9 30/38] drm/radeon: fix atombios on big endian
` [PATCH 4.9 31/38] drm/panel: simple: Add missing panel_simple_unprepare() calls
` [PATCH 4.9 32/38] drm/hisilicon: Ensure LDI regs are properly configured
` [PATCH 4.9 34/38] drm/amd/pp: fix typecast error in powerplay
` [PATCH 4.9 35/38] Revert "x86/entry/64: Add missing irqflags tracing to native_load_gs_index()"
` [PATCH 4.9 36/38] NFS: revalidate "." etc correctly on "open"

KASAN: slab-out-of-bounds Read in strcmp
 2017-12-04 16:29 UTC  (6+ messages)

[PATCH] um: Convert ubd driver to blk-mq
 2017-12-04 16:29 UTC  (2+ messages)

[PATCH 4.14 00/95] 4.14.4-stable review
 2017-12-04 16:00 UTC  (74+ messages)
` [PATCH 4.14 02/95] mm, memory_hotplug: do not back off draining pcp free pages from kworker context
` [PATCH 4.14 03/95] mm, oom_reaper: gather each vma to prevent leaking TLB entry
` [PATCH 4.14 04/95] mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
` [PATCH 4.14 05/95] mm/cma: fix alloc_contig_range ret code/potential leak
` [PATCH 4.14 06/95] mm: fix device-dax pud write-faults triggered by get_user_pages()
` [PATCH 4.14 07/95] mm, hugetlbfs: introduce ->split() to vm_operations_struct
` [PATCH 4.14 08/95] device-dax: implement ->split() to catch invalid munmap attempts
` [PATCH 4.14 09/95] mm: introduce get_user_pages_longterm
` [PATCH 4.14 10/95] mm: fail get_vaddr_frames() for filesystem-dax mappings
` [PATCH 4.14 11/95] v4l2: disable filesystem-dax mapping support
` [PATCH 4.14 12/95] IB/core: disable memory registration of filesystem-dax vmas
` [PATCH 4.14 13/95] exec: avoid RLIMIT_STACK races with prlimit()
` [PATCH 4.14 14/95] mm/madvise.c: fix madvise() infinite loop under special circumstances
` [PATCH 4.14 16/95] mm, memcg: fix mem_cgroup_swapout() for THPs
` [PATCH 4.14 17/95] fs/fat/inode.c: fix sb_rdonly() change
` [PATCH 4.14 18/95] autofs: revert "autofs: take more care to not update last_used on path walk"
` [PATCH 4.14 19/95] autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"
` [PATCH 4.14 20/95] mm/hugetlb: fix NULL-pointer dereference on 5-level paging machine
` [PATCH 4.14 21/95] btrfs: clear space cache inode generation always
` [PATCH 4.14 22/95] nfsd: Fix stateid races between OPEN and CLOSE
` [PATCH 4.14 23/95] nfsd: Fix another OPEN stateid race
` [PATCH 4.14 24/95] nfsd: fix panic in posix_unblock_lock called from nfs4_laundromat
` [PATCH 4.14 25/95] crypto: algif_aead - skip SGL entries with NULL page
` [PATCH 4.14 26/95] crypto: af_alg - remove locking in async callback
` [PATCH 4.14 28/95] lockd: lost rollback of set_grace_period() in lockd_down_net()
` [PATCH 4.14 29/95] s390: revert ELF_ET_DYN_BASE base changes
` [PATCH 4.14 30/95] drm: omapdrm: Fix DPI on platforms using the DSI VDDS
` [PATCH 4.14 31/95] omapdrm: hdmi4: Correct the SoC revision matching
` [PATCH 4.14 32/95] apparmor: fix oops in audit_signal_cb hook
` [PATCH 4.14 33/95] arm64: module-plts: factor out PLT generation code for ftrace
` [PATCH 4.14 34/95] arm64: ftrace: emit ftrace-mod.o contents through code
` [PATCH 4.14 35/95] powerpc/powernv: Fix kexec crashes caused by tlbie tracing
` [PATCH 4.14 36/95] powerpc/kexec: Fix kexec/kdump in P9 guest kernels
` [PATCH 4.14 40/95] KVM: lapic: Split out x2apic ldr calculation
` [PATCH 4.14 41/95] KVM: lapic: Fixup LDR on load in x2apic
` [PATCH 4.14 42/95] mmc: sdhci: Avoid swiotlb buffer being full
` [PATCH 4.14 43/95] mmc: block: Fix missing blk_put_request()
` [PATCH 4.14 44/95] mmc: block: Check return value of blk_get_request()
` [PATCH 4.14 45/95] mmc: core: Do not leave the block driver in a suspended state
` [PATCH 4.14 46/95] mmc: block: Ensure that debugfs files are removed
` [PATCH 4.14 47/95] mmc: core: prepend 0x to pre_eol_info entry in sysfs
` [PATCH 4.14 48/95] mmc: core: prepend 0x to OCR "
` [PATCH 4.14 49/95] ACPI / EC: Fix regression related to PM ops support in ECDT device
` [PATCH 4.14 50/95] eeprom: at24: fix reading from 24MAC402/24MAC602
` [PATCH 4.14 51/95] eeprom: at24: correctly set the size for at24mac402
` [PATCH 4.14 52/95] eeprom: at24: check at24_read/write arguments
` [PATCH 4.14 53/95] i2c: i801: Fix Failed to allocate irq -2147483648 error
` [PATCH 4.14 54/95] cxl: Check if vphb exists before iterating over AFU devices
` [PATCH 4.14 55/95] bcache: Fix building error on MIPS
` [PATCH 4.14 56/95] bcache: only permit to recovery read error when cache device is clean
` [PATCH 4.14 57/95] bcache: recover data from backing when data "
` [PATCH 4.14 58/95] hwmon: (jc42) optionally try to disable the SMBUS timeout
` [PATCH 4.14 59/95] nvme-pci: add quirk for delay before CHK RDY for WDC SN200
` [PATCH 4.14 63/95] drm/amdgpu: correct reference clock value on vega10
` [PATCH 4.14 65/95] drm/amdgpu: Properly allocate VM invalidate eng v2
` [PATCH 4.14 66/95] drm/amdgpu: Remove check which is not valid for certain VBIOS
` [PATCH 4.14 73/95] drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode()
` [PATCH 4.14 74/95] drm/radeon: fix atombios on big endian
` [PATCH 4.14 75/95] drm/panel: simple: Add missing panel_simple_unprepare() calls
` [PATCH 4.14 76/95] drm/hisilicon: Ensure LDI regs are properly configured
` [PATCH 4.14 78/95] drm/amd/pp: fix typecast error in powerplay
` [PATCH 4.14 79/95] drm/fb_helper: Disable all crtcs when initial setup fails
` [PATCH 4.14 80/95] drm/fsl-dcu: Dont set connector DPMS property
` [PATCH 4.14 84/95] include/linux/compiler-clang.h: handle randomizable anonymous structs
` [PATCH 4.14 85/95] IB/core: Do not warn on lid conversions for OPA
` [PATCH 4.14 86/95] IB/hfi1: "
` [PATCH 4.14 87/95] e1000e: fix the use of magic numbers for buffer overrun issue
` [PATCH 4.14 88/95] md: forbid a RAID5 from having both a bitmap and a journal
` [PATCH 4.14 89/95] drm/i915: Fix false-positive assert_rpm_wakelock_held in i915_pmic_bus_access_notifier v2
` [PATCH 4.14 90/95] drm/i915: Re-register PMIC bus access notifier on runtime resume
` [PATCH 4.14 91/95] drm/i915/fbdev: Serialise early hotplug events with async fbdev config
` [PATCH 4.14 92/95] drm/i915/gvt: Correct ADDR_4K/2M/1G_MASK definition
` [PATCH 4.14 95/95] Revert "x86/entry/64: Add missing irqflags tracing to native_load_gs_index()"

[PATCH] perf tools: set GUI mode after returning from perf_session__new()
 2017-12-04 16:28 UTC  (5+ messages)

[PATCH] Introduce a NETDEV LED trigger
 2017-12-04 16:25 UTC  (4+ messages)
` [PATCH] leds: trigger: Introduce a NETDEV trigger

[PATCHv5 1/1] ima: re-introduce own integrity cache lock
 2017-12-04 16:30 UTC  (5+ messages)

[PATCH 00/10] Handle return value of platform_get_*
 2017-12-04 16:24 UTC  (4+ messages)
` [PATCH 03/10] net: ezchip: nps_enet: Fix platform_get_irq's error checking

[PATCH V5 4/7] OF: properties: Implement get_match_data() callback
 2017-12-04 16:23 UTC  (2+ messages)

4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable)
 2017-12-04 16:21 UTC  (11+ messages)

[PATCH v4 1/4] phylib: Add device reset GPIO support
 2017-12-04 16:20 UTC  (3+ messages)
` [PATCH v4.1] "

[PATCH resend v2] mux: core: Fix double get_device()
 2017-12-04 16:18 UTC  (2+ messages)

[PATCH V2] Xen/pciback: Implement PCI slot or bus reset with 'do_flr' SysFS attribute
 2017-12-04 16:16 UTC  (10+ messages)
  ` [Xen-devel] "

[PATCH net-next v2] net: dsa: Allow compiling out legacy support
 2017-12-04 16:15 UTC  (2+ messages)

[PATCH v2 00/31] Replacing net_mutex with rw_semaphore
 2017-12-04 16:11 UTC  (4+ messages)

[PATCH v13 1/5] serdev: Make .remove in struct serdev_device_driver optional
 2017-12-04 16:11 UTC  (5+ messages)
` [PATCH v13 2/5] serdev: Introduce devm_serdev_device_open()
` [PATCH v13 3/5] mfd: Add driver for RAVE Supervisory Processor
` [PATCH v13 4/5] watchdog: Add RAVE SP watchdog driver
` [PATCH v13 5/5] dt-bindings: watchdog: Add bindings for "

[PATCH 0/5] blkcg: Limit maximum number of aio requests available for cgroup
 2017-12-04 16:13 UTC  (6+ messages)
` [PATCH 1/5] aio: Move aio_nr increment to separate function
` [PATCH 2/5] aio: Export aio_nr_lock and aio_max_nr initial value to include/linux/aio.h
` [PATCH 3/5] blkcg: Add blkcg::blkg_aio_nr and blkcg::blkg_aio_max_nr
` [PATCH 4/5] blkcg: Charge aio requests in blkio cgroup hierarchy
` [PATCH 5/5] blkcg: Add cgroup file to configure blkcg::blkg_aio_max_nr

[PATCH v3 0/5] kasan: support alloca, LLVM
 2017-12-04 16:14 UTC  (3+ messages)
` [PATCH v3 2/5] kasan/Makefile: Support LLVM style asan parameters

[PATCH tip/core/rcu 0/20] Torture-test updates for v4.16
 2017-12-04 16:11 UTC  (6+ messages)
` [PATCH tip/core/rcu 02/20] torture: Prepare scripting for shift from %p to %pK

[PATCH 0/4] Move DP phy switch to PHY driver
 2017-12-04 16:08 UTC  (5+ messages)

[PATCH 1/1] gianfar: fix a flooded alignment reports because of padding issue
 2017-12-04 16:06 UTC  (2+ messages)

polarity inversion on LS1021a
 2017-12-04 16:04 UTC  (5+ messages)

[PATCH v2] perf tools: set browser mode right before setup_browser()
 2017-12-04 16:02 UTC 

UDL's fbdev doesn't work for user-space apps
 2017-12-04 16:00 UTC  (7+ messages)
  ` xf86-video-armada via UDL [was: Re: UDL's fbdev doesn't work for user-space apps]

[PATCH] x86/mm: Rewrite sme_populate_pgd() in a more sensible way
 2017-12-04 16:00 UTC  (4+ messages)

[PATCH 3.18 00/12] 3.18.86-stable review
 2017-12-04 15:59 UTC  (6+ messages)
` [PATCH 3.18 01/12] netlink: add a start callback for starting a netlink dump
` [PATCH 3.18 02/12] ipsec: Fix aborted xfrm policy dump crash
` [PATCH 3.18 04/12] mm/madvise.c: fix madvise() infinite loop under special circumstances
` [PATCH 3.18 08/12] eeprom: at24: check at24_read/write arguments
` [PATCH 3.18 09/12] drm/panel: simple: Add missing panel_simple_unprepare() calls

KASAN: use-after-free Write in aead_recvmsg
 2017-12-04 15:57 UTC 

[PATCH] Kconfig: Make STRICT_DEVMEM default-y on x86 and arm64
 2017-12-04 15:56 UTC  (2+ messages)

[PATCH] sched/isolation: Make NO_HZ_FULL select CPU_ISOLATION
 2017-12-04 15:53 UTC  (4+ messages)

[PATCH] arch/tile: mark as orphaned
 2017-12-04 15:52 UTC 

[PATCH] ACPI / LPSS: Add device link for CHT SD card dependency on I2C
 2017-12-04 15:52 UTC  (3+ messages)

[PATCH v2 0/2] of: overlay: Fix of_overlay_apply() error path
 2017-12-04 15:47 UTC  (3+ messages)
` [PATCH v2 1/2] of: overlay: Fix memory leak in "
` [PATCH v2 2/2] of: overlay: Fix cleanup order in of_overlay_apply()

[PATCH 0/3, V2] Move groups_sort outisde of set_groups
 2017-12-04 15:47 UTC  (5+ messages)
` [PATCH 2/3, V2] kernel: Move groups_sort to the caller "

[PATCH] fpga: socfpga-a10: disable clk on error in socfpga_a10_fpga_probe()
 2017-12-04 15:44 UTC  (3+ messages)

[PATCH v2 0/8] perf tools: perf tools: Clarify overwrite and backward, bugfix
 2017-12-04 15:44 UTC  (4+ messages)
` [PATCH v2 6/8] perf mmap: Fix perf backward recording

[tip:WIP.x86/kpti 50/65] include/linux/compiler.h:319:38: error: call to '__compiletime_assert_321' declared with attribute error: BUILD_BUG_ON failed: MODULES_LEN + KERNEL_IMAGE_SIZE > 2*PUD_SIZE
 2017-12-04 15:43 UTC 

[PATCH tip/core/rcu 01/21] doc: READ_ONCE() now implies smp_barrier_depends()
 2017-12-04 15:38 UTC  (3+ messages)
` [PATCH tip/core/rcu 0/21] De-emphasize {smp_,}read_barrier_depends

[PATCH v3 0/1] at24: support eeproms that do not auto-rollover reads
 2017-12-04 15:36 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH 0/3] perf tools: Build fixes
 2017-12-04 15:35 UTC  (6+ messages)
` [PATCH 2/3] perf tools: Fix build for hardened environments

[PATCH v2 3/3] lib: Add strongly typed 64bit int_sqrt
 2017-12-04 15:32 UTC 

[PATCH v2 0/3] iio: temperataure: MLX90632
 2017-12-04 15:29 UTC 

[PATCH v3] serial: 8250: convert to threaded IRQ
 2017-12-04 15:26 UTC 

[PATCH v2 00/22] mmc: tmio: various fixes and cleanups
 2017-12-04 15:25 UTC  (17+ messages)
` [PATCH v2 02/22] mmc: renesas_sdhi: remove wrong depends on to enable compile test
` [PATCH v2 08/22] mmc: tmio: move mmc_gpio_request_cd() before mmc_add_host()
` [PATCH v2 10/22] mmc: tmio: support IP-builtin card detection logic
` [PATCH v2 11/22] mmc: renesas_sdhi: remove always false condition
` [PATCH v2 12/22] mmc: tmio,renesas_sdhi: move struct tmio_mmc_dma to renesas_sdhi.h
` [PATCH v2 13/22] mmc: tmio,renesas_sdhi: move Renesas-specific DMA data "
` [PATCH v2 14/22] mmc: tmio,renesas_sdhi: move ssc_tappos "
` [PATCH v2 15/22] mmc: tmio: change bus_shift to unsigned int

[PATCH] Add support for bq27521 battery monitor
 2017-12-04 15:20 UTC  (4+ messages)
` [PATCH v4.14] "

[PATCH] drm/i915: Mark expected switch fall-throughs
 2017-12-04 15:20 UTC  (3+ messages)

UFS utilities
 2017-12-04 15:20 UTC  (3+ messages)
  ` [EXT] "

[PATCH v3] staging: rtl8188eu: Fix private WEXT IOCTL calls
 2017-12-04 15:20 UTC  (2+ messages)

[PATCH v3 0/6] enable creating [k,u]probe with perf_event_open
 2017-12-04 15:15 UTC  (3+ messages)
` [PATCH v3 3/6] perf: implement pmu perf_kprobe

[PATCH] ASoC: amd: added error checks in dma driver
 2017-12-04 15:16 UTC 

[PATCH] of: overlay: fix memory leak of ovcs on error exit path
 2017-12-04 15:15 UTC  (4+ messages)

[PATCH INTERNAL V2 1/1] brcmfmac: add console log support with configurable read size
 2017-12-04 15:15 UTC  (2+ messages)

[PATCH v2] mwl8k: Expand non-DFS 5G channels
 2017-12-04 15:13 UTC  (2+ messages)

[PATCH v9 0/5] Add support for ThunderX2 pmu events using json files
 2017-12-04 15:09 UTC  (5+ messages)

[PATCH] SCSI: delay run queue if device is blocked in scsi_dev_queue_ready()
 2017-12-04 15:09 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;
as well as URLs for NNTP newsgroup(s).