All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-31 09:58:28 to 2020-10-31 11:42:48 UTC [more...]

[PATCH 5.8 00/70] 5.8.18-rc1 review
 2020-10-31 11:36 UTC  (39+ messages)
` [PATCH 5.8 01/70] netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_create
` [PATCH 5.8 03/70] io_uring: allow timeout/poll/files killing to take task into account
` [PATCH 5.8 04/70] io_uring: move dropping of files into separate helper
` [PATCH 5.8 05/70] io_uring: stash ctx task reference for SQPOLL
` [PATCH 5.8 07/70] io_uring: return cancelation status from poll/timeout/files handlers
` [PATCH 5.8 09/70] io_uring: dont rely on weak ->files references
` [PATCH 5.8 10/70] io_uring: reference ->nsproxy for file table commands
` [PATCH 5.8 11/70] io_wq: Make io_wqe::lock a raw_spinlock_t
` [PATCH 5.8 12/70] io-wq: fix use-after-free in io_wq_worker_running
` [PATCH 5.8 13/70] io_uring: no need to call xa_destroy() on empty xarray
` [PATCH 5.8 14/70] io_uring: Fix use of XArray in __io_uring_files_cancel
` [PATCH 5.8 18/70] efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL failure
` [PATCH 5.8 19/70] fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
` [PATCH 5.8 20/70] arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUs
` [PATCH 5.8 23/70] x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
` [PATCH 5.8 25/70] x86/copy_mc: Introduce copy_mc_enhanced_fast_string()
` [PATCH 5.8 28/70] bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one()
` [PATCH 5.8 30/70] bnxt_en: Re-write PCI BARs after PCI fatal error
` [PATCH 5.8 31/70] bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally
` [PATCH 5.8 33/70] chelsio/chtls: fix memory leaks in CPL handlers
` [PATCH 5.8 34/70] chelsio/chtls: fix tls record info to user
` [PATCH 5.8 36/70] gtp: fix an use-before-init in gtp_newlink()
` [PATCH 5.8 38/70] ibmvnic: fix ibmvnic_set_mac
` [PATCH 5.8 40/70] netem: fix zero division in tabledist
` [PATCH 5.8 42/70] net: ipa: command payloads already mapped
` [PATCH 5.8 43/70] net/sched: act_mpls: Add softdep on mpls_gso.ko
` [PATCH 5.8 44/70] r8169: fix issue with forced threading in combination with shared interrupts
` [PATCH 5.8 45/70] ravb: Fix bit fields checking in ravb_hwtstamp_get()
` [PATCH 5.8 47/70] tipc: fix memory leak caused by tipc_buf_append()
` [PATCH 5.8 48/70] net: protect tcf_block_unbind with block lock
` [PATCH 5.8 49/70] erofs: avoid duplicated permission check for "trusted." xattrs
` [PATCH 5.8 50/70] arch/x86/amd/ibs: Fix re-arming IBS Fetch
` [PATCH 5.8 52/70] x86/xen: disable Firmware First mode for correctable memory errors
` [PATCH 5.8 61/70] mtd: lpddr: Fix bad logic in print_drs_error
` [PATCH 5.8 62/70] drm/i915/gem: Serialise debugfs i915_gem_objects with ctx->mutex
` [PATCH 5.8 64/70] serial: pl011: Fix lockdep splat when handling magic-sysrq interrupt
` [PATCH 5.8 65/70] PM: runtime: Fix timer_expires data type on 32-bit arches
` [PATCH 5.8 66/70] ata: sata_rcar: Fix DMA boundary mask

[PATCH] gstreamer: use git to fetch the sources
 2020-10-31 11:40 UTC  (3+ messages)
` [OE-core] "

[PATCH v7 0/6] CTU CAN FD open-source IP core SocketCAN driver, PCI, platform integration and documentation
 2020-10-31 11:40 UTC  (3+ messages)

[PATCH 0/2] ASoC: mt6359: skip first time data at the beginning of DMIC recording
 2020-10-31 11:38 UTC  (7+ messages)
` [PATCH 2/2] dt-bindings: mediatek: mt8192: add ul-delay-ms property

[PATCH 5.4 00/49] 5.4.74-rc1 review
 2020-10-31 11:35 UTC  (50+ messages)
` [PATCH 5.4 01/49] netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_create
` [PATCH 5.4 02/49] socket: dont clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabled
` [PATCH 5.4 03/49] objtool: Support Clang non-section symbols in ORC generation
` [PATCH 5.4 04/49] scripts/setlocalversion: make git describe output more reliable
` [PATCH 5.4 05/49] arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUs
` [PATCH 5.4 06/49] arm64: Run ARCH_WORKAROUND_2 "
` [PATCH 5.4 07/49] arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
` [PATCH 5.4 08/49] x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
` [PATCH 5.4 09/49] efivarfs: Replace invalid slashes with exclamation marks in dentries
` [PATCH 5.4 10/49] bnxt_en: Check abort error state in bnxt_open_nic()
` [PATCH 5.4 11/49] bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally
` [PATCH 5.4 12/49] chelsio/chtls: fix deadlock issue
` [PATCH 5.4 13/49] chelsio/chtls: fix memory leaks in CPL handlers
` [PATCH 5.4 14/49] chelsio/chtls: fix tls record info to user
` [PATCH 5.4 15/49] cxgb4: set up filter action after rewrites
` [PATCH 5.4 16/49] gtp: fix an use-before-init in gtp_newlink()
` [PATCH 5.4 17/49] ibmvnic: fix ibmvnic_set_mac
` [PATCH 5.4 18/49] mlxsw: core: Fix memory leak on module removal
` [PATCH 5.4 19/49] netem: fix zero division in tabledist
` [PATCH 5.4 20/49] net/sched: act_mpls: Add softdep on mpls_gso.ko
` [PATCH 5.4 21/49] r8169: fix issue with forced threading in combination with shared interrupts
` [PATCH 5.4 22/49] ravb: Fix bit fields checking in ravb_hwtstamp_get()
` [PATCH 5.4 23/49] tcp: Prevent low rmem stalls with SO_RCVLOWAT
` [PATCH 5.4 24/49] tipc: fix memory leak caused by tipc_buf_append()
` [PATCH 5.4 25/49] net: hns3: Clear the CMDQ registers before unmapping BAR region
` [PATCH 5.4 26/49] bnxt_en: Re-write PCI BARs after PCI fatal error
` [PATCH 5.4 27/49] bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one()
` [PATCH 5.4 28/49] bnxt_en: Invoke cancel_delayed_work_sync() for PFs also
` [PATCH 5.4 29/49] erofs: avoid duplicated permission check for "trusted." xattrs
` [PATCH 5.4 30/49] arch/x86/amd/ibs: Fix re-arming IBS Fetch
` [PATCH 5.4 31/49] x86/xen: disable Firmware First mode for correctable memory errors
` [PATCH 5.4 32/49] ata: ahci: mvebu: Make SATA PHY optional for Armada 3720
` [PATCH 5.4 33/49] fuse: fix page dereference after free
` [PATCH 5.4 34/49] bpf: Fix comment for helper bpf_current_task_under_cgroup()
` [PATCH 5.4 35/49] evm: Check size of security.evm before using it
` [PATCH 5.4 36/49] p54: avoid accessing the data mapped to streaming DMA
` [PATCH 5.4 37/49] cxl: Rework error message for incompatible slots
` [PATCH 5.4 38/49] RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()
` [PATCH 5.4 39/49] mtd: lpddr: Fix bad logic in print_drs_error
` [PATCH 5.4 40/49] drm/i915/gem: Serialise debugfs i915_gem_objects with ctx->mutex
` [PATCH 5.4 41/49] serial: qcom_geni_serial: To correct QUP Version detection logic
` [PATCH 5.4 42/49] serial: pl011: Fix lockdep splat when handling magic-sysrq interrupt
` [PATCH 5.4 43/49] PM: runtime: Fix timer_expires data type on 32-bit arches
` [PATCH 5.4 44/49] ata: sata_rcar: Fix DMA boundary mask
` [PATCH 5.4 45/49] xen/gntdev.c: Mark pages as dirty
` [PATCH 5.4 46/49] crypto: x86/crc32c - fix building with clang ias
` [PATCH 5.4 47/49] openrisc: Fix issue with get_user for 64-bit values
` [PATCH 5.4 48/49] misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()
` [PATCH 5.4 49/49] phy: marvell: comphy: Convert internal SMCC firmware return codes to errno

[PATCH v4 0/3] MT8192 SMI support
 2020-10-31 11:36 UTC  (6+ messages)
` [PATCH v4 1/3] dt-bindings: memory: mediatek: Convert SMI to DT schema

possible lockdep regression introduced by 4d004099a668 ("lockdep: Fix lockdep recursion")
 2020-10-31 11:30 UTC  (2+ messages)
` [tip: locking/urgent] locking/lockdep: Remove more raw_cpu_read() usage

[tip: locking/core] lockdep: Fix usage_traceoverflow
 2020-10-31 11:30 UTC  (2+ messages)
` [tip: locking/urgent] lockdep: Fix nr_unused_locks accounting

KASAN: vmalloc-out-of-bounds Write in drm_fb_helper_dirty_work (3)
 2020-10-31 11:28 UTC 

[PATCH] perf: increase size of buf in perf_evsel__hists_browse()
 2020-10-31 11:27 UTC  (2+ messages)

[PATCH 0/1] selinux-testsuite: Add btrfs support for filesystem tests
 2020-10-31 11:27 UTC  (9+ messages)

[xen-4.13-testing test] 156317: tolerable FAIL - PUSHED
 2020-10-31 11:26 UTC 

[PATCH] mtd: cfi_cmdset_0002: Use status register where possible
 2020-10-31 11:26 UTC  (6+ messages)

rtw_8821ce driver in kernel 5.9.1: wifi module inactive
 2020-10-31 11:19 UTC  (3+ messages)

ltp::mmap05 --> BUG: using __this_cpu_read() in preemptible
 2020-10-31 11:25 UTC  (2+ messages)

[PATCH 0/6] perf: Reduce stack usage (and misc bits)
 2020-10-31 11:23 UTC  (7+ messages)
` [PATCH 4/6] perf: Optimize get_recursion_context()

[PATCH] ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservations
 2020-10-31 11:21 UTC  (9+ messages)

stable-rc/queue/4.4 build: 190 builds: 2 failed, 188 passed, 2 errors, 13 warnings (v4.4.241-8-g9b3912274eb0)
 2020-10-31 11:21 UTC 

[Linux-kernel-mentees] [PATCH] checkpatch: improve handling of email comments
 2020-10-31 11:14 UTC  (7+ messages)
          `  "

[PATCH 0/5] iio: adc: xilinx: use even more devres
 2020-10-31 11:10 UTC  (6+ messages)
` [PATCH 4/5] iio: adc: xilinx: use devres for irq handling

[PATCH v2 5/5] drm/i915/display: Introduce DEFINE_SHOW_STORE_ATTRIBUTE for debugfs
 2020-10-31 11:06 UTC  (3+ messages)

[PATCH] util: Remove redundant checks in the openpty()
 2020-10-31 11:03 UTC  (2+ messages)

[PATCH 01/15] iio: accel: remove unnecessary CONFIG_PM_SLEEP
 2020-10-31 11:05 UTC  (5+ messages)

[PATCH 00/29] dt-bindings:iio: Another set of yaml conversions
 2020-10-31 11:02 UTC  (6+ messages)
` [PATCH 16/29] dt-bindings:iio:dac:ti,dac082s085 yaml conversion

ERROR: modpost: "clk_set_min_rate" undefined!
 2020-10-31 11:00 UTC  (2+ messages)

stable-rc/queue/4.19 build: 206 builds: 1 failed, 205 passed, 161 warnings (v4.19.154-17-g3d66f439c70f)
 2020-10-31 10:59 UTC 

[dpdk-dev] [PATCH 1/1] eventdev: increase MAX QUEUES PER DEV to 255
 2020-10-31 10:58 UTC  (3+ messages)

[PATCH net-next 00/19] net: phy: add support for shared interrupts (part 1)
 2020-10-31 10:57 UTC  (5+ messages)

stable-rc/queue/5.8 build: 196 builds: 1 failed, 195 passed, 21 warnings (v5.8.17-49-g114a0c1f9474)
 2020-10-31 10:56 UTC 

[PATCH 0/4] rebase -i: fix ORIG_HEAD handling
 2020-10-31 10:55 UTC  (4+ messages)
` [PATCH 1/4] rebase -i: stop overwriting ORIG_HEAD buffer

[PATCH 0/5] add support for reject verdict in netdev
 2020-10-31 10:53 UTC  (2+ messages)

[dpdk-dev] [PATCH v2 01/22] event/dlb2: add documentation and meson build infrastructure
 2020-10-31 10:51 UTC  (4+ messages)
` [dpdk-dev] [PATCH v8 00/23] Add DLB2 PMD
  ` [dpdk-dev] [PATCH v8 20/23] event/dlb2: add PMD's token pop public interface

[PATCH] mtd: rawnand: ingenic: remove redundant get_device() in ingenic_ecc_get()
 2020-10-31 10:54 UTC  (2+ messages)

[PATCH] fsl/fman: add missing put_devcie() call in fman_port_probe()
 2020-10-31 10:54 UTC 

[PATCH] memory: tegra: add missing put_devcie() call in tegra_emc_probe()
 2020-10-31 10:53 UTC 

[PATCH ipsec-next] xfrm: add /proc/sys/core/net/xfrm_redact_secret
 2020-10-31 10:49 UTC  (3+ messages)
` [PATCH] xfrm: redact SA secret with lockdown confidentiality

[PATCH v2] USB: apple-mfi-fastcharge: fix reference leak in apple_mfi_fc_set_property
 2020-10-31 10:48 UTC  (3+ messages)

[PATCH RFC] blk-mq: Don't IPI requests on PREEMPT_RT
 2020-10-31 10:41 UTC  (11+ messages)
` [PATCH 1/3] blk-mq: Don't complete on a remote CPU in force threaded mode
  ` [PATCH 3/3] blk-mq: Use llist_head for blk_cpu_done

[PATCH v2 0/4] scsi: target: COMPARE AND WRITE miscompare sense
 2020-10-31 10:38 UTC  (5+ messages)
` [PATCH v3 4/4] scsi: target: return COMPARE AND WRITE miscompare offsets

[PATCH testsuite] travis: skip kernel update+reboot if it's not necessary
 2020-10-31 10:37 UTC  (3+ messages)

[PATCH] misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()
 2020-10-31 10:34 UTC  (6+ messages)

[Intel-gfx] [PATCH 1/3] fbcon: Disable accelerated scrolling
 2020-10-31 10:27 UTC  (6+ messages)
` [Intel-gfx] [PATCH] "
  `  "

[OpenRISC] [PATCH 0/1] OpenRISC binder.c compiler failure fix for stable
 2020-10-31 10:32 UTC  (3+ messages)
` [OpenRISC] [PATCH 1/1] openrisc: Fix issue with get_user for 64-bit values
  `  "

[PATCH net-next] net: avoid unneeded UDP L4 and fraglist GSO resegmentation
 2020-10-31 10:31 UTC  (3+ messages)

[PATCH net-next 0/7] VLAN improvements for Ocelot switch
 2020-10-31 10:29 UTC  (8+ messages)
` [PATCH net-next 1/7] net: mscc: ocelot: use the pvid of zero when bridged with vlan_filtering=0
` [PATCH net-next 2/7] net: mscc: ocelot: don't reset the pvid to 0 when deleting it
` [PATCH net-next 3/7] net: mscc: ocelot: transform the pvid and native vlan values into a structure
` [PATCH net-next 4/7] net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlan
` [PATCH net-next 5/7] net: mscc: ocelot: move the logic to drop 802.1p traffic to the pvid deletion
` [PATCH net-next 6/7] net: mscc: ocelot: deny changing the native VLAN from the prepare phase
` [PATCH net-next 7/7] net: dsa: felix: improve the workaround for multiple native VLANs on NPI port

[PATCH] crypto: x86/crc32c - fix building with clang ias
 2020-10-31 10:30 UTC  (2+ messages)

[PATCH 1/1] Fonts: font_acorn_8x8: Replace discarded const qualifier
 2020-10-31 10:27 UTC  (3+ messages)

[PATCH 00/36] Make qdev static property API usable by any QOM type
 2020-10-31 10:25 UTC  (7+ messages)
` [PATCH 09/36] qdev: Make qdev_get_prop_ptr() get Object* arg
    ` --enable-xen on gitlab CI? (was Re: [PATCH 09/36] qdev: Make qdev_get_prop_ptr() get Object* arg)

[PATCH nf-next] netfilter: nft_reject_inet: allow to use reject from inet ingress
 2020-10-31 10:24 UTC 

[dpdk-dev] [v3]net/hinic: fix coredump when the scondary process using the hinic port
 2020-10-31 10:23 UTC  (4+ messages)
` [dpdk-dev] [v4]net/hinic: "

stable-rc/queue/5.8 build: 196 builds: 1 failed, 195 passed, 21 warnings (v5.8.17-48-ge9fb604dafdf)
 2020-10-31 10:23 UTC 

[PATCH] Documentation: PM: correct path name
 2020-10-31  9:39 UTC 

[PATCH] Documentation: PM: correct typo
 2020-10-31  9:39 UTC 

[drm-drm-misc:for-linux-next 1/1] include/linux/swiotlb.h:98:9: error: 'SIZE_MAX' undeclared
 2020-10-31 10:22 UTC 

Onlining CXL Type2 device coherent memory
 2020-10-31 10:21 UTC  (3+ messages)

general opinion on FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" ??
 2020-10-31 10:21 UTC  (2+ messages)
` [docs] "

[PATCH 4.19 000/264] 4.19.153-rc1 review
 2020-10-31 10:16 UTC  (4+ messages)

[PATCH] coresight: funnel: Remove unnecessary .owner of static funnel driver
 2020-10-31 10:12 UTC  (2+ messages)

[PATCH 0/4] ipset patches for nf-next
 2020-10-31 10:13 UTC  (3+ messages)
` [PATCH 1/4] netfilter: ipset: Update byte and packet counters regardless of whether they match

[Bug 209981] New: Unable to boot with kernel 5.10-r1
 2020-10-31 10:12 UTC  (2+ messages)
` [Bug 209981] "

mm/memblock: export memblock_{start/end}_of_DRAM
 2020-10-31 10:05 UTC  (5+ messages)

FAILED: patch "[PATCH] xen/gntdev.c: Mark pages as dirty" failed to apply to 4.14-stable tree
 2020-10-31 10:03 UTC 

FAILED: patch "[PATCH] xen/gntdev.c: Mark pages as dirty" failed to apply to 4.9-stable tree
 2020-10-31 10:03 UTC 

FAILED: patch "[PATCH] xen/gntdev.c: Mark pages as dirty" failed to apply to 4.19-stable tree
 2020-10-31 10:03 UTC 

Stable backport request for "xen/events: don't use chip_data for legacy IRQs"
 2020-10-31 10:03 UTC  (3+ messages)

[RFC PATCH] PCI/DPC: Fix info->id initialization in dpc_process_error()
 2020-10-31 10:01 UTC 

stable-rc/queue/4.19 build: 206 builds: 1 failed, 205 passed, 161 warnings (v4.19.154-6-g2369e6ceae2d)
 2020-10-31 10:01 UTC 

[PATCH rasdaemon 0/2] ras-page-isolation bugfix
 2020-10-31  9:57 UTC  (2+ messages)
` [PATCH rasdaemon 1/2] ras-page-isolation: fix do_page_offline always considers page offline is successful


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.