messages from 2021-09-19 01:15:16 to 2021-09-19 07:54:33 UTC [more...]
[syzbot] kernel BUG in vmf_insert_pfn_prot
2021-09-18 19:58 UTC (3+ messages)
[PATCH] cpumask: Omit terminating null byte in cpumap_print_{list,bitmask}_to_buf
2021-09-19 7:52 UTC (6+ messages)
[PATCH net-next] net: check return value of rhashtable_init
2021-09-19 7:50 UTC (2+ messages)
[PATCH v6 0/2] add support for Cadence's XSPI controller
2021-09-19 7:42 UTC (4+ messages)
` [PATCH v6 1/2] spi: cadence: add dt-bindings documentation for Cadence "
` [PATCH v6 2/2] spi: cadence: add support "
[PATCH v2] net/mlx5e: Add extack msgs related to TC for better debug
2021-09-19 7:40 UTC (4+ messages)
` [PATCH net-next v4] "
[PATCH/RFC] range-diff: make output format more useful for "rebase --onto"
2021-09-19 7:34 UTC (3+ messages)
[Buildroot] [PATCH 1/1] package/swupdate: use $(SWUPDATE_PKGDIR) for pkgdir path
2021-09-19 7:36 UTC (2+ messages)
[Buildroot] [git commit] package/swupdate: use $(SWUPDATE_PKGDIR) for pkgdir path
2021-09-19 7:35 UTC
[Buildroot] [PATCH] package/modem-manager: bump to version 1.18.2
2021-09-19 7:33 UTC (2+ messages)
[PATCH 0/2] TSEC Ethernet driver phy-mode changes
2021-09-19 7:32 UTC (5+ messages)
` [PATCH 1/2] net: tsec: only call tsec_get_interface as fallback to DT-specified PHY mode
` [PATCH 2/2] net: tsec: read the phy-mode property as fallback to phy-connection-type
[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
2021-09-19 7:31 UTC (2+ messages)
[git pull] drm for 5.14-rc1
2021-09-19 7:26 UTC (7+ messages)
[PATCH] iio: accel: mma7660: Mark acpi match table as maybe unused
2021-09-19 7:26 UTC
[PATCH 1/1] Added FUSE support
2021-09-19 7:17 UTC (3+ messages)
[PATCH] connect: also update offset for features without values
2021-09-19 7:12 UTC (7+ messages)
[Buildroot] [PATCH-NEXT v2 1/5] support/download/dl-wrapper: add concept of download post-processing
2021-09-19 7:17 UTC (7+ messages)
` [Buildroot] [PATCH-NEXT v2 2/5] package/pkg-download.mk: add <pkg>_DOWNLOAD_POST_PROCESS variable
` [Buildroot] [PATCH-NEXT v2 3/5] support/download/post-process-helpers: add helper function for post process scripts
` [Buildroot] [PATCH-NEXT v2 4/5] support/download/go-post-process: implement Go vendoring support
` [Buildroot] [PATCH-NEXT v2 5/5] package/embiggen-disk: new package
[Buildroot] [PATCH] package/libfuse3: bump to version 3.10.5
2021-09-19 7:15 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/libfuse: fix build with glibc >= 2.34
2021-09-19 7:15 UTC (2+ messages)
[Buildroot] [git commit] package/libfuse: fix build with glibc >= 2.34
2021-09-19 7:10 UTC
[Buildroot] [git commit] package/libfuse3: bump to version 3.10.5
2021-09-19 7:12 UTC
[PATCH] nvme-tcp: fix incorrect h2cdata pdu offset accounting
2021-09-19 7:12 UTC (3+ messages)
LANGUAGE instead of LANG respected in git?
2021-09-19 7:08 UTC (2+ messages)
[PATCH] Restore support for clang and other non-GCC compilers
2021-09-19 7:07 UTC
[PATCH mptcp-next] Squash to "mptcp: don't return sockets in foreign netns"
2021-09-19 7:06 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/cdrkit: drop host variant
2021-09-19 7:03 UTC (2+ messages)
[Buildroot] [autobuild.buildroot.net] Daily results for 2021-09-18
2021-09-19 7:01 UTC
imx8mm board crash in drivers/usb/chipidea/ci_hdrc_imx.c
2021-09-19 6:58 UTC (2+ messages)
[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
2021-09-19 6:45 UTC (44+ messages)
` [RFC 01/20] iommu/iommufd: Add /dev/iommu core
` [RFC 02/20] vfio: Add device class for /dev/vfio/devices
` [RFC 03/20] vfio: Add vfio_[un]register_device()
` [RFC 04/20] iommu: Add iommu_device_get_info interface
` [RFC 05/20] vfio/pci: Register device to /dev/vfio/devices
` [RFC 06/20] iommu: Add iommu_device_init[exit]_user_dma interfaces
` [RFC 07/20] iommu/iommufd: Add iommufd_[un]bind_device()
` [RFC 08/20] vfio/pci: Add VFIO_DEVICE_BIND_IOMMUFD
` [RFC 09/20] iommu: Add page size and address width attributes
` [RFC 10/20] iommu/iommufd: Add IOMMU_DEVICE_GET_INFO
` [RFC 11/20] iommu/iommufd: Add IOMMU_IOASID_ALLOC/FREE
` [RFC 12/20] iommu/iommufd: Add IOMMU_CHECK_EXTENSION
` [RFC 13/20] iommu: Extend iommu_at[de]tach_device() for multiple devices group
` [RFC 14/20] iommu/iommufd: Add iommufd_device_[de]attach_ioasid()
` [RFC 15/20] vfio/pci: Add VFIO_DEVICE_[DE]ATTACH_IOASID
` [RFC 16/20] vfio/type1: Export symbols for dma [un]map code sharing
` [RFC 17/20] iommu/iommufd: Report iova range to userspace
` [RFC 18/20] iommu/iommufd: Add IOMMU_[UN]MAP_DMA on IOASID
` [RFC 19/20] iommu/vt-d: Implement device_info iommu_ops callback
` [RFC 20/20] Doc: Add documentation for /dev/iommu
[Buildroot] [PATCH v2 00/12] Support for Cargo and Go vendoring
2021-09-19 6:42 UTC (8+ messages)
` [Buildroot] [PATCH v2 05/12] support/download/go-post-process: implement Go vendoring support
[PATCH v3 0/3] fw_devlink bug fixes
2021-09-19 6:41 UTC (5+ messages)
` [PATCH v3 2/3] driver core: fw_devlink: Add support for FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD
[PATCH -rc] init: don't panic if mount_nodev_root failed
2021-09-19 6:38 UTC (4+ messages)
[groeck-staging:watchdog] BUILD SUCCESS be7a0fe727f9abd68a9db6da5b5f6e68419160b2
2021-09-19 6:40 UTC
[sashal-stable:pending-4.9 94/150] hppa-linux-ld: drivers/built-in.o(.init.text+0x3d47c): cannot reach 0000a87f_kmem_cache_alloc_trace+0, recompile with -ffunction-sections
2021-09-19 6:39 UTC
[PATCH] Staging: wlan-ng: Fix warning messages generated by checkpatch.pl
2021-09-19 6:38 UTC (3+ messages)
[ardb:arm-irq-stacks 12/15] arch/arm/kernel/traps.c:67:16: warning: Value stored to 'end' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
2021-09-19 6:19 UTC
+ include-linux-mmh-move-nr_free_buffer_pages-from-swaph-to-mmh.patch added to -mm tree
2021-09-19 5:48 UTC (2+ messages)
[PATCH] mm/debug: sync up latest migrate_reason to migrate_reason_names
2021-09-19 5:38 UTC (6+ messages)
[wsa:coccinelle/of_device_get_match_data 12/19] drivers/net/ethernet/renesas/sh_eth.c:3275:11: error: assigning to 'struct sh_eth_cpu_data *' from 'const void *' discards qualifiers
2021-09-19 5:33 UTC
R-Car Gen3 Network Based Flash Programming Tool for SCIF D/L Mode
2021-09-19 5:15 UTC
Don't Call commit-msg Hooks With Empty Commit Messages
2021-09-19 5:06 UTC (6+ messages)
[PATCH v2] x86/fault: Fix wrong signal when vsyscall fails with pkey
2021-09-19 4:39 UTC (2+ messages)
[linux-next:pending-fixes] BUILD SUCCESS e7a40274fe593e790dc4ed4b475559400cb3c603
2021-09-19 4:23 UTC
[BUG? liburing] io_uring_register_files_update with liburing 2.0 on 5.13.17
2021-09-19 4:15 UTC (11+ messages)
e2fsprogs concurrency questions
2021-09-19 3:49 UTC (2+ messages)
[android-common:android12-5.10 1/1] include/trace/hooks/typec.h:20:1: sparse: sparse: incorrect type in assignment (different address spaces)
2021-09-19 3:48 UTC
cron job: media_tree daily build: ERRORS
2021-09-19 3:44 UTC
[PATCH] dt-bindings: phy: qcom,qusb2: Update maintainer email
2021-09-19 3:35 UTC (2+ messages)
[RFC PATCH 0/4] Add a DRM driver to support AI Processing Unit (APU)
2021-09-19 3:19 UTC (3+ messages)
` [RFC PATCH 2/4] DRM: Add support of AI Processor "
[PATCH 0/2] Add QUSB2 PHY support for QCM2290
2021-09-19 3:11 UTC (6+ messages)
` [PATCH 1/2] dt-bindings: phy: qcom,qusb2: Add compatible "
` [PATCH 2/2] phy: qcom-qusb2: "
[meta-python][PATCH 01/18] python3-cycler: set precise BSD license
2021-09-19 3:05 UTC (4+ messages)
` [meta-python][PATCH 12/18] python3-geojson: "
` [oe] "
[linux-linus test] 165114: regressions - trouble: blocked/broken/fail/pass
2021-09-19 3:04 UTC
[RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction
2021-09-19 2:59 UTC (5+ messages)
` [RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
[PATCH RESEND v2] target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
2021-09-19 2:54 UTC (4+ messages)
[PATCH 0/2] KVM: X86: Don't reset mmu context when changing PGE or PCID
2021-09-19 2:42 UTC (3+ messages)
` [PATCH 1/2] KVM: X86: Don't reset mmu context when X86_CR4_PCIDE 1->0
` [PATCH 2/2] KVM: X86: Don't reset mmu context when toggling X86_CR4_PGE
[Buildroot] [PATCH v2 1/1] utils/getdeveloperlib.py: explicitly set devs document encoding
2021-09-19 2:37 UTC (3+ messages)
[PATCH] riscv: Flush current cpu icache before other cpus
2021-09-19 2:35 UTC (3+ messages)
[PATCH v3 0/2] Add QCM2290 Global Clock Controller driver
2021-09-19 2:33 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: clk: qcom: Add QCM2290 Global Clock Controller bindings
` [PATCH v3 2/2] clk: qcom: Add Global Clock Controller driver for QCM2290
[PATCH 1/4] t7800-difftool: cleanup temporary repositories used by tests
2021-09-19 2:33 UTC (8+ messages)
` [PATCH 2/4] difftool: add a missing space to the run_dir_diff() comments
` [PATCH 3/4] difftool: use a strbuf to create the tmpdir path
` [PATCH v2 "
` [PATCH 4/4] difftool: fix symlink-file writing in dir-diff mode
` [PATCH v2 "
` [PATCH v3 "
fadvise_hint behavior unclear from documentation
2021-09-19 2:31 UTC (2+ messages)
[PATCH 00/84] Call scsi_done() directly
2021-09-19 2:25 UTC (4+ messages)
` [PATCH 33/84] fas216: "
[PATCH] clk: qcom: gcc-sm6115: Fix offset for hlos1_vote_turing_mmu_tbu0_gdsc
2021-09-19 2:23 UTC
[qemu-mainline test] 165112: trouble: blocked/broken/fail/pass
2021-09-19 2:22 UTC
[PATCH v3 00/25] linux-user: Clean up siginfo_t handling
2021-09-19 1:57 UTC (26+ messages)
` [PATCH v3 01/25] linux-user/arm: Use force_sig_fault()
` [PATCH v3 02/25] linux-user/aarch64: "
` [PATCH v3 03/25] linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrap
` [PATCH v3 04/25] linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRAND
` [PATCH v3 05/25] linux-user/alpha: Use force_sig_fault
` [PATCH v3 06/25] linux-user/cris: "
` [PATCH v3 07/25] linux-user/hppa: "
` [PATCH v3 08/25] linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOW
` [PATCH v3 09/25] linux-user/hppa: Set FPE_CONDTRAP for COND
` [PATCH v3 10/25] linux-user/i386: Split out maybe_handle_vm86_trap
` [PATCH v3 11/25] linux-user/i386: Use force_sig, force_sig_fault
` [PATCH v3 12/25] linux-user/m68k: Use force_sig_fault
` [PATCH v3 13/25] linux-user/microblaze: "
` [PATCH v3 14/25] linux-user/microblaze: Fix SIGFPE si_codes
` [PATCH v3 15/25] linux-user/mips: Improve do_break
` [PATCH v3 16/25] linux-user/mips: Use force_sig_fault
` [PATCH v3 17/25] target/mips: Extract break code into env->error_code
` [PATCH v3 18/25] target/mips: Extract trap "
` [PATCH v3 19/25] linux-user/openrisc: Use force_sig_fault
` [PATCH v3 20/25] linux-user/ppc: "
` [PATCH v3 21/25] linux-user/riscv: "
` [PATCH v3 22/25] linux-user/s390x: "
` [PATCH v3 23/25] linux-user/sh4: "
` [PATCH v3 24/25] linux-user/sparc: "
` [PATCH v3 25/25] linux-user/xtensa: "
Android 12 kernel module
2021-09-19 0:42 UTC
[PATCH v2 1/4] ksmbd: add request buffer validation in smb2_set_info
2021-09-19 2:13 UTC (5+ messages)
` [PATCH] ksmbd: use LOOKUP_NO_SYMLINKS flags for default lookup
` [PATCH v2 2/4] ksmbd: add validation in smb2_ioctl
` [PATCH v2 3/4] ksmbd: add validation for FILE_FULL_EA_INFORMATION of smb2_get_info
` [PATCH v2 4/4] ksmbd: add buffer validation for SMB2_CREATE_CONTEXT
[PATCH v2 0/2] Harden clang against unknown flag options
2021-09-19 2:01 UTC (5+ messages)
` [PATCH v2 1/2] x86/build: Do not add -falign flags unconditionally for clang
` [PATCH v2 2/2] kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGS
[groeck-staging:hwmon] BUILD SUCCESS e6fab7af6ba1bc77c78713a83876f60ca7a4a064
2021-09-19 2:08 UTC
[arm:zii 1/47] drivers/net/phy/phylink.c:1375:3: error: implicit declaration of function 'phylink_enable_and_run_resolve'
2021-09-19 2:03 UTC (3+ messages)
[PATCH] kbuild: Fix comment typo in scripts/Makefile.modpost
2021-09-19 2:01 UTC (2+ messages)
[PATCH] sh: Add missing FORCE prerequisites in Makefile
2021-09-19 2:02 UTC (2+ messages)
[PATCH 0/2] Fix a few comments
2021-09-19 1:48 UTC (3+ messages)
` [PATCH 1/2] trace2.h: fix trivial comment typo
` [PATCH 2/2] merge-ort: fix completely wrong comment
R1 invalid mem access 'inv'
2021-09-19 1:46 UTC (12+ messages)
[ovmf test] 165113: all pass - PUSHED
2021-09-19 1:44 UTC
Prog section rejected: Argument list too long (7)!
2021-09-19 1:43 UTC (10+ messages)
[wsa:coccinelle/of_device_get_match_data 11/19] drivers/mmc/host/meson-gx-mmc.c:1121:13: error: assigning to 'struct meson_mmc_data *' from 'const void *' discards qualifiers
2021-09-19 1:35 UTC
[wsa:coccinelle/of_device_get_match_data 15/19] drivers/phy/mediatek/phy-mtk-hdmi.c:139:24: warning: assignment discards 'const' qualifier from pointer target type
2021-09-19 1:29 UTC
[PATCH 0/5] Apple M1 Support
2021-09-19 1:22 UTC (6+ messages)
` [PATCH 1/5] arm: apple: Add initial support for Apple's M1 SoC
` [PATCH 5/5] doc: board: apple: Add Apple M1 documentation
[PATCH] net: bgmac-bcma: handle deferred probe error due to mac-address
2021-09-19 1:19 UTC (2+ messages)
arch/arm/net/bpf_jit_32.c:1707:6: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
2021-09-19 1:18 UTC
[wsa:coccinelle/of_device_get_match_data 3/19] drivers/gpu/drm/arm/malidp_drv.c:727:12: error: assigning to 'struct malidp_hw *' from 'const void *' discards qualifiers
2021-09-19 1:15 UTC
page: next (older) | prev (newer) | latest
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.