All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-27 19:56:31 to 2020-04-27 20:25:39 UTC [more...]

[PATCH v2 0/3] mtd: lpddr: Fix bad logic bug in print_drs_error
 2020-04-27 20:09 UTC  (10+ messages)
` [PATCH v2 1/3] mtd: lpddr: Fix bad logic "
` [PATCH v2 2/3] mtd: lpddr: Replace printk with pr_notice
` [PATCH v2 3/3] mtd: lpddr: Move function print_drs_error to lpddr_cmds.c

[PATCH resend net-next] r8169: improve error message if no dedicated PHY driver is found
 2020-04-27 20:25 UTC  (2+ messages)

[PATCH] scsi: ipr: remove NULL check before freeing function
 2020-04-27 20:21 UTC  (2+ messages)

Annotate Deprecated Functions in libselinux
 2020-04-27 20:23 UTC  (20+ messages)
` [v4] "
  ` [PATCH v4 01/18] security_load_booleans: update return comment
  ` [PATCH v4 02/18] security_load_booleans: annotate deprecated
  ` [PATCH v4 03/18] selinux_booleans_path: "
  ` [PATCH v4 04/18] selinux_users_path: "
  ` [PATCH v4 05/18] rpm_execcon: "
  ` [PATCH v4 06/18] sidget: "
  ` [PATCH v4 07/18] sidput: "
  ` [PATCH v4 08/18] checkPasswdAccess: "
  ` [PATCH v4 09/18] matchpathcon_init: "
  ` [PATCH v4 10/18] matchpathcon_fini: "
  ` [PATCH v4 11/18] matchpathcon: "
  ` [PATCH v4 12/18] avc_init: "
  ` [PATCH v4 13/18] avc: create internal avc_init interface
  ` [PATCH v4 14/18] matchpathcon: create internal matchpathcon_fini interface
  ` [PATCH v4 15/18] selinux_check_passwd_access: annotate deprecated
  ` [PATCH v4 16/18] matchpathcon: allow use of deprecated routines
  ` [PATCH v4 17/18] utils: matchpathcon add deprecated warning
  ` [PATCH v4 18/18] Makefile: swig build allow deprecated functions

[PATCH] scsi: bfa: remove unneeded semicolon in bfa_fcs_rport.c
 2020-04-27 20:21 UTC  (2+ messages)

[PATCH] scsi: snic: make snic_io_exch_ver_cmpl_handler() void
 2020-04-27 20:21 UTC  (2+ messages)

[PATCH] scsi: mpt3sas: remove NULL check before freeing function
 2020-04-27 20:21 UTC  (2+ messages)

[PATCH] scsi: isci: use true,false for bool variables
 2020-04-27 20:21 UTC  (2+ messages)

[mac80211-next:netlink-validation] BUILD SUCCESS 30fcfe6e7948c010d338a521d1029cc662cd1059
 2020-04-27 20:22 UTC 

[pinctrl:devel] BUILD SUCCESS 7045e673c2fd6465a1472f09f73f75a8edcd7e68
 2020-04-27 20:22 UTC 

[Intel-wired-lan] [PATCH net-next 00/33] XDP extend with knowledge of frame size
 2020-04-27 20:22 UTC  (3+ messages)
` [PATCH net-next 28/33] mlx5: rx queue setup time determine frame_sz for XDP

[PATCH v3 0/4] Clean up hugetlb boot command line processing
 2020-04-27 20:18 UTC  (10+ messages)
` [PATCH v3 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code

[PATCH 1/2] thermal/drivers/cpufreq_cooling: Add platform callback functions
 2020-04-27 20:22 UTC  (6+ messages)

[Intel-wired-lan] [jkirsher-next-queue:1GbE] BUILD SUCCESS 88956f98ac94bf7143b404405b885474c855f618
 2020-04-27 20:22 UTC 

[PATCH 0/2] virt: Set tpm-tis-device ppi property to off by default
 2020-04-27 20:21 UTC  (2+ messages)

[PATCH] scsi: bfa: remove unneeded semicolon in bfa_fcs_lport_ns_sm_online()
 2020-04-27 20:21 UTC  (2+ messages)

[PATCH -next] scsi: bfa: Remove set but not used variable 'fchs'
 2020-04-27 20:21 UTC  (3+ messages)

[PATCH] scsi: qla4xxx: remove unneeded semicolon in ql4_os.c
 2020-04-27 20:21 UTC  (2+ messages)

[PATCH] scsi: sgiwd93: remove unneeded semicolon in sgiwd93.c
 2020-04-27 20:21 UTC  (2+ messages)

[PATCH] scsi: bnx2fc: remove unneeded semicolon in bnx2fc_fcoe.c
 2020-04-27 20:21 UTC  (2+ messages)

[PATCH] scsi:pmcraid:Replace dma_pool_malloc with dma_pool_zalloc
 2020-04-27 20:21 UTC  (2+ messages)

[PATCH] usb: phy: twl6030-usb: Fix a resource leak in an error handling path in 'twl6030_usb_probe()'
 2020-04-27 20:21 UTC  (2+ messages)
` [PATCH] usb: phy: twl6030-usb: Fix a resource leak in an error handling path in 'twl6030_usb_probe()

[PATCH v9 00/10] Reftable support git-core
 2020-04-27 20:13 UTC  (14+ messages)
` [PATCH v10 00/12] "
  ` [PATCH v10 01/12] refs.h: clarify reflog iteration order
  ` [PATCH v10 02/12] Iterate over the "refs/" namespace in for_each_[raw]ref
  ` [PATCH v10 03/12] create .git/refs in files-backend.c
  ` [PATCH v10 04/12] refs: document how ref_iterator_advance_fn should handle symrefs
  ` [PATCH v10 05/12] Add .gitattributes for the reftable/ directory
  ` [PATCH v10 06/12] reftable: file format documentation
  ` [PATCH v10 07/12] reftable: define version 2 of the spec to accomodate SHA256
  ` [PATCH v10 08/12] reftable: clarify how empty tables should be written
  ` [PATCH v10 09/12] Add reftable library
  ` [PATCH v10 10/12] Reftable support for git-core
  ` [PATCH v10 11/12] Add some reftable testing infrastructure
  ` [PATCH v10 12/12] t: use update-ref and show-ref to reading/writing refs

[PATCH] gcc: make sure mingw builds use mingw32-w64 configs
 2020-04-27 20:20 UTC  (4+ messages)
` [OE-core] "

[Buildroot] [git commit] package/zic: bump to version 2020a
 2020-04-27 20:20 UTC 

[Buildroot] [git commit] package/tzdata: bump to version 2020a
 2020-04-27 20:20 UTC 

[PATCH net-next 08/17] net: atlantic: A2 driver-firmware interface
 2020-04-27 20:20 UTC  (8+ messages)
  ` [EXT] "

[RESEND PATCH v3 1/2] dt-bindings: mailbox: Add the Spreadtrum mailbox documentation
 2020-04-27 20:19 UTC  (3+ messages)
` [RESEND PATCH v3 2/2] mailbox: sprd: Add Spreadtrum mailbox driver

remove set_fs calls from the coredump code v4
 2020-04-27 20:06 UTC  (12+ messages)
` [PATCH 1/5] powerpc/spufs: simplify spufs core dumping
` [PATCH 2/5] signal: factor copy_siginfo_to_external32 from copy_siginfo_to_user32
` [PATCH 3/5] binfmt_elf: remove the set_fs in fill_siginfo_note
` [PATCH 4/5] binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dump
` [PATCH 5/5] binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dump

[Buildroot] [PATCH] package/cegui: disable ogre support
 2020-04-27 20:19 UTC  (2+ messages)

[PATCH v1 00/11] hw/arm: versal: Add SD and the RTC
 2020-04-27 20:08 UTC  (5+ messages)
` [PATCH v1 01/11] hw/arm: versal: Remove inclusion of arm_gicv3_common.h
` [PATCH v1 02/11] hw/arm: versal: Move misplaced comment

[PATCH] selftests/bpf: Copy runqslower to OUTPUT directory
 2020-04-27 20:18 UTC  (2+ messages)

[PATCH 0/7] x86: tag application address space for devices
 2020-04-27 20:17 UTC  (13+ messages)
` [PATCH 1/7] docs: x86: Add a documentation for ENQCMD
` [PATCH 2/7] x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructions
` [PATCH 6/7] x86/traps: Fix up invalid PASID

Feature request: Please implement IORING_OP_TEE
 2020-04-27 20:17 UTC  (5+ messages)

Question about BPF_MAP_TYPE_CGROUP_STORAGE
 2020-04-27 20:17 UTC  (8+ messages)

+ hugetlbfs-move-hugepagesz=-parsing-to-arch-independent-code-fix.patch added to -mm tree
 2020-04-27 20:16 UTC 

[PATCH 00/10] efi_loader: add capsule update support
 2020-04-27 20:15 UTC  (7+ messages)
` [PATCH 01/10] efi_loader: disk: add efi_disk_is_system_part()
` [PATCH 02/10] efi_loader: add option to initialise EFI subsystem early
` [PATCH 09/10] tools: add mkeficapsule command for UEFI capsule update test

[Buildroot] [PATCH] package/ebtables: bump to version 2.0.11
 2020-04-27 20:15 UTC  (4+ messages)

[BlueZ PATCH v3] doc: Add Advertisement Monitoring API
 2020-04-27 20:14 UTC  (3+ messages)

[PATCH bpf-next v1 00/19] bpf: implement bpf iterator for kernel data
 2020-04-27 20:12 UTC  (20+ messages)
` [PATCH bpf-next v1 01/19] net: refactor net assignment for seq_net_private structure
` [PATCH bpf-next v1 02/19] bpf: implement an interface to register bpf_iter targets
` [PATCH bpf-next v1 03/19] bpf: add bpf_map iterator
` [PATCH bpf-next v1 04/19] bpf: allow loading of a bpf_iter program
` [PATCH bpf-next v1 05/19] bpf: support bpf tracing/iter programs for BPF_LINK_CREATE
` [PATCH bpf-next v1 06/19] bpf: support bpf tracing/iter programs for BPF_LINK_UPDATE
` [PATCH bpf-next v1 07/19] bpf: create anonymous bpf iterator
` [PATCH bpf-next v1 08/19] bpf: create file "
` [PATCH bpf-next v1 09/19] bpf: add PTR_TO_BTF_ID_OR_NULL support
` [PATCH bpf-next v1 10/19] bpf: add netlink and ipv6_route targets
` [PATCH bpf-next v1 11/19] bpf: add task and task/file targets
` [PATCH bpf-next v1 12/19] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [PATCH bpf-next v1 13/19] bpf: handle spilled PTR_TO_BTF_ID properly when checking stack_boundary
` [PATCH bpf-next v1 14/19] bpf: support variable length array in tracing programs
` [PATCH bpf-next v1 15/19] tools/libbpf: add bpf_iter support
` [PATCH bpf-next v1 16/19] tools/bpftool: add bpf_iter support for bptool
` [PATCH bpf-next v1 17/19] tools/bpf: selftests: add iterator programs for ipv6_route and netlink
` [PATCH bpf-next v1 18/19] tools/bpf: selftests: add iter progs for bpf_map/task/task_file
` [PATCH bpf-next v1 19/19] tools/bpf: selftests: add bpf_iter selftests

[PATCH] mmc: sdhci-pci-gli: Fix no irq handler from suspend
 2020-04-27 20:12 UTC  (2+ messages)

io_uring, IORING_OP_RECVMSG and ancillary data
 2020-04-27 20:13 UTC  (9+ messages)

[PATCH 1/2] drivers/clocksource/timer-of: Remove __init markings
 2020-04-27 20:12 UTC  (6+ messages)

[RFC] ptrace, pidfd: add pidfd_ptrace syscall
 2020-04-27 20:13 UTC  (10+ messages)
` [RFC v2] "

[PATCH] linux-user/riscv: Fix target_ucontext and target_sigcontext
 2020-04-27 20:11 UTC 

[PATCH 0/8] CMake build system for git
 2020-04-27 20:12 UTC  (7+ messages)

[BlueZ PATCH v4] doc: Add Advertisement Monitoring API
 2020-04-27 20:12 UTC 

[Buildroot] [git commit] package/cegui: disable ogre support
 2020-04-27 20:11 UTC 

[PATCH] x86: refine guest_mode()
 2020-04-27 20:11 UTC  (4+ messages)

[PATCH v2 0/2] hw/pci/pcie: Forbid hot-plug if it's disabled on the slot
 2020-04-27 20:10 UTC  (2+ messages)

[PATCH v2 00/12] add STM32 FMC2 controller drivers
 2020-04-27 20:10 UTC  (11+ messages)
` [PATCH v2 04/12] mtd: rawnand: stm32_fmc2: manage all errors cases at probe time

[Buildroot] [PATCH] support/testing: test_lua_utf8: fix test after bump to lua-utf8 0.1.2
 2020-04-27 20:10 UTC  (2+ messages)

[PATCH V6 00/15] perf/x86: Add perf text poke events
 2020-04-27 20:10 UTC  (7+ messages)
` [PATCH V6 08/15] ftrace: Add perf text poke events for ftrace trampolines

[Buildroot] [PATCH] package/git: bump to 2.26.2
 2020-04-27 20:10 UTC  (2+ messages)

+ scripts-gdb-repair-rb_first-and-rb_last.patch added to -mm tree
 2020-04-27 20:10 UTC 

[PATCH RFC v1] net: xdp: allow for layer 3 packets in generic skb handler
 2020-04-27 20:10 UTC  (6+ messages)
` [PATCH RFC v2] "

[PATCH] libselinux: mark security_context_t typedef as deprecated
 2020-04-27 20:09 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/9] drm/i915/gt: Sanitize GT first
 2020-04-27 20:03 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/9] drm/i915/gt: Fix up clock frequency

[PATCH V3] PCI: rcar: Add the suspend/resume for pcie-rcar driver
 2020-04-27 20:08 UTC  (3+ messages)

PPPoE Modem hangup after random time - how to debug?
 2020-04-27 20:08 UTC  (2+ messages)

[PATCH v2] KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly
 2020-04-27 20:08 UTC  (3+ messages)

[PATCH v10 00/14] In order to readout DP SDPs, refactors the handling of DP SDPs
 2020-04-27 20:08 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for In order to readout DP SDPs, refactors the handling of DP SDPs (rev12)

[PATCH] nsproxy: attach to namespaces via pidfds
 2020-04-27 20:06 UTC  (2+ messages)

[PATCH] drm/amdgpu/vcn2.5: wait for tiles off after unpause
 2020-04-27 20:05 UTC 

[PATCH 2/2] arm: dts: stm32f769-disco: Enable MIPI DSI display support
 2020-04-27 20:05 UTC  (4+ messages)

[PATCH 00/17] mtd: rawnand: cafe: Convert to exec_op() (and more)
 2020-04-27 20:05 UTC  (11+ messages)
` [PATCH 13/17] mtd: rawnand: cafe: Add exec_op() support
` [PATCH 14/17] mtd: rawnand: cafe: Get rid of the legacy interface implementation
` [PATCH 15/17] mtd: rawnand: cafe: Adjust the cafe_{read, write}_buf() prototypes
  ` [PATCH 15/17] mtd: rawnand: cafe: Adjust the cafe_{read,write}_buf() prototypes
` [PATCH 16/17] mtd: rawnand: cafe: Handle non-32bit aligned reads/writes
` [PATCH 17/17] mtd: rawnand: cafe: s/uint{8,16,32}_t/u{8,16,32}/

[dpdk-dev] [PATCH v1] maintainers: update for AMD xgbe and ccp crypto
 2020-04-27 20:05 UTC  (4+ messages)

Rule for bridge yaml dt binding maintainers?
 2020-04-27 20:04 UTC  (9+ messages)
      ` [PATCH] get_maintainer: Add email addresses from .yaml files

[PATCH 0/5] pull request for net-next: batman-adv 2020-04-27
 2020-04-27 20:04 UTC  (2+ messages)

[PATCH v20 00/17] Multicolor Framework (array edition)
 2020-04-27 19:58 UTC  (6+ messages)
` [PATCH v20 12/17] leds: lp55xx: Add multicolor framework support to lp55xx

[Buildroot] [PATCH] infra: add the transient download mechanism
 2020-04-27 20:04 UTC 

[Buildroot] [git commit] package/git: indicate that license file hashes are locally calculated
 2020-04-27 20:04 UTC 

[PATCH] config: use GIT_CONFIG in git config sequence
 2020-04-27 20:04 UTC  (5+ messages)

[Buildroot] [git commit] package/git: bump to 2.26.2
 2020-04-27 20:04 UTC 

[PATCH 0/4] pull request for net: batman-adv 2020-04-27
 2020-04-27 20:03 UTC  (2+ messages)

[Buildroot] [git commit] support/testing: test_lua_utf8: fix test after bump to lua-utf8 0.1.2
 2020-04-27 20:03 UTC 

[Buildroot] [PATCH v1 0/2] Package updates; flannel, kexec
 2020-04-27 20:03 UTC  (2+ messages)

[PATCH 0/3] x86/pv: Start to trim 32bit support
 2020-04-27 20:02 UTC  (8+ messages)
` [PATCH 1/3] x86/pv: Options to disable and/or compile out 32bit PV support

[Buildroot] [Bug 12821] New: Vagrantfile in download page still points to 2020.02
 2020-04-27 20:02 UTC 

[PATCH v2 0/1] platform/x86: Add Slim Bootloader firmware update support
 2020-04-27 19:57 UTC  (4+ messages)

[RFC PATCH] wg-quick: linux: raise priority for mangle nft chain
 2020-04-27 17:26 UTC 

[PATCH v2 0/3] add channel constraint for BDW machine drivers
 2020-04-27 20:00 UTC  (3+ messages)

[PATCH v8 0/2] Add initial support for slimport anx7625
 2020-04-27 20:00 UTC  (5+ messages)
` [PATCH v8 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

[Xen-devel] [PATCH 00/12] Support CPUID/MSR data in migration streams
 2020-04-27 20:00 UTC  (7+ messages)
` [Xen-devel] [PATCH 01/12] libxc/save: Shrink code volume where possible
      `  "

[PATCH] net: ethernet: fec: Replace interrupt driven MDIO with polled IO
 2020-04-27 20:00 UTC  (4+ messages)

[PATCH] ARM: dts: r8a7743: Add missing compatible strings for iic3 node
 2020-04-27 19:59 UTC  (2+ messages)

[Buildroot] [git commit] package/flannel: bump version to 0.12.0
 2020-04-27 19:58 UTC 

[Buildroot] [PATCH 1/1] package/libcec: bump version to 5.0.0
 2020-04-27 19:58 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-cython: bump to version 0.29.17
 2020-04-27 19:57 UTC  (2+ messages)

clk_hw.init and -EPROBE_DEFER / driver re-load
 2020-04-27 19:57 UTC 

[dpdk-dev] [PATCH] maintainers: update for Arm v7 and v8
 2020-04-27 19:56 UTC  (3+ messages)

[usb:usb-testing] BUILD SUCCESS 1417cff96ef8ae2108df7084f035b90d2eabbba3
 2020-04-27 19:55 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.