All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-13 18:26:35 to 2020-04-13 19:55:59 UTC [more...]

[Buildroot] [git commit] package/libssh: security bump to version 0.9.4
 2020-04-13 19:55 UTC 

[Buildroot] [git commit] package/uboot-tools: bump to version 2020.04
 2020-04-13 19:55 UTC 

[Buildroot] [git commit] boot/uboot: bump to version 2020.04
 2020-04-13 19:55 UTC 

[PATCH v2] drivers: counter: Add Cros EC Sync counter
 2020-04-13 19:55 UTC 

[Buildroot] [PATCH 1/1] package/python-asn1crypyo: bump to version 1.2.0
 2020-04-13 19:54 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/python-keyring: bump to version 19.2.0

[Buildroot] [PATCH] board/wandboard/post-build.sh: create boot.scr at TARGET_DIR/boot
 2020-04-13 19:53 UTC  (2+ messages)

[PATCH] lib/mpi: Fix building for powerpc with clang
 2020-04-13 19:50 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/jpoimboe/linux
 2020-04-13 19:51 UTC 

bluez: Export SDP "Remote audio volume control" item for HSP profile
 2020-04-13 19:51 UTC  (11+ messages)
` [PATCH 0/3] "
  ` [PATCH 1/3] src/profile: Distinguish between zero-set HFP AG features and unset HFP AG features

[Buildroot] [git commit] support/scripts/boot-qemu-image.py: boot Qemu images with Qemu-system
 2020-04-13 19:51 UTC 

[Buildroot] [git commit] configs/qemu*: use the post-image script with "$(BR2_DEFCONFIG)" as argument
 2020-04-13 19:51 UTC 

[Buildroot] [git commit] gitlab.yml.in*: enable Qemu gitlab testing
 2020-04-13 19:51 UTC 

[Buildroot] [git commit] board/qemu: add post-image script for gitlab qemu testing
 2020-04-13 19:51 UTC 

[Buildroot] [git commit] board/qemu: add defconfig file name as tag after the qemu command line
 2020-04-13 19:51 UTC 

[meta-python2][PATCH 1/3] python-docker-pycreds: move from meta-virtualization
 2020-04-13 19:49 UTC  (3+ messages)
` [meta-python2][PATCH 2/3] python-websocket-client: "
` [meta-python2][PATCH 3/3] python-docker: "

post-receive: pub/scm/linux/kernel/git/jpoimboe/linux
 2020-04-13 19:49 UTC 

[Buildroot] [git commit] board/udoo/neo: create boot.scr in TARGET_DIR/boot
 2020-04-13 19:49 UTC 

[dpdk-dev] [PATCH 00/33] add support for host based flow table management
 2020-04-13 19:40 UTC  (36+ messages)
` [dpdk-dev] [PATCH v2 00/34] "
  ` [dpdk-dev] [PATCH v2 01/34] net/bnxt: add updated dpdk hsi structure
  ` [dpdk-dev] [PATCH v2 02/34] net/bnxt: update hwrm prep to use ptr
  ` [dpdk-dev] [PATCH v2 03/34] net/bnxt: add truflow message handlers
  ` [dpdk-dev] [PATCH v2 04/34] net/bnxt: add initial tf core session open
  ` [dpdk-dev] [PATCH v2 05/34] net/bnxt: add initial tf core session close support
  ` [dpdk-dev] [PATCH v2 06/34] net/bnxt: add tf core session sram functions
  ` [dpdk-dev] [PATCH v2 07/34] net/bnxt: add initial tf core resource mgmt support
  ` [dpdk-dev] [PATCH v2 08/34] net/bnxt: add resource manager functionality
  ` [dpdk-dev] [PATCH v2 09/34] net/bnxt: add tf core identifier support
  ` [dpdk-dev] [PATCH v2 10/34] net/bnxt: add tf core TCAM support
  ` [dpdk-dev] [PATCH v2 11/34] net/bnxt: add tf core table scope support
  ` [dpdk-dev] [PATCH v2 12/34] net/bnxt: add EM/EEM functionality
  ` [dpdk-dev] [PATCH v2 13/34] net/bnxt: fetch SVIF information from the firmware
  ` [dpdk-dev] [PATCH v2 14/34] net/bnxt: fetch vnic info from DPDK port
  ` [dpdk-dev] [PATCH v2 15/34] net/bnxt: add devargs parameter for host memory based TRUFLOW feature
  ` [dpdk-dev] [PATCH v2 16/34] net/bnxt: add support for ULP session manager init
  ` [dpdk-dev] [PATCH v2 17/34] net/bnxt: add support for ULP session manager cleanup
  ` [dpdk-dev] [PATCH v2 18/34] net/bnxt: add helper functions for blob/regfile ops
  ` [dpdk-dev] [PATCH v2 19/34] net/bnxt: add support to process action tables
  ` [dpdk-dev] [PATCH v2 20/34] net/bnxt: add support to process key tables
  ` [dpdk-dev] [PATCH v2 21/34] net/bnxt: add support to free key and action tables
  ` [dpdk-dev] [PATCH v2 22/34] net/bnxt: add support to alloc and program key and act tbls
  ` [dpdk-dev] [PATCH v2 23/34] net/bnxt: match rte flow items with flow template patterns
  ` [dpdk-dev] [PATCH v2 24/34] net/bnxt: match rte flow actions with flow template actions
  ` [dpdk-dev] [PATCH v2 25/34] net/bnxt: add support for rte flow item parsing
  ` [dpdk-dev] [PATCH v2 26/34] net/bnxt: add support for rte flow action parsing
  ` [dpdk-dev] [PATCH v2 27/34] net/bnxt: add support for rte flow create driver hook
  ` [dpdk-dev] [PATCH v2 28/34] net/bnxt: add support for rte flow validate "
  ` [dpdk-dev] [PATCH v2 29/34] net/bnxt: add support for rte flow destroy "
  ` [dpdk-dev] [PATCH v2 30/34] net/bnxt: add support for rte flow flush "
  ` [dpdk-dev] [PATCH v2 31/34] net/bnxt: register tf rte flow ops
  ` [dpdk-dev] [PATCH v2 32/34] net/bnxt: disable vector mode when host based TRUFLOW is enabled
  ` [dpdk-dev] [PATCH v2 33/34] net/bnxt: add support for injecting mark into packet’s mbuf
  ` [dpdk-dev] [PATCH v2 34/34] net/bnxt: enable meson build on truflow code

[PATCH nft 0/2] Prevent kernel from adding concatenated ranges if they're not supported
 2020-04-13 19:48 UTC  (3+ messages)
` [PATCH nft 1/2] include: Resync nf_tables.h cache copy
` [PATCH nft 2/2] src: Set NFT_SET_CONCAT flag for sets with concatenated ranges

[PATCH] kbuild: arch/$(SUBARCH)/include/generated/ aren't cleaned by mrproper
 2020-04-13 19:47 UTC  (2+ messages)

[PATCH v2] xfsdocs: capture some information about dirs vs. attrs and how they use dabtrees
 2020-04-13 19:46 UTC 

Fixes tag confusion
 2020-04-13 19:46 UTC  (2+ messages)

[PATCH V7 0/9] Enable per-file/per-directory DAX operations V7
 2020-04-13 19:46 UTC  (13+ messages)
` [PATCH V7 4/9] fs/xfs: Make DAX mount option a tri-state
` [PATCH V7 5/9] fs/xfs: Create function xfs_inode_enable_dax()
` [PATCH V7 7/9] fs: Define I_DONTCACNE in VFS layer
` [PATCH V7 8/9] fs/xfs: Change xfs_ioctl_setattr_dax_invalidate()

[Buildroot] [git commit] board/solidrun/mx6cubox: create boot.scr in TARGET_DIR/boot
 2020-04-13 19:46 UTC 

[RFC PATCH bpf-next 00/16] bpf: implement bpf based dumping of kernel data structures
 2020-04-13 19:45 UTC  (13+ messages)
` [RFC PATCH bpf-next 03/16] bpf: provide a way for targets to register themselves
` [RFC PATCH bpf-next 04/16] bpf: allow loading of a dumper program
` [RFC PATCH bpf-next 05/16] bpf: create file or anonymous dumpers

[PATCH 0/8] loopfs
 2020-04-13 19:45 UTC  (10+ messages)
` [PATCH 4/8] kernfs: handle multiple namespace tags
` [PATCH 5/8] kernfs: let objects opt-in to propagating from the initial namespace
` [PATCH 6/8] genhd: add minimal namespace infrastructure

[Buildroot] [git commit] board/wandboard/post-build.sh: create boot.scr at TARGET_DIR/boot
 2020-04-13 19:45 UTC 

[PATCH v1 0/2] vfio/pci: expose device's PASID capability to VMs
 2020-04-13 19:44 UTC  (19+ messages)
` [PATCH v1 2/2] vfio/pci: Emulate PASID/PRI capability for VFs

[PATCH 4.4 00/29] 4.4.219-rc1 review
 2020-04-13 19:44 UTC  (2+ messages)

[xlnx:master 9789/9999] drivers/usb/dwc3/core.h:1462: multiple definition of `dwc3_simple_wakeup_capable'; drivers/usb/dwc3/core.o:drivers/usb/dwc3/core.h:1462: first defined here
 2020-04-13 19:44 UTC  (3+ messages)

BUG: kernel NULL pointer dereference, address: 00000041 - EIP: kmem_cache_alloc_trace
 2020-04-13 19:42 UTC 

[PATCH 4.19 00/54] 4.19.115-rc1 review
 2020-04-13 19:42 UTC  (2+ messages)

[PATCH 0/2] ceph: fix error handling bugs in async dirops callbacks
 2020-04-13 19:41 UTC  (7+ messages)
` [PATCH 1/2] ceph: have ceph_mdsc_free_path ignore ERR_PTR values

Same mountpoint restriction in FICLONE ioctls
 2020-04-13 19:39 UTC  (5+ messages)

[PATCH 0/3] commit-graph: error out on invalid commit oids in 'write --stdin-commits'
 2020-04-13 19:39 UTC  (9+ messages)
` [PATCH 3/3] "

[PATCH 0/2] Preparing to phase out uswsusp
 2020-04-13 19:08 UTC  (3+ messages)
` [PATCH 1/2] uswsusp: use enter/leave helpers and make a global variable static
` [PATCH 2/2] uswsusp: build only when configured

[PATCH] batman-adv: Utilize prandom_u32_max for random [0, max) values
 2020-04-13 19:37 UTC 

[PATCH] xfsdocs: capture some information about dirs vs. attrs and how they use dabtrees
 2020-04-13 19:37 UTC  (3+ messages)

[PATCH] arm64: dts: rockchip: remove bus-width from mmc nodes in rk3308.dtsi
 2020-04-13 19:36 UTC  (3+ messages)

[PATCH] scsi: sg: fix memory leak in sg_build_indirect
 2020-04-13 19:35 UTC 

[zeus/thud/master][PATCH] ti-pdk: SRCREV update to 2020.4.13
 2020-04-13 19:35 UTC 

[PATCH 0/4] remoteproc: Refactor function rproc_alloc()
 2020-04-13 19:34 UTC  (5+ messages)
` [PATCH 1/4] remoteproc: Fix a bug in rproc_alloc()
` [PATCH 2/4] remoteproc: Split firmware name allocation from rproc_alloc()
` [PATCH 3/4] remoteproc: Split rproc_ops "
` [PATCH 4/4] remoteproc: Get rid of tedious error path

[PATCH v3] Documentation: test.h - fix warnings
 2020-04-13 19:33 UTC  (2+ messages)

[PATCH 00/17] detect invalid branches at evaluation time
 2020-04-13 19:32 UTC  (5+ messages)
` [PATCH 15/17] scope: give a scope for labels & gotos

[tpm2] Re: ESys_ActivateCredential
 2020-04-13 19:31 UTC 

[PATCH] mm, memcg: fix inconsistent oom event behavior
 2020-04-13 19:31 UTC  (2+ messages)

[PATCH v1 0/3] NFS/RDMA server fixes for 5.7-rc
 2020-04-13 19:29 UTC  (6+ messages)
` [PATCH v1 3/3] svcrdma: Fix leak of svc_rdma_recv_ctxt objects

[PATCH] drivers: counter: Add Cros EC Sync counter
 2020-04-13 19:26 UTC  (4+ messages)

[PULL 0/4] pc: bugfixes, maintainers
 2020-04-13 19:25 UTC  (2+ messages)

[PATCH] ARM: do not assemble iwmmxt.S with LLVM toolchain
 2020-04-13 19:26 UTC  (12+ messages)

[PATCH for-5.0? 0/3] Make docs build work with Sphinx 3
 2020-04-13 19:24 UTC  (4+ messages)
` Supported Sphinx Versions (was: Re: [PATCH for-5.0? 0/3] Make docs build work with Sphinx 3)

post-receive: pub/scm/linux/kernel/git/sashal/linux-stable
 2020-04-13 19:24 UTC 

Intel AC 9462 driver fails to load under Xen (Failed to configure RX queues)
 2020-04-13 19:23 UTC 

[Buildroot] [git commit] package/python-keyring: bump to version 19.2.0
 2020-04-13 19:23 UTC 

post-receive: pub/scm/linux/kernel/git/jwboyer/fedora
 2020-04-13 19:23 UTC 

[U-Boot] [PATCH v2 0/5] riscv: sifive/fu540: Enable SPI-NOR support
 2020-04-13 19:22 UTC  (12+ messages)
` [U-Boot] [PATCH v2 5/5] sifive: fu540: Enable spi-nor flash support

[Buildroot] [PATCH] package/libsoundtouch: bump to version 2.1.2
 2020-04-13 19:21 UTC  (2+ messages)

[Buildroot] [Bug 12771] New: DA Services
 2020-04-13 19:20 UTC  (2+ messages)
` [Buildroot] [Bug 12771] "

[PATCH] bzip2: Add test suite for bzip2
 2020-04-13 19:18 UTC  (4+ messages)
` [OE-core] "

Notes from Git Contributor Summit, Los Angeles (April 5, 2020)
 2020-04-13 19:15 UTC  (8+ messages)
` [TOPIC 2/17] Hooks in the future

[PATCH] powerpc/wii: Fix declaration made after definition
 2020-04-13 19:06 UTC  (2+ messages)

[PATCH] x86: signal: move save_altstack_ex out of generic headers
 2020-04-13 19:12 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 00/11] new cgroup controller for gpu/drm subsystem
 2020-04-13 19:11 UTC  (7+ messages)

BUG: kernel NULL pointer dereference, address: 00 - ida_free+0x76/0x140
 2020-04-13 19:10 UTC  (13+ messages)

Odd timeout behavior
 2020-04-13 19:09 UTC  (7+ messages)

[PATCH] makedumpfile: clear mem_map if not in pt_loads
 2020-04-13 19:09 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/gustavoars/linux
 2020-04-13 19:08 UTC 

[SPDK] Re: SPDK ABI Improvements
 2020-04-13 19:03 UTC 

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS 708f75b95f51edac07660d56587a227041a20f08
 2020-04-13 19:02 UTC 

[master][PATCH 01/10] sa-lld: fix packaging issue due to libsa.a
 2020-04-13 19:02 UTC  (10+ messages)
` [master][PATCH 02/10] rm-lld: fix packaging issue due to librm.a
` [master][PATCH 03/10] pa-lld: fix packaging issue due to libpa.a
` [master][PATCH 04/10] traceframework: fix packaging issue due to libtraceframework.a
` [master][PATCH 05/10] aif2-lld: fix packaging issue due to libaif2.a
` [master][PATCH 06/10] hyplnk-lld: fix packaging issue due to libhyplnk*.a
` [master][PATCH 07/10] cppi-lld: fix packaging issue due to libcppi*.a
` [master][PATCH 08/10] qmss-lld: fix packaging issue due to libqmss*.a
` [master][PATCH 09/10] ipc-transport-qmss: fix packaging issue due to libTransportQmss.a
` [master][PATCH 10/10] ipc-transport-srio: fix packaging issue due to libTransportSrio.a

[PATCH v2 4/4] blkparse: Fix up the sector and length of split completions
 2020-04-13 19:01 UTC 

[PATCH v2 3/4] blkparse: Initialize and test for undefined request tracking timestamps
 2020-04-13 19:01 UTC 

[PATCH v2 2/4] blkparse: Allow request tracking on non md/dm devices
 2020-04-13 19:01 UTC 

[PATCH v2 1/4] blkparse: Fix device in event tracking error messages
 2020-04-13 19:01 UTC 

[PATCH v2 0/4] Split io tracing
 2020-04-13 19:01 UTC 

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2020-04-13 19:01 UTC 

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2020-04-13 19:00 UTC 

libmnl & rtnetlink questions
 2020-04-13 19:00 UTC 

[android-goldfish:android-4.14 1/2] Warning: ffffffff81ca0d60: 0f ff 49 8d ud0 -0x73(%rcx), %ecx
 2020-04-13 18:58 UTC  (2+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 149a6f1718926d6066be50e6ec8bf9cef943eaea
 2020-04-13 18:57 UTC 

BUG: spinlock bad magic - lock: msm_uart_ports
 2020-04-13 18:57 UTC 

[PATCH 0/2] Extend xattr extent counter to 32-bits
 2020-04-13 18:55 UTC  (5+ messages)
` [PATCH 2/2] xfs: "

[PATCH 00/10] KVM: selftests: Add KVM_SET_MEMORY_REGION tests
 2020-04-13 18:52 UTC  (5+ messages)
` [PATCH 01/10] KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm()
` [PATCH 03/10] KVM: selftests: Add util to delete memory region

[PATCH v4] MIPS: Truncate link address into 32bit for 32bit kernel
 2020-04-13 18:52 UTC  (2+ messages)

[PATCH] zbd: fix sequential verify with max_open_zones=1
 2020-04-13 18:51 UTC  (6+ messages)
        ` [PATCH v2] zbd: fix sequential write pattern with verify= and max_open_zones=

[dpdk-dev] [PATCH] net/mlx5: Allow configuring mlx5 port for TX only
 2020-04-13 18:50 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCHSET v2 block/for-5.8] iocost: improve use_delay and latency target handling
 2020-04-13 18:49 UTC  (6+ messages)

[qemu-mainline test] 149639: tolerable FAIL - PUSHED
 2020-04-13 18:49 UTC 

arch/powerpc/platforms/52xx/mpc52xx_pm.c:58:5: error: stack frame size of 1040 bytes in function 'mpc52xx_pm_prepare'
 2020-04-13 18:49 UTC  (3+ messages)

BUG: e1000: infinitely loop at e1000_set_link_ksettings
 2020-04-13 18:47 UTC  (3+ messages)
` [Intel-wired-lan] "

nfnetlink: This library is not meant as a public API for application developers
 2020-04-13 18:46 UTC  (3+ messages)

stable/linux-5.6.y boot: 101 boots: 4 failed, 92 passed with 5 untried/unknown (v5.6.4)
 2020-04-13 18:43 UTC 

[meta-oe][PATCH] kernel-selftest: Specify the target with -target instead of -arch
 2020-04-13 18:43 UTC 

[PATCH] device_cgroup: Cleanup cgroup eBPF device filter code
 2020-04-13 18:43 UTC  (3+ messages)

Git pull stuck when Trace2 target set to Unix Stream Socket
 2020-04-13 18:42 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/tj/cgroup
 2020-04-13 18:42 UTC 

[RESEND PATCH] Input: usbtouchscreen - add support for BonXeon TP
 2020-04-13 18:42 UTC 

[PATCH 1/3] net: phy: mdio: add IPQ40xx MDIO driver
 2020-04-13 18:42 UTC  (2+ messages)

[PATCH 0/4] Add support for constant power-supply property tables
 2020-04-13 18:38 UTC  (5+ messages)
` [PATCH 1/4] power: supply: core: Constify usb_types
` [PATCH 2/4] power: supply: charger-manager: Prepare for const properties
` [PATCH 3/4] power: supply: generic-adc-battery: "
` [PATCH 4/4] power: supply: core: Constify properties

[RESEND PATCH] MAINTAINERS: add an entry for kfifo
 2020-04-13 18:35 UTC  (2+ messages)

[PATCH] mm/hugetlb: avoid weird message in hugetlb_init
 2020-04-13 18:33 UTC  (6+ messages)

[PATCH] mm/userfaultfd: Disable userfaultfd-wp on x86_32
 2020-04-13 18:35 UTC  (2+ messages)

[dhowells-fs:afs-operation 8/13] fs/f2fs/node.c:1793:8: warning: assignment makes pointer from integer without a cast
 2020-04-13 18:34 UTC 

[PATCH] ARM: replace the sole use of a symbol with its definition
 2020-04-13 18:29 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] igt/gem_shrink: Fix reversed logic when mmap fails
 2020-04-13 18:27 UTC  (2+ messages)

[PATCH] .gitignore: include common build sub-directories
 2020-04-13 18:26 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/sashal/linux-stable
 2020-04-13 18:26 UTC 


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.