All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-28 23:39:58 to 2020-05-29 00:35:49 UTC [more...]

[PATCHES] uaccess base
 2020-05-29  0:35 UTC  (27+ messages)
` [PATCHES] uaccess readdir
  ` [PATCH 4/6] switch readdir(2) to unsafe_copy_dirent_name()
    ` [PATCH 5/6] readdir.c: get compat_filldir() more or less in sync with filldir()
    ` [PATCH 6/6] readdir.c: get rid of the last __put_user(), drop now-useless access_ok()
` [PATCH 1/6] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
  ` [PATCH 2/6] uaccess: Selectively open read or write user access
  ` [PATCH 3/6] drm/i915/gem: Replace user_access_begin by user_write_access_begin
` [PATCHES] uaccess __copy_from_user()
  ` [PATCH 1/2] firewire: switch ioctl_queue_iso to use of copy_from_user()
    ` [PATCH 2/2] pstore: switch to copy_from_user()
` [PATCHES] uaccess __copy_to_user()
  ` [PATCH 1/2] esas2r: don't bother with __copy_to_user()
    ` [PATCH 2/2] dlmfs: convert dlmfs_file_read() to copy_to_user()
` [PATCHES] uaccess __put_user()
  ` [PATCH 1/3] compat sysinfo(2): don't bother with field-by-field copyout
    ` [PATCH 2/3] scsi_ioctl.c: switch SCSI_IOCTL_GET_IDLUN to copy_to_user()
    ` [PATCH 3/3] pcm_native: result of put_user() needs to be checked
` [PATCHES] uaccess comedi compat
  ` [PATCH 01/10] comedi: move compat ioctl handling to native fops
    ` [PATCH 02/10] comedi: get rid of indirection via translated_ioctl()
    ` [PATCH 03/10] comedi: get rid of compat_alloc_user_space() mess in COMEDI_CHANINFO compat
    ` [PATCH 05/10] comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSN compat
    ` [PATCH 06/10] comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSNLIST compat
    ` [PATCH 07/10] comedi: lift copy_from_user() into callers of __comedi_get_user_cmd()
    ` [PATCH 08/10] comedi: do_cmdtest_ioctl(): lift copyin/copyout into the caller
    ` [PATCH 09/10] comedi: do_cmd_ioctl(): "

[PATCH v7 00/20] Introduce the generic ECC engine abstraction
 2020-05-29  0:25 UTC  (52+ messages)
` [PATCH v7 01/20] dt-bindings: mtd: Document nand-ecc-placement
` [PATCH v7 02/20] mtd: rawnand: Create a new enumeration to describe ECC bytes placement
` [PATCH v7 03/20] mtd: rawnand: Separate the ECC engine type and the ECC byte placement
` [PATCH v7 04/20] mtd: rawnand: Create a helper to retrieve the ECC placement
` [PATCH v7 05/20] mtd: rawnand: Add a kernel doc to the ECC algorithm enumeration
` [PATCH v7 06/20] mtd: rawnand: Rename the ECC algorithm enumeration items
` [PATCH v7 07/20] mtd: rawnand: Create a new enumeration to describe properly ECC types
` [PATCH v7 08/20] mtd: rawnand: Use the new ECC engine type enumeration
` [PATCH v7 09/20] mtd: nand: Move nand_device forward declaration to the top
` [PATCH v7 10/20] mtd: nand: Add an extra level in the Kconfig hierarchy
` [PATCH v7 11/20] mtd: nand: Drop useless 'depends on' in Kconfig
` [PATCH v7 12/20] mtd: nand: Add a NAND page I/O request type
` [PATCH v7 13/20] mtd: nand: Rename a core structure
` [PATCH v7 14/20] mtd: nand: Add more parameters to the nand_ecc_props structure
` [PATCH v7 15/20] mtd: nand: Introduce the ECC engine abstraction
` [PATCH v7 16/20] mtd: nand: Convert generic NAND bits to use the ECC framework
` [PATCH v7 17/20] mtd: rawnand: Hide the generic OOB layout objects behind helpers
` [PATCH v7 18/20] mtd: rawnand: Write a compatibility layer
` [PATCH v7 19/20] mtd: rawnand: Move generic OOB layouts to the ECC framework
` [PATCH v7 20/20] mtd: rawnand: Move the user input parsing bits "

[PATCH v5 0/6] New RISC-V Local Interrupt Controller Driver
 2020-05-29  0:33 UTC  (5+ messages)
` [PATCH v5 5/6] RISC-V: Remove do_IRQ() function
` [PATCH v5 6/6] RISC-V: Force select RISCV_INTC for CONFIG_RISCV

[PATCH] [net-next] sfc: avoid an unused-variable warning
 2020-05-29  0:30 UTC  (3+ messages)

[PATCH] twist: allow converting pr_devel()/pr_debug() into printk(KERN_DEBUG)
 2020-05-29  0:28 UTC  (8+ messages)
` [PATCH v2] twist: allow converting pr_devel()/pr_debug() into snprintf()

[PATCH] serial: Add missing Kconfig dependencies for debug consoles
 2020-05-29  0:28 UTC  (2+ messages)

[PATCH 1/5] dm: core: Fix devfdt_get_addr_ptr return value
 2020-05-29  0:28 UTC  (4+ messages)

[git-scm.com PATCH] community: advertise 'git-bugreport' tool
 2020-05-29  0:27 UTC  (4+ messages)

[PATCH net-next 0/8] the indirect flow_block infrastructure, revisited
 2020-05-29  0:25 UTC  (9+ messages)
` [PATCH net-next 1/8] netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()
` [PATCH net-next 2/8] net: flow_offload: consolidate indirect flow_block infrastructure
` [PATCH net-next 3/8] net: cls_api: add tcf_block_offload_init()
` [PATCH net-next 4/8] net: use flow_indr_dev_setup_offload()
` [PATCH net-next 5/8] mlx5: update indirect block support
` [PATCH net-next 6/8] nfp: "
` [PATCH net-next 7/8] bnxt_tc: "
` [PATCH net-next 8/8] net: remove indirect block netdev event registration

[PATCH v2 0/7] Add histogram measuring mmap_lock contention latency
 2020-05-29  0:24 UTC  (2+ messages)

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2020-05-29  0:00 UTC  (7+ messages)
  ` [Intel-gfx] "

stable/linux-4.14.y boot: 79 boots: 3 failed, 76 passed (v4.14.182)
 2020-05-29  0:24 UTC 

[PATCH v2 0/4] TI K3 DSP remoteproc driver for C66x DSPs
 2020-05-29  0:23 UTC  (6+ messages)
` [PATCH v2 2/4] dt-bindings: remoteproc: Add bindings for C66x DSPs on TI K3 SoCs

[PATCH] iomap: Return zero in case of unsuccessful pagecache invalidation before DIO
 2020-05-29  0:23 UTC  (2+ messages)

Questions about adt7470 driver
 2020-05-29  0:18 UTC  (6+ messages)

[git pull] drm fixes for 5.7-rc8/final
 2020-05-29  0:21 UTC  (2+ messages)

[PATCHv3 0/4] scsi: use xarray for devices and targets
 2020-05-29  0:20 UTC  (6+ messages)
` [PATCH 3/4] scsi: move target device list to xarray

[PATCH] fast-import: accept invalid timezones so we can import existing repos
 2020-05-29  0:20 UTC  (3+ messages)
` [PATCH v2] fast-import: add new --date-format=raw-permissive format

[PATCH RFC 00/32] python/qemu: refactor as installable package
 2020-05-29  0:18 UTC  (3+ messages)
` [PATCH RFC 26/32] python//machine.py: use qmp.command

Self-XORing BPF registers is undefined behavior
 2020-05-29  0:17 UTC  (14+ messages)

[PATCH] ASoC: reduce verbosity of error messages for sof-dai and sof-link
 2020-05-29  0:15 UTC 

Network stops passing traffic randomly
 2020-05-29  0:13 UTC  (2+ messages)

[PATCH] rtc: abx80x: Provide feedback for invalid dt properties
 2020-05-29  0:12 UTC 

linux-next: manual merge of the s390 tree with Linus' tree
 2020-05-29  0:10 UTC 

[net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-28
 2020-05-29  0:08 UTC  (16+ messages)
` [net-next 01/15] ice: Poll for reset completion when DDP load fails
` [net-next 02/15] ice: cleanup VSI context initialization
` [net-next 03/15] ice: fix potential double free in probe unrolling
` [net-next 04/15] ice: fix kernel BUG if register_netdev fails
` [net-next 05/15] ice: Declare functions static
` [net-next 06/15] ice: Refactor ice_ena_vf_mappings to split MSIX and queue mappings
` [net-next 07/15] ice: Simplify ice_sriov_configure
` [net-next 08/15] ice: Add helper function for clearing VPGEN_VFRTRIG
` [net-next 09/15] ice: Separate VF VSI initialization/creation from reset flow
` [net-next 10/15] ice: Renaming and simplification in VF init path
` [net-next 11/15] ice: Add function to set trust mode bit on reset
` [net-next 12/15] ice: Add functions to rebuild host VLAN/MAC config for a VF
` [net-next 13/15] ice: remove VM/VF disable command on CORER/GLOBR reset
` [net-next 14/15] ice: Refactor VF reset
` [net-next 15/15] ice: Refactor VF VSI release and setup functions

[PATCH] powerpc/bpf: Enable bpf_probe_read{, str}() on powerpc again
 2020-05-29  0:05 UTC  (7+ messages)

stable-rc/linux-5.4.y build: 163 builds: 1 failed, 162 passed, 1 error, 88 warnings (v5.4.43)
 2020-05-29  0:05 UTC 

[PATCH v2 1/1] fetch: allow adding a filter after initial clone
 2020-05-29  0:04 UTC  (6+ messages)
        ` [PATCH v4] "

[PATCH v4 00/16] spi: dw: Add generic DW DMA controller support
 2020-05-28 23:28 UTC  (3+ messages)
` [PATCH v4 16/16] dt-bindings: spi: Convert DW SPI binding to DT schema

[PATCH V7 00/19] net: ks8851: Unify KS8851 SPI and MLL drivers
 2020-05-28 23:30 UTC  (2+ messages)

[RFC, WIP, v6 00/10] media: vidtv: implement a virtual DVB driver
 2020-05-28 23:57 UTC  (6+ messages)
` [RFC, WIP, v6 03/10] media: vidtv: implement a demodulator driver
    ` [Linux-kernel-mentees] "
  ` [Linux-kernel-mentees] [RFC, WIP, v6 00/10] media: vidtv: implement a virtual DVB driver

[Intel-gfx] [PATCH] drm/i915: Track i915_vma with its own reference counter
 2020-05-28 23:56 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH v1 1/7] Bluetooth: Add definitions for advertisement monitor features
 2020-05-28 23:54 UTC  (7+ messages)
` [PATCH v1 2/7] Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURES
` [PATCH v1 3/7] Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITOR
` [PATCH v1 4/7] Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITOR
` [PATCH v1 5/7] Bluetooth: Notify adv monitor added event
` [PATCH v1 6/7] Bluetooth: Notify adv monitor removed event
` [PATCH v1 7/7] Bluetooth: Update background scan and report device based on advertisement monitors

[PATCH v6 00/18] Introduce the generic ECC engine abstraction
 2020-05-28 23:55 UTC  (16+ messages)
` [PATCH v6 15/18] mtd: nand: Introduce the "
` [PATCH v6 16/18] mtd: nand: Convert generic NAND bits to use the ECC framework
` [PATCH v6 18/18] mtd: rawnand: Move generic bits to "

How to handle revocation of locking state
 2020-05-28 23:54 UTC  (6+ messages)

[PATCH] clk: qcom: Add missing msm8998 ufs_unipro_core_clk_src
 2020-05-28 23:54 UTC  (2+ messages)

[PATCH] nvmem: Enforce nvmem stride in the sysfs interface
 2020-05-28 23:53 UTC 

[PATCH v2 7/7] mmap_lock: add a tracepoint to contended acquisitions
 2020-05-28 23:53 UTC 

[PATCH v2 6/7] mmap_lock: increment histogram whenever mmap_lock is acquired
 2020-05-28 23:53 UTC 

[PATCH v2 5/7] mmap_lock: add /proc/<pid>/mmap_lock_contention interface
 2020-05-28 23:53 UTC 

[PATCH net-next v3] net: phy: micrel: add phy-mode support for the KSZ9031 PHY
 2020-05-28 23:31 UTC  (10+ messages)

[PATCH v2 4/7] mmap_lock: allocate histogram (if enabled) in mm_init
 2020-05-28 23:53 UTC 

[PATCH v2 1/2] seccomp: notify user trap about unused filter
 2020-05-28 23:32 UTC  (3+ messages)

[PATCH v2 3/7] mmap_lock: add a histogram structure to struct mm_struct
 2020-05-28 23:52 UTC 

[PATCH v2 2/7] histogram: add helper function to expose histograms to userspace
 2020-05-28 23:52 UTC 

[PATCH v1 0/2] pwm: intel: Add PWM driver for new SoC
 2020-05-28 23:31 UTC  (3+ messages)
` [PATCH v1 1/2] Add YAML schema for a new PWM driver

[PATCH v2 1/7] histogram: add struct histogram
 2020-05-28 23:52 UTC 

[PATCH net] net: be more gentle about silly gso requests coming from user
 2020-05-28 23:34 UTC  (2+ messages)

stable-rc/linux-5.6.y build: 156 builds: 0 failed, 156 passed, 9 warnings (v5.6.15)
 2020-05-28 23:35 UTC 

[PATCH v3 0/2] Add cold interrupt support to tsens driver
 2020-05-28 23:32 UTC  (3+ messages)
` [PATCH v3 2/2] dt-bindings: thermal: tsens: Add cold interrupt support in yaml

✅ PASS: Test report for kernel 5.7.0-rc7-4690997.cki (arm-next)
 2020-05-28 23:50 UTC 

[PATCH v2 0/9] sunxi: Support IRQ wakeup from deep sleep
 2020-05-28 23:50 UTC  (4+ messages)
` [PATCH v2 3/9] dt-bindings: irq: Add a compatible for the H3 R_INTC

[PATCH] trace/ftrace: fix maybe-uninitialized compiler warning
 2020-05-28 23:49 UTC  (2+ messages)

[PATCH] docs: mention MyFirstContribution in more places
 2020-05-28 23:49 UTC 

stable-rc/linux-4.9.y boot: 102 boots: 1 failed, 89 passed with 7 offline, 5 untried/unknown (v4.9.225)
 2020-05-28 23:48 UTC 

[PATCH net-next 00/12] net: hns3: misc updates for -next
 2020-05-28 23:39 UTC  (2+ messages)

[PATCH] clk: ingenic: Mark ingenic_tcu_of_match as __maybe_unused
 2020-05-28 23:47 UTC  (2+ messages)

[PATCH V2 net-next 0/2] net: hns3: adds two VLAN feature
 2020-05-28 23:46 UTC  (7+ messages)

[PATCH 0/8] R8A7742 add support for HSUSB and USB2.0/3.0
 2020-05-28 23:46 UTC  (11+ messages)
` [PATCH 1/8] dt-bindings: phy: rcar-gen2: Add r8a7742 support
` [PATCH 2/8] dt-bindings: PCI: pci-rcar-gen2: Add device tree support for r8a7742
` [PATCH 3/8] dt-bindings: usb: renesas,usbhs: Add "
` [PATCH 4/8] dt-bindings: dmaengine: renesas,usb-dmac: Add binding "
` [PATCH 5/8] dt-bindings: usb: usb-xhci: Document r8a7742 support

[PATCH v5] mm: Proactive compaction
 2020-05-28 23:29 UTC  (2+ messages)

[PATCH 00/10] Enable GPU for SM8150 and SM8250
 2020-05-28 23:41 UTC  (3+ messages)
` [PATCH 05/10] dt-bindings: clock: Introduce SM8150 QCOM Graphics clock bindings

[PATCH v12 0/4] Add JEITA properties and introduce the bq2515x charger
 2020-05-28 23:34 UTC  (3+ messages)
` [PATCH v12 1/4] power_supply: Add additional health properties to the header

[RFC][PATCH 0/7] Fix the scheduler-IPI mess
 2020-05-28 23:40 UTC  (3+ messages)
` [RFC][PATCH 5/7] irq_work, smp: Allow irq_work on call_single_queue

[PATCH] dt-bindings: dma: uart: mtk: fix example
 2020-05-28 23:40 UTC  (4+ messages)


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.