All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-04-30 11:21:26 to 2019-04-30 11:46:22 UTC [more...]

[PATCH 4.19 000/100] 4.19.38-stable review
 2019-04-30 11:38 UTC  (41+ messages)
` [PATCH 4.19 002/100] netfilter: nft_compat: make lists per netns
` [PATCH 4.19 003/100] netfilter: nf_tables: split set destruction in deactivate and destroy phase
` [PATCH 4.19 004/100] netfilter: nft_compat: destroy function must not have side effects
` [PATCH 4.19 006/100] netfilter: nf_tables: unbind set in rule from commit path
` [PATCH 4.19 007/100] netfilter: nft_compat: dont use refcount_inc on newly allocated entry
` [PATCH 4.19 008/100] netfilter: nft_compat: use .release_ops and remove list of extension
` [PATCH 4.19 009/100] netfilter: nf_tables: fix set double-free in abort path
` [PATCH 4.19 010/100] netfilter: nf_tables: bogus EBUSY when deleting set after flush
` [PATCH 4.19 013/100] net: mvpp2: fix validate for PPv2.1
` [PATCH 4.19 014/100] ext4: fix some error pointer dereferences
` [PATCH 4.19 015/100] tipc: handle the err returned from cmd header function
` [PATCH 4.19 016/100] loop: do not print warn message if partition scan is successful
` [PATCH 4.19 018/100] vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
` [PATCH 4.19 019/100] ipvs: fix warning on unused variable
` [PATCH 4.19 021/100] ALSA: hda/ca0132 - Fix build error without CONFIG_PCI
` [PATCH 4.19 023/100] cifs: fix memory leak in SMB2_read
` [PATCH 4.19 024/100] cifs: do not attempt cifs operation on smb2+ rename error
` [PATCH 4.19 025/100] tracing: Fix a memory leak by early error exit in trace_pid_write()
` [PATCH 4.19 026/100] tracing: Fix buffer_ref pipe ops
` [PATCH 4.19 029/100] lib/Kconfig.debug: fix build error without CONFIG_BLOCK
` [PATCH 4.19 030/100] MIPS: scall64-o32: Fix indirect syscall number load
` [PATCH 4.19 031/100] trace: Fix preempt_enable_no_resched() abuse
` [PATCH 4.19 032/100] IB/rdmavt: Fix frwr memory registration
` [PATCH 4.19 033/100] RDMA/mlx5: Do not allow the user to write to the clock page
` [PATCH 4.19 038/100] nfsd: Dont release the callback slot unless it was actually held
` [PATCH 4.19 040/100] perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC10 counters
` [PATCH 4.19 041/100] Input: synaptics-rmi4 - write config register values to the right offset
` [PATCH 4.19 043/100] dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is valid
` [PATCH 4.19 044/100] dmaengine: sh: rcar-dmac: Fix glitch in dmaengine_tx_status
` [PATCH 4.19 046/100] powerpc/mm/radix: Make Radix require HUGETLB_PAGE
` [PATCH 4.19 047/100] drm/vc4: Fix memory leak during gpu reset
` [PATCH 4.19 056/100] binder: fix handling of misaligned binder object
` [PATCH 4.19 057/100] sched/deadline: Correctly handle active 0-lag timers
` [PATCH 4.19 058/100] NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family
` [PATCH 4.19 060/100] fm10k: Fix a potential NULL pointer dereference
` [PATCH 4.19 061/100] tipc: check bearer name with right length in tipc_nl_compat_bearer_enable
` [PATCH 4.19 063/100] net: netrom: Fix error cleanup path of nr_proto_init
` [PATCH 4.19 064/100] net/rds: Check address length before reading address family
` [PATCH 4.19 066/100] aio: clear IOCB_HIPRI
` [PATCH 4.19 068/100] aio: separate out ring reservation from req allocation

[PATCH v5 0/6] Fix systemd service enables/move towards "stateless" configuration
 2019-04-30 11:45 UTC  (3+ messages)

debugfs question 
 2019-04-30 11:45 UTC 

[PATCH v9 00/14] rtw88: mac80211 driver for Realtek 802.11ac wireless network chips
 2019-04-30 11:45 UTC  (3+ messages)
` [PATCH v9 01/14] rtw88: main files

[PATCH v8 00/14] Add support for TISCI Interrupt controller drivers
 2019-04-30 11:45 UTC  (2+ messages)

[PATCH 4.14 00/53] 4.14.115-stable review
 2019-04-30 11:39 UTC  (35+ messages)
` [PATCH 4.14 01/53] kbuild: simplify ld-option implementation
` [PATCH 4.14 02/53] cifs: do not attempt cifs operation on smb2+ rename error
` [PATCH 4.14 03/53] tracing: Fix a memory leak by early error exit in trace_pid_write()
` [PATCH 4.14 05/53] zram: pass down the bvec we need to read into in the work struct
` [PATCH 4.14 07/53] MIPS: scall64-o32: Fix indirect syscall number load
` [PATCH 4.14 08/53] trace: Fix preempt_enable_no_resched() abuse
` [PATCH 4.14 11/53] ceph: only use d_name directly when parent is locked
` [PATCH 4.14 13/53] ceph: fix ci->i_head_snapc leak
` [PATCH 4.14 15/53] sunrpc: dont mark uninitialised items as VALID
` [PATCH 4.14 16/53] Input: synaptics-rmi4 - write config register values to the right offset
` [PATCH 4.14 17/53] vfio/type1: Limit DMA mappings per container
` [PATCH 4.14 18/53] dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is valid
` [PATCH 4.14 22/53] drm/vc4: Fix compilation error reported by kbuild test bot
` [PATCH 4.14 23/53] USB: Add new USB LPM helpers
` [PATCH 4.14 24/53] USB: Consolidate LPM checks to avoid enabling LPM twice
` [PATCH 4.14 25/53] ext4: fix some error pointer dereferences
` [PATCH 4.14 26/53] vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
` [PATCH 4.14 29/53] intel_th: gth: Fix an off-by-one in output unassigning
` [PATCH 4.14 30/53] fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
` [PATCH 4.14 31/53] ipvs: fix warning on unused variable
` [PATCH 4.14 34/53] NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family
` [PATCH 4.14 35/53] netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ON
` [PATCH 4.14 36/53] fm10k: Fix a potential NULL pointer dereference
` [PATCH 4.14 38/53] tipc: check link name with right length in tipc_nl_compat_link_set
` [PATCH 4.14 39/53] dm integrity: change memcmp to strncmp in dm_integrity_ctr
` [PATCH 4.14 41/53] x86/retpolines: Disable switch jump tables when retpolines are enabled
` [PATCH 4.14 42/53] mm: Fix warning in insert_pfn()
` [PATCH 4.14 43/53] Revert "block/loop: Use global lock for ioctl() operation."
` [PATCH 4.14 45/53] mlxsw: spectrum: Fix autoneg status in ethtool
` [PATCH 4.14 46/53] net/mlx5e: ethtool, Remove unsupported SFP EEPROM high pages query
` [PATCH 4.14 47/53] net: rds: exchange of 8K and 1M pool
` [PATCH 4.14 50/53] team: fix possible recursive locking when add slaves
` [PATCH 4.14 52/53] net/rose: fix unbound loop in rose_loopback_timer()
` [PATCH 4.14 53/53] ipv4: set the tcp_min_rtt_wlen range from 0 to one day

[PATCH V2] rds: ib: force endiannes annotation
 2019-04-30 11:43 UTC  (2+ messages)

[PATCH] i915: disable framebuffer compression on GeminiLake
 2019-04-30 11:41 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 4.9 00/41] 4.9.172-stable review
 2019-04-30 11:38 UTC  (31+ messages)
` [PATCH 4.9 01/41] kbuild: simplify ld-option implementation
` [PATCH 4.9 02/41] cifs: do not attempt cifs operation on smb2+ rename error
` [PATCH 4.9 04/41] MIPS: scall64-o32: Fix indirect syscall number load
` [PATCH 4.9 05/41] trace: Fix preempt_enable_no_resched() abuse
` [PATCH 4.9 06/41] IB/rdmavt: Fix frwr memory registration
` [PATCH 4.9 07/41] sched/numa: Fix a possible divide-by-zero
` [PATCH 4.9 08/41] ceph: ensure d_name stability in ceph_dentry_hash()
` [PATCH 4.9 09/41] ceph: fix ci->i_head_snapc leak
` [PATCH 4.9 10/41] nfsd: Dont release the callback slot unless it was actually held
` [PATCH 4.9 11/41] sunrpc: dont mark uninitialised items as VALID
` [PATCH 4.9 13/41] dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is valid
` [PATCH 4.9 15/41] drm/vc4: Fix memory leak during gpu reset
` [PATCH 4.9 16/41] drm/vc4: Fix compilation error reported by kbuild test bot
` [PATCH 4.9 18/41] USB: Consolidate LPM checks to avoid enabling LPM twice
` [PATCH 4.9 19/41] vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
` [PATCH 4.9 21/41] slip: make slhc_free() silently accept an error pointer
` [PATCH 4.9 23/41] fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
` [PATCH 4.9 24/41] NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family
` [PATCH 4.9 26/41] fm10k: Fix a potential NULL pointer dereference
` [PATCH 4.9 27/41] tipc: check bearer name with right length in tipc_nl_compat_bearer_enable
` [PATCH 4.9 29/41] Revert "block/loop: Use global lock for ioctl() operation."
` [PATCH 4.9 30/41] ipv4: add sanity checks in ipv4_link_failure()
` [PATCH 4.9 32/41] net/mlx5e: ethtool, Remove unsupported SFP EEPROM high pages query
` [PATCH 4.9 33/41] net: rds: exchange of 8K and 1M pool
` [PATCH 4.9 35/41] net: stmmac: move stmmac_check_ether_addr() to driver probe
` [PATCH 4.9 36/41] ipv4: set the tcp_min_rtt_wlen range from 0 to one day
` [PATCH 4.9 37/41] ipv6: frags: fix a lockdep false positive
` [PATCH 4.9 38/41] net: IP defrag: encapsulate rbtree defrag code into callable functions
` [PATCH 4.9 39/41] ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module
` [PATCH 4.9 41/41] net: IP6 defrag: use rbtrees in nf_conntrack_reasm.c

[U-Boot] [PATCH V2 0/2] Enable DA830 OHCI USB Controller with DM_USB
 2019-04-30 11:39 UTC  (3+ messages)
` [U-Boot] [PATCH V2 1/2] usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM support

[PATCH -next 0/3] netfilter: header cleanup
 2019-04-30 11:39 UTC  (2+ messages)

implement generic dma_map_ops for IOMMUs v3
 2019-04-30 11:38 UTC  (8+ messages)
` [PATCH 02/26] arm64/iommu: improve mmap bounds checking

Conclusion on my work with Low-Jitter
 2019-04-30 11:37 UTC 

[PATCH 4.9 stable 0/5] net: ip6 defrag: backport fixes
 2019-04-30 11:37 UTC  (2+ messages)

[PATCH v3] pinctrl:intel: Retain HOSTSW_OWN for requested gpio pin
 2019-04-30 11:37 UTC  (5+ messages)

[PATCH 1/4] rtc: digicolor: fix possible race condition
 2019-04-30 11:36 UTC  (6+ messages)
` [PATCH 2/4] rtc: digicolor: set range

[Xen-devel] [linux-4.19 test] 135420: regressions - FAIL
 2019-04-30 11:34 UTC  (3+ messages)
  `  "

[PATCH] appletalk: Set error code if register_snap_client failed
 2019-04-30 11:34 UTC 

[PATCH v1] mfd: intel-lpss: Add Intel Comet Lake PCI IDs
 2019-04-30 11:34 UTC  (4+ messages)

[PATCH v2] PCI: aardvark: Use LTSSM state to build link training flag
 2019-04-30 11:34 UTC  (7+ messages)

[Buildroot] Reg: Valgrind support for Aarch64 in buildroot 2019.02.02
 2019-04-30 11:34 UTC  (3+ messages)

$PWD in terminal.bbclass
 2019-04-30 11:33 UTC  (3+ messages)
  ` [OE-core] "

[Qemu-devel] [PATCH v2 00/10] file-posix: Make auto-read-only dynamic
 2019-04-30 11:31 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 10/10] "
  ` [Qemu-devel] [Qemu-block] "

[PATCH v2 0/4] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-04-30 11:32 UTC  (12+ messages)
` [PATCH v2 3/4] iommu/dma-iommu: Use the dev->coherent_dma_mask

[PATCH] amdgpu: Query uvd handles info
 2019-04-30 11:32 UTC  (4+ messages)

[PATCH v2 0/2] livepatch: Clean up of reliable stacktrace warnings
 2019-04-30 11:32 UTC  (5+ messages)
` [PATCH v2 1/2] livepatch: Remove duplicate warning about missing reliable stacktrace support
` [PATCH v2 2/2] livepatch: Use static buffer for debugging messages under rq lock

stable-2.02 - tests: update parm for new kernel
 2019-04-30 11:31 UTC 

stable-2.02 - tests: extend
 2019-04-30 11:31 UTC 

stable-2.02 - tests: rounding for pools changed to power of 2
 2019-04-30 11:31 UTC 

stable-2.02 - lv_manip: better work with PERCENT_VG modifier
 2019-04-30 11:31 UTC 

[PATCH] appletalk: Set error code while register_snap_client
 2019-04-30 11:30 UTC  (2+ messages)

stable-2.02 - thin: select chunk size as power of 2
 2019-04-30 11:31 UTC 

stable-2.02 - lv_manip: insert remove layer skips pools
 2019-04-30 11:30 UTC 

stable-2.02 - activation: synchronize before removing devices
 2019-04-30 11:30 UTC 

[PATCH] x86/fpu: Remove unneeded saving of FPU registers in copy_fpstate_to_sigframe()
 2019-04-30 11:30 UTC  (2+ messages)
` [tip:x86/fpu] x86/fpu: Remove unnecessary "

stable-2.02 - tests: check auto-growth of thin-pool meta
 2019-04-30 11:30 UTC 

stable-2.02 - thin: fix maintenance of _pmspare
 2019-04-30 11:30 UTC 

[PATCH] [RFC] dmaengine: add fifo_size member
 2019-04-30 11:30 UTC  (3+ messages)
  `  "

stable-2.02 - thin: resize metadata with data
 2019-04-30 11:30 UTC 

stable-2.02 - thin: introduce estimate_thin_pool_metadata_size
 2019-04-30 11:30 UTC 

[RFC] [PATCH] oops: add "begin trace" + oops_id to match "end trace" + oops_id
 2019-04-30 11:30 UTC  (2+ messages)

[PATCH v5 21/23] x86/alternative: Comment about module removal races
 2019-04-30 11:29 UTC  (2+ messages)
` [tip:x86/mm] x86/alternatives: Add comment "

[igt-dev] [PATCH v8 0/1 i-g-t] tests: Add a new test for driver/device hot reload
 2019-04-30 11:29 UTC  (2+ messages)
` [igt-dev] [PATCH v8 1/1 "

[PATCHv2] dvb: usb: fix use after free in dvb_usb_device_exit
 2019-04-30 11:29 UTC  (2+ messages)

[PATCH v5 20/23] x86/kprobes: Use vmalloc special flag
 2019-04-30 11:28 UTC  (2+ messages)
` [tip:x86/mm] "

[PATCH v5 19/23] x86/ftrace: Use vmalloc special flag
 2019-04-30 11:28 UTC  (2+ messages)
` [tip:x86/mm] "

[PATCH v5 18/23] bpf: Use vmalloc special flag
 2019-04-30 11:27 UTC  (2+ messages)
` [tip:x86/mm] "

[PATCH] kernel/module: Reschedule while waiting for modules to finish loading
 2019-04-30 11:28 UTC  (3+ messages)

[PATCH v2] mt76: mt7615: add TX/RX antenna pattern capabilities
 2019-04-30 11:27 UTC  (4+ messages)

[PATCH 0/1] rcu/sync: simplify the state machine
 2019-04-30 11:27 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH v5 17/23] modules: Use vmalloc special flag
 2019-04-30 11:26 UTC  (2+ messages)
` [tip:x86/mm] "

[PATCH] gnome-desktop3: set correct meson gtk doc option
 2019-04-30 11:27 UTC 

[PATCH v5 15/23] mm: Make hibernate handle unmapped pages
 2019-04-30 11:25 UTC  (2+ messages)
` [tip:x86/mm] mm/hibernation: Make hibernation "

[dpdk-dev] [PATCH v2 1/2] doc: fix spelling errors reported by aspell
 2019-04-30 11:26 UTC  (3+ messages)

[PATCH net-next RFC] Dump SW SQ context as part of tx reporter
 2019-04-30 11:26 UTC  (3+ messages)

[PATCH v5 16/23] vmalloc: Add flag for free of special permsissions
 2019-04-30 11:26 UTC  (2+ messages)
` [tip:x86/mm] mm/vmalloc: Add flag for freeing "

[PATCH v5 14/23] x86/mm/cpa: Add set_direct_map_ functions
 2019-04-30 11:24 UTC  (2+ messages)
` [tip:x86/mm] x86/mm/cpa: Add set_direct_map_*() functions

[dpdk-dev] [PATCH v4] app/pdump: add pudmp exits with primary support
 2019-04-30 11:35 UTC  (5+ messages)
` [dpdk-dev] [PATCH v5] Make pdump exits with primary
  ` [dpdk-dev] [PATCH v5] app/pdump: add pudmp exits with primary support

[dpdk-dev] [PATCH] net/bonding: fix test bonding MAC assignment
 2019-04-30 11:25 UTC  (4+ messages)

[PATCH v5 13/23] x86/alternative: Remove the return value of text_poke_*()
 2019-04-30 11:24 UTC  (2+ messages)
` [tip:x86/mm] x86/alternatives: "

[PATCH v5 12/23] x86/jump-label: Remove support for custom poker
 2019-04-30 11:23 UTC  (2+ messages)
` [tip:x86/mm] x86/jump-label: Remove support for custom text poker

[Qemu-devel] Following up questions related to QEMU and I/O Thread
 2019-04-30 11:21 UTC  (11+ messages)

[PATCH v5 11/23] x86/module: Avoid breaking W^X while loading modules
 2019-04-30 11:22 UTC  (2+ messages)
` [tip:x86/mm] x86/modules: "

[PATCH v5 10/23] x86/kprobes: Set instruction page as executable
 2019-04-30 11:22 UTC  (2+ messages)
` [tip:x86/mm] "

PM / AVS: SVS: Introduce SVS engine
 2019-04-30 11:20 UTC  (8+ messages)
` [RFC v1 1/3] dt-bindings: soc: add mtk svs dt-bindings
` [RFC v1 2/3] arm64: dts: mt8183: add svs device information
` [RFC v1 3/3] PM / AVS: SVS: Introduce SVS engine

[PATCH v5 09/23] x86/ftrace: Set trampoline pages as executable
 2019-04-30 11:21 UTC  (2+ messages)
` [tip:x86/mm] "

[dpdk-dev] [PATCH] doc: update references to removed function
 2019-04-30 11:22 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

crypto: akcipher: userspace API?
 2019-04-30 11:21 UTC  (2+ 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.