All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-05 22:06:39 to 2020-09-06 03:16:15 UTC [more...]

[PATCH v2 01/28] x86/boot/compressed: Disable relocation relaxation
 2020-09-06  3:16 UTC  (2+ messages)

[PATCH v2 16/28] init: lto: fix PREL32 relocations
 2020-09-06  3:16 UTC  (2+ messages)

[PATCH v3] mm/thp: fix __split_huge_pmd_locked() for migration PMD
 2020-09-06  3:16 UTC  (3+ messages)

[PATCH v2 03/28] lib/string.c: implement stpcpy
 2020-09-06  3:16 UTC  (2+ messages)

[PATCH v20 00/23] LSM: Module stacking for AppArmor
 2020-09-06  3:11 UTC  (12+ messages)
` [PATCH v20 12/23] IMA: Change internal interfaces to use lsmblobs
` [PATCH v20 14/23] LSM: Ensure the correct LSM context releaser
` [PATCH v20 16/23] LSM: Use lsmcontext in security_inode_getsecctx
` [PATCH v20 17/23] LSM: security_secid_to_secctx in netlink netfilter

[PATCH net-next 2/3] devlink: Consider other controller while building phys_port_name
 2020-09-06  3:08 UTC  (12+ messages)

[PATCH net] hv_netvsc: Fix hibernation for mlx5 VF driver
 2020-09-06  3:05 UTC  (3+ messages)

[PATCH] iw: print hop_count and path_change info of mpath
 2020-08-20  3:08 UTC 

[linux-next:master 2890/4758] ld.lld: error: undefined symbol: phys_to_target_node
 2020-09-06  2:58 UTC  (6+ messages)

[PATCH net 0/2] bnxt_en: Two bug fixes
 2020-09-06  2:55 UTC  (3+ messages)
` [PATCH net 1/2] bnxt_en: Avoid sending firmware messages when AER error is detected
` [PATCH net 2/2] bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()

[ovmf test] 153775: regressions - FAIL
 2020-09-06  2:51 UTC 

[Bug 209159] New: AMD Vega 20 framebuffer switch fails on 5.9rc2+
 2020-09-06  2:42 UTC  (4+ messages)
` [Bug 209159] "

[PATCH] kcsan: kconfig: Move to menu 'Generic Kernel Debugging Instruments'
 2020-09-06  2:42 UTC  (2+ messages)

[PATCH V7 0/3] iommu: Add support to change default domain of an iommu group
 2020-09-08  3:54 UTC  (8+ messages)
  ` [PATCH V7 1/3] "
  ` [PATCH V7 2/3] iommu: Take lock before reading iommu group default domain type
  ` [PATCH V7 3/3] iommu: Document usage of "/sys/kernel/iommu_groups/<grp_id>/type" file

[linux-linus test] 153760: regressions - FAIL
 2020-09-06  2:39 UTC 

[Buildroot] OpenSSH login problem
 2020-09-06  2:33 UTC  (7+ messages)

How to set USB_PORT_QUIRK_OLD_SCHEME on an usb-port ?
 2020-09-06  2:22 UTC  (2+ messages)

[PATCH v3 00/12] binman: Add support for generating more complex FITs
 2020-09-06  2:22 UTC  (16+ messages)
` [PATCH v3 05/12] binman: Add support for ATF BL31
` [PATCH v3 06/12] binman: Support generating FITs with multiple dtbs
` [PATCH v3 08/12] sunxi: Convert 64-bit boards to use binman

[PATCH v2] blk-mq: call commit_rqs while list empty but error happen
 2020-09-06  2:19 UTC  (2+ messages)

[linux-next PATCH v4] drivers/virt/fsl_hypervisor: Fix error handling path
 2020-09-06  2:17 UTC  (5+ messages)

[PATCH] tests: Fixes building test-util-filemonitor.c on msys2/mingw
 2020-09-06  2:14 UTC  (2+ messages)

[linux-sof-driver:pr/2377 1/1] sound/soc/sof/trace.c:176:22: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'}
 2020-09-06  2:09 UTC 

[RFC PATCH] docs/system/deprecated: mark ppc64abi32-linux-user for deprecation
 2020-09-06  2:02 UTC  (3+ messages)

[PATCH] net: dsa: rtl8366rb: Support setting MTU
 2020-09-06  1:58 UTC  (2+ messages)

[net-next PATCH] net: dsa: rtl8366rb: Switch to phylink
 2020-09-06  1:56 UTC  (2+ messages)

[qemu-mainline test] 153762: regressions - trouble: blocked/fail/pass/starved
 2020-09-06  1:53 UTC 

Access Beyond End of Device & Input/Output Errors
 2020-09-06  1:42 UTC  (7+ messages)

[igt-dev] [PATCH i-g-t] lib/ioctl_wrappers: Handle PREAD/PWRITE ioctls not supported in gem_read/write
 2020-09-06  1:35 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for lib/ioctl_wrappers: Handle PREAD/PWRITE ioctls not supported in gem_read/write (rev11)
` [igt-dev] ✗ Fi.CI.IGT: failure "

[dpdk-dev] [PATCH 00/11] Python script updates
 2020-09-06  1:31 UTC  (12+ messages)
` [dpdk-dev] [PATCH 01/11] cpu_layout: refactor to meet python standards
` [dpdk-dev] [PATCH 02/11] dpdk-pmdinfo: replace string.split with split
` [dpdk-dev] [PATCH 03/11] dpdk-pmdinfo: replace io.open with open
` [dpdk-dev] [PATCH 04/11] dpdk-pmdinfo: remove dead code
` [dpdk-dev] [PATCH 05/11] dpdk-pmdinfo: remove unnecessary paren and else
` [dpdk-dev] [PATCH 06/11] dpdk-pmdinfo: replace is False and is True
` [dpdk-dev] [PATCH 07/11] dpdk-pmdinfo: fix indentation
` [dpdk-dev] [PATCH 08/11] dpdk-pmdinfo: replace deprecated optparse with argparse
` [dpdk-dev] [PATCH 09/11] dpdk-pmdinfo: do not use len(x) to test for empty
` [dpdk-dev] [PATCH 10/11] dpdk-telemetry-client: fix some pylint warnings
` [dpdk-dev] [PATCH 11/11] dpdk-devbind: use argparse instead of getopt

About BLKSECTGET in sg
 2020-09-06  1:27 UTC  (13+ messages)
` [PATCH 1/4] scsi: sg: fix BLKSECTGET ioctl
        ` [PATCH RESEND "
          ` [PATCH RESEND 2/4] scsi: sg: implement BLKSSZGET
          ` [PATCH RESEND 3/4] scsi: sg: use queue_logical_sector_size() in max_sectors_bytes()
          ` [PATCH RESEND 4/4] block/scsi_ioctl.c: "

[PATCH 0/9] Rework runtime suspend and SCSI domain validation
 2020-09-06  1:22 UTC  (10+ messages)
` [PATCH 1/9] block: Fix a race in the runtime power management code
` [PATCH 2/9] ide: Do not set the RQF_PREEMPT flag for sense requests
` [PATCH 3/9] scsi: Pass a request queue pointer to __scsi_execute()
` [PATCH 4/9] scsi: Rework scsi_mq_alloc_queue()
` [PATCH 5/9] scsi: Do not wait for a request in scsi_eh_lock_door()
` [PATCH 6/9] scsi_transport_spi: Make spi_execute() accept a request queue pointer
` [PATCH 7/9] scsi_transport_spi: Freeze request queues instead of quiescing
` [PATCH 8/9] block, scsi, ide: Only process PM requests if rpm_status != RPM_ACTIVE
` [PATCH 9/9] block: Do not accept any requests while suspended

[ovmf test] 153772: regressions - FAIL
 2020-09-06  1:18 UTC 

[PATCH] iommu/amd: Add prefetch iommu pages command build function
 2020-09-06  1:18 UTC 

[PATCH] dma-direct: zero out DMA_ATTR_NO_KERNEL_MAPPING buf
 2020-09-06  1:09 UTC  (4+ messages)

[PATCH v3 00/16] hw/riscv: Add Microchip PolarFire SoC Icicle Kit board support
 2020-09-06  1:08 UTC  (3+ messages)

WARNING: refcount bug in l2cap_chan_put
 2020-09-06  1:07 UTC  (2+ messages)

[PATCH -next] powerpc/book3s64: fix link error with CONFIG_PPC_RADIX_MMU=n
 2020-09-05 11:25 UTC 

[PATCH -next] powerpc/eeh: fix compile warning with CONFIG_PROC_FS=n
 2020-09-05 11:17 UTC 

[Bug 208981] New: trace with B550I AORUS PRO AX and AMD Ryzen 5 PRO 4650G
 2020-09-06  0:43 UTC  (2+ messages)
` [Bug 208981] "

[PATCH 00/22] add support for Clang LTO
 2020-09-06  0:24 UTC  (4+ messages)
` [PATCH v2 00/28] Add "

[PATCH v2 0/3] OpenRISC fixes for 5.9
 2020-09-06  0:22 UTC  (6+ messages)
` [PATCH v2 3/3] openrisc: Fix issue with get_user for 64-bit values
      ` [OpenRISC] "

Can someone please update libnetfilter_queue online documentation
 2020-09-06  0:18 UTC 

[PATCH 0/3] binman: Make tests work on non-x86 architectures via cross-compilation
 2020-09-06  0:17 UTC  (12+ messages)
` [PATCH 1/3] binman: Support cross-compiling test files to x86
` [PATCH 2/3] binman: Use target-specific tools when cross-compiling
` [PATCH 3/3] binman: Allow resolving host-specific tools from env vars

[PATCH 0/3] regulator: unexport regulator_lock/unlock()
 2020-09-06  0:07 UTC  (2+ messages)

[ovmf test] 153768: regressions - FAIL
 2020-09-06  0:05 UTC 

[linux-5.4 test] 153759: regressions - FAIL
 2020-09-05 23:53 UTC 

[PATCH net-next v3 0/6] net-next: dsa: mt7530: add support for MT7531
 2020-09-05 23:50 UTC  (13+ messages)
` [PATCH net-next v3 2/6] net: dsa: mt7530: Extend device data ready for adding a new hardware
` [PATCH net-next v3 3/6] dt-bindings: net: dsa: add new MT7531 binding to support MT7531
` [PATCH net-next v3 4/6] net: dsa: mt7530: Add the support of MT7531 switch

[xen-unstable test] 153758: regressions - FAIL
 2020-09-05 23:51 UTC 

[PATCH v4 00/31] Improvements for Tegra I2C driver
 2020-09-05 23:35 UTC  (22+ messages)
` [PATCH v4 10/31] i2c: tegra: Use clk-bulk helpers
` [PATCH v4 11/31] i2c: tegra: Factor out runtime PM and hardware initialization
` [PATCH v4 15/31] i2c: tegra: Remove bogus barrier()
` [PATCH v4 16/31] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v4 30/31] i2c: tegra: Clean up and improve comments

[ovmf test] 153767: regressions - FAIL
 2020-09-05 23:31 UTC 

Question about dev_validate_header used in af_packet.c
 2020-09-05 23:20 UTC  (2+ messages)

[RFC PATCH 0/2] Allow use of lib/string in early boot
 2020-09-05 23:16 UTC  (5+ messages)
` [RFC PATCH 1/2] lib/string: Disable instrumentation
` [RFC PATCH 2/2] x86/cmdline: Use strscpy to initialize boot_command_line

[ovmf test] 153764: regressions - FAIL
 2020-09-05 23:08 UTC 

[PATCH net-next] NFC: digital: Remove two unused macroes
 2020-09-05 23:03 UTC  (2+ messages)

[PATCH 0/4] staging: iio: Cleanup some docs in staging
 2020-09-05 22:55 UTC  (3+ messages)
` [PATCH 2/4] staging:iio:light: Move tsl2x7x ABI docs to correct location

[PATCH net-next] caif: Remove duplicate macro SRVL_CTRL_PKT_SIZE
 2020-09-05 22:59 UTC  (2+ messages)

[PATCH 0/3] nvme: fix module ref count Oops
 2020-09-05 22:57 UTC  (5+ messages)
` [PATCH 1/3] nvme: decouple nvme_ctrl_get_by_path()

[PATCH net] cxgb4: Fix offset when clearing filter byte counters
 2020-09-05 22:52 UTC  (2+ messages)

[PATCH 0/4] iov remapping hardening
 2020-09-05 22:51 UTC  (5+ messages)

[PATCH for-next] net: provide __sys_shutdown_sock() that takes a socket
 2020-09-05 22:51 UTC  (3+ messages)

[5.4.y] Found 27 commits that might missed
 2020-09-05 22:50 UTC  (3+ messages)

[PATCH v7 0/5] Warn on orphan section placement
 2020-09-05 22:48 UTC  (4+ messages)
` [PATCH v7 4/5] x86/build: "

[RESEND PATCH] perf: ftrace: Add filter support for option -F/--funcs
 2020-09-05 22:49 UTC  (4+ messages)

[linux-stable-rc:linux-4.19.y 7073/9999] drivers/tty/serial/stm32-usart.c:602:14: warning: no previous prototype for function 'stm32_get_databits'
 2020-09-05 22:45 UTC 

Linux raid-like idea
 2020-09-05 22:42 UTC  (4+ messages)

[GIT PULL FOR v5.9] Fix Kconfig dependency issue with DMAENGINES selection
 2020-09-05 22:40 UTC  (3+ messages)

arch/powerpc/kexec/core.c:246:29: sparse: sparse: incorrect type in assignment (different base types)
 2020-09-05 22:37 UTC  (2+ messages)

[GIT PULL] clang-format for v5.9-rc4
 2020-09-05 22:36 UTC  (2+ messages)

[GIT PULL] Compiler Attributes for v5.9-rc4
 2020-09-05 22:36 UTC  (2+ messages)

[GIT PULL] auxdisplay for v5.9-rc4
 2020-09-05 22:36 UTC  (2+ messages)

[GIT PULL] ARC updates for 5.9-rc4
 2020-09-05 22:36 UTC  (3+ messages)

[PATCH net v1 0/2] hinic: BugFixes
 2020-09-05 22:34 UTC  (2+ messages)

[PATCH v3 0/5] powerpc: apm82181: adding customer devices
 2020-09-05 22:06 UTC  (12+ messages)
` [PATCH v3 1/5] dt-bindings: powerpc: define apm,apm82181 binding
` [PATCH v3 2/5] powerpc: apm82181: create shared dtsi for APM bluestone
` [PATCH v3 3/5] powerpc: apm82181: add WD MyBook Live NAS
` [PATCH v3 4/5] powerpc: apm82181: add Meraki MR24 AP
` [PATCH v3 5/5] powerpc: apm82181: integrate bluestone.dts

[PATCH v3 0/8] iommu/arm-smmu: Support maintaining bootloader mappings
 2020-09-05 22:27 UTC  (4+ messages)

[Buildroot] More maintainers
 2020-09-05 22:25 UTC  (20+ messages)

[PATCH 0/6] rockchip-pinctrl fixes for GKI
 2020-09-05 22:23 UTC  (11+ messages)
` [PATCH 1/6] pinctrl: rockchip: make driver be tristate module
` [PATCH 4/6] pinctrl: rockchip: do not set gpio if bank invalid
` [PATCH 5/6] pinctrl: rockchip: fix crash caused by invalid gpio bank

[PATCH v2 net-next 0/2] ionic: add devlink dev flash support
 2020-09-05 22:19 UTC  (8+ messages)
` [PATCH v2 net-next 2/2] ionic: add devlink firmware update

[PATCH] spl: Add SPL_SERIAL as requirement for SDP_USB_SDP
 2020-09-05 22:19 UTC  (2+ messages)

drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:1855:42: warning: Uninitialized variable: fw_ver
 2020-09-05 22:18 UTC  (2+ messages)

[PATCH] stdarg.3: Declare variables with different types in different lines
 2020-09-05 22:09 UTC 

[PATCH v3 00/17] Implement NTB Controller using multiple PCI EP
 2020-09-05 22:08 UTC  (3+ messages)
` [PATCH v3 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function


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.