All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-22 11:15:48 to 2019-11-22 11:27:53 UTC [more...]

[PATCH RFC v3 00/36] Add KernelMemorySanitizer infrastructure
 2019-11-22 11:26 UTC  (27+ messages)
` [PATCH RFC v3 01/36] stackdepot: check depot_index before accessing the stack slab
` [PATCH RFC v3 02/36] stackdepot: build with -fno-builtin
` [PATCH RFC v3 03/36] kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
` [PATCH RFC v3 04/36] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH RFC v3 05/36] kmsan: add ReST documentation
` [PATCH RFC v3 06/36] kmsan: gfp: introduce __GFP_NO_KMSAN_SHADOW
` [PATCH RFC v3 07/36] kmsan: introduce __no_sanitize_memory and __SANITIZE_MEMORY__
` [PATCH RFC v3 08/36] kmsan: reduce vmalloc space
` [PATCH RFC v3 09/36] kmsan: add KMSAN bits to struct page and struct task_struct
` [PATCH RFC v3 10/36] kmsan: add KMSAN runtime
` [PATCH RFC v3 11/36] kmsan: stackdepot: don't allocate KMSAN metadata for stackdepot
` [PATCH RFC v3 12/36] kmsan: define READ_ONCE_NOCHECK()
` [PATCH RFC v3 13/36] kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH RFC v3 14/36] kmsan: x86: sync metadata pages on page fault
` [PATCH RFC v3 15/36] kmsan: add tests for KMSAN
` [PATCH RFC v3 16/36] crypto: kmsan: disable accelerated configs under KMSAN
` [PATCH RFC v3 17/36] kmsan: x86: disable UNWINDER_ORC "
` [PATCH RFC v3 18/36] kmsan: disable LOCK_DEBUGGING_SUPPORT
` [PATCH RFC v3 20/36] kmsan: x86: increase stack sizes in KMSAN builds
` [PATCH RFC v3 21/36] kmsan: disable KMSAN instrumentation for certain kernel parts
` [PATCH RFC v3 22/36] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH RFC v3 23/36] kmsan: call KMSAN hooks where needed
` [PATCH RFC v3 24/36] kmsan: disable instrumentation of certain functions
` [PATCH RFC v3 25/36] kmsan: unpoison |tlb| in arch_tlb_gather_mmu()
` [PATCH RFC v3 26/36] kmsan: use __msan_memcpy() where possible
` [PATCH RFC v3 27/36] kmsan: hooks for copy_to_user() and friends

[RESEND PATCH] ASoC: wm8524: Add support S32_LE
 2019-11-22 10:30 UTC 

[Buildroot] [PATCH v3 for-next 00/11] gitlab Qemu runtime testing
 2019-11-22 11:27 UTC  (3+ messages)
` [Buildroot] [PATCH v3 for-next 02/11] configs/qemu{x86, x86_64}: add a serial console

[PATCH 4.4 000/159] 4.4.203-stable review
 2019-11-22 10:29 UTC  (29+ messages)
` [PATCH 4.4 003/159] ALSA: usb-audio: Fix missing error check at mixer resolution test
` [PATCH 4.4 032/159] ARM: dts: omap3-gta04: tvout: enable as display1 alias
` [PATCH 4.4 034/159] ARM: dts: omap3-gta04: keep vpll2 always on
` [PATCH 4.4 039/159] scsi: sym53c8xx: fix NULL pointer dereference panic in sym_int_sir()
` [PATCH 4.4 040/159] ARM: imx6: register pm_power_off handler if "fsl,pmic-stby-poweroff" is set
` [PATCH 4.4 044/159] nvmem: core: return error code instead of NULL from nvmem_device_get
` [PATCH 4.4 049/159] powerpc/vdso: Correct call frame information
` [PATCH 4.4 054/159] power: supply: max8998-charger: Fix platform data retrieval
` [PATCH 4.4 056/159] s390/qeth: invoke softirqs after napi_schedule()
` [PATCH 4.4 057/159] PCI/ACPI: Correct error message for ASPM disabling
` [PATCH 4.4 059/159] powerpc/iommu: Avoid derefence before pointer check
` [PATCH 4.4 064/159] power: supply: twl4030_charger: disable eoc interrupt on linear charge
` [PATCH 4.4 070/159] ARM: dts: am335x-evm: fix number of cpsw
` [PATCH 4.4 073/159] ARM: dts: ste: Fix SPI controller node names
` [PATCH 4.4 074/159] cpufeature: avoid warning when compiling with clang
` [PATCH 4.4 090/159] ARM: tegra: apalis_t30: fix mmc1 cmd pull-up
` [PATCH 4.4 093/159] Bluetooth: L2CAP: Detect if remote is not able to use the whole MPS
` [PATCH 4.4 096/159] Bluetooth: hci_ldisc: Fix null pointer derefence in case of early data
` [PATCH 4.4 103/159] apparmor: fix update the mtime of the profile file on replacement
` [PATCH 4.4 104/159] apparmor: fix module parameters can be changed after policy is locked
` [PATCH 4.4 108/159] fbdev: Ditch fb_edid_add_monspecs
` [PATCH 4.4 110/159] libata: have ata_scsi_rw_xlat() fail invalid passthrough requests
` [PATCH 4.4 128/159] IB/mthca: Fix error return code in __mthca_init_one()
` [PATCH 4.4 129/159] ata: ep93xx: Use proper enums for directions
` [PATCH 4.4 136/159] dmaengine: ioat: fix prototype of ioat_enumerate_channels
` [PATCH 4.4 146/159] backlight: lm3639: Unconditionally call led_classdev_unregister
` [PATCH 4.4 150/159] media: cx231xx: fix potential sign-extension overflow on large shift
` [PATCH 4.4 154/159] ARM: 8802/1: Call syscall_trace_exit even when system call skipped

KASAN: use-after-free Read in si470x_int_in_callback (2)
 2019-11-22 10:33 UTC  (2+ messages)

[PATCH v2] crypto: picoxcell: use non-devm request_irq and add missed tasklet_kill
 2019-11-22 11:25 UTC  (2+ messages)

[PATCH for 4.2 v1 0/3] some tests/vm fixes
 2019-11-22 11:22 UTC  (4+ messages)
` [PATCH v1 1/3] tests/vm/centos: fix centos build target
` [PATCH v1 2/3] tests/vm/ubuntu: include language pack to silence locale warnings
` [PATCH v1 3/3] tests/vm/ubuntu: update i386 image to 18.04

(no subject)
 2019-11-22 10:38 UTC  (3+ messages)
` none
  ` reftable (was: Re: none)

[PATCH 4.9 000/222] 4.9.203-stable review
 2019-11-22 10:29 UTC  (65+ messages)
` [PATCH 4.9 002/222] slip: Fix memory leak in slip_open error path
` [PATCH 4.9 004/222] ALSA: usb-audio: not submit urb for stopped endpoint
` [PATCH 4.9 007/222] Input: synaptics-rmi4 - clear IRQ enables for F54
` [PATCH 4.9 016/222] ath10k: fix kernel panic by moving pci flush after napi_disable
` [PATCH 4.9 017/222] iio: dac: mcp4922: fix error handling in mcp4922_write_raw
` [PATCH 4.9 021/222] cfg80211: Avoid regulatory restore when COUNTRY_IE_IGNORE is set
` [PATCH 4.9 023/222] ath9k: fix tx99 with monitor mode interface
` [PATCH 4.9 034/222] ARM: dts: pxa: fix power i2c base address
` [PATCH 4.9 036/222] net: lan78xx: Bail out if lan78xx_get_endpoints fails
` [PATCH 4.9 047/222] ARM: dts: omap3-gta04: make NAND partitions compatible with recent U-Boot
` [PATCH 4.9 051/222] ath9k: add back support for using active monitor interfaces for tx99
` [PATCH 4.9 057/222] ARM: imx6: register pm_power_off handler if "fsl,pmic-stby-poweroff" is set
` [PATCH 4.9 060/222] kprobes: Dont call BUG_ON() if there is a kprobe in use on free list
` [PATCH 4.9 071/222] cxgb4: Fix endianness issue in t4_fwcache()
` [PATCH 4.9 072/222] power: supply: ab8500_fg: silence uninitialized variable warnings
` [PATCH 4.9 079/222] ath9k: Fix a locking bug in ath9k_add_interface()
` [PATCH 4.9 083/222] powerpc/iommu: Avoid derefence before pointer check
` [PATCH 4.9 087/222] libfdt: Ensure INT_MAX is defined in libfdt_env.h
` [PATCH 4.9 091/222] net: xilinx: fix return type of ndo_start_xmit function
` [PATCH 4.9 093/222] net: amd: "
` [PATCH 4.9 095/222] usb: chipidea: Fix otg event handler
` [PATCH 4.9 097/222] ARM: dts: am335x-evm: fix number of cpsw
` [PATCH 4.9 098/222] f2fs: fix to recover inodes uid/gid during POR
` [PATCH 4.9 099/222] ARM: dts: ux500: Correct SCU unit address
` [PATCH 4.9 100/222] ARM: dts: ux500: Fix LCDA clock line muxing
` [PATCH 4.9 112/222] usb: gadget: uvc: configfs: Drop leaked references to config items
` [PATCH 4.9 113/222] usb: gadget: uvc: configfs: Prevent format changes after linking header
` [PATCH 4.9 114/222] phy: phy-twl4030-usb: fix denied runtime access
` [PATCH 4.9 117/222] coresight: Fix handling of sinks
` [PATCH 4.9 120/222] misc: kgdbts: Fix restrict error
` [PATCH 4.9 121/222] misc: genwqe: should return proper error value
` [PATCH 4.9 128/222] net: smsc: fix return type of ndo_start_xmit function
` [PATCH 4.9 132/222] crypto: s5p-sss: Fix Fix argument list alignment
` [PATCH 4.9 135/222] scsi: NCR5380: Use DRIVER_SENSE to indicate valid sense data
` [PATCH 4.9 138/222] scsi: NCR5380: Dont call dsprintk() following reselection interrupt
` [PATCH 4.9 140/222] arm64: dts: amd: Fix SPI bus warnings
` [PATCH 4.9 141/222] arm64: dts: lg: Fix SPI controller node names
` [PATCH 4.9 145/222] IB/iser: Fix possible NULL deref at iser_inv_desc()
` [PATCH 4.9 146/222] memfd: Use radix_tree_deref_slot_protected to avoid the warning
` [PATCH 4.9 147/222] slcan: Fix memory leak in error path
` [PATCH 4.9 150/222] kprobes/x86: Prohibit probing on exception masking instructions
` [PATCH 4.9 151/222] uprobes/x86: Prohibit probing on MOV SS instruction
` [PATCH 4.9 152/222] fbdev: Ditch fb_edid_add_monspecs
` [PATCH 4.9 154/222] libata: have ata_scsi_rw_xlat() fail invalid passthrough requests
` [PATCH 4.9 164/222] ath9k: fix reporting calculated new FFT upper max
` [PATCH 4.9 167/222] dmaengine: ep93xx: Return proper enum in ep93xx_dma_chan_direction
` [PATCH 4.9 168/222] dmaengine: timb_dma: Use proper enum in td_prep_slave_sg
` [PATCH 4.9 182/222] KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LR
` [PATCH 4.9 187/222] brcmfmac: fix full timeout waiting for action frame on-channel tx
` [PATCH 4.9 188/222] clk: samsung: Use clk_hw API for calling clk framework from clk notifiers
` [PATCH 4.9 193/222] Input: silead - try firmware reload after unsuccessful resume
` [PATCH 4.9 195/222] crypto: mxs-dcp - Fix SHA null hashes and output length
` [PATCH 4.9 196/222] crypto: mxs-dcp - Fix AES issues
` [PATCH 4.9 197/222] ACPI / SBS: Fix rare oops when removing modules
` [PATCH 4.9 198/222] iwlwifi: mvm: dont send keys when entering D3
` [PATCH 4.9 199/222] fbdev: sbuslib: use checked version of put_user()
` [PATCH 4.9 202/222] bcache: recal cached_dev_sectors on detach
` [PATCH 4.9 203/222] s390/kasan: avoid vdso instrumentation
` [PATCH 4.9 204/222] proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()
` [PATCH 4.9 205/222] backlight: lm3639: Unconditionally call led_classdev_unregister
` [PATCH 4.9 206/222] mfd: ti_am335x_tscadc: Keep ADC interface on if child is wakeup capable
` [PATCH 4.9 210/222] media: cx231xx: fix potential sign-extension overflow on large shift
` [PATCH 4.9 212/222] gpio: syscon: Fix possible NULL ptr usage
` [PATCH 4.9 216/222] hwmon: (pwm-fan) Silence error on probe deferral

[PATCH] dt-bindings: arm: stm32: Convert stm32-syscon to json-schema
 2019-11-22 10:39 UTC 

[PATCH V4] selinux-testsuite: Add kernel module tests
 2019-11-22 10:40 UTC  (3+ messages)

[PATCH v3 0/2] gpio: sch: Interrupt support
 2019-11-22 10:41 UTC  (3+ messages)
` [PATCH v3 1/2] gpio: sch: Add edge event support

[Xen-devel] [PATCH v2 0/3] Remove backend xen store entry on domain destroy
 2019-11-22 11:23 UTC  (4+ messages)
` [Xen-devel] [PATCH v2 3/3] libxl: make default path to add/remove all PV devices
` [Xen-devel] [PATCH for-4.13 v2 0/3] Remove backend xen store entry on domain destroy

[Xen-devel] [PATCH] gnttab: make sure grant map operations don't skip their IOMMU part
 2019-11-22 11:22 UTC  (2+ messages)

[PATCH 0/4] Convert cros-ec-i2c-tunnel to MFD Cell
 2019-11-22 10:42 UTC  (5+ messages)
` [PATCH 4/4] platform/chrome: i2c: i2c-cros-ec-tunnel: Convert i2c tunnel "

[Intel-gfx] [PATCH 1/5] drm/i915/selftests: Force bonded submission to overlap
 2019-11-22 11:21 UTC  (15+ messages)
  `  "
  ` [Intel-gfx] [PATCH 2/5] drm/i915/selftests: Flush the active callbacks
      `  "
  ` [Intel-gfx] [PATCH 3/5] drm/i915: Detach from timeline after all barries in i915_request_retire
      `  "
  ` [Intel-gfx] [PATCH 4/5] drm/i915/gt: Adapt engine_park synchronisation rules for engine_retire
      `  "
  ` [Intel-gfx] [PATCH 5/5] drm/i915/gt: Schedule request retirement when timeline idles
      `  "

[PATCH kvm-unit-tests] runtime: set MAX_SMP to number of online cpus
 2019-11-22 11:19 UTC  (3+ messages)

[PATCH 0/6] Add support for PCIe endpoint mode in Tegra194
 2019-11-22 10:45 UTC  (4+ messages)
` [PATCH 2/6] dt-bindings: PCI: tegra: Add DT support for PCIe EP nodes "
` [PATCH 3/6] PCI: tegra: Add support for PCIe endpoint mode "
` [PATCH 5/6] arm64: tegra: Enable GPIO controllers nodes for P2972-0000 platform

[Cocci] Concerns around type safety for usage of expressions
 2019-11-22 11:20 UTC  (8+ messages)

[PATCH v7 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-22 11:15 UTC  (7+ messages)
` [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines

How to build for s2600wf ? Does it work at all?
 2019-11-22 11:20 UTC  (5+ messages)

[PATCH net-next] be2net: gather more debug info and display on a tx-timeout
 2019-11-22 10:47 UTC 

[PATCH v8 0/2] Implement Airtime-based Queue Limit (AQL)
 2019-11-22 10:45 UTC  (9+ messages)
  ` [Make-wifi-fast] "

[PATCH v2 1/1] drivers: watchdog: stm32_iwdg: set WDOG_HW_RUNNING at probe
 2019-11-22 10:45 UTC  (2+ messages)

[Xen-devel] [PATCH v1 for 4.13] x86/microcode: refuse to load the same revision ucode
 2019-11-22 11:19 UTC  (2+ messages)

[tip: locking/kcsan] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
 2019-11-22 10:48 UTC 

[tip: locking/kcsan] objtool, kcsan: Add KCSAN runtime functions to whitelist
 2019-11-22 10:48 UTC 

[RFC PATCH] dmaengine: hisilicon: Add Kunpeng DMA engine support
 2019-11-22 11:15 UTC 

[tip: locking/kcsan] seqlock, kcsan: Add annotations for KCSAN
 2019-11-22 10:48 UTC 

[tip: locking/kcsan] include/linux/compiler.h: Introduce data_race(expr) macro
 2019-11-22 10:48 UTC 

[tip: locking/kcsan] locking/atomics, kcsan: Add KCSAN instrumentation
 2019-11-22 10:48 UTC 

[tip: locking/kcsan] kcsan: Add Documentation entry in dev-tools
 2019-11-22 10:48 UTC 

[PATCH v2 00/11] clk: imx: Trivial cleanups for clk_hw based API
 2019-11-22 10:48 UTC  (9+ messages)
` [PATCH v2 01/11] clk: imx: Add correct failure handling for clk based helpers
` [PATCH v2 02/11] clk: imx: Rename the SCCG to SSCG
` [PATCH v2 03/11] clk: imx: Replace all the clk based helpers with macros
` [PATCH v2 04/11] clk: imx: pllv1: Switch to clk_hw based API
` [PATCH v2 06/11] clk: imx: imx7ulp composite: Rename to show is clk_hw based
` [PATCH v2 07/11] clk: imx: Rename sccg and frac pll register to suggest clk_hw
` [PATCH v2 08/11] clk: imx: Rename the imx_clk_pllv4 to imply it's clk_hw based
` [PATCH v2 09/11] clk: imx: Rename the imx_clk_pfdv2 "

[tip: locking/kcsan] kcsan: Add Kernel Concurrency Sanitizer infrastructure
 2019-11-22 10:48 UTC 

[tip: locking/kcsan] kcsan: Improve various small stylistic details
 2019-11-22 10:48 UTC 

epoll_wait() performance
 2019-11-22 11:17 UTC 

[Intel-gfx] [PATCH v1] drm/i915: Support more QGV points
 2019-11-22 11:15 UTC  (3+ messages)
  `  "

[PATCH v4 00/37] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
 2019-11-22 11:15 UTC  (5+ messages)
` [PATCH v4 31/37] smbus-eeprom: remove PROP_PTR

[PATCH 4.14 000/122] 4.14.156-stable review
 2019-11-22 10:28 UTC  (7+ messages)
` [PATCH 4.14 003/122] Revert "OPP: Protect dev_list with opp_table lock"
` [PATCH 4.14 017/122] SUNRPC: Fix priority queue fairness
` [PATCH 4.14 019/122] iommu/io-pgtable-arm: Fix race handling in split_blk_unmap()
` [PATCH 4.14 026/122] usb: dwc3: gadget: Check ENBLSLPM before sending ep command
` [PATCH 4.14 038/122] cxgb4: Use proper enum in IEEE_FAUX_SYNC
` [PATCH 4.14 040/122] powerpc/pseries: Fix how we iterate over the DTL entries

USB devices on Dell TB16 dock stop working after resuming
 2019-11-22 10:50 UTC  (10+ messages)

[RFC 00/13] virtio-iommu on non-devicetree platforms
 2019-11-22 10:50 UTC  (11+ messages)
` [RFC 01/13] ACPI/IORT: Move IORT to the ACPI folder
` [RFC 02/13] ACPI: Add VIOT definitions
` [RFC 04/13] ACPI/IORT: Add node categories
` [RFC 05/13] ACPI/IORT: Support VIOT virtio-mmio node
` [RFC 07/13] ACPI/IORT: Defer probe until virtio-iommu-pci has registered a fwnode
` [RFC 08/13] ACPI/IORT: Add callback to update a device's fwnode
` [RFC 09/13] iommu/virtio: Create fwnode if necessary
` [RFC 10/13] iommu/virtio: Update IORT fwnode
` [RFC 11/13] ACPI: Add VIOT table
` [RFC 13/13] iommu/virtio: Add topology description to

[PATCH 4.4 1/9] ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundary
 2019-11-22 10:51 UTC 

[PATCH] PCI: increase D3 delay for AMD Ryzen5/7 XHCI controllers
 2019-11-22 11:15 UTC  (4+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.