Replaced dma_alloc_coherent + memset with dma_zalloc_coherant
Signed-off-by: Sabyasachi Gupta
---
arch/sh/mm/consistent.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/sh/mm/consistent.c b/arch/sh/mm/consistent.c
index 792f361..fc8d235 100644
--- a/arch/sh/mm/consist
The simple_strtol() function is deprecated, use kstrtoint() instead.
Signed-off-by: Muchun Song
---
drivers/base/dd.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/base/dd.c b/drivers/base/dd.c
index 169412ee4ae8..940abad069c0 100644
--- a/drivers/base/dd.c
+++
The regulator_desc structure can be const as it is only passed as the
second argument of devm_regulator_register and the corresponding
parameter is declared as const.
Done with the help of Coccinelle.
Signed-off-by: Julia Lawall
---
sound/soc/amd/acp-da7219-max98357a.c |2 +-
1 file change
Looks good to me, thanks!
Reviewed-by: Fengguang Wu
On Sun, Oct 28, 2018 at 02:13:26PM +0800, Gao Xiang wrote:
It's a trivial simplification for get_next_ra_size and
clear enough for humans to understand.
It also fixes potential overflow if ra->size(< ra_pages) is too large.
Cc: Fengguang Wu
On Sat, Oct 27, 2018 at 05:49:03PM +0200, Slawomir Stepien wrote:
> Hi
>
> On paź 26, 2018 18:55, Nishad Kamdar wrote:
> > Add device tree table for matching vendor ID
> > and support for retrieving platform data
> > from device tree.
>
> So maybe you should make 2 commits?
>
Ok. I'll do that.
>
It's a trivial simplification for get_next_ra_size and
clear enough for humans to understand.
It also fixes potential overflow if ra->size(< ra_pages) is too large.
Cc: Fengguang Wu
Signed-off-by: Gao Xiang
---
mm/readahead.c | 12 +---
1 file changed, 5 insertions(+), 7 deletions(-)
The only usage of device_type structure is getting stored as
a reference in the type field of device structure. This type
field is declared const. Therefore, the device_type structure
can never be modified and can be declared as const.
Signed-off-by: Bhumika Goyal
---
drivers/platform/x86/wmi.c
On Sat, 27 Oct 2018, Joe Perches wrote:
> On Fri, 2018-10-26 at 22:54 +0200, Julia Lawall wrote:
> > [Adding Joe Perches]
> >
> > On Fri, 26 Oct 2018, Sasha Levin wrote:
> >
> > > On Fri, Oct 26, 2018 at 04:04:45PM -0300, Shayenne da Luz Moura wrote:
> > > > This change was suggested by checkpa
Hi Mark,
Commit
fe381767b94f ("c6x: switch to NO_BOOTMEM")
is missing a Signed-off-by from its committer.
--
Cheers,
Stephen Rothwell
pgplP20KbtClc.pgp
Description: OpenPGP digital signature
On Sat, Oct 27, 2018 at 7:16 PM, Joel Fernandes (Google)
wrote:
> The RCU example for 'rejecting stale data' on system-call auditting
> stops iterating through the rules if a deleted one is found. It makes
> more sense to continue looking at other rules once a deleted one is
> rejected. Although t
If I understand the commit message for:
commit 8cc42de736b617827a4e7664fb8d7a325bc125bc
Author: Kan Liang
Date: Thu Jan 18 13:26:32 2018 -0800
perf top: Check the latency of perf_top__mmap_read()
properly, the problem is that a malicious or out of control
app can be doing endless mmaps
Use the gpiod interface instead of the deprecated old non-descriptor
interface in olpc_dcon_xo_1.c.
Signed-off-by: Nishad Kamdar
---
drivers/staging/olpc_dcon/olpc_dcon.h | 12
drivers/staging/olpc_dcon/olpc_dcon_xo_1.c | 74 ++
2 files changed, 44 insertions(+), 42
As per this thread [1], it seems this smp_mb isn't needed anymore:
"So the smp_mb() that I was trying to add doesn't need to be there."
So let us remove this part from the memory ordering documentation.
[1] https://lkml.org/lkml/2017/10/6/707
Signed-off-by: Joel Fernandes (Google)
---
.../Tree
On Fri, Oct 26, 2018 at 5:36 PM Diego Viola wrote:
>
> On Fri, Oct 26, 2018 at 11:21 AM Jens Axboe wrote:
> >
> > On 10/26/18 7:45 AM, Diego Viola wrote:
> > > med_power_with_dipm causes my T450 to freeze with a SAMSUNG
> > > MZ7TD256HAFV-000L9 SSD (firmware DXT02L5Q).
> > >
> > > Switching the L
If I run perf top with a "make -j128" kernel build, I get ring buffer event
processing timeouts which results in:
ui__warning("Too slow to read ring buffer.\n"
"Please try increasing the period (-c) or\n"
"decreasing the fre
Rename fields in fw_priv struct from CamelCase to snake_case.
Reported by checkpatch.
Signed-off-by: Robert Eshleman
---
drivers/staging/rtl8712/hal_init.c| 10 +-
drivers/staging/rtl8712/rtl8712_hal.h | 8
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/driv
On Fri, Oct 19, 2018 at 9:50 PM Du Changbin wrote:
>
> This will apply GCC '-Og' optimization level which is supported
> since GCC 4.8. This optimization level offers a reasonable level
> of optimization while maintaining fast compilation and a good
> debugging experience. It is similar to '-O1' w
The RCU example for 'rejecting stale data' on system-call auditting
stops iterating through the rules if a deleted one is found. It makes
more sense to continue looking at other rules once a deleted one is
rejected. Although the original example is fine, this makes it more
meaningful.
Signed-off-b
On Fri, Oct 19, 2018 at 9:50 PM Du Changbin wrote:
>
> The level4_kernel_pgt is only defined when X86_5LEVEL is enabled. So
> surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif to
> make code correct.
For clarification, is it better to mention
that this is a preparation for CONFIG_
Hi Jiri,
On Sat, 27 Oct 2018 14:19:02 +0200 (CEST) Jiri Kosina wrote:
>
> Stephen, could you please update the hid.git URL for linux-next as below?
> Thanks.
Done, also added Benjamin as a contact.
[for Benjamin's benefit ...]
Thanks for adding your subsystem tree as a participant of linux-ne
On Sat, Oct 27, 2018 at 03:46:02PM -0700, Bruce Perens wrote:
> The anonymous person is generally thought to have appeared on the net
> previously as MikeeUSA. That entity has a well-recorded history of misogyny
> and other anti-social behaviour.
You are misreading it - behaviour of that... membe
Hi Mel and Srikar,
I would like to ask you if you could look into the Group Imbalance Bug
described in this paper
http://www.ece.ubc.ca/~sasha/papers/eurosys16-final29.pdf
in chapter 3.1. See also comment [1]. The paper describes the bug on
workload which involves different ssh sessions and it a
On Sat, 2018-10-27 at 15:57 -0700, Joe Perches wrote:
> On Sat, 2018-10-27 at 22:28 +0200, Michael Straube wrote:
> > The function rtw_hal_xmit() returns true or false.
> > Change the return type from s32 to bool.
> []
> > diff --git a/drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c
> > b/drivers/
Bruce Perens :
> The anonymous person is generally thought to have appeared on the net
> previously as MikeeUSA. That entity has a well-recorded history of misogyny
> and other anti-social behaviour. He's also complained to me recently that
> because of "people like me", the law prohibits him from
On Sat, 2018-10-27 at 22:28 +0200, Michael Straube wrote:
> The function rtw_hal_xmit() returns true or false.
> Change the return type from s32 to bool.
[]
> diff --git a/drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c
> b/drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c
[]
> @@ -598,7 +598,7 @@ boo
On Sat, 2018-10-27 at 23:32 +0100, Jordan Borgner wrote:
> Added missing parentheses to sizeof() function in detect_memory_e820().
>
> Removed unnecessary braces in detect_memory_e801().
>
> Replaced three if-statements with a ternary if-statement and
> removed an unnecessary integer variable in
Added missing parentheses to sizeof() function in detect_memory_e820().
Removed unnecessary braces in detect_memory_e801().
Replaced three if-statements with a ternary if-statement and
removed an unnecessary integer variable in detect_memory().
This is my first patch I hope it is okay.
Signed-
On Sat, 27 Oct 2018, tim.b...@sony.com wrote:
> Al,
>
> Can you please, even in the face of comments you find irritating, keep
> your responses more civil? Calling someone a "wankstain" is
> unprofessional
Tim,
to be completely honest, communicating anonymously doesn't really match my
"this
On Fri, 2018-10-26 at 22:54 +0200, Julia Lawall wrote:
> [Adding Joe Perches]
>
> On Fri, 26 Oct 2018, Sasha Levin wrote:
>
> > On Fri, Oct 26, 2018 at 04:04:45PM -0300, Shayenne da Luz Moura wrote:
> > > This change was suggested by checkpath.pl. Use unsigned int with bitfield
> > > allocate onl
On Sat, 27 Oct 2018, Linus Torvalds wrote:
> I wonder if there is some truly old historical legacy there, ie the old
> PC keyboard support would have been configurable out only for expert
> users to avoid errors, and maybe the HID Kconfig file started getting
> ideas from that...
This really g
Hello!
I'm a programmer who cracked your email account and device about half year ago.
You entered a password on one of the insecure site you visited, and I catched
it.
Your password from linux-kernel@vger.kernel.org on moment of crack: qwerty
Of course you can will change your password, or alre
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
master
head: 69d5b97c597307773fe6c59775a5d5a88bb7e6b3
commit: 2ece646c90c5b45dd76c76ea207a3f3459f2c472 regulator: bd718xx: rename
bd71837 to 718xx
date: 4 weeks ago
config: x86_64-randconfig-s4-10280315 (attached as .c
Cleanup a line over 80 characters in rtw_hal_xmit() by using
if(x) instead of if(x == true). Also clears a missing spaces
around '|' checkpatch issue.
Signed-off-by: Michael Straube
---
drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --g
The field enable of struct recv_reorder_ctrl is only used for boolean
values, so change the type from u8 to bool.
Signed-off-by: Michael Straube
---
drivers/staging/rtl8188eu/include/rtw_recv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8188eu/include/
The function rtl8188eu_xmitframe_complete() returns true or false.
Change the return type from s32 to bool.
Signed-off-by: Michael Straube
---
drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c| 3 ++-
drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 4 ++--
2 files changed, 4 insertions(+),
The field accept_addba_req of struct mlme_ext_info has type bool.
Use the value of accept_addba_req directly instead of the ternary
operator in an asignment.
Signed-off-by: Michael Straube
---
drivers/staging/rtl8188eu/core/rtw_wlan_util.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
The function rtw_hal_xmit() returns true or false.
Change the return type from s32 to bool.
Signed-off-by: Michael Straube
---
drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --gi
On Sat, Oct 27, 2018 at 12:36 PM Joe Perches wrote:
>
> In fairness, it seems many of the HID drivers do exactly that
> and this could have been a "copy from example" addition.
Interesting, and I think you're right.
I wonder why I haven't noticed this before. Some of those might be
hidden by oth
Hi Jirka,
Jiri Olsa writes:
> On Fri, Oct 26, 2018 at 04:19:52PM -0700, Vinicius Costa Gomes wrote:
>> Hi,
>>
>> Adrian Hunter writes:
>>
>> > On 18/10/18 1:55 AM, Arnaldo Carvalho de Melo wrote:
>> >> From: Arnaldo Carvalho de Melo
>> >>
>> >> David reports that:
>> >>
>> >>
>> >> Perf h
On Fri, Oct 26, 2018 at 11:20:34PM +0200, Rasmus Villemoes wrote:
> +#include
> +#define linux_proc_banner \
> + "%s version %s" \
> + " (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ")" \
> + " (" LINUX_COMPILER ") %s\n"
Include doesn't work if compiling from scratch:
rm -rf .
On Sat, 2018-10-27 at 11:13 -0700, Linus Torvalds wrote:
> Ok, so this is a much smaller issue than the i2c one that cause boot
> problems, but it's annoying.
>
> We do *not* enable new random drivers by default. And we most
> *definitely* don't do it when they are odd-ball ones that most people
>
The dw_pcie_host_ops structure is only stored in the ops field
of a pcie_port structure, and this field is const, so make the
dw_pcie_host_ops structure const as well.
Done with the help of Coccinelle.
Signed-off-by: Julia Lawall
---
drivers/pci/controller/dwc/pcie-histb.c |2 +-
1 file ch
Ok, so this is a much smaller issue than the i2c one that cause boot
problems, but it's annoying.
We do *not* enable new random drivers by default. And we most
*definitely* don't do it when they are odd-ball ones that most people
have never heard of.
Yet the new "BigBen Interactive" driver that w
On Sat, Oct 27, 2018 at 4:50 AM Wim Van Sebroeck
wrote:
>
> Please pull the watchdog changes for the v4.20 (or 5.00) release cycle.
Pulled,
Linus
On Fri, Oct 26, 2018 at 4:49 PM Dmitry Torokhov
wrote:
>
> updates for the input subsystem. Just random driver fixups,
> nothing exiting.
Pulled,
Linus
Hi Dan,
On Thu, Oct 25, 2018 at 04:35:41PM +0100, Dan O'Donovan wrote:
> From: Nicola Lunghi
>
> ACPI _HID AANT1280 matches an ADC124S101 present on E3940 SKUs of the UP
> Squared board.
>
> Add it to the driver.
>
> Signed-off-by: Nicola Lunghi
> [jav...@emutex.com: fix up commit message and
Gooday To You,
Please i need your kind Assistance. I will be very glad if you can
assist me to receive this sum of ( $22. Million US dollars.) into
your
bank account for the benefit of our both families, reply me if you
are
ready to receive this fund.
Gooday To You,
Please i need your kind Assistance. I will be very glad if you can
assist me to receive this sum of ( $22. Million US dollars.) into
your
bank account for the benefit of our both families, reply me if you
are
ready to receive this fund.
On Fri, Oct 26, 2018 at 1:55 PM Alexandre Belloni
wrote:
>
> Here is the pull-request for the RTC subsystem for 4.20.
>
> This cycle, there were mostly non urgent fixes in drivers. I also
> finally unexported the non managed registration.
Pulled,
Linus
On Sat, Oct 27, 2018 at 9:08 AM Linus Torvalds
wrote:
>
> I *think* the problem is that the i2c_hid_dmi_desc_override_table[]
> isn't terminated by a NULL entry, and I will test that next.
Confirmed. That makes my laptop boot cleanly.
See commit b59dfdaef173 ("i2c-hid: properly terminate
i2c_hi
On Sat, 27 Oct 2018, Linus Torvalds wrote:
> I *think* the problem is that the i2c_hid_dmi_desc_override_table[]
> isn't terminated by a NULL entry, and I will test that next.
Hm, that almost certainly is indeed the issue, thanks a lot for reporting
it.
> What makes me *very* unhappy about this
> -Original Message-
> From: Al Viro
>
> On Sat, Oct 27, 2018 at 06:52:44AM +, visionsofal...@redchan.it wrote:
> > Al: the FSF was so insistent on the adoption of the GPL version 3
> > because the GPL version 2 is not operative against the grantor.
>
> Anonymous wankstain: sod off an
Julian, Jiri,
On my laptop I'm getting a kernel page fault with the current git
tree, and I'm tentatively blaming commit
9ee3e06610fd ("HID: i2c-hid: override HID descriptors for certain devices")
but that's simply because it's the only thing that seems to touch this
particular area in this me
Hi
On paź 26, 2018 18:55, Nishad Kamdar wrote:
> Add device tree table for matching vendor ID
> and support for retrieving platform data
> from device tree.
So maybe you should make 2 commits?
> Signed-off-by: Nishad Kamdar
> ---
> drivers/staging/iio/resolver/ad2s1210.c | 43 +
Hi Brett,
On Tue, 16 Oct 2018 00:57:41 +
"Grandbois, Brett" wrote:
> Add support to expose the SPI boot flash on AMD Family 16h CPUs as a
> standard mtd device to give userspace BIOS updaters greater feature
> support. The BIOS and Kernel Developer's Guide refers to this as the
> 'SPI ROM'
On 2018-10-27, Al Viro wrote:
> On Sat, Oct 27, 2018 at 06:17:29PM +1100, Aleksa Sarai wrote:
>
> > I'm going to send out a v4 "soon" but I would like to know what folks
> > think about having resolveat(2) (or similar) to separate the scoping O_*
> > flags and produce an O_PATH -- since unsupport
This contains two drivers:
* i2c-amd-plat-mp2: platform driver managing an i2c adapter (one of
the two busses of the MP2) and routing any i2c read/write command to
the PCI driver.
* i2c-amd-pci-mp2: PCI driver communicating through the C2P/P2C
mailbox registers, or through DMA for more than 32 by
Hello.
As a researcher I started a trend in here a few years ago, where criticism of
the lack of coherent philosophy behind Linux, now seems to have resulted in a
few lines of pseudoreligious statements, that supposedly is the answer to this,
called "GNU Kind Communication Guidelines" and "New
On Fri, 12 Oct 2018 11:21:28 -0700
Andy Lutomirski wrote:
> On Fri, Oct 12, 2018 at 9:26 AM Steven Rostedt wrote:
> >
> >
> > Anyone have any issues with this patch?
> >
>
> I'm conceptually okay with it. That being said,
> regs_within_kernel_stack(), which you're indirectly using, is
> off-
From:Miss:Fatima Yusuf.
For sure this mail would definitely come to you as a surprise, but do take your
good time to go through it, My name is Ms.Fatima Yusuf,i am from Ivory Coast.
I lost my parents a year and couple of months ago. My father was a serving
director of the Agro-exporting boar
From: Colin Ian King
Trivial fix to typo in function name, rename it to
rtw_sctx_chk_warning_status.
Signed-off-by: Colin Ian King
---
drivers/staging/rtl8723bs/core/rtw_xmit.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8723bs/core/rtw_xmit.c
b/
Hello,
Business proposition for you.
I have a client from Syrian who will like to invest with your
company. My client is willing to invest $4 Million. Can I have
your company website to show to my client your company so that
they will check and decide if they will invest there funds with
you
From: Colin Ian King
Trivial fix to typo in function name, rename it to
rtw_sctx_chk_warning_status.
Signed-off-by: Colin Ian King
---
drivers/staging/rtl8188eu/core/rtw_xmit.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_xmit.c
b/
The snd_soc_dai_ops structures are only stored in the ops field of a
snd_soc_dai_driver structure, so make the snd_soc_dai_ops structures
const as well.
Done with the help of Coccinelle.
Signed-off-by: Julia Lawall
---
sound/soc/codecs/ak4458.c |2 +-
sound/soc/codecs/ak5558.c |2 +
The snd_soc_dai_ops structures are only stored in the ops field of a
snd_soc_dai_driver structure, so make the snd_soc_dai_ops structures
const as well.
Done with the help of Coccinelle.
Signed-off-by: Julia Lawall
---
drivers/soundwire/intel.c |4 ++--
1 file changed, 2 insertions(+), 2 d
The snd_soc_dai_ops structures are only stored in the ops field of a
snd_soc_dai_driver structure, so make the snd_soc_dai_ops structures
const as well.
Done with the help of Coccinelle.
---
drivers/soundwire/intel.c|4 ++--
sound/soc/codecs/ak4458.c|2 +-
sound/soc/code
The snd_soc_dai_ops structures are only stored in the ops field of a
snd_soc_dai_driver structure, so make the snd_soc_dai_ops structures
const as well.
Done with the help of Coccinelle.
Signed-off-by: Julia Lawall
---
sound/soc/qcom/qdsp6/q6afe-dai.c |8
1 file changed, 4 inserti
Greetings
My name is Mr. Emmanuel Teteh from Odikro Royal Family Bolgatanga Upper
East Region Northern Ghana. We are a group of local gold Miners and we
are looking for a direct buyer or an agent who will help us look for
buyer on Commission basis.
The Purity of our gold is 93% and 22Carats Plu
#syz dup: general protection fault in rb_erase
The fix for this is already in Linux's tree (merged on October 24th).
Hello,
syzbot found the following crash on:
HEAD commit:345671ea0f92 Merge branch 'akpm' (patches from Andrew)
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=1557ea3340
kernel config: https://syzkaller.appspot.com/x/.config?x=5c0a49d2b5210087
dashboar
Looping inside __getblk_gfp().
#syz dup: INFO: rcu detected stall in sys_creat
Looping inside __getblk_gfp().
#syz dup: INFO: rcu detected stall in sys_creat
From: Jiri Kosina
Date: Sat, 27 Oct 2018 14:16:13 +0200
Subject: [PATCH] HID: moving to group maintainership model
Benjamin and myself will from now on be sharing maintainership
responsibilities for hid.git.
Update maintainers to reflect that change, and also move a git
repository to shared spac
From: Jiri Kosina
Benjamin and myself will from now on be sharing maintainership
responsibilities for hid.git.
Update maintainers to reflect that change, and also move a git repository
to shared space at kernel.org.
Signed-off-by: Jiri Kosina
---
Stephen, could you please update the hid.git
> What is the proposed semantic of O_BENEATH with absolute paths -- I
> believe you don't have an openat(2) on FreeBSD (but please feel free to
> correct me)?
openat(2) is necessary for capability mode (since open(2) is not permitted),
but it turns out it was actually added to FreeBSD earlier than
Hi Rasmus,
On Sat, Oct 27, 2018 at 1:24 AM Rasmus Villemoes
wrote:
>
> diff --git a/include/linux/compiler_attributes.h
> b/include/linux/compiler_attributes.h
> index 6b28c1b7310c..08264df52322 100644
> --- a/include/linux/compiler_attributes.h
> +++ b/include/linux/compiler_attributes.h
> @@ -
Hi Linus,
Please pull the watchdog changes for the v4.20 (or 5.00) release cycle.
This series contains:
* Add Armada 37xx CPU watchdog
* w83627hf_wdt: Add Support for NCT6796D, NCT6797D, NCT6798D
* hpwdt: several improvements
* renesas_wdt: SPDX identifiers, stop when unregistering, support for R
NeilBrown schrieb:
> On Fri, Oct 26 2018, Rainer Fiebig wrote:
>
>> NeilBrown schrieb:
>>> On Thu, Oct 25 2018, Rainer Fiebig wrote:
>>>
Am Montag, 22. Oktober 2018, 08:20:11 schrieb NeilBrown:
> On Sat, Oct 20 2018, Greg Kroah-Hartman wrote:
>> Hi all,
>>
>> As everyone knows
Hello,
syzbot found the following crash on:
HEAD commit:8c60c36d0b8c Add linux-next specific files for 20181019
git tree: linux-next
console output: https://syzkaller.appspot.com/x/log.txt?x=14b5e80540
kernel config: https://syzkaller.appspot.com/x/.config?x=8b6d7c4c81535e89
dashb
On Wed, Oct 24, 2018 at 1:03 PM, Juri Lelli wrote:
>
> On 19/10/18 22:50, luca abeni wrote:
> > On Fri, 19 Oct 2018 13:39:42 +0200
> > Peter Zijlstra wrote:
> >
> > > On Thu, Oct 18, 2018 at 01:08:11PM +0200, luca abeni wrote:
> > > > Ok, I see the issue now: the problem is that the "while
> > >
Hello,
syzbot found the following crash on:
HEAD commit:638820d8da8e Merge branch 'next-general' of git://git.kern..
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=10c8d0eb40
kernel config: https://syzkaller.appspot.com/x/.config?x=f9a456324fcc850a
da
On Fri, Oct 26, 2018 at 04:19:52PM -0700, Vinicius Costa Gomes wrote:
> Hi,
>
> Adrian Hunter writes:
>
> > On 18/10/18 1:55 AM, Arnaldo Carvalho de Melo wrote:
> >> From: Arnaldo Carvalho de Melo
> >>
> >> David reports that:
> >>
> >>
> >> Perf has this hack where it uses the kernel symbol
Hello,
syzbot found the following crash on:
HEAD commit:345671ea0f92 Merge branch 'akpm' (patches from Andrew)
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=11f51e8340
kernel config: https://syzkaller.appspot.com/x/.config?x=5c0a49d2b5210087
dashboar
Ich beabsichtige, Ihnen einen Teil meines Vermögens als freiwillige finanzielle
Spende an Sie zu geben.
Wang Jianlin
Wanda Gruppe
Hi Florian,
On Fri, Oct 26, 2018 at 03:39:50PM -0700, Florian Fainelli wrote:
> ARM64 is the only architecture that re-defines
> __early_init_dt_declare_initrd() in order for that function to populate
> initrd_start/initrd_end with physical addresses instead of virtual
> addresses. Instead of havi
>From: Kees Cook
>Sent: Friday, October 26, 2018 17:44
>To: Peng15 Wang 王鹏
>Cc: an...@enomsg.org; ccr...@android.com; tony.l...@intel.com;
>linux-kernel@vger.kernel.org
>Subject: Re: [PATCH] pstore: Remove duplicate invoking of persistent_ram_zap()
>On
On 10/27/2018 06:07 AM, Stephen Smith wrote:
> On Wednesday, October 24, 2018 10:20:05 PM MST Stephen Smith wrote:
>>
>> Whenever I run "shutdown -h now" or "reboot" I receive an immediate kernel
>> crash with a dump that has:
>>
>> "Code: Bad RIP value"
>
> I Canonical response noted the foll
Hello,
syzbot found the following crash on:
HEAD commit:18d0eae30e6a Merge tag 'char-misc-4.20-rc1' of git://git.k..
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=17d952eb40
kernel config: https://syzkaller.appspot.com/x/.config?x=342f43de913c81b9
da
On Sat, Oct 27, 2018 at 06:17:29PM +1100, Aleksa Sarai wrote:
> I'm going to send out a v4 "soon" but I would like to know what folks
> think about having resolveat(2) (or similar) to separate the scoping O_*
> flags and produce an O_PATH -- since unsupported O_* flags are ignored
> by older kerne
We are a team of 12 image editors and we are here to edit your photos.
We mainly provide images cut out and images clipping path, masking.
Such as for ecommerce photos, and it is also for beauty portraits and skin
images
We provide test editing if you send us 1 or 2 photos.
Thanks,
Katie
On Sat, Oct 27, 2018 at 06:52:44AM +, visionsofal...@redchan.it wrote:
> Al: the FSF was so insistent on the adoption of the GPL version 3
> because the GPL version 2 is not operative against the grantor.
Anonymous wankstain: sod off and learn to troll properly. It *is* an art
form, and the o
On 2018-10-27, Ed Maste wrote:
> On Tue, 9 Oct 2018 at 02:53, Aleksa Sarai wrote:
> >
> > +#ifndef O_BENEATH
> > +#define O_BENEATH 0004000 /* *Not* the same as capsicum's
> > O_BENEATH! */
> > +#endif
> [...]
> O_BENEATH originally came from the Capsicum Linux port, and inherited the
>
Lawrence Rosen is also in agreement on this point (regarding the GPL v2
specifically).
It is revocable at the will of the grantor, at any time.
(He writes that if a licensee-contributor was to sue a grantor, then
would be a good time to unilaterally rescind: disposing of the matter
entirely)
94 matches
Mail list logo