linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-09 17:17:05 to 2020-03-09 19:29:04 UTC [more...]

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-09 19:28 UTC  (32+ messages)
  ` [PATCHv4] "
        ` [PATCHv5] "
                    ` [PATCHv6] "
                        ` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
                          ` [PATCH 0/5] "
                            ` [PATCH v2 1/5] exec: Only compute current once in flush_old_exec
                            ` [PATCH v2 2/5] exec: Factor unshare_sighand out of de_thread and call it separately
                            ` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex

[PATCH v1 00/11] PEBS virtualization enabling via DS
 2020-03-09 19:28 UTC  (8+ messages)
` [PATCH v1 01/11] perf/x86/core: Support KVM to assign a dedicated counter for guest PEBS

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-03-09 19:27 UTC  (6+ messages)
` [RFC PATCH v9 01/27] Documentation/x86: Add CET description

Instrumentation and RCU
 2020-03-09 19:25 UTC  (11+ messages)

[PATCH][next] jffs2: summary.h: Replace zero-length array with flexible-array member
 2020-03-09 18:19 UTC 

[PATCH v2 00/20] Introduce common headers
 2020-03-09 19:23 UTC  (5+ messages)

[GIT PULL] perf/urgent fixes
 2020-03-09 19:23 UTC  (9+ messages)
` [PATCH 1/6] tools: Let O= makes handle a relative path with -C option
` [PATCH 2/6] perf map: Fix off by one in strncpy() size argument
` [PATCH 3/6] perf python: Fix clang detection when using CC=clang-version
` [PATCH 4/6] perf parse-events: Fix reading of invalid memory in event parsing
` [PATCH 5/6] perf probe: Fix to delete multiple probe event
` [PATCH 6/6] perf probe: Do not depend on dwfl_module_addrsym()

[PATCH] ARM: dts: bcm283x: Use firmware PM driver for V3D
 2020-03-09 19:22 UTC  (8+ messages)

[PATCH 00/14] VFS: Filesystem information [ver #18]
 2020-03-09 19:22 UTC  (3+ messages)

[PATCH v4 0/5] remoteproc: Add elf64 support
 2020-03-09 19:21 UTC  (6+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 1/8] remoteproc: Use size_t type for len in da_to_va
  ` [PATCH v5 2/8] remoteproc: Use size_t instead of int for rproc_mem_entry len

[PATCH] ASoC: brcm: Add DSL/PON SoC audio driver
 2020-03-09 19:18 UTC  (6+ messages)

[PATCH 00/13] Reconcile NUMA balancing decisions with the load balancer v6
 2020-03-09 19:12 UTC  (2+ messages)

[ANNOUNCE] rt-tests-1.8
 2020-03-09 19:11 UTC 

[fscrypt] 22d94f493b: will-it-scale.per_thread_ops 1.7% improvement
 2020-03-09 19:09 UTC  (2+ messages)

[locks] 6d390e4b5d: will-it-scale.per_process_ops -96.6% regression
 2020-03-09 19:09 UTC  (5+ messages)

[PATCH 0/6] NXP DSPI bugfixes and support for LS1028A
 2020-03-09 19:06 UTC  (23+ messages)
` [PATCH 1/6] spi: spi-fsl-dspi: Don't access reserved fields in SPI_MCR
` [PATCH 2/6] spi: spi-fsl-dspi: Fix little endian access to PUSHR CMD and TXDATA
` [PATCH 4/6] spi: spi-fsl-dspi: Add support for LS1028A
` [PATCH 5/6] arm64: dts: ls1028a: Specify the DMA channels for the DSPI controllers
` [PATCH 6/6] arm64: dts: ls1028a-rdb: Add a spidev node for the mikroBUS

[PATCH kcsan 0/32] KCSAN commits for v5.7
 2020-03-09 19:04 UTC  (33+ messages)
` [PATCH kcsan 01/32] kcsan: Prefer __always_inline for fast-path
` [PATCH kcsan 02/32] kcsan: Show full access type in report
` [PATCH kcsan 03/32] kcsan: Rate-limit reporting per data races
` [PATCH kcsan 04/32] kcsan: Make KCSAN compatible with lockdep
` [PATCH kcsan 05/32] kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLY
` [PATCH kcsan 06/32] include/linux: Add instrumented.h infrastructure
` [PATCH kcsan 07/32] asm-generic, atomic-instrumented: Use generic instrumented.h
` [PATCH kcsan 08/32] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH kcsan 09/32] iov_iter: Use generic instrumented.h
` [PATCH kcsan 10/32] copy_to_user, copy_from_user: "
` [PATCH kcsan 11/32] kcsan: Add docbook header for data_race()
` [PATCH kcsan 12/32] kcsan: Add option to assume plain aligned writes up to word size are atomic
` [PATCH kcsan 13/32] kcsan: Clarify Kconfig option KCSAN_IGNORE_ATOMICS
` [PATCH kcsan 14/32] kcsan: Cleanup of main KCSAN Kconfig option
` [PATCH kcsan 15/32] kcsan: Fix 0-sized checks
` [PATCH kcsan 16/32] kcsan: Introduce KCSAN_ACCESS_ASSERT access type
` [PATCH kcsan 17/32] kcsan: Introduce ASSERT_EXCLUSIVE_* macros
` [PATCH kcsan 18/32] kcsan: Add test to generate conflicts via debugfs
` [PATCH kcsan 19/32] kcsan: Expose core configuration parameters as module params
` [PATCH kcsan 20/32] kcsan: Fix misreporting if concurrent races on same address
` [PATCH kcsan 21/32] kcsan: Move interfaces that affects checks to kcsan-checks.h
` [PATCH kcsan 22/32] compiler.h, seqlock.h: Remove unnecessary kcsan.h includes
` [PATCH kcsan 23/32] kcsan: Introduce kcsan_value_change type
` [PATCH kcsan 24/32] kcsan: Add kcsan_set_access_mask() support
` [PATCH kcsan 25/32] kcsan: Introduce ASSERT_EXCLUSIVE_BITS(var, mask)
` [PATCH kcsan 26/32] kcsan, trace: Make KCSAN compatible with tracing
` [PATCH kcsan 27/32] kcsan: Add option to allow watcher interruptions
` [PATCH kcsan 28/32] kcsan: Add option for verbose reporting
` [PATCH kcsan 29/32] kcsan: Add current->state to implicitly atomic accesses
` [PATCH kcsan 30/32] kcsan: Fix a typo in a comment
` [PATCH kcsan 31/32] kcsan: Update Documentation/dev-tools/kcsan.rst
` [PATCH kcsan 32/32] kcsan: Update API documentation in kcsan-checks.h

[PATCH v2] x86/kvm: Disable KVM_ASYNC_PF_SEND_ALWAYS
 2020-03-09 19:05 UTC  (11+ messages)

Still a pretty bad time on 5.4.6 with fuse_request_end
 2020-03-09 19:03 UTC  (2+ messages)

[PATCH V2] gpio: brcmstb: support gpio-line-names property
 2020-03-09 19:02 UTC 

[PATCH v4 0/4] Introduce SoC sleep stats driver
 2020-03-09 19:01 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: Introduce SoC sleep stats bindings

[PATCH v2 00/14] net: axienet: Update error handling and add 64-bit DMA support
 2020-03-09 18:46 UTC  (17+ messages)
` [PATCH v2 01/14] net: xilinx: temac: Relax Kconfig dependencies
` [PATCH v2 02/14] net: axienet: Convert DMA error handler to a work queue
` [PATCH v2 03/14] net: axienet: Propagate failure of DMA descriptor setup
` [PATCH v2 04/14] net: axienet: Fix DMA descriptor cleanup path
` [PATCH v2 05/14] net: axienet: Improve DMA error handling
` [PATCH v2 06/14] net: axienet: Factor out TX descriptor chain cleanup
` [PATCH v2 07/14] net: axienet: Check for DMA mapping errors
` [PATCH v2 08/14] net: axienet: Mark eth_irq as optional
` [PATCH v2 09/14] net: axienet: Drop MDIO interrupt registers from ethtools dump
` [PATCH v2 10/14] net: axienet: Add mii-tool support
` [PATCH v2 11/14] net: axienet: Wrap DMA pointer writes to prepare for 64 bit
` [PATCH v2 12/14] net: axienet: Upgrade descriptors to hold 64-bit addresses
` [PATCH v2 13/14] net: axienet: Autodetect 64-bit DMA capability
` [PATCH v2 14/14] net: axienet: Allow DMA to beyond 4GB

[PATCH] xfs: clear PF_MEMALLOC before exiting xfsaild thread
 2020-03-09 18:57 UTC  (6+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

[PATCH] soc: qcom: cmd-db: Add debugfs dumping file
 2020-03-09 18:57 UTC 

[PATCH] soc: qcom: socinfo: Use seq_putc() if possible
 2020-03-09 18:51 UTC 

[PATCH] xattr: NULL initialize name in simple_xattr_alloc
 2020-03-09 18:37 UTC 

[PATCH] mm: clear 1G pages with streaming stores on x86
 2020-03-09 18:37 UTC  (8+ messages)

[PATCH] iio: health: max30100: remove mlock usage
 2020-03-09 18:31 UTC 

[PATCH] mmc: cqhci: Update cqhci memory ioresource name
 2020-03-09 18:30 UTC  (3+ messages)
` [PATCH V2] "

[PATCH v2 0/3] kcov: collect coverage from usb soft interrupts
 2020-03-09 18:27 UTC  (4+ messages)
` [PATCH v2 1/3] kcov: cleanup debug messages
` [PATCH v2 2/3] kcov: collect coverage from interrupts
` [PATCH v2 3/3] usb: core: kcov: collect coverage from usb complete callback

general protection fault in syscall_return_slowpath
 2020-03-09 18:26 UTC  (5+ messages)

[PATCH 0/3] Request direct mapping for modem firmware subdevice
 2020-03-09 18:22 UTC  (4+ messages)
` [PATCH 1/3] iommu: Export "iommu_request_dm_for_dev"
` [PATCH 2/3] dt-bindings: remoteproc: qcom: Add modem-firmware bindings
` [PATCH 3/3] remoteproc: qcom_q6v5_mss: Request direct mapping for firmware subdevice

[PATCH][next] jfs: Replace zero-length array with flexible-array member
 2020-03-09 18:23 UTC 

[PATCH v2 1/4] kernfs: kvmalloc xattr value instead of kmalloc
 2020-03-09 18:21 UTC  (2+ messages)

[PATCH][next] nfs: Replace zero-length array with flexible-array member
 2020-03-09 18:24 UTC 

[PATCH v3 0/4] Introduce SoC sleep stats driver
 2020-03-09 18:19 UTC  (5+ messages)
` [PATCH v3 2/4] soc: qcom: Add "

[PATCH] bus: ti-sysc: Fix quirk flags for lcdc on am335x
 2020-03-09 18:19 UTC 

[PATCH V3 1/7] firmware: imx: Add stubs for !CONFIG_IMX_SCU case
 2020-03-09 18:19 UTC  (7+ messages)

[PATCH] sched/clock: expire timer in hardirq context
 2020-03-09 18:15 UTC 

[PATCH][next] jffs2: nodelist.h: Replace zero-length array with flexible-array member
 2020-03-09 18:17 UTC 

[PATCH] arm64: efi: add efi-entry.o to targets instead of extra-$(CONFIG_EFI)
 2020-03-09 18:14 UTC  (2+ messages)

[PATCH][next] isofs: rock.h: Replace zero-length array with flexible-array member
 2020-03-09 18:15 UTC 

KMSAN: uninit-value in snapshot_compat_ioctl
 2020-03-09 18:11 UTC  (5+ messages)

[PATCH][next] hfsplus: hfsplus_fs.h: Replace zero-length array with flexible-array member
 2020-03-09 18:13 UTC 

[PATCH][next] hfs: btree.h: Replace zero-length array with flexible-array member
 2020-03-09 18:12 UTC 

[PATCH 2/6] dt-bindings: Add Baikal-T1 APB-bus EHB dts bindings file
 2020-03-09 18:07 UTC  (2+ messages)

[RESEND RFC PATCH] soundwire: bus: Add flag to mark DPN_BlockCtrl1 as readonly
 2020-03-09 18:07 UTC 

[PATCH 1/2] dt-bindings: mfd: Add Baikal-T1 Boot Controller bindings
 2020-03-09 18:07 UTC  (2+ messages)

[PATCH v4 0/2] Add USB DWC3 support for SC7180
 2020-03-09 18:07 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: usb: qcom,dwc3: Convert USB DWC3 bindings

[v1] dt-bindings: msm: disp: add yaml schemas for DPU and DSI bindings
 2020-03-09 18:06 UTC  (2+ messages)

[PATCH][next] f2fs: xattr.h: Replace zero-length array with flexible-array member
 2020-03-09 18:10 UTC 

[RFC PATCH] soundwire: bus: Add flag to mark DPN_BlockCtrl1 as readonly
 2020-03-09 18:05 UTC  (2+ messages)

[PATCH][next] ext4: xattr.h: Replace zero-length array with flexible-array member
 2020-03-09 18:08 UTC 

[PATCH v2] docs: sysctl/kernel: document BPF entries
 2020-03-09 18:03 UTC 

[PATCH][next] ext2: xattr.h: Replace zero-length array with flexible-array member
 2020-03-09 18:04 UTC 

[PATCH v2 0/5] pwm: omap-dmtimer: Allow for dynamic pwm period updates
 2020-03-09 18:01 UTC  (5+ messages)
` [PATCH v2 4/6] pwm: omap-dmtimer: Fix pwm disabling sequence

[tip:master] BUILD SUCCESS e8e744cc5fc96a0fe60eb92679aafd79b6286764
 2020-03-09 17:56 UTC 

[PATCH v3 1/2] macsec: Support XPN frame handling - IEEE 802.1AEbw
 2020-03-09 19:47 UTC  (2+ messages)

[PATCH v3 0/2] nvmem: Add support for write-only instances, and clean-up
 2020-03-09 17:50 UTC  (3+ messages)
` [PATCH v3 1/2] nvmem: Allow nvmem_sysfs_get_groups() to return NULL as error condition
` [PATCH v3 2/2] nvmem: Add support for write-only instances

[PATCH V2 0/9] Stitch LBR call stack (Perf Tools)
 2020-03-09 17:46 UTC  (10+ messages)
` [PATCH V2 1/9] perf pmu: Add support for PMU capabilities
` [PATCH V2 2/9] perf header: Support CPU "
` [PATCH V2 3/9] perf machine: Refine the function for LBR call stack reconstruction
` [PATCH V2 4/9] perf tools: Stitch LBR call stack
` [PATCH V2 5/9] perf report: Add option to enable the LBR stitching approach
` [PATCH V2 6/9] perf script: "
` [PATCH V2 7/9] perf top: "
` [PATCH V2 8/9] perf c2c: "
` [PATCH V2 9/9] perf hist: Add fast path for duplicate entries check approach

[PATCH] gpio: brcmstb: support gpio-line-names property
 2020-03-09 17:42 UTC  (3+ messages)

KASAN: use-after-free Read in rxe_query_port
 2020-03-09 17:34 UTC  (2+ messages)

[PATCH 0/6] remoteproc: qcom: Add callbacks for remoteproc events
 2020-03-09 17:34 UTC  (9+ messages)
` [PATCH 6/6] remoteproc: qcom: Add notification types to SSR

[v5, 0/3] Add SC7180 interconnect provider driver
 2020-03-09 17:33 UTC  (3+ messages)
` [v5, 2/3] interconnect: qcom: "

LKFT: arm x15: mmc1: cache flush error -110
 2020-03-09 17:35 UTC  (17+ messages)

[PATCH v2 0/2] add TJA1102 support
 2020-03-09 17:28 UTC  (3+ messages)
` [PATCH v2 2/2] net: phy: tja11xx: add delayed registration of TJA1102 PHY1

BUG: corrupted list in _cma_attach_to_dev
 2020-03-09 17:24 UTC  (2+ messages)

[PATCH v2] ptp: free ptp clock properly
 2020-03-09 17:22 UTC 

INFO: task hung in rdma_destroy_id
 2020-03-09 17:21 UTC  (2+ messages)

[PATCH] usb: musb: tusb6010: fix a possible missing data type replacement
 2020-03-09 17:26 UTC  (2+ messages)

possible deadlock in siw_create_listen
 2020-03-09 17:20 UTC  (2+ messages)

BUG: corrupted list in cma_listen_on_dev
 2020-03-09 17:18 UTC  (3+ messages)

[PATCHv2 0/3] clk: agilex: add clock driver
 2020-03-09 17:16 UTC  (4+ messages)
` [PATCH RESEND 1/3] clk: socfpga: stratix10: use new parent data scheme
` [PATCHv2 2/3] dt-bindings: documentation: add clock bindings information for Agilex
` [PATCHv2 3/3] clk: socfpga: agilex: add clock driver for the Agilex platform


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).