All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-12 20:27:01 to 2019-10-12 23:22:09 UTC [more...]

[PATCH 1/3] rts: ds1685: remove not needed fields from private struct
 2019-10-12 23:22 UTC  (6+ messages)
` [PATCH 2/3] rtc: ds1685: use devm_platform_ioremap_resource helper
` [PATCH 3/3] rtc: ds1685: add indirect access method and remove plat_read/plat_write

[PATCH v5 bpf-next 00/15] samples: bpf: improve/fix cross-compilation
 2019-10-12 23:14 UTC  (8+ messages)
` [PATCH v5 bpf-next 09/15] samples/bpf: use own flags but not HOSTCFLAGS

[Buildroot] [PATCH 1/2] package/minetest: bump to version 5.1.0
 2019-10-12 23:12 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/minetest-game: "

[PATCH 0/7] Harden userfaultfd
 2019-10-12 23:12 UTC  (7+ messages)
` [PATCH 3/7] Add a UFFD_SECURE flag to the userfaultfd API
` [PATCH 4/7] Teach SELinux about a new userfaultfd class
` [PATCH 6/7] Allow users to require UFFD_SECURE

[Buildroot] [PATCH] package/pkg-meson.mk: set Python sysconfigdata
 2019-10-12 23:11 UTC  (5+ messages)

[PATCH 00/72] multipath-tools: cleanup and warning enablement
 2019-10-12 23:01 UTC  (75+ messages)
` [PATCH 01/72] multipath tests: move condlog test wrappers to separate file
` [PATCH 02/72] multipath tests: add tests for alias handling
` [PATCH 03/72] libmultipath: alias.c: constify function arguments
` [PATCH 04/72] libmultipath: alias.c: use strlcpy(), and 2 minor fixes
` [PATCH 05/72] libmultipath: format_devname: avoid buffer overflow
` [PATCH 06/72] libmultipath: scan_devname: fix int overflow detection
` [PATCH 07/72] libmultipath: lookup_binding(): don't rely on int overflow
` [PATCH 08/72] libmultipath: rlookup_binding(): removed unused parameter
` [PATCH 09/72] libmultipath: allocate_binding(): error out for id=0
` [PATCH 10/72] libmultipath: allocate_binding(): detect line overflow
` [PATCH 11/72] multipath tests: alias: add tests for allocate_binding()
` [PATCH 12/72] multipath tests: alias: add format/scan test
` [PATCH 13/72] libmultipath: alias.c: prepare for cancel-safe allocation
` [PATCH 14/72] multipath tests: use -lpthread for alias test
` [PATCH 15/72] libmultipath: path_discovery: handle libudev errors
` [PATCH 16/72] libmultipath: make path_discovery() pthread_cancel()-safe
` [PATCH 17/72] libmultipath: uevent_listen(): fix poll() retval check
` [PATCH 18/72] libmultipath: replace_wwids(): fix possible fd leak
` [PATCH 19/72] libmultipath: remove_wwids(): fix possible leaks
` [PATCH 20/72] libmultipath: _init_foreign(): fix possible memory leak
` [PATCH 21/72] libmultipath: process_config_dir(): remove unused argument
` [PATCH 22/72] libmultipath: mark unused arguments in partmap functions
` [PATCH 23/72] libmultipath: scsi_ioctl_pathinfo(): remove unused argument
` [PATCH 24/72] multipath-tools: mark unused params in signal and cleanup handlers
` [PATCH 25/72] libmultipath: get_ana_info(): remove unused parameter
` [PATCH 26/72] libmultipath: mark unused params in getprio() methods
` [PATCH 27/72] libmultipath: hp_sw: remove usused argument in do_inq()
` [PATCH 28/72] libmultipath: checkers: mark unused arguments in methods
` [PATCH 29/72] multipathd: stop_waiter_thread(): removed unused parameter
` [PATCH 30/72] multipath tools: mark unused arguments in thread routines
` [PATCH 31/72] kpartx: gpt: remove unused arg in read_lastoddsector()
` [PATCH 32/72] kpartx: mark unused arguments in ptreader methods
` [PATCH 33/72] libmultipath: mark missing arguments in functions matching prototypes
` [PATCH 34/72] libmultipath: get_pgpolicy_name(): use "len" parameter
` [PATCH 35/72] libmultipath: snprint_multipath_map_json(): remove unused argument
` [PATCH 36/72] multipath: delegate_to_multipathd: mark unused arguments
` [PATCH 37/72] libmultipath: use -Wno-unused-parameter for dict.c
` [PATCH 38/72] multipathd: use -Wno-unused-parameter for cli_handlers.c
` [PATCH 39/72] libmpathpersist: remove unused "noisy" argument in various functions
` [PATCH 40/72] libmpathpersist: fix copy-paste error in mpath_format_readresv()
` [PATCH 41/72] multipath-tools tests: add -Wno-unused-parameter
` [PATCH 42/72] multipath-tools: Makefile.inc: remove -Wno-unused-parameter
` [PATCH 43/72] libmultipath: dev_loss_tmo is unsigned
` [PATCH 44/72] libmultipath: trivial changes for -Wsign-compare
` [PATCH 45/72] libmultipath: fix -Wsign-compare warnings with snprintf()
` [PATCH 46/72] libmultipath: parse_vpd_pg83(): sanitize indentation
` [PATCH 47/72] libmultipath: parse_vpd_pg83(): fix -Wsign-compare warnings
` [PATCH 48/72] libmultipath: print: use unsigned int for "width" field
` [PATCH 49/72] libmultipath: vector_for_each_slot: fix -Wsign-compare warnings
` [PATCH 50/72] libmultipath: set_int(): add error check and set_uint()
` [PATCH 51/72] libmultipath: make "checkint" unsigned
` [PATCH 52/72] libmultipath: use unsigned blksize in directio context
` [PATCH 53/72] libmultipath, kpartx: byteorder: always use unsigned types
` [PATCH 54/72] libmpathcmd: fix -Wsign-compare warnings
` [PATCH 55/72] libmpathpersist: "
` [PATCH 56/72] kpartx: use unsigned arguments in dm_devn() and dm_prereq()
` [PATCH 57/72] kpartx: use unsigned int for "ns" argument of ptreader
` [PATCH 58/72] multipath-tools: Makefile.inc: enable -Wsign-compare
` [PATCH 59/72] libdmmp: fix clang -Wformat-nonliteral warnings
` [PATCH 60/72] libmultipath: fix clang -Wformat-literal warnings
` [PATCH 61/72] multipath tests: blacklist: remove always-true condition
` [PATCH 62/72] multipath tests: hwtable: fix strncat() invocation
` [PATCH 63/72] multipath tests: fix -Wformat-literal warning
` [PATCH 64/72] multipath tests: util: fix clang strlcpy warnings
` [PATCH 65/72] libmultipath: nvme: update to nvme-cli v1.9
` [PATCH 66/72] multipath-tools: Makefile.inc: fix TEST_CC_OPTION
` [PATCH 67/72] multipath-tools: Makefile.inc: use -Wp, ... for compiling only
` [PATCH 68/72] multipath-tools: Makefile: use proper directory recursion
` [PATCH 69/72] multipath tests: Makefile: fix "clean" target
` [PATCH 70/72] multipath tests: Makefile: avoid gcc 4.8 missing initializers failure
` [PATCH 71/72] multipath-tools: Makefile.inc: enable -Werror
` [PATCH 72/72] multipath-tools: Makefile.inc: test for -Wno-clobbered support

[PATCH v2 00/11] New sparse-checkout builtin and "cone" mode
 2019-10-12 23:00 UTC  (10+ messages)
` [PATCH v3 00/17] "
  ` [PATCH v3 13/17] read-tree: show progress by default
  ` [PATCH v3 15/17] sparse-checkout: update working directory in-process
  ` [PATCH v3 16/17] sparse-checkout: write using lockfile
  ` [PATCH v3 17/17] sparse-checkout: cone mode should not interact with .gitignore

[PATCH 0/7 v2] tracing: Fix tracefs lockdown and various clean ups
 2019-10-12 22:56 UTC  (3+ messages)
` [PATCH 1/7 v2] tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is locked down")

[GIT PULL] USB fixes for 5.4-rc3
 2019-10-12 22:55 UTC  (2+ messages)

[GIT PULL] Staging/IIO driver fixes for 5.4-rc3
 2019-10-12 22:55 UTC  (2+ messages)

[GIT PULL] Char/Misc driver fixes for 5.4-rc3
 2019-10-12 22:55 UTC  (2+ messages)

[GIT PULL] TTY/Serial fixes for 5.4-rc3
 2019-10-12 22:55 UTC  (2+ messages)

[PATCH nft] expression: extend 'nft describe' to allow listing data types
 2019-10-12 22:17 UTC 

[PATCH net 0/2] vsock: don't allow half-closed socket in the host transports
 2019-10-12 22:38 UTC  (5+ messages)

[Xen-devel] [ovmf bisection] complete test-amd64-amd64-xl-qemuu-ovmf-amd64
 2019-10-12 22:38 UTC 

[GIT PULL] x86 fixes
 2019-10-12 22:35 UTC  (2+ messages)

[GIT PULL] EFI fixes
 2019-10-12 22:35 UTC  (2+ messages)

[GIT PULL] x86 license updates
 2019-10-12 22:35 UTC  (2+ messages)

[GIT PULL] scheduler fixes
 2019-10-12 22:35 UTC  (2+ messages)

[GIT PULL] perf fixes
 2019-10-12 22:35 UTC  (2+ messages)

[alsa-devel] [PATCH 0/2] ASoC: simple_card_utils.h: Fix two potential compilation errors
 2019-10-09 15:36 UTC  (2+ messages)

[PATCH 01/19] runqemu: add options that enable virgl with the SDL frontend
 2019-10-12 22:32 UTC  (4+ messages)
` [PATCH 05/19] glib-2.0: upgrade to 2.62.1

[PATCH net 0/2] dpaa2-eth: misc fixes
 2019-10-12 22:32 UTC  (3+ messages)
` [PATCH net 2/2] dpaa2-eth: Fix TX FQID values

[PATCH] netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exit
 2019-10-12 22:31 UTC  (2+ messages)

Cannot shallow clone using GitHub tag refs after commit 34066f06
 2019-10-12 22:31 UTC 

[PATCH v2 1/5] grub-efi: replace anonymous function with static configuration
 2019-10-12 22:30 UTC  (3+ messages)
` [PATCH v2 5/5] shim: add first-stage UEFI bootloader implementing MOK protocol

[Xen-devel] [libvirt test] 142644: tolerable all pass - PUSHED
 2019-10-12 22:29 UTC 

[PATCH net] r8169: fix jumbo packet handling on resume from suspend
 2019-10-12 22:28 UTC  (4+ messages)

[PATCH v2 0/5] Remove typedef declarations in staging: octeon
 2019-10-12 22:22 UTC  (4+ messages)
` [PATCH v2 3/5] staging: octeon: remove typedef declaration for cvmx_fau_reg_32
  ` [Outreachy kernel] "

[PATCH 0/2] Formatting and style cleanup in rtl8712
 2019-10-12 22:19 UTC  (3+ messages)
` [PATCH 1/2] staging: rtl8712: remove unnecessary return variables
` [PATCH 2/2] staging: rtl8712: clean up function headers

❌ FAIL: Test report for kernel 5.4.0-rc2-71e7fa7.cki (stable-next)
 2019-10-12 22:15 UTC 

[Xen-devel] [PATCH v3 0/2] Optionally call EFI SetVirtualAddressMap()
 2019-10-12 22:11 UTC  (3+ messages)
` [Xen-devel] [PATCH v3 1/2] efi: remove old SetVirtualAddressMap() arrangement
` [Xen-devel] [PATCH v3 2/2] xen/efi: optionally call SetVirtualAddressMap()

[warrior][PATCH] kernel.bbclass: fix installation of modules signing certificates
 2019-10-12 22:02 UTC  (3+ messages)

[GIT PULL] hwmon fixes for v5.4-rc3
 2019-10-12 22:00 UTC 

[PATCH] drivers: firmware: psci: use kernel restart handler functionality
 2019-10-12 21:47 UTC  (2+ messages)

[SPDK] Re: a proposal of raid1
 2019-10-12 21:56 UTC 

FAILED: patch "[PATCH] writeback: fix use-after-free in finish_writeback_work()" failed to apply to 5.3-stable tree
 2019-10-12 21:54 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.4-3 tag
 2019-10-12 21:40 UTC  (3+ messages)

[GIT PULL] MIPS fixes
 2019-10-12 21:40 UTC  (2+ messages)

[GIT PULL] RISC-V updates for v5.4-rc3
 2019-10-12 21:40 UTC  (3+ messages)

[Xen-devel] [GIT PULL] xen: fixes for 5.4-rc3
 2019-10-12 21:40 UTC  (3+ messages)
  `  "

[GIT PULL] s390 updates for 5.4-rc3
 2019-10-12 21:40 UTC  (2+ messages)

[Xen-devel] [linux-linus test] 142628: regressions - trouble: broken/fail/pass
 2019-10-12 21:35 UTC 

clk: rockchip: Checking a kmemdup() call in rockchip_clk_register_pll()
 2019-10-12 21:32 UTC  (4+ messages)

tracing page_faults with lttng?
 2019-10-12 21:31 UTC 

What's cooking in git.git (Oct 2019, #03; Fri, 11)
 2019-10-12 21:31 UTC  (2+ messages)
` ds/sparse-cone, was "

[PATCH] mm: memblock: do not enforce current limit for memblock_phys* family
 2019-10-12 21:31 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/5] efi_loader: disk: install FILE_SYSTEM_PROTOCOL to whole disk
 2019-10-12 21:24 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/5] fs: export fs_close()
` [U-Boot] [PATCH v4 2/5] fs: clean up around fs_type

[PATCH v3 0/1] git-gui: respect core.hooksPath, falling back to .git/hooks
 2019-10-12 21:24 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/1] Make gitdir work with worktrees, respect core.hooksPath, etc

[meta-openssl102-fips][PATCH 1/3] fix typo: openssl-fips -> openssl-fips-dev
 2019-10-12 21:22 UTC  (3+ messages)
` [meta-openssl102-fips][PATCH 3/3] nss: conditionally enable fips

[PATCH V2 1/2] net: phy: micrel: Discern KSZ8051 and KSZ8795 PHYs
 2019-10-12 21:22 UTC  (3+ messages)

[PATCH] media: imx.rst: Update the imx6-sabreauto ADV7180 instructions
 2019-10-12 21:19 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/ltp-testsuite: update patch
 2019-10-12 21:19 UTC 

[Buildroot] [autobuild.buildroot.net] Your daily results for 2019-10-11
 2019-10-12 21:14 UTC  (3+ messages)

[PATCH v3 0/2] iio: add driver for Bosch BMA400 accelerometer
 2019-10-12 20:58 UTC  (4+ messages)
` [PATCH v3 2/2] iio: (bma400) add driver for the BMA400

[Buildroot] [PATCH 1/1] package/ltp-testsuite: fix build with musl-fts
 2019-10-12 21:11 UTC  (2+ messages)

[U-Boot] [PATCH 000/126] x86: Add initial support for apollolake
 2019-10-12 20:57 UTC  (5+ messages)
` [U-Boot] [PATCH 074/126] pci: Add support for p2sb uclass

Linux 5.3.6
 2019-10-12 20:55 UTC  (2+ messages)

[Project Quota]file owner could change its project ID?
 2019-10-12 20:51 UTC  (2+ messages)

[Bug 204241] New: amdgpu fails to resume from suspend
 2019-10-12 20:47 UTC  (2+ messages)
` [Bug 204241] "

[PATCH 1/3] MIPS: Always define builtin_cmdline
 2019-10-12 20:43 UTC  (3+ messages)
` [PATCH 2/3] MIPS: Fix CONFIG_OF_EARLY_FLATTREE=n builds
` [PATCH 3/3] MIPS: Make builtin_cmdline const & variable length

[Buildroot] [PATCH v2] package/x11r7/xserver_xorg-server: fix mesa3d glx support
 2019-10-12 20:43 UTC 

[PATCH net-next 0/3] vhost_net: access ptr ring using tap recvmsg
 2019-10-12 20:41 UTC  (5+ messages)
` [PATCH net-next 2/3] vhost_net: user tap recvmsg api to access ptr ring

[RFC PATCH net] net: phy: Fix "link partner" information disappear issue
 2019-10-12 20:40 UTC  (4+ messages)

[PATCH 0/2] Dir rename fixes
 2019-10-12 20:37 UTC  (3+ messages)
` [PATCH 2/2] merge-recursive: fix merging a subdirectory into the root directory

[Buildroot] [PATCH] package/x11r7/xserver_xorg-server: fix mesa3d glx support
 2019-10-12 20:37 UTC  (4+ messages)

[PATCH RFC v1 0/2] vhost: ring format independence
 2019-10-12 20:36 UTC  (12+ messages)
` [PATCH RFC v1 1/2] vhost: option to fetch descriptors through an independent struct
` [PATCH RFC v1 2/2] vhost: batching fetches

Git Gui: Branch->create currently fails
 2019-10-12 20:34 UTC  (3+ messages)

nft - execute command without returning error
 2019-10-12 20:32 UTC 

[GIT PULL] mtd: Fixes for v5.4-rc3
 2019-10-12 20:29 UTC  (2+ messages)

[U-Boot] [PATCH RESEND] cmd: itest: add support for .q size specifier
 2019-10-12 20:28 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] fs: fat: error handling in get_contents()
 2019-10-12 20:28 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] fs: fat: treat invalid FAT clusters as errors
` [U-Boot] [PATCH 2/2] fs: fat: get_contents() always returns -1 for errors

[U-Boot] [PATCH 1/2] arm: dra7xx: Fix error path in iodelay recalibration
 2019-10-12 20:28 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] arm: dra7xx: Hang on any failure during IOdelay recalibration

[U-Boot] [PATCH v2] tao3530: Fix usage of mmc rescan
 2019-10-12 20:28 UTC  (2+ messages)

[U-Boot] [PATCH] configs: am43xx_evm: Enable USB support
 2019-10-12 20:28 UTC  (2+ messages)

[U-Boot] [PATCH] arm: dts: k3-j721e-common-proc-board: Mark main_uart0 as shared device
 2019-10-12 20:28 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] clk: add support for cdce9xx clock synthesizer
 2019-10-12 20:28 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] clk: cdce9xx: "
` [U-Boot] [PATCH 2/4] board: ti: am57xx-idk: Configure the CDCE913 "
` [U-Boot] [PATCH 3/4] board: ti: am43xx-idk: "
` [U-Boot] [PATCH 4/4] board: ti: am335x-ice: "

[U-Boot] [PATCH v2 0/5] arm: k3: Print cpu and board names during boot
 2019-10-12 20:27 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/5] arm: k3: Add support for printing CPUINFO
` [U-Boot] [PATCH v2 2/5] board: am65x: Print board name and version during boot
` [U-Boot] [PATCH v2 3/5] configs: j721e_evm_a72: Enable DISPLAY_CPUINFO
` [U-Boot] [PATCH v2 4/5] configs: am65x_evm_a53: "
` [U-Boot] [PATCH v2 5/5] arm: k3: Use driver_name to get ti_sci handle

[U-Boot] [PATCH] configs: j721e_evm_a72: Disable PSCI_RESET
 2019-10-12 20:27 UTC  (2+ messages)

[U-Boot] [PATCH] configs: am65x_evm_a53: Disable PSCI_RESET
 2019-10-12 20:27 UTC  (2+ messages)

[U-Boot] [PATCH] mmc: am654_sdhci: Drop a redundant power_domain_on in probe
 2019-10-12 20:27 UTC  (2+ messages)

[U-Boot] [PATCH] configs: ti: Use addr_fit for run_fit environment variable
 2019-10-12 20:27 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] am335x, guardian: update guardian board
 2019-10-12 20:27 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] am335x, guardian: adapt guardian board to DM


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.