All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-12 19:41:59 to 2020-06-12 21:29:49 UTC [more...]

[PATCH 1/2] integrity: Add errno field in audit message
 2020-06-12 20:23 UTC  (5+ messages)
` [PATCH 2/2] IMA: Add audit log for failure conditions

[PATCH v2 0/2] mtd: rawnand: brcmnand: ECC error handling on EDU transfers
 2020-06-12 21:29 UTC  (5+ messages)
` [PATCH v2 1/2] mtd: rawnand: brcmnand: Don't default to edu transfer
` [PATCH v2 2/2] mtd: rawnand: brcmnand: ECC error handling on EDU transfers

[dpdk-dev] [PATCH 00/27] V1 event/dlb add Intel DLB PMD
 2020-06-12 21:24 UTC  (19+ messages)
` [dpdk-dev] [PATCH 01/27] eventdev: dlb upstream prerequisites
` [dpdk-dev] [PATCH 02/27] eventdev: do not pass disable_implicit_release bit to trace macro
` [dpdk-dev] [PATCH 03/27] event/dlb: add shared code version 10.7.9
` [dpdk-dev] [PATCH 04/27] event/dlb: add make and meson build infrastructure
` [dpdk-dev] [PATCH 05/27] event/dlb: add DLB documentation
` [dpdk-dev] [PATCH 06/27] event/dlb: add dynamic logging
` [dpdk-dev] [PATCH 07/27] event/dlb: add private data structures and constants
` [dpdk-dev] [PATCH 08/27] event/dlb: add definitions shared with LKM or shared code
` [dpdk-dev] [PATCH 09/27] event/dlb: inline functions used in multiple files
` [dpdk-dev] [PATCH 10/27] event/dlb: add PFPMD-specific interface layer to shared code
` [dpdk-dev] [PATCH 11/27] event/dlb: add flexible PMD to device interfaces
` [dpdk-dev] [PATCH 12/27] event/dlb: add the PMD's public interfaces
` [dpdk-dev] [PATCH 13/27] event/dlb: add xstats support
` [dpdk-dev] [PATCH 14/27] event/dlb: add PMD self-tests
` [dpdk-dev] [PATCH 15/27] event/dlb: add probe
` [dpdk-dev] [PATCH 16/27] event/dlb: add infos_get and configure
` [dpdk-dev] [PATCH 17/27] event/dlb: add queue_def_conf and port_def_conf
` [dpdk-dev] [PATCH 18/27] event/dlb: add queue setup

python3 recipe PGO tests
 2020-06-12 21:28 UTC 

[PATCH v2 1/4] drm/bridge: ti-sn65dsi86: Don't compile GPIO bits if not CONFIG_OF_GPIO
 2020-06-12 21:28 UTC  (3+ messages)
` [PATCH v2 4/4] drm/bridge: ti-sn65dsi86: Check the regmap return value when setting a GPIO

[PATCH net] net: mvneta: do not redirect frames during reconfiguration
 2020-06-12 21:28 UTC  (3+ messages)

[ti:ti-linux-5.4.y 2374/7050] drivers/char/hw_random/omap-rng.c:396:3-10: line 396 is redundant because platform_get_irq() already prints an error
 2020-06-12 21:27 UTC  (2+ messages)
` [PATCH] char: hw_random: Kconfig: fix platform_get_irq.cocci warnings

[PATCH] i2c: smbus: Fix spelling mistake in the comments
 2020-06-12 21:26 UTC 

[op-tee] [llvm-dev] Issue with __attribute__((constructor)) and -Os -fno-common
 2020-06-12 21:26 UTC  (2+ messages)

[PATCH] mtd-utils: Fix return value of ubiformat
 2020-06-12 21:25 UTC  (2+ messages)
` [OE-core] "

[PATCH v6 6/6] drm/tegra: output: rgb: Wrap directly-connected panel into DRM bridge
 2020-06-12 21:23 UTC  (4+ messages)

[GIT PULL] SafeSetID LSM changes for v5.8
 2020-06-12 21:23 UTC  (2+ messages)

[PATCH] crypto: sa2ul: fix odd_ptr_err.cocci warnings
 2020-06-12 21:22 UTC  (2+ messages)

[pull request][net 00/10] mlx5 fixes 2020-06-11
 2020-06-12 21:20 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/6] drm/i915/rkl: Disable PSR2
 2020-06-12 21:18 UTC  (7+ messages)
` [Intel-gfx] [PATCH 4/6] drm/i915: Add PSR2 software tracking registers
` [Intel-gfx] [PATCH 5/6] drm/i915: Implement PSR2 selective fetch

[PATCHv5][ 1/7] board: tbs2910: disable loadb and loads commands
 2020-06-12 21:18 UTC  (12+ messages)
` [PATCHv5][ 2/7] board: tbs2910: disable CONFIG_GZIP
` [PATCHv5][ 3/7] board: tbs2910: move CONFIG_BOOTCOMMAND from header to defconfig
` [PATCHv5][ 4/7] board: tbs2910_defconfig: Add support for booting general purpose distributions
` [PATCHv5][ 6/7] board: tbs2910: Enable distro_boot support
` [PATCHv5][ 7/7] board: tbs2910: add documentation

[PATCH] net: move random_port() to dns
 2020-06-12 21:17 UTC  (2+ messages)

[PATCH] net: tftp: fix option validation as per RFCs
 2020-06-12 21:17 UTC  (2+ messages)

[PATCH 01/10] net: rtl8139: Factor out device name assignment
 2020-06-12 21:17 UTC  (20+ messages)
` [PATCH 02/10] net: rtl8139: Switch from malloc()+memset() to calloc()
` [PATCH 03/10] net: rtl8139: Use dev->iobase instead of custom ioaddr
` [PATCH 04/10] net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros
` [PATCH 05/10] net: rtl8139: Introduce device private data
` [PATCH 06/10] net: rtl8139: Pass private data into rtl8139_eeprom_delay()
` [PATCH 07/10] net: rtl8139: Split out common and non-DM functions
` [PATCH 08/10] net: rtl8139: Use PCI_DEVICE() to define PCI device compat list
` [PATCH 09/10] net: rtl8139: Read HW address from EEPROM only on probe
` [PATCH 10/10] net: rtl8139: Add DM support

[PATCH] net: tftp: fix progress marker for file transfer
 2020-06-12 21:16 UTC  (2+ messages)

[PATCH v4 0/5] TI Ethernet PHY changes
 2020-06-12 21:16 UTC  (11+ messages)
` [PATCH v4 1/5] net: phy: Add missing kernel doc to phy functions
` [PATCH v4 2/5] net: phy: Fix kernel doc issues in phy.h
` [PATCH v4 3/5] net: phy: Add helper routines to set and clear bits
` [PATCH v4 4/5] net: phy: Add support for TI PHY init
` [PATCH v4 5/5] net: phy: Add DP8382x phy registration to "

[PATCH] net: phy: add phyid search in vendor specific space
 2020-06-12 21:15 UTC  (2+ messages)

[PATCH 0/2] net: tegra: Misc network fixes
 2020-06-12 21:15 UTC  (3+ messages)
` [PATCH 1/2] net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot

[PATCH] net: phy: micrel: ksz8061 implement errata 80000688A fix
 2020-06-12 21:15 UTC  (2+ messages)

[PATCH] [RFC] net: smc911x: Drop the standalone EEPROM example
 2020-06-12 21:15 UTC  (2+ messages)

[PATCH] net: Fix error if some network features are disabled
 2020-06-12 21:15 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Include asm sources for {ivb, hsw}_clear_kernel.c
 2020-06-12 21:15 UTC  (4+ messages)

[PATCH net] ibmvnic: Flush existing work items before device removal
 2020-06-12 21:11 UTC  (2+ messages)

[PATCH net] ibmvnic: Harden device login requests
 2020-06-12 21:10 UTC  (2+ messages)

[PATCH v9 00/11] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-06-12 21:11 UTC  (6+ messages)
` [PATCH v9 05/11] dt-bindings: display: add i.MX6 MIPI DSI host controller doc

[linux-linus test] 151044: regressions - FAIL
 2020-06-12 21:05 UTC 

[Patch net] genetlink: clean up family attributes allocations
 2020-06-12 21:05 UTC  (2+ messages)

[PATCH v4 0/5] usb: xhci: Load Raspberry Pi 4 VL805's firmware
 2020-06-12 17:08 UTC  (3+ messages)
` [PATCH v4 5/5] usb: xhci-pci: Add reset controller support

[THERMAL] INT3403 and new 0x91 thermal events in dmesg
 2020-06-12 21:02 UTC 

[dunfell-backport PATCH 1/9] gdbm: add patch to fix link failure against gcc 10
 2020-06-12 21:02 UTC  (3+ messages)
` [dunfell-backport PATCH 3/9] libtirpc: upgrade 1.2.5 -> 1.2.6
  ` [OE-core] "

[PATCH 0/2] ASoC: topology: fix use-after-free when removing components
 2020-06-12 20:59 UTC  (3+ messages)
` [PATCH 1/2] ASoC: soc-devres: add devm_snd_soc_register_dai()
` [PATCH 2/2] ASoC: soc-topology: use devm_snd_soc_register_dai()

[dunfell-backport meta-python PATCH 01/22] python3-argh: Add recipe version 0.26.2
 2020-06-12 21:00 UTC  (3+ messages)
` [oe] "

[RFC,net-next, 1/5] l3mdev: add infrastructure for table to VRF mapping
 2020-06-12 20:59 UTC  (2+ messages)
` [RFC PATCH] l3mdev: l3mdev_lock can be static

[PATCH 1/8] drm/atomic-helper: reset vblank on crtc reset
 2020-06-12 17:24 UTC  (3+ messages)
` [PATCH 2/8] drm/amdgpu: Use __drm_atomic_helper_crtc_reset
  ` [Intel-gfx] "

[PATCH] net: Fix a potential incorrect error handling in rawsock_connect
 2020-06-12 20:51 UTC  (2+ messages)

[7d2debdcdb3cb93c1e5e] [PATCH v2] proc: Use new_inode not new_inode_pseudo
 2020-06-12 20:45 UTC 

[PATCH 6/8] drm/vmwgfx: Use __drm_atomic_helper_crtc_reset
 2020-06-12 20:49 UTC  (6+ messages)
` [Intel-gfx] "
` [PATCH] "
  ` [Intel-gfx] "

[PATCH 0/2] Add support for StorageD3Enable _DSD property
 2020-06-12 20:48 UTC  (7+ messages)
` [PATCH V2 0/2] nvme: Add support for ACPI StorageD3Enable property
` [PATCH V2 1/2] PCI: Add ACPI StorageD3Enable _DSD support
` [PATCH V2 2/2] drivers/nvme: Add support for ACPI StorageD3Enable property

[PATCH 2.6.26-4.14] IB/ipoib: Arm "send_cq" to process completions in due time
 2020-06-12 20:44 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Update bw_buddy pagemask table
 2020-06-12 20:47 UTC 

[PATCH] net: ethernet: Fix potential memory leak caused in error handling
 2020-06-12 20:46 UTC  (2+ messages)

[PATCH] zlib: build and package minigzip
 2020-06-12 20:45 UTC 

[PATCH] util-linux: Split out zramctl in a specific package
 2020-06-12 20:45 UTC 

[PATCH 0/3] ASoC: improve core dmesg logs and verbosity
 2020-06-12 20:40 UTC  (4+ messages)
` [PATCH 1/3] ASoC: soc-core: reduce verbosity of BE override message
` [PATCH 2/3] ASoC: soc-pcm: improve error messages in soc_pcm_new()
` [PATCH 3/3] ASoC: soc-pcm/compress: reduce verbosity on mapping ok messages

How to off RBAC in SELinux?
 2020-06-12 20:44 UTC  (2+ messages)

[PATCH] dh key: Missing a blank line after declarations
 2020-06-12 20:34 UTC  (2+ messages)

[nvme-cli] Commit fix apsrintf return check
 2020-06-12 20:40 UTC 

[PATCHv3 00/13] powerpc: covert p1010, p1020 and p2020 RDB board to DM_ETH
 2020-06-12 20:40 UTC  (17+ messages)
` [PATCHv3 01/15] net: fsl_mdio: Change to use virtual address
` [PATCHv3 03/15] net: tsec: convert to use DM_MDIO when DM_ETH enabled
` [PATCHv3 04/15] net: tsec: Add the compatible string "gianfar" support
` [PATCHv3 06/15] fsl: p1_p2_rdb: Move vsc7835 firmware uploading to board_early_init_r()
` [PATCHv3 08/15] dts: powerpc: p1020rdb: Add eTSEC DT nodes
` [PATCHv3 12/15] powerpc: p1010rdb: Compile legacy ethernet init function when no DM_ETH
` [PATCHv3 13/15] configs: P1010RDB: Enable DM_ETH config
` [PATCHv3 15/15] configs: P2020RDB: "

[RFC PATCH] x86/msr: Filter MSR writes
 2020-06-12 20:39 UTC  (5+ messages)

[PATCH 00/16] dynamic_debug: cleanups, 2 features
 2020-06-12 20:36 UTC  (3+ messages)
` [PATCH 09/16] dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'

[PATCH] ASoC: soc-pcm: fix checks for multi-cpu FE dailinks
 2020-06-12 20:35 UTC 

[PATCH] fs: Do not check if there is a fsnotify watcher on pseudo inodes
 2020-06-12 20:34 UTC  (5+ messages)

[PATCH 0/2] xen/arm: Convert runstate address during hypcall
 2020-06-12 20:31 UTC  (7+ messages)
` [PATCH 1/2] "

[PATCH] rocker: fix incorrect error handling in dma_rings_init
 2020-06-12 20:27 UTC 

[dpdk-dev] [PATCH v6 00/11] Windows basic memory management
 2020-06-12 20:24 UTC  (5+ messages)
` [dpdk-dev] [PATCH v8 03/11] eal: introduce memory management wrappers

[PATCH] xdp_rxq_info_user: Replace malloc/memset w/calloc
 2020-06-12 20:20 UTC  (3+ messages)
` [PATCH] xdp_rxq_info_user: Fix null pointer dereference. Replace malloc/memset with calloc

[xfstests-bld PATCH] test-appliance: exclude ext4/023 and ext4/028 from encrypt config
 2020-06-12 20:20 UTC  (2+ messages)

[RFC PATCH stable] RDMA/qedr: qedr_iw_load_qp() can be static
 2020-06-12 20:19 UTC  (2+ messages)

[xfstests-bld PATCH] build-all: update rule to build fsverity-utils
 2020-06-12 20:19 UTC  (2+ messages)

[GIT PULL] proc changes for v5.8-rc1
 2020-06-12 20:16 UTC  (7+ messages)
` [GIT PULL] proc fixes "
  ` [GIT PULL] proc fixes v2 "
    `  "

[PATCH bpf] tools/bpftool: fix skeleton codegen
 2020-06-12 20:16 UTC 

[Intel-gfx] [PATCH] drm/i915/icl+: Fix hotplug interrupt disabling after storm detection
 2020-06-12 20:13 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH 0/3] INVPCID support for the AMD guests
 2020-06-12 20:10 UTC  (8+ messages)
` [PATCH 1/3] KVM: X86: Move handling of INVPCID types to x86
` [PATCH 3/3] KVM:SVM: Enable INVPCID feature on AMD

[Buildroot] ebtables and musl
 2020-06-12 20:10 UTC 

[PATCH 3/3] Add tests for cmdline module
 2020-06-12 20:10 UTC  (2+ messages)

[PATCH 0/3] cmdline fixes for acpi_osi
 2020-06-12 20:08 UTC  (2+ messages)

[RFC PATCH v1 0/6] Fair scheduling
 2020-06-12 20:08 UTC  (8+ messages)
` [RFC PATCH v1 1/6] sched: track time spent in IRQ handler

connect.2: can return EACCES because of SELinux
 2020-06-12 20:08 UTC  (2+ messages)

[GSoC Patch v3 0/4] Move generation, graph_pos to a slab
 2020-06-12 20:08 UTC  (3+ messages)
` [PATCH v3 1/4] alloc: introduce parsed_commits_count

[RFC 0/3] ARM: copy_{from,to}_user() for vmsplit 4g/4g
 2020-06-12 20:07 UTC  (6+ messages)
` [RFC PATCH 1/3] lib: copy_{from,to}_user using gup & kmap_atomic()
  ` [RFC "

[RFC PATCH] plugins: expand the bb plugin to be thread safe and track per-cpu
 2020-06-12 20:06 UTC 

[PATCH v3 2/4] network: delay connect if ANQP has not completed
 2020-06-12 20:06 UTC  (2+ messages)

[PATCH 0/2] vhost, docs: convert to pin_user_pages(), new "case 5"
 2020-06-12 20:03 UTC  (4+ messages)
` [PATCH 1/2] docs: mm/gup: pin_user_pages.rst: add a "

[PATCH v2] ARM: dts: rockchip: Add marvell BT irq config
 2020-06-12 20:02 UTC  (3+ messages)

/bits/ encoding
 2020-06-12 20:02 UTC 

[PATCH] test_objagg: Fix potential memory leak in error handling
 2020-06-12 20:01 UTC 

[meta-python][PATCH] python3-fastapi and python3-uvicorn: add packages and dependencies
 2020-06-12 20:01 UTC  (2+ messages)

isotp in mainline?
 2020-06-12 20:00 UTC  (4+ messages)

[dpdk-dev] [PATCH] net/mlx5: do not select legacy MPW implicitly
 2020-06-12 19:59 UTC  (2+ messages)

[PATCH] man3/*: srcfix: trim a trailing space
 2020-06-12 19:59 UTC  (2+ messages)

[PATCH] Fix code style in css_task_iter_next_css_set()
 2020-06-12 19:56 UTC  (2+ messages)

[PATCH] mm/hmm: remove redundant check non_swap_entry()
 2020-06-12 19:55 UTC  (7+ messages)

[PATCH] man2/*: srcfix: use one-font macros for one argument
 2020-06-12 19:55 UTC  (2+ messages)

rtdm_munmap() kernel panic on 4.9.x
 2020-06-12 19:55 UTC  (2+ messages)

[PATCH] RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq
 2020-06-12 19:54 UTC 

[PATCH] bluetooth: Fix op_code size entry from the previous patch
 2020-06-12 19:51 UTC  (3+ messages)

[PATCH] mgmt:syncing configuration commands to the documentation
 2020-06-12 19:51 UTC  (2+ messages)

[GIT PULL] pwm: Changes for v5.8-rc1
 2020-06-12 19:50 UTC  (2+ messages)

[chrome-os:chromeos-4.19 3/11] include/linux/compiler.h:25:18: warning: too many arguments for format
 2020-06-12 19:50 UTC 

[PATCH x86/entry: Force rcu_irq_enter() when in idle task
 2020-06-12 19:50 UTC  (2+ messages)
` [tip: x86/entry] "

Perf: WARNING: arch/x86/entry/common.c:624 idtentry_exit_cond_rcu+0x92/0xc0
 2020-06-12 19:50 UTC  (2+ messages)
` [tip: x86/entry] x86/entry: Make NMI use IDTENTRY_RAW

[PATCH] x86/entry: Treat BUG/WARN as NMI-like entries
 2020-06-12 19:50 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH v2] proc/fd: Remove unnecessary {files, f_flags, file} initialization in seq_show()
 2020-06-12 19:49 UTC  (12+ messages)
` [PATCH v2] proc/fd: Remove unnecessary variable initialisations "
        ` [v2] "

[PATCH] python3: fix PGO for non-reproducible biniaries
 2020-06-12 19:48 UTC 

[PATCH v1 00/18] testing/next (tsan, dtc warnings, cross-builds)
 2020-06-12 19:44 UTC  (2+ messages)

[PATCH bpf] libbpf: support pre-initializing .bss global variables
 2020-06-12 19:45 UTC 

[RFC] do_iopoll() and *grab_env()
 2020-06-12 19:42 UTC  (7+ messages)

[PATCH v3 0/3] Support reading and setting default system parameters
 2020-06-12 19:41 UTC  (4+ messages)
` [PATCH v3 3/3] bluetooth: implement read/set default system parameters mgmt


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.