All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-01 19:18:54 to 2021-03-01 20:05:30 UTC [more...]

sparc: icmpv6.h:70:2: error: implicit declaration of function '__icmpv6_send'; did you mean 'icmpv6_send'? [-Werror=implicit-function-declaration]
 2021-03-01 19:41 UTC  (3+ messages)

rcar_du_kms.c:781:24: error: passing argument 1 of '__drmm_add_action' from incompatible pointer type
 2021-03-01 19:59 UTC  (3+ messages)

[PATCH 4.19 000/247] 4.19.178-rc1 review
 2021-03-01 16:11 UTC  (42+ messages)
` [PATCH 4.19 001/247] HID: make arrays usage and value to be the same
` [PATCH 4.19 002/247] USB: quirks: sort quirk entries
` [PATCH 4.19 003/247] usb: quirks: add quirk to start video capture on ELMO L-12F document camera reliable
` [PATCH 4.19 004/247] ntfs: check for valid standard information attribute
` [PATCH 4.19 005/247] arm64: tegra: Add power-domain for Tegra210 HDA
` [PATCH 4.19 006/247] scripts: use pkg-config to locate libcrypto
` [PATCH 4.19 007/247] scripts: set proper OpenSSL include dir also for sign-file
` [PATCH 4.19 008/247] block: add helper for checking if queue is registered
` [PATCH 4.19 009/247] block: split .sysfs_lock into two locks
` [PATCH 4.19 010/247] block: fix race between switching elevator and removing queues
` [PATCH 4.19 011/247] block: dont release queues sysfs lock during switching elevator
` [PATCH 4.19 012/247] NET: usb: qmi_wwan: Adding support for Cinterion MV31
` [PATCH 4.19 013/247] cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath
` [PATCH 4.19 014/247] scripts/recordmcount.pl: support big endian for ARCH sh
` [PATCH 4.19 015/247] jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operations
` [PATCH 4.19 016/247] locking/static_key: Fix false positive warnings on concurrent dec/inc
` [PATCH 4.19 017/247] vmlinux.lds.h: add DWARF v5 sections
` [PATCH 4.19 018/247] kdb: Make memory allocations more robust
` [PATCH 4.19 019/247] PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064
` [PATCH 4.19 020/247] bfq: Avoid false bfq queue merging
` [PATCH 4.19 021/247] ALSA: usb-audio: Fix PCM buffer allocation in non-vmalloc mode
` [PATCH 4.19 022/247] MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() section
` [PATCH 4.19 025/247] Bluetooth: btqcomsmd: Fix a resource leak in error handling paths in the probe function
` [PATCH 4.19 026/247] Bluetooth: Fix initializing response id after clearing struct
` [PATCH 4.19 027/247] ARM: dts: exynos: correct PMIC interrupt trigger level on Artik 5
` [PATCH 4.19 034/247] arm64: dts: exynos: correct PMIC interrupt trigger level on Espresso
` [PATCH 4.19 035/247] bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_args
` [PATCH 4.19 036/247] arm64: dts: allwinner: A64: properly connect USB PHY to port 0
` [PATCH 4.19 037/247] arm64: dts: allwinner: Drop non-removable from SoPine/LTS SD card
` [PATCH 4.19 038/247] arm64: dts: allwinner: A64: Limit MMC2 bus frequency to 150 MHz
` [PATCH 4.19 039/247] cpufreq: brcmstb-avs-cpufreq: Free resources in error path
` [PATCH 4.19 040/247] cpufreq: brcmstb-avs-cpufreq: Fix resource leaks in ->remove()
` [PATCH 4.19 041/247] ACPICA: Fix exception code class checks
` [PATCH 4.19 042/247] usb: gadget: u_audio: Free requests only after callback
` [PATCH 4.19 043/247] Bluetooth: drop HCI device reference before return
` [PATCH 4.19 044/247] Bluetooth: Put HCI device if inquiry procedure interrupts
` [PATCH 4.19 045/247] memory: ti-aemif: Drop child node when jumping out loop
` [PATCH 4.19 046/247] ARM: dts: Configure missing thermal interrupt for 4430
` [PATCH 4.19 051/247] ARM: dts: armada388-helios4: assign pinctrl to LEDs
` [PATCH 4.19 052/247] ARM: dts: armada388-helios4: assign pinctrl to each fan
` [PATCH 4.19 054/247] ARM: s3c: fix fiq for clang IAS

[PATCH v6 00/40] idmapped mounts
 2021-03-01 20:05 UTC  (3+ messages)
` [PATCH v6 39/40] xfs: support "

[PATCH v2] i386: Add the support for AMD EPYC 3rd generation processors
 2021-03-01 19:45 UTC  (8+ messages)

[Intel-gfx] [PATCH v2 00/16] Introduce Intel PXP
 2021-03-01 20:01 UTC  (19+ messages)
` [Intel-gfx] [PATCH v2 01/16] drm/i915/pxp: Define PXP component interface
` [Intel-gfx] [PATCH v2 02/16] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [PATCH v2 03/16] drm/i915/pxp: define PXP device flag and kconfig
` [Intel-gfx] [PATCH v2 04/16] drm/i915/pxp: allocate a vcs context for pxp usage
` [Intel-gfx] [PATCH v2 05/16] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [PATCH v2 06/16] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [PATCH v2 07/16] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [PATCH v2 08/16] drm/i915/pxp: Implement arb session teardown
` [Intel-gfx] [PATCH v2 09/16] drm/i915/pxp: Implement PXP irq handler
` [Intel-gfx] [PATCH v2 10/16] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [PATCH v2 11/16] drm/i915/pxp: interface for creation of protected contexts
` [Intel-gfx] [PATCH v2 12/16] drm/i915/uapi: introduce drm_i915_gem_create_ext
` [Intel-gfx] [PATCH v2 13/16] drm/i915/pxp: User interface for Protected buffer
` [Intel-gfx] [PATCH v2 14/16] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] [PATCH v2 15/16] drm/i915/pxp: black pixels on pxp disabled
` [Intel-gfx] [PATCH v2 16/16] drm/i915/pxp: enable PXP for integrated Gen12
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Introduce Intel PXP (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH 0/3] Enable 8D-8D-8D mode on J721E, J7200, AM654
 2021-03-01 19:58 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: ti: k3-j721e-som-p0: Enable 8D-8D-8D mode on OSPI
` [PATCH 2/3] arm64: dts: ti: am654-base-board: "
` [PATCH 3/3] arm64: dts: ti: k3-j7200-som-p0: Add nodes for OSPI0

[PATCH v3 0/6] can: c_can: add support to 64 message objects
 2021-03-01 19:46 UTC  (9+ messages)
` [PATCH v3 5/6] can: c_can: prepare to up the message objects number

Want to use linux-fslc 5.10 with Dunfell
 2021-03-01 19:59 UTC  (5+ messages)
` [meta-freescale] "

[PATCH 00/25] KVM SGX virtualization support
 2021-03-01 16:57 UTC  (5+ messages)
` [PATCH 12/25] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
` [PATCH 19/25] KVM: VMX: Add basic handling of VM-Exit from SGX enclave

[PATCH next v3 00/15] printk: remove logbuf_lock
 2021-03-01 16:57 UTC  (4+ messages)
` [PATCH next v3 01/15] um: synchronize kmsg_dumper

[PATCH] cxl: Make loop variable be 'i' instead of 'j'
 2021-03-01 16:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 00/42] esp: consolidate PDMA transfer buffers and other fixes
 2021-03-01 19:52 UTC  (5+ messages)
` [PATCH v2 01/42] esp: checkpatch fixes
` [PATCH v2 02/42] esp: rename existing ESP QOM type to SYSBUS_ESP

[PATCH] vfio-ccw: Do not read region ret_code after write
 2021-03-01 19:51 UTC 

[PATCH] drivers: scsi: qla4xxx: Fix a spello in the file qla4xxx/ql4_os.c
 2021-03-01 16:56 UTC  (2+ messages)

[PATCH] can: c_can_pci: fix use-after-free
 2021-03-01 14:26 UTC  (2+ messages)

[PATCH] can: c_can: move runtime PM enable/disable to c_can_platform
 2021-03-01 15:08 UTC  (2+ messages)

mcp251x hangs during ifup
 2021-03-01 16:58 UTC 

[RFC 2/2] ASoC: rt5670: Add LED trigger support
 2021-03-01 19:49 UTC  (12+ messages)

[PATCH 4.14 000/176] 4.14.223-rc1 review
 2021-03-01 16:14 UTC  (59+ messages)
` [PATCH 4.14 097/176] powerpc/8xx: Fix software emulation interrupt
` [PATCH 4.14 098/176] spi: pxa2xx: Fix the controller numbering for Wildcat Point
` [PATCH 4.14 101/176] Input: elo - fix an error code in elo_connect()
` [PATCH 4.14 120/176] scsi: bnx2fc: Fix Kconfig warning & CNIC build errors
` [PATCH 4.14 121/176] blk-settings: align max_sectors on "logical_block_size" boundary
` [PATCH 4.14 123/176] ACPI: configfs: add missing check after configfs_register_default_group()
` [PATCH 4.14 125/176] Input: raydium_ts_i2c - do not send zero length
` [PATCH 4.14 126/176] Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox Series X|S
` [PATCH 4.14 127/176] Input: joydev - prevent potential read overflow in ioctl
` [PATCH 4.14 128/176] Input: i8042 - add ASUS Zenbook Flip to noselftest list
` [PATCH 4.14 129/176] USB: serial: option: update interface mapping for ZTE P685M
` [PATCH 4.14 130/176] usb: musb: Fix runtime PM race in musb_queue_resume_work
` [PATCH 4.14 131/176] USB: serial: mos7840: fix error code in mos7840_write()
` [PATCH 4.14 132/176] USB: serial: mos7720: fix error code in mos7720_write()
` [PATCH 4.14 133/176] usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1
` [PATCH 4.14 134/176] usb: dwc3: gadget: Fix dep->interval for fullspeed interrupt
` [PATCH 4.14 135/176] ALSA: hda/realtek: modify EAPD in the ALC886
` [PATCH 4.14 136/176] tpm_tis: Fix check_locality for correct locality acquisition
` [PATCH 4.14 137/176] KEYS: trusted: Fix migratable=1 failing
` [PATCH 4.14 138/176] btrfs: abort the transaction if we fail to inc ref in btrfs_copy_root
` [PATCH 4.14 139/176] btrfs: fix reloc root leak with 0 ref reloc roots on recovery
` [PATCH 4.14 140/176] btrfs: fix extent buffer leak on failure to copy root
` [PATCH 4.14 141/176] crypto: sun4i-ss - checking sg length is not sufficient
` [PATCH 4.14 142/176] crypto: sun4i-ss - IV register does not work on A10 and A13
` [PATCH 4.14 143/176] crypto: sun4i-ss - handle BigEndian for cipher
` [PATCH 4.14 144/176] seccomp: Add missing return in non-void function
` [PATCH 4.14 145/176] drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queue
` [PATCH 4.14 146/176] staging: rtl8188eu: Add Edimax EW-7811UN V2 to device table
` [PATCH 4.14 147/176] x86/reboot: Force all cpus to exit VMX root if VMX is supported
` [PATCH 4.14 148/176] floppy: reintroduce O_NDELAY fix
` [PATCH 4.14 149/176] arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probing
` [PATCH 4.14 150/176] watchdog: mei_wdt: request stop on unregister
` [PATCH 4.14 151/176] mtd: spi-nor: hisi-sfc: Put child node np on error path
` [PATCH 4.14 152/176] fs/affs: release old buffer head "
` [PATCH 4.14 153/176] hugetlb: fix copy_huge_page_from_user contig page struct assumption
` [PATCH 4.14 154/176] mm: hugetlb: fix a race between freeing and dissolving the page
` [PATCH 4.14 155/176] usb: renesas_usbhs: Clear pipe running flag in usbhs_pkt_pop()
` [PATCH 4.14 156/176] libnvdimm/dimm: Avoid race between probe and available_slots_show()
` [PATCH 4.14 157/176] module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbols
` [PATCH 4.14 158/176] mmc: sdhci-esdhc-imx: fix kernel panic when remove module
` [PATCH 4.14 159/176] gpio: pcf857x: Fix missing first interrupt
` [PATCH 4.14 160/176] printk: fix deadlock when kernel panic
` [PATCH 4.14 161/176] f2fs: fix out-of-repair __setattr_copy()
` [PATCH 4.14 162/176] sparc32: fix a user-triggerable oops in clear_user()
` [PATCH 4.14 163/176] gfs2: Dont skip dlm unlock if glock has an lvb
` [PATCH 4.14 164/176] dm era: Recover committed writeset after crash
` [PATCH 4.14 165/176] dm era: Verify the data block size hasnt changed
` [PATCH 4.14 166/176] dm era: Fix bitset memory leaks
` [PATCH 4.14 167/176] dm era: Use correct value size in equality function of writeset tree
` [PATCH 4.14 168/176] dm era: Reinitialize bitset cache before digesting a new writeset
` [PATCH 4.14 169/176] dm era: only resize metadata in preresume
` [PATCH 4.14 170/176] icmp: introduce helper for natd source address in network device context
` [PATCH 4.14 171/176] gtp: use icmp_ndo_send helper
` [PATCH 4.14 172/176] sunvnet: "
` [PATCH 4.14 173/176] ipv6: icmp6: avoid indirect call for icmpv6_send()
` [PATCH 4.14 174/176] ipv6: silence compilation warning for non-IPV6 builds
` [PATCH 4.14 175/176] net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending
` [PATCH 4.14 176/176] dm era: Update in-core bitset after committing the metadata

[PATCH v3 0/5] Improve group scanning in CR 0 and CR 1 passes
 2021-03-01 19:43 UTC  (3+ messages)
` [PATCH v3 5/5] ext4: add proc files to monitor new structures

[PATCH b4] Loosen compatible release identifiers for install_requires
 2021-03-01 19:45 UTC  (2+ messages)

[GIT PULL] Kmap conversions for 5.12, take 2
 2021-03-01 19:42 UTC  (2+ messages)

[PATCH V2] ARM: imx: Include u-boot.img in u-boot-with-spl.imx if OF_SEPARATE=y
 2021-03-01 19:42 UTC  (8+ messages)

[PATCH] git-mv: fix git mv bug with case insensitive fs
 2021-03-01 19:36 UTC  (4+ messages)
` [PATCH v2 1/1] git mv foo FOO ; git mv foo bar gave an assert

[PATCH XENSTORE v1 00/10] Code analysis fixes
 2021-03-01 19:39 UTC  (3+ messages)
` [for-4.15] "

[RFC PATCH] fs: introduce mkdirat2 syscall for atomic mkdir
 2021-03-01 19:35 UTC  (7+ messages)

[PATCH 0/5] AsoC: rt5640/rt5651: Volume control fixes
 2021-03-01 19:39 UTC  (5+ messages)
` [PATCH 3/5] ASoC: rt5640: Add emulated 'DAC1 Playback Switch' control

[PATCH] cadence_gem: switch to use qemu_receive_packet() for loopback
 2021-03-01 19:35 UTC  (2+ messages)
` [PATCH] lan9118: "

[PATCH v2] xfs: various log stuff
 2021-03-01 19:29 UTC  (4+ messages)
` [PATCH 7/8] xfs: journal IO cache flush reductions
  ` [PATCH 7/8 v2] "

[PATCH] disk/pata: Suppress error message "no device connected"
 2021-03-01 19:36 UTC 

[PATCH] nvme-tcp: Check if request has started before processing it
 2021-03-01 16:53 UTC  (12+ messages)

#pragma once (was Re: incoming)
 2021-03-01 16:52 UTC  (4+ messages)

Submodules and SHA-256/SHA-1 interoperability
 2021-03-01 19:28 UTC  (2+ messages)

[PATCH] ASoC: wm8524: Do not print probe defer error
 2021-03-01 19:33 UTC 

[Bug 1914117] [NEW] Short files returned via FTP on Qemu with various architectures and OSes
 2021-03-01 19:23 UTC  (2+ messages)
` [Bug 1914117] "

[PATCH RFC for-4.15] x86/msr: introduce an option for legacy MSR behavior selection
 2021-03-01 19:33 UTC  (2+ messages)

Fwd: Re: [PATCH 1/2] mtd: spi-nor: core: move Spansion SR ready codes out of core
 2021-03-01 19:32 UTC 

[Buildroot] [PATCH] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 10}.x series
 2021-03-01 19:32 UTC 

[PATCH] dev-manual/common-task.rst: Added documentation for debuginfod support
 2021-03-01 19:31 UTC  (3+ messages)
` [docs] "

[PATCH V6 0/2] nvme: enable char device per namespace
 2021-03-01 19:24 UTC  (6+ messages)
` [PATCH V6 1/2] "
` [PATCH V6 2/2] nvme: allow open for nvme-generic char device

Why do kprobes and uprobes singlestep?
 2021-03-01 16:51 UTC  (2+ messages)

Argument list too long when fetching many missing objects from partial clone
 2021-03-01 19:22 UTC  (3+ messages)

[PATCH v2 0/1] Add support for AMD new-style boot mechanism
 2021-03-01 19:24 UTC  (2+ messages)
` [PATCH v2 1/1] i386: "

(Aspeed2600) Booting with a SPL loading U-boot fitImage
 2021-03-01 19:25 UTC 

[I-PIPE] ipipe-core-5.4.72-arm64-0 released
 2021-03-01 19:25 UTC  (13+ messages)

[PATCH] tinfoil: Honor quiet when parsing recipes
 2021-03-01 19:24 UTC 

Multicast routing + sch_fq not working since 4.20 (bisected)
 2021-03-01 19:20 UTC  (4+ messages)

[PATCH 0/8] USB Audio Gadget part 2: Feedback endpoint, Volume/Mute support
 2021-03-01 16:49 UTC 

[Buildroot] [PATCH] package/lighttpd: bump to version 1.4.59
 2021-03-01 19:22 UTC  (2+ messages)

[dpdk-dev] telemetry logs
 2021-03-01 19:22 UTC 

[Buildroot] [git commit branch/next] package/lighttpd: bump to version 1.4.59
 2021-03-01 19:22 UTC 

[Buildroot] [git commit] package/lighttpd: bump to version 1.4.59
 2021-03-01 19:22 UTC 

[PATCH v1] xen: ACPI: Get rid of ACPICA message printing
 2021-03-01 19:18 UTC  (5+ messages)

[PATCH mvebu v2 00/10] Armada 37xx: Fix cpufreq changing base CPU speed to 800 MHz from 1000 MHz
 2021-03-01 19:20 UTC  (3+ messages)
` [PATCH mvebu v3 "

[Buildroot] [PATCH] package/nano: bump to version 5.6
 2021-03-01 19:21 UTC  (2+ messages)

[Buildroot] [git commit] package/nano: bump to version 5.6
 2021-03-01 19:21 UTC 

[Buildroot] [git commit branch/next] package/nano: bump to version 5.6
 2021-03-01 19:21 UTC 

[Buildroot] [PATCH] package/gd: bump to version 2.3.1
 2021-03-01 19:20 UTC  (2+ messages)

[Buildroot] [git commit] package/gd: bump to version 2.3.1
 2021-03-01 19:20 UTC 

[Buildroot] [git commit branch/next] package/gd: bump to version 2.3.1
 2021-03-01 19:20 UTC 

[PATCH v8 0/2] Enable power management for ufs wlun
 2021-03-01 19:12 UTC  (5+ messages)
` [PATCH v8 1/2] scsi: ufs: Enable power management for wlun

[PATCH for-4.15] tools/xenstored: Avoid dereferencing a NULL pointer if LiveUpdate is failing
 2021-03-01 19:19 UTC  (2+ messages)

[Buildroot] [git commit] package/jbig2dec: add JBIG2DEC_CPE_ID_VENDOR
 2021-03-01 19:18 UTC 

[Buildroot] [git commit] package/putty: add PUTTY_CPE_ID_VENDOR
 2021-03-01 19:18 UTC 


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.