All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-09 00:46:39 to 2018-05-09 02:36:49 UTC [more...]

[PATCH v2 00/18] Fix build on gcc8 and various bugs
 2018-05-09  1:32 UTC  (17+ messages)
` [PATCH v2 01/18] lib/libtre_table: workaround hash function cast error
` [PATCH v2 02/18] drivers/bus/pci: fix strncpy dangerous code
` [PATCH v2 03/18] drivers/bus/dpaa: fix inconsistent struct alignment
` [PATCH v2 04/18] drivers/net/axgbe: fix broken eeprom string comp
` [PATCH v2 05/18] drivers/net/nfp/nfpcore: fix strncpy misuse
` [PATCH v2 06/18] drivers/net/nfp/nfpcore: fix off-by-one and no NUL on strncpy use
` [PATCH v2 07/18] drivers/net/nfp: don't memcpy out of source range
` [PATCH v2 08/18] drivers/net/nfp: fix buffer overflow in fw_name
` [PATCH v2 09/18] drivers/net/qede: fix strncpy constant and NUL
` [PATCH v2 10/18] drivers/net/qede: fix broken strncpy
` [PATCH v2 11/18] drivers/net/sfc: fix strncpy length
` [PATCH v2 12/18] drivers/net/sfc: fix strncpy size and NUL
` [PATCH v2 13/18] drivers/net/vdev: readlink inputs cannot be aliased
` [PATCH v2 14/18] drivers/net/vdev: fix 3 x strncpy misuse
` [PATCH v2 15/18] app/test-pmd: can't find include
` [PATCH v2 16/18] app/proc-info: fix sprintf overrun bug

[v4,0/5] eventdev: cover letter - crypto adapter
 2018-05-09  2:36 UTC  (7+ messages)
` [v4,1/5] eventdev: introduce event "
` [v4, 2/5] eventdev: add APIs and PMD callbacks for "
` [v4,3/5] eventdev: add crypto adapter implementation
  ` [v4, 3/5] "

[PATCH] riscv/ftrace: Fix the problem modules cannot find _mcount
 2018-05-09  2:36 UTC  (3+ messages)

WARNING: bad unlock balance in xfs_iunlock
 2018-05-09  2:37 UTC  (8+ messages)

[PATCH v2 1/2] dt-bindings: leds: Add SC27xx breathing light controller documentation
 2018-05-09  2:34 UTC  (4+ messages)
` [PATCH v2 2/2] leds: Add Spreadtrum SC27xx breathing light controller driver

[lkp-robot] [mm] e27be240df: will-it-scale.per_process_ops -27.2% regression
 2018-05-09  2:32 UTC  (3+ messages)
  ` [LKP] "

[net-next PATCH v3 0/6] UDP GSO Segmentation clean-ups
 2018-05-09  2:30 UTC  (2+ messages)

[PATCH v2 net-next 0/4] bpfilter
 2018-05-09  2:29 UTC  (13+ messages)
` [PATCH v2 net-next 1/4] umh: introduce fork_usermode_blob() helper
` [PATCH v2 net-next 2/4] net: add skeleton of bpfilter kernel module

[PATCH bpf-next] bpf: sync tools bpf.h uapi header
 2018-05-09  2:04 UTC 

[PATCH net-next v10 0/4] netdev: octeon-ethernet: Add Cavium Octeon III support
 2018-05-09  2:28 UTC  (3+ messages)
` [PATCH net-next v10 3/4] "

Userland breakage from "Modify the device name as devfreq(X) for sysfs"
 2018-05-09  2:28 UTC  (2+ messages)

[PATCH net-next] net:sched: add gkprio scheduler
 2018-05-09  2:27 UTC  (7+ messages)

.bb script file for auto tools
 2018-05-09  2:18 UTC 

pull-request Cavium liquidio firmware v1.7.2
 2018-05-09  2:21 UTC 

[RESEND PATCH] pinctrl: rockchip: Disable interrupt when changing it's capability
 2018-05-09  2:21 UTC  (7+ messages)

[PATCH v2 0/9] assorted radix fixes and improvemets for page fault and invalidation
 2018-05-09  2:20 UTC  (3+ messages)
` [PATCH v2 5/9] powerpc/mm/radix: implement LPID based TLB flushes to be used by KVM

[PATCH v2 9/9] KVM: PPC: Book3S HV: radix do not clear partition pte when RC or write bits do not ma
 2018-05-09  2:20 UTC 

[PATCH v2 8/9] KVM: PPC: Book3S HV: radix refine IO region partition scope attributes
 2018-05-09  2:20 UTC 

[PATCH v2 7/9] KVM: PPC: Book3S HV: radix handle process scoped LPID flush in C, with relocation on
 2018-05-09  2:20 UTC 

[PATCH v2 6/9] KVM: PPC: Book3S HV: radix use the Linux translation flush functions for partition sc
 2018-05-09  2:20 UTC 

[PATCH v2 4/9] KVM: PPC: Book3S HV: recursively unmap all page table entries when unmapping
 2018-05-09  2:20 UTC 

[PATCH v2 3/9] KVM: PPC: Book3S HV: use a helper to unmap ptes in the radix fault path
 2018-05-09  2:20 UTC 

[PATCH v2 2/9] KVM: PPC: Book3S HV: radix clear pte when unmapping
 2018-05-09  2:20 UTC 

[PATCH v2 1/9] KVM: PPC: Book3S HV: radix use correct tlbie sequence in kvmppc_radix_tlbie_page
 2018-05-09  2:20 UTC 

[Ocfs2-devel] [PATCH] ocfs2: don't use iocb when EIOCBQUEUED returns
 2018-05-09  2:14 UTC  (7+ messages)

[PATCH 1/6] grep.c: take regmatch_t as argument in match_line()
 2018-05-09  2:13 UTC  (9+ messages)
` [PATCH v5 0/7] Teach '--column' to 'git-grep(1)'
  ` [PATCH v5 1/7] Documentation/config.txt: camel-case lineNumber for consistency
  ` [PATCH v5 2/7] grep.c: expose matched column in match_line()
  ` [PATCH v5 3/7] grep.[ch]: extend grep_opt to allow showing matched column
  ` [PATCH v5 4/7] grep.c: display column number of first match
  ` [PATCH v5 5/7] builtin/grep.c: add '--column' option to 'git-grep(1)'
  ` [PATCH v5 6/7] grep.c: add configuration variables to show matched option
  ` [PATCH v5 7/7] contrib/git-jump/git-jump: jump to match column in addition to line

[PATCH lksctp-tools] func_tests: add a reference to Issue 24
 2018-05-09  2:14 UTC 

[PATCH 1/2] btrfs: add verify chattr support for send/receive test
 2018-05-09  2:13 UTC  (2+ messages)
` [PATCH 2/2] xfstests: btrfs, test send's ability to punch holes and prealloc extents

[PATCH] media: uvcvideo: Support realtek's UVC 1.5 device
 2018-05-09  2:13 UTC 

[RFC PATCH 1/6] Btrfs-progs: send, bump stream version
 2018-05-09  2:11 UTC  (6+ messages)
` [RFC PATCH 2/6] Btrfs-progs: send, implement total data size callback and progress report
` [RFC PATCH 3/6] Btrfs-progs: send, implement fallocate command callback
` [RFC PATCH 4/6] Btrfs-progs: add write and clone commands debug info to receive
` [RFC PATCH 5/6] btrfs-progs: add total data size, fallocate to dump
` [RFC PATCH 6/6] btrfs-progs: add chattr support for send/receive

[PATCH v7] ethdev: check Rx/Tx offloads
 2018-05-09  2:10 UTC  (4+ messages)
` [PATCH v8] "

[PATCH v4 1/3] resource: Use list_head to link sibling resource
 2018-05-09  2:08 UTC  (6+ messages)

[RFC PATCH 0/6] btrfs send stream version 2
 2018-05-09  2:06 UTC  (7+ messages)
` [RFC PATCH 1/6] btrfs: send, bump stream version
` [RFC PATCH 2/6] btrfs: send, implement total data size command to allow for progress estimation
` [RFC PATCH 3/6] btrfs: send, use fallocate command to punch holes
` [RFC PATCH 4/6] btrfs: send, use fallocate command to allocate extents
` [RFC PATCH 5/6] btrfs: add send_stream_version attribute to sysfs
` [RFC PATCH 6/6] btrfs: add chattr support for send/receive

[PATCH ghak81 RFC V1 0/5] audit: group task params
 2018-05-09  2:07 UTC  (7+ messages)
` [PATCH ghak81 RFC V1 2/5] audit: convert sessionid unset to a macro
` [PATCH ghak81 RFC V1 4/5] audit: use inline function to set audit context

[RFC][PATCH 0/76] vfs: 'views' for filesystems with more than one root
 2018-05-09  2:06 UTC  (3+ messages)

[PATCHv2 lksctp-tools 0/3] add the support for sctp_sendv and sctp_recvv
 2018-05-09  2:05 UTC  (2+ messages)

[Bug 41] testpmd failed with net_failsafe error
 2018-05-09  2:03 UTC 

[CI 1/2] drm/i915/execlists: Make submission tasklet hardirq safe
 2018-05-09  2:03 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [CI,1/2] "

[PATCH] arm64: dts: juno: fix OF graph endpoint node names
 2018-05-09  1:58 UTC  (4+ messages)
` [PATCH] arm64: dts: sprd: fix typo in 'remote-endpoint'

[PATCH bpf-next v3 3/6] bpf: Add IPv6 Segment Routing helpers
 2018-05-09  1:57 UTC  (4+ messages)

[PATCH 0/8] mm, x86, powerpc: Consolidate pkey code
 2018-05-09  1:57 UTC  (7+ messages)
` [PATCH 5/8] x86/pkeys: Move vma_pkey() into asm/pkeys.h
` [PATCH 8/8] mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeys

[U-Boot] SYS_HAVE_*CACHE_MAINTENANCE
 2018-05-09  1:53 UTC 

[PATCH] event/octeontx: fix clang 6 linker error
 2018-05-09  1:53 UTC  (2+ messages)

[PATCH 00/21] xfsprogs: parent pointers v1
 2018-05-09  1:47 UTC  (11+ messages)
` [PATCH 21/21] xfsprogs: implement the upper half of parent pointers

[PATCH v2 1/3] mmc: dw_mmc-bluefield: Add driver extension
 2018-05-09  1:45 UTC  (3+ messages)
` [PATCH v7 "

[PATCH v6 0/7] Add endpoint driver for Rockchip PCIe controller
 2018-05-09  1:42 UTC  (5+ messages)

[PATCH v2] On ppc64le we HAVE_RELIABLE_STACKTRACE
 2018-05-09  1:41 UTC  (9+ messages)
      ` [PATCH v3] "
          ` [PATCH v3] ppc64le livepatch: implement reliable stacktrace for newer consistency models

[RFC] vfs: skip extra attributes check on removal for symlinks
 2018-05-09  1:39 UTC  (8+ messages)

[meta-python][PATCH] python-robotframework: Add robot framework serial library
 2018-05-09  1:39 UTC 

[Qemu-devel] [PATCH 1/2] migration: update index field when delete or qsort RDMALocalBlock
 2018-05-09  1:39 UTC  (3+ messages)

[PATCH] mm: provide a fallback for PAGE_KERNEL_RO for architectures
 2018-05-09  1:39 UTC  (6+ messages)

[meta-python][PATCH] python-robotframework: Add runtime dependencies to robot framework
 2018-05-09  1:37 UTC 

[PATCH 00/10] Misc block layer patches for bcachefs
 2018-05-09  1:33 UTC  (11+ messages)
` [PATCH 01/10] mempool: Add mempool_init()/mempool_exit()
` [PATCH 02/10] block: Convert bio_set to mempool_init()
` [PATCH 03/10] block: Add bioset_init()/bioset_exit()
` [PATCH 04/10] block: Use bioset_init() for fs_bio_set
` [PATCH 05/10] block: Add bio_copy_data_iter(), zero_fill_bio_iter()
` [PATCH 06/10] block: Split out bio_list_copy_data()
` [PATCH 07/10] block: Add missing flush_dcache_page() call
` [PATCH 08/10] block: Add warning for bi_next not NULL in bio_endio()
` [PATCH 09/10] block: Export bio check/set pages_dirty
` [PATCH 10/10] block: Add sysfs entry for fua support

[U-Boot] [PATCH] kconfig: Print reverse dependencies in groups
 2018-05-09  1:31 UTC  (3+ messages)

[U-Boot] [PATCH] bootm.c: Correct the flush_len used in bootm_load_os()
 2018-05-09  1:31 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] image: fit: Show signatures and hashes for configurations
 2018-05-09  1:31 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] arm: bitops: fix find_next_zero_bit() for case size < 32
 2018-05-09  1:31 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] cmd: add ADC cli commands
 2018-05-09  1:31 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[U-Boot] [PATCH v2 1/3] pci: Don't use pci_indirect when DM is active
 2018-05-09  1:31 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2] gdsys: drivers: Add gdsys_rxaui_ctrl driver
 2018-05-09  1:31 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2] clk: Add ICS8N3QV01 driver
 2018-05-09  1:31 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[U-Boot] [PATCH v2 2/2] ihs_mdio: Make DM-compatible
 2018-05-09  1:31 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,2/2] "

[U-Boot] [PATCH v2 1/2] ihs_mdio: Encapsulate register access
 2018-05-09  1:30 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,1/2] "

[U-Boot] [PATCH v3] db410c: set clk node to be probed before relocation
 2018-05-09  1:30 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] ARM: dts: sti: Add stih410-b2260-u-boot.dtsi
 2018-05-09  1:30 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] arm: ti: boot: Extract PARTS_DEFAULT to boot.h
 2018-05-09  1:30 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [GIT PULL] Please pull u-boot-mmc master
 2018-05-09  1:30 UTC  (2+ messages)

[U-Boot] [GIT PULL] u-boot-uniphier/master
 2018-05-09  1:30 UTC  (2+ messages)

[-next] dmaengine: sprd: Fix potential NULL dereference in sprd_dma_probe()
 2018-05-09  1:29 UTC  (3+ messages)
` [PATCH -next] "

[Qemu-devel] [PATCH v3 0/6] Enable postcopy RDMA live migration
 2018-05-09  1:28 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 3/6] migration: remove unnecessary variables len in QIOChannelRDMA

[PATCH v2 0/3] xfs: skip unnecessary discards
 2018-05-09  1:28 UTC  (4+ messages)
` [PATCH v2 1/3] xfs: add bmapi nodiscard flag

[PATCH] clk: imx6ull: use OSC clock during AXI rate change
 2018-05-09  1:26 UTC  (9+ messages)

[igt-dev] [PATCH i-g-t] tools/vbt_decode: Print DRRS and PSR flags
 2018-05-09  1:26 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH V1 0/5] Introduce Intel FPGA BUS
 2018-05-09  1:25 UTC  (8+ messages)
` [PATCH v9 0/4] "
  ` [PATCH v9 1/4] bus/ifpga: Add Intel FPGA BUS Library
  ` [PATCH v9 2/4] iFPGA: Add Intel FPGA OPAE Share Code

[PATCH 2/4] pid: Export find_task_by_vpid for use in external modules
 2018-05-09  1:23 UTC  (3+ messages)

[PATCH v7 0/7] Add EP driver for Rockchip PCIe controller
 2018-05-09  1:18 UTC  (17+ messages)
` [PATCH v7 2/7] PCI: rockchip: Split out rockchip_pcie_parse_dt() to parse DT
` [PATCH v7 3/7] PCI: rockchip: Split out common function to init controller
` [PATCH v7 4/7] dt-bindings: PCI: rockchip: Rename rockchip-pcie.txt to rockchip-pcie-host.txt
` [PATCH v7 5/7] PCI: rockchip: Add EP driver for Rockchip PCIe controller
` [PATCH v7 6/7] dt-bindings: PCI: rockchip: Add DT bindings for Rockchip PCIe EP driver
` [PATCH v7 7/7] arm64: defconfig: update config for Rockchip PCIe
  ` [PATCH v7 1/7] PCI: rockchip: Separate common code from RC driver

Using LIBIIO sending DATA to DAC and capturing the output from DAC
 2018-05-09  1:14 UTC  (2+ messages)

[Qemu-devel] [PATCH] docker: Fix trivial typo
 2018-05-09  1:13 UTC  (2+ messages)

[U-Boot] [PATCH V2] imx: mx7: psci: add system reset support
 2018-05-09  1:13 UTC  (5+ messages)
` [U-Boot] [U-Boot,V2] "

[PATCH] btrfs: incremental send, fix BUG when parent commit_root changed
 2018-05-09  1:10 UTC  (5+ messages)

bug in tag handling in blk-mq?
 2018-05-09  1:09 UTC  (10+ messages)

LIBIIO Question, Try to send data to DAC and capture the output from DAC
 2018-05-09  0:57 UTC 

[PATCH v2] nubus: Call bus_register unconditionally
 2018-05-09  1:04 UTC 

[PATCH v2] nubus: Call bus_register unconditionally
 2018-05-09  1:04 UTC 

Incoming sms problem on Motorola Droid 4
 2018-05-09  1:03 UTC  (3+ messages)

[PATCH] drm/i915/psr: Check if VBT says PSR can be enabled
 2018-05-09  1:03 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[Ocfs2-devel] [PATCH] ocfs2: Correct the offset comments of the structure ocfs2_dir_block_trailer
 2018-05-09  1:01 UTC  (2+ messages)

[net-next 1/1] tipc: clean up removal of binding table items
 2018-05-09  0:59 UTC 

[PATCH 1/2] perf cs-etm: Support unknown_thread in cs_etm_auxtrace
 2018-05-09  0:56 UTC  (4+ messages)

[Qemu-devel] [PATCH] blockjob: expose error string via query
 2018-05-09  0:53 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/10] Avoid integer overflow in next_page_start
 2018-05-09  0:51 UTC  (5+ messages)

[PATCH v1 1/3] net/mlx5: document update for Tx
 2018-05-09  0:14 UTC  (3+ messages)
` [PATCH v1 2/3] net/mlx5: fix SW parsing feature detection
` [PATCH v1 3/3] net/mlx5: fix SW parser enabling

[RFC][PATCH 00/13] Provide saturating helpers for allocation
 2018-05-09  0:42 UTC  (4+ messages)
` [PATCH 03/13] overflow.h: Add allocation size calculation helpers
` [PATCH 05/13] mm: Use array_size() helpers for kvmalloc()
` [PATCH 07/13] treewide: Use struct_size() for vmalloc()-family

[PATCH 0/7] ocxl: Implement Power9 as_notify/wait for OpenCAPI
 2018-05-09  0:42 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/7] powerpc: Use TIDR CPU feature to control TIDR allocation
  ` [PATCH v3 3/7] powerpc: use task_pid_nr() for TID allocation


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.