All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-09 01:21:33 to 2019-08-09 03:21:16 UTC [more...]

What's cooking in git.git (Jul 2019, #06; Thu, 25)
 2019-08-09  3:21 UTC  (7+ messages)

[PATCH 4.19 00/45] 4.19.66-stable review
 2019-08-09  3:20 UTC  (2+ messages)

[U-Boot] Please pull u-boot-marvell/master (watchdog related)
 2019-08-09  3:20 UTC  (2+ messages)

stable-rc/linux-4.9.y boot: 103 boots: 0 failed, 91 passed with 12 offline (v4.9.187-71-g399cf2b4ebf0)
 2019-08-09  3:19 UTC 

i2c: imx: support slave mode for imx I2C driver
 2019-08-09  3:18 UTC  (4+ messages)
  ` [EXT] "

[PATCH 4.14 00/33] 4.14.138-stable review
 2019-08-09  3:16 UTC  (2+ messages)

linux-next: manual merge of the sound-asoc tree with the sound tree
 2019-08-09  3:16 UTC 

[Qemu-devel] [PATCH] target-arm: Make the counter tick relative to cntfrq
 2019-08-09  3:13 UTC 

[PATCH] ARM: imx: stop adjusting ar8031 phy tx delay
 2019-08-09  3:12 UTC  (2+ messages)

[PATCH] ARM: dts: imx7d: cl-som-imx7: make ethernet work again
 2019-08-09  3:12 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 00/26] Invert Endian bit in SPARCv9 MMU TTE
 2019-08-09  0:35 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 17/26] exec: Replace device_endian with MemOp
    ` [Xen-devel] "
    ` [Qemu-riscv] "

linux-next: build failure after merge of the sound-asoc tree
 2019-08-09  3:08 UTC 

[Xen-devel] [libvirt test] 139829: tolerable all pass - PUSHED
 2019-08-09  3:06 UTC 

[PATCH 1/1] delete multiple tags in a single transaction
 2019-08-09  3:05 UTC  (4+ messages)

[PATCH] genirq/affinity: report extra vectors on uneven nodes
 2019-08-09  3:04 UTC  (5+ messages)

[PATCH] regulator: core: Add devres versions of regulator_enable/disable
 2019-08-09  3:03 UTC 

[PATCH v2 00/58] qla2xxx patches for kernel v5.4
 2019-08-09  3:02 UTC  (59+ messages)
` [PATCH v2 01/58] qla2xxx: Make qla2x00_abort_srb() again decrease the sp reference count
` [PATCH v2 02/58] qla2xxx: Really fix qla2xxx_eh_abort()
` [PATCH v2 03/58] qla2xxx: Improve Linux kernel coding style conformance
` [PATCH v2 04/58] qla2xxx: Use tabs instead of spaces for indentation
` [PATCH v2 05/58] qla2xxx: Include the <asm/unaligned.h> header file from qla_dsd.h
` [PATCH v2 06/58] qla2xxx: Remove an include directive from qla_mr.c
` [PATCH v2 07/58] qla2xxx: Remove a superfluous forward declaration
` [PATCH v2 08/58] qla2xxx: Declare the fourth ql_dump_buffer() argument const
` [PATCH v2 09/58] qla2xxx: Change the return type of qla2x00_update_ms_fdmi_iocb() into void
` [PATCH v2 10/58] qla2xxx: Reduce the scope of three local variables in qla2xxx_queuecommand()
` [PATCH v2 11/58] qla2xxx: Declare qla_tgt_cmd.cdb const
` [PATCH v2 12/58] qla2xxx: Change data_dsd into an array
` [PATCH v2 13/58] qla2xxx: Verify locking assumptions at runtime
` [PATCH v2 14/58] qla2xxx: Reduce the number of casts in GID list code
` [PATCH v2 15/58] qla2xxx: Simplify qlt_lport_dump()
` [PATCH v2 16/58] qla2xxx: Remove a superfluous pointer check
` [PATCH v2 17/58] qla2xxx: Remove two superfluous tests
` [PATCH v2 18/58] qla2xxx: Simplify qla24xx_abort_sp_done()
` [PATCH v2 19/58] qla2xxx: Fix session lookup in qlt_abort_work()
` [PATCH v2 20/58] qla2xxx: Report the firmware status code if a mailbox command fails
` [PATCH v2 21/58] qla2xxx: Do not corrupt vha->plogi_ack_list
` [PATCH v2 22/58] qla2xxx: Use strlcpy() instead of strncpy()
` [PATCH v2 23/58] qla2xxx: Complain if a mailbox command times out
` [PATCH v2 24/58] qla2xxx: Complain if parsing the version string fails
` [PATCH v2 25/58] qla2xxx: Remove dead code
` [PATCH v2 26/58] qla2xxx: Simplify a debug statement
` [PATCH v2 27/58] qla2xxx: Fix qla24xx_process_bidir_cmd()
` [PATCH v2 28/58] qla2xxx: Remove unreachable code from qla83xx_idc_lock()
` [PATCH v2 29/58] qla2xxx: Suppress a Coveritiy complaint about integer overflow
` [PATCH v2 30/58] qla2xxx: Suppress multiple Coverity complaint about out-of-bounds accesses
` [PATCH v2 31/58] qla2xxx: Always check the qla2x00_wait_for_hba_online() return value
` [PATCH v2 32/58] qla2xxx: Declare fourth qla2x00_set_model_info() argument const
` [PATCH v2 33/58] qla2xxx: Complain if waiting for pending commands times out
` [PATCH v2 34/58] qla2xxx: Check the PCI info string output buffer size
` [PATCH v2 35/58] qla2xxx: Use memcpy() and strlcpy() instead of strcpy() and strncpy()
` [PATCH v2 36/58] qla2xxx: Complain if a soft reset fails
` [PATCH v2 37/58] qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDs
` [PATCH v2 38/58] qla2xxx: Change the return type of qla24xx_read_flash_data()
` [PATCH v2 39/58] qla2xxx: Check secondary image if reading the primary image fails
` [PATCH v2 40/58] qla2xxx: Make it explicit that ELS pass-through IOCBs use little endian
` [PATCH v2 41/58] qla2xxx: Set the responder mode if appropriate for ELS pass-through IOCBs
` [PATCH v2 42/58] qla2xxx: Rework key encoding in qlt_find_host_by_d_id()
` [PATCH v2 43/58] qla2xxx: Enable type checking for the SRB free and done callback functions
` [PATCH v2 44/58] qla2xxx: Introduce the function qla2xxx_init_sp()
` [PATCH v2 45/58] qla2xxx: Fix a race condition between aborting and completing a SCSI command
` [PATCH v2 46/58] qla2xxx: Make qlt_handle_abts_completion() more robust
` [PATCH v2 47/58] qla2xxx: Modify NVMe include directives
` [PATCH v2 48/58] qla2xxx: Introduce qla2xxx_get_next_handle()
` [PATCH v2 49/58] qla2xxx: Make sure that aborted commands are freed
` [PATCH v2 50/58] qla2xxx: Complain if sp->done() is not called from the completion path
` [PATCH v2 51/58] qla2xxx: Let the compiler check the type of the SCSI command context pointer
` [PATCH v2 52/58] qla2xxx: Remove superfluous sts_entry_* casts
` [PATCH v2 53/58] qla2xxx: Report invalid mailbox status codes
` [PATCH v2 54/58] qla2xxx: Inline the qla2x00_fcport_event_handler() function
` [PATCH v2 55/58] qla2xxx: Introduce qla2x00_els_dcmd2_free()
` [PATCH v2 56/58] qla2xxx: Remove two superfluous if-tests
` [PATCH v2 57/58] qla2xxx: Simplify qla24xx_async_abort_cmd()
` [PATCH v2 58/58] qla2xxx: Fix a NULL pointer dereference

[RFC PATCH v4 0/3] grep: no leaks or crashes (windows testing needed)
 2019-08-09  3:02 UTC  (5+ messages)
` [RFC PATCH v5 0/3] grep: almost no more leaks, hopefully no crashes
  ` [RFC PATCH v5 1/3] grep: make PCRE1 aware of custom allocator
  ` [RFC PATCH v5 2/3] grep: make PCRE2 "
  ` [RFC PATCH v5 3/3] grep: avoid leak of chartables in PCRE2

[Buildroot] [PATCH] package/package/tpm2-totp: bump to version 0.1.2
 2019-08-09  3:02 UTC 

[PATCH] drm/panfrost: Implement per FD address spaces
 2019-08-09  3:01 UTC  (5+ messages)

[PATCH] python-manilaclient: upgrade 1.4.0 -> 1.27.0
 2019-08-09  2:58 UTC 

AEAD question
 2019-08-09  2:57 UTC  (5+ messages)

linux-next: build failure after merge of the sound tree
 2019-08-09  2:54 UTC 

[dpdk-dev] 19.11 Intel Roadmap
 2019-08-09  2:52 UTC  (4+ messages)
` [dpdk-dev] which is the code base when submitting patch around end of September

[PATCH net-next 00/12] net: hns3: add some bugfixes & optimizations & cleanups for HNS3 driver
 2019-08-09  2:31 UTC  (13+ messages)
` [PATCH net-next 01/12] net: hns3: fix GFP flag error in hclge_mac_update_stats()
` [PATCH net-next 02/12] net: hns3: fix interrupt clearing error for VF
` [PATCH net-next 03/12] net: hns3: clean up for vlan handling in hns3_fill_desc_vtags
` [PATCH net-next 04/12] net: hns3: add input length check for debugfs write function
` [PATCH net-next 05/12] net: hns3: modify how pause options is displayed
` [PATCH net-next 06/12] net: hns3: add DFX registers information for ethtool -d
` [PATCH net-next 07/12] net: hns3: add some statitics info to tx process
` [PATCH net-next 08/12] net: hns3: add check for max TX BD num for tso and non-tso case
` [PATCH net-next 09/12] net: hns3: add function display NCL_CONFIG info
` [PATCH net-next 10/12] net: hns3: refine MAC pause statistics querying function
` [PATCH net-next 11/12] net: hns3: add handshake with VF for PF reset
` [PATCH net-next 12/12] net: hns3: refine some macro definitions

[dm-devel] xts fuzz testing and lack of ciphertext stealing support
 2019-08-09  2:48 UTC  (11+ messages)
                    `  "

[RFC PATCH v2] mm: slub: print kernel addresses in slub debug messages
 2019-08-09  2:46 UTC  (3+ messages)

[dpdk-dev] net/i40e: fix vf runtime queues rss config
 2019-08-09  2:44 UTC  (3+ messages)
` [dpdk-dev] [v2] "

[PATCH] irqbalance: upgrade 1.5.0 -> 1.6.0
 2019-08-09  2:42 UTC 

[PATCH] Add arm64 memory barriers support
 2019-08-09  2:40 UTC 

[PATCH V2 00/10] cpufreq: Migrate users of policy notifiers to QoS requests
 2019-08-09  2:34 UTC  (9+ messages)
` [PATCH V2 04/10] cpufreq: powerpc_cbe: Switch to QoS requests instead of cpufreq notifier
` [PATCH V2 05/10] ACPI: cpufreq: "

[PATCH] cpufreq: dev_pm_qos_update_request() can return 1 on success
 2019-08-09  2:31 UTC 

[Buildroot] [Bug 12086] New: dhcp shared libraries not installed to target
 2019-08-09  2:31 UTC  (2+ messages)
` [Buildroot] [Bug 12086] "

[asoc:for-5.4 195/195] sound/soc/sof/intel/hda-ctrl.c:257:8: error: 'struct hdac_bus' has no member named 'io_ops'; did you mean 'ops'?
 2019-08-09  2:29 UTC 

[pull] amdgpu, amdkfd, radeon, ttm drm-next-5.4
 2019-08-09  2:29 UTC  (2+ messages)

[Buildroot] [PATCH] package/dhcp: install shared libraries
 2019-08-09  2:27 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2019-08-09  2:27 UTC 

[Buildroot] [PATCH] package/dhcp: fix installation with BR2_STATIC_LIBS=y
 2019-08-09  2:27 UTC 

[PATCH 0/2 v2] tracing/arm: Fix the stack tracer when LR is saved after local storage
 2019-08-09  2:24 UTC  (9+ messages)
` [PATCH 1/2 v2] tracing/arm64: Have max stack tracer handle the case of return address after data

My Branch not getting tested
 2019-08-09  2:23 UTC  (10+ messages)

[PATCH V4 1/2] cpufreq: schedutil: Don't skip freq update when limits change
 2019-08-09  2:22 UTC  (5+ messages)
` [PATCH V4 2/2] cpufreq: intel_pstate: Implement QoS supported freq constraints
  ` [PATCH V5 "

[PATCH 1/5] drm/amdgpu: Extends amdgpu vm definitions
 2019-08-09  2:15 UTC  (5+ messages)
  ` [PATCH 2/5] drm/amdgpu: Support new arcturus mtype
  ` [PATCH 3/5] drm/amdkfd: Postpone memory mapping flags calculation to mapping time
  ` [PATCH 4/5] drm/amdgpu: Support snooped PTE flag
  ` [PATCH 5/5] amd/amdgpu: Introduce new page mapping scheme for arcturus

[RFC PATCH 00/11] Simple QoS for exynos-bus driver using interconnect
 2019-08-09  2:17 UTC  (6+ messages)
  ` [RFC PATCH 09/11] devfreq: exynos-bus: Add interconnect functionality to exynos-bus

Build error after changing $TMPDIR
 2019-08-09  2:12 UTC 

post-receive: pub/scm/linux/kernel/git/groeck/linux-staging
 2019-08-09  2:11 UTC 

[PATCH] v4l2-compliance: split node at testNode() in two nodes
 2019-08-09  2:08 UTC  (2+ messages)

[PATCH v2 0/2] Add recipe of xfce4-datetime-setter
 2019-08-09  2:04 UTC  (6+ messages)
` [PATCH v2 1/2] xfce4-datetime-setter: add recipe

[Buildroot] [PATCH v2] support/testing: add test for root password
 2019-08-09  2:03 UTC  (2+ messages)

[Xen-devel] [PATCH 1/2] python: fix -Wsign-compare warnings
 2019-08-09  2:01 UTC  (2+ messages)
` [Xen-devel] [PATCH 2/2] tools/tests/cpu-policy: disable -Wformat-overflow

[PATCH net v2] hv_netvsc: Fix a warning of suspicious RCU usage
 2019-08-09  1:58 UTC 

[PATCH v4 0/7] nvme controller reset and namespace scan work race conditions
 2019-08-09  1:57 UTC  (3+ messages)
` [PATCH v4 2/7] nvme: return a proper errno for sync commands failure

[PATCH 8/9] Use FIEMAP for FIBMAP calls
 2019-08-09  1:56 UTC  (2+ messages)

[PATCH 1/2] scsi: core: fix missing .cleanup_rq for SCSI hosts without request batching
 2019-08-09  1:56 UTC  (4+ messages)

[Xen-devel] [xen-unstable test] 139819: regressions - FAIL
 2019-08-09  1:50 UTC 

[PATCH net-next] taprio: remove unused variable 'entry_list_policy'
 2019-08-09  1:49 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] libnewt:upgrade 0.52.20 -> 0.52.21
 2019-08-09  1:48 UTC 

[asoc:for-5.4 195/195] sound/soc/sof/intel/hda-dsp.c:360:22: error: 'hlink' undeclared
 2019-08-09  1:48 UTC 

[meta-xfce][Patch 0/2] Add recipe of xfce4-datetime-setter
 2019-08-09  1:42 UTC  (5+ messages)

[PATCH net-next v7 0/6] flow_offload: add indr-block in nf_table_offload
 2019-08-09  1:44 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/bwh/linux-stable-queue
 2019-08-09  1:44 UTC 

[PATCH 00/17] Networking driver debugfs cleanups
 2019-08-09  1:42 UTC  (3+ messages)

[PATCH 1/5] drm/amdgpu: Extends amdgpu vm definitions
 2019-08-09  1:41 UTC  (4+ messages)
` [PATCH 3/5] drm/amdkfd: Postpone memory mapping flags calculation to mapping time

[ndctl PATCH] daxctl/test: Skip daxctl-devices.sh on older kernels
 2019-08-09  1:21 UTC 

[ndctl PATCH] ndctl/test: Add xfs reflink dependency
 2019-08-09  1:21 UTC 

[U-Boot] [PATCH v9 8/9] board: intel: Add new slimbootloader board
 2019-08-09  1:38 UTC  (4+ messages)

[PATCH v4 00/20] KVM RISC-V Support
 2019-08-09  1:35 UTC  (6+ messages)

[PATCH] direct-io: use GFP_NOIO to avoid deadlock
 2019-08-09  1:34 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/khilman/linux-amlogic
 2019-08-09  1:35 UTC 

post-receive: pub/scm/linux/kernel/git/khilman/linux
 2019-08-09  1:35 UTC 

[PATCH 1/7] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively
 2019-08-09  1:34 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2019-08-09  1:34 UTC 

[Fuego] Fuego v1.4 not able to add nodes
 2019-08-09  1:32 UTC  (2+ messages)

[PATCH 2/3] libbpf: Add helper to extract perf fd from bpf_link
 2019-08-09  1:31 UTC  (3+ messages)

mke2fs accepts block size not mentioned in its man page
 2019-08-09  1:00 UTC  (2+ messages)

[GIT PULL] SMB3 Fixes
 2019-08-09  1:30 UTC  (2+ messages)

[GIT PULL] Please pull NFS client bugfixes
 2019-08-09  1:30 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2019-08-09  1:29 UTC 

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-09  1:26 UTC  (10+ messages)
` [PATCH v3 38/41] powerpc: convert put_page() to put_user_page*()
      ` [Xen-devel] "

[Bug 110258] Lenovo V110-15AST AMD A9-9410 AMD R5 Stoney hangs after waking after suspend. 5.0-5.1rc2
 2019-08-09  1:27 UTC  (2+ messages)
` [Bug 110258] Lenovo V110-15AST AMD A9-9410 AMD R5 Stoney hangs after waking after suspend. 5.0 onwards

[PATCH 1/2] vsprintf: Prevent crash when dereferencing invalid pointers for %pD
 2019-08-09  1:24 UTC  (2+ messages)
` [PATCH 2/2] lib/test_printf: add test of null/invalid pointer dereference for dentry

libdrm patch merge request
 2019-08-09  1:25 UTC  (3+ messages)

[PATCH v1.2 0/3] btrfs: tree-checker: Add extent items check
 2019-08-09  1:24 UTC  (4+ messages)
` [PATCH v1.2 1/3] btrfs: tree-checker: Add EXTENT_ITEM and METADATA_ITEM check
` [PATCH v1.2 2/3] btrfs: tree-checker: Add simple keyed refs check
` [PATCH v1.2 3/3] btrfs: tree-checker: Add EXTENT_DATA_REF check

[PATCH v3 net-next 0/3] net: batched receive in GRO path
 2019-08-09  1:22 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2019-08-09  1:22 UTC 

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-09  1:20 UTC  (4+ messages)
` [PATCH 23/24] xfs: reclaim inodes from the LRU


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.