All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-25 02:26:27 to 2019-07-25 04:24:00 UTC [more...]

WARNING in ovl_real_fdget_meta
 2019-07-25  4:24 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: fix null pointer dereference around dpm state relates
 2019-07-25  4:23 UTC 

[ANNOUNCE] kexec-tools 2.0.20
 2019-07-25  4:21 UTC 

[PATCH 0/3] Backport request for v4.14 to fix KASAN issues
 2019-07-25  4:18 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 0/2] declare crypto asym xform immutable
 2019-07-25  4:15 UTC  (3+ messages)

[PATCH] packagegroup-core-base-utils: Make it machine specific
 2019-07-25  4:15 UTC  (2+ messages)

Staging status of speakup
 2019-07-25  4:04 UTC  (9+ messages)
        ` [HELP REQUESTED from the community] Was: "

[PATCH nf-next 0/5] sipport nft_tunnel offload
 2019-07-25  4:09 UTC  (6+ messages)
` [PATCH nf-next 1/5] netfilter: nft_tunnel: support NFT_TUNNEL_SRC/DST_IP match
` [PATCH nf-next 2/5] netfilter: nft_tunnel: support tunnel meta match offload
` [PATCH nf-next 3/5] netfilter: nft_tunnel: add NFTA_TUNNEL_KEY_RELEASE action
` [PATCH nf-next 4/5] netfilter: nft_objref: add nft_objref_type offload
` [PATCH nf-next 5/5] netfilter: nft_tunnel: support nft_tunnel_obj offload

[PATCH v3 0/5] Add required-opps support to devfreq passive gov
 2019-07-25  4:09 UTC  (15+ messages)
` [PATCH v3 2/5] OPP: Add function to look up required OPP's for a given OPP
` [PATCH v3 3/5] OPP: Improve require-opps linking
` [PATCH v3 5/5] PM / devfreq: Add required OPPs support to passive governor

[PATCH RESEND] drm: Switch to use DEVFREQ_GOV_SIMPLE_ONDEMAND constant
 2019-07-25  3:59 UTC  (4+ messages)

[warrior][PATCH 01/11] binutils: fix CVE-2019-12972 CVE-2019-9071
 2019-07-25  4:03 UTC  (11+ messages)
` [warrior][PATCH 02/11] binutils: CVE-2019-9070 is same as CVE-2019-9071
` [warrior][PATCH 03/11] python: fix CVE-2019-9740
` [warrior][PATCH 04/11] libxslt: fix CVE-2019-13117 CVE-2019-13118
` [warrior][PATCH 05/11] glibc: CVE-2018-20796 is same as CVE-2019-9169
` [warrior][PATCH 06/11] libid3tag: handle unknown encodings (CVE-2017-11550)
` [warrior][PATCH 07/11] libid3tag: CVE-2017-11551 is the same as CVE-2004-2779
` [warrior][PATCH 08/11] tiff: fix CVE-2019-6128
` [warrior][PATCH 09/11] tiff: fix CVE-2019-7663
` [warrior][PATCH 10/11] libsdl: CVE fixes
` [warrior][PATCH 11/11] gstreamer1.0-vaapi: backport jpeg encode/decode fixes

[Qemu-devel] [PATCH v4 0/3] restrict bridge interface name to IFNAMSIZ
 2019-07-25  4:01 UTC  (2+ messages)

[PATCH] fs: crypto: keyinfo: Fix a possible null-pointer dereference in derive_key_aes()
 2019-07-25  3:52 UTC  (7+ messages)

[PATCH] devfreq: Correct devm_devfreq_remove_device() documentation
 2019-07-25  3:54 UTC  (2+ messages)

cron job: media_tree daily build: WARNINGS
 2019-07-25  3:49 UTC 

stable-rc/linux-4.14.y boot: 126 boots: 3 failed, 121 passed with 1 offline, 1 untried/unknown (v4.14.134-179-gf0382b8e83d1)
 2019-07-25  3:47 UTC 

[PATCH 01/11] ext4: add handling for extended mount options
 2019-07-25  3:46 UTC  (10+ messages)

[PATCH net-next] netfilter: nf_table_offload: Fix zero prio of flow_cls_common_offload
 2019-07-25  3:45 UTC  (4+ messages)

WARNING in __mmdrop
 2019-07-25  3:44 UTC  (13+ messages)

[PATCH] meta-virtualization: add layer depends on selinux
 2019-07-25  3:43 UTC 

[Qemu-devel] [RFC 00/19] Add virtual device fuzzing support
 2019-07-25  3:41 UTC  (21+ messages)
` [Qemu-devel] [RFC 01/19] fuzz: add configure option and linker objects
` [Qemu-devel] [RFC 02/19] fuzz: add FUZZ_TARGET type to qemu module system
` [Qemu-devel] [RFC 03/19] fuzz: add fuzz accelerator
` [Qemu-devel] [RFC 04/19] fuzz: Add qos support to fuzz targets
` [Qemu-devel] [RFC 05/19] fuzz: expose qemu_savevm_state & skip state header
` [Qemu-devel] [RFC 07/19] fuzz: Modify libqtest to directly invoke qtest.c
` [Qemu-devel] [RFC 06/19] fuzz: Add ramfile for fast vmstate/vmload
` [Qemu-devel] [RFC 08/19] fuzz: add shims to intercept libfuzzer init
` [Qemu-devel] [RFC 09/19] fuzz: use mtree_info to find mapped addresses
` [Qemu-devel] [RFC 10/19] fuzz: expose real_main (aka regular vl.c:main)
` [Qemu-devel] [RFC 11/19] fuzz: add direct send/receive in qtest client
` [Qemu-devel] [RFC 12/19] fuzz: hard-code all of the needed files for build
` [Qemu-devel] [RFC 13/19] fuzz: add ctrl vq support to virtio-net in libqos
` [Qemu-devel] [RFC 14/19] fuzz: hard-code a main-loop timeout
` [Qemu-devel] [RFC 15/19] fuzz: add fuzz accelerator type
` [Qemu-devel] [RFC 16/19] fuzz: add general fuzzer entrypoints
` [Qemu-devel] [RFC 17/19] fuzz: add general qtest fuzz target
` [Qemu-devel] [RFC 19/19] fuzz: Add documentation about the fuzzer to docs/
` [Qemu-devel] [RFC 18/19] fuzz: Add virtio-net tx and ctrl fuzz targets

[PATCH v4 0/5] Add required-opps support to devfreq passive gov
 2019-07-25  3:40 UTC  (3+ messages)

[PATCH 4.9 1/2] um: Allow building and running on older hosts
 2019-07-25  3:40 UTC  (3+ messages)

[Bug 204297] New: Creating CephFS volume in LXD hangs LXC command, kernel bug in logs
 2019-07-25  3:40 UTC  (2+ messages)
` [Bug 204297] "

Reminder: 99 open syzbot bugs in net subsystem
 2019-07-25  3:39 UTC  (5+ messages)

[LTP] [PATCH v2] move_pages12: handle errno EBUSY for madvise(..., MADV_SOFT_OFFLINE)
 2019-07-25  3:37 UTC 

[PATCH] drm: Switch to use DEVFREQ_GOV_SIMPLE_ONDEMAND constant
 2019-07-25  3:36 UTC  (2+ messages)

[PATCH v3 9/9] powerpc/eeh: Convert log messages to eeh_edev_* macros
 2019-07-25  3:33 UTC  (4+ messages)

[dpdk-dev] [v2] net/ice: CVL multi-process support
 2019-07-25 11:18 UTC  (3+ messages)
` [dpdk-dev] [v3] net/ice: enable "

+ proc-kpageflags-do-not-use-uninitialized-struct-pages.patch added to -mm tree
 2019-07-25  3:28 UTC 

+ proc-kpageflags-prevent-an-integer-overflow-in-stable_page_flags.patch added to -mm tree
 2019-07-25  3:28 UTC 

[Qemu-devel] [RFC PATCH] migration/postcopy: skip compression when postcopy is active
 2019-07-25  3:27 UTC 

[Xen-devel] [xen-unstable test] 139310: regressions - FAIL
 2019-07-25  3:26 UTC 

[PATCH] staging: rtl8723bs: hal: Remove unneeded variable pU1Tmp
 2019-07-25  3:23 UTC 

[PATCH] asm-generic: fix -Wtype-limits compiler warnings
 2019-07-25  3:22 UTC  (5+ messages)

[PATCH] libdm: _dm_task_set_name_from_path: always use major/minor
 2019-07-25  3:21 UTC  (2+ messages)

[PATCH v4, 00/33] add drm support for MT8183
 2019-07-25  3:20 UTC  (6+ messages)
` [PATCH v4, 05/33] dt-bindings: mediatek: add RDMA1 description for mt8183 display

[Qemu-devel] CC wangxiongfeng. : RE: [PATCH] pcie: fix device hotplug failure at the meantime of VM boot
 2019-07-25  3:19 UTC 

[PATCH v5 00/10] iommu: Bounce page for untrusted devices
 2019-07-25  3:17 UTC  (22+ messages)
` [PATCH v5 01/10] iommu/vt-d: Don't switch off swiotlb if use direct dma
` [PATCH v5 02/10] iommu/vt-d: Use per-device dma_ops
` [PATCH v5 03/10] iommu/vt-d: Cleanup after use per-device dma ops
` [PATCH v5 04/10] PCI: Add dev_is_untrusted helper
` [PATCH v5 05/10] swiotlb: Split size parameter to map/unmap APIs
` [PATCH v5 06/10] swiotlb: Zero out bounce buffer for untrusted device
` [PATCH v5 07/10] iommu: Add bounce page APIs
` [PATCH v5 08/10] iommu/vt-d: Check whether device requires bounce buffer
` [PATCH v5 09/10] iommu/vt-d: Add trace events for device dma map/unmap
` [PATCH v5 10/10] iommu/vt-d: Use bounce buffer for untrusted devices

[PATCH v2] f2fs: use EINVAL for superblock with invalid magic
 2019-07-25  3:15 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v5] mmc: host: sdhci: Fix the incorrect soft reset operation when runtime resuming
 2019-07-25  3:14 UTC  (2+ messages)

[PATCH v6 0/8] Introduce support for Guest CET feature
 2019-07-25  3:12 UTC  (9+ messages)
` [PATCH v6 1/8] KVM: VMX: Define CET VMCS fields and control bits
` [PATCH v6 2/8] KVM: x86: Add a helper function for CPUID(0xD,n>=1) enumeration
` [PATCH v6 3/8] KVM: x86: Implement CET CPUID enumeration for Guest
` [PATCH v6 4/8] KVM: VMX: Pass through CET related MSRs to Guest
` [PATCH v6 5/8] KVM: VMX: Load Guest CET via VMCS when CET is enabled in Guest
` [PATCH v6 6/8] KVM: x86: Add CET bits setting in CR4 and XSS
` [PATCH v6 7/8] KVM: x86: Load Guest fpu state when accessing MSRs managed by XSAVES
` [PATCH v6 8/8] KVM: x86: Add user-space access interface for CET MSRs

[PATCH] sys_prctl(): simplify arg2 judgment when calling PR_SET_TIMERSLACK
 2019-07-25  3:10 UTC  (4+ messages)
` [PATCH v2] sys_prctl(): remove unsigned comparision with less than zero

How to fix SSH interfactive promotion for Yocto Linux embedded system
 2019-07-25  3:10 UTC  (3+ messages)

[PATCH] ipip: validate header length in ipip_tunnel_xmit
 2019-07-25  3:07 UTC  (2+ messages)

[PATCH] cifs: add passthrough for smb2 setinfo
 2019-07-25  3:08 UTC 

[PATCH v2] checkpatch.pl: warn on invalid commit id
 2019-07-25  3:07 UTC  (2+ messages)

[PATCH] staging: media: hantro: Remove call to memset after dma_alloc_coherent
 2019-07-25  3:06 UTC 

[PATCH v4] mmc: host: sdhci-sprd: Fix the incorrect soft reset operation when runtime resuming
 2019-07-25  3:05 UTC  (7+ messages)

[PATCH] xtensa: remove free_initrd_mem
 2019-07-25  3:04 UTC  (2+ messages)

[PATCH 1/3] blk-throttle: support io delay stats
 2019-07-25  3:03 UTC  (3+ messages)
` [PATCH 2/3] blk-throttle: add counter for completed io
` [PATCH 3/3] blk-throttle: add throttled io/bytes counter

[PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment
 2019-07-25  3:02 UTC  (5+ messages)

[PATCH net] net: hns: fix LED configuration for marvell phy
 2019-07-25  3:00 UTC  (3+ messages)

CLI Tools
 2019-07-25  2:58 UTC  (4+ messages)

[PATCH 1/1] fpga: altera-ps-spi: Fix getting of optional confd gpio
 2019-07-25  2:48 UTC 

[PATCH v2 0/5] rtw88: add support for BT co-existence mechanism
 2019-07-25  2:53 UTC  (6+ messages)
` [PATCH v2 1/5] rtw88: switch specified efuse bank
` [PATCH v2 2/5] rtw88: check efuse for BT FT S1
` [PATCH v2 3/5] rtw88: allow c2h operation in irq context
` [PATCH v2 4/5] rtw88: enclose c2h cmd handle with mutex
` [PATCH v2 5/5] rtw88: add BT co-existence support

[PATCH 00/12] treewide: Fix GENMASK misuses
 2019-07-25  2:52 UTC  (8+ messages)
` [PATCH 03/12] drm: aspeed_gfx: Fix misuse of GENMASK macro

[PATCH v2] staging: wilc1000: Merge memcpy + le32_to_cpus to get_unaligned_le32
 2019-07-25  2:52 UTC 

[PATCH] rtlwifi: remove unneeded function _rtl_dump_channel_map()
 2019-07-25  2:50 UTC  (2+ messages)

[PATCH] ptsematest, sigwaittest, pmqtest, svsematest reprot error "Could not access /sys/kernel/debug/tracing/tracing_enabled"
 2019-07-25  2:49 UTC 

[PATCH] mm: page_alloc: document kmemleak's non-blockable __GFP_NOFAIL case
 2019-07-25  2:48 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/enic: retain previous message logging
 2019-07-25  2:46 UTC 

stable-rc/linux-4.9.y boot: 106 boots: 1 failed, 103 passed with 1 offline, 1 untried/unknown (v4.9.186-126-ge18d357305a9)
 2019-07-25  2:46 UTC 

[PATCH 0/2] fix kernel panic due to use uninitialized struct pages
 2019-07-25  2:31 UTC  (3+ messages)
` [PATCH 1/2] /proc/kpageflags: prevent an integer overflow in stable_page_flags()
` [PATCH 2/2] /proc/kpageflags: do not use uninitialized struct pages

[PATCH net-next v2 0/3] netlink: strict attribute checking follow-up
 2019-07-25  2:46 UTC  (4+ messages)
` [PATCH net-next v2 3/3] netlink: add validation of NLA_F_NESTED flag

[PATCH v2] staging: wilc1000: Merge memcpy + le32_to_cpus to get_unaligned_le32
 2019-07-25  2:46 UTC 

[lustre-devel] [PATCH 0/8] lustre: some old patches from whamcloud tree
 2019-07-25  2:44 UTC  (9+ messages)
` [lustre-devel] [PATCH 1/8] lustre: seq: make seq_proc_write_common() safer
` [lustre-devel] [PATCH 2/8] lustre: ptlrpc: Fix an rq_no_reply assertion failure
` [lustre-devel] [PATCH 3/8] lustre: fld: resend seq lookup RPC if it is on LWP
` [lustre-devel] [PATCH 4/8] lustre: fld: retry fld rpc even for ESHUTDOWN
` [lustre-devel] [PATCH 5/8] lustre: fld: retry fld rpc until the import is closed
` [lustre-devel] [PATCH 6/8] lustre: fld: fld client lookup should retry
` [lustre-devel] [PATCH 7/8] lustre: tests: testcases for multiple modify RPCs feature
` [lustre-devel] [PATCH 8/8] lustre: ldlm: Don't check opcode with NULL rq_reqmsg

[PATCH] f2fs: use EINVAL for invalid superblock
 2019-07-25  2:42 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH] media: staging: ipu3: Enable IOVA API only when IOMMU support is enabled
 2019-07-25  2:41 UTC  (4+ messages)
` [PATCH] media: staging: tegra-vde: Fix build error

[U-Boot] [PATCH v5 0/3] fit: Image node compression
 2019-07-25  2:40 UTC  (4+ messages)
` [U-Boot] [PATCH v5 1/3] common: Move bootm_decomp_image() to image.c (as image_decomp())

[PATCH] perf/x86: Apply more accurate check on hypervisor platform
 2019-07-25  2:39 UTC 

[PATCH] x86/speculation/mds: Apply more accurate check on hypervisor platform
 2019-07-25  2:39 UTC 

[PATCH v2 lksctp-tools] testlib: improve test_bind function
 2019-07-25  2:39 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: minor fixes around SW SMU power and fan setting
 2019-07-25  2:39 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amd/powerplay: enable SW SMU reset functionality

[U-Boot] [PATCH v6 0/3] fit: Image node compression
 2019-07-25  2:37 UTC  (4+ messages)
` [U-Boot] [PATCH v6 1/3] common: Move bootm_decomp_image() to image.c (as image_decomp())
` [U-Boot] [PATCH v6 2/3] fit: Support compression for non-kernel components (e.g. FDT)
` [U-Boot] [PATCH v6 3/3] fit: Support compat string property in configuration node

[PATCH v6 0/2] mm/vmalloc.c: improve readability and rewrite vmap_area
 2019-07-25  2:36 UTC  (3+ messages)
` [PATCH v6 1/2] mm/vmalloc: do not keep unpurged areas in the busy tree

[PATCH net-next 00/11] net: hns3: some code optimizations & bugfixes & features
 2019-07-25  2:34 UTC  (4+ messages)
` [PATCH net-next 06/11] net: hns3: modify firmware version display format

[RFC PATCH 0/5] NUMA Balancer Suite
 2019-07-25  2:33 UTC  (4+ messages)
` [PATCH 0/4] per cpu cgroup numa suite
  ` [PATCH v2 0/4] per-cgroup "

[PATCH] mm: replace list_move_tail() with add_page_to_lru_list_tail()
 2019-07-25  2:32 UTC  (2+ messages)

[PATCH v2] ima-evm-utils: Namespace some too generic object names
 2019-07-25  2:24 UTC 

linux-next: build failure after merge of the leds tree
 2019-07-25  2:31 UTC 

[PATCH V2 1/2] usb: dwc3: Add node to update cache type setting
 2019-07-25  2:29 UTC  (3+ messages)

[RFC PATCH] rtw88: use txpwr_lmt_cfg_pair struct, not arrays
 2019-07-25  2:26 UTC  (3+ messages)

[PATCH V2 1/4] dt-bindings: opp: Support multiple opp-suspend properties
 2019-07-25  2:26 UTC  (4+ messages)
` [PATCH V2 2/4] opp: of: Support multiple suspend OPPs defined in DT


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.