- spaces before tabs,
- spaces at the end of lines,
- multiple blank lines,
- redundant blank lines,
fix it.
Signed-off-by: Jungseung Lee
---
fs/binfmt_elf.c | 31 ---
1 file changed, 12 insertions(+), 19 deletions(-)
diff --git a/fs/binfmt_elf.c b/fs
it via a new flag.
Signed-off-by: Jungseung Lee
---
drivers/mtd/spi-nor/spi-nor.c | 61 ++-
include/linux/mtd/spi-nor.h | 4 +++
2 files changed, 57 insertions(+), 8 deletions(-)
diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index
Some Micron models are known to have lock/unlock support,
and that also support 4bit block protection bit (bp0-3).
This patch support lock/unlock feature on the flash.
Tested on w25q512ax3. The Other is modified following the datasheet.
Signed-off-by: Jungseung Lee
---
drivers/mtd/spi-nor/spi
In the eMMC 5.0 version of the spec, several EXT_CSD fields about
device lifetime are added.
- Two types of estimated indications reflected by averaged wear out of memory
- An indication reflected by average reserved blocks
Export the information through sysfs.
Signed-off-by: Jungseung Lee
In the eMMC 5.0 version of the spec, several EXT_CSD fields about
device lifetime are added.
- Two types of estimated indications reflected by averaged wear out of memory
- An indication reflected by average reserved blocks
Export the information through sysfs.
Signed-off-by: Jungseung Lee
For several devices, the rootwait time is sensitive because it directly
affects booting time.
The polling interval of rootwait is currently 100ms.
To save unnessesary waiting time, reduce the polling interval to 5 ms.
Signed-off-by: Jungseung Lee
---
init/do_mounts.c | 4 +++-
1 file changed, 3
age.
Let's make for mmc_select_hs() print message itself in the failure case.
Signed-off-by: Jungseung Lee
---
drivers/mmc/core/mmc.c |9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c
index f2d185c..3486bc7 10064
posix_clock_compat_ioctl() is identical to posix_clock_ioctl().
We don't need additional compat_ioctl in this time.
Remove posix_clock_compat_ioctl() and let posix_clock_ioctl() is in charge.
Signed-off-by: Jungseung Lee
---
kernel/time/posix-clock.c | 22 --
1
Fix indentation in iop_3xx_std_desc
Signed-off-by: Jungseung Lee
---
arch/arm/plat-iop/setup.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/plat-iop/setup.c b/arch/arm/plat-iop/setup.c
index 5b217f4..8151bde 100644
--- a/arch/arm/plat-iop/setup.c
+++ b/arch
Hello,
> s390/compat: build error for large compat syscall args
>
> Enforce 32 bit types for all compat syscall argument types.
>
> This way we can make sure that all arguments get correct sign
> or zero extension. Otherwise incorrect code would be generated.
>
> E.g. for a 'long' type the
Hello,
> s390/compat: build error for large compat syscall args
>
> Enforce 32 bit types for all compat syscall argument types.
>
> This way we can make sure that all arguments get correct sign
> or zero extension. Otherwise incorrect code would be generated.
>
> E.g. for a 'long' type the
art >= MODULES_END)
> + if (end < MODULES_VADDR || end >= MODULES_END)
> return -EINVAL;
>
> data.set_mask = set_mask;
> --
> 1.7.9.5
>
Same patch with proper format is already submitted by Hillf.
https://lkml.org/lkml/2015/5/3/202
Best Rega
2015-01-08 2:55 GMT+09:00 Laura Abbott :
> On 1/6/2015 8:16 PM, Rusty Russell wrote:
>>
>> Jungseung Lee writes:
>>>
>>> In some architectures like arm/arm64, set_memory_*() check module address
>>> and state as well. Mark module state before set RO an
In some architectures like arm/arm64, set_memory_*() check module address
and state as well. Mark module state before set RO and NX regions for
the routine is passed.
It will fix wrong RO/NX protection for loadable kernel modules on arm/arm64.
Signed-off-by: Jungseung Lee
---
kernel/module.c
consistnecy with reality is not actually guranteed, but
it's tolerable since that is fully consistent with base line.
Signed-off-by: Jungseung Lee
---
fs/binfmt_elf.c | 40 ++--
1 file changed, 22 insertions(+), 18 deletions(-)
diff --git a/fs/binfmt_el
2014-11-26 21:43 GMT+09:00 Andrew Morton :
> On Wed, 26 Nov 2014 21:37:54 +0900 Jungseung Lee wrote:
>
>> 2014-11-26 15:51 GMT+09:00 Jungseung Lee :
>>
>> >>> @@ -2093,7 +2083,20 @@ static int elf_core_dump(struct coredump_params
>> >>> *cprm
2014-11-26 15:51 GMT+09:00 Jungseung Lee :
>>> @@ -2093,7 +2083,20 @@ static int elf_core_dump(struct coredump_params
>>> *cprm)
>>>
>>> dataoff = offset = roundup(offset, ELF_EXEC_PAGESIZE);
>>>
>>> - offset += elf_core_vma_dat
Hello, Andrew.
2014-11-26 6:38 GMT+09:00 Andrew Morton :
> On Sun, 23 Nov 2014 04:16:39 +0900 Jungseung Lee wrote:
>
>> vma_dump_size() has been used several times on actual dumper
>> and it is supposed to be same values for same vma.
>> But vma_dump_size() could be diff
coredump file creation.
Fix the problem by always using the same vma dump size
which is stored in vma_filsz.
Signed-off-by: Jungseung Lee
---
fs/binfmt_elf.c | 40 ++--
1 file changed, 22 insertions(+), 18 deletions(-)
diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c
coredump file creation.
Fix the problem by always using the same vma dump size
which is stored in vma_filsz.
Signed-off-by: Jungseung Lee
---
fs/binfmt_elf.c | 40 ++--
1 file changed, 22 insertions(+), 18 deletions(-)
diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c
Not to flush some more bytes. In the scenario, they can *omit* to flush last 32
bytes.
L1_CACHE_BYTES = 64 (ARM v7, CA9)
asm("mcrr p15, 0, %1, %0, c14\n"
" mcr p15, 0, %2, c7, c10, 4"
:
: "r" (to), "r" (to + PAGE_SIZE - L1_CACHE_BYTES), "r" (zero)
: "cc");
---
We are pleased to announce the release of gitstat 0.1.
Gitstat is a GPL'd, web-based git statistics/monitoring system.
It retrieves a specified git tree, analyzes changesets,
and shows graphical information like the number of changesets per day, the
number of people who submitted changesets for a
22 matches
Mail list logo