All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-11 18:17:51 to 2020-05-11 19:01:01 UTC [more...]

[PATCH] perf script: Replace zero-length array with flexible-array
 2020-05-11 19:05 UTC  (5+ messages)

[RFC PATCH 00/12] x86: Trenchboot secure late launch Linux kernel support
 2020-05-11 19:00 UTC  (6+ messages)

[PATCH v2 0/7] Add PAS and MSA based Modem support
 2020-05-11 19:00 UTC  (5+ messages)
` [PATCH v2 1/7] dt-bindings: remoteproc: qcom: Add SC7180 MPSS support
` [PATCH v2 3/7] dt-bindings: remoteproc: qcom: Use memory-region to reference memory

[PATCH] linux-user: support of semtimedop syscall
 2020-05-11 18:59 UTC  (2+ messages)

[PATCH V3 1/2] dt-bindings: watchdog: Convert i.MX to json-schema
 2020-05-11 19:00 UTC  (6+ messages)
` [PATCH V3 2/2] dt-bindings: watchdog: Convert i.MX7ULP "

[PATCH 0/3] soundwire: bus_type: add sdw_master_device support
 2020-05-11 19:00 UTC  (4+ messages)
` [PATCH 3/3] "

[PATCH v3 0/9] rockchip: rk3328: sync dts and add ROC-RK3328-CC board
 2020-05-11 18:59 UTC  (3+ messages)
` [PATCH v3 7/9] rockchip: dts: rk3328: Sync device tree files from Linux

[Buildroot] mesa3d: builds with ES2 report no ES2 enabled EGL configs
 2020-05-11 18:59 UTC 

[PATCH bpf-next 00/17] Run a BPF program on socket lookup
 2020-05-11 18:59 UTC  (8+ messages)
` [PATCH bpf-next 02/17] bpf: Introduce SK_LOOKUP program type with a dedicated attach point

[PATCH v4 00/11] btrfs-progs: Support for SKINNY_BG_TREE feature
 2020-05-11 18:58 UTC  (2+ messages)

[PATCH] x86/mm: Fix boot with some memory above MAXMEM
 2020-05-11 18:58 UTC  (7+ messages)
  ` [linux-drivers-review] "

ftrace: function radeon_init not traceable
 2020-05-11 18:58 UTC  (2+ messages)

[PATCH V2 1/3] dt-bindings: nvmem: Convert i.MX OCOTP to json-schema
 2020-05-11 18:57 UTC  (9+ messages)
` [PATCH V2 2/3] dt-bindings: nvmem: Convert i.MX IIM "
` [PATCH V2 3/3] dt-bindings: nvmem: Convert MXS OCOTP "

[PATCH V3 0/3] mm/hugetlb: Add some new generic fallbacks
 2020-05-11 18:52 UTC  (15+ messages)
` [PATCH V3 1/3] arm64/mm: Drop __HAVE_ARCH_HUGE_PTEP_GET
` [PATCH V3 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()

[bmcweb] mTLS client authentication always succeeds
 2020-05-11 18:57 UTC  (8+ messages)
      ` [EXTERNAL] "

[PATCH v1 for-rc] RDMA/iw_cxgb4: Fix incorrect function parameters
 2020-05-11 18:56 UTC 

[PATCH] Add a new PIIX option to control PCI hot unplugging of devices on non-root buses
 2020-05-11 18:54 UTC  (14+ messages)

[trivial PATCH -next] treewide: typo: decriptor -> descriptor
 2020-05-11 18:55 UTC 

[PATCH V2] dt-bindings: gpio: Convert i.MX to json-schema
 2020-05-11 18:55 UTC  (3+ messages)

[PATCH for-rc] RDMA/iw_cxgb4: Fix incorrect function parameters
 2020-05-11 18:54 UTC  (3+ messages)

[PATCH V2] Add a new PIIX option to control PCI hot unplugging of devices on non-root buses
 2020-05-11 18:53 UTC  (2+ messages)

[PATCH] Revert "dynamic_debug: Remove unnecessary __used"
 2020-05-11 18:54 UTC  (4+ messages)

[PATCH 0/6 v2] EFI variable support via OP-TEE
 2020-05-11 18:54 UTC  (7+ messages)
` [PATCH 3/5 v2] cmd: efidebug: Add support for querying UEFI variable storage
` [PATCH 4/5 v2] MAINTAINERS: Add maintainer for EFI variables via OP-TEE
` [PATCH 5/5 v2] doc: uefi.rst: Add OP-TEE variable storage config options

[PATCH bpf-next v2 00/17] Run a BPF program on socket lookup
 2020-05-11 18:52 UTC  (36+ messages)
` [PATCH bpf-next v2 01/17] flow_dissector: Extract attach/detach/query helpers
` [PATCH bpf-next v2 02/17] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next v2 03/17] inet: Store layer 4 protocol in inet_hashinfo
` [PATCH bpf-next v2 04/17] inet: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 05/17] inet: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 06/17] inet6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 07/17] inet6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 08/17] udp: Store layer 4 protocol in udp_table
` [PATCH bpf-next v2 09/17] udp: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 10/17] udp: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 11/17] udp6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 12/17] udp6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 13/17] bpf: Sync linux/bpf.h to tools/
` [PATCH bpf-next v2 14/17] libbpf: Add support for SK_LOOKUP program type
` [PATCH bpf-next v2 15/17] selftests/bpf: Add verifier tests for bpf_sk_lookup context access
` [PATCH bpf-next v2 16/17] selftests/bpf: Rename test_sk_lookup_kern.c to test_ref_track_kern.c
` [PATCH bpf-next v2 17/17] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

Mailing list for CI results
 2020-05-11 18:52 UTC  (2+ messages)

[PATCH v4] x86: bitops: fix build regression
 2020-05-11 18:52 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v2 0/4] btrfs-progs: Sync code for btrfs_block_group
 2020-05-11 18:50 UTC  (2+ messages)

[PATCH V3] dt-bindings: thermal: Convert i.MX8MM to json-schema
 2020-05-11 18:51 UTC  (3+ messages)

[PATCH RFC] xfs: warn instead of fail verifier on empty attr3 leaf block
 2020-05-11 18:50 UTC 

How to move forward with Reftable
 2020-05-11 18:50 UTC  (3+ messages)

[dpdk-dev] [PATCH] net/virtio: fix AVX512 datapath selection
 2020-05-11 18:48 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH v6 0/3] eal timer split and implementation for Windows
 2020-05-11 18:48 UTC  (3+ messages)
` [dpdk-dev] [PATCH v6 3/3] timer: support EAL functions on Windows

[PATCH 00/16] x86: Support for CET Supervisor Shadow Stacks
 2020-05-11 18:48 UTC  (4+ messages)
` [PATCH 09/16] x86/cpu: Adjust enable_nmis() to be shadow stack compatible

[PATCH] btrfs-progs: check: Don't do early exit if maybe_repair_root_item() can't find needed root extent
 2020-05-11 18:46 UTC  (2+ messages)

[PATCH v2 1/2] netdev: unify ft/auth_proto authenticate builders
 2020-05-11 18:47 UTC  (2+ messages)

[PATCH v4 0/2] Historical Service Time Path Selector
 2020-05-11 18:46 UTC  (6+ messages)

[PATCH] x86: support i386 with Clang
 2020-05-11 18:46 UTC  (7+ messages)

XDP Software Issue - Payload Matching
 2020-05-11 18:40 UTC  (3+ messages)

[merged] parisc-add-sysctl-file-interface-panic_on_stackoverflow.patch removed from -mm tree
 2020-05-11 18:45 UTC 

[merged] arch-x86-makefile-use-config_shell.patch removed from -mm tree
 2020-05-11 18:45 UTC 

[merged] initramfs-fix-another-section-mismatch.patch removed from -mm tree
 2020-05-11 18:45 UTC 

[Intel-gfx] [PATCH] drm/i915: Force pte cacheline to main memory
 2020-05-11 18:45 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2020-05-11 18:44 UTC 

[PATCH 00/18] mm: memcontrol: charge swapin pages on instantiation
 2020-05-11 18:44 UTC  (13+ messages)
` [PATCH 05/18] mm: memcontrol: convert page cache to a new mem_cgroup_charge() API

[PATCH v2] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION
 2020-05-11 18:43 UTC  (2+ messages)

[oe][yocto][bitbake] Fetching source using different protocols
 2020-05-11 18:37 UTC  (3+ messages)

[PATCH -next] bus: mhi: core: Fix some error return code
 2020-05-11 18:43 UTC  (5+ messages)
  ` AW: "

[PATCH v2 00/34] Drivers for the BCM283x CSI-2/CCP2 receiver and ISP
 2020-05-11 18:42 UTC  (3+ messages)
` [PATCH v2 06/34] staging: vc04_services: Add new vc-sm-cma driver

[Buildroot] [PATCH 1/1] package/python-future: fix dependency
 2020-05-11 18:42 UTC 

[patch V4 part 3 00/29] x86/entry: Entry/exception code rework, simple exceptions
 2020-05-11 18:42 UTC  (6+ messages)
` [patch V4 part 3 12/29] x86/entry/common: Provide idtentry_enter/exit()
    ` [patch V5 "

[PATCH 1/1] tools: ftdgrep: use /* fallthrough */ as needed
 2020-05-11 18:40 UTC  (3+ messages)

[PATCH v5 00/15] target: add sysfs support
 2020-05-11 18:39 UTC  (7+ messages)
` [PATCH 03/15] target: add helper to parse acl and transport name
` [PATCH 12/15] target: add sysfs session helper functions

How to fake a dax device for debugging purposes?
 2020-05-11 18:38 UTC  (2+ messages)

[PATCH 0/2] aio-posix: fix fdmon-io_uring memory leak
 2020-05-11 18:36 UTC  (3+ messages)
` [PATCH 1/2] aio-posix: don't duplicate fd handler deletion in fdmon_io_uring_destroy()
` [PATCH 2/2] aio-posix: disable fdmon-io_uring when GSource is used

[PATCH] RDMA/rxe: Return -EFAULT if copy_from_user() fails
 2020-05-11 18:37 UTC  (2+ messages)

[PATCH] mm/hmm/test: Fix some copy_to_user() error handling
 2020-05-11 18:37 UTC  (2+ messages)

[PATCH v2 4/5] efi/x86: Remove extra headroom for setup block
 2020-05-11 18:36 UTC  (3+ messages)

[PATCH 01/17] libinput: add ptest
 2020-05-11 18:35 UTC  (3+ messages)
` [PATCH 17/17] gcr: update to 3.36.0
  ` [OE-core] "

[PATCH v3 00/17] 64bit block-layer
 2020-05-11 18:34 UTC  (4+ messages)
` [PATCH v3 05/17] block/io: support int64_t bytes in bdrv_co_do_pwrite_zeroes()

[meta-oe][PATCHv2] lirc: upgrade 0.9.4d -> 0.10.1
 2020-05-11 18:34 UTC  (3+ messages)
` [oe] "

[PATCH 0/2] tps6598x: add device tree hooks and document
 2020-05-11 18:34 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: usb: ti,tps6598x: add dt binding doc

[PATCH 0/5] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-05-11 18:32 UTC  (13+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 4/6] dmaengine: dw: Print warning if multi-block is unsupported

[PATCH 0/2] xen/xenbus: some cleanups
 2020-05-11 18:32 UTC  (3+ messages)
` [PATCH 2/2] xen/xenbus: let xenbus_map_ring_valloc() return errno values only

[PATCH v3 0/5] support setting sysctl parameters from kernel command line
 2020-05-11 18:31 UTC  (5+ messages)
` [PATCH v3 5/5] lib/test_sysctl: support testing of sysctl. boot parameter

scsi_alloc_target: parent of the target (need not be a scsi host)
 2020-05-11 18:31 UTC  (5+ messages)

WARNING in cgroup_finalize_control
 2020-05-11 18:31 UTC  (3+ messages)

[PATCH v3 0/9] qemu-img: Add convert --bitmaps
 2020-05-11 18:29 UTC  (10+ messages)
` [PATCH v3 3/9] block: Make it easier to learn which BDS support bitmaps
` [PATCH v3 6/9] qemu-img: Add bitmap sub-command
` [PATCH v3 7/9] qcow2: Expose bitmaps' size during measure

net: phylink: supported modes set to 0 with genphy sfp module
 2020-05-11 18:29 UTC  (2+ messages)

[PATCH 0/6] Magic SysRq extensions
 2020-05-11 18:29 UTC  (4+ messages)
` [PATCH 6/6] tty/sysrq: Add configurable handler to execute a compound action

pm/testing baseline: 49 runs, 3 regressions (v5.7-rc5-43-gb68266410b45)
 2020-05-11 18:29 UTC 

pm/testing boot: 51 boots: 2 failed, 48 passed with 1 untried/unknown (v5.7-rc5-43-gb68266410b45)
 2020-05-11 18:29 UTC 

[V5, 0/2] media: i2c: Add support for DW9768 VCM driver
 2020-05-11 18:20 UTC  (12+ messages)
` [V5, 2/2] media: i2c: dw9768: Add "

[PATCH v8 00/10] exynos-ufs: Add support for UFS HCI
 2020-05-11 16:10 UTC  (4+ messages)
  ` [PATCH v8 08/10] dt-bindings: ufs: Add DT binding documentation for ufs

[PATCH v10 0/3] i2c: npcm7xx: add NPCM i2c controller driver
 2020-05-11 16:09 UTC  (4+ messages)
` [PATCH v10 1/3] dt-bindings: i2c: npcm7xx: add NPCM I2C controller

[PATCH v4 0/4] Fix some issues about kmod
 2020-05-11 18:28 UTC  (3+ messages)

[PATCH V3 1/3] gcc10: Update to GCC 10.1 Release
 2020-05-11 18:28 UTC  (3+ messages)
` [PATCH V3 2/3] gcc10: Default back to -fcommon
` [PATCH V3 3/3] gcc10: Revert using __getauxval in libgcc

[PATCH v4 0/5] Microchip TCB Capture driver
 2020-05-11 16:11 UTC  (4+ messages)
` [PATCH v4 4/5] dt-bindings: counter: microchip-tcb-capture counter

[PATCH v5 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-05-11 15:37 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: mtd: Add YAML for Nand Flash Controller support

[PATCH v10 00/13] media: report camera properties
 2020-05-11 17:20 UTC  (3+ messages)
` [PATCH v10 01/13] dt-bindings: video-interfaces: Document 'orientation' property

[PATCH v2 testsuite] tests/filesystem: fix quotas_test
 2020-05-11 18:27 UTC  (2+ messages)

[PATCH 0/6] soc: Add Baikal-T1 SoC APB/AXI EHB and L2-cache drivers
 2020-05-11 15:38 UTC  (4+ messages)
` [PATCH v2 0/2] memory: Add Baikal-T1 L2-cache driver
  ` [PATCH v2 1/2] dt-bindings: memory: Add Baikal-T1 L2-cache Control Block binding

[PATCH 0/6] i2c: designeware: Add Baikal-T1 SoC DW I2C specifics support
 2020-05-11 16:09 UTC  (4+ messages)
` [PATCH v2 00/12] i2c: designeware: Add Baikal-T1 System I2C support
  ` [PATCH v2 02/12] dt-bindings: i2c: Convert DW I2C binding to DT schema

[V8, 0/2] media: i2c: Add support for OV02A10 sensor
 2020-05-11 16:02 UTC  (5+ messages)
` [V8, 1/2] media: dt-bindings: media: i2c: Document OV02A10 bindings

[patch V4 part 2 00/18] x86/entry: Entry/exception code rework, syscall and KVM changes
 2020-05-11 18:27 UTC  (6+ messages)
` [patch V4 part 2 10/18] x86/entry/64: Check IF in __preempt_enable_notrace() thunk

[PATCH v2 0/9] PCI: aardvark: Fix support for Turris MOX and Compex wifi cards
 2020-05-11 18:24 UTC  (3+ messages)
` [PATCH v2 7/9] dt-bindings: PCI: aardvark: describe new properties

b4 ty issues with no patches matching
 2020-05-11 18:26 UTC  (2+ messages)

[Bug 207635] New: EXT4-fs error (device sda3): ext4_lookup:1701: inode #...: comm find: casefold flag without casefold feature; EXT4-fs (sda3): Remounting filesystem read-only
 2020-05-11 18:26 UTC  (2+ messages)
` [Bug 207635] "

[igt-dev] [PATCH i-g-t] tests/kms_flip: Retry test in case of a DP/HDMI link reset
 2020-05-11 18:25 UTC 

[Bug 1877716] [NEW] Win10 guest unsuable after a few minutes
 2020-05-11 18:09 UTC  (2+ messages)
` [Bug 1877716] Re: Win10 guest unusable "

[PATCH v4 00/16] mtd: spi-nor: add xSPI Octal DTR support
 2020-05-11 18:24 UTC  (6+ messages)

[PATCH v3] kernel: add panic_on_taint
 2020-05-11 18:24 UTC  (3+ messages)

[GIT PULL] TI changes for v2020.07-rc2
 2020-05-11 18:23 UTC  (2+ messages)

[PATCH v4 0/6] hyperv: VMBus implementation
 2020-05-11 18:21 UTC  (4+ messages)
` [PATCH v4 5/6] i386: Hyper-V VMBus ACPI DSDT entry

[PowerTOP] ANNOUNCING workflow changes
 2020-05-11 18:22 UTC 

memory leak in erase_aeb (2)
 2020-05-11 18:21 UTC  (2+ messages)

KMSAN: uninit-value in hash_net6_del
 2020-05-11 18:21 UTC 

possible deadlock in sk_diag_fill (2)
 2020-05-11 18:21 UTC 

KASAN: slab-out-of-bounds Read in fl6_update_dst
 2020-05-11 18:21 UTC 

[PATCH net] net: broadcom: Imply BROADCOM_PHY for BCMGENET
 2020-05-11 18:19 UTC  (3+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix match on empty VLAN item in DV mode
 2020-05-11 18:19 UTC  (3+ messages)
` [dpdk-dev] [dpdk-stable] "

[PATCH v2] ath11k: fix htt stats module not handle multiple skbs
 2020-05-11 18:17 UTC  (2+ messages)

[PATCH RESEND] ASoC: Intel: Skylake: Replace zero-length array with flexible-array
 2020-05-11 18:17 UTC  (2+ messages)

[PATCH] nfsd4: remove "client testing stateid" log spam
 2020-05-11 18:18 UTC 

[PATCH] setenv.3: wfix
 2020-05-11 18:17 UTC  (2+ 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.