All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-21 23:08:20 to 2021-08-22 05:52:18 UTC [more...]

how do you find the subsystem of a file?
 2021-08-22  0:23 UTC  (3+ messages)

[PATCH] net: atlantic: switch from 'pci_' to 'dma_' API
 2021-08-22  5:49 UTC 

Regression in v5.14-rc1: f2165627319f btrfs: compression: don't try to compress if we don't have enough pages
 2021-08-22  5:51 UTC 

Support for compressed inline extents
 2021-08-22  5:45 UTC  (2+ messages)

[intel-linux-intel-lts:5.10/preempt-rt 10959/15484] drivers/media/v4l2-core/v4l2-subdev.c:908:5: warning: stack frame size (1400) exceeds limit (1024) in function 'v4l2_subdev_link_validate'
 2021-08-22  5:44 UTC 

vmlinux.o: warning: objtool: mce_wrmsrl.constprop.0()+0x6b: call to __sanitizer_cov_trace_pc() leaves .noinstr.text section
 2021-08-22  5:39 UTC  (2+ messages)

[PATCH] mailmap: Update e-mail for Jernej Skrabec
 2021-08-22  5:23 UTC 

[jimc:dd-drm-next 2/12] include/linux/dynamic_debug.h:232:68: error: declaration of 'struct kernel_param' will not be visible outside of this function
 2021-08-22  5:22 UTC 

[PATCH 0/2] add AES-NI/AVX2/x86_64 implementation
 2021-08-22  5:20 UTC  (3+ messages)

[PATCH] ext4: fix reserved space counter leakage
 2021-08-22  5:17 UTC  (3+ messages)

[PATCH 0/3] net: Cleanups for FORTIFY_SOURCE
 2021-08-22  5:16 UTC  (5+ messages)

[PATCH] locking: Remove repeated verbose license text
 2021-08-22  5:15 UTC  (2+ messages)

[xen-4.12-testing test] 164298: regressions - FAIL
 2021-08-22  5:10 UTC 

[RFC PATCH v1 1/3] dt-bindings:net:wireless:qca,ath9k: add nvmem-cells for calibration data
 2021-08-22  5:09 UTC  (4+ messages)

[PATCH v1 1/1] ray_cs: use %*ph to print small buffer
 2021-08-22  5:08 UTC  (4+ messages)

[PATCH v2] rtw88: add quirk to disable pci caps on HP Pavilion 14-ce0xxx
 2021-08-22  5:07 UTC  (2+ messages)

[u-boot-test-hooks PATCH] travis-ci: Add SiFive Unleashed QEMU targets
 2021-08-22  5:01 UTC 

[frank-w-bpi-r2-4.14:5.14-rc 5/24] drivers/misc/mediatek/connectivity/wlan/gen2/include/p2p_precomp.h: que_mgt.h is included more than once
 2021-08-22  5:00 UTC  (2+ messages)
` [RFC PATCH frank-w-bpi-r2-4.14] mt6625l: fix duplicated inclusion

[PATCH v2 0/4] sunxi: TOC0 image type support
 2021-08-22  4:46 UTC  (5+ messages)
` [PATCH v2 1/4] tools: Separate image types which depend on OpenSSL
` [PATCH v2 2/4] tools: mkimage: Add Allwinner TOC0 support
` [PATCH v2 3/4] sunxi: Support SPL in both eGON and TOC0 images
` [PATCH v2 4/4] sunxi: Support building a SPL as a TOC0 image

[PATCH] vfio: platform: reset: Convert to SPDX identifier
 2021-08-22  4:36 UTC 

[PATCH] vfio-pci/zdev: Remove repeated verbose license text
 2021-08-22  4:35 UTC 

[PATCH] usb: gadget: mass_storage: Remove repeated verbose license text
 2021-08-22  4:30 UTC 

[PATCH] media: videobuf2: Convert to SPDX identifier
 2021-08-22  4:27 UTC 

[Buildroot] [PATCH 1/1] Enable quadmath on aarch64
 2021-08-22  4:26 UTC  (2+ messages)

[PATCH v2 00/30] linux-user: Clean up siginfo_t handling
 2021-08-22  3:55 UTC  (31+ messages)
` [PATCH v2 01/30] linux-user/aarch64: Set siginfo_t addr field for SIGTRAP signals
` [PATCH v2 02/30] linux-user/arm: "
` [PATCH v2 03/30] linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE
` [PATCH v2 04/30] linux-user: Zero out target_siginfo_t in force_sig()
` [PATCH v2 05/30] linux-user: Provide new force_sig_fault() function
` [PATCH v2 06/30] linux-user: Provide new force_sigsegv_for_addr() function
` [PATCH v2 07/30] linux-user/arm: Use force_sig_fault()
` [PATCH v2 08/30] linux-user/aarch64: "
` [PATCH v2 09/30] linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrap
` [PATCH v2 10/30] linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRAND
` [PATCH v2 11/30] linux-user/alpha: Use force_sig_fault, force_sigsegv_code
` [PATCH v2 12/30] linux-user/cris: "
` [PATCH v2 13/30] linux-user/hexagon: Use force_sigsegv_code
` [PATCH v2 14/30] linux-user/hppa: Use force_sig_fault, force_sigsegv_for_addr
` [PATCH v2 15/30] linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOW
` [PATCH v2 16/30] linux-user/hppa: Set FPE_CONDTRAP for COND
` [PATCH v2 17/30] linux-user/i386: Split out maybe_handle_vm86_trap
` [PATCH v2 18/30] linux-user/i386: Use force_sig, force_sig_fault, force_sigsegv_for_addr
` [PATCH v2 19/30] linux-user/m68k: Use "
` [PATCH v2 20/30] linux-user/microblaze: "
` [PATCH v2 21/30] linux-user/microblaze: Fix SIGFPE si_codes
` [PATCH v2 22/30] linux-user/mips: Improve do_break
` [PATCH v2 23/30] linux-user/mips: Use force_sig_fault, force_sigsegv_for_addr
` [PATCH v2 24/30] linux-user/openrisc: "
` [PATCH v2 25/30] linux-user/ppc: "
` [PATCH v2 26/30] linux-user/riscv: "
` [PATCH v2 27/30] linux-user/s390x: "
` [PATCH v2 28/30] linux-user/sh4: "
` [PATCH v2 29/30] linux-user/sparc: "
` [PATCH v2 30/30] linux-user/xtensa: "

[PATCH 0/5] introduce QArray
 2021-08-22  4:11 UTC  (3+ messages)
` [PATCH 2/5] qemu/qarray.h: weak scalar type check in QARRAY_CREATE()

[PATCH v2 0/2] Add MUSB for MT7623
 2021-08-22  4:13 UTC  (7+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] arm: dts: mt7623: add musb device nodes

[PATCH libnetfilter_queue v4 1/4] build: doc: Fix NAME entry in man pages
 2021-08-22  4:14 UTC  (4+ messages)
` [PATCH libnetfilter_queue v4 2/4] build: doc: can choose what to build and install
` [PATCH libnetfilter_queue v4 3/4] build: doc: VPATH builds work again
` [PATCH libnetfilter_queue v4 4/4] build: doc: split off shell script from within doxygen/Makefile.am

[tip:x86/urgent] BUILD SUCCESS 22aa45cb465be474e97666b3f7587ccb06ee411b
 2021-08-22  4:14 UTC 

[PATCH] media: dvb-core: Convert to SPDX identifier
 2021-08-22  4:06 UTC 

NFS server regression in kernel 5.13 (tested w/ 5.13.9)
 2021-08-22  4:05 UTC  (18+ messages)

[PATCH] media: b2c2: flexcop: Convert to SPDX identifier
 2021-08-22  4:03 UTC 

[frank-w-bpi-r2-4.14:5.14-otg 7/29] cc1: error: drivers/misc/mediatek/connectivity/common/common_detect/../combo/linux/include: No such file or directory
 2021-08-22  4:01 UTC 

[PATCH libnetfilter_queue v3 1/3] build: doc: Fix NAME entry in man pages
 2021-08-22  4:00 UTC  (4+ messages)

[intel-linux-intel-lts:5.10/yocto 13/14] drivers/media/i2c/imx390.c:724:21: sparse: sparse: Using plain integer as NULL pointer
 2021-08-22  3:58 UTC 

[Buildroot] [PATCH 2/2] Update boost to 1.77.0
 2021-08-22  3:48 UTC  (3+ messages)

[PATCH] crypto: add missing kernel_fpu_end() call
 2021-08-22  3:48 UTC  (7+ messages)
` [PATCH] crypto: xts_crypt() return if walk.nbytes is 0
        ` [PATCH v2] "

Failed to connect to WPA3 network after update to iwd 1.16
 2021-08-22  3:47 UTC 

[PATCH v6 24/24] rtw89: add Kconfig and Makefile
 2021-08-22  3:43 UTC  (3+ messages)

[PATCH 1/2] python3-hypothesis: upgrade 6.14.8 -> 6.15.0
 2021-08-22  3:39 UTC  (2+ messages)
` [PATCH 2/2] python3-hypothesis: enable ptest

[PATCH 0/3] serial: Use of_device_get_match_data
 2021-08-22  3:28 UTC  (8+ messages)
` [PATCH 1/3] serial: 8250_ingenic: "
` [PATCH 2/3] serial: tegra: "
` [PATCH 3/3] serial: vt8500: "

[PATCH] iomap: standardize tracepoint formatting and storage
 2021-08-22  3:30 UTC  (2+ messages)

[intel-linux-intel-lts:5.10/yocto 10656/15115] drivers/media/i2c/lt6911uxc.c:787:21: sparse: sparse: Using plain integer as NULL pointer
 2021-08-22  3:25 UTC 

linux-next: Fixes tag needs some work in the block tree
 2021-08-22  3:24 UTC 

[frank-w-bpi-r2-4.14:5.14-otg 8/29] drivers/soc/mediatek/mtk-pmic-wrap.c:2112:16: warning: no previous prototype for 'pwrap_node_to_regmap'
 2021-08-22  3:17 UTC 

[v3] [RFC] Merge meta-rust to oe-core
 2021-08-22  3:12 UTC  (5+ messages)
` [OE-core] [v4] "
      ` [OE-core] [v4] [RFC] Merge meta-rust to oe-core - Aug 19 update

Use-after-free related to dm_put_table_device()
 2021-08-22  3:12 UTC 

[CFT][PATCH v2] net/8390: apne.c - read out and log PCMCIA cftable entries
 2021-08-22  3:11 UTC 

slab-out-of-bounds access in bio_integrity_alloc()
 2021-08-22  3:01 UTC  (3+ messages)

fs/verity/open.c:244:2: warning: Attempt to free released memory [clang-analyzer-unix.Malloc]
 2021-08-22  3:00 UTC 

[PATCH v29 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-22  2:59 UTC  (4+ messages)
` [PATCH v29 09/32] x86/mm: Introduce _PAGE_COW

[PATCH linux-next] arm: dma fix returnvar.cocci warnings
 2021-08-22  2:59 UTC  (3+ messages)

[PATCH] vsprintf and docs: Add X to %ph for upper case output
 2021-08-22  2:59 UTC 

[dpdk-dev] [DPDK] net/ipn3ke: change function label from EXPERIMENTAL to INTERNAL
 2021-08-22  2:49 UTC  (4+ messages)

[agd5f:amd-staging-drm-next 541/556] drivers/spi/spi-amd.c:405:36: warning: unused variable 'spi_acpi_match'
 2021-08-22  2:48 UTC  (2+ messages)

[for-rc] RDMA/qedr: qedr crash while running rdma-tool
 2021-08-22  2:45 UTC  (3+ messages)

[RFC net-next 0/7] Add basic SyncE interfaces
 2021-08-22  2:30 UTC  (17+ messages)
` [RFC net-next 1/7] ptp: Add interface for acquiring DPLL state
                    ` [Intel-wired-lan] "
` [RFC net-next 4/7] net: add ioctl interface for recover reference clock on netdev
    ` [Intel-wired-lan] "

[PATCH] padata: Remove repeated verbose license text
 2021-08-22  2:27 UTC 

[PATCH] kernel: debug: Convert to SPDX identifier
 2021-08-22  2:22 UTC 

[PATCH 0/4] sunxi: TOC0 image type support
 2021-08-22  2:19 UTC  (5+ messages)

[PATCH 15/27] drm/i915/guc: Implement multi-lrc submission
 2021-08-22  2:18 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] genirq: Remove repeated verbose license text
 2021-08-22  2:18 UTC 

[PATCH v3 0/4] open/accept directly into io_uring fixed file table
 2021-08-22  2:18 UTC  (2+ messages)

volume recovery question
 2021-08-22  2:10 UTC 

[PATCH] audit: Convert to SPDX identifier
 2021-08-22  2:13 UTC 

[PATCH] gcov: clang: Remove repeated verbose license text
 2021-08-22  2:15 UTC 

[PATCH] PCI/AER: Continue AER recovery of device with NO_BUS_RESET set
 2021-08-21 15:26 UTC  (2+ messages)

[PATCH v15 07/13] docs: counter: Document character device interface
 2021-08-22  2:03 UTC  (3+ messages)

drivers/uio/uio_aec.c:50:49: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-08-22  2:04 UTC  (2+ messages)

[qemu-mainline test] 164272: regressions - FAIL
 2021-08-22  1:57 UTC 

[CFT][PATCH] net/8390: apne.c - read out and log PCMCIA cftable entries
 2021-08-22  1:48 UTC 

[mcgrof:20210816-add-disk-error-handling 28/64] drivers/block/swim.c:780:33: error: 'swd' undeclared
 2021-08-22  1:34 UTC  (2+ messages)

drivers/crypto/hisilicon/qm.c:4077:8: warning: %ld in format string (no. 1) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
 2021-08-22  1:18 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 61e0d0cc51cd
 2021-08-22  1:17 UTC 

[PATCH v3 00/15] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-08-22  1:14 UTC  (10+ messages)
` [PATCH v3 13/15] drm/mediatek: add ovl_adaptor support for MT8195
` [PATCH v3 15/15] drm/mediatek: add mediatek-drm of vdosys1 "

[PATCH v2 0/2] objtool: altinstructions fix and cleanup
 2021-08-22  1:17 UTC  (3+ messages)
` [PATCH v2 2/2] objtool: remove redundant len value from struct section

[PATCH v2 0/4] mkimage: sunxi_egon: add riscv support
 2021-08-22  1:15 UTC  (2+ messages)

[PATCH linux-next] tools: fix warning comparing pointer to 0
 2021-08-22  1:03 UTC  (3+ messages)

[PATCH v2] ARM: Prevent the compiler from using NEON registers
 2021-08-22  0:54 UTC 

[PATCH] drm: rcar-du: Improve kernel log messages when initializing encoders
 2021-08-22  0:39 UTC 

[wireless-drivers-next:master 19/40] drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c:892:6: warning: variable 'place' is used uninitialized whenever 'if' condition is false
 2021-08-22  0:36 UTC  (2+ messages)

[PATCH] drm: rcar-du: Don't create encoder for unconnected LVDS outputs
 2021-08-22  0:36 UTC 

[PATCH] i2c: i2c-gpio: Support the named GPIO binding
 2021-08-22  0:25 UTC 

[PATCH ima-evm-utils v3] Use secure heap for private keys and passwords
 2021-08-22  0:10 UTC 

[PATCH] media: rc and cec: keep all menu entries together
 2021-08-22  0:04 UTC 

[PATCH 4/6] staging: rtl8723bs: remove sdio_readN()
 2021-08-21 23:55 UTC 

[PATCH v3 0/4] Converter R-Car DU to the DRM bridge connector helper
 2021-08-22  0:01 UTC  (5+ messages)
` [PATCH v3 2/4] drm: rcar-du: lvds: Convert to DRM panel bridge helper

[PATCH] ssb: Drop legacy header include
 2021-08-21 23:58 UTC 

[PATCH] staging: r8188eu: core: remove condition with no effect
 2021-08-21 23:58 UTC  (3+ messages)

[PATCH 6/6] staging: rtl8723bs: remove _read_port from _io_ops structure
 2021-08-21 23:56 UTC 

[PATCH 2/6] staging: rtl8723bs: remove sdio_writeN()
 2021-08-21 23:55 UTC 

[PATCH 3/6] staging: rtl8723bs: remove sdio_read_mem()
 2021-08-21 23:55 UTC 

[PATCH 1/6] staging: rtl8723bs: remove sdio_write_mem()
 2021-08-21 23:55 UTC  (2+ messages)
` [PATCH 5/6] staging: rtl8723bs: remove unused definitions from rtw_io.h

[GIT PULL] Please pull powerpc/linux.git powerpc-5.14-6 tag
 2021-08-21 23:53 UTC  (2+ messages)

(no subject)
 2021-08-21 23:52 UTC  (2+ messages)
` 

[PATCH 0/6] Sparse Index: Integrate with merge, cherry-pick, rebase, and revert
 2021-08-21 23:48 UTC  (9+ messages)
` [PATCH 1/6] t1092: use ORT merge strategy

[RFC PATCH net-next 04/20] net: switchdev: move SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICE to the blocking notifier chain
 2021-08-21 23:43 UTC  (2+ messages)
` [RFC PATCH net-next 04/20] net: switchdev: move SWITCHDEV_FDB_{ADD, DEL}_TO_DEVICE "

[sashal-linux-stable:pending-4.4 25/25] drivers/net/phy/mdio-mux.c:172:5: error: label 'err_loop' used but not defined
 2021-08-21 23:36 UTC 

[xen-unstable bisection] complete test-amd64-i386-xl-qemut-stubdom-debianhvm-amd64-xsm
 2021-08-21 23:29 UTC 

[PATCH] Makefile: use -Wno-main in the full kernel tree
 2021-08-21 23:26 UTC  (4+ messages)

[PATCH bpf-next v2] af_unix: fix NULL pointer bug in unix_shutdown
 2021-08-21 23:23 UTC  (2+ messages)

[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
 2021-08-21 23:24 UTC 

[PATCH] Give support for hooks based on platform
 2021-08-21 23:11 UTC  (3+ messages)

[asahilinux:nvme/new 6/9] drivers/mailbox/apple-mailbox-compat-shim.c:68:20: warning: cast from pointer to integer of different size
 2021-08-21 23:18 UTC  (2+ messages)

[Bug 201885] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
 2021-08-21 23:17 UTC 

[PATCH v8 00/13] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2021-08-21 23:14 UTC  (6+ messages)
` [PATCH v8 03/13] dt-bindings: mediatek: add mediatek, dsc.yaml for mt8195 SoC binding
    ` [PATCH v8 03/13] dt-bindings: mediatek: add mediatek,dsc.yaml "

[PATCH v2 0/2] iter revert problems
 2021-08-21 23:13 UTC  (4+ messages)

include/linux/compiler_types.h:319:45: error: call to '__compiletime_assert_224' declared with attribute error: BUILD_BUG_ON failed: FIX_KMAP_SLOTS > PTRS_PER_PTE
 2021-08-21 23:07 UTC 

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-08-17
 2021-08-21 23:08 UTC  (4+ messages)
` [Buildroot] Analysis of build "


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.